.bookapp{
    padding: 8px 35px !important;
    line-height: 22px !important;
    border-radius: 5px !important;
}
.header-top .info li i, .header-top .right-column .schedule i{
    color: #e7e92e;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a{
    color: #000000;
    font-size: 17px;
    padding: 8px 15px;
    border-bottom: 0.25px #00000030 solid;
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu{
    background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .headercontact {
        display: block !important;
    }
}
/* .banner-carousel .pattern-layer .eye-icon{
    right: 520px !important;
}
.banner-carousel .image-box{
    top: 30px !important;
}
.banner-style-two .banner-carousel .slide-item:before, .banner-style-two .banner-carousel .slide-item:after{
    background: unset !important;
} */
.homeicon{
    width: 80px !important;
}
.content_block_two .content-box p:last-child, .content_block_two .content-box p {
    margin-bottom: 0px;
    font-family: system-ui;
    color: #2c2c2c;
    text-align: justify;
    font-size: 16px;
}
/* .banner-carousel .slide-item{
    height: 200px !important;
} */
.sec-title.left .sub-title{
    margin-left: 0px;
    bottom: 40px;
    font-size: 55px;  
}
.testimonial-style-three .testimonial-content .inner-box .designation{
    font-size: 19px;
    font-weight: 600;
    color: #d34c00;
}
.testimonial-style-three .testimonial-content .inner-box h4{
    margin-bottom: 15px;
}
.campsimg{
    height: 250px;
    object-fit: cover;
}
.project-block-one .inner-box .image-box{
    background: #000000;
}
.main-footer .widget-title h3{
    color: #f17732;
}
.main-footer{
    background: #2e343c !important;
}
.main-footer .widget-section{
    padding: 40px 0px 30px 0px;
}
.footercontact{
    font-weight: bolder;
    text-decoration: underline;
}
.main-footer .widget-section .links-widget .links-list li a, .main-footer .widget-section .contact-widget .info li{
    font-family: 'Jost', sans-serif;
    font-size: 17px;
}
.footerarrow{
    font-size: 12px !important;
}
.scroll-top.open{
    display: none !important;
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 60px;       /* Minimum size for touch */
    height: 60px;      /* Minimum size for touch */
    border-radius: 50%;
    border: 0;
    z-index: 9999;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 8px;
    line-height: 1;
    display: none;
}

.btn-floating:hover span,
.btn-floating:focus span {
    display: inline-block;
}

.btn-floating.phone {
    bottom: 100px;
    background-color: #760f10;
}

.btn-floating.phone:hover,
.btn-floating.phone:focus {
    background-color: #c03421;
}

.btn-floating.whatsapp {
    bottom: 25px;
    background-color: #34af23;
}

.btn-floating.whatsapp:hover,
.btn-floating.whatsapp:focus {
    background-color: #1f7a12;
}

.vibrate {
    animation: bounce 2s infinite;
}

.vibrate:hover,
.vibrate:focus {
    animation: vibrate 0.3s linear infinite;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

/* Vibration Animation */
@keyframes vibrate {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

/* Hover/Focus scaling */
.btn-floating:hover,
.btn-floating:focus {
    transform: scale(1.1);
    outline: 2px solid #fff; /* visible focus for keyboard users */
    outline-offset: 2px;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
    color: white;
    text-align: center;
    z-index: 1000;
}

.bottom-bar a {
    flex: 1;
    padding: 12px 5px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-bar a i {
    font-size: 25px;
    margin-bottom: 5px;
}

.bottom-bar a:nth-child(1) { background: #414141; } /* Appointment */
.bottom-bar a:nth-child(2) { background: #414141; } /* Call */
.bottom-bar a:nth-child(3) { background: #414141; } /* WhatsApp */

/* Default desktop view (unchanged) */
/* .desktopfloat {
  position: fixed;
  bottom: 20px;
  z-index: 1000;
} */

/* Mobile view */
@media (max-width: 768px) {
  .desktopfloat {
    bottom: 15px !important; /* keep both buttons at same bottom level */
  }

  /* Phone (Book Appointment) button - left side */
  .btn-floating.phone {
    left: 15px;
    right: auto; /* reset right so it doesn't override */
  }

  /* WhatsApp button - right side */
  .btn-floating.whatsapp {
    right: 15px;
    left: auto; /* reset left so it doesn't override */
  }
  .btn-floating.phone {
        bottom: 25px !important;
    }
}

/* Phone (Book Appointment) button - left side */
.btn-floating.phone {
  left: 25px;
  right: auto; /* reset right */
  bottom: 25px; /* desktop position */
  background-color: #760f10;
}

.btn-floating.phone:hover {
  background-color: #c03421;
}





@media only screen and (max-width: 767px) {
    /* .banner-style-two .banner-carousel .slide-item {
        padding: 0px 0px;
    }
    .banner-style-two {
      height: 150px !important ;
    }
    .banner-carousel .slide-item .image-layer {
        left: 10px;
        top: -50px;
        width: 100%;
        height: 300px !important;
        background-size: contain;
    }
    .banner-carousel .slide-item
    {
        height: 240px !important;
    }
    .banner-carousel.owl-carousel.owl-loaded{
        height: 240px !important;
    } */
    /* .sec-title .sub-title{
        background: -webkit-linear-gradient(268deg, #def4f1, #7e5efc, #def4f1 100%);
    } */
    .sec-title.left .sub-title {
        margin-top: 70px;
        bottom: 40px;
        font-size: 48px;
    }
    .style1 {
        line-height: 60px !important;
        margin-left: 2px !important;
        bottom: 50px !important;
    }
    .footer-bottom .auto-container{
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px;
        padding: 5px 45px !important;
        margin-bottom: 20px !important;
    }
    .header-top .info li {
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: 26px;
        color: #fff;
        margin-right: 0px !important;
        padding-left: 24px;
    }
}
@media only screen and (max-width: 344px) {
    
    .footer-bottom .auto-container{
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px;
        padding: 5px 30px !important;
        margin-bottom: 20px !important;
    }
}
.style1{
    font-size: 65px;
    line-height: 60px;
    margin-left: -100px;
    bottom: 40px;
}
    .sec-title .sub-title{
        background: -webkit-linear-gradient(268deg, #74716e, #77908c 100%);
    }

    /* Fade-in upward animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade-in from left */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade-in from right */
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply Animations */
.about-section .image-box {
  animation: fadeLeft 1s ease-in-out;
}

.about-section .content-box {
  animation: fadeRight 1s ease-in-out;
}

.about-section .single-item {
  opacity: 0;
  animation: fadeUp 0.8s ease-in-out forwards;
}

/* Delay for mission/vision cards */
.about-section .single-item:nth-child(1) {
  animation-delay: 0.3s;
}
.about-section .single-item:nth-child(2) {
  animation-delay: 0.6s;
}

/* Fade + rise animation */
@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hidden by default */
.animate-fade-rise {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

/* Triggered when visible */
.animate-fade-rise.visible {
  opacity: 1;
  transform: translateY(0);
  animation: fadeRise 0.8s ease-out forwards;
}


/* .bottom-bar a {
    flex: 1;
    padding: 12px 5px;
    line-height: 17px;
    font-weight: 600;
    font-family: sans-serif;
    text-decoration: none;
    color: white;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.feature-block-one .inner-box{
    padding: 20px 20px 20px 20px;
} */



.sticky-appointment-btn {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;

  background: #8A50C4;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  overflow: hidden;              /* keep animation inside */
  position: fixed;
}

.sticky-appointment-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;                    /* start outside (right side) */
  width: 100%;
  height: 100%;
  background: #0b383f;           /* hover fill color */
  transition: left 0.4s ease;    /* smooth slide */
  z-index: -1;                   /* keep under text */
}

.sticky-appointment-btn:hover::before {
  left: 0;                       /* slide left to cover */
}

.sticky-appointment-btn:hover {
  color: #fff;                   /* text stays white */
}

.feature-section .inner-container {
    background: #ffffff00 !important;
    padding: 50px 20px 20px 20px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

/* color  */

.widget-content .clearfix li a,.widget-content .clearfix li {
    color: #dcdcdc !important;
    font-size: 17px !important;
}

.owl-stage, .owl-stage-outer {
  height: 100% !important;
}
.owl-dots{
  display: none !important;
}

.project-carousel6 .owl-item {
  margin-right: 15px !important;
}

/* Ensure sidebar column behaves correctly */
.sidebar-side {
  align-self: flex-start; /* important for flex layouts */
}

/* Make the sidebar sticky */
.service-sidebar {
  position: sticky;
  top: 100px; /* adjust based on header/menu height */
  z-index: 10;
}


.service-details-content .image-box img {
    height: 350px;
    object-fit: cover;
}

.contact-info-section .single-item {
    background: none;
}


/* Form Container */
.appointment-section {
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Form groups */
.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.appointment-section .form-inner .form-group input[type='text'], .appointment-section .form-inner .form-group input[type='tel'], .appointment-section .form-inner .form-group select, .appointment-section .form-inner .form-group textarea, .appointment-section .form-inner .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #83838391;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    color: #6e6e6e;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #00b3ff;
  outline: none;
}

/* Placeholder styling */
::placeholder {
  color: #888;
  font-size: 14px;
}

/* Dropdown */
/* select {
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 14px;
} */

/* Textarea */
textarea {
  min-height: 100px;
  resize: vertical;
}

/* Button */
.theme-btn.btn-one {
  background: linear-gradient(135deg, #0d6efd, #0bb3f9);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.theme-btn.btn-one:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0bb3f9, #0d6efd);
}


/* Responsive */
@media (max-width: 768px) {
  .form-group {
    margin-bottom: 15px;
  }
  
  input, select, textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .theme-btn.btn-one {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }
}

select option {
  padding: 12px 25px !important;
  font-size: 15px !important;
  color: #888ca1 !important;
  background: #f2f4f5 !important;
  border: none !important;
  border-radius: 12px !important;
  margin: 4px 8px !important; /* spacing between options */
  cursor: pointer;
}

select option:hover,
select option:checked {
  background: #00b3ff;
  color: #fff;
}
  
.fee-card {
  flex: 1; /* equal width in row */
  min-width: 220px;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #fff;
  display: flex;
  align-items: flex-start;
}

.fee-card:hover {
  border-color: #007bff;
  background: #f9fcff;
}

.fee-content {
  width: 100%;
}

.fee-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.fee-amount {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  margin-top: 4px;
}

.fee-desc {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
  line-height: 1.4;
}

/* Highlight whole fee-card when selected */
.fee-card input[type="radio"]:checked ~ .fee-content {
  background-color: #f9e2c163;
}

/* OR highlight the entire fee-card itself */
.fee-card:has(input[type="radio"]:checked) {
  background-color: #f9e2c163;
  border-color: #ffae00;
  color: #fff;
}

.fee-note {
  font-size: 12px;
  color: #555;
  margin-top: 8px;
  display: block;
}

/* Sidebar Styling */
.service-sidebar {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.category-list li a,
.related-services li a {
  display: block;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.category-list li a:hover,
.related-services li a:hover {
  background: #b8c0c8;
  color: #fff;
}

.category-list li a.active {
  background: #eaf4ff;
  color: #fff;
}

/* Quick Contact Box */
.contact-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  border-left: 5px solid #ff2f00;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Hours Box */
.hours-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-size: 14px;
}

/* Content Styling */
.service-details-content h3,
.service-details-content h4 {
  border-left: 5px solid #007bff;
  padding-left: 10px;
  margin-bottom: 15px;
}

.service-details-content p {
  line-height: 1.7;
  color: #555;
}

.service-details-content ul.list-style-one li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.service-details-content ul.list-style-one li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
}

/* Image */
.image-box img {
  /* border-radius: 12px; */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.image-box img:hover {
  transform: scale(1.03);
}

  .category-list a.active {
    color: rgb(140, 27, 27) !important;          /* text color for active */ /* highlight background */
    font-weight: bold;
}

  /* Sticky sidebar */
  .sticky-sidebar {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #b9b9b971;
    padding: 20px;
    transition: all 0.3s ease;
  }

  /* Sidebar heading */
  .sticky-sidebar .text h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    padding-bottom: 4px;
  }

  /* Category list */
  .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }


  .category-list li a {
    display: block;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .category-list li a:hover {
    padding-left: 16px;
  }

  .category-list li a.active {
    font-weight: 600;
  }
  

  /* Buttons */
  .filter-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .filter-btn {
    padding: 8px 18px;
    border: none;
    border-radius: 20px;
    background: #e9ecef;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .filter-btn.active,
  .filter-btn:hover {
    background: #007bff;
    color: #fff;
  }

  .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    /* center align items */
  }

  .gallery-item {
    width: 280px;
    /* fixed width */
    height: 250px;
    /* fixed height */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.4s ease;
  }

  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* keeps all images same size */
    transition: transform 0.6s ease, filter 0.4s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.1) rotateY(8deg);
    filter: brightness(1.1);
  }


  /* Lightbox */
  .lightbox {
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(6px);
    animation: fadeIn 0.4s ease;
  }

  .lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 12px;
    animation: zoomIn 0.6s ease;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }

  .close:hover {
    color: #ff4444;
  }

  /* Media Query for Lightbox */
  @media (max-width: 768px) {
    .lightbox-content {
      max-width: 95%;
      max-height: 70vh;
      border-radius: 8px;
    }

    .close {
      top: 10px;
      right: 15px;
      font-size: 30px;
    }
  }

  @media (max-width: 480px) {
    .lightbox-content {
      max-width: 100%;
      max-height: 60vh;
      border-radius: 6px;
      margin: left 20px right 20px ;
    }

    .close {
      top: 5px;
      right: 10px;
      font-size: 24px;
    }
  }

  /* Animations */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes zoomIn {
    from {
      transform: scale(0.7);
    }

    to {
      transform: scale(1);
    }
  }

    .quote-banner {
    background: linear-gradient(135deg, #32f148ff, #ff914d);
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    width: fit-content;
  }

  .quote-banner h5 {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }
   .about-section {
    position: relative;
  }

  .about-section h2 {
    font-size: 2rem;
    color: #1a2b49;
  }

  .about-section h4 {
    font-size: 1.25rem;
    color: #4d4038ff;
  }

  .about-section p {
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .hover-zoom {
    transition: transform 0.5s ease;
  }

  .hover-zoom:hover {
    transform: scale(1.05);
  }
  /* Text & Highlights */
  .about-heading {
    color: #2c2c2c;
  }

  .about-heading i {
    color: #f17732;
  }

  .about-text {
    color: #2c2c2c;
    font-family: system-ui;
    text-align: justify;
    font-size: 16px;
  }

  .highlight {
    color: #f17732;
    font-weight: 600;
  }

  .highlight-dark {
    color: #2e343c;
    font-weight: 600;
  }

  /* About List */
  .about-list i {
    color: #4c40fdff;
  }

  .about-list span {
    color: #555;
  }

  /* Timeline Base */
  .timeline-container {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #ccc;
  }

  .timeline-item {
    position: relative;
    margin-bottom: 25px;
    animation: fadeSlide 0.8s ease;
  }

  .timeline-dot {
    position: absolute;
    left: -11px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #f17732;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #f1773233;
  }

  .timeline-content h6 {
    margin: 0;
    font-weight: 600;
  }

  .timeline-content p {
    margin: 2px 0 0;
    font-size: 14px;
    color: #555;
  }

  /* Multi Colors */
  .color1 .timeline-dot,
  .color1 h6 i {
    color: #f17732;
    background: #f17732;
  }

  .color2 .timeline-dot,
  .color2 h6 i {
    color: #34af23;
    background: #34af23;
  }

  .color3 .timeline-dot,
  .color3 h6 i {
    color: #d34c00;
    background: #d34c00;
  }

  .color4 .timeline-dot,
  .color4 h6 i {
    color: #8A50C4;
    background: #8A50C4;
  }

  .color5 .timeline-dot,
  .color5 h6 i {
    color: #e7e92e;
    background: #e7e92e;
  }

  /* Animations */
  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* Side Tabs Container */
.side-tabs {
    display: flex;
    flex-direction: column;
    width: 200px; /* Adjust width as needed */
    background-color: #f8f9fa; /* Light background */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Tab Buttons */
.side-tabs .nav-link {
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Hover Effect */
.side-tabs .nav-link:hover {
    background-color: #e9ecef;
    color: #000;
    cursor: pointer;
}

/* Active Tab */
.side-tabs .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    font-weight: 600;
}

/* Remove last margin */
.side-tabs .nav-link:last-child {
    margin-bottom: 0;
}
/* Normal state */
.tab-btn h4 a {
    color: #000; /* black text */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover state */
.tab-btn:hover h4 a {
    color: #fff; /* white text on hover */
}

/* Active tab */
.tab-btn.active-btn h4 a {
    color: #fff; /* white text for active tab */
}

/* Header links */
.header-lower .navigation a {
    color: #000000; /* black text */
}

/* Book Appointment button */
.theme-btn.btn-two {
    background-color: #0056b3; /* dark blue background */
    color: #ffffff; /* white text */
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Hover & Active states */
.theme-btn.btn-two:hover,
.theme-btn.btn-two:focus {
    background-color: #003f7f; /* darker blue */
    color: #ffffff; /* keep text white */
}

.header-top .info li a:hover {
    color: #ffe600 !important;
}

