  body {
    font-size: 12px;
  }

  
  /* menu */
  .pt_me { 

  }
  .pt_me p {
    font-size: 12px;
    margin-bottom: 12px;
  }


  /* searchform */
  .pt_se { 

  }
  .pt_se button,.pt_se input {
    margin:0;
  }


  /* featured */
  .pt_fp { 

  }
  .pt_fp_each {
    text-align:center;
    font-size: 12px;
    line-height:1.8em;
  }
  .pt_fp_name {

  }
  .pt_fp_image {
    border: 0;
    height:100px;
    max-width:none;
  }
  .pt_fp_from {
    font-style: italic;
  }
  .pt_fp_price {
    font-weight: bold;
  }
  .pt_fp h2 {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
  }


  /* atoz */
  .pt_az { 

  }
  .pt_az h4, .pt_az li {
    font-size: 14px;
  }
  .pt_az_img {
    text-align: center;
  }

  
  /* banner */
  .pt_ba { 

  }
  .pt_ba hr {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
  }
  .pt_ba h2,.pt_ba h3 {
    white-space: nowrap;
    font-size: 12px;
    color: #999;
  }
  .pt_ba h2 {
    float: left;
    white-space: nowrap;
  }
  .pt_ba h3 {
    float: right;
    white-space: nowrap;
  }


  /* searchresults */
  .pt_sr { 

  }
  .pt_sr_each {
    margin-top:15px;
  }
  .pt_sr_each_price {
    text-align:center;
    font-size: 12px;
    line-height:1.8em;
  }
  .pt_sr_image_container {
    text-align: center;
  }
  .pt_sr_image {
    border: 0;
  }
  .pt_sr_from {
    font-style: italic;
  }
  .pt_sr_price {
    font-weight: bold;
  }
  .pt_pr_visit a {
    white-space: nowrap;
  }
  .pt_sr h4 {
    font-size: 14px;
  }
  .pt_sr h4 img {
    vertical-align: baseline;
  }
  .pt_sr p {
    font-size: 13px;
    text-align: justify;
  }

  
  /* searchfilters */
  .pt_sf {

  }
  .pt_sf label {
    font-size: 12px;
    font-weight: bold;
  }
  .pt_sf_price {

  }
  .pt_sf_submit {
    top: -0.1rem;
  }

  
  /* product */
  .pt_p {

  }
  .pt_p img {
    margin-bottom: 20px;
  }
  .pt_p h1 {
    font-size: 18px;
  }
  .pt_p p {
    text-align: justify;
    font-size: 15px;
  }
  .pt_p p img {
    vertical-align: -20px;
  }


  /* prices */
  .pt_pr {

  }
  .pt_pr table {
    width: 100%;
  }
  .pt_pr table th {
    text-align: center;
  }
  .pt_pr_mlogo {
    text-align: center;
  }
  .pt_pr_mtext {
    text-align: center;
  }
  .pt_pr_price {
    font-weight: bold;
    text-align: center;
  }
  .pt_pr_visit {
    text-align: center;
  }
  .pt_pr_visit a {
    margin: 0;
  }


  /* related */
  .pt_rp { 

  }
  .pt_rp h2 {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
  }


  /* foundation overrides */
  .top-bar {
    padding-left: 15px;
  }
  .top-bar input[type="text"], .top-bar button {
    font-size: 0.77778rem;
    position: relative;
    top: 7px;
    height: auto;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    font-size: 0.75rem;
  }
  .top-bar .preloader {
    height: 20px;
    width: 20px;
    left: 1em !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: absolute !important;
    top: 12px !important;
  }
  .breadcrumbs {
    margin-bottom: 10px !important;
  }

  :focus {outline:none;}
  ::-moz-focus-inner {border:0;}

/* ME FROM HERE */
/* Footer Styles */
.site-footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}
.footer-main {
    padding: 40px 0 30px;
}
.footer-main h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-main p {
    color: #bdc3c7;
    line-height: 1.6;
}
.footer-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-main ul li {
    margin-bottom: 8px;
}
.footer-main ul li a {
    color: #3498db;
    text-decoration: none;
}
.footer-main ul li a:hover {
    color: #5dade2;
}
.footer-bottom {
    background-color: #1a252f;
    padding: 20px 0;
    border-top: 1px solid #34495e;
}
.footer-bottom p {
    color: #bdc3c7;
    margin: 0;
    text-align: center;
}
.footer-bottom a {
    color: #3498db;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #5dade2;
}
/* Responsive adjustments for footer */
@media (max-width: 768px) {
    .footer-main .col-md-4 {
        margin-bottom: 30px;
    }
}

/* Content Page Styles (for privacy.php and termsofservice.php) */
.content-page {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}
.content-page h1 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}
.content-page h2 {
    color: #34495e;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.content-page p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}
.content-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.content-page li {
    margin-bottom: 10px;
    font-size: 14px;
}
.top-bar-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.top-bar.expanded .top-bar-section {
  max-height: 500px; /* Adjust as needed */
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section {
    max-height: none;
    overflow: visible;
  }
}

.affiliate-disclosure-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 15px;
    margin-top: 20px;
    font-size: 0.9em;
    color: #6c757d;
}

.affiliate-disclosure-footer p {
    margin: 0;
    text-align: center;
}
/* Contact Page Styles */
.content-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

.contact-intro {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
    text-align: center;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.method-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.method-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.method-card h3 {
    color: #333;
    margin-bottom: 1rem;
}

.method-card p {
    color: #666;
    line-height: 1.6;
}

.method-card ul {
    text-align: left;
    padding-left: 1.5rem;
}

.email-link {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.email-link:hover {
    text-decoration: underline;
}

.response-time {
    font-style: italic;
    color: #6c757d;
    margin-top: 0.5rem;
}

.contact-info {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin: 3rem 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.info-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.info-item h3 {
    color: #007bff;
    margin-top: 0;
    margin-bottom: 1rem;
}

.faq-section {
    margin: 3rem 0;
}

.faq-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 1rem;
}

.faq-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.social-section {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin: 3rem 0;
    text-align: center;
}

.social-links {
    margin-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .content-page {
        padding: 1rem;
    }
    
    .contact-methods {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
/* Keep your existing footer styles and other CSS */

/* Minimal top bar styling - just colors */
.top-bar {
    background-color: #2c3e50 !important;
}

.top-bar .title-area h1 a {
    color: #ffffff !important;
}

.top-bar .toggle-topbar a {
    color: #ffffff !important;
}

.top-bar-section {
    background-color: #2c3e50 !important;
}

/* Navigation links - simple styling */
.top-bar-section ul li a {
    color: #ffffff !important;
    background-color: #2c3e50 !important;
}

.top-bar-section ul li a:hover {
    background-color: #3498db !important;
}

/* Mobile menu - simple styling */
.mobile-nav {
    background-color: #2c3e50 !important;
}

.nav-menu {
    background-color: #2c3e50 !important;
}

.nav-menu li a {
    color: #ffffff !important;
    background-color: #2c3e50 !important;
}

.nav-menu li a:hover {
    background-color: #3498db !important;
}
