* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
     --primary:#4f2c91;
    --secondary:#248fb5;
    --accent:#F58BA8;
    --heading:#202124;
    --text:#4E5562;
    --white:#ffffff;
    --bg:#F8F8FD;
    --dark:#000;
    --border:#E9E8F6;
    --shadow:0 15px 40px rgba(122,90,203,.12);
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
}

p,
ul,
li {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Baloo 2', cursive;
    color: var(--dark);
    font-weight: 700;
}

/*==========================
        HEADER
==========================*/

header {
    position: relative;
    z-index: 999;
    font-family: var(--body-font);
}

header .headermn {
    background: var(--white);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
    transition: .4s;
}

/* header .navbar{
    min-height:90px;
} */

header .navbar-brand {
    width: 100px;
}

header .navbar-brand img {
    width: 100%;
}

/* Menu */

header .navbar-nav {
    gap: 28px;
}

header .nav-link {
    position: relative;
    padding: 0 !important;
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .35s;
}

header .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    border-radius: 30px;
    background: var(--primary);
    transition: .35s;
}

header .nav-link:hover,
header .nav-link.active {
    color: var(--primary);
}

header .nav-link:hover::after,
header .nav-link.active::after {
    width: 100%;
}

/* Button */

/* header .whatsapp{
    margin-left:25px;
} */

header .whatsapp li a {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}
header .whatsapp li a:hover {
        background: var(--secondary);
    color: #fff;
}

/* Sticky */

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, .96);
    /* backdrop-filter:blur(12px); */
    animation: slideDown .4s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

@keyframes slideDown {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}

/* Toggle */

header .navbar-toggler {
    border: none;
    padding: 0;
    font-size: 28px;
    color: var(--primary);
}

header .navbar-toggler:focus {
    box-shadow: none;
}

/* Offcanvas */

header .offcanvas {
    background: var(--white);
}

header .offcanvas-header {
    border-bottom: 1px solid var(--border);
}

header .offcanvas-title img {
    width: 100px;
}

header .btn-close {
    box-shadow: none;
}

/* Dropdown */

header .dropdown-menu {
    border: none;
    border-radius: 15px;
    box-shadow: var(--shadow);
    padding: 12px 0;
}

header .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    color: var(--dark);
    transition: .3s;
}

header .dropdown-item:hover {
    background: var(--primary);
    color: var(--white);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary)
}

/* footer */

/* footer {
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
} */
footer {
    overflow: hidden;
}

footer .footertop {
    overflow: hidden;
      padding: 40px 0;
    background: #f3effb;
}

footer .footertop {
    background: #f3effb;
    overflow: hidden;
    padding: 30px 0;
}

footer .row {
    row-gap: 25px;
}

footer .footertop h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary);
    font-weight: 800
}

footer .footertop .about img {
    width: 100px;
    margin-bottom: 5px;
}

footer .footertop .about p {
    color: #555;
    font-size: 16px;
    font-weight: 600;
}

footer .footertop ul {
    list-style: none;
}

footer .footertop ul li {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

footer .footertop ul li a {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    transition: .3s;
    border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
    color: var(--primary);
    padding-left: 6px;
}


footer .footertop .addres li {
    margin-bottom: 10px;
}

footer .footertop .addres li i {
    color: var(--primary);
    font-size: 18px;
}

footer .footerboo {
    background-color:#000;
    padding: 20px;
    border-top: 2px dashed #fdf1f4;
    text-align: center;
}

footer .footerboo p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}


footer .footerboo a {
    color: var(--primary);
    font-weight: 600;
}



/*==============================
 Follow
===============================*/

footer .follow-us {

    margin-top: 20px;
    text-align: center;

}

footer .follow-us h4 {

    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;

}

footer .social-links {
    display: flex;
    gap: 12px;

}

footer .social-links a {

    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
    font-size: 17px;

}

footer .social-links a:nth-child(1) {

    background: #1877f2;

}

footer .social-links a:nth-child(2) {

    background: #e1306c;

}

footer .social-links a:nth-child(3) {

    background: #ff0000;

}

footer .social-links a:nth-child(4) {

    background: #25d366;

}

footer .social-links a:hover {

    transform: translateY(-4px);

}

/* quickcontact */

.quickcontact {
    width: 45px;
    position: fixed;
    top: 65%;
    right: 15px;
    z-index: 102;
}





/* scroll-top css============================= */
#scrollTopBtn {
    position: fixed;
    bottom: 17px;
    right: 15px;
    width: 42px;
    height: 42px;
    background-color: var(--primary);
    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:var(--secondary)
}

#scrollTopBtn.show {
    display: flex
}


#enquiryModal .modal-dialog {
    max-width: 420px;
}

#enquiryModal .modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

#enquiryModal .modal-header {
    background: var(--primary);
    color: #fff;
    padding: 15px 20px;
    border: none;
}

#enquiryModal .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

#enquiryModal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

#enquiryModal .modal-body {
    padding: 25px;
}

#enquiryModal .form-control {
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: none;
    font-size: 15px;
}

#enquiryModal textarea.form-control {
    height: 110px;
    resize: none;
}

#enquiryModal .form-control:focus {
    border-color: var(--primary);
    box-shadow: var(--shadow)
}

#enquiryModal .submit {
    height: 48px;
    border: none;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    transition: .3s;
    box-shadow:var(--shadow)
}

#enquiryModal .submit:hover {
    background: var(--dark);
    box-shadow: var(--shadow)
}


#hero-section{
    position:relative;
    background:url("../images/hero-bg.jpg") center center/cover no-repeat;
    overflow:hidden;
    padding: 40px 0;
}

#hero-section .hero-content{
    position:relative;
    z-index:2;
}

#hero-section .hero-subtitle{
    display:inline-block;
    font-size:17px;
    font-weight:600;
    color:var(--secondary);
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:20px;
}

#hero-section h1{
    font-size:30px;
    line-height:1.15;
    font-weight:700;
    color:var(--heading);
    margin-bottom:25px;
}

#hero-section h1 span{
    color:var(--primary);
}

#hero-section h4{
    color:var(--secondary);
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
}

#hero-section h6{
    color:var(--heading);
    font-size:22px;
    font-weight:500;
    margin-bottom:25px;
}

#hero-section p{
    max-width:620px;
    color:var(--text);
    font-size:18px;
    line-height:32px;
    margin-bottom:35px;
}


#hero-section .hero-btns{
    display:flex;
    align-items:center;
    gap:20px;
}

#hero-section .theme-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 38px;
    background:var(--primary);
    color:var(--white);
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

#hero-section .theme-btn:hover{
    background:var(--secondary);
    color:#fff;
}

#hero-section .outline-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 36px;
    border:2px solid var(--primary);
    border-radius:50px;
    color:var(--primary);
    background:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

#hero-section .outline-btn:hover{
    background:var(--primary);
    color:#fff;
}


#about-doctor{
    padding:40px 0;
    background:#fff;
    overflow:hidden;
    position:relative;
}

#about-doctor .sub-title{
    color:var(--secondary);
    font-size:22px;
    font-weight:700;
    display:block;
    margin-bottom:15px;
}

#about-doctor h2{
    font-size:40px;
    font-weight:700;
    color:var(--primary);
    margin-bottom:8px;
}

#about-doctor h6{
    font-size:28px;
    font-weight:600;
    color:#000;
    margin-bottom:30px;
}

#about-doctor .row{
    row-gap: 20px;
}
#about-doctor .doctor-content{
    padding-left: 20px;
}

#about-doctor p{
    color:var(--text);
    font-size:18px;
    line-height:32px;
    margin-bottom:20px;
}

#about-doctor .feature-box{
    background:#fff;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
    transition:.4s;
    height:100%;
}

#about-doctor .feature-box:hover{
    transform:translateY(-8px);
}

#about-doctor .feature-box .icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:rgba(122,90,203,.10);
    color:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:20px;
    font-size:34px;
}

#about-doctor .feature-box:nth-child(1) .icon{
    background:rgba(122,90,203,.10);
}

#about-doctor .feature-box h5{
    font-size:19px;
    font-weight:600;
    color:var(--heading);
    line-height:30px;
}

#about-doctor .doctor-image{
    position:relative;
}

#about-doctor .doctor-image img{
    width:100%;
    border-radius:35px;
}

#about-doctor .doctor-image::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(122,90,203,.08);
    border-radius:50%;
    top:-40px;
    left:-40px;
    z-index:-1;
}

#about-doctor .doctor-image::after{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:var(--secondary);
    opacity:.12;
    border-radius:50%;
    bottom:20px;
    right:-30px;
}


#why-choose-us{
    padding:60px 0;
    background:url("../images/why-choose-bg.jpg") center center/cover no-repeat;
    position:relative;
    overflow:hidden;
}

#why-choose-us::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
    rgba(248,245,255,.95) 0%,
    rgba(248,245,255,.88) 45%,
    rgba(255,255,255,.20) 100%);
}

#why-choose-us .container{
    position:relative;
    z-index:2;
}

#why-choose-us .section-subtitle{
    display:inline-block;
    color:var(--primary);
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

#why-choose-us h2{
    font-size:52px;
    font-weight:700;
    color:var(--heading);
    margin-bottom:20px;
    line-height:1.2;
}

#why-choose-us p{
    font-size:18px;
    line-height:30px;
    color:var(--text);
    margin-bottom:35px;
}

#why-choose-us .why-list{
    margin:0;
    padding:0;
    list-style:none;
        column-count: 2;
    column-gap: 20px;
}

#why-choose-us .why-list li{
    display:flex;
    align-items:center;
    gap:15px;
    font-size:18px;
    color:var(--heading);
    margin-bottom:18px;
    font-weight:500;
}

#why-choose-us .why-list li i{
    color:var(--primary);
    font-size:20px;
}

#why-choose-us .theme-btn{
    display:inline-block;
    margin-top:20px;
    padding:16px 40px;
    border-radius:50px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

#why-choose-us .theme-btn:hover{
    background:var(--secondary);
    color:#fff;
}



#counter-section{
    padding:40px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

#counter-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,rgba(255,255,255,.15),transparent 35%),
    radial-gradient(circle at bottom right,rgba(255,255,255,.10),transparent 35%);
}

#counter-section .container{
    position:relative;
    z-index:2;
}

#counter-section .section-title{
    margin-bottom:30px;
}

#counter-section .section-title h2{
    color:#000;
    font-size:38px;
    font-weight:700;
    margin:0;
}

#counter-section .counter-box{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.25);
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    transition:.4s;
    height:100%;
    box-shadow: var(--shadow)
}

#counter-section .counter-box:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,.15);
}

#counter-section .counter-box h3{
    color:var(--primary);
    font-size:52px;
    font-weight:700;
    margin-bottom:10px;
}

#counter-section .counter-box p{
    color:#000000;
    font-size:18px;
    line-height:32px;
    margin:0;
    font-weight:400;
}



/* gallery */
#gallery {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

#gallery .section-head{
    margin-bottom: 30px;
}


#gallery .section-head h2 {
  color:#000;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
}

#gallery .gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
}

#gallery .gallery-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: .5s;
  display: block;
}

#gallery .gallery-item:hover img {
  transform: scale(1.08);
  opacity: .8;
}

#gallery .owl-dots{
    margin-top:35px;
    text-align:center;
}

#gallery .owl-dots .owl-dot{
    display:inline-block;
}

#gallery .owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#d7d0f5 !important;
    border-radius:50%;
    display:block;
}

#gallery .owl-dots .owl-dot.active span{
    width:30px;
    background:var(--primary) !important;
    border-radius:30px;
}



#testimonial-section{
    padding:40px 0;
    background:#f3effb;
    position:relative;
    overflow:hidden;
}

#testimonial-section .section-title{
    margin-bottom:30px;
}

#testimonial-section .section-title h2{
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
}

#testimonial-section .testimonial-item{
    background:#fff;
    border:1px solid #ebe7fb;
    border-radius:18px;
    padding:35px;
    box-shadow:var(--shadow);
    transition:.4s;
    height:100%;
}

#testimonial-section .testimonial-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(122,90,203,.15);
}

#testimonial-section .quote{
    color:var(--primary);
    font-size:28px;
    margin-bottom:15px;
}

#testimonial-section .rating{
    color:#FFC107;
    margin-bottom:18px;
}

#testimonial-section .rating i{
    margin-right:3px;
}

#testimonial-section .testimonial-item p{
    color:#555;
    line-height:30px;
    margin-bottom:20px;
}

#testimonial-section .testimonial-item h5{
    text-align:right;
    color:var(--primary);
    font-size:16px;
    font-weight:600;
}


#testimonial-section .owl-nav{
    display:none;
}
#testimonial-section .owl-dots{
    margin-top:35px;
    text-align:center;
}

#testimonial-section .owl-dots .owl-dot{
    display:inline-block;
}

#testimonial-section .owl-dots .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    background:#d7d0f5 !important;
    border-radius:50%;
    display:block;
}

#testimonial-section .owl-dots .owl-dot.active span{
    width:30px;
    background:var(--primary) !important;
    border-radius:30px;
}



#appointment-section{
       padding: 40px 0;
    background: #f3effb;
    position: relative;
    overflow: hidden;
}


#appointment-section .appointment-form,
#appointment-section .appointment-info{
    background:#fff;
    border-radius:22px;
    padding:40px;
    box-shadow:0 15px 40px rgba(122,90,203,.10);
    border:1px solid #ece8fb;
    height:100%;
}

#appointment-section .section-heading h2{
    color:var(--primary);
    font-size:34px;
    font-weight:700;
}

#appointment-section .section-heading p{
    color:#666;
    margin-bottom:30px;
}

#appointment-section input.form-control,
#appointment-section select.form-select{
    height:55px;
    border:1px solid #e8e8e8;
    border-radius:12px;
    box-shadow:none;
    padding:12px 15px;
}

#appointment-section textarea.form-control{
    height:120px;
    border:1px solid #e8e8e8;
    border-radius:12px;
    box-shadow:none;
    resize:none;
    padding:15px;
}

#appointment-section .form-control:focus,
#appointment-section .form-select:focus{
    border-color:var(--primary);
    box-shadow:none;
}

#appointment-section .appointment-btn{
   display: inline-block;
    margin-top: 20px;
    padding: 16px 40px;
    border-radius: 50px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
    border:none
}

#appointment-section .appointment-btn:hover{
        background: var(--secondary);
    color: #fff;
}

#appointment-section .appointment-info h4{
    color:var(--primary);
    font-size:28px;
    margin-bottom:25px;
}

#appointment-section .appointment-info h5{
    color:#222;
    margin-bottom:15px;
    font-weight:700;
}

#appointment-section .appointment-info ul{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

#appointment-section .appointment-info ul li{
    display:flex;
    align-items:baseline;
    gap:15px;
    margin-bottom:18px;
    color:#555;
}

#appointment-section .appointment-info ul li i{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#f2ecff;
    color:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
}

#appointment-section hr{
    margin:25px 0;
}

#appointment-section .appointment-info p{
    color:#555;
    line-height:28px;
}


#appointment-section .follow-us {

    margin-top: 20px;
    text-align: center;

}

#appointment-section .follow-us h5{
  
   color: #222;
    margin-bottom: 15px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;

}

#appointment-section .social-links {
    display: flex;
    gap: 12px;

}

#appointment-section .social-links a {

    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
    font-size: 17px;

}

#appointment-section .social-links a:nth-child(1) {

    background: #1877f2;

}

#appointment-section .social-links a:nth-child(2) {

    background: #e1306c;

}

#appointment-section .social-links a:nth-child(3) {

    background: #ff0000;

}

#appointment-section .social-links a:nth-child(4) {

    background: #25d366;

}

#appointment-section .social-links a:hover {

    transform: translateY(-4px);

}




#cta-section{
    padding:40px 0;
    position:relative;
    overflow:hidden;
    background:url("../images/cta-bg.png") center center/cover no-repeat;
}


#cta-section .container{
    position:relative;
    z-index:2;
}


#cta-section .cta-content h2{
    color:#fff;
    font-size:46px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:20px;
}

#cta-section .cta-content p{
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:30px;
    margin-bottom:35px;
}

#cta-section .cta-btn{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

#cta-section .theme-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 35px;
    background:var(--secondary);
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

#cta-section .theme-btn:hover{
    background:#fff;
    color:var(--primary);
}

#cta-section .outline-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 35px;
    border:2px solid rgba(255,255,255,.6);
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    backdrop-filter:blur(8px);
    transition:.4s;
}

#cta-section .outline-btn:hover{
    background:#fff;
    color:var(--primary);
}

@media(max-width:991px){

#cta-section{
    border-radius:15px;
    padding:70px 0;
    background-position:right center;
}

#cta-section::before{
    background:rgba(108,72,195,.88);
}

#cta-section .cta-content h2{
    font-size:34px;
}

}

@media(max-width:576px){

#cta-section .cta-content h2{
    font-size:28px;
}

#cta-section .cta-content p{
    font-size:16px;
}

#cta-section .cta-btn{
    flex-direction:column;
}

#cta-section .theme-btn,
#cta-section .outline-btn{
    width:100%;
    justify-content:center;
}

}



#services {
    padding:40px 0;
    background:#f3effb;
    position:relative;
    overflow:hidden;
}

#services .services-heading {
  margin-bottom: 15px;
  position: relative;
}

#services .services-heading span {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
}

#services .services-item {
  background: #fff;
  border: 2px solid #b295e9;
  border-radius: 15px;
  padding: 30px 15px;
  transition: .4s;
  margin: 8px;
  height: 100%;
  position: relative;
}

#services .services-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

#services .services-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #b295e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#services .services-icon img {
  width: 34px;
}

#services .services-item .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

#services .services-item p {
  color: #555;
  font-size: 18px;
  line-height: 28px;
  margin:15px 0;
}

#services .services-item a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

#services .services-item a i {
  margin-left: 6px;
  transition: .3s;
}

#services .services-item:hover a i {
  margin-left: 12px;
}

#services .row{
    row-gap: 20px;
}


#faq-section{
    padding:40px 0;
    background:#fff;
}

#faq-section .section-title{
    margin-bottom:45px;
}

#faq-section .section-title span{
    color:var(--primary);
    font-size:18px;
    font-weight:600;
}

#faq-section .section-title h2{
       color: #000;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    margin-top:10px;
}

#faq-section .accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:var(--shadow);
}

#faq-section .accordion-button{
    background:#faf8ff;
    color:#555;
    font-size:18px;
    font-weight:600;
    padding:22px 28px;
    box-shadow:none;
}

#faq-section .accordion-button:not(.collapsed){
    background:#f3efff;
    color:var(--primary);
}

#faq-section .accordion-button:focus{
    box-shadow:none;
}

#faq-section .accordion-body{
    padding:25px 28px;
    color:#555;
    line-height:30px;
    background:#fff;
}

#faq-section .accordion-button::after{
    background-image:none;
    content:"+";
    font-size:24px;
    font-weight:700;
    color:var(--primary);
    transform:none;
}

#faq-section .accordion-button:not(.collapsed)::after{
    content:"−";
}





#breadcrumb{
    position:relative;
    padding:40px 0;
    overflow:hidden;
    background:#f3effb;
    text-align: center;
}


#breadcrumb .breadcrumb-content{
    position:relative;
    z-index:2;
    text-align: center;
}

#breadcrumb span{
    color:#000;
    font-size:34px;
    font-weight:700;
    display:block;
    line-height:1;
    margin-bottom: 10px;
}

#breadcrumb h2{
    font-size:46px;
    font-weight:700;
    color:var(--primary);
    margin:5px 0px;
    line-height:1.15;
}

#breadcrumb .breadcrumb-line{
    margin-bottom:5px;
}

#breadcrumb .breadcrumb-line img{
        width: 180px;
}

#breadcrumb .breadcrumb-list{
    display:flex;
    align-items:center;
    justify-content: center;
    gap:30px;
    padding:0;
    margin:0;
    list-style:none;
}

#breadcrumb .breadcrumb-list li{
    position:relative;
    color:var(--primary);
    font-size:17px;
    font-weight:600;
}

#breadcrumb .breadcrumb-list li:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-18px;
    top:50%;
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--primary);
    transform:translateY(-50%);
}

#breadcrumb .breadcrumb-list li a{
    color:var(--primary);
    text-decoration:none;
    transition:.3s;
}

#breadcrumb .breadcrumb-list li a:hover{
    color:var(--secondary);
}






#lp-thankyou{
width:100%;
display:flex;
align-items:center;
    justify-content:center;
     padding: 40px 0;
  background: #fffaf7;
  position: relative;
  overflow: hidden;
}


#lp-thankyou .thankyou-wrapper{
    width:100%;
    max-width:1200px;
    margin:auto;
    position: relative;
}

#lp-thankyou .thankyou-box{
    max-width:600px;
    margin:auto;
    background:#ffffff;
    padding:60px 40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

#lp-thankyou .thankyou-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    font-size:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-weight:700;
}

#lp-thankyou h2{
    font-size: 42px;
    line-height: 1.2;
    margin: 5px 0 20px;
    color: #000;
    position: relative;
    font-weight: 600;
}

#lp-thankyou p{
            color: #444;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
}

#lp-thankyou .thankyou-btn{
   display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

#lp-thankyou .thankyou-btn:hover {
     background: var(--secondary);
    color: #fff;
}



/*==========================================*/
/*youtube shorts css start */

.youtube-shorts-section{
    padding:80px 0;
    background:#f8fbff;
}

.youtube-shorts-section .section-title span{
    display:inline-block;
    color:#1f8ad0;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.youtube-shorts-section .section-title h2{
    font-size:38px;
    font-weight:700;
    color:#222;
}

.short-item{
    padding:8px;
}

.short-item iframe{
    width:100%;
    aspect-ratio:9/16;
    border-radius:15px;
    overflow:hidden;
    border:none;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
    background:#000;
}

.shorts-slider .owl-nav{
    margin-top:35px;
    text-align:center;
}

.shorts-slider .owl-nav button{
    width:45px;
    height:45px;
    border-radius:50%!important;
    background:#1f8ad0!important;
    color:#fff!important;
    margin:0 8px;
    font-size:22px!important;
    transition:.3s;
}

.shorts-slider .owl-nav button:hover{
    background:#4f2c91!important;
}

.shorts-slider .owl-dots{
    margin-top:20px;
    text-align:center;
}

.shorts-slider .owl-dot span{
    width:10px;
    height:10px;
    margin:5px;
    background:#b8b8b8!important;
}

.shorts-slider .owl-dot.active span{
    width:30px;
    background:#1f8ad0!important;
    border-radius:20px;
}

.shorts-slider .owl-nav{
    display:block !important;
}


/*====================================================*/
/*insta reel css start */

.instagram-section{
    padding:80px 0;
    background:#ffffff;
}

.instagram-section .section-title{
    margin-bottom:45px;
}

.instagram-section .section-title span{
    display:inline-block;
    color:#1f8ad0;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.instagram-section .section-title h2{
    font-size:38px;
    font-weight:700;
    margin:10px 0;
    color:#222;
}

.instagram-section .section-title p{
    color:#666;
}

.insta-item{
    border-radius:18px;
    overflow:hidden;
    position:relative;
}

.insta-item img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:.4s;
    display:block;
}

.insta-overlay{
    position:absolute;
    inset:0;
    background:rgba(25,65,136,.75);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.4s;
}

.insta-overlay i{
    font-size:42px;
    color:#fff;
    margin-bottom:10px;
}

.insta-overlay span{
    color:#fff;
    font-weight:600;
    font-size:18px;
}

.insta-item:hover img{
    transform:scale(1.08);
}

.insta-item:hover .insta-overlay{
    opacity:1;
}

.insta-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#4f2c91;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.insta-btn:hover{
    background:#1f8ad0;
    color:#fff;
}

.instagram-slider .owl-nav{
    text-align:center;
    margin-top:35px;
}

.instagram-slider .owl-nav button{
    width:45px;
    height:45px;
    border-radius:50%!important;
    background:#4f2c91!important;
    color:#fff!important;
    margin:0 8px;
    font-size:22px!important;
}

.instagram-slider .owl-nav button:hover{
    background:#1f8ad0!important;
}

.instagram-slider .owl-dot.active span{
    background:#4f2c91!important;
}