/*=========================================================
    Design Name       : Klinik Mediviron Bahau
    Version           : V1.0
    Design Date       : 23/05/2025
    Developed Comapny : Kadamtech Pvt. Ltd.
	Developed Comapny : https://www.kadamtech.com/
 ============================================================*/





*,

*::before,

*::after {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



@media (prefers-reduced-motion: no-preference) {

    :root {

        scroll-behavior: smooth;

    }

}



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    transition: 0.1s linear;

}



:root {

    --primary-color: #D1A617;

    --secondary-color: #081839;

    --tertiary-color: #218BBD;

    --heading-color: #102E7A;

    --text-color: #27374E;

    --text-matte-color: #333333;

    --text-matte-light-color: #555555;

    --mainfont: "Sora", sans-serif;

}



body {

    margin: 0;

    font-size: 16px;

    font-weight: 500;

    font-family: var(--mainfont);

    line-height: normal;

    color: var(--text-matte-color) !important;

    -webkit-text-size-adjust: 100%;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    position: relative;

}



hr {

    margin: 0;

    border-color: #ddd;

}



hr:not([size]) {

    height: 1px;

}



h1 {

    font-size: 46px;

}



h2 {

    font-size: 40px;

}



h3 {

    font-size: 26px;

}



h4 {

    font-size: 24px;

}



h5 {

    font-size: 20px;

}



h6 {

    font-size: 16px;

}



p {

    font-size: 16px;

    line-height: 28px;

    margin-bottom: 10px;

    color: #555;



}



img {

    width: 100%;

}



ol,

ul {

    padding-left: 34px;

}



ol,

ul,

dl {

    margin-top: 0;

    margin-bottom: 0;

    list-style: none;

    padding: 0;

}



ol ol,

ul ul,

ol ul,

ul ol {

    margin-bottom: 0;

}



blockquote {

    margin: 0 0 14px;

}



b {

    font-weight: 800;

}



strong {

    font-weight: 700;

}



small {

    font-size: 12px;

}



a {

    color: inherit;

    text-decoration: none;

}



a:hover {

    /* color: #ccc; */

    text-decoration: none;

}



button {

    border-radius: 0;

    outline: 0;

    box-shadow: none;

    border: 0;

}



button:focus:not(:focus-visible) {

    outline: 0;

    box-shadow: none;

}



input,

button,

select,

optgroup,

textarea,

.form-control {

    margin: 0;

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    background-color: #fff;

    border: 1px solid #DBDBDB;

    padding: 15px 20px;

}



::-moz-selection {

    background-color: #200468;

    color: #FFF;

    text-shadow: none
}



::selection {

    background-color: var(--text-color);

    color: #fff;

    text-shadow: none
}



/* End By Default Reset */



.header-wrapper {

    position: absolute;

    width: 100%;

    z-index: 999;

}



.header-wrapper .top-header {

    padding: 20px 0;

}



.contact-info ul li a:has(i) {

    background: var(--secondary-color);

    border-radius: 50%;

    min-height: 30px;

    min-width: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.header-wrapper .top-header .contact-info ul li a span i {

    font-size: 16px;

    color: #fff;

}



.header-wrapper .top-header .contact-info ul {

    display: flex;

    gap: 30px;

    justify-content: end;

    align-items: center;

}



.header-wrapper .top-header .contact-info ul li a {

    display: flex;

    gap: 4px;

    color: #fff;

    align-items: center;

}



.header-wrapper .top-header .contact-info ul li a span {

    font-size: 14px;

    color: var(--text-matte-color);

    font-weight: 600;

}



.header-wrapper .top-header .contact-info ul li a img {

    max-height: 24px;

    max-width: 24px;

    min-width: 24px;

    min-height: 24px;

    display: flex;

    align-items: center;

    justify-content: center;

    filter: brightness(0) saturate(100%) invert(15%) sepia(13%) saturate(0%) hue-rotate(284deg) brightness(95%) contrast(85%);

}



.header-wrapper .bottom-header {

    border-radius: 20px;

    background: #fff;

    box-shadow: 0 10px 10px 0 rgb(51 51 51 / 8%);

    position: fixed;

    left: 0;

    right: 0;

    width: 100%;

    margin: auto;

    top: 70px;

}



.header-wrapper .nav-contact-action {

    padding: 10px;



}





.page-btn a,

.page-btn button,
.page-btn input[type="submit"] {

    background: var(--primary-color);

    border-radius: 100px;

    color: #fff;

    font-weight: 500;

    display: inline-flex;

    align-items: center;

    font-size: 14px;

    padding: 12px 30px;

    letter-spacing: 1px;

    text-transform: uppercase;
    text-wrap-mode: nowrap;

}





.page-btn a:hover img {

    filter: invert(100%);

    transform: rotate(45deg);

}



.page-btn a:hover {

    background: #fff;

    border: 1px solid var(--primary-color);

    color: #000;

}


.header-wrapper .bottom-header {
    transition: top 0.4s ease, box-shadow 0.3s ease;
}

.header-wrapper .bottom-header.scrolled {
    top: 0;
}


.page-btn button:hover {

    background: #fff;

    border: 1px solid var(--primary-color);

    color: var(--primary-color);

}



.page-btn i {

    background: #fff;

    color: var(--primary-color);

    margin-left: 6px;

    background: #fff;

    border-radius: 50%;

    font-size: 20px;

    height: 30px;

    width: 30px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    transform: rotate(-35deg);

}



.page-btn:hover i {

    background: var(--primary-color);

    color: #fff;

    transform: rotate(0deg);

}



.header-wrapper .top-header .head-info {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 10px;



}



.header-wrapper .top-header .head-info li {

    font-size: 14px;

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 5px;

}



.header-wrapper .top-header .head-info li a {

    color: #fff;

    transition: all 0.3s ease-in;

}



.header-wrapper .top-header .head-info li i {

    color: #fff;

}



.header-wrapper .top-header .head-info li a:hover {

    color: var(--primary-color);

}



.header-wrapper .top-header .head-social {

    display: flex;

    justify-content: end;

    align-items: center;

    position: relative;

    z-index: 1;

    gap: 10px;

}



.header-wrapper .top-header .head-social li a {

    display: flex;

    justify-items: center;

    align-items: center;

    background: #fff;

    border-radius: 100px;

    padding: 0;

    width: 24px;

    height: 24px;

}



.header-wrapper .top-header .head-social li a img {

    width: 18px;

    height: 18px;

    display: block;

    margin: auto;

}



.header-wrapper .header-lower .logo-box {

    display: flex;

    justify-content: start;

    align-items: center;

    height: 100%;

}



.header-wrapper .logo a img {

    width: 150px;

    object-fit: cover;

    height: 70px;

    object-position: center;

}



.header-wrapper .header-lower .logo-box img {

    width: 100%;

    max-width: 100px;

    object-fit: contain;

}



.header-wrapper .header-lower .button-primary {

    background-color: var(--second-color);

    border-color: var(--second-color);

    padding: 10px 18px;

}



.header-wrapper .header-lower .button-primary:hover {

    color: #fff;

    background-color: var(--primary-color);

    border-color: var(--primary-color);

}



.header-wrapper .nav-box nav ul {

    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

    position: relative;

    gap: 26px;

}



.header-wrapper .nav-box nav ul li {

    text-transform: capitalize;

    margin-right: 0px;

    position: relative;



}



.header-wrapper .nav-box nav ul li a {

    font-size: 14px;

    color: var(--meta-black-color);

    font-weight: 600;

    display: inline-block;

    position: relative;

    padding: 20px 0px;

}



.header-wrapper .nav-box nav ul li a:hover {

    color: var(--tertiary-color);

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu {

    width: 280px;

    max-width: 280px;

    background: #fff;

    position: absolute;

    transform: translateY(2px);

    transition: 0.3s ease;

    text-align: center;

    visibility: hidden;

    opacity: 0;

    box-shadow: 0 7px 10px -1px rgb(0 0 0/20%);

    z-index: 999;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu li {

    margin: 0;

    margin-right: 0 !important;

    width: 100%;

    position: relative
}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu a {

    padding: 15px 10px;

    width: 100%;

    font-weight: 400;

    border-bottom: 1px solid #ddd
}

.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu li::after {
    display: none;
}


.header-wrapper .nav-box .navbar-nav.navigation li:hover>.sub-menu {

    transition: .5s ease;

    visibility: visible;

    opacity: 1;

    transform: translateY(0);

    left: -30px;

    top: 70px;

}



.nav.main-menu .navbar-nav.navigation li .sub-menu li a {

    text-align: left
}



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover {

    background: var(--primary-color);

}



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover a {

    color: #fff;

    padding-left: 10px
}



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover a::after {

    color: #fff;

}



.header-wrapper .nav-box nav ul li.current_page_item a {

    color: var(--tertiary-color);

}



.header-wrapper .nav-box nav ul li.current_page_item::after,

.header-wrapper .nav-box nav ul li:hover::after {

    background: var(--tertiary-color);

}



.header-wrapper .nav-box nav ul li::after {

    content: "";

    position: absolute;

    right: -16px;

    top: 50%;

    transform: translateY(-50%);

    width: 7px;

    height: 7px;

    background: #333;

    border-radius: 50%;

    display: block;

}



.main-menu .navigation>li.menu-item-has-children a::before {

    content: "";

    position: absolute;

    height: 50px;

    width: 100%;

    left: 0;

    right: 0;

    bottom: -40px;

}



.main-menu .navigation>li.menu-item-has-children>.sub-menu>.menu-item-has-children>a:after {

    position: absolute;

    right: 10px;

    top: 0px;

    font-family: boxicons !important;

    font-weight: 400;

    content: "\ed91";

    font-size: 8px;

    line-height: 1;

    display: flex;

    color: #888;

    z-index: 5;

    align-items: center;

    height: fit-content;

    width: auto;

    transform: rotate(-90deg);

}



.main-menu .navigation>li.menu-item-has-children .sub-menu a:after {

    display: none
}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li>.sub-menu {

    left: calc(100% + 20px);

    top: 0;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li.darmatology_menu>.sub-menu {

    display: flex;

    min-width: 550px;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li.darmatology_menu>.sub-menu li {

    width: 50%;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li>.sub-menu li:hover>.sub-menu {

    transform: translate(0);

    visibility: visible;

    opacity: 1;

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu li>.sub-menu a {

    color: var(--meta-black-color);

}



.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu li>.sub-menu a:hover {

    color: #fff;

}



section[class]:not([id]) {

    padding: 80px 0;

    position: relative;

}





footer {

    background: #333333;

    padding: 60px 0 0 0;

}



.footer-wrapper {

    padding-bottom: 30px;

    border-bottom: 1px solid #525252;

}



footer .logo {

    width: 210px;

    background: #fff;

    border-radius: 10px;

    padding: 10px;

}



footer .content-box h3 {

    font-weight: 500;

    font-size: 22px;

}



footer .footer-navigations {

    padding: 60px 0 30px 0;

}



footer .footer-navigations .content-box h4 {

    color: #fff;

    margin-bottom: 16px;

    font-size: 20px;

    font-weight: 600;

}



footer .footer-navigations .content-box ul {

    display: flex;

    flex-direction: column !important;

    gap: 14px;

}



footer .footer-navigations .content-box ul li a {

    display: flex;

    align-items: center;

}



footer .footer-navigations .content-box ul li {

    font-size: 16px;

    color: #fff;

    display: flex;

    align-items: center;

    font-weight: 500;

    padding: 0;

}



footer .footer-navigations .content-box ul li:before {

    display: none;

}



footer .footer-navigations .content-box ul li i {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    font-size: 20px;

    margin-right: 10px;

}



footer .footer-navigations .content-box p {

    color: #fff;

}



.footer-copyright p {

    text-align: center;

    padding: 16px 0px 10px 0;

    font-size: 16px;

    color: #fff;

    background: #444;

    margin-top: 30px;

    background: linear-gradient(145deg, rgba(125, 36, 152, 1) 0%, rgba(3, 41, 178, 1) 100%);

    margin-bottom: 0;

}



.f-social ul {

    display: flex;

    gap: 10px;

}



.f-social ul li a {

    width: 38px;

    height: 38px;

    font-size: 20px;

    color: var(--secoundary-color);

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background-color: #fff;

    border-radius: 50%;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

}





/* Left to Right Gradient Borders */

.border-top-g-lr {

    position: relative;

}



.border-top-g-lr:before {

    content: '';

    position: absolute;

    height: 1px;

    width: 100%;

    left: 0;

}



.border-top-g-lr:before {

    top: 0;

    background: linear-gradient(to right, rgba(8, 24, 57, 1) 0%, rgba(255, 255, 255, 0) 100%);

}



.border-top-g-rl {

    position: relative;

}



.border-top-g-rl:before {

    content: '';

    position: absolute;

    height: 1px;

    width: 100%;

    left: 0;

}



.border-top-g-rl::before {

    top: 0;

    background: linear-gradient(to left, rgba(8, 24, 57, 1) 0%, rgba(255, 255, 255, 0) 100%);

}



/* Right to Left Gradient Borders */

.border-bottom-g-rl {

    position: relative;

}



.border-bottom-g-rl:after {

    content: '';

    position: absolute;

    height: 1px;

    width: 100%;

    left: 0;

}



.border-bottom-g-rl:after {

    bottom: 0;

    background: linear-gradient(to left, rgba(8, 24, 57, 1) 0%, rgba(255, 255, 255, 0) 100%);

}





/* blog section */



.blog-date {

    position: absolute;

    background: var(--tertiary-color);

    padding: 4px 8px;

    border-radius: 100px;

    color: #fff;

    font-size: 14px;

    top: 132px;

    left: 26px;

    font-weight: 400;

}



.blog-action {



    color: var(--secondary-color);

}



.blog-action span.explore-more {

    font-size: 14px;

    color: var(--secondary-color);

    font-weight: 600;

}



.blog-action i {

    font-size: 18px;

    font-weight: 600;

}



/* servces section */

.services-section {
    background: #F9FCFF;
}

.services-section::after {
    background: #218BBD;
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    display: inline-block;
    right: 100px;
    top: 0px;
    bottom: 0;
    filter: blur(80px);
    opacity: 0.1;
    margin: auto;
}



.services-section .card.custom-card {

    border-color: rgba(32, 41, 110, 0.1);

}



.services-section .card.custom-card .icon {

    width: 50px;

}



.services-section .card.custom-card .card-title {

    font-size: 20px;

    font-weight: 500;

    width: 180px;

    line-height: normal;

}



.services-section .card.custom-card .card-title {

    font-size: 18px;

    font-weight: 600;

    width: 180px;

    line-height: normal;

    color: var(--heading-color);

}



.services-section .card.custom-card a.btn.btn-link {

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    color: #555555;

    font-size: 20px;

    background: #F7F7F7;

    border-radius: 50%;

    height: 40px;

    width: 40px;

    min-width: 40px;

    min-height: 40px;

}



.custom-card {

    position: relative;

    overflow: hidden;

    z-index: 1;

    transition: 0.3s ease-in-out;

    height: 100%;

}



.custom-card:hover {

    box-shadow: none !important;

    transform: translateY(-10px);

}



/* Background image layer using ::before */

.custom-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-image: var(--hover-bg);

    background-size: cover;

    background-position: center;

    opacity: 0;

    transition: 0.3s ease-in-out;

    z-index: -1;

}



/* Show image on hover */

.custom-card:hover::before,

.custom-card:hover::after {

    opacity: 1;

}



.services-section .card.custom-card:hover .card-title,

.services-section .card.custom-card:hover .card-text {

    color: #fff;

}



.services-section .card.custom-card:hover .icon img {

    filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7477%) hue-rotate(109deg) brightness(109%) contrast(101%);

}



.services-section .card.custom-card a.btn.btn-link i {

    transform: rotate(0);

    transition: 0.3s ease-in-out;

}



.services-section .card.custom-card:hover a.btn.btn-link {

    background: #fff;

}



.services-section .card.custom-card:hover a.btn.btn-link i {

    transform: rotate(-45deg);

    transition: 0.3s ease-in-out;

}





.custom-card::after {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgb(8 24 57 / 70%);

    content: "";

    opacity: 0;

    z-index: -1;

    transition: opacity 0.3s ease-in-out;

}



/* testimonial section */



.trust-section {

    padding: 80px 0;

    background-color: rgba(252, 201, 83, 0.05);

}



.stats-container {

    margin-bottom: 60px;

}



.stat-box {

    text-align: center;

    padding: 10px;

}



.stat-icon {

    width: 60px;

    height: 60px;

    background-color: #f1f5f9;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 20px;

}



.stat-icon i {

    font-size: 28px;

    color: #1a365d;

}



.stat-number {

    font-size: 24px;

    font-weight: 700;

    color: var(--secondary-color);

    margin-bottom: 8px;

}



.stat-label {

    color: var(--text-matte-light-color);

    font-size: 16px;

    font-weight: 500;

}





.certificate-image {

    width: 100%;

    height: 420px;

    border-radius: 12px;

    object-fit: cover;

}



.testimonials-container {

    position: relative;

}



.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0 10px 0 10px;
    height: 100%;
}



.quote-icon {

    font-size: 44px;

    color: #D2E0EA;

    position: absolute;

    top: 20px;

    opacity: 1;

}



.quote-icon.left {

    left: 20px;

}



.quote-icon.right {

    right: 20px;

}



.stars {

    color: #fbbf24;

    font-size: 18px;

    margin-bottom: 20px;

    text-align: right;

}



.testimonial-text {

    color: #475569;

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 20px;

    position: relative;

    z-index: 1;

}



.testimonial-author {

    color: #1a365d;

    font-weight: 600;

    font-size: 14px;

}



.action-buttons {

    display: flex;

    gap: 20px;

    margin-top: 40px;

}



.btn-google {

    background-color: #ffffff;

    color: #1a365d;

    border: 2px solid #e2e8f0;

    padding: 12px 30px;

    border-radius: 50px;

    font-weight: 600;

    display: flex;

    align-items: center;

    gap: 10px;

    transition: all 0.3s ease;

}



.btn-google:hover {

    background-color: #f8fafc;

    border-color: #cbd5e1;

    color: #1a365d;

}



a.btn-direction {

    background-color: #1a365d;

    color: #ffffff;

    padding: 14px 30px;

    border-radius: 50px;

    font-weight: 600;

    border: none;

    display: flex;

    align-items: center;

    gap: 10px;

    transition: all 0.3s ease;

    border: 1px solid transparent;

    height: 100%;

    text-wrap-mode: nowrap;

}



a.btn-direction:hover {

    background-color: #fff;

    color: #0f172a;

    border: 1px solid #0f172a
}



.google-icon {

    width: 20px;

    height: 20px;

}


/* cta section */



.cta-section {

    position: relative;

    padding: 100px 0;

    overflow: hidden;

}



.cta-bg::after {

    position: absolute;

    background: rgba(0, 198, 191, 0.8);

    content: "";

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    z-index: 1;

    display: inline-block;

    width: 100%;

    height: 100%;

    margin: auto;

}

.cta-2 .cta-bg::after {

    position: absolute;

    background: rgba(51, 51, 51, 0.8);

    content: "";

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    z-index: 1;

    display: inline-block;

    width: 100%;

    height: 100%;

    margin: auto;

}



.cta-bg {

    position: absolute;

    background: #00C6C1;

    content: "";

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    z-index: 1;

    display: inline-block;

    width: 100%;

    height: 100%;

    margin: auto;

}



.cta-bg img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.cta-content {

    position: relative;

    z-index: 2;

    color: #fff;

}



.cta-content h2 {

    font-size: 40px;

    font-weight: 700;

    margin-bottom: 20px;

    color: var(--secondary-color);

}



.cta-content p {

    line-height: 1.6;

    color: rgba(255, 255, 255, 0.9);

    margin-bottom: 30px;

    margin-left: auto;

    margin-right: auto;

    color: #000;

}



.cta-buttons {

    display: flex;

    gap: 20px;

    justify-content: center;

    align-items: center;

}



.cta-buttons .btn {

    padding: 12px 30px;

    font-weight: 600;

    font-size: 14px;

    letter-spacing: 0.5px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    border-radius: 100px;

    transition: all 0.3s ease;

}



.btn-whatsapp {

    background: #0F172A;

    color: #fff;

}



.btn-whatsapp:hover {

    background: #fff !important;

    color: #0F172A;

}



.btn-appointment {

    background: #D1A617;

    color: #fff;

}



.btn-appointment:hover {

    background: #fff;

    color: #D1A617;

}



.cta-buttons .btn i {

    font-size: 20px;

}

.cta-2 .btn-whatsapp {
    background: var(--tertiary-color);
}



.mobile-header {
    position: fixed;
    top: 0;
    width: 100%;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4px 20px;
    background: #fff;
    align-items: center;
    font-size: 30px;
    box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
}

.mobile-header .logo a img {
    width: 140px;
    object-fit: cover;
    height: 60px;
    object-position: center;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    transition: all 0.3s ease-in-out;
}


.owl-theme .owl-dots .owl-dot.active::after,
.owl-theme .owl-dots .owl-dot:hover::after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.owl-theme .owl-dots .owl-dot::after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    opacity: 0;
}


.review-slider.owl-carousel .owl-stage-outer {
    padding: 0 0 20px 0;
}


.contact-form {

    background: #fff;

    padding: 30px;

    border-radius: 10px;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;

}

.contact-form .wpcf7-spinner {
    position: absolute;
    right: 40px;
    margin-top: 12px;
}



.contact-form label {

    font-weight: 500;

    margin-bottom: 8px;

    display: block;

}



.contact-form .form-control {

    border: 1px solid #e0e0e0;

    padding: 12px 15px;

    border-radius: 5px;

    font-size: 15px;

}



.contact-form textarea.form-control {

    resize: vertical;

    min-height: 120px;

}



.contact-form .btn-primary {

    width: 100%;

    padding: 12px 20px;

    font-weight: 600;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}



.contact-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}



.quick-contact h3,

.office-info h3 {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 20px;

    color: var(--secondary-color);

}



.contact-buttons {

    display: flex;

    flex-direction: row;

    gap: 15px;

    justify-content: center;

}



.contact-button {

    display: flex;

    align-items: center;

    padding: 15px 22px;

    border-radius: 8px;

    text-decoration: none;

    transition: transform 0.3s ease;

}



.contact-button:hover {

    transform: translateY(-2px);

}



.contact-button .icon {

    width: 40px;

    height: 40px;

    margin-right: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.contact-button .icon img {

    width: 50px;

    height: 50px;

    min-width: 50px;

    min-height: 50px;

}



.contact-button .button-content {

    flex: 1;

}



.contact-button span {

    display: block;

    font-weight: 600;

    color: #fff;

    font-size: 16px;

    margin-bottom: 2px;

}



.contact-button small {

    display: block;

    color: rgba(255, 255, 255, 0.8);

    font-size: 13px;

}



.call-button {

    background: var(--tertiary-color);

}



.whatsapp-button {

    background: var(--secondary-color);

}



.office-info {

    background: #fff;

    border-radius: 8px;

}



.office-details h4 {

    font-size: 18px;

    margin-bottom: 10px;

    color: #64260C;

}



.office-details p {

    line-height: 1.6;

    margin-bottom: 0;

}



.map-container {

    flex: 1;

    border-radius: 8px;

    overflow: hidden;

}



.map-container iframe {

    width: 100%;

    height: 100%;

    border: none;

}



.owl-nav button span {
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    line-height: normal;
    vertical-align: middle;
    padding: 0 0 5px 0px;
}

.owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 80px;
    margin: auto !important;
    height: fit-content;
    border-radius: 50% !important;
}

.owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 80px;
    margin: auto !important;
    height: fit-content;
    border-radius: 50% !important;
}

.owl-nav button span:hover {
    color: #999;
}

/* faq */



/* FAQ Accordion Styles */

.faq-accordion {

    margin-bottom: 40px;

}



.accordion-item {

    border: none;

    background: transparent;

    margin-bottom: 16px;

}



.accordion-button {

    background-color: #fff;

    border: none;

    border-radius: 12px !important;

    padding: 20px 25px;

    font-weight: 600;

    font-size: 16px;

    color: var(--secondary-color);

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

}



.accordion-button:not(.collapsed) {

    background-color: #fff;

    color: var(--tertiary-color);

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

}



.accordion-button::after {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 15.713L18.01 9.7c.388-.389 1.016-.389 1.404 0s.388 1.017 0 1.406l-6.707 6.707c-.388.388-1.016.388-1.404 0L4.597 11.106c-.388-.389-.388-1.017 0-1.406s1.016-.389 1.404 0L12 15.713z' fill='%23218BBD'/%3E%3C/svg%3E");

    width: 24px;

    height: 24px;

    background-size: 24px;

    transition: transform 0.2s ease;

}



.accordion-button:not(.collapsed)::after {

    transform: rotate(-180deg);

}



.accordion-body {

    background-color: #fff;

    border-radius: 0 0 12px 12px;

    padding: 20px 25px;

    color: var(--text-matte-light-color);

    font-size: 15px;

    line-height: 1.6;

}



/* FAQ Footer */

.faq-footer {

    margin-top: 40px;

}



.faq-footer p {

    color: var(--text-matte-light-color);

    margin-bottom: 20px;

}



.btn-support {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    background-color: var(--tertiary-color);

    color: #fff;

    padding: 12px 30px;

    border-radius: 8px;

    font-weight: 500;

    font-size: 14px;

    transition: all 0.3s ease;

    border: 1px solid transparent;

}



.btn-support:hover {

    background-color: transparent;

    border-color: var(--tertiary-color);

    color: var(--tertiary-color);

}



.btn-support:hover img {

    filter: invert(47%) sepia(65%) saturate(414%) hue-rotate(165deg) brightness(88%) contrast(90%);

}



.btn-support .btn-icon {

    width: 20px;

    height: 20px;

}

/* Image Gallery */
.imageGallery {
    padding: 60px 0
}

.imageGallery .galleryCard {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    overflow: hidden;
    height: 280px;
    position: relative
}

.imageGallery .galleryCard .galleryName {
    display: block;
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9
}

.imageGallery .galleryCard img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imageGallery .galleryCard .overlayer {
    width: 100%;
    height: 100%;
    background-color: #23242442;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    padding: 15px;
    transform: scale(.5);
    transition: all .4s ease-in-out
}

.imageGallery .galleryCard .overlayer i {
    font-size: 50px;
    color: #fff;
    rotate: 45deg;
    margin-bottom: 10px
}

.imageGallery .galleryCard .overlayer .content {
    background: #222;
    padding: 12px;
    border-radius: 5px;
    display: none
}

.imageGallery .galleryCard .overlayer .content h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.imageGallery .galleryCard .overlayer .content p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.imageGallery .galleryCard:hover .overlayer {
    opacity: 1;
    transform: scale(1)
}

/* modal appointment */

.modal .contact-form {
    padding: 0;
    box-shadow: none;
}

.mm-navbar__title>span {
    color: #fff;
}

.header-wrapper .nav.main-menu .navbar-nav.navigation li .sub-menu {
    gap: 0;
}

.Process-sec .process-item .process-icon img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(80%) saturate(4155%) hue-rotate(226deg) brightness(92%) contrast(92%);
}

.footer-section #menu-footer-menu {
    flex-direction: column !important;
    gap: 10px;
}

.error-section {
    position: relative;
    padding: 60px 0 60px;
    padding-top: 200px !important;
}

.error-section .content {
    position: relative;
    text-align: center
}

.error-section h1 {
    position: relative;
    font-size: 200px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px
}

.error-section h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px
}

.footer-section .social-links ul li a span {
    display: flex;
    align-items: center;
}

.footer-social-link .page-btn a {
    width: max-content;
    color: #fff !important;
    margin: auto;
}

.footer-social-link .page-btn a:hover {
    color: var(--secoundary-color) !important;
}

.faq-footer {
    display: none !important;
}

.doctors-section .doctor-profile-content {
    background: #ffffff;
    padding: 0 40px;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

/* Headings */
.doctors-section .doctor-profile-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.doctors-section .doctor-profile-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.doctors-section .doctor-profile-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #222;
}

/* Paragraph */
.doctors-section .doctor-profile-content p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* Custom Bullet Style */
.doctors-section .doctor-profile-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.doctors-section .doctor-profile-content ul li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

/* Box Icon Style using before */
.doctors-section .doctor-profile-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: #e9f2ff;
    color: #0d6efd;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

/* HR Styling */
.doctors-section .doctor-profile-content hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #ccc, transparent);
    margin: 35px 0;
}

/* Strong Text Highlight */
.doctors-section .doctor-profile-content strong {
    color: #111;
    font-weight: 600;
}

.doctors-section .doctor-profile-sidebar {
    position: sticky;
    top: 150px;
}

/* Responsive */
@media (max-width: 768px) {
    .doctors-section .doctor-profile-content {
        padding: 0;
        padding-top: 40px;
    }

    .doctors-section .doctor-profile-content h2 {
        font-size: 22px;
    }

    .doctors-section .doctor-profile-content h3 {
        font-size: 18px;
    }
}

/* Hide full text initially */
.trust-section .testimonial-card .testimonial-text {
    position: relative;
    overflow: hidden;
}

/* Read more button styling */
.trust-section .testimonial-card .read-more-btn {
    color: var(--secondary-color);
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
}

.trust-section .testimonial-card .read-more-btn:hover {
    text-decoration: underline;
}

.our-clinic-expert .container .row.g-4 .col-12.col-md-12:last-child {
    display: none;
}