.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.nav-links .active {
  color: #0fc2be;
  /* Highlight active link with red color */
  font-weight: bold;
  /* Optional: Make the active link bold */
}

.nav-links a:hover {
    color: #0fc2be;
    text-decoration: none;
    background: none !important;
}

.menu-icon {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.logo {
    .navbar-brand {
        img {
            width: 100px;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-top: -29px;
        }
    }

}

.call-button {
    display: inline-flex;
    align-items: center;
    background-color: #e91e63;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        z-index: 1;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
        text-align: center;
    }

}

.main-content {
    margin-top: 5%;
    padding: 2rem 0;
}

.entry-content {
    text-align: center;
    margin-bottom: 2rem;
}

.entry-content h2 {
    font-size: 2.5rem;
    color: #262261;
    margin-bottom: 0.5rem;
}

.entry-content p {
    color: #262261;
    font-size: 22px;
    line-height: 1.6;
}

/* Contact Details Styling */
.contact-details {
    text-align: center;
}

.address {
    font-size: 20px;
    color: #515760;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.contact-postal {
  font-size: 1.4rem;
  color: #515760;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Contact Item Styling */
.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease;
   
}
.form-control {
  display: block;
  width: 100%;
  padding: 4px 4px 4px 4px !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5;
}
.contact-item:hover {
    transform: translateY(-5px);
}

.contact-icon {
    margin-bottom: 0.5rem;
    color: #262261;
}

.contact-text {
    font-size: 18px;;
    color: #262261;
    margin: 0;
}

.contact a {
    text-decoration: none;
    color: #262261;
}

.contact a:hover {
    text-decoration: underline;
    color: #0d6efd;
}

/* Responsive Design */
@media (max-width: 768px) {
    .entry-content h2 {
        font-size: 2rem;
    }
    
    .entry-content p,
    .address,
    .contact-postal p {
        font-size: 1.2rem;
    }

    .contact-item {
        padding: 1rem;
    }
}


.form-content {
    background: rgba(229, 229, 229, 0.5);
    padding: 6rem 0;
    position: relative;
}
input, textarea{
    border: none;
}
body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    background: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #eceef3;
    margin-bottom: 6px;
}

.contact-form input[type=submit] {
    font-size: 14px;
    margin-bottom: 2px;
    border: none;
    margin-top: 2px;
    /* // background: #515760; */
    border: 4px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    letter-spacing: 0.1rem;
    transition: background-color 0.4s, color 0.4s;
    
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.login-form {
    background: #515760;
    padding: 10px;
}

.login-form a {
    color: #515760;
    display: inline-block;
    font-size: 1.25rem;
    padding: 0.8rem 0;
    margin-left: 25%;
}
.login-form input[type=submit] {
        /* border: none; */
    background: #f0f0f0;
    /* box-shadow: none; */
    /* border-radius: 0; */
    text-transform: uppercase;
    /* padding: 0.8rem 2rem; */
    font-size: 1.4rem;
    color: #515760;
    text-shadow: none;
    /* color: #fff; */
    /* letter-spacing: 0.1rem; */
    transition: background-color 0.4s, color 0.4s;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    /* // border: 1px solid;
    // border-color: rgba(0, 0, 0, 0.1);
    // border-radius: 3px;
    background: #515760;
    // box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.btn:disabled, fieldset:disabled .btn {
   
    pointer-events: none;
    opacity: var(--bs-btn-disabled-opacity);
    color: #fff;
    background: #515760;
    font-size: 16px;
    text-align: center;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 0px !important;
  /* padding: 6px 12px; */
  font-size: 18px !important;
  line-height: 1.42
}
/* Footer section */

footer {
  background-color: #f8f9fa;
  padding: 40px 0;



  .first img {
      width: 23%;
  }

  .second {
      .nav-links {
          list-style: none;
          display: flex;
          flex-direction: column;
      }

      .nav-links .active {
          color: #0fc2be;
          
      }

      .nav-links a {
          color: #222222 ;
          text-decoration: none;
          font-size: 18px;
          transition: color 0.3s;

      }

      .nav-links a:hover {
          color: #0fc2be;
          text-decoration: none;
          background: none;
      }

      
      .nav-links li {
          margin: 5px 15px;
      }

  }
}

.container {
  max-width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.first,
.second,
.third {
  margin-top: 30px;
  text-align: center;
}

/* First Section (Logo and Social Icons) */
.first img {
  width: 25%;
  height: auto;
}

.first p {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.first .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.first .social-icons img {
  width: 30px;
  height: auto;
  margin: 0 10px;
  transition: opacity 0.3s ease;
}

.first .social-icons img:hover {
  opacity: 0.8;
}

/* Second Section (Blog Post) */
.second h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog-post {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.blog-post img {
  width: 60px;
  height: auto;
  margin-right: 10px;
}

.blog-post-content {
  text-align: left;
}

.blog-post-content b {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

.blog-post-content small {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 5px;
}

/* Third Section (Newsletter) */
.third h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.third small {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  display: block;
}

.third .form-control {
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.third .subscri {
  border-radius: 20px;
  font-weight: 600;
  background-color: #515760;
  color: white;
  padding: 10px 0;
  border: none;
  text-align: center;
  transition: background-color 0.3s ease;
}

.third .subscri:hover {
  background-color: #3c3f45;
}

/* Footer Bottom Section */
.footer-bottom {
  background-color: #fae4fb;
  height: 60px;
  text-align: center;
  margin-top: 20px;
}

.footer-bottom p {
  color: #333;
  font-size: 14px;
  padding-top: 15px;
  margin: 0;
}

/* Media Queries for smaller screens */
@media (max-width: 768px) {
  .row {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .second,
  .third {
      margin-top: 20px;
  }

  .blog-post {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .blog-post img {
      margin: 0 auto;
      margin-bottom: 10px;
  }
}

.footer-bottom {
  width: 100%;
  background-color: #fae4fb;
  padding: 10px 0;
  /* Adjusted padding for better spacing */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-bottom p {
  color: #515760;
  /* Darker color for better readability */
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

/* Footer section */