* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    /* --heading-font: 'League Spartan', sans-serif;
    --body-font: 'Manrope', sans-serif;
    --script-font: 'Allura', cursive; */
    --primary: #5733a5;
    --secondary: #7651C5;
    --accent: #9B7BE0;
    --heading: #111943;
    --text: #5E6478;
    --white: #FFFFFF;
    --black: #111111;
    --bg: #F8F7FC;
    --border: #E5E1EF;
    --header-bg: #111943;
    --header-sticky: #0D1333;
    --shadow: 0 18px 45px rgba(17, 25, 67, .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 {
    color: var(--text);
    background: #fff;
    font-family: 'times new roman' , sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    letter-spacing: .5px;
}

body,
p,
li,
a,
input,
textarea {
    font-weight: 500;
}

/*==========================*
*HEADER*
*==========================*/
/* header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:222;
} */

header .header-top {
    background: var(--header-bg);
    color: var(--white);
}

header .header-top .container {
    max-width: 1320px;
}

header .header-top-inner {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-top-inner>div {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 500;
}

header .header-top-inner i {
    color: var(--accent);
    font-size: 15px;
}

header .headermn {
    background: var(--white);
    padding: 0;
    transition: .4s;
    box-shadow: var(--shadow);
    padding: 15px 0;
}


/*=====================*
*Logo*
*=====================*/

header .navbar-brand {
    /*width: 190px;*/
    padding: 0;
    margin: 0;
}

header .navbar-brand h2 {
    font-size: 20px;
    color: var(--primary);
}

/*=====================*
*Menu*
*=====================*/

header .navbar-nav {
    gap: 15px;
}

header .nav-link {
    color: var(--heading);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px;
    position: relative;
    padding: 26px 0 !important;
    transition: .35s;
}

header .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: .35s;
    transform: translateX(-50%);
}

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: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 18px;
    border-radius: 5px;
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}

header .whatsapp li a:hover {
    transform: translateY(-2px);
    background: var(--secondary);
}

header .whatsapp li a span {
    background: none;
    width: auto;
    height: auto;
    color: var(--white);
}


/*=====================*
*Toggle*
*=====================*/

header .navbar-toggler {
    border: none;
    color: var(--heading);
    font-size: 25px;
}

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{
   color: var(--primary);
}

header .offcanvas .nav-link {
    color: var(--heading);
    padding: 12px 0 !important;
}

header .offcanvas .nav-link::after {
    display: none;
}

header .offcanvas .nav-link:hover,
header .offcanvas .nav-link.active {
    color: var(--primary);
}


/*=====================*
*Sticky*
*=====================*/

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--white);
    box-shadow: var(--shadow);
    animation: header .4s ease;
}

.sticky .header-top {
    display: none;
}

@keyframes header {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}

#myHeader.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* footer */

/*==========================*
*FOOTER*
*==========================*/
#footer {
    background: var(--header-bg);
    color: var(--white);
}


/*=====================*
*Footer Top*
*=====================*/

#footer .footertop {
    padding: 40px 0px;
}

#footer .container {
    max-width: 1320px;
}

#footer .row {
    row-gap: 35px;
}


/*=====================*
*About*
*=====================*/

#footer .about img {
    width: 190px;
    max-width: 100%;
    margin-bottom: 20px;
}

#footer .about h4 {
    color: var(--white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

#footer .about p {
    color:#9a9b9d;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

#footer .about h2{
    color: var(--white);
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

/*=====================*
*Headings*
*=====================*/

#footer h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 22px;
    position: relative;
    padding-bottom: 12px;
}

#footer h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: var(--secondary);
}


/*=====================*
*Lists*
*=====================*/

#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer ul li {
    margin-bottom: 11px;
    color: #9a9b9d;
    font-size: 16px;
    line-height: 21px;
}

#footer ul li a {
    color: #9a9b9d;
    text-decoration: none;
    transition: .3s;
}

#footer ul li a:hover {
    color: var(--white);
    padding-left: 4px;
}


/*=====================*
*Contact*
*=====================*/

#footer .addres li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#footer .addres li i {
    color: var(--accent);
    width: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}

#footer .addres li span {
    color: #9a9b9d
}


/*=====================*
*Social*
*=====================*/

#footer .social-links {
    display: flex;
    align-items: center;
    gap: 9px;
}

#footer .social-links a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: var(--white);
    text-decoration: none;
    transition: .35s;
}

#footer .social-links a:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}


/*=====================*
*Appointment*
*=====================*/

#footer .col-md-3:last-child p {
    color: var(--text);
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px;
}

#footer .footer-appointment {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    background: var(--primary);
    color: var(--white);
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: .35s;
}

#footer .footer-appointment:hover {
    background: var(--secondary);
    transform: translateY(-2px);
}


/*=====================*
*Bottom*
*=====================*/

#footer .footerboo {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 17px 0;
}

#footer .footerboo p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    font-size: 15px;
}

#footer .footerboo span {
    margin: 0 8px;
    color: rgba(255, 255, 255, .25);
}

#footer .footerboo a {
    color: var(--accent);
    text-decoration: none;
    transition: .3s;
}

#footer .footerboo a:hover {
    color: var(--white);
}



/* 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(--secondary);
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: background-color .3s ease
}

#scrollTopBtn:hover {
    background: var(--primary);
    color: #fff;
}

#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)
}





.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--secondary);
}


/*==============================
 Breadcrumb
===============================*/

#lp-breadcrumb {
    position: relative;
    padding: 50px 0 50px;
    background: url('../images/breadcrumb.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

/* Content */

#lp-breadcrumb .container {
    position: relative;
    z-index: 2;
}

/* Breadcrumb Box */

#lp-breadcrumb #lp-breadcrumb-box {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    margin-bottom: 15px;
}

/* Breadcrumb */

#lp-breadcrumb #lp-breadcrumb-box .breadcrumb {
    margin: 0;
    align-items: center;
}

#lp-breadcrumb #lp-breadcrumb-box .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

#lp-breadcrumb #lp-breadcrumb-box .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;
}

#lp-breadcrumb #lp-breadcrumb-box .breadcrumb-item a {
    color: #000000;
    text-decoration: none;
}

#lp-breadcrumb #lp-breadcrumb-box .breadcrumb-item.active {
    color: var(--primary);
    font-weight: 600;
}

#lp-breadcrumb #lp-breadcrumb-box i {
    color: var(--primary);
    margin-right: 8px;
}

/* Heading */

#lp-breadcrumb #lp-breadcrumb-content h2 {
    font-size: 48px;
    color: var(--primary);
    font-weight: 900;
    margin-bottom: 12px;
    width: 100%;
}



#lp-thankyou {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 0;
    background: var(--bg);
    overflow: hidden;
    ;
}

#lp-thankyou .thankyou-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#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(--secondary);
    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 {
    font-size: 20px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}

#lp-thankyou .thankyou-btn {

    display: block;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 14px;
    background: var(--secondary);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: .35s;
}

#lp-thankyou .thankyou-btn:hover {
    transform: translateY(-3px);
    background: var(--primary);
}

#lp-thankyou .thankyou-btn i {
    transition: .35s;
}

#lp-thankyou .thankyou-btn:hover i {
    transform: translateX(6px);
}


/*==========================*
* HERO SECTION
*==========================*/

#hero-section {
    position: relative;
    height: 90svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--bg);
    background-image: url('../images/image.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*==========================*
* HERO CONTENT
*==========================*/

#hero-section .hero-content {
    position: relative;
    z-index: 2;
    /* max-width: 560px;
    padding: 90px 0 70px; */
}

#hero-section .hero-tag {
    display: inline-block;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

#hero-section h1 {
    color: var(--heading);
    font-size: 58px;
    line-height: 1.02;
    font-weight: 700;
    margin: 0 0 20px;
}

#hero-section h1 span {
    display: block;
    color: var(--primary);
}

#hero-section .hero-content>p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
    max-width: 500px;
    margin: 0 0 28px;
}


/*==========================*
* DOCTOR INFO
*==========================*/

#hero-section .hero-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

#hero-section .hero-info-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 190px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--border);
    border-radius: 7px;
    box-shadow: var(--shadow);
}

#hero-section .hero-info-item>i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(87, 51, 165, .09);
    color: var(--primary);
    border-radius: 50%;
    font-size: 15px;
}

#hero-section .hero-info-item strong {
    display: block;
    color: var(--heading);
    font-size: 18px;
    line-height: 1.2;
}

#hero-section .hero-info-item small {
    display: block;
    color: var(--text);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 3px;
}


/*==========================*
* BUTTON
*==========================*/

#hero-section .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 18px;
    border-radius: 5px;
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}

#hero-section .hero-btn:hover {
    transform: translateY(-2px);
    background: var(--secondary);
    box-shadow: 0 10px 25px rgba(87, 51, 165, .22);
}

/* #hero-section .hero-btn i {
    font-size: 13px;
} */

/*==========================*
* ABOUT SECTION
*==========================*/

#about-section{
    position:relative;
    padding:40px 0;
    background:var(--white);
}

#about-section .container{
    max-width:1320px;
}

#about-section .row{
    row-gap:40px;
}


/*==========================*
* CONTENT
*==========================*/

#about-section .about-content{
    padding-right:35px;
}

#about-section .section-tag{
    display:inline-block;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    letter-spacing:1.5px;
    margin-bottom:10px;
    text-transform: uppercase;
}

#about-section h2{
    color:var(--heading);
    font-size:35px;
    line-height:1.08;
    font-weight:700;
    margin:0 0 15px;
}

#about-section h2 span{
    display:block;
    color:var(--primary);
}

#about-section .about-content > p{
    color:var(--text);
    font-size:18px;
    line-height:1.7;
    margin:0 0 24px;
}


/*==========================*
* FEATURES
*==========================*/

#about-section .about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:25px;
}

#about-section .about-feature{
    display:flex;
    align-items:center;
    gap:8px;
}

#about-section .feature-icon{
    width:50px;
    height:50px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--primary);
    border:1px solid var(--primary);
    border-radius:50%;
    font-size:20px;
}

#about-section .about-feature strong{
    display:block;
    color:var(--heading);
    font-size:20px;
    line-height:1.2;
    font-weight:700;
}

#about-section .about-feature span{
    display:block;
    color:var(--text);
    font-size:16px;
    line-height:1.45;
    margin-top:3px;
}


/*==========================*
* BUTTON
*==========================*/

#about-section .about-btn{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:12px 18px;
    background:var(--primary);
    color:var(--white);
    border-radius:5px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

#about-section .about-btn:hover{
    background:var(--secondary);
    color:var(--white);
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(87,51,165,.18);
}


/*==========================*
* IMAGE
*==========================*/

#about-section .about-image{
    width:100%;
    height:430px;
    overflow:hidden;
    border-radius:20px;
}

#about-section .about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s;
}

#about-section .about-image:hover img{
    transform:scale(1.03);
}




/*==========================*
* SERVICES SECTION
*==========================*/

#services-section{
    padding:40px 0;
    background:var(--bg);
}

#services-section .container{
    max-width:1320px;
}


/*==========================*
* HEADING
*==========================*/

#services-section .section-heading{
    margin-bottom:30px;
}

#services-section .section-heading > span{
    display:block;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    letter-spacing:1.5px;
    margin-bottom:8px;
}

#services-section .section-heading h2{
     color: var(--heading);
    font-size: 35px;
    line-height: 1.08;
    font-weight: 700;
    margin: 0 0 15px;
}
#services-section h2 span {
    color: var(--primary);
}


#services-section .heading-line{
    width:42px;
    height:2px;
    background:var(--primary);
    margin:10px auto 0;
}


/*==========================*
* CAROUSEL
*==========================*/

#services-section .services-slider{
    padding:0 10px;
}

#services-section .owl-stage{
    display:flex;
}

#services-section .owl-item{
    display:flex;
    height:auto;
}


/*==========================*
* SERVICE CARD
*==========================*/

#services-section .service-card{
    width:100%;
    height:100%;
    padding:20px;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:6px;
    box-shadow:var(--shadow);
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:.35s;
}

#services-section .service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(17,25,67,.15);
}


/*==========================*
* ICON
*==========================*/

#services-section .service-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
    cursor:pointer;
}

#services-section .service-icon img{
    width:55px;
    height:55px;
    object-fit:contain;
}


/*==========================*
* CONTENT
*==========================*/

#services-section .service-card h3{
    color:var(--heading);
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    margin:0 0 8px;
    cursor:pointer;
}

#services-section .service-card p{
    color:var(--text);
    font-size:18px;
    line-height:1.65;
    margin:0;
}


/*==========================*
* BOTTOM LINE
*==========================*/

#services-section .service-line{
    display:block;
    width:22px;
    height:2px;
    background:var(--primary);
    margin-top:auto;
    padding-top:0;
}


/*==========================*
* OWL DOTS
*==========================*/

#services-section .owl-dots{
    margin-top:25px;
}

#services-section .owl-dot span{
    width:7px;
    height:7px;
    margin:4px;
    background:var(--border);
    transition:.3s;
}

#services-section .owl-dot.active span{
    width:20px;
    background:var(--primary);
}


/* Hide navigation */
#services-section .owl-nav{
    display:none;
}


/*=========================
WHY CHOOSE
=========================*/

#why-choose{
    padding:40px 0;
    background:#fff;
}

#why-choose .container{
    max-width:1320px;
}

/* Heading */

#why-choose .section-title{
    max-width:760px;
    margin:0 auto 55px;
}

#why-choose .section-title span{
    display:inline-block;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:10px;
    text-transform: uppercase;
}

#why-choose .section-title h2{
   color: var(--heading);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

#why-choose .section-title p{
    color:var(--text);
    font-size:18px;
    line-height:28px;
    margin:0;
}

/* Card */

#why-choose .why-box{
    height:100%;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 30px rgba(17,25,67,.05);
}

#why-choose .why-box:hover{
    transform:translateY(-8px);
    border-color:var(--primary);
    box-shadow:0 20px 40px rgba(87,51,165,.15);
}

#why-choose .icon{
    width:82px;
    height:82px;
    margin:0 auto 22px;
    background:rgba(87,51,165,.08);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

#why-choose .icon img{
    width:46px;
    height:46px;
    object-fit:contain;
}

#why-choose .why-box h3{
    color:var(--heading);
    font-size:22px;
    font-weight:600;
    line-height:1.3;
    margin-bottom:12px;
}

#why-choose .why-box p{
    color:var(--text);
    font-size:16px;
    line-height:24px;
    margin:0;
}


/*==========================
CTA SECTION
==========================*/

#cta-section{
    position:relative;
    padding:25px 0;
    background:var(--bg);
    overflow:hidden;
}


#cta-section .container{
    position:relative;
    z-index:2;
}

#cta-section .cta-content{
    display:flex;
    align-items:center;
    gap: 20px;
}


/* Icon */

#cta-section .cta-icon{
    width:55px;
    height:55px;
    flex-shrink:0;
    margin-right:18px;
}

#cta-section .cta-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}


/* Content */

#cta-section .cta-text{
    flex:1;
}

#cta-section .cta-text h2{
    color:var(--heading);
    font-size:30px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 3px;
}

#cta-section .cta-text p{
    color:var(--text);
    font-size:16px;
    line-height:1.4;
    margin:0;
}


/* Button */

#cta-section .cta-btn a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px 18px;
    background:var(--primary);
    color:var(--white);
    border-radius:5px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
}

#cta-section .cta-btn a:hover{
    background:var(--secondary);
    color:var(--white);
    transform:translateY(-2px);
}

#cta-section .cta-btn i{
    font-size:16px;
}



#testimonials{
    padding:40px 0;
    background:var(--white);
}

#testimonials .container{
    max-width:1320px;
}

#testimonials .testimonial-heading{
    margin-bottom:30px;
}

#testimonials .testimonial-heading span{
    display:block;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    letter-spacing:1.5px;
    margin-bottom:6px;
}

#testimonials .testimonial-heading h2{
    color: var(--heading);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}



#testimonials .owl-stage{
    display:flex;
}

#testimonials .owl-item{
    display:flex;
    height:auto;
}


/* Card */

#testimonials .testimonial-card{
    width:100%;
    min-height:170px;
    padding:18px 20px 14px;
    background:var(--bg);
    border:1px solid var(--border);
    border-radius:10px;
    display:block;
}

#testimonials .quote-icon{
    display:block;
    color:var(--primary);
    font-size:18px;
    line-height:1;
    margin-bottom:5px;
}

#testimonials .testimonial-content{
    display:block;
    padding-left:15px;
}

#testimonials .testimonial-content p{
    color:var(--heading);
    font-family:var(--body-font);
    font-size:18px;
    line-height:1.55;
    margin:0 0 10px;

    height:85px;
    overflow-y:auto;
    padding-right:8px;
}

#testimonials .testimonial-content p::-webkit-scrollbar{
    width:4px;
}

#testimonials .testimonial-content p::-webkit-scrollbar-track{
    background:var(--border);
    border-radius:10px;
}

#testimonials .testimonial-content p::-webkit-scrollbar-thumb{
    background:var(--primary);
    border-radius:10px;
}

#testimonials .testimonial-content p::-webkit-scrollbar-thumb:hover{
    background:var(--secondary);
}

#testimonials .testimonial-content h4{
    color:var(--heading);
    font-family:var(--body-font);
    font-size:20px;
    font-weight:700;
    margin:0 0 5px;
}

#testimonials .rating{
    display:block;
    color:#F4B400;
    font-size:15px;
    letter-spacing:2px;
}

#testimonials .rating i{
    margin-right:2px;
}


/* Hide dots */

#testimonials .owl-dots{
    display:block;
    text-align:center;
    margin-top:25px;
}

#testimonials .owl-dots .owl-dot{
    display:inline-block;
    margin:0 4px;
}

#testimonials .owl-dots .owl-dot span{
    display:block;
    width:7px;
    height:7px;
    margin:0;
    background:var(--border);
    border-radius:50%;
    transition:.3s;
}

#testimonials .owl-dots .owl-dot.active span{
    width:22px;
    background:var(--primary);
    border-radius:10px;
}

#testimonials .owl-dots .owl-dot:hover span{
    background:var(--secondary);
}




/* gallery */
#gallery {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

#gallery .row {
  row-gap: 20px;
}


#gallery .section-head {
    margin-bottom:30px;
}

#gallery .section-head span{
    display:block;
    color:var(--primary);
    font-size:14px;
    font-weight:800;
    letter-spacing:1.5px;
    margin-bottom:6px;
}

#gallery .section-head h2{
    color: var(--heading);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0px;
}

#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;
}


/*==========================
APPOINTMENT SECTION
==========================*/

#appointment-section{
    padding:40px 0;
    background:var(--white);
}

#appointment-section .container{
    max-width:1320px;
}

#appointment-section .appointment-box{
    background:var(--bg);
    border:1px solid var(--border);
    border-radius:10px;
    overflow:hidden;
}


/*==========================
FORM
==========================*/

#appointment-section .appointment-form{
    padding:28px 18px;
}

#appointment-section .section-tag{
    display: block;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

#appointment-section .appointment-form h2{
    color: var(--heading);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin:0 0 12px;
}

#appointment-section .form-control,
#appointment-section .form-select{
    height:45px;
    border:1px solid var(--border);
    border-radius:3px;
    background:var(--white);
    color:var(--heading);
    font-family:var(--body-font);
    font-size:18px;
    box-shadow:none;
}

#appointment-section .form-control::placeholder{
    color:var(--text);
    opacity:.8;
}

#appointment-section .form-control:focus,
#appointment-section .form-select:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 2px rgba(87,51,165,.08);
}

#appointment-section textarea.form-control{
    height:150px;
    resize:none;
    padding-top:10px;
}

#appointment-section .form-select{
    padding-top:0;
    padding-bottom:0;
}

#appointment-section form button{
    width:100%;
    padding:20px;
    border:0;
    border-radius:3px;
    background:var(--primary);
    color:var(--white);
    font-family:var(--body-font);
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.35s;
}

#appointment-section form button i{
    margin-left:5px;
    font-size:16px;
}

#appointment-section form button:hover{
    background:var(--secondary);
    transform:translateY(-1px);
}


/*==========================
CONTACT
==========================*/

#appointment-section .appointment-contact{
    height:100%;
    padding:30px 30px;
    border-left:1px solid var(--border);
    background:rgba(255,255,255,.25);
}

#appointment-section .appointment-contact .section-tag{
    margin-bottom:18px;
}

#appointment-section .appointment-contact ul{
    list-style:none;
    padding:0;
    margin:0;
}

#appointment-section .appointment-contact ul li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:var(--heading);
    font-family:var(--body-font);
    font-size:20px;
    line-height:24px;
    margin-bottom:28px;
}

#appointment-section .appointment-contact ul li:last-child{
    margin-bottom:0;
}

#appointment-section .contact-icon{
    flex-shrink:0;
    color:var(--primary);
    font-size:24px;
    text-align:center;
    margin-top:2px;
}

#appointment-section .contact-icon.emergency{
    color:#E33434;
}

#appointment-section .appointment-contact a{
    color:var(--heading);
    text-decoration:none;
    transition:.3s;
}

#appointment-section .appointment-contact a:hover{
    color:var(--primary);
}

#appointment-section .appointment-contact small{
    color:var(--heading);
    font-size:20px;
    line-height:12px;
}


/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px){


    #appointment-section .appointment-contact{
        border-left:0;
        border-top:1px solid var(--border);
    }

}
