
      /* --- Thumb & Pulse Animation --- */
      .about2__thumb {
        position: relative;
        display: inline-block;
      }

      .image-glow-ring {
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border: 3px solid #6b5b32;
        border-radius: 50%;
        animation: pulseGlow 3s ease-in-out infinite;
        pointer-events: none;
        z-index: 1;
      }

      @keyframes pulseGlow {
        0% {
          transform: scale(0.98);
          box-shadow: 0 0 0 0px rgba(16, 185, 129, 0.4);
          border-color: #6b5b32;
        }
        50% {
          transform: scale(1.03);
          box-shadow: 0 0 25px 8px rgba(16, 185, 129, 0.25);
          border-color: #6b5b32;
        }
        100% {
          transform: scale(0.98);
          box-shadow: 0 0 0 0px rgba(16, 185, 129, 0);
          border-color: #6b5b32;
        }
      }

      .about2__thumb .thumb-1 {
        position: relative;
        z-index: 2;
        overflow: hidden;
        border-radius: 50%;
        width: 480px;
        height: 480px;
        margin: 0 auto;
      }

      .about2__thumb .thumb-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

/* Container positioned on the right edge */
.floating-sidebar {
  position: fixed;
  right: 0;
  top: 75%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  background-color: #cba229;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 85px; /* Reduced width */
}

/* Individual Sidebar Items */
.sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 4px; /* Reduced vertical & horizontal padding */
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease;
}

.sidebar-item:last-child {
  border-bottom: none;
}

.sidebar-item:hover {
  background-color: #000;
  color: #ffffff;
}

/* Icon Styles */
.sidebar-item i {
  font-size: 20px; /* Reduced icon size */
  margin-bottom: 4px; /* Reduced space below icon */
}

/* Text Styles */
.sidebar-item span {
  font-family: Arial, sans-serif;
  font-size: 11px; /* Reduced font size */
  font-weight: 600;
  line-height: 1.15;
}

      /* --- Hero Custom Elements --- */
      .hero-subtitle-custom {
        color: #deb552;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
      }

      .hero-title-custom {
        color: #ffffff;
      }

      .hero-typed-custom {
        color: #deb552;
        font-style: italic;
      }

      .hero-text-custom {
        color: #d1d5db;
        max-width: 650px;
        margin-left: left;
        margin-right: auto;
      }

      .hero-em-custom {
        color: #deb552;
      }

      .hero-tags-custom {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
      }

      .hero-pill-custom {
        border: 1px solid rgba(255,255,255,0.2);
        padding: 8px 20px;
        border-radius: 30px;
        color: #deb552;
        text-transform: uppercase;
        font-size: 14px;
      }

      .hero-btns-custom {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
      }

      .hero-btn-primary-custom {
        background-color: #c89d38;
        color: #111;
        font-weight: bold;
        border: none;
        padding: 12px 28px;
        border-radius: 8px;
        text-decoration: none;
      }

      .hero-btn-outline-custom {
        border: 1px solid #ffffff;
        color: #ffffff;
        font-weight: bold;
        padding: 12px 28px;
        border-radius: 8px;
        text-decoration: none;
      }

      /* --- Stats Banner --- */
      .stats-banner {
        width: 100%;
        padding: 6px 20px;
        background: radial-gradient(circle at center, #3a3a3c 0%, #1c1c1e 50%, #121213 100%);
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        box-sizing: border-box;
      }

      .stats-banner .stat-item {
        text-align: center;
        flex: 1;
        min-width: 200px;
        max-width: 280px;
      }

      .stats-banner .stat-number {
        font-family: 'Cinzel', serif;
        font-size: 2.8rem;
        font-weight: 500;
        color: #cbb06d;
        margin-bottom: 12px;
        line-height: 1.1;
        letter-spacing: 1px;
      }

      .stats-banner .stat-label {
        font-family: 'Inter', sans-serif;
        font-size: 10px;
        font-weight: 600;
        color: #e2e2e2;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        line-height: 1.4;
      }

      /* --- Service & Treatments Section --- */
      .treatments-section {
        width: 100%;
        padding: 60px 20px;
        background-color: #ffffff;
        font-family: "Poppins", sans-serif;
        box-sizing: border-box;
        color: #111111;
      }

      .treatments-header {
        text-align: center;
        margin-bottom: 50px;
      }

      .treatments-subheading {
        color: #dbb551;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 15px;
      }

      .treatments-subheading::before,
      .treatments-subheading::after {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #e0e0e0;
      }

      .treatments-title {
        font-family: "Cinzel", Sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #111111;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 10px;
        white-space: nowrap;
      }

      .treatments-tagline {
        font-family: "Poppins", sans-serif;
        font-style: italic;
        color: #a96f00;
        font-size: 19px;
      }

      .services-grid {
        display: flex;
        justify-content: center;
        gap: 24px;
        max-width: 1320px;
        margin: 0 auto;
        flex-wrap: wrap;
      }

      .service-card {
        background: #fafafa;
        border: 1px solid #ededed;
        border-radius: 8px;
        padding: 24px 20px;
        width: 280px;
        box-shadow: 0 4px 15px rgb(203, 162, 41);
        transition: all 0.35s ease;
        display: flex;
        flex-direction: column;
      }

      .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        border-color: #c5a059;
        background: #ffffff;
      }

      .card-img-wrapper {
        width: 100%;
        height: 160px;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
      }

      .card-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
      }

      .service-card:hover .card-img-wrapper img {
        transform: scale(1.05);
      }

      .card-title {
        font-family: "Poppins", sans-serif;
        font-size: 1.05rem;
        font-weight: 700;
        color: #111111;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .card-subtitle {
        font-family: "Poppins", sans-serif;
        font-style: italic;
        font-size: 0.9rem;
        color: #c5a059;
        margin-bottom: 14px;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .card-description {
        font-family: "Glacial Indifference", Sans-serif;
        font-size: 17px;
        color: #111111;
        line-height: 1.6;
        margin-bottom: 24px;
        flex-grow: 1;
      }

      .btn-read-more {
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        border: 1px solid #c5a059;
        background-color: #ffffff;
        color: #111111;
        font-family: "Poppins", sans-serif;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
      }

      .service-card:hover .btn-read-more {
        background-color: #c5a059;
        color: #ffffff;
        border-color: #c5a059;
        box-shadow: 0 4px 12px rgba(197, 160, 89, 0.3);
      }

      .btn-read-more:hover {
        background-color: #111111 !important;
        border-color: #111111 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
      }

      /* --- General Treatments Auto-Scroll Section --- */
      .treatments-pills-section {
        width: 100%;
        padding: 0px 0;
        background-color: #ffffff;
        font-family: "Poppins", sans-serif;
        box-sizing: border-box;
        color: #111111;
        overflow: hidden;
      }

      .treatments-pills-title {
        text-align: center;
        font-size: clamp(1.8rem, 3.5vw, 2.4rem);
        font-weight: 700;
        color: #0d1b2a;
        margin: 0 0 40px 0;
        letter-spacing: -0.3px;
      }

      .treatments-wrapper {
        width: 100%;
        overflow: hidden;
        padding: 10px 0;
        -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
        mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
      }

      .treatments-track {
        display: flex;
        gap: 16px;
        width: max-content;
        animation: autoScrollTreatments 28s linear infinite;
      }

      .treatments-track:hover {
        animation-play-state: paused;
      }

      @keyframes autoScrollTreatments {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }

      .treatment-pill {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #fefdf9;
        border: 1.5px solid #f1e0b8;
        padding: 14px 28px;
        border-radius: 50px;
        white-space: nowrap;
        text-decoration: none;
        color: #2b2b2b;
        font-size: 0.95rem;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
        flex-shrink: 0;
      }

      .treatment-pill:hover {
        border-color: #c5a059;
        background-color: #ffffff;
        color: #111111;
        box-shadow: 0 6px 18px rgba(197, 160, 89, 0.15);
        transform: translateY(-2px);
      }

      .pill-icon {
        width: 20px;
        height: 20px;
        color: #c5a059;
        stroke-width: 2;
        flex-shrink: 0;
      }

      /* --- Team Section --- */
      .expert-team-section {
        background: radial-gradient(circle at center, #2c2c2e 0%, #1c1c1e 50%, #121213 100%);
        color: #e0e0e0;
        padding: 80px 20px;
        font-family: "Glacial Indifference", Sans-serif;
        box-sizing: border-box;
        width: 100%;
      }

      .expert-subheading {
        color: #cbb06d;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 3px;
        margin-bottom: 12px;
        text-align: center;
      }

      .expert-title {
        font-family: "Cinzel", Sans-serif;
        font-size: 30px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 16px;
        text-align: center;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
      }

      .expert-lead-text {
        color: #a0a0a0;
        font-size: 16px;
        line-height: 1.6;
        max-width: 700px;
        margin: 0 auto 50px auto;
        text-align: center;
      }

      .expert-cards-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
      }

      .expert-card {
        background-color: #1a1a1c;
        border: 1px solid #2a2a2d;
        width: 351px;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        transition: all 0.35s ease;
      }

      .expert-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 31px rgba(203, 176, 109, 0.15);
        border-color: #cbb06d;
        background-color: #202022;
      }

      .expert-image-wrapper {
        width: 100%;
        height: 340px;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
        background-color: #121213;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
      }

      .expert-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
        transition: transform 0.5s ease;
      }

      .expert-card:hover .expert-image-wrapper img {
        transform: scale(1.04);
      }

      .expert-details {
        margin-top: auto;
        text-align: left;
      }

      .expert-name {
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        font-size: 1.15rem;
        font-weight: 600;
        margin-bottom: 6px;
      }

      .expert-specialization {
        color: #cbb06d;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 12px;
      }

      .expert-credentials {
        color: #b0b0b0;
        font-size: 16px;
        line-height: 1.5;
      }

      /* --- Testimonials Section --- */
      .testimonials-section {
        width: 100%;
        padding: 70px 20px;
        background-color: #ffffff;
        font-family: "Glacial Indifference", Sans-serif;
        box-sizing: border-box;
        color: #111111;
        overflow: hidden;
      }

      .testimonials-header {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 35px auto;
      }

      .testimonials-subheading {
        color: #c5a059;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .testimonials-title {
        font-family: "Cinzel", Sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #111111;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 25px;
      }

      .google-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #f8f6f0;
        border: 1px solid #ebdcb9;
        padding: 8px 20px;
        border-radius: 30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
      }

      .google-icon {
        width: 20px;
        height: 20px;
      }

      .google-text {
        font-size: 0.9rem;
        font-weight: 600;
        color: #111111;
      }

      .google-stars {
        color: #c5a059;
        font-size: 0.85rem;
        letter-spacing: 1px;
      }

      .google-rating {
        font-weight: 700;
        font-size: 0.95rem;
        color: #111111;
        margin-left: 2px;
      }

      .reviews-auto-wrapper {
        width: 100%;
        overflow: hidden;
        padding: 20px 0;
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
      }

      .reviews-track {
        display: flex;
        gap: 24px;
        width: max-content;
        animation: infiniteScroll 30s linear infinite;
      }

      .reviews-track:hover {
        animation-play-state: paused;
      }

      @keyframes infiniteScroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }

      .review-card {
        background: #faf8f5;
        border: 1px solid #eee7d8;
        border-radius: 16px;
        padding: 28px 24px;
        width: 320px;
        flex: 0 0 auto;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
      }

      .review-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(197, 160, 89, 0.15);
        border-color: #c5a059;
        background: #ffffff;
      }

      .author-info {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 16px;
      }

      .avatar-circle {
        width: 48px;
        height: 48px;
        background-color: #c5a059;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 1.1rem;
        flex-shrink: 0;
      }

      .author-details {
        display: flex;
        flex-direction: column;
      }

      .author-name {
        font-size: 1rem;
        font-weight: 700;
        color: #111111;
        line-height: 1.2;
      }

      .author-subtitle {
        font-size: 0.82rem;
        color: #777777;
        margin-top: 2px;
      }

      .card-stars {
        color: #c5a059;
        font-size: 0.9rem;
        margin-bottom: 14px;
        letter-spacing: 2px;
      }

      .review-text {
        font-size: 16px;
        color: #222222;
        line-height: 1.6;
        flex-grow: 1;
      }

      /* --- Video Testimonials Section --- */
      .video-testimonials-section {
        background: radial-gradient(circle at center, #2c2c2e 0%, #1c1c1e 50%, #121213 100%);
        color: #ffffff;
        padding: 80px 20px;
        font-family: "Poppins", sans-serif;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
      }

      .video-testimonials-header {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 50px auto;
      }

      .video-subheading {
        color: #cbb06d;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .video-title {
        font-family: "Cinzel", Sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 1.25;
        margin: 0;
      }

      .video-auto-wrapper {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 20px 0;
        -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
      }

      .video-track {
        display: flex;
        gap: 24px;
        width: max-content;
        animation: infiniteVideoScroll 35s linear infinite;
      }

      .video-track:hover {
        animation-play-state: paused;
      }

      @keyframes infiniteVideoScroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
      }

      .video-card {
        background: #1a1a1c;
        border: 1px solid #2a2a2d;
        border-radius: 16px;
        width: 320px;
        flex: 0 0 auto;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        transition: all 0.35s ease;
        display: flex;
        flex-direction: column;
      }

      .video-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(203, 176, 109, 0.18);
        border-color: #cbb06d;
        background-color: #202022;
      }

      .video-thumbnail-wrapper {
        position: relative;
        width: 100%;
        height: 190px;
        background-color: #000000;
        overflow: hidden;
      }

      .video-thumbnail-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.85;
        transition: transform 0.5s ease, opacity 0.3s ease;
      }

      .video-card:hover .video-thumbnail-wrapper img {
        transform: scale(1.05);
        opacity: 1;
      }

      .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 58px;
        height: 40px;
        background-color: rgba(255, 0, 0, 0.9);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
      }

      .play-button::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 14px;
        border-color: transparent transparent transparent #ffffff;
        margin-left: 3px;
      }

      .video-card:hover .play-button {
        background-color: #ff0000;
        transform: translate(-50%, -50%) scale(1.15);
        box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
      }

      .video-info {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
      }

      .patient-name {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 4px;
      }

      .patient-procedure {
        color: #cbb06d;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
      }

      .video-quote {
        color: #a0a0a0;
        font-size: 0.9rem;
        line-height: 1.5;
      }

      .video-card-link {
        text-decoration: none;
        color: inherit;
        display: block;
      }

      /* --- FAQ Section --- */
      .faq-section {
        width: 100%;
        padding: 80px 20px;
        background-color: #ffffff;
        font-family: "Poppins", sans-serif;
        box-sizing: border-box;
        color: #111111;
      }

      .faq-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 50px auto;
      }

      .faq-subheading {
        color: #b37600;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .faq-title {
        font-family: "Cinzel", Sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #111111;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 1.25;
        margin: 0;
      }

      .faq-container {
        max-width: 850px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .faq-item {
        background-color: #faf8f5;
        border: 1px solid #eee7d8;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
      }

      .faq-item:hover {
        border-color: #c5a059;
        box-shadow: 0 4px 15px rgba(197, 160, 89, 0.1);
      }

      .faq-question {
        width: 100%;
        padding: 22px 24px;
        background: none;
        border: none;
        outline: none;
        text-align: left;
        font-family: "Montserrat", Sans-serif;
        font-size: 1.05rem;
        font-weight: 600;
        color: #111111;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        transition: color 0.3s ease;
      }

      .faq-question:hover {
        color: #c5a059;
      }

      .faq-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #c5a059;
        color: #c5a059;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        font-weight: 400;
        flex-shrink: 0;
        transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
      }

      .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
        padding: 0 24px;
      }

      .faq-answer-text {
        font-size: 16px;
        color: #444444;
        line-height: 1.6;
        padding-bottom: 22px;
      }

      .faq-item.active {
        border-color: #c5a059;
        background-color: #ffffff;
      }

      .faq-item.active .faq-icon {
        transform: rotate(45deg);
        background-color: #c5a059;
        color: #ffffff;
      }

      .faq-item.active .faq-answer {
        max-height: 500px;
        transition: max-height 0.4s ease-in-out;
      }

      /* --- CTA Section --- */
      .cta-section {
        position: relative;
        width: 100%;
        padding: 90px 20px;
        font-family: "Poppins", sans-serif;
        box-sizing: border-box;
        text-align: center;
        color: #ffffff;
        background: linear-gradient(rgba(15, 15, 15, 0.88), rgba(15, 15, 15, 0.88)),
                    url('https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .cta-container {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .cta-title {
        font-family: "Cinzel", Sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 16px 0;
        line-height: 1.2;
      }

      .cta-subtitle {
        font-size: clamp(0.95rem, 2vw, 1.1rem);
        color: #d1d1d1;
        font-weight: 400;
        margin: 0 0 35px 0;
        letter-spacing: 0.3px;
      }

      .cta-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap;
      }

      .btn-primary-gold {
        background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
        color: #111111;
        font-family: "Poppins", sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 16px 32px;
        border-radius: 10px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
        transition: all 0.3s ease;
      }

      .btn-primary-gold:hover {
        background: linear-gradient(135deg, #e5be46 0%, #c99518 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(184, 134, 11, 0.45);
      }

      .btn-whatsapp {
        background-color: transparent;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 14px 28px;
        border-radius: 10px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 1.5px solid #4a4a4a;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .btn-whatsapp:hover {
        border-color: #25d366;
        background-color: rgba(37, 211, 102, 0.08);
        transform: translateY(-2px);
      }

      .whatsapp-icon {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
      }

      /* --- Location Section --- */
      .location-section {
        width: 100%;
        padding: 80px 20px;
        background-color: #ffffff;
        font-family: "Poppins", sans-serif;
        box-sizing: border-box;
        color: #111111;
      }

      .location-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 50px auto;
      }

      .location-subheading {
        color: #dc940a;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .location-title {
        font-family: "Cinzel", Sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #111111;
        letter-spacing: 0.5px;
        line-height: 1.25;
        margin: 0;
      }

      .location-container {
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: stretch;
      }

      .map-wrapper {
        width: 100%;
        min-height: 380px;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #eee7d8;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      }

      .map-wrapper iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
      }

      .location-details {
        background: #faf8f5;
        border: 1px solid #eee7d8;
        border-radius: 16px;
        padding: 35px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
      }

      .detail-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
      }

      .detail-item:last-child {
        margin-bottom: 0;
      }

      .detail-icon {
        width: 44px;
        height: 44px;
        background-color: #ffffff;
        border: 1px solid #c5a059;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #c5a059;
      }

      .detail-icon svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
      }

      .detail-content h4 {
        margin: 0 0 4px 0;
        font-size: 1rem;
        font-weight: 700;
        color: #111111;
      }

      .detail-content p {
        margin: 0;
        font-size: 0.92rem;
        color: #555555;
        line-height: 1.6;
      }

      .btn-directions {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
        color: #ffffff;
        font-weight: 600;
        font-size: 0.9rem;
        letter-spacing: 0.5px;
        padding: 14px 24px;
        border-radius: 8px;
        text-decoration: none;
        margin-top: 10px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(184, 134, 11, 0.25);
      }

      .btn-directions:hover {
        background: linear-gradient(135deg, #e5be46 0%, #c99518 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(184, 134, 11, 0.35);
      }

      /* --- Footer Contacts & Social Styling --- */
      .contact-details-list .contact-icon-wrapper {
        width: 32px;
        height: 32px;
        background-color: rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-right: 12px;
      }

      .contact-details-list i {
        color: #ffffff !important;
        font-size: 0.88rem;
      }

      .social-info .social-list {
        padding: 0;
        margin: 0;
        display: flex;
        gap: 12px;
        list-style: none;
      }

      .social-info .social-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(197, 160, 89, 0.3);
        border-radius: 10px;
        color: #ffffff;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      }

      .social-info .social-link:hover {
        background: #c5a059;
        border-color: #c5a059;
        color: #0d1117;
        transform: translateY(-4px);
        box-shadow: 0 6px 15px rgba(197, 160, 89, 0.3);
      }

      .footer-social-title {
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: 0.5px;
      }

      /* Responsive Media Queries */
      @media (max-width: 850px) {
        .location-container {
          grid-template-columns: 1fr;
        }

        .map-wrapper {
          height: 300px;
        }
      }

      @media (max-width: 768px) {
        .expert-card { width: 100%; max-width: 360px; }
        .expert-cards-container { flex-direction: column; align-items: center; }
      }

      @media (max-width: 600px) {
        .cta-buttons {
          flex-direction: column;
          width: 100%;
        }

        .btn-primary-gold,
        .btn-whatsapp {
          width: 100%;
          box-sizing: border-box;
        }
      }
	  
/* ==========================================================================
   Header & Topbar Styling
   ========================================================================== */

:root {
  --gold-primary: #c5a880;
  --gold-hover: #b08f65;
  --text-light: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.8);
  --dark-overlay: rgba(15, 23, 42, 0.75);
  --nav-bg-sticky: #0f172a;
}

/* --- Topbar Styling --- */
.header-topbar {
  background: #010101;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1020;
}

.text-gold {
  color: var(--gold-primary) !important;
}

.topbar-info-link, 
.topbar-info-text {
  color: var(--text-muted);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}

.topbar-info-link:hover {
  color: var(--gold-primary);
}

.topbar-divider {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

/* --- Social Icons --- */
.social-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-circle:hover {
  background: var(--gold-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(197, 168, 128, 0.3);
}

/* --- Golden CTA Button --- */
.btn-primary-gold {
  
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(197, 168, 128, 0.25);
}

.btn-primary-gold:hover {
  background: linear-gradient(135deg, #b08f65 0%, #9a7850 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 168, 128, 0.4);
}

/* --- Header Navbar (Transparent & Sticky) --- */
.header-sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: all 0.4s ease;
}

.header-topbar + .header-sticky {
  position: relative;
}

/* Class applied via JS when user scrolls down */
.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  background: var(--nav-bg-sticky);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.logo-img {
  max-height: 73px;
  width: 310px;
  transition: max-height 0.3s ease;
}

/* --- Navigation Menu --- */
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: left;
  gap: 3px;
}

.nav-list > li {
  position: relative;
  padding: 20px 0;
}

.nav-list > li > a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-arrow {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.nav-list > li:hover > a,
.nav-list > li.active > a {
  color: var(--gold-primary);
}

.nav-list > li:hover .nav-arrow {
  transform: rotate(180deg);
}

/* --- Smooth Submenu Dropdown --- */
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 12px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-top: 3px solid var(--gold-primary);
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu li a {
  display: block;
  padding: 8px 22px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.sub-menu li a:hover {
  color: var(--gold-primary);
  background-color: #f8f9fa;
  padding-left: 28px;
}

/* ================= Section & Background  video testimonials-================= */
.video-testimonials-section {
  padding: 60px 0;
  background-color: #121212; /* Dark theme to make gold & white pop */
  overflow: hidden;
}

/* ================= Header Styling (Gold & White) ================= */
.video-testimonials-header {
  text-align: center;
  margin-bottom: 40px;
}

.video-subheading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #D4AF37; /* Premium Gold Accent */
  text-transform: uppercase;
}

.video-title {
  font-size: 32px;
  font-weight: 800;
  color: #FFFFFF; /* Pure White Title */
  margin-top: 8px;
}

/* ================= Infinite Scroll Track ================= */
.video-auto-wrapper {
  width: 100%;
  overflow: hidden;
}

.video-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scrollTrack 30s linear infinite;
}

.video-track:hover {
  animation-play-state: paused;
}

@keyframes scrollTrack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.video-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ================= Perfect Card Design (Zero Spacing) ================= */
.video-card {
  width: 300px;
  background: #1e1e1e; /* Dark card background */
  border-radius: 12px;
  overflow: hidden; /* Ensures child elements don't overflow rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
  /* Flex layout with zero margins to eliminate internal gaps */
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25); /* Gold glow on hover */
}

/* 1. Top Image - Zero Spacing */
.card-profile-image {
  width: 100%;
  height: 83px;
  object-fit: cover;
  display: block; /* Removes inline display spacing */
  margin: 0;
  padding: 0;
  border: none;
}

/* 2. Video Thumbnail Wrapper - Zero Spacing */
.video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.video-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* Removes inline display spacing */
  margin: 0;
  padding: 0;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.video-card:hover .video-thumbnail-wrapper img {
  opacity: 1;
  transform: scale(1.03);
}

/* Gold Accent Play Button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #D4AF37; /* Gold Play Button */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #121212; /* Dark arrow */
  margin-left: 3px;
}

.video-card:hover .play-button {
  background-color: #f1c40f;
  transform: translate(-50%, -50%) scale(1.1);
}

/* 3. Text Info Section */
.video-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #1e1e1e;
}

.patient-name {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.patient-procedure {
  font-size: 13px;
  font-weight: 600;
  color: #D4AF37; /* Gold Subtitle */
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.video-quote {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.5;
  font-style: italic;
  margin: 0;
}
/* ================= END Section & Background  video testimonials-================= */



/* ================= Other services Section Start================= */


/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Cinzel:wght@400;600&display=swap');

/* Isolated CSS Scope using .dt-treatments-section prefix */
.dt-treatments-section {
  /* Scope CSS variables locally so they don't override global theme styles */
  --dt-bg: #F8F5EE;
  --dt-text-dark: #1F2421;
  --dt-text-muted: #6B7280;
  --dt-gold: #B8860B;
  --dt-card-bg: #FFFFFF;
  --dt-border: #E5DFD3;
  --dt-shadow: 0 10px 25px -5px rgba(184, 134, 11, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.04);

  background-color: var(--dt-bg);
  color: var(--dt-text-dark);
  font-family: "Poppins", sans-serif;
  padding: 60px 20px;
  box-sizing: border-box;
}

.dt-treatments-section * {
  box-sizing: border-box;
  font-family: "Glacial Indifference", Sans-serif; /* Force Poppins on all child elements */
}

.dt-treatments-section .dt-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
}

/* Metadata & Headers */
.dt-treatments-section .dt-meta-tag {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--dt-gold);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.dt-treatments-section .dt-main-title {
  font-family: 'Cinzel', Georgia, serif; /* Keeps serif look from image; replace with "Poppins" if desired */
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px 0;
  color: var(--dt-text-dark);
}

.dt-treatments-section .dt-sub-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 30px 0;
  font-weight: 400;
  color: var(--dt-text-dark);
}

.dt-treatments-section .dt-sub-title em {
  font-family: 'Cinzel', Georgia, serif;
  font-style: italic;
  color: var(--dt-gold);
}

.dt-treatments-section .dt-desc {
  color: var(--dt-text-muted);
  line-height: 1.7;
  font-size: 0.92rem;
  margin: 0 0 20px 0;
  font-weight: 300;
}

.dt-treatments-section .dt-desc strong {
  color: var(--dt-text-dark);
  font-weight: 600;
}

.dt-treatments-section .dt-divider {
  height: 1px;
  background: linear-gradient(90deg, var(--dt-border) 0%, transparent 100%);
  margin: 40px 0;
}

/* Info Section Left */
.dt-treatments-section .dt-info-block {
  margin-bottom: 20px;
}

.dt-treatments-section .dt-info-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  color: var(--dt-gold);
  margin-bottom: 5px;
  font-weight: 600;
}

.dt-treatments-section .dt-info-value {
  margin: 0;
  font-size: 0.9rem;
  color: var(--dt-text-dark);
  font-weight: 400;
}

/* Grid Headers */
.dt-treatments-section .dt-services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--dt-text-dark);
  padding-bottom: 12px;
  margin-bottom: 25px;
}

.dt-treatments-section .dt-header-title {
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.dt-treatments-section .dt-header-badge {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  color: var(--dt-text-muted);
  font-weight: 500;
}

/* Cards & Animations */
.dt-treatments-section .dt-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dt-treatments-section .dt-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--dt-card-bg);
  border: 1px solid var(--dt-border);
  padding: 8px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--dt-text-dark);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.dt-treatments-section .dt-card-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dt-treatments-section .dt-icon {
  width: 22px;
  height: 22px;
  color: var(--dt-gold);
  transition: transform 0.4s ease, color 0.3s ease;
  flex-shrink: 0;
}

.dt-treatments-section .dt-service-name {
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.dt-treatments-section .dt-arrow {
  width: 18px;
  height: 18px;
  color: var(--dt-text-muted);
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover States */
.dt-treatments-section .dt-card:hover {
  transform: translateY(-3px);
  border-color: var(--dt-gold);
  box-shadow: var(--dt-shadow);
}

.dt-treatments-section .dt-card:hover .dt-icon {
  transform: scale(1.15) rotate(5deg);
  color: #8B6508;
}

.dt-treatments-section .dt-card:hover .dt-arrow {
  transform: translateX(4px);
  color: var(--dt-gold);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .dt-treatments-section .dt-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .dt-treatments-section .dt-services-grid {
    grid-template-columns: 1fr;
  }
}
a.expert-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ================= End  Other services Section Start================= */


/* ================= Start Team Button================= */
.expert-btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

.btn-meet-experts-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 36px;
  
  /* Rich Metallic Gold Gradient Background */
  background: linear-gradient(135deg, #d4af37 0%, #f3e5ab 50%, #aa7c11 100%);
  color: #1a1a1a; /* Dark charcoal text for high-contrast readability */
  
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  
  border: 1px solid #c59b27;
  border-radius: 50px; /* Modern pill shape */
  
  /* Subtle depth shadow */
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

/* Arrow transition */
.btn-meet-experts-gold .btn-arrow {
  transition: transform 0.3s ease;
}

/* Hover and Focus Effects */
.btn-meet-experts-gold:hover {
  /* Brightens gradient on hover */
  background: linear-gradient(135deg, #e5be3e 0%, #fff2be 50%, #c59016 100%);
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
  color: #000000;
}

/* Slide arrow smoothly to the right on hover */
.btn-meet-experts-gold:hover .btn-arrow {
  transform: translateX(5px);
}

.btn-meet-experts-gold:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(212, 175, 55, 0.2);
}

/* ================= End Team Button================= */

/* Icon text colors */
.social-location { color: #EA4335; } /* Google Maps Red */
.social-facebook { color: #1877F2; } /* Facebook Blue */
.social-twitter  { color: #1DA1F2; } /* Twitter / X Blue */
.social-instagram{ color: #E4405F; } /* Instagram Pink/Red */
.social-linkedin { color: #0A66C2; } /* LinkedIn Blue */

/* Optional: If .social-circle has a background color that you want to change on hover */
.social-circle:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
}



/* Hide by default on mobile devices */
.floating-sidebar {
  display: none;
}

/* Display on tablets and desktop screens (768px and wider) */
@media screen and (min-width: 768px) {
  .floating-sidebar {
    display: flex; /* or block/inline-flex depending on your layout */
    flex-direction: column;
  }
}




	  
