*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} 

h1,
h2{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h3,
h4,
h5,
h6{
  	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: x-large;
    text-align: center;
}
footer{
    background-color: #129dc0;
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    min-height: 25px;
    font-size: large;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
     
}
.local-seo-section { max-width: 1200px; margin: auto; padding: 4rem 1rem; background-color: #f9fafb; }
        .local-seo-section h2 { text-align: center; font-size: 2.5rem; margin-bottom: 2rem; color: #111827; }
        .local-seo-toggle { display: flex; justify-content: center; margin-bottom: 3rem; }
        .local-seo-toggle .toggle-switch { position: relative; display: inline-flex; align-items: center; cursor: pointer; }
        .local-seo-toggle .toggle-switch input { display: none; }
        .local-seo-toggle .toggle-slider { width: 50px; height: 24px; background: #e2e8f0; border-radius: 9999px; position: relative; transition: background 0.3s; }
        .local-seo-toggle .toggle-knob { width: 20px; height: 20px; background: #fff; border-radius: 50%; position: absolute; top: 2px; left: 2px; transition: transform 0.3s; }
        .local-seo-toggle .toggle-switch input:checked + .toggle-slider .toggle-knob { transform: translateX(26px); }
        .local-seo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
        .local-seo-card { background: #fff; padding: 2rem; border-radius: 1rem; box-shadow: 0 10px 20px rgba(0,0,0,0.08); display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s, box-shadow 0.3s; }
        .local-seo-card:hover { transform: translateY(-5px); box-shadow: 0 15px 25px rgba(0,0,0,0.12); }
        .local-seo-card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; text-align: center; color: #111827; }
        .local-seo-card p { text-align: center; color: #6b7280; margin-bottom: 1rem; }
        .local-seo-card ul { list-style: none; padding: 0; margin: 0 0 1rem 0; }
        .local-seo-card ul li { margin: 0.5rem 0;font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; }
        .local-seo-price { font-size: 2rem; font-weight: bold; text-align: center; margin-bottom: 1rem; display: block; }
        .local-seo-interval { text-align: center; display: block; margin-bottom: 1rem; }
        .local-seo-btn { background: #129dc0; color: #fff; text-decoration: none; padding: 0.75rem 2rem; border-radius: 0.5rem; text-align: center; display: block; transition: background 0.3s; }
        .local-seo-btn:hover { background: #0e7a9c; }
    

.nav-menu li{
    list-style: none;
    display: inline;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    padding-left: 45px;
    padding-right: 45px;
}

a{
    color: white;
    text-decoration: none;
}

p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 100%;
    font-size: large;
    text-align: left;
    padding-left: 45px;
    padding-right: 45px;
}
section a{
    color: #129dc0;     /* your theme blue */
    text-decoration: none /* optional */
}
.intro-container{   
  	
    text-align: left;
    padding-bottom: 10px;    
}

.intro-container a {
    color: #129dc0;     /* your theme blue */
    text-decoration: none /* optional */
}
#logo img{
    display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  background: #f9f9f9;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-size: 1.1rem;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f1f1f1;
}

.faq-question i {
  transition: transform 0.3s;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 15px 20px;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}

.emailButton {
    background-color:#129dc0 ; /* Sets the button background color to blue */
    padding: 15px; /* Adds 15px padding around the text and the edges */
    color: white; /* Makes the text color white for better contrast */
    border: none; /* Removes the default border */
    border-radius: 15px; /* Adds slight rounding to the edges */
    cursor: pointer; /* Changes the cursor to a pointer on hover */
    font-size: 16px; /* Adjusts the text size */
    text-align: center; /* Centers the text within the button */
  	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


nav{
    color: #129dc0;
    min-height: 30px;
    font-size: 20px;
    text-align: center;
}
.navbar{
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: #129dc0; /* Ensures color #0B7A43 on larger screens */
    padding: 10px 0;
    width: 100%;
}

.nav-link{
    color: white; /* Text color for nav links */
    transition: 1s ease;
}
.nav-link:hover{
    color: #f4e92b;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 1s ease-in-out;
    background-color: white;    
}
#facebook {
    position: absolute; /* Positions it relative to the viewport */
    top: 20px; /* Adjust vertical positioning as needed */
    right: 90px; /* Aligns the logo to the left */
    z-index: 10; /* Ensures the logo appears above other elements */
}

.policy{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-left: 10%;
    
    align-items: center;
}

#instagram{
    
        position: absolute;
        top: 25px;
        right: 90px;
        z-index: 10;
    }

#title1{
    background-color: #129dc0;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

#homeimage{
    padding-bottom: 10px;
}

.form-container {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 25px;
    font-size: larger;
    justify-content: center;
    align-items: center;
    
    padding: 20px;
}
.fcf-body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #0000ff;
    text-align: left;
}
.fcf-form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    
}

#fcf-button{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    background-color: #129dc0;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 25px;
    width: 150px;
  }

  .form-container {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    
    font-size: larger;
    justify-content: center;
    align-items: center;
    
    padding: 20px;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }

  input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #5DADE2;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
  }

.email-button {
    display: flex;
    justify-content: center;   /* horizontal centering */
    margin: 30px 0;            /* spacing above/below */
}

.email-button .emailButton {
    min-width: 160px;          /* consistent button width */
    padding: 12px 20px;
    text-align: center;        /* centers the text inside */
    margin: 0;                 /* reset margins */
    display: inline-block;
}


  /* Style the main container */
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    padding-top: 15px;
    
    margin: 0 auto; /* Centers the container itself if it's in a larger parent container */
}

/* Style the image box */
.image-box {
    max-width: 100%;
    width: 600px; /* Adjust width as needed */
    height: 400px; /* Adjust height as needed */
    position: relative;
    overflow: hidden;
    margin: 10px; /* Adds spacing around the images */
}

/* Default image styling */
.default-image, .hover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1.5s ease; /* Smooth transition */
}

/* Hide the hover image initially */
.hover-image {
    opacity: 0;
}

/* Show the hover image on box hover */
.image-box:hover .hover-image {
    opacity: 1;
}

/* Hide the default image when hovering */
.image-box:hover .default-image {
    opacity: 0;
}
  

@media (max-width: 1200px) {
    .hamburger{
        display: block;
        position: absolute;
        top: 25px; /* Adjust as needed */
        right: 25px; /* Adjust as needed */
        cursor: pointer;
        border: 2px solid #129dc0; /* Add border color */
        border-radius: 50%; /* Make the border circular */
        padding: 8px; /* Adjust padding as needed */
        background-color: #129dc0;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu{
        position: fixed;
        right: -100%;
        top: 90px;
        gap: 0;
        flex-direction: column;
        background-color: #129dc0;
        width: 100%;
        text-align: center;
        transition: 1s;
    }

    .nav-item{
        margin: 16px 0;
    }

    .nav-menu.active{
        right: 0;
    }
    #home_image{
        max-width: 100%;
    }
    
}

@media (max-width: 630px) {
    .hamburger{
        display: block;
        position: absolute;
        top: 25px; /* Adjust as needed */
        right: 25px; /* Adjust as needed */
        cursor: pointer;
        border: 2px solid #129dc0; /* Add border color */
        border-radius: 50%; /* Make the border circular */
        padding: 8px; /* Adjust padding as needed */
        background-color: #129dc0;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu{
        position: fixed;
        right: -100%;
        top: 90px;
        gap: 0;
        flex-direction: column;
        background-color: #129dc0;
        width: 100%;
        text-align: center;
        transition: 1s;
    }

    .nav-item{
        margin: 16px 0;
    }

    .nav-menu.active{
        right: 0;
    }
    #home_image{
        max-width: 100%;
    }
      /* Style the main container */
  .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    padding-top: 15px;
    
    margin: 0 auto; /* Centers the container itself if it's in a larger parent container */
}

/* Style the image box */
.image-box {
    max-width: 100%;
    width: 450px; /* Adjust width as needed */
    height: 300px; /* Adjust height as needed */
    position: relative;
    overflow: hidden;
    margin: 10px; /* Adds spacing around the images */
}

/* Default image styling */
.default-image, .hover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1.5s ease; /* Smooth transition */
}

/* Hide the hover image initially */
.hover-image {
    opacity: 0;
}

/* Show the hover image on box hover */
.image-box:hover .hover-image {
    opacity: 1;
}

/* Hide the default image when hovering */
.image-box:hover .default-image {
    opacity: 0;
}
}

/* ============================= */
/* Blog Page Styles              */
/* ============================= */

/* Blog list section */
#blog-list {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
}

#blog-list h1 {
    margin-bottom: 10px;
    color: #129dc0;
}

#blog-list p {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    font-size: 1.2rem;
    color: #333;
}

/* Blog cards */
.blog-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #f9f9f9;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 250px;
    height: 180px;
    object-fit: cover;
    flex-shrink: 0;
}

.blog-content {
    padding: 20px;
}

.blog-content h2 {
    text-align: left;
    margin-bottom: 10px;
    color: #129dc0;
}

.blog-content p {
    padding: 0;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5;
}

.read-more {
    display: inline-block;
    background: #129dc0;
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    transition: background 0.3s ease;
    font-size: 0.9rem;
}

.read-more:hover {
    background: #0b7a95;
}

/* ============================= */
/* Single Blog Post Styles       */
/* ============================= */

.blog-post {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.blog-post img {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 auto 20px;
    display: block;
}


.blog-post h1 {
    margin-bottom: 10px;
    color: #129dc0;
}

.post-meta {
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.blog-post p {
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 1.05rem;
}

.blog-post h2 {
    text-align: left;
    margin: 25px 0 10px;
    color: #0b7a95;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    background: #129dc0;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.95rem;
}

.back-link:hover {
    background: #0b7a95;
}

/* Default: images take full width on small screens */
.image-container-blog img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ============================= */
/* Responsive Adjustments        */
/* ============================= */

@media (max-width: 768px) {
    .blog-card {
        flex-direction: column;
    }
    .blog-card img {
        width: 100%;
        height: 200px;
    }
    .blog-content h2 {
        text-align: center;
    }
    /* Blog post images full width on small screens */
    .blog-post img {
        width: 100%;
        height: auto;
    }
}

/* ============================= */
/* Responsive Adjustments        */
/* ============================= */



/* Limit blog post image size on larger screens */
@media (min-width: 768px) {
    .image-container-blog img {
        width: 650px;
        max-width: 100%;
        height: auto;
    }
}

.newsletter-container {
    max-width: 500px;
    margin: 40px auto;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', sans-serif;
}

.newsletter-container h2 {
    color: #129dc0;
    margin-bottom: 10px;
}

.newsletter-container p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.newsletter-container a {
    font-size: small;
    margin-bottom: 20px;
    color: black;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
    flex: 1;
    min-width: 250px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.newsletter-form button {
    padding: 12px 20px;
    background: #129dc0;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: #0b7a95;
}

.newsletter-container small {
    display: block;
    margin-top: 15px;
    font-size: 0.8rem;
    color: #555;
}

/* Blog article width control */
article {
  max-width: 70%;
  margin: 0 auto;   /* centers the article */
}

/* On smaller devices, let the article take full width */
@media (max-width: 992px) {
  article {
    max-width: 100%;
    padding: 0 20px; /* optional side padding for readability */
  }
}

/* Cookie Banner Styling */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  font-family: 'Lucida Sans', 'Lucida Grande', sans-serif;
  font-size: 0.95rem;
  display: none; /* hidden until JS triggers */
  z-index: 9999;
}

.cookie-banner p {
  margin-bottom: 12px;
  line-height: 1.4;
}

.cookie-banner a {
  color: #129dc0;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-buttons button {
  background-color: #129dc0;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 0.9rem;
}

.cookie-buttons button:hover {
  background-color: #0b7a95;
}

.cookie-buttons #manage-cookies {
  background-color: #f4f4f4;
  color: #333;
  border: 1px solid #ccc;
}

.cookie-buttons #manage-cookies:hover {
  background-color: #ddd;
}

/* Default (mobile/tablet) — stays inline */
.share-buttons {
  margin: 20px 0;
  text-align: center;
}

.share-buttons p {
  font-weight: bold;
  margin-bottom: 10px;
}

.share-buttons a {
  display: inline-block;
  margin: 0 8px;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-buttons a:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

/* Platform colours */
.share-buttons .facebook { background: #1877f2; }
.share-buttons .twitter { background: #000; } /* Twitter (X) */
.share-buttons .linkedin { background: #0a66c2; }
.share-buttons .whatsapp { background: #25d366; }
.share-buttons .email { background: #dd4b39; }


.social-buttons {
  display: flex;
  justify-content: center; /* ✅ centers horizontally */
  gap: 20px;
  margin: 20px 0;          /* optional spacing above/below */
}
    .social-buttons a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 22px;
      color: white;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .social-buttons a:hover {
      transform: scale(1.1);
      box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    }
    .whatsapp {
      background-color: #25D366;
    }
    .facebook {
      background-color: #1877F2;
    }

    .email {
     background-color: #DD4B39; /* Gmail red */
    }