/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
    max-height: 390px;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #a5c422;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    /* width: 50vw; */
    /* background-color: #f0f0f0; Example background */
    /* z-index: ; Ensure it's above other content */
    display:flex;
    align-items: center;
    flex-direction: row; /* Add this line to make items appear in a row */
    /* flex-wrap: nowrap; prevent wrapping */
    gap: 10px;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }

  .logo {
    max-width: 100%;
    height: auto;
    max-height: 90px; /* Adjust to match container */
    position:fixed;
    padding-top: 20px;
}

.logo-content {
  font-size:small;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  align-items: center;
  padding-top: 20px;
}

/* Adjust font size for mobile view (adjust breakpoint as needed) */
@media (max-width: 768px) {
  .logo-content {
      font-size: 0.8em; /* Or another suitable size */
      max-width: 150px; /* Adjust as needed */
      display: none;
  }
}
  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  /* .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  } */

  /* .slider .caption {
    display: flex;
    justify-content: flex-start; /* Aligns the content to the left 
    flex-direction: column;
    text-align: left; /* Aligns the text to the left
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  } */

  .slider .caption {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    color: #fff;
    width: 60%;
    max-width: 600px;
    padding: 40px;
    margin-left: 5%;
    animation: fadeInUp 1s ease-out;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }



  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
     height:900px;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: flex-start;
  }

  .slider .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
  }

  .slider .item-first {
    background-image: url(../images/slider1_optimized.jpg);
  }

  .slider .item-second {
    background-image: url(../images/public_optimized.avif);
  }

  .slider .item-third {
    background-image: url(../images/slider3_optimized.jpg);
  }

  .slider .description {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 1.2s ease-out 0.3s both;
  }

  .slider .caption h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  }

  @media (min-width: 1024px) {
    .slider .caption h1 {
      font-size: 4rem;
    }
  }

  @media (min-width: 1280px) {
    .slider .caption h1 {
      font-size: 5rem;
    }
  }

  .slider .description h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    color: #fff;
  }


  /*---------------------------------------
      SERVICES              
  -----------------------------------------*/

  #services {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    padding: 10px 0;
  }

  #about {
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 50%, #e6f3ff 100%);
    padding: 10px 0;
    position: relative;
    overflow: hidden;
  }

  #about::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(165, 196, 34, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }

  #about::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(165, 196, 34, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }

  .mecontainer-about {
    position: relative;
    z-index: 1;
  }

  .about-content-column {
    padding-right: 30px;
  }

  .about-heading {
    font-size: 2.8em;
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
  }

  .about-description {
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
    text-align: justify;
    hyphens: auto;
  }

  .about-description p {
    margin-bottom: 15px;
  }

  .vision-mission-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .vision-card, .mission-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #a5c422;
    transition: all 0.3s ease;
  }

  .vision-card:hover, .mission-card:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }

  .vision-card h3, .mission-card h3 {
    color: #252525;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
  }

  .vision-card p, .mission-card p {
    color: #555;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
  }

  .quote-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #a5c422 0%, #8ba319 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .founder-column {
    padding-left: 20px;
    display: flex;
    justify-content: center;
  }

  .founders-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .founder-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
    max-width: 380px;
  }

  .founder-card:first-child {
    margin-top: 30px;
  }

  .founder-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(165, 196, 34, 0.2);
    border-color: #a5c422;
  }

  .founder-image-wrapper {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
  }

  .founder-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border: 4px solid #a5c422;
    transition: transform 0.4s ease;
  }

  .founder-card:hover .founder-image {
    transform: scale(1.08);
  }

  .founder-info {
    text-align: center;
  }

  .founder-name {
    color: #333;
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .credentials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .credential-badge {
    display: inline-block;
    background: linear-gradient(135deg, #a5c422 0%, #8ba319 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
  }

  .credential-badge:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(165, 196, 34, 0.4);
  }

  @media (max-width: 768px) {
    .about-content-column {
      padding-right: 0;
      margin-bottom: 40px;
    }

    .founder-column {
      padding-left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .about-heading {
      font-size: 2.2em;
    }

    .vision-mission-box {
      gap: 15px;
    }

    .founders-container {
      gap: 20px;
      align-items: center;
      margin: 0 auto;
    }

    .founder-card {
      max-width: 350px;
      margin: 0 auto;
    }
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }

  .author-container {
    display: flex; /* Use flexbox for easier centering */
    flex-direction: column; /* Stack figures vertically */
    align-items: center; /* Center figures horizontally */
}

.author-figure {
    margin-top: 30px;
    text-align: center; /* Center content within figures */
}

.author-image {
    border-radius: 50%;
    max-width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.author-name {
    color: #333;
    font-weight: 600;
}

.author-credentials {
    color: #555;
}

/* Media query for mobile view (adjust breakpoint as needed) */
@media (max-width: 768px) {
    .author-container {
        align-items: center; /* Ensure figures are centered in mobile view */
    }

    .author-figure {
        width: 100%; /* Make figures take full width on mobile if needed */
        box-sizing: border-box; /* Include padding/border in width */
    }
}


  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;

  }

  .team-info {
    padding: 20px 30px 0 30px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #757575;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }

  .center-flex-image {
    display: grid;
    justify-content: center; /* Center horizontally */
    align-content: space-around;
    justify-items: center
  }

  .circular-profile-image {
    border-radius: 50%;
    max-width: 200px;
    max-height: 207px;
    align-self: center;
    padding: 10px;
  }

  .thought-box {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    max-width: 300px;
    position: relative;
  }
  
  .thought-box::after {
    content: "";
    position: absolute;
    bottom: -15px; /* Adjust as needed */
    left: 30px; /* Adjust as needed */
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #f0f0f0 transparent; /* Match background color */
  }

  .thought-box p{
    text-align: justify;
    hyphens: auto; /* or manual, or none */
  }
  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }

  .services_effect {

      transition: all 0.3s ease;
      border: 1px solid transparent;
  
  }

  .services_effect:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #a5c422;
  }

  .services_effect img {
    transition: transform 0.3s ease;
  }

  .services_effect:hover img {
    transform: rotate(10deg);
  }

  .services-heading-img {
    display: block;
    width: 200px;
    margin-top: 10px;
  }

  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 50%, #f0f8ff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }

  #appointment::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(165, 196, 34, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }

  #appointment .container {
    position: relative;
    z-index: 1;
  }

  #appointment .section-title {
    margin-bottom: 40px;
    text-align: left;
  }

  #appointment .section-title h2 {
    font-size: 2.5em;
    color: #393939;
    margin-bottom: 10px;
    font-weight: 700;
  }

  #appointment .section-title p {
    color: #666;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  #appointment-form {
    background: white;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  #appointment-form:hover {
    box-shadow: 0 15px 60px rgba(165, 196, 34, 0.15);
  }

  #appointment label {
    color: #393939;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  #appointment .form-control {
    background: #f5f7fa;
    border: 2px solid #e8ecf1;
    border-radius: 10px;
    padding: 15px 18px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    transition: all ease-in-out 0.3s;
    color: #393939;
  }

  #appointment .form-control:focus {
    background: #ffffff;
    border-color: #a5c422;
    box-shadow: 0 0 0 3px rgba(165, 196, 34, 0.1);
    outline: none;
  }

  #appointment .form-control::placeholder {
    color: #999;
  }

  #appointment input,
  #appointment select {
    height: 50px;
  }

  #appointment textarea.form-control {
    height: 140px;
    resize: vertical;
    padding: 15px 18px;
  }

  #appointment textarea.form-control:focus {
    border-color: #a5c422;
    box-shadow: 0 0 0 3px rgba(165, 196, 34, 0.1);
  }

  #appointment button#cf-submit {
    background: linear-gradient(135deg, #a5c422 0%, #8ba319 100%);
    color: #ffffff;
    font-weight: 700;
    height: 55px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(165, 196, 34, 0.3);
    text-transform: uppercase;
  }

  #appointment button#cf-submit:hover {
    background: linear-gradient(135deg, #8ba319 0%, #6f861a 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(165, 196, 34, 0.4);
  }

  #appointment button#cf-submit:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(165, 196, 34, 0.3);
  }

  .mecontainer-map {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }

  .mecontainer-map iframe {
    border-radius: 15px;
    display: block;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }

  [class^="col-"]{
    margin-bottom: 20px;
  }
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }

  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }

    
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

    .slider .caption {
      width:fit-content;
    }

  }

  /*---------------------------------------
      FLOATING WHATSAPP BUTTON             
  -----------------------------------------*/

  .floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    animation: slideIn 0.5s ease-out;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    border-radius: 50%;
    color: white;
    font-size: 36px;
    text-decoration: none;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: none;
    cursor: pointer;
  }

  .whatsapp-button:hover {
    transform: scale(1.25) rotate(15deg);
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.8), 0 0 30px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #20BA5A 0%, #1BA84F 100%);
  }

  .whatsapp-button:active {
    transform: scale(0.95);
  }

  .whatsapp-button i {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .whatsapp-tooltip {
    position: absolute;
    bottom: 85px;
    right: -10px;
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    color: white;
    padding: 10px 18px;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .whatsapp-tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #25D366;
  }

  .floating-whatsapp:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
  }

  /* Pulse animation for attention */
  @keyframes pulse {
    0%, 100% {
      box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    50% {
      box-shadow: 0 6px 35px rgba(37, 211, 102, 0.9), 0 0 20px rgba(37, 211, 102, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
  }

  .whatsapp-button {
    animation: slideIn 0.5s ease-out, pulse 2s ease-in-out 2s infinite;
  }

  /* Desktop/Large screen sizes - Enhanced visibility */
  @media (min-width: 1200px) {
    .floating-whatsapp {
      bottom: 40px;
      right: 40px;
    }

    .whatsapp-button {
      width: 75px;
      height: 75px;
      font-size: 40px;
    }

    .whatsapp-button:hover {
      transform: scale(1.3) rotate(20deg);
      box-shadow: 0 15px 50px rgba(37, 211, 102, 0.9), 0 0 40px rgba(37, 211, 102, 0.8);
    }

    .whatsapp-tooltip {
      bottom: 100px;
      font-size: 15px;
      padding: 12px 20px;
    }
  }

  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .floating-whatsapp {
      bottom: 20px;
      right: 20px;
    }

    .whatsapp-button {
      width: 60px;
      height: 60px;
      font-size: 30px;
    }

    .whatsapp-tooltip {
      font-size: 12px;
      padding: 8px 14px;
      bottom: 75px;
    }
  }

  @media (max-width: 480px) {
    .floating-whatsapp {
      bottom: 15px;
      right: 15px;
    }

    .whatsapp-button {
      width: 50px;
      height: 50px;
      font-size: 24px;
    }

    .whatsapp-tooltip {
      display: none;
    }

    .founder-card {
      max-width: 300px;
      margin: 0 auto;
    }

    .about-heading {
      font-size: 1.8em;
    }
  }

