html{scroll-behavior:smooth}
*{margin:0;padding:0;box-sizing:border-box;font-family:'DM Sans',sans-serif}
img{max-width:100%}
body{font-family:'DM Sans',sans-serif}
a,a:hover,a:focus,a:visited,a:active{text-decoration:none}
p,ul,li{padding:0;margin:0}

/*============================= HEADER ============================  */
#main-header{position:fixed;width:100%;top:0;z-index:999;transition:all .3s ease}
#main-header .navbar-brand{width:120px}
#main-header .navbar{transition:.3s;padding:0}
#main-header .brand-icon{width:38px;height:38px;background:#0b3154;border-radius:50%}
#main-header .b1{font-weight:700;color:#666;transition:.3s}
#main-header .nav-pill{gap:5px;padding:10px}
#main-header .nav-link{color:#000000;padding:6px 14px;border-radius:30px;font-size:18px;transition:all .3s ease}
#main-header.scrolled .nav-link{color:#000000}
#main-header .nav-link:hover,#main-header .nav-link.active{background:#0b3154;color:#ffffff!important}
#main-header .dropdown-menu{border-radius:12px;border:none;box-shadow:0 6px 20px rgba(0,0,0,.08)}
#main-header .btn-appointment{background:#0b3154;color:#ffffff;border-radius:30px;padding:8px 20px;transition:.3s;font-size:18px}
#main-header .btn-appointment:hover{background:#1d4ed8}
#main-header .offcanvas-body{background:#ffffff!important;border-radius:60px}
.offcanvas .social-icons{display:none}
@media (max-width:991px){#main-header{padding:8px 0}
#main-header .navbar{border-radius:12px}
#main-header .navbar-collapse{background:#ffffff;padding:15px}
#main-header .nav-link{display:block;padding:10px;color:#000}
#main-header .btn-appointment{display:block;width:100%;text-align:center;margin-top:10px}
}
#main-header.scrolled{background:#ffffff!important}
#main-header.scrolled .b1{color:#0b3154!important}
#main-header{
  position:fixed;
  width:100%;
  top:0;
  z-index:999;
  transition:all .3s ease;
  background: transparent;
}

#main-header::before{
content: "";
position: absolute;
inset: 0;

background:linear-gradient(to bottom, rgb(255 255 255 / 81%) 0%, rgb(255 255 255 / 68%) 35%, rgb(255 255 255 / 26%) 65%, rgb(255 255 255 / 0%) 100%);

backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

z-index: -1;
transition: all .4s ease;
}

/*============================= MODAL ============================  */
.modal-content{border-radius:12px;border:none;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.15)}
.modal-header{background:#0b3154;color:#fff;border-bottom:none;padding:15px 20px}
.modal-title{font-weight:600}
.modal .btn-close{filter:invert(1)}
.modal-body{padding:25px;background:#fff}
.modal-body .form-control{height:45px;border-radius:6px;border:1px solid #ddd;margin-bottom:15px;box-shadow:none;transition:all .3s ease}
.modal-body textarea.form-control{height:100px;resize:none}
.modal-body .form-control:focus{border-color:#0b3154;box-shadow:0 0 0 .15rem rgba(90,142,86,.2)}
.modal-body .submit{background:#0b3154;color:#fff;border:none;padding:10px;border-radius:6px;font-weight:600;transition:.3s ease}
.modal-body .submit:hover{background:#0b3154}
.modal.fade .modal-dialog{transform:translateY(-30px);transition:all .3s ease}
.modal.show .modal-dialog{transform:translateY(0)}

/*============================= QUICK CONTACT ============================  */
#quickcontact{width:45px;position:fixed;top:77%;left:15px;z-index:102}

/*============================= SCROLL TO TOP ============================  */
#scrollTopBtn{border-radius:50%;position:fixed;bottom:17px;right:4px;width:42px;height:42px;background-color:#333;color:#fff;border:none;cursor:pointer;font-size:1.1rem;display:none;align-items:center;justify-content:center;z-index:9999;transition:background-color .3s ease}
#scrollTopBtn:hover{background-color:#0b3154}
#scrollTopBtn.show{display:flex}

/*============================= THANKS ============================  */
#thanks{padding:40px 0 30px;background-color:#fff;text-align:center}

/*============================= BLOG DETAIL ============================  */
#blog-detail{color:#222;line-height:1.6}
#blog-detail img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}
#blog-detail h2{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#blog-detail .post-meta{font-size:.9rem;color:#6c757d;display:flex;gap:1.5rem;margin-bottom:1.5rem}
#blog-detail .post-meta i{margin-right:.35rem;color:#0b3154}
#blog-detail .post-meta .author,#blog-detail .post-meta .date{display:flex;align-items:center}
#blog-detail article p{font-size:18px;color:#333;text-align:justify;margin-bottom:20px}
#blog-detail .sidebar{background-color:#f9f9f7;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);position:sticky;top:100px}
#blog-detail .sidebar h4{font-weight:700;font-size:1.25rem;margin-bottom:1.5rem;border-left:4px solid #0b3154;padding-left:1rem;color:#0b3154}
#blog-detail .recent-post{transition:background-color .3s ease;padding:8px 6px;border-radius:6px;align-items:center}
#blog-detail .recent-post:hover{background-color:#1680e926}
#blog-detail .recent-post img.post-thumb{border-radius:6px;width:60px;height:60px;object-fit:cover}
#blog-detail .recent-post a{color:#2c3e50;text-decoration:none;font-size:1rem}
#blog-detail .recent-post a:hover{color:#0b3154;text-decoration:underline}
#blog-detail .recent-post small{font-size:.8rem;color:#999}
@media (max-width:767.98px){#blog-detail .sidebar{margin-top:2rem}
}


/*============================= PRE_LOADER ============================  */
#site-preloader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999}
#site-preloader .preloader{width:100%;height:100%;position:relative;animation:hidePreloader .5s ease 2.4s forwards}
#site-preloader .site-name{position:absolute;width:100%;height:100%;background:#0b3154;display:flex;align-items:center;justify-content:center;z-index:1}
#site-preloader .site-name span{font-family:'Poppins',sans-serif;font-weight:800;font-size:clamp(28px,6vw,90px);color:#fff;text-transform:uppercase;letter-spacing:2px;text-align:center;padding:0 15px}
#site-preloader .preloader-gutters{position:absolute;width:100%;height:100%;display:flex;z-index:2}
#site-preloader .bar{flex:1;height:100%;position:relative}
#site-preloader .inner-bar{position:absolute;top:0;left:0;width:0;height:100%;background:#ffffff}
#site-preloader .bar:nth-child(1) .inner-bar{animation:fillBar .5s ease .60s forwards}
#site-preloader .bar:nth-child(2) .inner-bar{animation:fillBar .5s ease .65s forwards}
#site-preloader .bar:nth-child(3) .inner-bar{animation:fillBar .5s ease .70s forwards}
#site-preloader .bar:nth-child(4) .inner-bar{animation:fillBar .5s ease .75s forwards}
#site-preloader .bar:nth-child(5) .inner-bar{animation:fillBar .5s ease .80s forwards}
#site-preloader .bar:nth-child(6) .inner-bar{animation:fillBar .5s ease .85s forwards}
#site-preloader .bar:nth-child(7) .inner-bar{animation:fillBar .5s ease .90s forwards}
#site-preloader .bar:nth-child(8) .inner-bar{animation:fillBar .5s ease .95s forwards}
@keyframes fillBar{from{width:0}
to{width:100%}
}
#site-preloader .preloader-overlay{position:absolute;width:100%;height:100%;background:#0b3154;z-index:3;transform:translateX(-100%);animation:overlayIn .6s ease 1.6s forwards}
@keyframes overlayIn{from{transform:translateX(-100%)}
to{transform:translateX(0%)}
}
@keyframes hidePreloader{to{opacity:0;visibility:hidden;pointer-events:none}
}
@media (max-width:768px){#site-preloader .site-name span{font-size:clamp(22px,8vw,48px);letter-spacing:1px}
}
@media (max-width:480px){#site-preloader .site-name span{font-size:20px}
}


/*============================= FEATURES ============================  */
#features{padding:60px 0;background:#f4f6fb;overflow:hidden;}
#features .row{row-gap:20px}
#features .features-card{background:#eaeaea;border-radius:20px;padding:30px;height:100%;position:relative;transition:.4s ease;cursor:pointer;overflow:hidden}
#features .features-card:hover,#features .features-card.active{background:#0b3154;color:#fff}
#features .features-top{display:flex;justify-content:space-between;align-items:center}
#features .features-top h4{font-size:20px;font-weight:600}
#features .features-top span{font-size:42px;color:#cbd5e1}
#features .features-line{width:80%;height:2px;background:#cbd5e1;margin:0 0 35px;position:relative}
#features .features-line::after{content:"";position:absolute;right:0;top:-3px;width:8px;height:8px;background:#0b3154;border-radius:50%}
#features .features-card.active .features-line::after{background:#fff}
#features .features-card p{font-size:14px;color:#555;transition:.3s;width:85%}
#features .features-card:hover p,#features .features-card.active p{color:#fff}
#features .features-icon{position:absolute;bottom:20px;right:20px;font-size:50px;color:#0b3154;transition:.3s}
#features .features-icon img{width:50px}
#features .features-card:hover .features-icon img,#features .features-card.active .features-icon img{filter:brightness(0) invert(1)}
#features .features-card:hover .features-icon,#features .features-card.active .features-icon{color:#fff;transform:scale(1.1)}
@media (max-width:768px){#features .features-card{margin-bottom:20px}
}


/*============================= SLIDER ============================  */
#hero-slider{position:relative;width:100%;height:100vh;overflow:hidden;min-height:600px}
#hero-slider .slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease-in-out;pointer-events:none;z-index:1}
#hero-slider .slide.active{opacity:1;pointer-events:all;z-index:2}
#hero-slider .slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.05);transition:transform 6s ease-out}
#hero-slider .slide.active .slide-bg{transform:scale(1)}
#hero-slider .slide-overlay{position:absolute;inset:0;background:rgba(5,15,55,.4)}
#hero-slider .slide-1 .slide-bg{background-image:url('../images/hero-new.png')}
#hero-slider .slide-2 .slide-bg{background-image:url('../images/hero-2.png')}
#hero-slider .slide-3 .slide-bg{background-image:url('../images/hero-3.png')}
#hero-slider .slide-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:230px 48px 0;gap:0}
#hero-slider .slide-top{margin-bottom:0}
#hero-slider .hero-title{font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:800;color:#fff;line-height:1.12;margin-bottom:18px;opacity:0;transform:translateY(22px);transition:opacity .7s ease .3s,transform .7s ease .3s}
#hero-slider .hero-desc{font-size:16px;color:#ffffff;max-width:440px;margin-bottom:34px;line-height:1.75;opacity:0;transform:translateY(22px);transition:opacity .7s ease .5s,transform .7s ease .5s}
#hero-slider .btn-get-started{display:inline-block;background:#0b3154;color:#fff;border-radius:50px;padding:14px 36px;font-weight:700;font-size:.97rem;text-decoration:none;width:fit-content;transition:background .2s,transform .2s;opacity:0;transform:translateY(22px);transition:opacity .7s ease .65s,transform .7s ease .65s}
#hero-slider .btn-get-started:hover{background:#0b3154;transform:translateY(-2px);color:#fff}
#hero-slider .slide.active .hero-title,#hero-slider .slide.active .hero-desc,#hero-slider .slide.active .btn-get-started{opacity:1;transform:translateY(0)}
#hero-slider .slide-bottom{display:flex;align-items:center;gap:0;padding-bottom:40px;margin-top:auto}
#hero-slider .stats-block{display:flex;gap:48px;flex-shrink:0;opacity:0;transform:translateY(18px);transition:opacity .7s ease .9s,transform .7s ease .9s}
#hero-slider .slide.active .stats-block{opacity:1;transform:translateY(0)}
#hero-slider .stat-num{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1}
#hero-slider .stat-label{font-size:.78rem;color:rgba(255,255,255,.65);margin-top:6px;line-height:1.45}
#hero-slider .thumb-strip{margin-left:auto;display:flex;flex-direction:column;gap:12px;opacity:0;transform:translateY(18px);transition:opacity .7s ease 1.05s,transform .7s ease 1.05s}
#hero-slider .slide.active .thumb-strip{opacity:1;transform:translateY(0)}
#hero-slider .thumb-top-row{display:flex;align-items:center;justify-content:space-between}
#hero-slider .slider-arrows{display:flex;gap:10px;flex-shrink:0}
#hero-slider .arr-btn{width:40px;height:40px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s;flex-shrink:0}
#hero-slider .arr-btn:hover{background:#0b3154;border-color:#0b3154}
#hero-slider .arr-btn svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
#hero-slider .thumbs-area{display:flex;flex-direction:column;gap:12px}
#hero-slider .thumb-counter{font-size:.85rem;color:rgba(255,255,255,.65)}
#hero-slider .thumb-counter strong{color:#fff}
#hero-slider .thumbs-row{display:flex;gap:12px;align-items:center}
#hero-slider .thumb-card{position:relative;width:160px;height:100px;border-radius:14px;overflow:hidden;flex-shrink:0;cursor:pointer;border:2px solid transparent;transition:border-color .25s,transform .25s}
#hero-slider .thumb-card.active-thumb{border-color:#fff;transform:scale(1.04)}
#hero-slider .thumb-card img{width:100%;height:100%;object-fit:cover;display:block}
#hero-slider .thumb-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.18)}
#hero-slider .thumb-card.active-thumb .thumb-play{background:#0b315498}
#hero-slider .play-circle{width:36px;height:36px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center}
#hero-slider .play-circle svg{width:14px;height:14px;fill:#0b3154;margin-left:2px}
#hero-slider #slider-progress{position:absolute;bottom:0;left:0;height:3px;background:#0b3154;width:0;z-index:10}

/*============================= ABOUT ============================  */
#about{background-color:#f0f4fb;padding:80px 0;overflow:hidden;}
#about .about-label{font-size:15px;font-weight:600;color:#0b3154;font-style:italic;margin-bottom:8px}
#about .about-title{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#about .about-desc{font-size:15px;color:#5a6a85;line-height:1.75;margin-bottom:28px}
#about .about-service-item{display:flex;align-items:center;gap:10px;margin-bottom:16px}
#about .about-service-item img{width:20px}
#about .about-service-icon{width:22px;height:22px;flex-shrink:0;margin-top:2px}
#about .about-service-text{font-size:14.5px;font-weight:500;color:#0b3154}
#about .about-btn{background-color:#0b3154;color:#fff;border:none;border-radius:50px;padding:12px 36px;font-size:15px;font-weight:600;cursor:pointer;display:inline-block;margin-top:10px;transition:background .3s ease}
#about .about-btn a{color:#fff}
#about .about-btn:hover{background-color:#1a5fc4}
#about .about-img-main{width:100%;height:420px;object-fit:cover;border-radius:20px}
#about .about-img-sm{width:100%;height:195px;object-fit:cover;border-radius:16px}
#about .about-img-col-sm{display:flex;flex-direction:column;gap:14px}



/*============================= SERVICES ============================  */
#services{padding-top:80px;padding-bottom:80px;background:#F3F7FF;overflow:hidden}
#services .row{row-gap:20px}
#services .services-label{font-size:20px;font-weight:500;font-style:italic;color:#0b3154;font-family:'Playfair Display',serif;display:inline-block;margin-bottom:8px}
#services .services-title{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:30px}
#services .service-card{position:relative;border-radius:24px;overflow:hidden;cursor:pointer;height:420px;isolation:isolate}
#services .service-card canvas{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block;border-radius:24px;z-index:0}
#services .service-card .sc-img{object-fit:cover;width:100%;height:100%}
#services .service-card .sc-overlay{position:absolute;inset:0;border-radius:24px;background:linear-gradient(180deg,rgba(0,0,0,0) 28%,rgba(0,0,0,.80) 100%);z-index:1;pointer-events:none;transition:background .5s ease}
#services .service-card:hover .sc-overlay{background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.85) 100%)}
#services .service-card .sc-number{position:absolute;top:28px;left:28px;z-index:2;font-family:'Playfair Display',serif;font-size:22px;font-weight:400;color:rgba(255,255,255,.85);line-height:1}
#services .service-card .sc-content{position:absolute;bottom:0;left:0;right:0;padding:28px;z-index:2}
#services .service-card .sc-title{font-size:26px;font-weight:600;color:#fff;margin-bottom:4px;text-transform:capitalize;line-height:1.25}
#services .service-card .sc-sub{font-size:15px;font-weight:400;color:rgba(255,255,255,.75);margin-bottom:0}
#services .service-card .sc-arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);z-index:3;width:88px;height:88px;border-radius:50%;background:rgba(255,255,255,.26);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease,transform .45s cubic-bezier(.34,1.56,.64,1);text-decoration:none}
#services .service-card:hover .sc-arrow{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
#services .service-card .sc-arrow svg{width:40px;height:40px}
#services .owl-dots{display:none}
#services .owl-nav{display:none}
#services .owl-carousel .owl-item{padding:0 8px}
@keyframes svcFadeUp{from{opacity:0;transform:translateY(28px)}
to{opacity:1;transform:translateY(0)}
}
#services .services-header{animation:svcFadeUp .7s ease both}
#services .service-card{animation:svcFadeUp .7s ease both}
#services .owl-item:nth-child(1) .service-card{animation-delay:.10s}
#services .owl-item:nth-child(2) .service-card{animation-delay:.22s}
#services .owl-item:nth-child(3) .service-card{animation-delay:.34s}
#services .owl-item:nth-child(4) .service-card{animation-delay:.46s}
#services .owl-item:nth-child(5) .service-card{animation-delay:.58s}
#services .owl-item:nth-child(6) .service-card{animation-delay:.70s}


/*============================= ABOUT VIDEO ============================  */
#about-video-section{background:#ffffff;padding:80px 0 0 0;overflow:hidden}
#about-video-section .avs-text-row{padding-bottom:50px}
#about-video-section .avs-heading{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#about-video-section .avs-desc{font-size:16px;color:#64748b;line-height:1.8}
#about-video-section .avs-zoom-wrap{height:520px;display:flex;align-items:center;justify-content:center}
#about-video-section .avs-zoom-inner{position:relative;width:70%;height:100%;border-radius:20px;overflow:hidden}
#about-video-section .avs-img{width:100%;height:100%;object-fit:cover}
#about-video-section .avs-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.15)}
.avs-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:9999;justify-content:center;align-items:center}
.avs-modal-content{width:80%;max-width:900px;position:relative}
.avs-modal-content iframe{width:100%;height:500px;border-radius:10px}
.avs-close{position:absolute;top:-35px;right:0;font-size:30px;color:#fff;cursor:pointer}
@media (max-width:991px){#about-video-section .avs-zoom-wrap{height:320px}
#about-video-section .avs-zoom-inner{width:88%}
}
@media (max-width:575px){#about-video-section .avs-zoom-wrap{height:240px}
#about-video-section .avs-zoom-inner{width:92%}
}


/*============================= TESTIMONIALS ============================  */
#testimonial{padding:80px 0;background:#f4f7fb;overflow:hidden;}
#testimonial .sub-title{color:#0b3154;font-style:italic}
#testimonial h2{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#testimonial .testimonial-card{background:#ffffff;padding:25px;border-radius:20px;box-shadow:0 5px 20px rgba(0,0,0,.05);height:100%}
#testimonial .stars{display:flex;gap:5px;padding:0;margin:0 0 10px;list-style:none}
#testimonial .stars li i{color:#fbbf24;font-size:18px}
#testimonial .testimonial-text{height:120px;overflow-y:auto;padding-right:5px;margin-bottom:15px;font-size:20px}
#testimonial .testimonial-text::-webkit-scrollbar{width:4px}
#testimonial .testimonial-text::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}
#testimonial .testimonial-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:10px}
#testimonial .user{display:flex;align-items:center;gap:10px}
#testimonial .user img{width:45px;height:45px;border-radius:50%}
#testimonial .user h5{margin:0;font-size:16px;font-weight:600}
#testimonial .user span{font-size:15px;color:#666}
#testimonial .play-btn{width:45px;height:45px;background:#0b3154;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:16px;cursor:pointer}


/*============================= WHY CHOOSE US ============================  */
#why-choose{padding:80px 0;background:#fff;overflow:hidden;}
#why-choose .wc-img img{width:100%;border-radius:20px;object-fit:cover}
#why-choose .wc-sub{color:#0b3154;font-style:italic}
#why-choose .wc-title{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#why-choose .wc-card{background:#fff;text-align:center;border-radius:16px;padding:25px;border:1px solid #eee;height:100%;transition:.3s}
#why-choose .wc-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}
#why-choose .wc-icon{width:50px;height:50px;background:#0b3154;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;margin:0 auto 15px}
#why-choose h5{font-size:18px;margin-bottom:8px}
#why-choose p{font-size:14px;color:#666}
#why-choose .row{row-gap:20px}


/*============================= FAQ ============================  */
#faq-section{padding:80px 0;background:#F3F7FF;overflow:hidden;}
#faq-section .faq-heading{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#faq-section .faq-item{margin-bottom:12px}
#faq-section .faq-btn{width:100%;background:#fff;border:none;border-radius:12px;padding:18px 20px;font-size:16px;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
#faq-section .faq-btn:hover{background:#e2e8ff}
#faq-section .faq-icon{transition:.3s;color:#0b3154}
#faq-section .faq-btn:not(.collapsed) .faq-icon{transform:rotate(90deg)}
#faq-section .faq-body{background:#f8faff;padding:18px;border-radius:0 0 12px 12px;color:#64748b}
#faq-section .faq-img-wrap{border-radius:20px;overflow:hidden;min-height:480px}
#faq-section .faq-img{width:100%;height:100%;object-fit:cover}
@media (max-width:991px){#faq-section{padding:50px 0}
}

/*============================= BLOG ============================  */
#blog-section{padding:40px 0;background:#f0f4ff;overflow:hidden;}
#blog-section .bs-heading-wrap{text-align:center;margin-bottom:40px}
#blog-section .bs-label{font-size:16px;font-weight:600;color:#0b3154;font-style:italic;display:block;margin-bottom:8px}
#blog-section .bs-heading{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#blog-section .bs-card{display:block;text-decoration:none}
#blog-section .bs-img-wrap{position:relative;border-radius:20px;overflow:hidden;height:460px}
#blog-section .bs-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
#blog-section .bs-card:hover .bs-img{transform:scale(1.05)}
#blog-section .bs-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%)}
#blog-section .bs-badge{position:absolute;top:18px;left:18px;background:#0b3154;color:#fff;font-size:13px;font-weight:600;padding:7px 16px;border-radius:30px;z-index:2}
#blog-section .bs-title{position:absolute;bottom:24px;left:24px;right:24px;color:#fff;font-size:26px;font-weight:700;line-height:1.3;margin:0;z-index:2;transition:.3s}
#blog-section .bs-card:hover .bs-title{color:#0b3154}

#blog-section .bs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgb(255 255 255 / 54%) 100%);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
}

/* Hover pe overlay show hoga */
#blog-section .bs-card:hover .bs-overlay {
    opacity: 1;
}

/* Title ko upar rakho */
#blog-section .bs-title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    z-index: 2;
    transition: .3s;
}

/* Hover pe blue text */
#blog-section .bs-card:hover .bs-title {
    color: #0b3154;
}

/*============================= CTA BANNER ============================  */
#cta-banner-section{padding:40px 20px;background:#f0f4ff;overflow:hidden;}
#cta-banner-section .cbs-wrap{position:relative;border-radius:24px;overflow:hidden;height:480px;display:flex;align-items:center;justify-content:center}
#cta-banner-section .cbs-img-wrap{position:absolute;inset:0;overflow:hidden;border-radius:24px}
#cta-banner-section .cbs-img{width:100%;height:100%;object-fit:cover}
#cta-banner-section .cbs-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}
#cta-banner-section .cbs-content{position:relative;z-index:2;text-align:center;padding:0 20px;width:1000px}
#cta-banner-section .cbs-heading{font-size:28px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:28px}
#cta-banner-section .cbs-btn{display:inline-block;background:#0b3154;color:#fff;font-size:17px;font-weight:600;padding:14px 36px;border-radius:50px;text-decoration:none;transition:.3s}
#cta-banner-section .cbs-btn:hover{background:#1d4ed8}
@media (max-width:991px){#cta-banner-section{padding:0 20px}
#cta-banner-section .cbs-wrap{height:360px}
#cta-banner-section .cbs-heading{font-size:32px}
}
@media (max-width:575px){#cta-banner-section{padding:0 12px}
#cta-banner-section .cbs-wrap{height:280px;border-radius:16px}
#cta-banner-section .cbs-img-wrap{border-radius:16px}
#cta-banner-section .cbs-heading {font-size: 15px;margin-bottom:10px;}

}


/*============================= FOOTER ============================  */
#main-footer{background:#f7f7f7;padding:60px 0 30px;position:relative;overflow:hidden}
#main-footer::after{content:"";position:absolute;inset:0;background:url('../images/bone.png') no-repeat right center;background-size:contain;pointer-events:none}
#main-footer .footer-brand{width:60%!important}
#main-footer .footer-logo{width:140px;display:flex;align-items:center;margin-bottom:10px}
#main-footer .footer-logo span{font-size:26px;color:#0b3154;margin-right:8px}
#main-footer .footer-logo h4{margin:0;font-weight:700}
#main-footer .footer-logo h4 span{font-weight:400;color:#777}
#main-footer p{font-size:14px;color:#666;margin-bottom:20px}
#main-footer .footer-social{display:flex;align-items:center;gap:2px}
#main-footer .footer-social a{height:30px;width:30px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:50%;color:#666;font-size:18px}
#main-footer .footer-social a:hover{color:#fff;background:#0b3154}
#main-footer h6{margin-bottom:12px;font-weight:600}
#main-footer ul{list-style:none;padding:0;margin:0}
#main-footer ul li{margin-bottom:8px}
#main-footer ul li a:hover{color:#0b3154;padding-left:4px}
#main-footer .footer-bottom{margin-top:30px;padding-top:20px;border-top:1px solid #ddd;text-align:center}
#main-footer .footer-bottom p{margin:0;font-size:13px;color:#777}
#main-footer .footer-bottom p a{font-size:13px;font-weight:600;color:#777}
#main-footer ul li a{position:relative;display:inline-block;color:#777;text-decoration:none;padding-bottom:4px;transition:color .3s ease}
#main-footer ul li a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:#0b3154;transition:width .35s ease}
#main-footer ul li a:hover{color:#0b3154}
#main-footer ul li a:hover::after{width:100%}
#main-footer .row{row-gap:20px}
@media (max-width:991px){#main-footer .footer-social{margin-top:10px}
}


/* breadcrumb css===================================== */

.breadcrumb-area{background:#f5f5f5;padding:120px 0 50px;color:#fff}
.breadcrumb-content .page-title{font-size:36px;font-weight:700;margin-bottom:10px;color:#0b3154}
.breadcrumb{background:transparent;margin-bottom:0}
.breadcrumb-item a{color:#bf9755;text-decoration:none;transition:.3s}
.breadcrumb-item a:hover{color:#0b3154}
.breadcrumb-item.active{color:#0b3154;font-weight:500}
.breadcrumb-item + .breadcrumb-item::before{color:#0b3154}

/*============================= PHYSIO ============================  */
#physio-section{background:#0b3154;position:relative;overflow:hidden;padding:70px 0 180px;position:relative;z-index:1; /* ADD THIS */}
#physio-section .deco-circle-1{position:absolute;top:-100px;right:-100px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
#physio-section .deco-circle-2{position:absolute;bottom:40px;left:-80px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.05);pointer-events:none}
#physio-section .physio-title{font-size:36px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:12px}
#physio-section .physio-stars{display:flex;align-items:center;gap:7px;margin-bottom:24px}
#physio-section .physio-stars .s-icons{color:#f5a623;font-size:20px}
#physio-section .physio-stars .s-num{color:#fff;font-weight:700;font-size:15px}
#physio-section .physio-stars .s-lbl{color:rgba(255,255,255,.7);font-size:14px}
#physio-section .physio-para{color:rgba(255,255,255,.9);font-size:15px;line-height:1.8;margin-bottom:14px}
#physio-section .physio-para.light{font-weight:400;color:rgba(255,255,255,.82)}
#physio-section .doc-img-wrap{border-radius:22px;overflow:hidden;max-width:460px;margin-left:auto}
#physio-section .doc-img-wrap img{width:100%;height:430px;object-fit:cover;display:block;border-radius:22px}
#physio-section .ins-title{font-size:26px;font-weight:700;color:#fff;line-height:1.3}
#physio-section .logo-item{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.78);font-size:14px;font-weight:600;padding:6px 10px;white-space:nowrap}
#physio-section .logo-item .bar-wrap{display:flex;align-items:flex-end;gap:2px}
#physio-section .logo-item .bar-wrap span{display:inline-block;width:5px;background:rgba(255,255,255,.78);border-radius:1px}
#physio-section .owl-nav{display:none!important}
#physio-section .owl-dots{display:none!important}


/*============================= MV SECTION ============================  */
#mv-section{background: transparent;padding-bottom:70px;overflow:visible;position:relative;z-index:5;}
#mv-section::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:#eef1f7;z-index:-1;}
#mv-section .mv-row{margin-top:-155px;position:relative;z-index:20}
#mv-section .mv-card{border-radius:18px;padding:38px 34px;height:100%;background:#fff}
#mv-section .mv-card h4{font-size:24px;font-weight:700;color:#1c1c2e;margin-bottom:16px}
#mv-section .mv-card p{color:#666;font-size:14px;line-height:1.85;margin:0}
#mv-section .mv-card:hover,#mv-section .mv-card.active{background:#0b3154;color:#fff}
#mv-section .mv-card:hover p,#mv-section .mv-card.active p,#mv-section .mv-card:hover h4,#mv-section .mv-card.active h4{color:#fff}

/*============================= CONTACT ============================  */
#contact-section{background:#fff;padding:70px 0 80px;overflow:hidden}
#contact-section .contact-main-title{font-size:50px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#contact-section .contact-subtitle{font-size:15px;color:#888;line-height:1.7;margin-bottom:32px;max-width:420px}
#contact-section .contact-info-list{list-style:none;padding:0;margin:0 0 40px}
#contact-section .contact-info-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:15px;color:#444}
#contact-section .contact-info-list li .ci-icon{width:22px;height:22px;flex-shrink:0;margin-top:1px;color:#0b3154}
#contact-section .contact-info-list li a{color:#444;text-decoration:none;transition:color .2s}
#contact-section .contact-info-list li a:hover{color:#0b3154}
#contact-section .map-card{background:#fff;border:1px solid #e8eaee;border-radius:16px;padding:0;overflow:hidden;display:flex;gap:0}
#contact-section .map-thumb{width:200px;flex-shrink:0;position:relative;overflow:hidden;border-radius:12px 0 0 12px}
#contact-section .map-thumb iframe{width:100%;height:100%;border:none;display:block;min-height:190px}
#contact-section .map-open-btn{position:absolute;top:10px;left:10px;background:#fff;border:none;border-radius:6px;font-size:12px;color:#0b3154;font-weight:600;padding:5px 10px;display:flex;align-items:center;gap:4px;text-decoration:none;box-shadow:0 1px 4px rgba(0,0,0,.15)}
#contact-section .map-info{padding:20px 22px;flex:1}
#contact-section .map-info h5{font-size:17px;font-weight:700;color:#111;margin-bottom:10px}
#contact-section .map-info .mi-label{font-size:13px;font-weight:600;color:#333;margin-bottom:2px}
#contact-section .map-info .mi-val{font-size:13px;color:#666;margin-bottom:14px;line-height:1.5}
#contact-section .map-info .mi-divider{border:none;border-top:1px solid #eee;margin:12px 0}
#contact-section .map-info .get-dir{font-size:14px;font-weight:600;color:#0b3154;text-decoration:none;display:inline-flex;align-items:center;gap:5px}
#contact-section .map-info .get-dir:hover{text-decoration:underline}
#contact-section .form-card{background:#f0f2f8;border-radius:18px;padding:58px 50px 74px}
#contact-section .form-card .fc-title{font-size:35px;font-weight:800;color:#111;margin-bottom:10px}
#contact-section .form-card .fc-sub{font-size:20px;color:#888;margin-bottom:28px}
#contact-section .input-group-line{display:flex;align-items:center;gap:12px;border-bottom:1.5px solid #c8ccda;padding-bottom:10px;margin-bottom:26px}
#contact-section .input-group-line .igl-icon{width:22px;height:22px;color:#0b3154;flex-shrink:0}
#contact-section .input-group-line input{border:none;background:transparent;outline:none;font-size:15px;color:#444;width:100%}
#contact-section .input-group-line input::placeholder{color:#aaa}
#contact-section .textarea-wrap{margin-bottom:22px}
#contact-section .textarea-wrap label{font-size:14px;color:#aaa;display:block;margin-bottom:8px}
#contact-section .textarea-wrap textarea{width:100%;border:none;border-bottom:1.5px solid #c8ccda;background:transparent;outline:none;resize:none;font-size:15px;color:#444;min-height:100px;padding-bottom:8px}
#contact-section .textarea-wrap textarea::placeholder{color:#aaa}
#contact-section .recaptcha-box{border:1px solid #d0d3dc;border-radius:6px;background:#f9f9f9;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
#contact-section .recaptcha-box .rc-left{display:flex;align-items:center;gap:12px}
#contact-section .recaptcha-box .rc-checkbox{width:24px;height:24px;border:2px solid #bbb;border-radius:3px;flex-shrink:0}
#contact-section .recaptcha-box .rc-text{font-size:14px;color:#444}
#contact-section .recaptcha-box .rc-right{text-align:center}
#contact-section .recaptcha-box .rc-right img{width:36px;height:36px}
#contact-section .recaptcha-box .rc-right .rc-brand{font-size:10px;color:#aaa;display:block;margin-top:2px}
#contact-section .btn-send{width:100%;background:#0b3154;color:#fff;border:none;border-radius:10px;padding:16px;font-size:16px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:background .2s}
#contact-section .btn-send:hover{background:#2f5cb8}

/*============================= SERVICE-PAGE============================  */
#service-page{padding:50px 0 70px;background-color:#f0f4fb;}
#service-page .sidebar{display:flex;flex-direction:column;gap:20px}
#service-page .services-card{background:#0b3154;border-radius:16px;padding:28px 22px 10px}
#service-page .sc-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:20px}
#service-page .sc-list{list-style:none;padding:0;margin:0}
#service-page .sc-list li a.active{background:#fff;color:#0b3154;border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:13px 18px;font-size:15px;font-weight:600;text-decoration:none;margin-bottom:4px}
#service-page .sc-list li a.active .arrow{color:#0b3154}
#service-page .sc-list li a{display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.9);font-size:15px;font-weight:500;text-decoration:none;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.12);transition:.2s}
#service-page .sc-list li:last-child a{border-bottom:none}
#service-page .sc-list li a .arrow{font-size:16px;opacity:0;transition:.2s}
#service-page .sc-list li a:hover .arrow{opacity:1}
#service-page .sc-list li a.active .arrow{opacity:1}
#service-page .help-card{background:#0b3154;border-radius:16px;padding:30px 22px 28px;text-align:center;position:relative;overflow:hidden}
#service-page .side{position:sticky;top:120px}
#service-page .help-card::before{content:'';position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.07)}
#service-page .hc-icon{margin-bottom:16px}
#service-page .hc-icon img{width:120px}
#service-page .hc-title{font-size:17px;font-weight:600;color:#fff;margin-bottom:16px}
#service-page .hc-divider{border:none;border-top:1px solid rgba(255,255,255,.25);margin-bottom:14px}
#service-page .hc-phone{display:block;font-size:16px;font-weight:700;color:#fff;text-decoration:none;margin-bottom:6px}
#service-page .hc-email{display:block;font-size:14px;color:rgba(255,255,255,.85);text-decoration:none;margin-bottom:22px}
#service-page .hc-phone:hover,#service-page .hc-email:hover{text-decoration:underline}
#service-page .hc-btn{background:#fff;color:#0b3154;border:none;border-radius:50px;padding:13px 38px;font-size:15px;font-weight:600;display:inline-block;text-decoration:none}
#service-page .service-content{padding-left:50px}
#service-page .service-hero-img{width:100%;height:380px;object-fit:cover;border-radius:18px;display:block;margin-bottom:36px;background:#c8d8f0}
#service-page .svc-title{font-size:36px;font-weight:700;color:#0b3154;line-height:1.25;margin-bottom:18px}
#service-page .svc-para{font-size:15px;color:#666;line-height:1.85;margin-bottom:16px}
#service-page .steps-title{font-size:24px;font-weight:800;color:#0b3154;margin-top:32px;margin-bottom:20px}
#service-page .steps-checklist{display:grid;grid-template-columns:1fr 1fr;list-style:none;padding:0;margin:0}
#service-page .steps-checklist li{display:flex;align-items:center;gap:11px;padding:11px 0;font-size:15px;color:#444;border-bottom:1px solid #e2e6f0}
#service-page .steps-checklist li:nth-last-child(1),#service-page .steps-checklist li:nth-last-child(2){border-bottom:none}
#service-page .chk-icon{width:20px;height:20px;color:#0b3154}
#service-page .benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
#service-page .benefit-item{background:#fff;border-radius:12px;padding:20px 18px;display:flex;align-items:flex-start;gap:12px}
#service-page .bi-icon{width:38px;height:38px;background:#eef1f8;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#0b3154}
#service-page .bi-text h6{font-size:14px;font-weight:700;color:#111;margin-bottom:4px}
#service-page .bi-text p{font-size:13px;color:#888;margin:0;line-height:1.6}
#service-page .service-btn{background-color:#0b3154;color:#fff;border:none;border-radius:50px;padding:12px 36px;font-size:15px;font-weight:600;cursor:pointer;display:inline-block;margin-top:10px;transition:background .3s ease;margin-left:50px}
#service-page .service-btn a{color:#fff}
#service-page .service-btn:hover{background-color:#1a5fc4}



/* gallery */
#gallery{
    background-color:#f0f4fb;
    padding:70px 0 80px;
    position:relative;
    overflow:hidden
}
#gallery::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:
        radial-gradient(circle at 5% 50%,rgba(212,131,44,.07) 0%,transparent 40%),
        radial-gradient(circle at 95% 30%,rgba(248,189,94,.06) 0%,transparent 40%);
    pointer-events:none;
    z-index:0
}
#gallery .container{
    position:relative;
    z-index:1
}
#gallery h1,
#gallery h2{
    font-family:'Playfair Display',serif;
    color:#37221d;
    font-size:38px;
    font-weight:700;
    letter-spacing:2px;
    text-align:center;
    margin-bottom:0
}
#gallery .gallery-divider{
    width:60px;
    height:3px;
    background:#0b3154;
    margin:14px auto 44px;
    border-radius:2px
}

.img-wrapper{
    position:relative;
    margin-top:15px;
    overflow:hidden;
    border-radius:4px;
    box-shadow:0 4px 16px rgba(0,0,0,.10);
    height:300px;
    width:100%
}
.img-wrapper::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:3px;
    background:#0b3154;
    z-index:3;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .4s ease
}
.img-wrapper:hover::before{
    transform:scaleX(1)
}

.img-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:brightness(.93);
    transition:transform .7s ease,filter .4s ease
}
.img-wrapper:hover img{
    transform:scale(1.07);
    filter:brightness(.55)
}

.img-overlay{
    background:#0b315452;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    z-index:2;
    transition:opacity .4s ease
}
.img-wrapper:hover .img-overlay{
    opacity:1
}

.img-overlay i{
    font-size:22px;
    color:#ffffff;
    background:#0b3154;
    width:54px;
    height:54px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 20px rgba(0,0,0,.35);
    transform:scale(.5);
    transition:transform .4s ease
}
.img-wrapper:hover .img-overlay i{
    transform:scale(1)
}

/* LIGHTBOX */
#overlay{
    background:rgba(0,0,0,.88);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    user-select:none;
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px)
}

#overlay img{
    margin:0;
    width:80%;
    max-height:85vh;
    object-fit:contain;
    padding:5%;
    border-radius:4px;
    box-shadow:0 20px 60px rgba(0,0,0,.6)
}

/* PREV NEXT CLOSE */
#nextButton,
#prevButton,
#exitButton{
    position:absolute;
    color:#fff;
    cursor:pointer;
    z-index:10000;
    transition:.3s ease;
    display:flex;
    align-items:center;
    justify-content:center
}

#nextButton,
#prevButton{
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    font-size:28px
}

#nextButton{
    right:20px
}
#prevButton{
    left:20px
}

#nextButton:hover{
    transform:translateY(-50%) translateX(4px)
}
#prevButton:hover{
    transform:translateY(-50%) translateX(-4px)
}

#exitButton{
    top:18px;
    right:18px;
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    font-size:24px
}

#exitButton:hover{
    transform:rotate(90deg)
}

/* DESKTOP */
@media(min-width:768px){

    #overlay img{
        width:60%
    }

    #nextButton,
    #prevButton{
        width:60px;
        height:60px;
        font-size:34px
    }

    #exitButton{
        width:52px;
        height:52px;
        font-size:28px
    }
}

/* MOBILE FIX */
@media(max-width:767px){

    #gallery h1,
    #gallery h2{
        font-size:28px
    }

    .img-wrapper{
        height:220px
    }

    #overlay img{
        width:95%;
        padding:12% 4%;
        max-height:75vh
    }

    #nextButton,
    #prevButton{
        width:42px;
        height:42px;
        font-size:20px;
        top:auto;
        bottom:20px;
        transform:none
    }

    #prevButton{
        left:20px
    }

    #nextButton{
        right:20px
    }

    #nextButton:hover,
    #prevButton:hover{
        transform:none
    }

    #exitButton{
        top:10px;
        right:10px;
        width:40px;
        height:40px;
        font-size:20px
    }
}



.fly-text span{
  display:inline-block;
  opacity:0;
  transform:translateX(40px);
  animation:flyRight 0.7s ease forwards;
}
.fly-text span{
  will-change: transform, opacity;
}
@keyframes flyRight{
  to{
    opacity:1;
    transform:translateX(0);
  }
}