body{
  font-family: 'Poppins', 'Noto Sans Bengali', 'system-ui', sans-serif;
}
*{
    box-sizing:border-box;
    font-family: 'Poppins', 'Noto Sans Bengali', 'system-ui', sans-serif;
    font-size: 15px;
}
.specialists-section .section-title-bar {
  margin-bottom: 20px;
}
.specialist-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  padding: 18px;
  width: 25%;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.specialist-thumb{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  margin-bottom:12px;
}
.specialist-thumb img{
  width:100%;
  object-fit:cover;
  position:relative;
}
.specialist-info{
    padding-bottom: 10px;
}
.specialist-info h5{
  margin:0 0 6px 0;
  font-size:16px;
  font-weight:600;
}
.specialist-info .role{
  margin:0 0 8px 0;
  color:#666;
  font-size:12px;
  text-transform: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.specialist-info .see-more{
  color:#006dcc;
  font-weight:600;
  font-size:12px;
  padding-bottom: 10px;
  text-decoration: none;
}

/* marquee tweaks for specialists */
.marquee-specialists .marquee{
  gap:0px;
  animation: scroll 28s linear infinite;
}
@media (max-width: 768px){
  .marquee-specialists .marquee{ animation-duration:14s; }
  .specialist-card{ width:220px; }
}

/* Footer styles */
.site-footer{ background:#f7f9fb; color:#52606a; padding-bottom:40px; }
.site-footer .footer-desc{ color:#6b7280; font-size:14px; line-height:1.8; max-width:320px; }
.site-footer .socials .social{ display:inline-block; width:36px; height:36px; border-radius:50%; border:1px solid #e0e7ef; display:inline-flex; align-items:center; justify-content:center; margin-right:8px; color:#1e63b6; }
.site-footer .footer-title{ font-weight:700; margin-bottom:12px; color:#2b3a4a; }
.site-footer .footer-links{ list-style:none; padding:0; margin:0; }
.site-footer .footer-links li{ margin-bottom:8px; }
.site-footer .footer-links a{ color:#52606a; text-decoration:none; }
.site-footer .hours-list{ list-style:none; padding:0; margin:0; }
.site-footer .hours-list li{ display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px solid #eef2f5; color:#516070; }
.site-footer .logo-img{ width:90px; height:auto; }
.site-footer hr{ border-color:#e6eef5; }

@media (max-width: 991px){
  .site-footer .text-end{ text-align:left !important; margin-top:12px; }
}

@media (max-width: 576px){
  .site-footer .footer-desc{ max-width:none; }
  .site-footer .specialist-thumb::before{ display:none; }
  .site-footer .specialist-thumb img{ width:100px; height:100px; }
}

/* Video tutorials slider */
.video-tutorials .small-label{
  display:inline-block;
  background:#e7f0ff;
  color:#1e63b6;
  padding:6px 10px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:8px;
}
.video-tutorials .video-slider-wrap{ max-width:980px; margin:0 auto; }
.video-slider{ display:block; }
.video-card{
  position:relative;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 40px rgba(47,126,219,0.06);
}
.video-iframe{ width:100%; position:relative; overflow: hidden; border-radius: 20px;/* shorter default ratio for inactive slides */ background:#000; transition:padding-top .35s ease, transform .35s ease; }
.video-iframe iframe{ position:static; width:100%; height:100%; border:0;aspect-ratio: 9/16; }

/* thumbnail overlay shown before iframe loads */
.video-thumb{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:#000; z-index:4; cursor:pointer; }
.video-thumb img{ width:100%; height:100%; object-fit:cover; display:block; opacity:0.98; }
.thumb-play{ position:absolute; width:72px; height:72px; border-radius:50%; background:rgba(0,0,0,0.6); display:flex; align-items:center; justify-content:center; color:#fff; font-size:22px; text-decoration:none; z-index:6; }
.thumb-play i{ margin-left:4px; }

.video-caption{ position:absolute; left:20px; bottom:12px; color:#fff; font-weight:700; text-shadow:0 2px 6px rgba(0,0,0,0.45); z-index:3; transition:bottom .35s ease; }

/* Active (center) slide larger, others smaller */
.video-slider .slick-slide{ transition:transform .35s ease, opacity .35s ease; }
.video-slider .slick-slide .video-card{ transform:scale(0.92); opacity:0.92; }
.video-slider .slick-center .video-card{ transform:scale(1.04); box-shadow:0 28px 80px rgba(47,126,219,0.14); z-index:5; }
.video-slider .slick-center .video-iframe{ aspect-ratio: 9/16; }
.video-slider .slick-center .video-caption{ bottom:28px; }

/* Slick center scaling */
.video-slider .slick-slide{ padding:0 8px; }
.video-slider .slick-center .video-card{ transform:scale(1.05); }

@media (max-width: 992px){
  .video-card img{ height:420px; }
  .video-card.featured img{ height:480px; }
}
@media (max-width: 576px){
  .video-card img{ height:260px; }
  .video-card.featured img{ height:300px; }
}
/* Logo image sizes */
.logo-img {
  width: 104px;
  height: 30px;
}
.btn-primary {
  background-color: #006dcc;
  border-color: #006dcc;
}
/* topbar */
.topbar{
  background:#f4f4f4;
  font-size:14px;
  padding:6px 0;
}
.topbar_content{
    top: 2px;
}
.text-orange{
  color:#ff7a00;
}
#menu .nav-link{
    color:#333;
    font-weight:500;
}
.hero{
    position:relative;
    height:720px;
    overflow:hidden;
}

/* background images */
.hero-desktop,
.hero-mobile{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    top:0;
    left:0;
}

/* show correct image */
.hero-mobile{ display:none; }

@media(max-width:991px){
    .hero{ height:820px; }
    .hero-desktop{ display:none; }
    .hero-mobile{ display:block; }
}

/* gradient overlay */
.hero-overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    /* background:linear-gradient(90deg,#0c2fb4 0%, rgba(12,47,180,0.85) 40%, rgba(12,47,180,0) 70%); */
}

@media(max-width:991px){
    .hero-overlay{
        background:linear-gradient(rgba(13,62,180,.65), rgba(13,62,180,.65));
    }
}

/* content */
.hero-content{
    position:relative;
    z-index:2;
    padding-top:140px;
}
.topbar_content *{
    font-size: 12px;
}
.location{
    background:white;
    color:#e63946;
    display:inline-block;
    padding:6px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:18px;
}

/* typography */
.hero h1{
    font-size:64px;
    font-weight:700;
}

.hero h2{
    font-weight:400;
}

.hero h3{
    font-weight:300;
}

@media(max-width:991px){
    .hero-content{
        text-align:center;
        padding-top:120px;
    }
    .hero h1{ font-size:38px; }
}
/* parent */
/* .mega-parent{
  position:relative;
} */

/* mega panel */
.mega-menu{
  position:absolute;
  top:100%;
  left:0;
  width:650px;
  background:#fff;
  padding:25px;
  border-radius:10px;
  display:none;
  z-index:999;
}

/* item */
.mega-item{
  display:flex;
  gap:12px;
  margin-bottom:18px;
  align-items:flex-start;
  cursor:pointer;
  transition:.2s;
  border-radius: 10px;
}
.mega-item:hover{
  background-color: #0000000a;
}


.mega-item img{
  width:45px;
  height:45px;
  object-fit:contain;
}

.mega-item h6{
  margin:0;
  font-weight:600;
}

.mega-item p{
  margin:0;
  font-size:13px;
  color:#6c757d;
}

/* hover effect */
.mega-item:hover h6{
  color:#1e63b6;
}

.mega-item:hover{
  transform:translateX(4px);
}

/* show on hover */
.mega-parent:hover .mega-menu{
  display:block;
}
/* desktop stats */
.stats{
    gap:50px;
    margin-top:40px;
}

.stats small{
    display:block;
    opacity:.8;
}

/* mobile stats bar */
.mobile-stats{
    position:absolute;
    bottom:0;
    width:100%;
    background:rgba(25,88,180,0.85);
    display:flex;
    justify-content:space-around;
    padding:18px 10px;
    color:white;
    text-align:center;
    z-index:2;
}

.mobile-stats strong{
    font-size:20px;
}

/* WhatsApp floating */
.whatsapp{
  position:fixed;
  right:20px;
  bottom:20px;
  width:60px;
  height:60px;
  background:#25D366;
  color:white;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(0,0,0,0.2);
}

.whatsapp .badge{
  position:absolute;
  top:-2px;
  right:-2px;
  background:red;
  color:white;
  border-radius:50%;
  font-size:12px;
  padding:3px 6px;
}

/* SIDEBAR */
.mobile-sidebar{
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: .3s;
    padding: 20px;
    overflow-y: auto;
}

.mobile-sidebar.active{
    left: 0;
}

.sidebar-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4);
    display:none;
    z-index: 9998;
}

.sidebar-overlay.active{
    display:block;
}

/* header */
.sidebar-header{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:15px;
}

.close-sidebar{
    background:#4b8fe2;
    border:none;
    color:#fff;
    width:30px;
    height:30px;
    border-radius:50%;
    font-size:18px;
}

/* menu */
.sidebar-menu{
    list-style:none;
    padding:0;
}

.sidebar-menu li{
    padding:14px 5px;
    border-bottom:1px solid #eee;
    font-weight:500;
    cursor:pointer;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}

.sidebar-menu li i{
    margin-right:12px;
    color:#666;
    width:20px;
}

.sidebar-menu .arrow{
    margin-left:auto;
    font-size:12px;
}

/* bottom card */
.sidebar-card{
    background:#f7f9fc;
    padding:15px;
    border-radius:10px;
    margin-top:25px;
}

.sidebar-card p{
    font-size:13px;
    color:#666;
}

/* hide sidebar on desktop */
@media(min-width:992px){
    .mobile-sidebar,
    .sidebar-overlay{
        display:none !important;
    }
}
/* submenu */
.has-sub .submenu{
    display:none;
    list-style:none;
    padding-left:32px;
    margin-top:5px;
}

.submenu li{
    padding:10px 0;
    font-size:14px;
    color:#555;
    border-bottom:none;
}

/* arrow rotation */
.has-sub.active .arrow{
    transform: rotate(180deg);
}

.arrow{
    transition:.3s;
}

/* clickable row */
.menu-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    cursor:pointer;
}

.treatments{
  background:#f5f7fa;
}
/* card base */
.treatment-card{
  position:relative;
  border-radius:6px;
  overflow:hidden;
  background:#eef2f5;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  transition:.4s ease;
  border: 1px solid #ddd;
}
.card-content{
  position:absolute;
  top:40px;
}

.card-content h2{
  font-size:38px;
  font-weight:700;
  background:linear-gradient(90deg,#1e63b6,#2f7edb);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.card-content h5{
  color:#ff7a00;
  font-weight:500;
}

/* image */
.card-img{
  width: 100%;
  position:relative;
  z-index:2;
}
.card-overlay{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
    left:0;
    background:linear-gradient(0deg, #006dcc54 0%, rgba(0, 0, 0, 0) 100%);
  z-index:3;
  visibility: hidden;
  opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}
/* bottom text */
.bottom-text{
  position:absolute;
  bottom:18px;
  left:20px;
  color:white;
  font-weight:600;
  font-size:24px;
  display:flex;
  align-items:center;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
    transition: visibility 0s, opacity 0.3s ease;
}
.treatment-card:hover .card-overlay{
  visibility: visible;
  opacity: 1;
}
.treatment-card:hover .bottom-text{
  visibility: visible;
  opacity: 1;
}
.bottom-text span{
  width:40px;
  height:2px;
  background:white;
  margin-right:10px;
}

/* hover effect */
.treatment-card:hover{
  transform:translateY(-6px);
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* responsive */
@media(max-width:991px){
  .treatment-card{
    height:360px;
  }
  .card-content h2{
    font-size:28px;
  }
}

/* Service Cards */
.service-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  /* padding: 20px; */
  text-align: center;
  margin: 10px;
  position: relative;
}

.service-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.service-card h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  position: absolute;
  top: 10px;
  text-align: center;
  width: 100%;
}

.marquee-specialists .service-card h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  position: static;
  text-align: center;
  width: 100%;
}
.marquee-specialists2 .service-card h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  position: static;
  text-align: left;
  width: 100%;
}
.marquee-specialists2 .service-card{
  min-width: 350px;
}

.service-card p {
  color: #666;
  font-size: 14px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
.section-title span{
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

/* Marquee Styles */
.marquee-container {
  overflow: hidden;
  width: 100%;
}

.marquee {
  display: flex;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .marquee {
    animation-duration: 10s; /* Faster on mobile */
  }
  .service-card {
    min-width: 250px; /* Ensure card width */
  }
  .marquee-specialists2 .service-card{
    min-width: 280px;
  }
}

@media (min-width: 769px) {
  .service-card {
    min-width: 300px; /* Adjust for 4 cards visible approx */
  }
  
  .marquee-specialists2 .service-card{
    min-width: 350px;
  }

}

.section-title-bar{
    padding:22px 0;
}

.section-title-bar h2{
    font-size:24px;
    font-weight:700;
    color:#2d2d2d;
    margin:0;
    text-align: left;
}
.section-title-bar h2 span{
    font-size:24px;
    font-weight:700;
    color:#2d2d2d;
    margin:0;
    text-align: left;
}
.section-title-bar h2 span.text-secondary{
    color:#ff7a00;
}
.section-title-bar .lead{
    color:#666;
    font-size:12px;
    margin-top:6px;
}
.btn-specialists{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#1e63b6;
    color:#fff;
    padding:8px 24px;
    border-radius:10px;
    font-weight:600;
    font-size:16px;
    text-decoration:none;
    transition:all .25s ease;
}

/* arrow style */
.btn-specialists .arrow{
    font-size:20px;
    transition:transform .25s ease;
}

/* hover */
.btn-specialists:hover{
    background:#174f92;
    color:#fff;
}

.btn-specialists:hover .arrow{
    transform:translateX(6px);
}

.review-card{
    background:#f9fafb;
    border-radius:20px;
    padding:28px;
    border:1px solid #e6e6e6;
    position:relative;
    max-width:420px;
    min-width:320px;
    margin: 10px;
}

/* stars */
.stars{
    color:#f4b400;
    font-size:20px;
    letter-spacing:2px;
    margin-bottom:12px;
}

/* quote icon */
.quote-icon{
    position:absolute;
    top:20px;
    right:20px;
    font-size:80px;
    color:#dfe3e8;
    font-weight:bold;
}

/* text */
.review-text{
    font-size:18px;
    color:#555;
    line-height:1.7;
    margin-bottom:18px;
}

/* divider */
.review-card hr{
    border-top:1px solid #e5e7eb;
    margin:18px 0;
}

/* user section */
.review-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.user-img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.review-user h5{
    margin:0;
    font-weight:600;
}

.designation{
    color:#1e63b6;
    font-weight:500;
    display:block;
}

.review-user small{
    color:#888;
}
.appointment-section{
  background:#f7f9fc;
}

/* hours card */
.hours-card{
  position:absolute;
  bottom:-40px;
  right:10%;
  background:linear-gradient(to bottom,#1e63b6,#5b8ec8);
  color:#fff;
  border-radius:18px;
  padding:20px 25px;
  width:320px;
}

.hours-card h4{
  font-weight:700;
}

.hours-list{
  list-style:none;
  padding:0;
  margin:0;
}

.hours-list li{
  display:flex;
  justify-content:space-between;
  border-top:1px solid rgba(255,255,255,0.3);
  padding:6px 0;
  font-size:14px;
}

/* appointment form card */
.appointment-card{
  background:#e9f0f7;
  padding:30px;
  border-radius:18px;
}

/* form */
.form-control,
.form-select{
  border-radius:8px;
  padding:10px;
}

/* responsive */
@media(max-width:992px){
  .hours-card{
    position:relative;
    bottom:auto;
    right:auto;
    margin-top:20px;
    width:100%;
  }
}