/*
Theme Name: tiss-theme
*/

@font-face {
    font-family: 'neuemontreal';
    src: url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-Regular.woff2') format('woff2'),
        url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neuemontreal';
    src: url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-Medium.woff2') format('woff2'),
        url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neuemontreal';
    src: url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-Bold.woff2') format('woff2'),
        url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neuemontreal';
    src: url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-BoldItalic.woff2') format('woff2'),
        url('../tiss-theme/assets/Neue%20Montreal/NeueMontreal-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../tiss-theme/assets/PlusJakartaSans/PlusJakartaSans-VariableFont_wght.woff2') format('woff2-variations'),
        url('../tiss-theme/assets/PlusJakartaSans/PlusJakartaSans-VariableFont_wght.woff') format('woff');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../tiss-theme/assets/PlusJakartaSans/PlusJakartaSans-Italic-VariableFont_wght.woff2') format('woff2-variations'),
        url('../tiss-theme/assets/PlusJakartaSans/PlusJakartaSans-Italic-VariableFont_wght.woff') format('woff');
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "neuemontreal";
}

p,
a {
    font-family: "neuemontreal";
    color: #000000de;
    font-size: 16px;
}

span {
    font-family: "neuemontreal";
}

a:hover {

    text-decoration: none !important;
}

.custom-container {
    padding: 0 6%;
    width: 100%;
}

.error-404 img {
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #055ccf20;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #055ccf;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #034dae;
}

html {
    scroll-behavior: auto;
}

html.tiss-native-scroll {
    scroll-behavior: smooth;
}

html.tiss-lenis-active,
html.tiss-lenis-active body {
    scroll-behavior: auto !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

body {
    background: #ffffff !important;
    color: #000000de !important;
}

/* ─── Site Loader ─────────────────────────────────────────── */

body.site-loader-active {
    overflow: hidden;
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

/* ── Logo ── */
.site-loader-logo-wrap {
    clip-path: inset(0 100% 0 0);
    /* starts hidden; GSAP wipes it in */
    will-change: clip-path;
}

.site-loader-logo {
    width: clamp(160px, 28vw, 260px);
    height: auto;
    display: block;
}

/* ── 5 cubes ── */
.site-loader-cubes {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sl-cube {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #055CCF;
    will-change: transform;
    /* hide on first paint — GSAP reveals them to prevent flash */
    opacity: 0;
    visibility: hidden;
}

/* ── Footer: Loading label · pct · 1 px bar ── */
.site-loader-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 48px 40px;
    /* hide on first paint — GSAP reveals to prevent flash */
    opacity: 0;
    visibility: hidden;
}

.site-loader-foot-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sl-label {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #94A3B8;
}

.sl-pct {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #055CCF;
    font-variant-numeric: tabular-nums;
    user-select: none;
}

.sl-bar-track {
    width: 100%;
    height: 1px;
    background: #E2E8F0;
    overflow: hidden;
}

.sl-bar-fill {
    height: 100%;
    width: 100%;
    background: #055CCF;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

/* ── Responsive ── */

/* Tablet: 768px–1199px */
@media (max-width: 1199px) {
    .site-loader {
        gap: 40px;
    }

    .site-loader-logo {
        width: clamp(140px, 32vw, 220px);
    }

    .site-loader-foot {
        padding: 0 36px 32px;
    }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
    .site-loader {
        gap: 32px;
    }

    .site-loader-logo {
        width: clamp(120px, 50vw, 180px);
    }

    .site-loader-cubes {
        gap: 8px;
    }

    .sl-cube {
        width: 10px;
        height: 10px;
        border-radius: 2px;
    }

    .site-loader-foot {
        padding: 0 24px 28px;
    }

    .sl-label {
        font-size: 14px;
        letter-spacing: 0.18em;
    }

    .sl-pct {
        font-size: 17px;
    }
}

/* ─── Site Loader End ──────────────────────────────────────── */


/* page transition overlay starts */

.page-transition {
    position: fixed;
    inset: 0;
    z-index: 99998;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transform: translateY(100%);
    will-change: transform;
}

.page-transition-inner {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
}

.page-transition-cube {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #055CCF;
    border-radius: 4px;
}

.page-transition-cube-1 {
    top: 22px;
    left: 22px;
}

.page-transition-cube-2 {
    top: 22px;
    right: 22px;
}

.page-transition-cube-3 {
    bottom: 22px;
    right: 22px;
}

.page-transition-cube-4 {
    bottom: 22px;
    left: 22px;
}

.page-transition-cube-5 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-transition.page-transition-ready {
    transform: none;
}

/* page transition overlay ends */

/* home page starts */

/* header section starts */

.header-logo-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-logo {
    display: flex;
    width: fit-content;
}

.header-logo img {
    width: 130px;
    object-fit: cover;
    height: auto;
    margin-right: auto;
    display: block;
    transition: all .3s ease-in-out;
}

.header-wrapper {
    width: 88vw;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    padding: 8px 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0 #00000021;
    transition: all .3s ease-in-out;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    padding: 8px 15px;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 130px;
}

.f-nav .menu-logoheader {
    padding-top: 0;
}

.menu-logoheader .row {
    align-items: center;
}

.header-menu-col {
    display: flex;
    justify-content: center;
}

.header-menu-col #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: center;
    gap: 24px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    line-height: 1 !important;
    height: unset !important;
    padding: 0px !important;
    color: #0A121E;
    border-radius: 0 !important;
    font-family: inherit;
    font-size: 18px !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #055CCF;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
    background-color: rgba(51, 51, 51, 0);
    color: #055ccf;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    color: #055CCF;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: #055CCF !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #00000000;
    color: #6c757d;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: normal;
    padding: 10px 15px !important;
    height: unset !important;
    line-height: 1 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffffff;
    border: 1px solid rgba(5, 92, 207, 0.1);
    border-radius: 12px;
    box-shadow: 0px 12px 32px -8px rgba(10, 25, 50, 0.16);
    padding: 8px;
    margin-top: 10px !important;
    overflow: hidden;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #055ccf0d;
    color: #055ccf;
}

.header-contact-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0A121E;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.header-phone img {
    width: 14px;
    height: 14px;
}

.header-phone:hover {
    color: #0d6efd;
}

.header-book-btn {
    display: inline-block;
    background: #055CCF;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 22px;
    letter-spacing: 1px;
    border-radius: 6px;
    white-space: nowrap;
    transition: .3s ease;
}

.header-book-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

/* header section ends */

/* banner section starts */

.home-banner-wrap {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 80px;
}

.home-banner-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000a17 0%, #102542b3 61%, rgb(102 102 102 / 79%) 100%);
    pointer-events: none;
}

.home-banner-wrap .custom-container {
    position: relative;
    z-index: 1;
}

.banner-caption-item {
    align-items: center;
    height: 100%;
}

.banner-content-col h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-content-col h1 .banner-acent {
    color: #2683FF;
    /* the editor sometimes injects inline display:inline-block; position:relative on this span,
       which makes SplitType treat the accented phrase as an atomic line, breaking the heading's
       reveal rhythm. Force it back to plain inline flow so lines split naturally. */
    display: inline !important;
    position: static !important;
}

.banner-content-col p {
    color: #ffffffb3;
    font-size: 18px;
    max-width: 480px;
    margin-bottom: 30px;
}

.banner-btn-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 14px 26px;
    border-radius: 6px;
    white-space: nowrap;
    transition: .3s ease;
}

.banner-btn-primary {
    background: #055CCF;
    color: #fff;
    border: 1px solid #055CCF;
}

.banner-btn-primary:hover {
    background: #0448a3;
    color: #fff;
}

.banner-btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff66;
}

.banner-btn-outline:hover {
    background: #ffffff1a;
    color: #fff;
}

.banner-trust-info {
    position: relative;
    color: hsl(0deg 0% 100% / 90%);
    font-size: 18px;
    max-width: 450px;
    padding-left: 0 !important;
}

.banner-trust-info span {
    font-size: 16px;
}

.banner-image-col {
    display: flex;
    justify-content: center;
}

.banner-image-wrap {
    position: relative;
    width: 100%;
    max-width: 480px;
    min-height: 520px;
    border-radius: 24px;
    background: #055ccf30;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 1px 4px 20px 1px #05193c2b, 0 1px 0 #055ccf inset, 0 0 0 1px #ffffff00 inset;
}

.banner-image-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(155deg, rgba(120, 180, 255, 0.18) 0%, rgba(5, 92, 207, 0.05) 55%, rgba(5, 92, 207, 0.22) 100%);
    mix-blend-mode: overlay;
}

.banner-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    background: linear-gradient(360deg, #095ac5d4 0%, hsl(214deg 47% 15% / 40%) 26%, transparent 100%);
}

.banner-image-wrap .banner-image {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.05);
}

.banner-overlay-card {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    max-width: 300px;
    z-index: 9;
    text-align: left;
}

.banner-overlay-image {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.banner-overlay-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
}

.banner-overlay-subtitle {
    color: #ffffffcc;
    font-size: 14px;
    margin-bottom: 0;
}

/* banner section ends */

/* credentials section starts */

.credentials-wrap {
    position: relative;
    background-image: url(./assets/img/credential-background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    overflow: hidden;
}

.credentials-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.credentials-tagline {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #4A90E2;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.credentials-title-text {
    font-size: 42px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.credentials-description {
    text-align: center;
    max-width: 500px;
    font-size: 16px;
    color: #64748B;
    line-height: 1.6;
    margin: 0 auto;
}

.credentials-description .highlight-blue {
    color: #055ccf;
    font-weight: 600;
}

.credentials-row {
    row-gap: 24px;
    justify-content: center;
    align-items: stretch;
}

.credentials-col {
    display: flex;
}

.credential-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    height: 100%;
    min-height: 230px;
    padding: 56px 24px 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(5, 92, 207, 0.09);
    border-radius: 22px;
    box-shadow: 0 10px 25px -5px rgba(10, 25, 50, 0.05), 0 2px 8px -2px rgba(10, 25, 50, 0.03);
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        background 0.35s ease;
}

.credential-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #055CCF, #2683FF, transparent);
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.credential-card:hover {
    transform: translateY(-8px);
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F9FF 100%);
    border-color: rgba(5, 92, 207, 0.28);
    box-shadow: 0 22px 42px -10px rgba(5, 92, 207, 0.18), 0 8px 18px -4px rgba(10, 25, 50, 0.05);
}

.credential-card:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.credential-card:focus-visible {
    outline: none;
}

.card-hover-star {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(225deg, #055CCF 50%, transparent 50.5%);
    opacity: 0;
    transform: translate(15px, -15px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
    z-index: 2;
    pointer-events: none;
}

.star-badge-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    max-width: 14px;
    max-height: 14px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.credential-card:hover .card-hover-star {
    opacity: 1;
    transform: translate(0, 0);
}

.credential-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 13px;
    background: linear-gradient(135deg, #055CCF 0%, #1677FF 100%);
    box-shadow: 0 8px 20px -4px rgba(5, 92, 207, 0.42),
        inset 0 1px 1px rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.35s ease,
        background 0.35s ease;
}

.credential-card:hover .credential-icon {
    transform: translateY(-3px) scale(1.06);
    background: linear-gradient(135deg, #0448A3 0%, #055CCF 100%);
    box-shadow: 0 12px 28px -4px rgba(5, 92, 207, 0.58),
        inset 0 1px 2px rgba(255, 255, 255, 0.5);
}

.credential-icon img,
.credential-icon svg,
.credential-icon i {
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
    display: block;
    color: #ffffff;
    fill: #ffffff;
    filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
}

.credential-card:hover .credential-icon img,
.credential-card:hover .credential-icon svg,
.credential-card:hover .credential-icon i {
    transform: scale(1.06);
    filter: brightness(0) invert(1) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25));
    -webkit-filter: brightness(0) invert(1) drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25));
}

.credential-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    color: #1A2E4C;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 1px;
    margin: 0;
    transition: color 0.3s ease;
}

.credential-card:hover .credential-title {
    color: #055CCF;
}

/* credentials section ends */

/* specialities section starts */

.specialities-wrap {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FC 100%);
    padding: 90px 0;
    border-top: 1px solid rgba(5, 92, 207, 0.06);
    overflow: hidden;
}

.specialities-header {
    text-align: left;
    max-width: 800px;
    margin-bottom: 55px;
}

.specialities-tagline {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #055ccf;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.specialities-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.specialities-description {
    font-size: 16.5px;
    color: #637381;
    line-height: 1.6;
    margin: 0;
}

.specialities-row {
    row-gap: 30px;
}

.specialities-col {
    display: flex;
}

.speciality-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #055ccf;
    border: 1px solid #C0D6F3;
    border-radius: 24px;
    box-shadow: 0 10px 30px -8px rgba(10, 25, 50, 0.05), 0 2px 10px -2px rgba(10, 25, 50, 0.03);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.speciality-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px -12px rgba(5, 92, 207, 0.16), 0 8px 20px -6px rgba(10, 25, 50, 0.04);
}

.speciality-front {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.speciality-image {
    width: 100%;
    height: 320px;
    min-height: 320px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    position: relative;
}

.speciality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.speciality-card:hover .speciality-image img {
    transform: scale(1.05);
}

.speciality-content {
    padding: 24px;
    background: #FFFFFF;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.speciality-title {
    font-size: 20px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.speciality-desc {
    font-size: 14px;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
}

.speciality-back {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: max-content;
    background: #ffffff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    opacity: 0;
    border-radius: inherit;
    transform: translateY(15px);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.speciality-card:hover .speciality-back {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.speciality-title-back {
    font-size: 22px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.sub-specialities-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sub-speciality-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sub-speciality-dash {
    display: block;
    background: #055ccf;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin-top: 0.6em;
    flex-shrink: 0;
}

.sub-speciality-text {
    font-size: 18px;
    color: #1A2E4C;
    font-weight: 500;
    line-height: 1.5;
}

.speciality-learn-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: max-content;
    padding: 11px 26px;
    border: 1.5px solid #1A2E4C;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1A2E4C;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.speciality-front-btn {
    display: none !important;
}

.speciality-learn-more-btn:hover {
    background: #1A2E4C;
    color: #ffffff;
    border-color: #1A2E4C;
    text-decoration: none;
}

.specialities-more-row {
    row-gap: 20px;
    margin-top: 30px;
}

.specialities-more-col {
    display: flex;
}

.speciality-more-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #055ccf40;
    border-radius: 16px;
    padding: 22px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.speciality-more-card:hover {
    box-shadow: 0 10px 24px -8px rgba(10, 25, 50, 0.08);
    transform: translateY(-4px);
}

.speciality-more-icon {
    display: block;
    width: 100%;
    min-height: 200px;
    aspect-ratio: 4/3;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
}

.speciality-more-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.speciality-more-card:hover .speciality-more-icon img {
    transform: scale(1.05);
}

.speciality-more-title {
    font-size: 15px;
    font-weight: 700;
    color: #055ccf;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.speciality-more-desc {
    font-size: 13px;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
}

/* specialities section ends */

/* about us section starts */

.about-us-wrap {
    position: relative;
    background: #FFFFFF;
    padding: 90px 0;
}

.about-us-image-col {
    align-self: flex-start;
    position: sticky !important;
    top: 120px;
    padding-right: 40px !important;
}

.about-us-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #055ed133;
    border-radius: 28px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.about-us-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(1deg, #055ccf4f 0% 0%, #055ed100 30%);
    pointer-events: none;
}

.about-us-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.about-us-image-tab {
    display: none;
}

.about-us-content-col {
    padding-left: 40px;
}

.about-us-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4A90E2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-us-content h2 {
    font-size: 44px;
    max-width: 700px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 14px;
    line-height: 1.2;
}

.about-us-content p {
    font-size: 16px;
    color: #69778B;
    line-height: 1.6;
    margin-bottom: 16px;
}

.about-us-content {
    margin-bottom: 16px;
}

.about-us-content p:last-child {
    margin-bottom: 0;
}

.about-us-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #055CCF;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 32px;
    transition: color 0.3s ease;
}

.about-us-more-link:hover {
    color: #0448a3;
}

.about-us-more-link i {
    transition: transform 0.3s ease;
}

.about-us-more-link:hover i {
    transform: translateX(4px);
}

.about-us-focus-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 48px;
}

.focus-area-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #055CCF;
    background: #ffffff;
    border: 1px solid rgba(5, 92, 207, 0.18);
    border-radius: 999px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.focus-area-pill:hover {
    background: #055CCF;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(5, 92, 207, 0.2);
}

.about-us-qualifications {
    border-top: 1px solid rgba(10, 30, 59, 0.08);
}

.qualification-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(10, 30, 59, 0.08);
    transition: transform 0.3s ease;
}

.qualification-item:hover {
    transform: translateX(6px);
}

.qualification-title {
    font-size: 16px;
    font-weight: 500;
    color: #0A1E3B;
}

.qualification-desc {
    font-size: 14px;
    color: #64748B;
}

/* about us section ends */

/* why choose us section starts */

.why-choose-us-wrap {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FC 100%);
    padding: 90px 0;
    overflow: hidden;
}

.why-choose-us-header {
    text-align: left;
    max-width: 900px;
    margin-bottom: 30px;
}

.why-choose-us-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4A90E2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-us-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.why-choose-us-slider {
    margin: 0 -12px;
}

.why-choose-us-slider .slick-list {
    padding: 4px 0 !important;
}

.why-choose-us-slide {
    padding: 12px;
    outline: none;
}

.why-choose-us-card {
    position: relative;
    height: 100%;
    min-height: 330px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #055ccf33;
    box-shadow: 0px 5px 25px -8px rgba(10, 25, 50, 0.08);
    overflow: hidden;
}

.why-choose-us-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #055CCF;
    transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.why-choose-us-slide.slick-current .why-choose-us-card::before,
.why-choose-us-card.is-active::before {
    width: 100%;
}

.why-choose-us-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #055CCF;
    border-radius: 50%;
    color: #055CCF;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 40px;
}

.why-choose-us-card-title {
    font-size: 22px;
    font-weight: 500;
    color: #0A1E3B;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.why-choose-us-card-desc p {
    color: #64748B;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.why-choose-us-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.why-choose-us-prev,
.why-choose-us-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(5, 92, 207, 0.18);
    border-radius: 50%;
    color: #055CCF;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.why-choose-us-prev:hover,
.why-choose-us-next:hover {
    background: #055CCF;
    border-color: #055CCF;
    color: #FFFFFF;
}

/* why choose us section ends */

/* care insights section starts */

.care-insights-wrap {
    position: relative;
    background: #ffffff;
    padding: 90px 0;
    overflow: hidden;
}

.care-insights-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px;
}

.care-insights-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.care-insights-slider {
    overflow: hidden;
    margin: 0 -12px;
}

.care-insights-track {
    position: relative;
    display: flex;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.care-insights-no-transition .care-insights-card,
.care-insights-no-transition .care-insights-image,
.care-insights-no-transition .care-insights-card-title,
.care-insights-no-transition .care-insights-content {
    transition: none !important;
}

.care-insights-slide {
    flex: 0 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
}

.care-insights-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    height: 100%;
    min-height: 340px;
    background: #D3E0FE;
    border-radius: 24px;
    padding: 32px;
    overflow: hidden;
    transition: background 0.5s ease;
}

.care-insights-image {
    order: 2;
    flex: 0 0 45%;
    align-self: stretch;
    border-radius: 16px;
    overflow: hidden;
    height: auto;
    min-height: 240px;
    opacity: 1;
    transition: opacity 0.35s ease, flex-basis 0.5s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}

.care-insights-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.care-insights-content {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    transition: max-width 0.5s cubic-bezier(0.22, 1, 0.36, 1), margin 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.care-insights-tagline {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #6B7280;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.care-insights-card-title {
    font-size: 40px;
    font-weight: 500;
    color: #0A1E3B;
    line-height: 1.1;
    letter-spacing: 1px;
    margin-bottom: 24px;
    transition: font-size 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.care-insights-slide.is-visible:not(.is-leading) .care-insights-card .care-insights-card-title {
    font-size: 32px;
}

.care-insights-card-desc p {
    font-size: 16px;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 20px;
}

.care-insights-learn-more {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #1A2E35;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: 16px;
}

.care-insights-learn-more:hover {
    color: #055CCF;
}

.care-insights-slide.is-visible:not(.is-leading) .care-insights-card {
    background: #B6C8FF;
}

.care-insights-slide.is-visible:not(.is-leading) .care-insights-image {
    opacity: 0;
    flex: 0 0 0%;
    visibility: hidden;
    transition: opacity 0.35s ease, flex-basis 0.5s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.35s;
}

.care-insights-slide.is-visible:not(.is-leading) .care-insights-content {
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
}

.care-insights-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.care-insights-prev,
.care-insights-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(5, 92, 207, 0.18);
    border-radius: 50%;
    color: #055CCF;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.care-insights-prev:hover,
.care-insights-next:hover {
    background: #055CCF;
    border-color: #055CCF;
    color: #FFFFFF;
}

/* care insights section ends */

/* testimonials section starts */

.testimonials-wrap {
    position: relative;
    background: #f5f8fd;
    padding: 90px 0 70px;
    overflow: hidden;
}

.testimonials-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 45px;
}

.testimonials-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055CCF;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.testimonials-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 14px;
}

.testimonials-subtitle {
    font-size: 16px;
    color: #4D5C74;
    line-height: 1.6;
    margin: 0;
}

.testimonials-marquee-row {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.testimonials-marquee-row+.testimonials-marquee-row {
    margin-top: 14px;
}

.testimonials-marquee-track {
    display: flex;
    width: max-content;
    gap: 24px;
    padding: 4px 0;
    animation: testimonials-scroll-left 90s linear infinite;
}

.testimonials-marquee-row-right .testimonials-marquee-track {
    animation-name: testimonials-scroll-right;
}

.testimonials-marquee-row:hover .testimonials-marquee-track {
    animation-play-state: paused;
}

@keyframes testimonials-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes testimonials-scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.testimonial-card {
    flex: 0 0 auto;
    width: 380px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 3px 4px #055ccf1c;
    margin-bottom: 10px;
}

.testimonial-stars {
    display: flex;
    gap: 3px;
    color: #055ccf;
    font-size: 14px;
    margin-bottom: 14px;
}

.testimonial-stars .is-empty {
    color: #E3E8F2;
}

.testimonial-quote {
    font-size: 14.5px;
    color: #33415C;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    overflow: hidden;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 16px;
    border-top: 1px solid #EEF1F7;
}

.testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: #0A1E3B;
}

.testimonial-role {
    font-size: 13px;
    color: #5B6B85;
}

/* testimonials section ends */

/* our process section starts */

.our-process-wrap {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FC 100%);
    padding: 100px 0 120px;
    overflow: hidden;
}

.our-process-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 5;
}

.our-process-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
}

.process-interactive-stage {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: 640px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Concentric Gradient Ripples */
.process-ripples {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 720px;
    height: 720px;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subtle expanding wave echoes */
.process-ripples::before,
.process-ripples::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1.5px solid rgba(5, 92, 207, 0.22);
    pointer-events: none;
    box-sizing: border-box;
    z-index: 1;
}

.process-ripples::before {
    animation: ripple-wave-pulse 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.process-ripples::after {
    animation: ripple-wave-pulse 5s cubic-bezier(0.22, 1, 0.36, 1) infinite 2.5s;
}

.process-ripple-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(193, 222, 255, 0.65) 0%, rgba(214, 234, 255, 0.4) 65%, rgba(240, 246, 253, 0) 100%);
    animation: ripple-outer-breathe 6s ease-in-out infinite 1.5s;
    transform-origin: center center;
    will-change: transform, opacity;
}

.process-ripple-mid {
    position: absolute;
    width: 530px;
    height: 530px;
    border-radius: 50%;
    background: #b5d5fb;
    opacity: 0.9;
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.25);
    animation: ripple-mid-breathe 6s ease-in-out infinite 0.75s;
    transform-origin: center center;
    will-change: transform, opacity;
}

.process-ripple-inner {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #7db4f8;
    box-shadow: 0 10px 30px rgba(5, 92, 207, 0.15);
    animation: ripple-inner-breathe 6s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform, box-shadow;
}

@keyframes ripple-inner-breathe {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 8px 24px rgba(5, 92, 207, 0.12);
    }

    50% {
        transform: scale(1.035);
        box-shadow: 0 14px 34px rgba(5, 92, 207, 0.22);
    }
}

@keyframes ripple-mid-breathe {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.88;
    }

    50% {
        transform: scale(1.025);
        opacity: 0.98;
    }
}

@keyframes ripple-outer-breathe {

    0%,
    100% {
        transform: scale(0.98);
        opacity: 0.82;
    }

    50% {
        transform: scale(1.03);
        opacity: 1;
    }
}

@keyframes ripple-wave-pulse {
    0% {
        width: 220px;
        height: 220px;
        opacity: 0.85;
        transform: translate(-50%, -50%) scale(0.95);
    }

    50% {
        opacity: 0.45;
    }

    100% {
        width: 760px;
        height: 760px;
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

/* Center Image Focus */
.process-center-image-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    background: #ffffff;
}

.process-center-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-center-img.is-updating {
    opacity: 0.3;
    transform: scale(0.96);
}

/* Step Nodes Container */
.process-steps-container {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

/* Step Item */
.process-step-item {
    position: absolute;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-step-item:focus-visible .process-step-pill {
    outline: 2px solid #0062E3;
    outline-offset: 3px;
}

/* Positions matching the mockup */
.process-step-pos-1 {
    top: 45px;
    left: 70px;
}

.process-step-pos-2 {
    top: 175px;
    right: 45px;
}

.process-step-pos-3 {
    bottom: 125px;
    left: 155px;
}

.process-step-pos-4 {
    bottom: 50px;
    right: 75px;
}

.process-step-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0A1E3B;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    user-select: none;
}

.process-step-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0F172A;
    color: #FFFFFF;
    padding: 13px 30px;
    line-height: 1.2;
    border-radius: 999px;
    box-shadow: 0 10px 25px -4px rgba(10, 25, 50, 0.28);
    transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    user-select: none;
}

.process-pill-title {
    font-size: 15.5px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.process-step-item:hover .process-step-pill {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -4px rgba(10, 25, 50, 0.38);
}

.process-step-item.is-active .process-step-pill {
    background: #055CCF;
    box-shadow: 0 12px 30px -2px rgba(0, 98, 227, 0.52);
    transform: translateY(-2px);
}

.process-step-item.is-active .process-step-label {
    color: #0062E3;
    font-size: 10px;
    margin-bottom: 10px;
}

.process-step-desc-wrap {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease,
        transform 0.35s ease,
        margin-top 0.35s ease;
    width: 260px;
    pointer-events: none;
    margin-top: 0;
}

.process-step-item.is-active .process-step-desc-wrap {
    max-height: 220px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 14px;
    pointer-events: auto;
}

.process-step-desc {
    color: #555960;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.process-step-desc p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

/* our process section ends */

/* visit us section start */

.visit-us-wrap {
    position: relative;
    background: #FAFCFF;
    padding: 100px 0 120px;
    overflow: hidden;
}

.visit-us-header {
    margin-bottom: 45px;
}

.visit-us-tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #055CCF;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.visit-us-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
}

.visit-cards-row {
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}

.visit-card-col {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

.visit-card {
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 10px 32px -4px rgba(10, 30, 60, 0.08), 0 0 0 1px rgba(10, 30, 60, 0.04);
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.visit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px -8px rgba(10, 30, 60, 0.12), 0 0 0 1px rgba(5, 92, 207, 0.12);
}

.visit-card-image-wrap {
    width: 44%;
    flex-shrink: 0;
    padding: 12px;
    display: flex;
}

.visit-card-image-inner {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.visit-card-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.visit-card:hover .visit-card-image-inner img {
    transform: scale(1.05);
}

.visit-card-image-inner::after {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 12px;
    pointer-events: none;
    transition: border-color 0.3s ease;
}

.visit-card-content-wrap {
    width: 56%;
    padding: 32px 32px 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.visit-card-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.visit-card-category {
    font-size: 12px;
    font-weight: 600;
    color: #3B82F6;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.visit-card-badge-num {
    font-size: 20px;
    font-weight: 700;
    color: #BFDBFE;
    line-height: 1;
}

.visit-card-title {
    font-size: 24px;
    font-weight: 500;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 16px;
}

.visit-card-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
}

.visit-card-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.visit-card-info-icon {
    font-size: 14px;
    display: flex;
    color: #055CCF;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 6px;
}

.visit-card-info-icon-stethoscope {
    color: #3B82F6;
}

.visit-card-info-text a {
    font-size: 15px;
    line-height: 1.5;
    color: #6B7280;
    font-weight: 400;
}

.visit-card-phone-text a {
    color: #6B7280;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.2s ease;
}

.visit-card-phone-text a:hover,
.visit-card-info-text a:hover {
    color: #055CCF;
}

.phone-separator {
    margin: 0 6px;
    color: #94A3B8;
    font-weight: 600;
}

.visit-card-action {
    margin-top: auto;
}

.visit-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: unset;
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box;
}

.visit-card-btn-primary {
    background: #0062E3;
    color: #FFFFFF;
    border: none;
    box-shadow: 0 6px 18px -2px rgba(0, 98, 227, 0.3);
}

.visit-card-btn-primary:hover {
    background: #055CCF;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -2px rgba(0, 98, 227, 0.45);
}

.visit-card-btn-outline {
    background: #FFFFFF;
    color: #374151;
    border: 1px solid #D1D5DB;
}

.visit-card-btn-outline i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.visit-card-btn-outline:hover {
    border-color: #0A1E3B;
    color: #0A1E3B;
    background: #F8FAFC;
    transform: translateY(-2px);
}

.visit-card-btn-outline:hover i {
    transform: translateX(4px);
}

/* Responsive adjustments */

/* visit us section ends */

/* faq section starts */

.faq-wrap {
    position: relative;
    background: #EDF2FD;
    padding: 90px 0;
    overflow: hidden;
}

.faq-header {
    max-width: 700px;
    margin-bottom: 45px;
}

.faq-tagline {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #055ccf;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.faq-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}

.faq-row {
    row-gap: 24px;
}

.faq-col {
    display: flex;
}

.faq-card {
    position: relative;
    width: 100%;
    background: #055CCF;
    border-radius: 16px;
    padding: 32px;
    overflow: hidden;
}

.faq-number {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 48px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.18);
    line-height: 1;
}

.faq-question {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 14px;
    max-width: calc(100% - 48px);
}

.faq-answer {
    position: relative;
    font-size: 14px;
    color: #ffffffb6;
    line-height: 1.5;
    margin: 0;
}

/* faq section ends */

/* cta section starts */

.cta-wrap {
    position: relative;
    background: #055ccf;
    padding: 70px 0;
    overflow: hidden;
}

.cta-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-tagline {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d6e6fb;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.cta-title-text {
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 16px;
    line-height: 1.2;
}

.cta-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin: 0 0 30px;
}

.cta-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 13px 25px;
    border-radius: 8px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: #FFFFFF;
    color: #055ccf;
    border: 1px solid #FFFFFF;
}

.cta-btn-primary:hover {
    background: #EDF2FD;
    color: #0448a3;
}

.cta-btn-outline {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cta-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* cta section ends */

/* home page ends */

/* footer section starts */

.footer-wrap {
    background: #FFFFFF;
    padding: 70px 0 0;
}

.footer-main-row {
    row-gap: 40px;
    margin-bottom: 50px;
}

.footer-col-brand {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    display: inline-block;
    width: fit-content;
    margin-bottom: 16px;
}

.footer-logo-img {
    width: 200px;
    height: auto;
    object-fit: contain;
    display: block;
}

.footer-description p {
    font-size: 16px;
    color: #4B5563;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.footer-col-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055ccf;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-col .mega-menu-wrap {
    background: transparent;
}

.footer-col .mega-menu-toggle {
    display: none;
}

#mega-menu-wrap-max_mega_menu_1#mega-menu-wrap-max_mega_menu_1,
#mega-menu-wrap-max_mega_menu_2#mega-menu-wrap-max_mega_menu_2 {
    background: transparent;
}

#mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1,
#mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

#mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item,
#mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item {
    background: transparent;
    display: block;
    float: none;
    width: auto;
    margin: 0;
}

#mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,
#mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link {
    display: inline;
    height: auto;
    line-height: 1.4;
    padding: 0;
    background: transparent;
    color: #4B5563;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: "neuemontreal";
    text-decoration: none;
    transition: color 0.25s ease;
}

#mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    background: transparent;
    color: #055ccf;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link:focus {
    background-color: transparent !important;
    color: #055ccf !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link:focus {
    background: transparent !important;
    color: #055ccf !important;
    font-weight: normal;
    text-decoration: none;
    border-color: white;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-contact-item {
    font-size: 16px;
    font-weight: 500;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

.footer-contact-item a {
    font-size: inherit;
    color: #4B5563;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-contact-item a:hover {
    color: #055ccf;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 24px 0;
    border-top: 1px solid #EEF1F7;
}

.footer-copyright,
.footer-credit {
    font-size: 16px;
    color: #6B7280;
    font-weight: 500;
    margin: 0;
}

.footer-credit a {
    font-size: inherit;
    color: #345a90;
    text-decoration: none;
    text-underline-offset: 2px;
}

.footer-credit a:hover {
    color: #055ccf;
}

/* footer section ends */

/* home page ends */

/* about us page starts */

/* about us banner section starts */

.about-us-banner-wrap {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F7FC 100%);
    padding: 160px 0 60px;
}

.about-us-banner-content {
    max-width: 850px;
    margin-bottom: 40px;
}

.about-us-banner-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4A90E2;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.about-us-banner-title {
    color: #0A1E3B;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.15;
    max-width: 600px;
    margin-bottom: 8px;
}

.about-us-banner-description {
    color: #69778B;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.about-us-banner-image-wrap {
    border-radius: 20px;
    overflow: hidden;
}

.about-us-banner-image {
    display: block;
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
}

/* about us banner section ends */

/* our approach section starts */

.our-approach-wrap {
    position: relative;
    background: #FFFFFF;
    padding: 90px 0;
}

.our-approach-content-col {
    padding-right: 30px;
}

.our-approach-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055CCF;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.our-approach-content h2 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 16px;
}

.our-approach-content p {
    color: #64748B;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.our-approach-content p:last-child {
    margin-bottom: 0;
}

.our-approach-book-btn {
    display: inline-block;
    margin-top: 28px;
}

.our-approach-mv-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.our-approach-mv-card {
    position: relative;
    background: #F4F7FC;
    border-left: 3px solid #055CCF;
    border-radius: 12px;
    padding: 28px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-approach-mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(5, 92, 207, 0.1);
}

.our-approach-mv-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #055ccf1a;
    color: #055CCF;
    font-size: 18px;
    margin-bottom: 16px;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.our-approach-mv-card:hover .our-approach-mv-icon {
    background-color: #055CCF;
    color: #ffffff;
    transform: scale(1.15) rotate(-5deg);
}

.our-approach-mv-title {
    font-size: 20px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 10px;
}

.our-approach-mv-text {
    font-size: 14px;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 0;
}

.our-approach-slider {
    margin-top: 60px;
}

.our-approach-card {
    justify-content: flex-end;
    min-height: 420px;
    background-color: #0A1E3B;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 26px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.our-approach-card:hover {
    transform: translateY(-8px);
}

.our-approach-card::before {
    display: none;
}

.our-approach-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 30, 59, 0) 40%, rgba(10, 30, 59, 0.85) 100%);
    pointer-events: none;
}

.our-approach-number,
.our-approach-card .why-choose-us-card-title,
.our-approach-card .why-choose-us-card-desc {
    position: relative;
    z-index: 1;
}

.our-approach-number {
    display: block;
    align-self: flex-end;
    margin-bottom: auto;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff66;
    text-align: right;
    transition: color 0.3s ease, transform 0.3s ease;
}

.our-approach-card:hover .our-approach-number {
    color: #ffffff;
    transform: scale(1.15) translateX(-8px);
}

.our-approach-card .why-choose-us-card-title {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 18px;
}

.our-approach-card .why-choose-us-card-desc p {
    color: #ffffffcc;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
}

.our-approach-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.our-approach-prev,
.our-approach-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(5, 92, 207, 0.18);
    border-radius: 50%;
    color: #055CCF;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.our-approach-prev:hover,
.our-approach-next:hover {
    background: #055CCF;
    border-color: #055CCF;
    color: #FFFFFF;
}

/* our approach section ends */

/* inner about doctor section starts */

.inner-about-doctor-wrap {
    position: relative;
    background: #F4F7FC;
    padding: 90px 0;
}

.inner-about-doctor-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055CCF;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.inner-about-doctor-content {
    margin-bottom: 32px;
}

.inner-about-doctor-content p {
    font-size: 16px;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 24px;
}

.inner-about-doctor-content h2 {
    font-size: 32px;
    font-weight: 500;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 16px;
}

.inner-about-doctor-content p:last-child {
    margin-bottom: 0;
}

.inner-about-doctor-content-col .about-us-qualifications {
    margin-bottom: 0;
}

.inner-about-doctor-image-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.inner-about-doctor-image-wrap {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 20px 40px -12px rgba(10, 30, 59, 0.18);
}

.inner-about-doctor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inner-about-doctor-image-tab {
    display: none;
}

.inner-about-doctor-focus-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* inner about doctor section ends */

/* inner about process section starts */

.inner-about-process-wrap {
    position: relative;
    background: #F4F7FC;
    padding: 90px 0;
}

.inner-about-process-header {
    text-align: left;
    max-width: 900px;
    margin-bottom: 40px;
}

.inner-about-process-title-text {
    font-size: 34px;
    font-weight: 600;
    color: #0A1E3B;
    margin: 0;
    line-height: 1.2;
}

.inner-about-process-row {
    justify-content: center;
}

.inner-about-process-col {
    margin-bottom: 24px;
}

.inner-about-process-card {
    height: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 26px;
    border: 1px solid #055ccf1f;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.inner-about-process-card:hover {
    transform: translateY(-6px);
    border-color: rgba(5, 92, 207, 0.4);
    box-shadow: 0 12px 30px rgba(5, 92, 207, 0.08);
}

.inner-about-process-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #055CCF;
    line-height: 1;
    margin-bottom: 18px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.inner-about-process-card:hover .inner-about-process-number {
    transform: scale(1.15) translateX(13px);
    color: #0446A3;
}

.inner-about-process-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 10px;
}

.inner-about-process-card-desc p {
    color: #64748B;
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* inner about process section ends */

/* about us page ends */

/* blog page starts */

.blog-wrap {
    position: relative;
    background: #F4F7FC;
    padding: 150px 0 90px;
}

.blog-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.blog-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055CCF;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-header-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.blog-header-subtitle {
    font-size: 16px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 0;
}

.blog-card-col {
    margin-bottom: 30px;
}

.blog-card {
    position: relative;
    height: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0px 5px 25px -8px rgba(10, 25, 50, 0.1);
    transition: box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
}

.blog-card:hover {
    box-shadow: 0px 20px 48px -8px rgba(10, 25, 50, 0.16), 0 4px 12px -4px rgba(5, 92, 207, 0.1);
    transform: translateY(-8px);
    border-color: rgba(5, 92, 207, 0.16);
}

.blog-img {
    aspect-ratio: 4/3;
    border-radius: 14px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.blog-card:hover .blog-img img {
    transform: scale(1.08);
}

.blog-content-wrap {
    padding: 22px 14px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A1E3B;
    line-height: 1.3;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.blog-content {
    font-size: 14px;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.blog-readmore {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: flex-start;
    padding: 10px 26px 10px 16px;
    border: 1px solid #0A1E3B;
    background: #0A1E3B;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    overflow: hidden;
    isolation: isolate;
}

.blog-readmore::before {
    content: '';
    position: absolute;
    left: 10px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.4s ease;
}

.blog-readmore-link-text {
    transform: translateX(10px);
    transition: transform 0.3s ease, color 0.3s ease;
}

.blog-readmore:hover::before {
    left: -8px;
    width: 115%;
    height: 300px;
    border-radius: 50%;
}

.blog-readmore:hover .blog-readmore-link-text {
    transform: translateX(0);
    color: #0A1E3B;
}

/* blog pagination */

#blog-grid-wrap {
    position: relative;
}

#blog-grid-wrap.is-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(244, 247, 252, 0.65);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    z-index: 10;
    pointer-events: none;
    animation: blogLoadingPulse 0.9s ease-in-out infinite alternate;
}

@keyframes blogLoadingPulse {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 56px;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #0A1E3B;
    background: #FFFFFF;
    border: 1px solid rgba(10, 30, 59, 0.12);
    text-decoration: none;
    transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease,
        transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease;
    cursor: pointer;
}

.blog-pagination .page-numbers:hover {
    background: #0A1E3B;
    color: #ffffff;
    border-color: #0A1E3B;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(10, 30, 59, 0.2);
}

.blog-pagination .page-numbers.current {
    background: #055CCF;
    color: #ffffff;
    border-color: #055CCF;
    box-shadow: 0 6px 18px rgba(5, 92, 207, 0.3);
    pointer-events: none;
}

.blog-pagination .page-numbers.dots {
    background: transparent;
    border-color: transparent;
    color: #64748B;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
}

.blog-pagination .prev.page-numbers,
.blog-pagination .next.page-numbers {
    background: #F4F7FC;
    border-color: transparent;
    min-width: 44px;
    padding: 0;
}

.blog-pagination .prev.page-numbers:hover,
.blog-pagination .next.page-numbers:hover {
    background: #055CCF;
    border-color: #055CCF;
    color: #ffffff;
}

/* blog pagination ends */

/* blog page ends */

/* inner testimonials page starts */

.inner-testimonials-wrap {
    position: relative;
    background: #f5f8fd;
    padding: 150px 0 90px;
}

.inner-testimonials-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 50px;
}

.inner-testimonials-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055CCF;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.inner-testimonials-title-text {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 8px;
}

.inner-testimonials-subtitle {
    font-size: 16px;
    color: #4D5C74;
    line-height: 1.6;
    margin: 0;
}

.inner-testimonial-col {
    margin-bottom: 24px;
}

.inner-testimonial-card {
    height: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0px 3px 4px #055ccf1c;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    border: 1px solid transparent;
    overflow: hidden;
}

.inner-testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 100px;
    font-weight: 700;
    color: #055ccf0d;
    line-height: 1;
    pointer-events: none;
    transition: color 0.35s ease, transform 0.35s ease;
}

.inner-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(5, 92, 207, 0.13), 0 4px 12px rgba(10, 30, 59, 0.06);
    border-color: rgba(5, 92, 207, 0.18);
}

.inner-testimonial-card:hover::before {
    color: #055ccf22;
    transform: scale(1.12) translateY(-6px);
}

.inner-testimonial-stars {
    display: flex;
    gap: 3px;
    color: #055ccf;
    font-size: 14px;
    margin-bottom: 14px;
}

.inner-testimonial-stars i {
    transition: transform 0.2s ease, color 0.2s ease;
}

.inner-testimonial-card:hover .inner-testimonial-stars i:not(.is-empty) {
    animation: starPop 0.4s ease forwards;
}

.inner-testimonial-card:hover .inner-testimonial-stars i:nth-child(1) {
    animation-delay: 0.00s;
}

.inner-testimonial-card:hover .inner-testimonial-stars i:nth-child(2) {
    animation-delay: 0.05s;
}

.inner-testimonial-card:hover .inner-testimonial-stars i:nth-child(3) {
    animation-delay: 0.10s;
}

.inner-testimonial-card:hover .inner-testimonial-stars i:nth-child(4) {
    animation-delay: 0.15s;
}

.inner-testimonial-card:hover .inner-testimonial-stars i:nth-child(5) {
    animation-delay: 0.20s;
}

@keyframes starPop {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.4) rotate(-8deg);
    }

    70% {
        transform: scale(0.9) rotate(4deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.inner-testimonial-stars .is-empty {
    color: #E3E8F2;
}

.inner-testimonial-quote {
    font-size: 14.5px;
    color: #33415C;
    line-height: 1.6;
    margin-bottom: 12px;
}

.inner-testimonial-readmore {
    align-self: flex-start;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #055CCF;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.25s ease, gap 0.25s ease;
}

.inner-testimonial-readmore i {
    transition: transform 0.25s ease;
}

.inner-testimonial-readmore:hover {
    color: #0448a3;
    gap: 9px;
}

.inner-testimonial-readmore:hover i {
    transform: translateX(3px);
}

.inner-testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 16px;
    margin-top: auto;
    border-top: 1px solid #EEF1F7;
}

.inner-testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: #0A1E3B;
}

.inner-testimonial-role {
    font-size: 13px;
    color: #5B6B85;
}

.inner-testimonial-modal .modal-dialog {
    max-height: calc(100vh - 60px);
    display: flex;
}

.inner-testimonial-modal .modal-dialog {
    max-width: 700px !important;
    margin: 40px auto !important;
}

/* Custom modal popup animation — overrides Bootstrap's fade */
.inner-testimonial-modal.fade .modal-dialog {
    transform: scale(0.85) translateY(20px);
    opacity: 0;
    transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.28s ease;
}

.inner-testimonial-modal.show .modal-dialog {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.inner-testimonial-modal .modal-content {
    position: relative;
    max-height: calc(100vh - 100px);
    border: none;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 80px rgba(5, 92, 207, 0.15), 0 8px 24px rgba(10, 30, 59, 0.1);
}

.inner-testimonial-modal-close {
    position: sticky;
    top: 0;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #F4F7FC;
    border: none;
    border-radius: 50%;
    color: #0A1E3B;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
    z-index: 1;
}

.inner-testimonial-modal-close:hover {
    background: #055CCF;
    color: #ffffff;
    transform: rotate(90deg) scale(1.1);
}

.inner-testimonial-modal-quote {
    font-size: 16px;
    color: #33415C;
    line-height: 1.6;
    margin-bottom: 24px;
    max-height: calc(55vh - 90px);
    padding-right: 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

/* inner testimonials section ends */

/* testimonials page ends */

/* faq page start */

/* inner faq section starts */

.inner-faq-section {
    padding: 150px 0 90px;
}

.inner-faq-header-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.inner-faq-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A121E;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.inner-faq-subtitle {
    font-size: 18px;
    color: #64748B;
}

.inner-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}

.inner-faq-item {
    position: relative;
    border: 1px solid rgba(5, 92, 207, 0.09);
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        background 0.35s ease;
}

.inner-faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #055CCF, #2683FF, transparent);
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.inner-faq-item:hover {
    transform: translateY(-4px);
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F9FF 100%);
    border-color: rgba(5, 92, 207, 0.28);
    box-shadow: 0 12px 32px -8px rgba(5, 92, 207, 0.15), 0 4px 12px -4px rgba(10, 25, 50, 0.05);
}

.inner-faq-item:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.inner-faq-item.is-active {
    border-color: rgba(5, 92, 207, 0.4);
    box-shadow: 0 16px 40px -10px rgba(5, 92, 207, 0.2), 0 8px 16px -6px rgba(10, 25, 50, 0.08);
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F6FF 100%);
}

.inner-faq-item.is-active::before {
    opacity: 1;
    transform: scaleX(1);
}

.inner-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    min-height: 44px;
    /* Accessible touch target */
    transition: background-color 0.3s ease;
}

.inner-faq-header:focus-visible {
    outline: 3px solid #055ccf;
    outline-offset: -3px;
    border-radius: 12px;
}

.inner-faq-question {
    font-size: 18px;
    font-weight: 500;
    color: #1A2E4C;
    margin: 0;
    padding-right: 20px;
    transition: color 0.3s ease;
}

.inner-faq-item:hover .inner-faq-question {
    color: #055ccf;
}

.inner-faq-item.is-active .inner-faq-question {
    color: #055ccf;
}

.inner-faq-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #F0F6FF;
    color: #055ccf;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
        background 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease;
}

.inner-faq-item:hover .inner-faq-icon {
    background: #E0EFFF;
}

.inner-faq-item.is-active .inner-faq-icon {
    transform: rotate(45deg);
    background: linear-gradient(135deg, #055CCF 0%, #1677FF 100%);
    color: #ffffff;
    box-shadow: 0 6px 16px -4px rgba(5, 92, 207, 0.5);
}

.inner-faq-icon svg {
    width: 20px;
    height: 20px;
}

.inner-faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.inner-faq-item.is-active .inner-faq-content {
    grid-template-rows: 1fr;
}

.inner-faq-content-inner {
    overflow: hidden;
}

/* Add padding to the inner wrapper to prevent margin collapse issues during animation */
.inner-faq-content-inner>* {
    padding: 0 24px 24px 24px;
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
}

.inner-faq-content-inner p:not(:last-child) {
    margin-bottom: 16px;
}

/* inner faq section ends */

/* inner specialities section starts */

.inner-specialities-wrap {
    padding: 150px 0 90px;
    background: #f8fafc;
}

.inner-specialities-header-wrap {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.inner-specialities-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A121E;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.inner-specialities-subtitle {
    font-size: 18px;
    color: #64748B;
}

/* Ensure speciality cards look great as an inner page grid */
.inner-specialities-wrap .specialities-row {
    row-gap: 32px;
}

.inner-speciality-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(5, 92, 207, 0.08);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.inner-speciality-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px -8px rgba(5, 92, 207, 0.12), 0 4px 12px -4px rgba(10, 25, 50, 0.05);
    border-color: rgba(5, 92, 207, 0.25);
}

.inner-speciality-card:focus-visible {
    outline: 3px solid #055ccf;
    outline-offset: 4px;
}

.inner-speciality-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.inner-speciality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.inner-speciality-card:hover .inner-speciality-image img {
    transform: scale(1.05);
}

.inner-speciality-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    flex-grow: 1;
}

.inner-speciality-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.inner-speciality-title a {
    color: #0A121E;
    font-size: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner-speciality-title a:hover {
    color: #055ccf;
}

.inner-speciality-card:hover .inner-speciality-title a {
    color: #055ccf;
}

.inner-speciality-desc {
    color: #64748B;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.inner-speciality-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #055ccf;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner-speciality-btn i {
    transition: transform 0.3s ease;
}

.inner-speciality-card:hover .inner-speciality-btn,
.inner-speciality-btn:hover {
    color: #0448a3;
}

.inner-speciality-card:hover .inner-speciality-btn i,
.inner-speciality-btn:hover i {
    transform: translateX(4px);
}

/* inner specialities section ends */

/* faq page ends */

/* courses page start */

/* inner courses section starts */

.inner-courses-wrap {
    position: relative;
    background: #F4F7FC;
    padding: 150px 0 90px;
}

.inner-courses-header-wrap {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.inner-courses-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 8px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.inner-courses-subtitle {
    font-size: 18px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 0;
}

.inner-courses-wrap .row {
    justify-content: center;
}

.inner-course-col {
    margin-bottom: 30px;
}

.inner-course-card {
    position: relative;
    height: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 12px;
    border: 1px solid rgba(5, 92, 207, 0.05);
    box-shadow: 0px 5px 25px -8px rgba(10, 25, 50, 0.08);
    transition: box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
    display: flex;
    flex-direction: column;
}

.inner-course-card:hover {
    box-shadow: 0px 16px 36px -8px rgba(10, 25, 50, 0.15), 0 4px 12px -4px rgba(5, 92, 207, 0.08);
    transform: translateY(-6px);
    border-color: rgba(5, 92, 207, 0.2);
}

.inner-course-card:focus-visible {
    outline: 3px solid #055ccf;
    outline-offset: 4px;
}

.inner-course-img {
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 14px;
    overflow: hidden;
}

.inner-course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.inner-course-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 30, 59, 0.3) 0%, transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.inner-course-card:hover .inner-course-img-overlay {
    opacity: 1;
}

.inner-course-card:hover .inner-course-img img {
    transform: scale(1.06);
}

.inner-course-content-wrap {
    padding: 24px 16px 6px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.inner-course-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 12px;
}

.inner-course-title a {
    color: #0A1E3B;
    font-size: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner-course-title a:hover,
.inner-course-card:hover .inner-course-title a {
    color: #055CCF;
}

.inner-course-desc {
    font-size: 14px;
    color: #64748B;
    line-height: 1.65;
    margin-bottom: 24px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.inner-course-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #055CCF;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.inner-course-btn i {
    transition: transform 0.3s ease;
}

.inner-course-btn:hover,
.inner-course-card:hover .inner-course-btn {
    gap: 12px;
    color: #0448a3;
}

.inner-course-btn:hover i,
.inner-course-card:hover .inner-course-btn i {
    transform: translateX(4px);
}

/* inner courses section ends */

/* courses page ends */

/* contact page starts */

/* inner contact section starts */

.inner-contact-wrap {
    position: relative;
    background: #F4F7FC;
    padding: 150px 0 90px;
}

.inner-contact-header-wrap {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.inner-contact-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055CCF;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.inner-contact-title {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0A1E3B;
    line-height: 1.2;
    margin-bottom: 0;
}

.inner-contact-row {
    align-items: stretch;
}

.inner-contact-info-col {
    margin-bottom: 30px;
}

.inner-contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.inner-contact-info-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #FFFFFF;
    border-left: 3px solid transparent;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0px 5px 25px -8px rgba(10, 25, 50, 0.08);
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.inner-contact-info-card:hover {
    border-left-color: #055CCF;
    box-shadow: 0px 12px 32px -8px rgba(10, 25, 50, 0.14);
    transform: translateY(-2px);
}

.inner-contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #055ccf14;
    color: #055CCF;
    font-size: 17px;
    transition: background 0.3s ease, color 0.3s ease;
}

.inner-contact-info-card:hover .inner-contact-info-icon {
    background: #055CCF;
    color: #FFFFFF;
}

.inner-contact-info-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #0448a3;
    margin-bottom: 6px;
}

.inner-contact-info-text p {
    font-size: 14px;
    color: #33415C;
    line-height: 1.6;
    margin-bottom: 4px;
}

.inner-contact-info-text p:last-child {
    margin-bottom: 0;
}

.inner-contact-info-text a {
    color: #33415C;
    font-size: inherit;
    transition: color 0.3s ease;
}

.inner-contact-info-text a:hover {
    color: #055CCF;
}

.inner-contact-form-wrap {
    margin-top: 30px;
}

.inner-contact-map-wrap {
    margin-top: 30px;
    border-radius: 16px;
    overflow: hidden;
    height: 400px;
    width: 100%;
    position: relative;
}

.inner-contact-map-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    display: block;
}

.inner-contact-map-wrap p,
.inner-contact-map-wrap br {
    display: none !important;
}


/* contact page responsive */

.inner-contact-form-col {
    margin-bottom: 30px;
}

.inner-contact-form-card {
    height: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 5px 25px -8px rgba(10, 25, 50, 0.08);
}

.inner-contact-form-title {
    font-size: 26px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 8px;
}

.inner-contact-form-subtitle {
    font-size: 15px;
    color: #64748B;
    margin-bottom: 28px;
}

/* neutralize Contact Form 7's default <p>/<br> markup so the .form-group
   layout controls spacing instead of CF7's own paragraph wrapping. */
.inner-contact-form-wrap .wpcf7-form>p,
.inner-contact-form-wrap .form-group>p {
    margin: 0;
}

.inner-contact-form-wrap .form-group br {
    display: none;
}

.inner-contact-form-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}

.inner-contact-form-wrap .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.inner-contact-form-wrap .form-group {
    margin-bottom: 20px;
}

.inner-contact-form-wrap .form-group label {
    display: block;
    font-size: 13.5px;
    font-weight: 600;
    color: #33415C;
    margin-bottom: 8px;
}

.inner-contact-form-wrap .form-control,
.inner-contact-form-wrap select.form-control,
.inner-contact-form-wrap textarea.form-control {
    display: block;
    width: 100%;
    background: #F8FAFD;
    border: 1px solid #E3E8F2;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14.5px;
    height: unset !important;
    line-height: 1.4;
    color: #0A1E3B;
    font-family: inherit;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.inner-contact-form-wrap select.form-control {
    box-sizing: content-box;
    width: calc(100% - 56px - 2px);
    padding-right: 40px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23055CCF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 15px;
    cursor: pointer;
}

.inner-contact-form-wrap select.form-control::-ms-expand {
    display: none;
}

.inner-contact-form-wrap select.form-control:focus {
    border-color: #055CCF;
    box-shadow: 0 0 0 4px rgba(5, 92, 207, 0.12);
}

.inner-contact-form-wrap textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.inner-contact-form-wrap .form-control:focus {
    outline: none;
    border-color: #055CCF;
    background: #FFFFFF;
}

.inner-contact-form-wrap .wpcf7-list-item {
    margin: 0;
}

.inner-contact-form-wrap .wpcf7-form-control-wrap {
    display: block;
}

.inner-contact-form-wrap label.wpcf7-list-item-label {
    font-size: 14px;
    color: #64748B;
}

.inner-contact-form-wrap input[type="checkbox"] {
    margin-right: 8px;
}

.inner-contact-form-wrap .form-submit {
    margin-top: 6px;
}

.inner-contact-form-wrap .wpcf7-form-control.btn,
.inner-contact-form-wrap .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #055CCF;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 32px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.inner-contact-form-wrap .wpcf7-form-control.btn:hover,
.inner-contact-form-wrap .btn-primary:hover {
    background: #0448a3;
}

.inner-contact-form-wrap .wpcf7-not-valid-tip {
    display: block;
    font-size: 12.5px;
    color: #e0453c;
    margin-top: 6px;
}

.inner-contact-form-wrap .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #E3E8F2;
}

.inner-contact-form-wrap form.sent .wpcf7-response-output {
    border-color: #1FA971;
    color: #1FA971;
    background: #1fa97114;
}

.inner-contact-form-wrap form.failed .wpcf7-response-output,
.inner-contact-form-wrap form.aborted .wpcf7-response-output {
    border-color: #e0453c;
    color: #e0453c;
    background: #e0453c14;
}

/* inner contact section ends */

/* contact page ends */

/* single blog page start */

/* single blog section starts */

.single-blog-wrap {
    padding: 150px 0 90px;
    background: #ffffff;
}

.single-blog-hero {
    margin-bottom: 40px;
}

.single-blog-hero-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 30, 59, 0.1);
}

.single-blog-hero-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 21 / 9;
    display: block;
}

.single-blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.single-blog-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    margin-bottom: 15px;
}

.single-blog-content {
    font-size: 17px;
    color: #33415C;
    line-height: 1.8;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4 {
    color: #0A1E3B;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 16px;
}

.single-blog-content h2 {
    font-size: 28px;
}

.single-blog-content h3 {
    font-size: 24px;
    font-weight: 500;
}

.single-blog-content h4 {
    font-size: 20px;
    font-weight: 500;
}

.single-blog-content p {
    margin-bottom: 16px;
    line-height: 1.5;
}

.single-blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
}

.single-blog-content ul,
.single-blog-content ol {
    margin-bottom: 24px;
    padding-left: 20px;
}

.single-blog-content li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
}

.single-blog-sidebar {
    padding-left: 30px;
}

.sidebar-widget {
    background: #F8FAFD;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(5, 92, 207, 0.05);
}

.sidebar-title {
    font-size: 22px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #E3E8F2;
    position: relative;
}

.sidebar-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 40px;
    height: 2px;
    background: #055CCF;
}

.recent-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-post-item {
    margin-bottom: 20px;
}

.recent-post-item:last-child {
    margin-bottom: 0;
}

.recent-post-item a {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.recent-post-item a:hover {
    transform: translateX(4px);
}

.recent-post-thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.recent-post-item a:hover .recent-post-thumb img {
    transform: scale(1.1);
}

.recent-post-title {
    font-size: 14px;
    font-weight: 500;
    color: #0A1E3B;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.recent-post-item a:hover .recent-post-title {
    color: #055CCF;
}

/* single blog section ends */

/* single blog page ends */

/* single speciality page starts */

.single-speciality-wrap {
    position: relative;
    background: #FFFFFF;
    padding: 150px 0 90px;
}

.single-speciality-row {
    align-items: flex-start;
}

.single-speciality-image-col {
    margin-bottom: 30px;
}

.single-speciality-image-wrap {
    position: sticky;
    top: 140px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 30, 59, 0.1);
}

.single-speciality-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-speciality-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px;
}

.single-speciality-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.single-speciality-content p,
.single-speciality-content li {
    font-size: 16px;
    color: #33415C;
}

.single-speciality-content h2 {
    color: #0A1E3B;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-speciality-content h4 {
    color: #0A1E3B;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.single-speciality-content p {
    margin-bottom: 16px;
    line-height: 1.5;
}

.single-speciality-content ul,
.single-speciality-content ol {
    margin-bottom: 30px;
    padding: 24px 24px 24px 40px;
    background: #F4F7FC;
    border-radius: 12px;
    columns: 2;
    column-gap: 40px;
}

.single-speciality-content ul li,
.single-speciality-content ol li {
    margin-bottom: 8px;
    line-height: 1.5;
    break-inside: avoid-column;
}

.single-speciality-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
}

/* single speciality page ends */

/* single course page starts */

.single-course-wrap {
    position: relative;
    background: #FFFFFF;
    padding: 150px 0 90px;
}

.single-course-hero-img {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16/7;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(10, 30, 59, 0.1);
}

.single-course-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-course-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.single-course-status-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #055CCF;
    background: #055ccf14;
    border-radius: 30px;
    padding: 6px 16px;
    margin-bottom: 8px;
}

.single-course-status-badge--past {
    color: #64748B;
    background: #64748b14;
}

.single-course-meta-value--past {
    color: #64748B;
}

.single-course-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.single-course-content p,
.single-course-content li {
    font-size: 16px;
    color: #33415C;
    line-height: 1.5;
}

.single-course-content h2,
.single-course-content h3,
.single-course-content h4 {
    color: #0A1E3B;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 10px;
}

.single-course-content h2 {
    font-size: 28px;
}

.single-course-content h3 {
    font-size: 24px;
    font-weight: 500;
}

.single-course-content h4 {
    font-size: 20px;
}

.single-course-content p {
    line-height: 1.5;
    margin-bottom: 16px;
}

.single-course-content li {
    line-height: 1.5;
    margin-bottom: 8px;
}

.single-course-content ul,
.single-course-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.single-course-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
}

.single-course-sidebar {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: sticky;
    top: 140px;
}

.single-course-meta-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.single-course-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 0;
    border-bottom: 1px solid #EEF1F7;
}

.single-course-meta-item:first-child {
    padding-top: 0;
}

.single-course-meta-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.single-course-meta-label {
    font-size: 13px;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.single-course-meta-value {
    font-size: 16px;
    font-weight: 600;
    color: #0A1E3B;
}

.single-course-register-btn {
    display: block;
    text-align: center;
    background: #055CCF;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.single-course-register-btn:hover {
    background: #0446A3;
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* single course page ends */

/* 404 page starts */

.error-404-hero-wrap {
    position: relative;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.error-404-hero-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    padding: 180px 60px 120px 6vw;
    background: #ffffff;
    -webkit-mask-image: linear-gradient(90deg, #000000 69%, #00000000 100%);
    mask-image: linear-gradient(90deg, #000000 69%, #00000000 100%);
}

.error-404-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.error-404-code {
    font-family: 'PlusJakartaSans' !important;
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #055ccf;
    margin-bottom: 16px;
}

.error-404-title {
    font-size: 28px;
    font-weight: 500;
    color: #0a1e3b;
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.error-404-title span {
    color: #2683FF;
}

.error-404-desc {
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 36px;
}

.error-404-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.error-404-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.error-404-outline-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #64748b;
    border: 1px solid #64748b;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.error-404-outline-btn:hover {
    background: #055ccf14;
    border-color: #055ccf80;
    color: #055ccf;
}

.error-404-directions-wrap {
    position: relative;
    background: #F4F7FC;
    padding: 90px 0;
}

.error-404-directions-header {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 50px;
}

.error-404-directions-tagline {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #055CCF;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.error-404-directions-title {
    font-size: 44px;
    font-weight: 600;
    color: #0A1E3B;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.error-404-directions-title span {
    color: #055CCF;
}

.error-404-directions-row {
    justify-content: center;
}

.error-404-directions-col {
    margin-bottom: 24px;
}

.error-404-direction-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(5, 92, 207, 0.08);
    border-radius: 16px;
    padding: 26px 22px;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
}

.error-404-direction-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px -8px rgba(5, 92, 207, 0.2);
    border-color: rgba(5, 92, 207, 0.3);
}

.error-404-direction-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #055ccf14;
    color: #055CCF;
    font-size: 18px;
    margin-bottom: 18px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.error-404-direction-card:hover .error-404-direction-icon {
    background: #055CCF;
    color: #ffffff;
    transform: scale(1.08);
}

.error-404-direction-title {
    font-size: 16px;
    font-weight: 600;
    color: #0A1E3B;
    margin-bottom: 6px;
}

.error-404-direction-desc {
    font-size: 13px;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 18px;
    flex-grow: 1;
}

.error-404-direction-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #055ccf0d;
    color: #055CCF;
    font-size: 12px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.error-404-direction-card:hover .error-404-direction-arrow {
    background: #055CCF;
    color: #ffffff;
    transform: translateX(6px);
}

.wpcf7-spinner {
    display: none !important;
}

@media only screen and (min-width: 1200px) {
    .error-404-directions-col.col-lg {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* 404 page ends */

@media only screen and (min-width: 300px) and (max-width: 575.98px) {

    /* home page starts */

    /* header section starts */

    .header-wrapper {
        width: 100%;
        top: 0px;
        padding: 8px 6vw;
        border-radius: 0px;
    }

    .f-nav .header-wrapper {
        padding: 8px 6vw;
    }

    .header-logo img {
        width: 100px;
    }

    .f-nav .header-wrapper .header-logo img {
        height: auto;
        width: 90px;
    }

    .header-menu-col {
        display: flex;
        justify-content: flex-end;
    }

    .header-menu-col #mega-menu-wrap-primary #mega-menu-primary {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        background: #ffffff;
        padding: 60px 0 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close {
        background: #f1f5f9;
        border-radius: 50%;
        width: 36px !important;
        height: 36px !important;
        top: 12px !important;
        transform: scale(0.7) rotate(-90deg);
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
            background-color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background-color: #0A121E;
        transition: background-color 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover {
        background: #e2e8f0;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::before {
        background-color: #055CCF;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        visibility: visible;
        opacity: 1;
        right: 20px;
        left: auto;
        transform: scale(1) rotate(0deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close:active {
        transform: scale(0.85) rotate(0deg);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2 !important;
        height: unset !important;
        padding: 10px 15px !important;
        color: #0A121E;
        border-radius: 0 !important;
        font-family: inherit;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background-color: transparent !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        background: #f7f9fc;
        border: none;
        border-radius: 10px;
        box-shadow: none;
        padding: 4px 0;
        margin: 6px 0 6px !important;
        width: 100%;
        overflow: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        border-bottom: 1px solid rgba(5, 92, 207, 0.08);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
        border-bottom: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        position: relative;
        padding: 12px 15px 12px 28px !important;
        border-radius: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #055CCF;
        opacity: 0.5;
    }

    .header-contact-col {
        display: none;
    }

    /* header section ends */

    /* banner section starts */

    .home-banner-wrap {
        padding: 150px 0 60px;
        min-height: 650px;
        display: flex;
    }

    .banner-content-col h1 {
        font-size: clamp(24px, 7vw, 34px);
        font-weight: 500;
        margin-bottom: 14px;
        overflow-wrap: break-word;
    }

    .banner-content-col p {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-btn-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .banner-btn {
        font-size: 13px;
        padding: 12px 18px;
    }

    .banner-trust-info {
        font-size: 12px;
        max-width: 100%;
        padding-left: 24px;
    }

    .banner-trust-info span {
        font-size: 11px;
    }

    .banner-image-col {
        display: none !important;
        margin-top: 20px;
    }

    .banner-caption-item {
        align-items: flex-end !important;
        height: 100%;
        max-width: 430px !important;
        max-width: clamp(300px, 80vw, 480px) !important;
    }

    /* banner section ends */

    /* credentials section starts */

    .credentials-wrap {
        padding: 50px 0;
    }

    .credentials-header {
        text-align: left;
        margin: 0 auto 40px;
    }

    .credentials-title-text {
        font-size: 26px;
    }

    .credentials-description {
        text-align: left;
        font-size: 14px;
        margin: 0;
    }

    .credentials-row {
        row-gap: 16px;
        justify-content: center;
        align-items: stretch;
        margin: 0 -8px !important;
    }

    .credentials-col {
        display: flex;
        padding: 0 8px !important;
    }

    .credential-card {
        width: 100%;
        height: 100%;
        min-height: auto;
        padding: 16px;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        gap: 12px;
    }

    .credential-card::before,
    .credential-card .card-hover-star {
        display: none !important;
    }

    .credential-card:hover,
    .credential-card:hover .credential-icon {
        transform: none !important;
    }

    .credential-icon {
        width: 50px;
        height: 50px;
    }

    .credential-icon img,
    .credential-icon svg,
    .credential-icon i {
        width: 20px;
        height: 20px;
    }

    .credential-title {
        font-size: 12px;
        line-height: 1.2;
    }

    /* credentials section ends */

    /* specialities section start */

    .specialities-wrap {
        padding: 60px 0;
    }

    .specialities-title-text {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .specialities-description {
        font-size: 14px;
    }

    .speciality-card {
        min-height: unset;
        border-radius: 13px;
    }

    .speciality-image {
        aspect-ratio: 4/3;
        width: 100%;
        height: 100%;
        min-height: 120px;
        margin-top: 0px;
        border-radius: 0;
    }

    .speciality-content {
        padding: 16px;
    }

    .speciality-front-btn {
        display: inline-flex !important;
        font-size: 10px;
        padding: 8px 15px;
    }

    .speciality-back {
        padding: 16px;
    }

    .speciality-title-back {
        font-size: 16px;
    }

    .sub-speciality-text {
        font-size: 12px;
    }

    .speciality-learn-more-btn {
        padding: 10px 18px;
        font-size: 12px;
        margin-top: 14px;
    }

    .speciality-card {
        cursor: default;
    }

    .speciality-card:hover .speciality-back {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(10px) !important;
    }

    .speciality-card:hover .speciality-front {
        transform: none !important;
        opacity: 1 !important;
    }

    .specialities-col,
    .specialities-more-col {
        margin-bottom: 24px;
    }

    .specialities-more-col {
        margin-bottom: 15px;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .specialities-more-row {
        row-gap: 0;
        margin-top: 0;
    }

    .specialities-row {
        row-gap: 0;
    }

    .speciality-more-card {
        border-radius: 13px;
        padding: 16px;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .specialities-more-col:last-child {
        margin-bottom: 0;
    }

    /* specialities section ends */

    /* about us section starts */

    .about-us-wrap {
        padding: 60px 0;
    }

    .about-us-image-col {
        align-self: flex-start;
        position: static !important;
        padding-right: 0px !important;
        margin-bottom: 24px;
    }

    .about-us-image-wrap {
        border-radius: 15px;
        aspect-ratio: 4/3;
    }

    .about-us-image-desktop {
        display: none;
    }

    .about-us-image-tab {
        display: block;
    }

    .about-us-content h2 {
        font-size: 26px;
    }

    .about-us-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-us-more-link {
        font-size: 14px;
    }

    .focus-area-pill {
        padding: 6px 15px;
        font-size: 13px;
    }

    .about-us-focus-areas {
        gap: 8px;
        margin-bottom: 16px;
    }

    .qualification-item {
        padding: 14px 0;
    }

    .qualification-title {
        font-size: 14px;
    }

    .qualification-desc {
        font-size: 12px;
    }

    /* about us section ends */

    /* why choose us section starts */

    .why-choose-us-wrap {
        padding: 60px 0;
    }

    .why-choose-us-title-text {
        font-size: 26px;
    }

    .why-choose-us-card {
        min-height: 240px;
        border-radius: 16px;
        padding: 24px 16px 16px;
    }

    .why-choose-us-number {
        margin-bottom: 24px;
    }

    .why-choose-us-card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .why-choose-us-card-desc p {
        font-size: 14px;
        line-height: 1.5;
    }

    .why-choose-us-arrows {
        margin-top: 16px;
    }

    /* why choose us section ends */

    /* care-insights section starts */

    .care-insights-wrap {
        padding: 60px 0;
    }

    .care-insights-title-text {
        font-size: 26px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-image {
        opacity: 1;
        visibility: visible;
    }

    .care-insights-card {
        flex-direction: column;
        gap: 20px;
        padding: 16px;
        height: auto;
        min-height: auto;
        border-radius: 15px;
    }

    .care-insights-image {
        order: 1;
        flex: 1 1 auto !important;
        width: 100%;
        aspect-ratio: 4/3;
        height: auto;
        border-radius: 12px;
    }

    .care-insights-content {
        order: 2;
        width: 100%;
    }

    .care-insights-card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .care-insights-tagline {
        font-size: 12px;
        max-width: 250px;
        margin-bottom: 8px;
    }

    .care-insights-card-desc p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .care-insights-learn-more {
        display: inline-block;
        font-size: 14px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-content {
        max-width: 100%;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-card .care-insights-card-title {
        font-size: 20px;
    }

    /* care-insights section ends */

    /* testimonial section starts */

    .testimonials-wrap {
        padding: 60px 0;
    }

    .testimonials-label {
        margin-bottom: 5px;
    }

    .testimonials-title-text {
        font-size: 26px;
        margin: 0 0 8px;
    }

    .testimonials-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .testimonials-marquee-track {
        gap: 16px;
    }

    .testimonials-marquee-row+.testimonials-marquee-row {
        margin-top: 16px;
    }

    .testimonial-card {
        flex: 0 0 auto;
        width: 250px;
        border-radius: 13px;
        padding: 16px;
        margin-bottom: 0px;
    }

    .testimonial-quote {
        font-size: 12.5px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .testimonial-stars {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .testimonial-role {
        font-size: 10px;
    }

    /* testimonial section ends */

    /* our process section starts */

    .our-process-wrap {
        padding: 60px 0;
    }

    .our-process-title-text {
        font-size: 26px;
    }

    .our-process-header {
        text-align: left;
        margin: 0 auto 20px;
    }

    .process-interactive-stage {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .process-ripples {
        display: none;
    }

    .process-center-image-wrap {
        position: relative;
        top: auto;
        left: auto;
        transform: none !important;
        width: 100%;
        aspect-ratio: 4/3;
        height: auto;
        margin-bottom: 20px;
        border-radius: 13px;
    }

    .process-steps-container {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        inset: auto;
    }

    .process-step-item {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .process-step-label {
        font-size: 12px;
        margin-bottom: 4px;
        padding-left: 3px;
    }

    .process-pill-title {
        font-size: 14px;
    }

    .process-step-pill {
        width: 100%;
        justify-content: space-between;
        border-radius: 8px;
        padding: 12px 16px;
        box-shadow: 0 4px 15px rgba(10, 25, 50, 0.12);
    }

    .process-step-pill::after {
        content: '\f078';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 13px;
        transition: transform 0.35s ease;
        opacity: 0.7;
    }

    .process-step-item.is-active .process-step-pill::after {
        transform: rotate(180deg);
    }

    .process-step-desc-wrap {
        width: 100% !important;
    }

    .process-step-item.is-active .process-step-desc-wrap {
        margin-top: 10px;
    }

    .process-step-desc {
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 16px;
    }

    /* our process section ends */

    /* visit us section starts */

    .visit-us-wrap {
        padding: 60px 0;
    }

    .visit-us-title-text {
        font-size: 26px;
    }

    .visit-card {
        border-radius: 13px;
        flex-direction: column;
    }

    .visit-card-image-wrap {
        width: 100%;
    }

    .visit-card-image-inner {
        height: auto;
        aspect-ratio: 4/3;
        min-height: unset;
        border-radius: 13px;
    }

    .visit-card-content-wrap {
        width: 100%;
        padding: 10px 12px 12px;
    }

    .visit-card-category {
        font-size: 10px;
    }

    .visit-card-title {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .visit-card-info-text a,
    .visit-card-phone-text a,
    .visit-card-info-text {
        font-size: 12px;
    }

    .visit-card-btn {
        padding: 8px 16px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 12px;
    }

    /* visit us section ends */

    /* faq section starts */

    .faq-wrap {
        padding: 60px 0;
    }

    .faq-header {
        margin-bottom: 30px;
    }

    .faq-tagline {
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .faq-title-text {
        font-size: 26px;
        font-weight: 600;
        color: #0A1E3B;
        margin: 0;
        line-height: 1.25;
    }

    .faq-card {
        border-radius: 13px;
        padding: 16px;
    }

    .faq-question {
        font-size: 18px;
        margin-bottom: 10px;
        max-width: calc(100% - 48px);
    }

    .faq-number {
        top: 10px;
        right: 10px;
        font-size: 36px;
    }

    .faq-answer {
        font-size: 12px;
    }

    /* faq section ends */

    /* cta section starts */

    .cta-wrap {
        padding: 60px 0;
    }

    .cta-tagline {
        margin-bottom: 5px;
    }

    .cta-title-text {
        font-size: 22px;
        margin: 0 0 16px;
    }

    .cta-description {
        font-size: 12px;
    }

    .cta-btn {
        font-size: 12px;
        padding: 8px 16px;
        border-radius: 6px;
    }

    /* cta section ends */

    /* footer section starts */

    .footer-wrap {
        padding: 50px 0 0;
    }

    .footer-logo-img {
        width: 120px;
    }

    .footer-description p {
        font-size: 14px;
    }

    .footer-main-row {
        row-gap: 32px;
        margin-bottom: 50px;
    }

    .footer-col-title {
        font-size: 18px;
        text-transform: none;
        margin-bottom: 8px;
    }

    #mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2;
        font-size: 15px;
    }

    #mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item,
    #mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item {
        line-height: 1.2;
    }

    .footer-contact-item {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-bottom-row {
        text-align: center;
        justify-content: center;
        gap: 8px;
    }

    .footer-copyright,
    .footer-credit {
        font-size: 12px;
    }

    /* footer section ends */

    /* home page ends */

    /* about us page start */

    /* about us banner section start */

    .about-us-banner-wrap {
        padding: 100px 0 60px;
    }

    .about-us-banner-content {
        margin-bottom: 24px;
    }

    .about-us-banner-title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .about-us-banner-description {
        font-size: 14px;
    }

    .about-us-banner-image-wrap {
        border-radius: 13px;
    }

    /* about us banner section ends */

    /* our approach section starts */

    .our-approach-wrap {
        padding: 60px 0;
    }

    .our-approach-content-col {
        margin-bottom: 32px;
    }

    .our-approach-content h2 {
        font-size: 26px;
    }

    .our-approach-content p {
        font-size: 14px;
    }

    .header-book-btn {
        font-size: 13px;
        padding: 10px 16px;
    }

    .our-approach-mv-card {
        border-left: 2px solid #055CCF;
        padding: 24px;
    }

    .our-approach-mv-text {
        font-size: 12px;
    }

    .our-approach-card {
        min-height: 350px;
    }

    .our-approach-card .why-choose-us-card-title {
        font-size: 16px;
    }

    .our-approach-card .why-choose-us-card-desc p {
        font-size: 12px;
        line-height: 1.5;
    }

    .our-approach-arrows {
        margin-top: 24px;
    }

    /* our approach section ends */

    /* inner about doctor section starts */

    .inner-about-doctor-wrap {
        padding: 60px 0;
    }

    .inner-about-doctor-content h2 {
        font-size: 26px;
    }

    .inner-about-doctor-content p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .inner-about-doctor-image-wrap {
        margin-top: 34px;
        border-radius: 18px;
    }

    .inner-about-doctor-image-desktop {
        display: none;
    }

    .inner-about-doctor-image-tab {
        display: block;
    }

    .inner-about-process-wrap {
        padding: 10px 0 50px;
    }

    .inner-about-process-header {
        margin-bottom: 24px;
    }

    .inner-about-process-title-text {
        font-size: 24px;
    }

    .inner-about-process-number {
        display: block;
        font-size: 24px;
    }

    .inner-about-process-card-title {
        font-size: 16px;
    }

    .inner-about-process-card-desc p {
        font-size: 12.5px;
        line-height: 1.5;
    }

    /* about us page ends */

    /* specialities page start */

    .inner-specialities-wrap {
        padding: 100px 0 60px;
    }

    .inner-specialities-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-specialities-title {
        font-size: 26px;
    }

    .inner-specialities-subtitle {
        font-size: 14px;
    }

    .inner-specialities-wrap .specialities-row {
        row-gap: 0;
    }

    .inner-speciality-content {
        padding: 16px;
    }

    .inner-speciality-title {
        font-size: 18px;
    }

    .inner-speciality-desc {
        font-size: 14px;
    }

    .inner-speciality-card {
        border-radius: 13px;
    }

    /* specialities page ends */

    /* testimonials page start */

    .inner-testimonials-wrap {
        padding: 100px 0 60px;
    }

    .inner-testimonials-tagline {
        margin-bottom: 5px;
    }

    .inner-testimonials-title-text {
        font-size: 26px;
    }

    .inner-testimonials-subtitle {
        font-size: 14px;
    }

    .inner-testimonial-quote {
        font-size: 13.5px;
    }

    .inner-testimonial-modal .modal-dialog {
        max-width: 90% !important;
        margin: 40px auto !important;
    }

    .inner-testimonial-modal .modal-content {
        border-radius: 13px;
        padding: 24px;
    }

    .inner-testimonial-modal-quote {
        font-size: 14px;
    }

    /* testimonials page ends */

    /* blogs page start */

    .blog-wrap {
        padding: 100px 0 60px;
    }

    .blog-header-title {
        font-size: 26px;
    }

    .blog-header-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .blog-title {
        font-size: 16px;
    }

    .blog-content {
        font-size: 13px;
    }

    .blog-readmore {
        padding: 8px 20px 8px 20px;
        font-size: 11px;
    }

    .blog-pagination {
        margin-top: 32px;
    }

    /* blogs page ends */

    /* courses page start */

    .inner-courses-wrap {
        padding: 100px 0 60px;
    }

    .inner-courses-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-courses-title {
        font-size: 26px;
    }

    .inner-courses-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .inner-course-card {
        border-radius: 16px;
    }

    .inner-course-img {
        aspect-ratio: 4/3;
        border-radius: 9px;
    }

    .inner-course-content-wrap {
        padding: 16px 10px 6px;
    }

    .inner-course-title {
        font-size: 18px;
        line-height: 1.25;
    }

    .inner-course-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    /* courses page ends */

    /* faq page start */

    .inner-faq-section {
        padding: 100px 0 60px;
    }

    .inner-faq-title {
        font-size: 26px;
    }

    .inner-faq-subtitle {
        font-size: 14px;
    }

    .inner-faq-header {
        padding: 20px;
    }

    .inner-faq-icon {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .inner-faq-icon svg {
        width: 16px;
        height: 16px;
    }

    .inner-faq-question {
        font-size: 16px;
    }

    .inner-faq-content-inner>* {
        font-size: 13px;
    }

    /* faq page ends */

    /* contact us page start */

    .inner-contact-wrap {
        padding: 100px 0 60px;
    }

    .inner-contact-tagline {
        margin-bottom: 6px;
    }

    .inner-contact-title {
        font-size: 28px;
    }

    .inner-contact-form-col {
        order: 1;
    }

    .inner-contact-info-col {
        order: 2;
    }

    .inner-contact-form-card {
        border-radius: 10px;
        padding: 16px;
    }

    .inner-contact-form-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .inner-contact-form-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .inner-contact-form-wrap .form-control,
    .inner-contact-form-wrap select.form-control,
    .inner-contact-form-wrap textarea.form-control {
        border-radius: 8px;
        padding: 10px 16px;
        font-size: 12.5px;
        line-height: 1.4;
    }

    .inner-contact-form-wrap textarea.form-control {
        max-height: 160px;
    }

    .inner-contact-form-wrap .wpcf7-form-control.btn,
    .inner-contact-form-wrap .btn-primary {
        font-size: 13px;
        padding: 12px 28px;
    }

    .inner-contact-info-card {
        border-radius: 13px;
        padding: 16px;
    }

    .inner-contact-info-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .inner-contact-info-text p {
        font-size: 12px;
    }

    .inner-contact-map-wrap {
        margin-top: 24px;
        border-radius: 13px;
        height: 300px;
    }

    /* contact us page ends */

    /* single speciality page start */

    .single-speciality-wrap {
        padding: 100px 0 60px;
    }

    .single-speciality-title {
        font-size: 26px;
    }

    .single-speciality-header {
        text-align: left;
        margin: 0 0 24px;
    }

    .single-speciality-image-col {
        margin-bottom: 24px;
    }

    .single-speciality-image-wrap {
        position: static !important;
        border-radius: 13px;
    }

    .single-speciality-content h2 {
        font-size: 20px;
    }

    .single-speciality-content p,
    .single-speciality-content li {
        font-size: 14px;
    }

    .single-speciality-content h4 {
        font-size: 16px;
    }

    .single-speciality-content ul,
    .single-speciality-content ol {
        columns: 1;
    }

    /* single speciality page ends */

    /* single course page start */

    .single-course-wrap {
        padding: 100px 0 60px;
    }

    .single-course-header {
        text-align: left;
        margin: 0 auto 24px;
    }

    .single-course-status-badge {
        font-size: 11px;
        padding: 5px 13px;
    }

    .single-course-hero-img {
        border-radius: 13px;
        aspect-ratio: 16/9;
        margin-bottom: 24px;
    }

    .single-course-title {
        font-size: 26px;
    }

    .single-course-content p,
    .single-course-content li {
        font-size: 14px;
    }

    .single-course-content h2,
    .single-course-content h3,
    .single-course-content h4 {
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .single-course-content h2 {
        font-size: 20px;
    }

    .single-course-content h3 {
        font-size: 18px;
    }

    .single-course-sidebar {
        position: static !important;
        margin-top: 24px;
    }

    .sidebar-widget {
        border-radius: 13px;
        padding: 24px;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .single-course-meta-label {
        font-size: 10px;
    }

    .single-course-meta-value {
        font-size: 12px;
    }

    .single-course-register-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .recent-post-thumb {
        width: 90px;
        height: 60px;
        border-radius: 5px;
        overflow: hidden;
        flex-shrink: 0;
    }

    /* single course page ends */


    /* single blog page start */

    .single-blog-wrap {
        padding: 100px 0 60px;
    }

    .single-blog-hero-img img {
        aspect-ratio: 16/9;
    }

    .single-blog-header {
        margin-bottom: 24px;
    }

    .single-blog-title {
        font-size: 26px;
    }

    .single-blog-content p {
        margin-bottom: 14px;
    }

    .single-blog-content h2 {
        font-size: 20px;
    }

    .single-blog-content li {
        font-size: 14px;
    }

    .single-blog-content h3 {
        font-size: 18px;
    }

    .single-blog-sidebar {
        padding-left: 0;
        margin-top: 32px;
    }

    .recent-post-title {
        font-size: 12px;
    }

    /* single blog page ends */

    /* 404 page start */

    .error-404-hero-wrap {
        padding: 100px 6vw;
    }

    .error-404-hero-content {
        max-width: 80%;
        padding: 0;
        background: transparent;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .error-404-code {
        font-size: 80px;
        margin-bottom: 10px;
    }

    .error-404-title {
        font-size: 20px;
    }

    .error-404-desc {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .error-404-actions {
        gap: 12px;
    }

    .error-404-outline-btn,
    .error-404-home-btn {
        padding: 10px 18px;
        font-size: 13px;
    }

    .error-404-directions-wrap {
        padding: 50px 0;
    }

    .error-404-directions-header {
        margin-bottom: 30px;
    }

    .error-404-directions-title {
        font-size: 26px;
    }

    .error-404-direction-card {
        padding: 20px 16px;
    }

    .error-404-direction-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    /* 404 page ends */

}


@media only screen and (min-width: 300px) and (max-width: 450.98px) {

    .custom-container {
        padding: 0 clamp(30px, 6%, 100px);
        width: 100%;
    }

    .header-logo img {
        width: 90px;
    }

    .f-nav .header-wrapper .header-logo img {
        height: auto;
        width: 80px;
    }

    .credential-icon img,
    .credential-icon svg,
    .credential-icon i {
        width: 24px;
        height: 24px;
        max-width: 28px;
        max-height: 28px;
    }

    .focus-area-pill {
        padding: 5px 13px;
        font-size: 12px;
    }

    .care-insights-card-desc p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .cta-btn {
        font-size: 11px;
    }

    .error-404-directions-col {
        margin-bottom: 24px;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}


@media only screen and (min-width: 576px) and (max-width: 767.98px) {

    /* home page starts */

    /* header section starts */

    .header-wrapper {
        width: 100%;
        top: 0px;
        padding: 8px 6vw;
        border-radius: 0px;
    }

    .f-nav .header-wrapper {
        padding: 8px 6vw;
    }

    .header-logo img {
        width: 110px;
    }

    .f-nav .header-wrapper .header-logo img {
        height: auto;
        width: 100px;
    }

    .header-menu-col {
        display: flex;
        justify-content: flex-end;
    }

    .header-menu-col #mega-menu-wrap-primary #mega-menu-primary {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        background: #ffffff;
        padding: 60px 0 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close {
        background: #f1f5f9;
        border-radius: 50%;
        width: 36px !important;
        height: 36px !important;
        top: 12px !important;
        transform: scale(0.7) rotate(-90deg);
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
            background-color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background-color: #0A121E;
        transition: background-color 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover {
        background: #e2e8f0;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::before {
        background-color: #055CCF;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        visibility: visible;
        opacity: 1;
        right: 20px;
        left: auto;
        transform: scale(1) rotate(0deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close:active {
        transform: scale(0.85) rotate(0deg);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2 !important;
        height: unset !important;
        padding: 10px 15px !important;
        color: #0A121E;
        border-radius: 0 !important;
        font-family: inherit;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background-color: transparent !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        background: #f7f9fc;
        border: none;
        border-radius: 10px;
        box-shadow: none;
        padding: 4px 0;
        margin: 6px 0 6px !important;
        width: 100%;
        overflow: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        border-bottom: 1px solid rgba(5, 92, 207, 0.08);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
        border-bottom: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        position: relative;
        padding: 12px 15px 12px 28px !important;
        border-radius: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #055CCF;
        opacity: 0.5;
    }

    .header-contact-col {
        display: none;
    }

    /* header section ends */

    /* banner section starts */

    .home-banner-wrap {
        padding: 150px 0 60px;
        min-height: 650px;
        display: flex;
    }

    .banner-content-col h1 {
        font-size: clamp(28px, 6vw, 42px);
        font-weight: 500;
        margin-bottom: 14px;
        overflow-wrap: break-word;
    }

    .banner-content-col p {
        font-size: 15px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-btn-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .banner-btn {
        font-size: 13px;
        padding: 10px 18px;
    }

    .banner-trust-info {
        font-size: 12px;
        max-width: 100%;
        padding-left: 24px;
    }

    .banner-trust-info span {
        font-size: 11px;
    }

    .banner-image-col {
        display: none !important;
        margin-top: 20px;
    }

    .banner-caption-item {
        align-items: flex-end !important;
        height: 100%;
        max-width: clamp(300px, 80vw, 700px) !important;
    }

    /* banner section ends */

    /* credentials section starts */

    .credentials-header {
        margin: 0 auto 40px;
    }

    .credentials-title-text {
        font-size: 28px;
    }

    .credentials-description {
        font-size: 14px;
    }

    .credential-card {
        width: 100%;
        height: 100%;
        min-height: 170px;
        padding: 42px 16px 16px;
        border-radius: 15px;
    }

    /* credentials section ends */

    /* specialities section start */

    .specialities-wrap {
        padding: 60px 0;
    }

    .specialities-title-text {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .specialities-description {
        font-size: 14px;
    }

    .speciality-card {
        min-height: unset;
        border-radius: 13px;
    }

    .speciality-image {
        aspect-ratio: 16/9;
        width: 100%;
        height: 100%;
        min-height: 120px;
        margin-top: 0px;
        border-radius: 0;
    }

    .speciality-content {
        padding: 16px;
    }

    .speciality-front-btn {
        display: inline-flex !important;
        font-size: 10px;
        padding: 8px 15px;
    }

    .speciality-back {
        padding: 16px;
    }

    .speciality-title-back {
        font-size: 16px;
    }

    .sub-speciality-text {
        font-size: 12px;
    }

    .speciality-learn-more-btn {
        padding: 10px 18px;
        font-size: 12px;
        margin-top: 14px;
    }

    .speciality-card {
        cursor: default;
    }

    .speciality-card:hover .speciality-back {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(10px) !important;
    }

    .speciality-card:hover .speciality-front {
        transform: none !important;
        opacity: 1 !important;
    }

    .specialities-col,
    .specialities-more-col {
        margin-bottom: 24px;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .specialities-more-row {
        row-gap: 0;
        margin-top: 0;
    }

    .specialities-row {
        row-gap: 0;
    }

    .speciality-more-card {
        border-radius: 13px;
        padding: 16px;
        height: 100%;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .speciality-more-icon {
        aspect-ratio: 16/9;
        min-height: 120px;
    }

    .speciality-more-desc {
        font-size: 12px;
    }

    .speciality-more-title {
        font-size: 14px;
    }

    /* specialities section ends */

    /* about us section starts */

    .about-us-wrap {
        padding: 60px 0;
    }

    .about-us-image-col {
        align-self: flex-start;
        position: static !important;
        padding-right: 0px !important;
        margin-bottom: 24px;
    }

    .about-us-image-wrap {
        border-radius: 15px;
        aspect-ratio: 4/3;
    }

    .about-us-image-desktop {
        display: none;
    }

    .about-us-image-tab {
        display: block;
    }

    .about-us-content h2 {
        font-size: 28px;
    }

    .about-us-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-us-more-link {
        font-size: 14px;
    }

    .focus-area-pill {
        padding: 6px 15px;
        font-size: 13px;
    }

    .about-us-focus-areas {
        gap: 8px;
        margin-bottom: 16px;
    }

    .qualification-item {
        padding: 14px 0;
    }

    .qualification-title {
        font-size: 14px;
    }

    .qualification-desc {
        font-size: 12px;
    }

    /* about us section ends */

    /* why choose us section starts */

    .why-choose-us-wrap {
        padding: 60px 0;
    }

    .why-choose-us-title-text {
        font-size: 28px;
    }

    .why-choose-us-card {
        min-height: 270px;
        border-radius: 16px;
        padding: 24px 16px 16px;
    }

    .why-choose-us-number {
        margin-bottom: 24px;
    }

    .why-choose-us-card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .why-choose-us-card-desc p {
        font-size: 13px;
        line-height: 1.5;
    }

    .why-choose-us-arrows {
        margin-top: 16px;
    }

    /* why choose us section ends */

    /* care-insights section starts */

    .care-insights-wrap {
        padding: 60px 0;
    }

    .care-insights-title-text {
        font-size: 28px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-image {
        opacity: 1;
        visibility: visible;
    }

    .care-insights-card {
        flex-direction: column;
        gap: 20px;
        padding: 16px;
        height: auto;
        min-height: auto;
        border-radius: 15px;
    }

    .care-insights-image {
        order: 1;
        flex: 1 1 auto !important;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 12px;
    }

    .care-insights-content {
        order: 2;
        width: 100%;
    }

    .care-insights-card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .care-insights-tagline {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .care-insights-card-desc p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .care-insights-learn-more {
        display: inline-block;
        font-size: 14px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-content {
        max-width: 100%;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-card .care-insights-card-title {
        font-size: 20px;
    }

    /* care-insights section ends */

    /* testimonial section starts */

    .testimonials-wrap {
        padding: 60px 0;
    }

    .testimonials-label {
        margin-bottom: 5px;
    }

    .testimonials-title-text {
        font-size: 28px;
        margin: 0 0 8px;
    }

    .testimonials-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .testimonials-marquee-track {
        gap: 16px;
    }

    .testimonials-marquee-row+.testimonials-marquee-row {
        margin-top: 16px;
    }

    .testimonial-card {
        flex: 0 0 auto;
        width: 300px;
        border-radius: 13px;
        padding: 16px;
        margin-bottom: 0px;
    }

    .testimonial-quote {
        font-size: 12.5px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .testimonial-stars {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .testimonial-role {
        font-size: 11px;
    }

    /* testimonial section ends */

    /* our process section starts */

    .our-process-wrap {
        padding: 60px 0 90px;
    }

    .our-process-title-text {
        font-size: 28px;
    }

    .process-step-pos-1 {
        top: 15px;
        left: 6vw;
    }

    .process-step-pos-2 {
        top: 60px;
        right: 6vw;
    }

    .process-step-pos-3 {
        bottom: 125px;
        left: 6vw;
    }

    .process-step-pos-4 {
        bottom: 30px;
        right: 6vw;
    }

    .process-step-label {
        font-size: 11px;
    }

    .process-step-pill {
        padding: 10px 25px;
    }

    .process-pill-title {
        font-size: 12px;
    }

    .process-step-desc {
        color: #555960;
        font-size: 13px;
    }

    .process-step-desc-wrap {
        width: 200px;
    }

    /* our process section ends */

    /* visit us section starts */

    .visit-us-wrap {
        padding: 60px 0;
    }

    .visit-us-title-text {
        font-size: 28px;
    }

    .visit-card {
        border-radius: 13px;
    }

    .visit-card-image-inner {
        min-height: 180px;
        border-radius: 13px;
    }

    .visit-card-content-wrap {
        padding: 10px 12px 12px;
    }

    .visit-card-title {
        font-size: 20px;
        margin: 0 0 8px;
    }

    .visit-card-info-text a,
    .visit-card-phone-text a,
    .visit-card-info-text {
        font-size: 13px;
    }

    .visit-card-btn {
        padding: 8px 16px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 12px;
    }

    /* visit us section ends */

    /* faq section starts */

    .faq-wrap {
        padding: 60px 0;
    }

    .faq-header {
        margin: 0 auto 30px;
        max-width: 600px;
        text-align: center;
    }

    .faq-tagline {
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .faq-title-text {
        font-size: 28px;
    }

    .faq-row {
        row-gap: 24px;
        justify-content: center;
    }

    .faq-card {
        border-radius: 13px;
        padding: 18px;
    }

    .faq-question {
        font-size: 18px;
        margin-bottom: 10px;
        max-width: calc(100% - 36px);
    }

    .faq-number {
        top: 10px;
        right: 10px;
        font-size: 36px;
    }

    .faq-answer {
        font-size: 12px;
    }

    /* faq section ends */

    /* cta section starts */

    .cta-wrap {
        padding: 60px 0;
    }

    .cta-tagline {
        margin-bottom: 5px;
    }

    .cta-title-text {
        font-size: 26px;
    }

    .cta-description {
        font-size: 13px;
    }

    .cta-btn {
        font-size: 12px;
        padding: 8px 16px;
        border-radius: 6px;
    }

    /* cta section ends */

    /* footer section starts */

    .footer-wrap {
        padding: 50px 0 0;
    }

    .footer-logo-img {
        width: 140px;
    }

    .footer-description p {
        font-size: 14px;
    }

    .footer-main-row {
        row-gap: 32px;
        margin-bottom: 50px;
    }

    .footer-col-title {
        font-size: 18px;
        text-transform: none;
        margin-bottom: 8px;
    }

    #mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2;
        font-size: 15px;
    }

    #mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item,
    #mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item {
        line-height: 1.2;
    }

    .footer-contact-item {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-bottom-row {
        text-align: center;
        justify-content: space-around;
        gap: 8px;
    }

    .footer-copyright,
    .footer-credit {
        font-size: 13px;
    }

    /* footer section ends */

    /* home page ends */

    /* about us page start */

    /* about us banner section start */

    .about-us-banner-wrap {
        padding: 120px 0 60px;
    }

    .about-us-banner-content {
        margin-bottom: 24px;
    }

    .about-us-banner-title {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .about-us-banner-description {
        font-size: 14px;
    }

    .about-us-banner-image-wrap {
        border-radius: 13px;
    }

    /* about us banner section ends */

    /* our approach section starts */

    .our-approach-wrap {
        padding: 60px 0;
    }

    .our-approach-content-col {
        margin-bottom: 32px;
    }

    .our-approach-content h2 {
        font-size: 28px;
    }

    .our-approach-content p {
        font-size: 14px;
    }

    .header-book-btn {
        font-size: 13px;
        padding: 10px 16px;
    }

    .our-approach-mv-card {
        border-left: 2px solid #055CCF;
        padding: 24px;
    }

    .our-approach-mv-text {
        font-size: 13px;
    }

    .our-approach-card {
        min-height: 350px;
    }

    .our-approach-number {
        font-size: 36px;
    }

    .our-approach-card .why-choose-us-card-title {
        font-size: 18px;
    }

    .our-approach-card .why-choose-us-card-desc p {
        font-size: 13px;
        line-height: 1.5;
    }

    .our-approach-arrows {
        margin-top: 24px;
    }

    /* our approach section ends */

    /* inner about doctor section starts */

    .inner-about-doctor-wrap {
        padding: 60px 0;
    }

    .inner-about-doctor-content h2 {
        font-size: 28px;
    }

    .inner-about-doctor-content p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .inner-about-doctor-image-wrap {
        margin-top: 34px;
        border-radius: 18px;
    }

    .inner-about-doctor-image-desktop {
        display: none;
    }

    .inner-about-doctor-image-tab {
        display: block;
    }

    .inner-about-process-wrap {
        padding: 10px 0 50px;
    }

    .inner-about-process-header {
        margin-bottom: 24px;
    }

    .inner-about-process-title-text {
        font-size: 24px;
    }

    .inner-about-process-number {
        display: block;
        font-size: 24px;
    }

    .inner-about-process-card-title {
        font-size: 16px;
    }

    .inner-about-process-card-desc p {
        font-size: 12.5px;
        line-height: 1.5;
    }

    .inner-about-process-card:hover .inner-about-process-number {
        transform: scale(1.15) translateX(20px);
        color: #0446A3;
    }

    /* about us page ends */

    /* specialities page start */

    .inner-specialities-wrap {
        padding: 120px 0 60px;
    }

    .inner-specialities-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-specialities-title {
        font-size: 28px;
    }

    .inner-specialities-subtitle {
        font-size: 14px;
    }

    .inner-specialities-wrap .specialities-row {
        row-gap: 0;
    }

    .inner-speciality-image {
        aspect-ratio: 16 / 8;
    }

    .inner-speciality-content {
        padding: 16px;
    }

    .inner-speciality-title {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .inner-speciality-desc {
        font-size: 14px;
    }

    .inner-speciality-card {
        border-radius: 13px;
    }

    /* specialities page ends */

    /* testimonials page start */

    .inner-testimonials-wrap {
        padding: 120px 0 60px;
    }

    .inner-testimonials-tagline {
        margin-bottom: 5px;
    }

    .inner-testimonials-title-text {
        font-size: 28px;
    }

    .inner-testimonials-subtitle {
        font-size: 14px;
    }

    .inner-testimonial-quote {
        font-size: 13.5px;
    }

    .inner-testimonial-modal .modal-dialog {
        max-width: 90% !important;
        margin: 40px auto !important;
    }

    .inner-testimonial-modal .modal-content {
        border-radius: 13px;
        padding: 24px;
    }

    .inner-testimonial-modal-quote {
        font-size: 15px;
    }

    /* testimonials page ends */

    /* blogs page start */

    .blog-wrap {
        padding: 120px 0 60px;
    }

    .blog-header-title {
        font-size: 28px;
    }

    .blog-header-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .blog-img {
        aspect-ratio: 16/9;
        border-radius: 14px;
        overflow: hidden;
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-content {
        font-size: 14px;
    }

    .blog-readmore {
        padding: 8px 20px 8px 20px;
        font-size: 11px;
    }

    .blog-pagination {
        margin-top: 32px;
    }

    /* blogs page ends */

    /* courses page start */

    .inner-courses-wrap {
        padding: 120px 0 60px;
    }

    .inner-courses-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-courses-title {
        font-size: 28px;
    }

    .inner-courses-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .inner-course-card {
        border-radius: 16px;
    }

    .inner-course-img {
        aspect-ratio: 16/9;
        border-radius: 9px;
    }

    .inner-course-content-wrap {
        padding: 16px 10px 6px;
    }

    .inner-course-title {
        font-size: 18px;
        line-height: 1.25;
    }

    .inner-course-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    /* courses page ends */

    /* faq page start */

    .inner-faq-section {
        padding: 120px 0 60px;
    }

    .inner-faq-title {
        font-size: 28px;
    }

    .inner-faq-subtitle {
        font-size: 14px;
    }

    .inner-faq-header {
        padding: 20px;
    }

    .inner-faq-icon {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .inner-faq-icon svg {
        width: 16px;
        height: 16px;
    }

    .inner-faq-question {
        font-size: 16px;
    }

    .inner-faq-content-inner>* {
        font-size: 13px;
    }

    /* faq page ends */

    /* contact us page start */

    .inner-contact-wrap {
        padding: 120px 0 60px;
    }

    .inner-contact-tagline {
        margin-bottom: 6px;
    }

    .inner-contact-title {
        font-size: 28px;
    }

    .inner-contact-form-col {
        order: 1;
    }

    .inner-contact-info-col {
        order: 2;
    }

    .inner-contact-form-card {
        border-radius: 10px;
        padding: 24px;
    }

    .inner-contact-form-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .inner-contact-form-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .inner-contact-form-wrap .form-control,
    .inner-contact-form-wrap select.form-control,
    .inner-contact-form-wrap textarea.form-control {
        border-radius: 8px;
        padding: 12px 16px;
        font-size: 13.5px;
        line-height: 1.4;
    }

    .inner-contact-form-wrap textarea.form-control {
        max-height: 160px;
    }

    .inner-contact-form-wrap .wpcf7-form-control.btn,
    .inner-contact-form-wrap .btn-primary {
        font-size: 13px;
        padding: 12px 28px;
    }

    .inner-contact-info-card {
        border-radius: 13px;
        padding: 16px;
    }

    .inner-contact-map-wrap {
        margin-top: 24px;
        border-radius: 13px;
        height: 300px;
    }

    /* contact us page ends */

    /* single speciality page start */

    .single-speciality-wrap {
        padding: 120px 0 60px;
    }

    .single-speciality-title {
        font-size: 28px;
    }

    .single-speciality-header {
        text-align: left;
        margin: 0 0 24px;
    }

    .single-speciality-image-col {
        margin-bottom: 24px;
    }

    .single-speciality-image-wrap {
        position: static !important;
        border-radius: 13px;
    }

    .single-speciality-content h2 {
        font-size: 22px;
    }

    .single-speciality-content p,
    .single-speciality-content li {
        font-size: 15px;
    }

    .single-speciality-content h4 {
        font-size: 18px;
    }

    /* single speciality page ends */

    /* single course page start */

    .single-course-wrap {
        padding: 120px 0 60px;
    }

    .single-course-header {
        text-align: left;
        margin: 0 auto 24px;
    }

    .single-course-status-badge {
        font-size: 11px;
        padding: 5px 13px;
    }

    .single-course-hero-img {
        border-radius: 13px;
        aspect-ratio: 16/9;
        margin-bottom: 24px;
    }

    .single-course-title {
        font-size: 28px;
    }

    .single-course-content p,
    .single-course-content li {
        font-size: 14px;
    }

    .single-course-content h2,
    .single-course-content h3,
    .single-course-content h4 {
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .single-course-content h2 {
        font-size: 22px;
    }

    .single-course-content h3 {
        font-size: 20px;
    }

    .single-course-sidebar {
        position: static !important;
        margin-top: 24px;
    }

    .sidebar-widget {
        border-radius: 13px;
        padding: 24px;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .single-course-meta-list {
        padding: 0;
    }

    .single-course-meta-label {
        font-size: 11px;
    }

    .single-course-meta-value {
        font-size: 14px;
    }

    .single-course-register-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .recent-post-thumb {
        width: 120px;
        height: 80px;
        border-radius: 5px;
        overflow: hidden;
        flex-shrink: 0;
    }

    /* single course page ends */


    /* single blog page start */

    .single-blog-wrap {
        padding: 120px 0 60px;
    }

    .single-blog-hero-img img {
        aspect-ratio: 16/9;
    }

    .single-blog-header {
        margin-bottom: 24px;
    }

    .single-blog-title {
        font-size: 28px;
    }

    .single-blog-content p {
        margin-bottom: 14px;
    }

    .single-blog-content h2 {
        font-size: 22px;
    }

    .single-blog-content li {
        font-size: 14px;
    }

    .single-blog-content h3 {
        font-size: 20px;
    }

    .single-blog-sidebar {
        padding-left: 0;
        margin-top: 32px;
    }

    .recent-post-title {
        font-size: 15px;
    }

    /* single blog page ends */

    /* 404 page start */

    .error-404-hero-content {
        max-width: 55%;
        padding: 130px 3vw 60px 6vw;
        -webkit-mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
        mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
    }

    .error-404-code {
        font-size: 100px;
        margin-bottom: 10px;
    }

    .error-404-title {
        font-size: 20px;
    }

    .error-404-desc {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .error-404-actions {
        gap: 12px;
    }

    .error-404-outline-btn,
    .error-404-home-btn {
        padding: 10px 18px;
        font-size: 13px;
    }

    .error-404-directions-wrap {
        padding: 60px 0;
    }

    .error-404-directions-header {
        margin-bottom: 30px;
    }

    .error-404-directions-title {
        font-size: 28px;
    }

    .error-404-direction-card {
        padding: 20px 16px;
    }

    .error-404-direction-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    /* 404 page ends */

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    /* home page starts */

    /* header section starts */

    .header-wrapper {
        width: 100%;
        top: 0px;
        padding: 8px 6vw;
        border-radius: 0px;
    }

    .f-nav .header-wrapper {
        padding: 8px 6vw;
    }

    .header-logo img {
        width: 115px;
    }

    .f-nav .header-wrapper .header-logo img {
        height: auto;
        width: 105px;
    }

    .header-menu-col {
        display: flex;
        justify-content: flex-end;
    }

    .header-menu-col #mega-menu-wrap-primary #mega-menu-primary {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        background: #ffffff;
        padding: 60px 0 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close {
        background: #f1f5f9;
        border-radius: 50%;
        width: 36px !important;
        height: 36px !important;
        top: 12px !important;
        transform: scale(0.7) rotate(-90deg);
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
            background-color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background-color: #0A121E;
        transition: background-color 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover {
        background: #e2e8f0;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::before {
        background-color: #055CCF;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        visibility: visible;
        opacity: 1;
        right: 20px;
        left: auto;
        transform: scale(1) rotate(0deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close:active {
        transform: scale(0.85) rotate(0deg);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2 !important;
        height: unset !important;
        padding: 10px 15px !important;
        color: #0A121E;
        border-radius: 0 !important;
        font-family: inherit;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background-color: transparent !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        background: #f7f9fc;
        border: none;
        border-radius: 10px;
        box-shadow: none;
        padding: 4px 0;
        margin: 6px 0 6px !important;
        width: 100%;
        overflow: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        border-bottom: 1px solid rgba(5, 92, 207, 0.08);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
        border-bottom: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        position: relative;
        padding: 12px 15px 12px 28px !important;
        border-radius: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #055CCF;
        opacity: 0.5;
    }

    .header-contact-col {
        display: none;
    }

    /* header section ends */

    /* banner section starts */

    .home-banner-wrap {
        padding: 150px 0 60px;
        min-height: 550px;
        display: flex;
    }

    .banner-content-col h1 {
        font-size: 38px;
        font-weight: 500;
        margin-bottom: 14px;
        overflow-wrap: break-word;
    }

    .banner-content-col p {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-btn-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .banner-btn {
        font-size: 14px;
        padding: 10px 18px;
    }

    .banner-image-col {
        display: none !important;
        margin-top: 20px;
    }

    .banner-caption-item {
        align-items: flex-end !important;
        height: 100%;
        max-width: clamp(500px, 80vw, 700px) !important;
    }

    /* banner section ends */

    /* credentials section starts */

    .credentials-header {
        margin: 0 auto 40px;
    }

    .credentials-title-text {
        font-size: 32px;
    }

    .credentials-description {
        font-size: 15x;
    }

    .credential-card {
        width: 100%;
        height: 100%;
        min-height: 170px;
        padding: 42px 16px 16px;
        border-radius: 15px;
    }

    /* credentials section ends */

    /* specialities section start */

    .specialities-wrap {
        padding: 70px 0;
    }

    .specialities-title-text {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .specialities-description {
        font-size: 15px;
    }

    .speciality-card {
        min-height: unset;
        border-radius: 13px;
    }

    .speciality-image {
        aspect-ratio: 16/9;
        width: 100%;
        height: 100%;
        min-height: 120px;
        margin-top: 0px;
        border-radius: 0;
    }

    .speciality-content {
        padding: 16px;
    }

    .speciality-title {
        font-size: 18px;
    }

    .speciality-desc {
        font-size: 12px;
    }

    .speciality-front-btn {
        display: inline-flex !important;
        font-size: 10px;
        padding: 8px 15px;
    }

    .speciality-back {
        padding: 16px;
    }

    .speciality-title-back {
        font-size: 18px;
    }

    .sub-speciality-text {
        font-size: 12px;
    }

    .speciality-learn-more-btn {
        padding: 11px 20px;
        font-size: 12px;
        margin-top: 16px;
    }

    .speciality-card {
        cursor: default;
    }

    .speciality-card:hover .speciality-back {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(10px) !important;
    }

    .speciality-card:hover .speciality-front {
        transform: none !important;
        opacity: 1 !important;
    }

    .specialities-col,
    .specialities-more-col {
        margin-bottom: 24px;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .specialities-more-row {
        row-gap: 0;
        margin-top: 0;
    }

    .specialities-row {
        row-gap: 0;
    }

    .speciality-more-card {
        border-radius: 13px;
        padding: 16px;
        height: 100%;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .speciality-more-icon {
        aspect-ratio: 16/9;
        min-height: 120px;
    }

    .speciality-more-desc {
        font-size: 12px;
    }

    .speciality-more-title {
        font-size: 14px;
    }

    /* specialities section ends */

    /* about us section starts */

    .about-us-wrap {
        padding: 70px 0;
    }

    .about-us-image-col {
        padding-right: 20px !important;
        margin-bottom: 24px;
    }

    .about-us-image-wrap {
        border-radius: 15px;
        aspect-ratio: 4/3;
    }

    .about-us-image-desktop {
        display: none;
    }

    .about-us-image-tab {
        display: block;
    }

    .about-us-content h2 {
        font-size: 26px;
    }

    .about-us-content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .about-us-more-link {
        font-size: 14px;
    }

    .focus-area-pill {
        padding: 6px 15px;
        font-size: 13px;
    }

    .about-us-focus-areas {
        gap: 8px;
        margin-bottom: 16px;
    }

    .qualification-item {
        padding: 14px 0;
    }

    .qualification-title {
        font-size: 14px;
    }

    .qualification-desc {
        font-size: 12px;
    }

    /* about us section ends */

    /* why choose us section starts */

    .why-choose-us-wrap {
        padding: 70px 0;
    }

    .why-choose-us-title-text {
        font-size: 32px;
    }

    .why-choose-us-card {
        min-height: 270px;
        border-radius: 16px;
        padding: 24px 16px 16px;
    }

    .why-choose-us-number {
        margin-bottom: 24px;
    }

    .why-choose-us-card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .why-choose-us-card-desc p {
        font-size: 15px;
        line-height: 1.5;
    }

    .why-choose-us-arrows {
        margin-top: 16px;
    }

    /* why choose us section ends */

    /* care-insights section starts */

    .care-insights-wrap {
        padding: 70px 0;
    }

    .care-insights-title-text {
        font-size: 32px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-image {
        opacity: 1;
        visibility: visible;
    }

    .care-insights-slide {
        flex: 0 0 50% !important;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .care-insights-card {
        flex-direction: column;
        gap: 20px;
        padding: 16px;
        height: auto;
        min-height: auto;
        border-radius: 15px;
    }

    .care-insights-image {
        order: 1;
        flex: 1 1 auto !important;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 12px;
    }

    .care-insights-content {
        order: 2;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex: 1;
    }

    .care-insights-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .care-insights-tagline {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .care-insights-card-desc p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .care-insights-learn-more {
        display: inline-block;
        margin-top: auto;
        font-size: 12px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-content {
        max-width: 100%;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-card .care-insights-card-title {
        font-size: 18px;
    }

    /* care-insights section ends */

    /* testimonial section starts */

    .testimonials-wrap {
        padding: 70px 0;
    }

    .testimonials-label {
        margin-bottom: 5px;
    }

    .testimonials-title-text {
        font-size: 32px;
        margin: 0 0 8px;
    }

    .testimonials-subtitle {
        font-size: 14px;
        line-height: 1.5;
    }

    .testimonials-marquee-track {
        gap: 16px;
    }

    .testimonials-marquee-row+.testimonials-marquee-row {
        margin-top: 16px;
    }

    .testimonial-card {
        flex: 0 0 auto;
        width: 300px;
        border-radius: 13px;
        padding: 16px;
        margin-bottom: 0px;
    }

    .testimonial-quote {
        font-size: 13.5px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    .testimonial-stars {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .testimonial-role {
        font-size: 12px;
    }

    /* testimonial section ends */

    /* our process section starts */

    .our-process-wrap {
        padding: 70px 0 90px;
    }

    .our-process-title-text {
        font-size: 32px;
    }

    .process-interactive-stage {
        position: relative;
        width: 100%;
        max-width: 600px;
        height: 600px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .process-step-pos-1 {
        top: 15px;
        left: calc(-80px + 8vw);
    }

    .process-step-pos-2 {
        top: 60px;
        right: calc(-80px + 8vw);
    }

    .process-step-pos-3 {
        bottom: 125px;
        left: calc(-80px + 8vw);
    }

    .process-step-pos-4 {
        bottom: 30px;
        right: calc(-80px + 8vw);
    }

    .process-step-label {
        font-size: 12px;
    }

    .process-step-pill {
        padding: 10px 25px;
    }

    .process-pill-title {
        font-size: 13px;
    }

    .process-step-desc {
        color: #555960;
        font-size: 14px;
    }

    .process-step-desc-wrap {
        width: 240px;
    }

    /* our process section ends */

    /* visit us section starts */

    .visit-us-wrap {
        padding: 70px 0;
    }

    .visit-us-title-text {
        font-size: 32px;
    }

    .visit-card {
        border-radius: 13px;
    }

    .visit-card-image-inner {
        min-height: 220px;
        border-radius: 13px;
    }

    .visit-card-content-wrap {
        padding: 10px 12px 12px;
    }

    .visit-card-title {
        font-size: 22px;
        margin: 0 0 8px;
    }

    .visit-card-info-text a,
    .visit-card-phone-text a,
    .visit-card-info-text {
        font-size: 14px;
    }

    .visit-card-btn {
        padding: 8px 16px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 12px;
    }

    /* visit us section ends */

    /* faq section starts */

    .faq-wrap {
        padding: 70px 0;
    }

    .faq-header {
        margin: 0 auto 30px;
        max-width: 600px;
        text-align: center;
    }

    .faq-tagline {
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .faq-title-text {
        font-size: 32px;
    }

    .faq-row {
        row-gap: 24px;
        justify-content: center;
    }

    .faq-card {
        border-radius: 13px;
        padding: 24px;
    }

    .faq-question {
        font-size: 20px;
        margin-bottom: 10px;
        max-width: calc(100% - 36px);
    }

    .faq-number {
        top: 10px;
        right: 10px;
        font-size: 36px;
    }

    .faq-answer {
        font-size: 13px;
    }

    /* faq section ends */

    /* cta section starts */

    .cta-tagline {
        margin-bottom: 5px;
    }

    .cta-title-text {
        font-size: 28px;
    }

    .cta-description {
        font-size: 13px;
    }

    .cta-btn {
        font-size: 13px;
        padding: 10px 16px;
        border-radius: 6px;
    }

    /* cta section ends */

    /* footer section starts */

    .footer-wrap {
        padding: 60px 0 0;
    }

    .footer-logo-img {
        width: 160px;
    }

    .footer-description p {
        font-size: 15px;
    }

    .footer-main-row {
        row-gap: 32px;
        margin-bottom: 50px;
    }

    .footer-col-title {
        margin-bottom: 8px;
    }

    #mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2;
        font-size: 15px;
    }

    #mega-menu-max_mega_menu_1#mega-menu-max_mega_menu_1>li.mega-menu-item,
    #mega-menu-max_mega_menu_2#mega-menu-max_mega_menu_2>li.mega-menu-item {
        line-height: 1.2;
    }

    .footer-contact-item {
        font-size: 15px;
        line-height: 1.5;
    }

    .footer-bottom-row {
        justify-content: space-between;
        gap: 8px;
    }

    .footer-copyright,
    .footer-credit {
        font-size: 13px;
    }

    /* footer section ends */

    /* home page ends */

    /* about us page start */

    /* about us banner section start */

    .about-us-banner-wrap {
        padding: 130px 0 60px;
    }

    .about-us-banner-content {
        margin-bottom: 24px;
        max-width: 600px;
    }

    .about-us-banner-title {
        font-size: 38px;
        margin-bottom: 8px;
    }

    .about-us-banner-description {
        font-size: 16px;
    }

    .about-us-banner-image-wrap {
        border-radius: 15px;
    }

    /* about us banner section ends */

    /* our approach section starts */

    .our-approach-wrap {
        padding: 70px 0;
    }

    .our-approach-content-col {
        margin-bottom: 32px;
    }

    .our-approach-content h2 {
        font-size: 32px;
    }

    .our-approach-content p {
        font-size: 15px;
    }

    .header-book-btn {
        font-size: 14px;
        padding: 12px 20px;
    }

    .our-approach-mv-col {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .our-approach-mv-card {
        border-left: 2px solid #055CCF;
        padding: 24px;
    }

    .our-approach-slider {
        margin-top: 80px;
    }

    .our-approach-card {
        min-height: 350px;
    }

    .our-approach-number {
        font-size: 40px;
    }

    .our-approach-arrows {
        margin-top: 24px;
    }

    /* our approach section ends */

    /* inner about doctor section starts */

    .inner-about-doctor-wrap {
        padding: 70px 0;
    }

    .inner-about-doctor-content h2 {
        font-size: 32px;
    }

    .inner-about-doctor-content p {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .inner-about-doctor-image-wrap {
        margin-top: 34px;
        border-radius: 18px;
        aspect-ratio: 4/3;
    }

    .inner-about-doctor-image-desktop {
        display: none;
    }

    .inner-about-doctor-image-tab {
        display: block;
    }

    .inner-about-process-wrap {
        padding: 10px 0 50px;
    }

    .inner-about-process-header {
        margin-bottom: 24px;
    }

    .inner-about-process-title-text {
        font-size: 26px;
    }

    .inner-about-process-number {
        display: block;
        font-size: 24px;
    }

    .inner-about-process-card:hover .inner-about-process-number {
        transform: scale(1.15) translateX(20px);
        color: #0446A3;
    }

    /* about us page ends */

    /* specialities page start */

    .inner-specialities-wrap {
        padding: 130px 0 70px;
    }

    .inner-specialities-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-specialities-title {
        font-size: 32px;
    }

    .inner-specialities-subtitle {
        font-size: 16px;
    }

    .inner-specialities-wrap .specialities-row {
        row-gap: 0;
    }

    .inner-speciality-image {
        aspect-ratio: 16 / 9;
    }

    .inner-speciality-content {
        padding: 16px;
    }

    .inner-speciality-title {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .inner-speciality-desc {
        font-size: 14px;
    }

    .inner-speciality-card {
        border-radius: 13px;
    }

    /* specialities page ends */

    /* testimonials page start */

    .inner-testimonials-wrap {
        padding: 130px 0 70px;
    }

    .inner-testimonials-tagline {
        margin-bottom: 5px;
    }

    .inner-testimonials-title-text {
        font-size: 32px;
    }

    .inner-testimonials-subtitle {
        font-size: 14px;
    }

    .inner-testimonial-quote {
        font-size: 13.5px;
    }

    .inner-testimonial-modal .modal-dialog {
        max-width: 80% !important;
        margin: 40px auto !important;
    }

    .inner-testimonial-modal .modal-content {
        border-radius: 13px;
        padding: 24px;
    }

    /* testimonials page ends */

    /* blogs page start */

    .blog-wrap {
        padding: 130px 0 70px;
    }

    .blog-header-title {
        font-size: 32px;
    }

    .blog-header-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .blog-img {
        border-radius: 14px;
        overflow: hidden;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-content {
        font-size: 14px;
    }

    .blog-readmore {
        padding: 8px 20px 8px 20px;
        font-size: 11px;
    }

    .blog-pagination {
        margin-top: 32px;
    }

    /* blogs page ends */

    /* courses page start */

    .inner-courses-wrap {
        padding: 130px 0 70px;
    }

    .inner-courses-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-courses-title {
        font-size: 32px;
    }

    .inner-courses-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .inner-course-card {
        border-radius: 16px;
    }

    .inner-course-img {
        aspect-ratio: 16/9;
        border-radius: 9px;
    }

    .inner-course-content-wrap {
        padding: 16px 10px 6px;
    }

    .inner-course-title {
        font-size: 18px;
        line-height: 1.25;
    }

    .inner-course-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    /* courses page ends */

    /* faq page start */

    .inner-faq-section {
        padding: 130px 0 70px;
    }

    .inner-faq-title {
        font-size: 32px;
    }

    .inner-faq-subtitle {
        font-size: 16px;
    }

    .inner-faq-header {
        padding: 20px;
    }

    .inner-faq-icon {
        width: 30px;
        height: 30px;
        border-radius: 8px;
    }

    .inner-faq-icon svg {
        width: 16px;
        height: 16px;
    }

    .inner-faq-content-inner>* {
        font-size: 14px;
    }

    /* faq page ends */

    /* contact us page start */

    .inner-contact-wrap {
        padding: 130px 0 70px;
    }

    .inner-contact-tagline {
        margin-bottom: 6px;
    }

    .inner-contact-title {
        font-size: 32px;
    }

    .inner-contact-form-col {
        order: 1;
    }

    .inner-contact-info-col {
        order: 2;
    }

    .inner-contact-form-card {
        border-radius: 10px;
        padding: 32px;
    }

    .inner-contact-form-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .inner-contact-form-wrap textarea.form-control {
        max-height: 160px;
    }

    .inner-contact-form-wrap .wpcf7-form-control.btn,
    .inner-contact-form-wrap .btn-primary {
        font-size: 14px;
        padding: 12px 28px;
    }

    .inner-contact-info-card {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 18px;
        background: #FFFFFF;
        border-left: 3px solid transparent;
        border-radius: 13px;
        padding: 16px;
    }

    .inner-contact-info-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .inner-contact-map-wrap {
        grid-column: 2;
        grid-row: 1 / span 3;
        margin-top: 0;
        border-radius: 13px;
        height: 100%;
        min-height: 260px;
    }

    /* contact us page ends */

    /* single speciality page start */

    .single-speciality-wrap {
        padding: 130px 0 70px;
    }

    .single-speciality-title {
        font-size: 32px;
    }

    .single-speciality-header {
        text-align: left;
        margin: 0 0 24px;
    }

    .single-speciality-image-col {
        margin-bottom: 24px;
    }

    .single-speciality-image-wrap {
        position: static !important;
        border-radius: 16px;
    }

    .single-speciality-content h2 {
        font-size: 24px;
    }

    .single-speciality-content p,
    .single-speciality-content li {
        font-size: 16px;
    }

    .single-speciality-content h4 {
        font-size: 20px;
    }

    /* single speciality page ends */

    /* single course page start */

    .single-course-wrap {
        padding: 130px 0 60px;
    }

    .single-course-header {
        text-align: left;
        margin: 0 auto 24px;
    }

    .single-course-status-badge {
        font-size: 11px;
        padding: 5px 13px;
    }

    .single-course-hero-img {
        border-radius: 13px;
        aspect-ratio: 16/9;
        margin-bottom: 24px;
    }

    .single-course-title {
        font-size: 32px;
    }

    .single-course-content h2,
    .single-course-content h3,
    .single-course-content h4 {
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .single-course-content h2 {
        font-size: 24px;
    }

    .single-course-content h3 {
        font-size: 22px;
    }

    .single-course-content h4 {
        font-size: 20px;
    }

    .single-course-sidebar {
        position: static !important;
        margin-top: 24px;
        flex-direction: row;
    }

    .sidebar-widget {
        border-radius: 13px;
        padding: 24px;
        flex: 0 0 48%;
        max-width: 50%;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .single-course-meta-list {
        padding: 0;
    }

    .single-course-meta-label {
        font-size: 11px;
    }

    .single-course-meta-value {
        font-size: 14px;
    }

    .single-course-register-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .recent-post-thumb {
        border-radius: 5px;
        overflow: hidden;
        flex-shrink: 0;
    }

    /* single course page ends */

    /* single blog page start */

    .single-blog-wrap {
        padding: 130px 0 70px;
    }

    .single-blog-hero-img img {
        aspect-ratio: 16/9;
    }

    .single-blog-header {
        margin-bottom: 24px;
    }

    .single-blog-title {
        font-size: 32px;
    }

    .single-blog-content h2 {
        font-size: 24px;
    }

    .single-blog-content h3 {
        font-size: 22px;
    }

    .single-blog-content h2 {
        font-size: 20px;
    }

    .single-blog-sidebar {
        padding-left: 0;
        margin-top: 32px;
    }

    .recent-post-title {
        font-size: 15px;
    }

    /* single blog page ends */

    /* 404 page start */

    .error-404-hero-content {
        max-width: 60%;
        padding: 160px 4vw 80px 6vw;
        -webkit-mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
        mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
    }

    .error-404-code {
        font-size: 120px;
        margin-bottom: 10px;
    }

    .error-404-title {
        font-size: 22px;
    }

    .error-404-desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .error-404-actions {
        gap: 12px;
    }

    .error-404-outline-btn,
    .error-404-home-btn {
        padding: 11px 18px;
        font-size: 13px;
    }

    .error-404-directions-wrap {
        padding: 70px 0;
    }

    .error-404-directions-header {
        margin-bottom: 30px;
    }

    .error-404-directions-title {
        font-size: 32px;
    }

    .error-404-direction-card {
        padding: 20px 16px;
    }

    .error-404-direction-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    /* 404 page ends */

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    /* home page starts */

    /* header section starts */

    .header-wrapper {
        width: 100%;
        top: 0px;
        padding: 8px 6vw;
        border-radius: 0px;
    }

    .f-nav .header-wrapper {
        padding: 8px 6vw;
    }

    .header-logo img {
        width: 125px;
    }

    .f-nav .header-wrapper .header-logo img {
        height: auto;
        width: 115px;
    }

    .header-menu-col {
        display: flex;
        justify-content: flex-end;
    }

    .header-menu-col #mega-menu-wrap-primary #mega-menu-primary {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
        background: #ffffff;
        padding: 60px 0 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close {
        background: #f1f5f9;
        border-radius: 50%;
        width: 36px !important;
        height: 36px !important;
        top: 12px !important;
        transform: scale(0.7) rotate(-90deg);
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
            background-color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background-color: #0A121E;
        transition: background-color 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover {
        background: #e2e8f0;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::before {
        background-color: #055CCF;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        visibility: visible;
        opacity: 1;
        right: 20px;
        left: auto;
        transform: scale(1) rotate(0deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close:active {
        transform: scale(0.85) rotate(0deg);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2 !important;
        height: unset !important;
        padding: 10px 15px !important;
        color: #0A121E;
        border-radius: 0 !important;
        font-family: inherit;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background-color: transparent !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        background: #f7f9fc;
        border: none;
        border-radius: 10px;
        box-shadow: none;
        padding: 4px 0;
        margin: 6px 0 6px !important;
        width: 100%;
        overflow: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        border-bottom: 1px solid rgba(5, 92, 207, 0.08);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
        border-bottom: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        position: relative;
        padding: 12px 15px 12px 28px !important;
        border-radius: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #055CCF;
        opacity: 0.5;
    }

    .header-contact-col {
        display: none;
    }

    /* header section ends */

    /* banner section starts */

    .banner-content-col h1 {
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 14px;
    }

    .banner-btn-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .banner-btn {
        font-size: 14px;
        padding: 12px 18px;
    }

    .banner-image-wrap {
        position: relative;
        width: 100%;
        max-width: 370px;
        min-height: 400px;
        border-radius: 24px;
    }

    .banner-image-wrap .banner-image {
        width: 100%;
        height: 100%;
        min-height: 400px;
        object-fit: cover;
        object-position: center;
        filter: saturate(1.05);
    }

    /* banner section ends */

    /* credentials section starts */

    .credentials-header {
        margin: 0 auto 40px;
    }

    .credentials-title-text {
        font-size: 36px;
    }

    .credentials-col {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .credential-card {
        width: 100%;
        height: 100%;
        min-height: 170px;
        padding: 42px 16px 16px;
        border-radius: 15px;
    }

    /* credentials section ends */

    /* specialities section start */

    .specialities-wrap {
        padding: 80px 0;
    }

    .specialities-title-text {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .specialities-description {
        font-size: 15px;
    }

    .speciality-card {
        min-height: unset;
        border-radius: 13px;
    }

    .speciality-image {
        aspect-ratio: 16/9;
        width: 100%;
        height: 100%;
        min-height: 120px;
        margin-top: 0px;
        border-radius: 0;
    }

    .speciality-content {
        padding: 16px;
    }

    .speciality-title {
        font-size: 18px;
    }

    .speciality-desc {
        font-size: 14px;
    }

    .speciality-back {
        padding: 16px;
    }

    .speciality-title-back {
        font-size: 18px;
    }

    .sub-speciality-text {
        font-size: 14px;
    }

    .speciality-learn-more-btn {
        padding: 11px 20px;
        font-size: 12px;
        margin-top: 16px;
    }

    .specialities-col,
    .specialities-more-col {
        margin-bottom: 24px;
    }

    .specialities-more-row {
        row-gap: 0;
        margin-top: 0;
    }

    .specialities-row {
        row-gap: 0;
    }

    .speciality-more-card {
        border-radius: 13px;
        padding: 16px;
        height: 100%;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .speciality-more-icon {
        aspect-ratio: 16/9;
        min-height: 120px;
    }

    /* specialities section ends */

    /* about us section starts */

    .about-us-wrap {
        padding: 80px 0;
    }

    .about-us-image-col {
        padding-right: 20px !important;
        margin-bottom: 24px;
    }

    .about-us-image-wrap {
        border-radius: 15px;
    }

    .about-us-content h2 {
        font-size: 32px;
    }

    .focus-area-pill {
        padding: 8px 15px;
    }

    .about-us-focus-areas {
        gap: 8px;
        margin-bottom: 16px;
    }

    .qualification-item {
        padding: 14px 0;
    }

    .qualification-title {
        font-size: 15px;
    }

    .qualification-desc {
        font-size: 13px;
    }

    /* about us section ends */

    /* why choose us section starts */

    .why-choose-us-wrap {
        padding: 80px 0;
    }

    .why-choose-us-title-text {
        font-size: 36px;
    }

    .why-choose-us-card {
        min-height: 320px;
        border-radius: 16px;
        padding: 24px;
    }

    .why-choose-us-number {
        margin-bottom: 24px;
    }

    .why-choose-us-card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .why-choose-us-card-desc p {
        font-size: 15px;
        line-height: 1.5;
    }

    .why-choose-us-arrows {
        margin-top: 16px;
    }

    /* why choose us section ends */

    /* care-insights section starts */

    .care-insights-wrap {
        padding: 80px 0;
    }

    .care-insights-title-text {
        font-size: 36px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-image {
        opacity: 1;
        visibility: visible;
    }

    .care-insights-slide {
        flex: 0 0 50% !important;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .care-insights-card {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        height: auto;
        min-height: auto;
        border-radius: 15px;
    }

    .care-insights-image {
        order: 1;
        flex: 1 1 auto !important;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 12px;
    }

    .care-insights-content {
        order: 2;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex: 1;
    }

    .care-insights-card-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .care-insights-tagline {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .care-insights-card-desc p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .care-insights-learn-more {
        display: inline-block;
        margin-top: auto;
        font-size: 13px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-content {
        max-width: 100%;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-card .care-insights-card-title {
        font-size: 24px;
    }

    /* care-insights section ends */

    /* testimonial section starts */

    .testimonials-wrap {
        padding: 80px 0;
    }

    .testimonials-label {
        margin-bottom: 5px;
    }

    .testimonials-title-text {
        font-size: 36px;
        margin: 0 0 8px;
    }

    .testimonials-marquee-track {
        gap: 16px;
    }

    .testimonials-marquee-row+.testimonials-marquee-row {
        margin-top: 16px;
    }

    .testimonial-card {
        flex: 0 0 auto;
        width: 320px;
        border-radius: 13px;
        padding: 16px;
        margin-bottom: 0px;
    }

    /* testimonial section ends */

    /* our process section starts */

    .our-process-wrap {
        padding: 80px 0 100px;
    }

    .our-process-title-text {
        font-size: 36px;
    }

    .process-interactive-stage {
        position: relative;
        width: 100%;
        max-width: 600px;
        height: 600px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .process-step-pos-1 {
        top: 15px;
        left: calc(-80px + 8vw);
    }

    .process-step-pos-2 {
        top: 60px;
        right: calc(-80px + 8vw);
    }

    .process-step-pos-3 {
        bottom: 125px;
        left: calc(-80px + 8vw);
    }

    .process-step-pos-4 {
        bottom: 30px;
        right: calc(-80px + 8vw);
    }

    .process-step-label {
        font-size: 12px;
    }

    .process-step-pill {
        padding: 10px 25px;
    }

    .process-pill-title {
        font-size: 13px;
    }

    .process-step-desc {
        color: #555960;
        font-size: 14px;
    }

    .process-step-desc-wrap {
        width: 240px;
    }

    /* our process section ends */

    /* visit us section starts */

    .visit-us-wrap {
        padding: 80px 0;
    }

    .visit-us-title-text {
        font-size: 36px;
    }

    .visit-card {
        border-radius: 13px;
        flex-direction: column;
    }

    .visit-card-image-wrap {
        width: 100%;
        padding: 24px;
    }

    .visit-card-image-inner {
        min-height: 220px;
        border-radius: 13px;
    }

    .visit-card-content-wrap {
        padding: 10px 24px 24px;
        width: 100%;
    }

    .visit-card-category {
        font-size: 14px;
    }

    .visit-card-badge-num {
        font-size: 30px;
    }

    /* visit us section ends */

    /* faq section starts */

    .faq-wrap {
        padding: 80px 0;
    }

    .faq-header {
        margin: 0 auto 30px;
        max-width: 600px;
        text-align: center;
    }

    .faq-tagline {
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .faq-title-text {
        font-size: 36px;
    }

    .faq-row {
        row-gap: 24px;
        justify-content: center;
    }

    .faq-card {
        border-radius: 13px;
        padding: 24px;
    }

    .faq-question {
        font-size: 18px;
        margin-bottom: 10px;
        max-width: calc(100% - 36px);
    }

    .faq-number {
        top: 10px;
        right: 10px;
        font-size: 36px;
    }

    /* faq section ends */

    /* cta section starts */

    .cta-tagline {
        margin-bottom: 5px;
    }

    .cta-title-text {
        font-size: 32px;
    }

    .cta-description {
        font-size: 14px;
    }

    .cta-btn {
        padding: 12px 20px;
        border-radius: 6px;
    }

    /* cta section ends */

    /* footer section starts */

    .footer-main-row {
        row-gap: 32px;
        margin-bottom: 50px;
    }

    .footer-bottom-row {
        justify-content: space-between;
        gap: 8px;
    }

    .footer-copyright,
    .footer-credit {
        font-size: 14px;
    }

    /* footer section ends */

    /* home page ends */

    /* about us page start */

    /* about us banner section start */

    .about-us-banner-wrap {
        padding: 150px 0 70px;
    }

    .about-us-banner-content {
        margin-bottom: 24px;
        max-width: 600px;
    }

    .about-us-banner-title {
        font-size: 42px;
        margin-bottom: 8px;
    }

    /* about us banner section ends */

    /* our approach section starts */

    .our-approach-wrap {
        padding: 80px 0;
    }

    .our-approach-content-col {
        margin-bottom: 32px;
    }

    .our-approach-content h2 {
        font-size: 36px;
    }

    .header-book-btn {
        font-size: 14px;
        padding: 12px 20px;
    }

    .our-approach-mv-col {
        display: flex;
        gap: 24px;
    }

    .our-approach-mv-card {
        border-left: 2px solid #055CCF;
        padding: 24px;
    }

    .our-approach-slider {
        margin-top: 80px;
    }

    .our-approach-card {
        min-height: 350px;
    }

    .our-approach-number {
        font-size: 40px;
    }

    .our-approach-arrows {
        margin-top: 24px;
    }

    /* our approach section ends */

    /* inner about doctor section starts */

    .inner-about-doctor-wrap {
        padding: 70px 0;
    }

    .inner-about-process-wrap {
        padding: 10px 0 50px;
    }

    .inner-about-process-header {
        margin-bottom: 24px;
    }

    .inner-about-process-title-text {
        font-size: 26px;
    }

    .inner-about-process-number {
        display: block;
        font-size: 24px;
    }

    .inner-about-process-card:hover .inner-about-process-number {
        transform: scale(1.15) translateX(20px);
        color: #0446A3;
    }

    /* about us page ends */

    /* specialities page start */

    .inner-specialities-wrap {
        padding: 150px 0 70px;
    }

    .inner-specialities-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-specialities-title {
        font-size: 36px;
    }

    .inner-specialities-wrap .specialities-row {
        row-gap: 0;
    }

    .inner-speciality-image {
        aspect-ratio: 16 / 9;
    }

    .inner-speciality-content {
        padding: 16px;
    }

    .inner-speciality-title {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .inner-speciality-desc {
        font-size: 13px;
        line-height: 1.5;
    }

    .inner-speciality-card {
        border-radius: 13px;
    }

    /* specialities page ends */

    /* testimonials page start */

    .inner-testimonials-wrap {
        padding: 150px 0 80px;
    }

    .inner-testimonials-tagline {
        margin-bottom: 5px;
    }

    .inner-testimonials-title-text {
        font-size: 36px;
    }

    .inner-testimonial-quote {
        font-size: 12px;
    }

    .inner-testimonial-modal .modal-dialog {
        max-width: 80% !important;
        margin: 40px auto !important;
    }

    .inner-testimonial-modal .modal-content {
        border-radius: 13px;
        padding: 24px;
    }

    /* testimonials page ends */

    /* blogs page start */

    .blog-wrap {
        padding: 150px 0 80px;
    }

    .blog-header-title {
        font-size: 36px;
    }

    .blog-header-subtitle {
        font-size: 16px;
        line-height: 1.5;
    }

    .blog-img {
        aspect-ratio: 16/9;
        border-radius: 14px;
        overflow: hidden;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-content {
        font-size: 14px;
    }

    .blog-readmore {
        padding: 8px 20px 8px 20px;
        font-size: 11px;
    }

    .blog-pagination {
        margin-top: 32px;
    }

    /* blogs page ends */

    /* courses page start */

    .inner-courses-wrap {
        padding: 150px 0 80px;
    }

    .inner-courses-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-courses-title {
        font-size: 36px;
    }

    .inner-course-card {
        border-radius: 16px;
    }

    .inner-course-img {
        aspect-ratio: 16/9;
        border-radius: 9px;
    }

    .inner-course-content-wrap {
        padding: 16px 10px 6px;
    }

    .inner-course-title {
        font-size: 20px;
        line-height: 1.25;
    }

    /* courses page ends */

    /* faq page start */

    .inner-faq-section {
        padding: 150px 0 80px;
    }

    .inner-faq-title {
        font-size: 36px;
    }

    /* faq page ends */

    /* contact us page start */

    .inner-contact-wrap {
        padding: 150px 0 70px;
    }

    .inner-contact-tagline {
        margin-bottom: 6px;
    }

    .inner-contact-title {
        font-size: 36px;
    }

    .inner-contact-form-col {
        order: 1;
    }

    .inner-contact-info-col {
        order: 2;
    }

    .inner-contact-form-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .inner-contact-form-wrap textarea.form-control {
        max-height: 160px;
    }

    .inner-contact-info-card {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 18px;
        background: #FFFFFF;
        border-left: 3px solid transparent;
        border-radius: 13px;
        padding: 16px;
    }

    .inner-contact-info-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .inner-contact-map-wrap {
        grid-column: 2;
        grid-row: 1 / span 3;
        margin-top: 0;
        border-radius: 13px;
        height: 100%;
        min-height: 260px;
    }

    /* contact us page ends */

    /* single speciality page start */

    .single-speciality-wrap {
        padding: 150px 0 80px;
    }

    .single-speciality-title {
        font-size: 36px;
    }

    .single-speciality-header {
        text-align: left;
        margin: 0 0 24px;
    }

    .single-speciality-image-wrap {
        position: static !important;
        border-radius: 16px;
    }

    .single-speciality-content h2 {
        font-size: 26px;
    }

    .single-speciality-content h4 {
        font-size: 22px;
    }

    .single-speciality-content ul,
    .single-speciality-content ol {
        columns: 3;
        column-gap: 40px;
    }

    /* single speciality page ends */

    /* single course page start */

    .single-course-wrap {
        padding: 150px 0 80px;
    }

    .single-course-hero-img {
        aspect-ratio: 16/9;
    }

    .single-course-title {
        font-size: 36px;
    }

    .single-course-content h2,
    .single-course-content h3,
    .single-course-content h4 {
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .single-course-content h2 {
        font-size: 26px;
    }

    .single-course-content h3 {
        font-size: 24px;
    }

    .single-course-content h4 {
        font-size: 22px;
    }

    .sidebar-widget {
        border-radius: 13px;
        padding: 24px;
    }

    .sidebar-title {
        font-size: 18px;
    }

    .single-course-meta-list {
        padding: 0;
    }

    .single-course-meta-label {
        font-size: 11px;
    }

    .single-course-meta-value {
        font-size: 14px;
    }

    .single-course-register-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .recent-post-thumb {
        border-radius: 5px;
        overflow: hidden;
        flex-shrink: 0;
    }

    /* single course page ends */

    /* single blog page start */

    .single-blog-wrap {
        padding: 150px 0 90px;
    }

    .single-blog-hero-img img {
        aspect-ratio: 16/9;
    }

    .single-blog-title {
        font-size: 36px;
    }

    .single-blog-content h2 {
        font-size: 26px;
    }

    .single-blog-content h3 {
        font-size: 24px;
    }

    .single-blog-content h2 {
        font-size: 22px;
    }

    .single-blog-sidebar {
        padding-left: 0;
    }

    .recent-post-title {
        font-size: 13px;
    }

    /* single blog page ends */

    /* 404 page start */

    .error-404-hero-content {
        max-width: 55%;
        padding: 160px 4vw 80px 6vw;
        -webkit-mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
        mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
    }

    .error-404-code {
        font-size: 140px;
        margin-bottom: 10px;
    }

    .error-404-title {
        font-size: 24px;
    }

    .error-404-actions {
        gap: 12px;
    }

    .error-404-directions-wrap {
        padding: 70px 0;
    }

    .error-404-directions-header {
        margin-bottom: 30px;
    }

    .error-404-directions-title {
        font-size: 36px;
    }

    .error-404-direction-card {
        padding: 20px 16px;
    }

    .error-404-direction-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .error-404-directions-col {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    /* 404 page ends */

}

@media only screen and (min-width: 1200px) and (max-width: 1380.98px) {

    /* home page starts */

    /* header section starts */

    .header-logo img {
        width: 130px;
    }

    .f-nav .header-wrapper .header-logo img {
        width: 125px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 15px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 13px !important;
    }

    .header-menu-col #mega-menu-wrap-primary #mega-menu-primary {
        gap: 16px;
    }

    .header-phone {
        font-size: 14px;
    }

    .header-book-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    /* header section ends */

    /* banner section starts */

    .banner-content-col h1 {
        font-size: 44px;
        font-weight: 500;
        margin-bottom: 14px;
    }

    .banner-btn-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .banner-image-wrap {
        max-width: 370px;
        min-height: 400px;
    }

    .banner-image-wrap .banner-image {
        min-height: 400px;
    }

    /* banner section ends */

    /* credentials section starts */

    .credentials-header {
        margin: 0 auto 40px;
    }

    .credentials-title-text {
        font-size: 36px;
    }

    .credentials-col {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .credential-card {
        min-height: 170px;
        padding: 42px 16px 16px;
        border-radius: 15px;
    }

    /* credentials section ends */

    /* specialities section start */

    .specialities-wrap {
        padding: 80px 0;
    }

    .specialities-title-text {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .specialities-description {
        font-size: 15px;
    }

    .speciality-card {
        min-height: unset;
        border-radius: 13px;
    }

    .speciality-image {
        aspect-ratio: 16/9;
        height: 100%;
        min-height: 120px;
        margin-top: 0px;
        border-radius: 0;
    }

    .speciality-content {
        padding: 16px;
    }

    .speciality-title {
        font-size: 18px;
    }

    .speciality-back {
        padding: 16px;
    }

    .speciality-title-back {
        font-size: 18px;
    }

    .sub-speciality-text {
        font-size: 16px;
    }

    .speciality-learn-more-btn {
        padding: 11px 20px;
        font-size: 12px;
        margin-top: 16px;
    }

    .specialities-col,
    .specialities-more-col {
        margin-bottom: 24px;
    }

    .specialities-more-row {
        row-gap: 0;
        margin-top: 0;
    }

    .specialities-row {
        row-gap: 0;
    }

    .speciality-more-card {
        border-radius: 13px;
        padding: 16px;
    }

    .speciality-more-card:hover {
        transform: none !important;
    }

    .speciality-more-card:hover .speciality-more-icon img {
        transform: none !important;
    }

    .speciality-more-icon {
        aspect-ratio: 16/9;
        min-height: 120px;
    }

    /* specialities section ends */

    /* about us section starts */

    .about-us-wrap {
        padding: 80px 0;
    }

    .about-us-image-col {
        padding-right: 20px !important;
        margin-bottom: 24px;
    }

    .about-us-image-wrap {
        border-radius: 15px;
    }

    .about-us-content h2 {
        font-size: 38px;
    }

    /* about us section ends */

    /* why choose us section starts */

    .why-choose-us-wrap {
        padding: 80px 0;
    }

    .why-choose-us-title-text {
        font-size: 40px;
    }

    .why-choose-us-number {
        margin-bottom: 24px;
    }

    .why-choose-us-card-desc p {
        font-size: 16px;
    }

    /* why choose us section ends */

    /* care-insights section starts */

    .care-insights-wrap {
        padding: 80px 0;
    }

    .care-insights-title-text {
        font-size: 40px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-image {
        opacity: 1;
        visibility: visible;
    }

    .care-insights-card {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        height: auto;
        min-height: auto;
        border-radius: 15px;
    }

    .care-insights-image {
        order: 1;
        flex: 1 1 auto !important;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 12px;
    }

    .care-insights-content {
        order: 2;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex: 1;
    }

    .care-insights-card-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .care-insights-tagline {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .care-insights-card-desc p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .care-insights-learn-more {
        margin-top: auto;
        font-size: 13px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-content {
        max-width: 100%;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-card .care-insights-card-title {
        font-size: 18px;
    }

    /* care-insights section ends */

    /* testimonial section starts */

    .testimonials-wrap {
        padding: 80px 0;
    }

    .testimonials-title-text {
        font-size: 40px;
        margin: 0 0 8px;
    }

    .testimonials-marquee-track {
        gap: 16px;
    }

    .testimonials-marquee-row+.testimonials-marquee-row {
        margin-top: 16px;
    }

    .testimonial-card {
        width: 320px;
        border-radius: 13px;
        padding: 16px;
        margin-bottom: 0px;
    }

    /* testimonial section ends */

    /* our process section starts */

    .our-process-wrap {
        padding: 80px 0 100px;
    }

    .our-process-title-text {
        font-size: 40px;
    }

    .process-interactive-stage {
        max-width: 600px;
        height: 600px;
    }

    .process-step-pos-1 {
        top: 15px;
        left: calc(-80px + 8vw);
    }

    .process-step-pos-2 {
        top: 60px;
        right: calc(-80px + 8vw);
    }

    .process-step-pos-3 {
        left: calc(-80px + 8vw);
    }

    .process-step-pos-4 {
        bottom: 30px;
        right: calc(-80px + 8vw);
    }

    .process-step-label {
        font-size: 12px;
    }

    .process-step-pill {
        padding: 10px 25px;
    }

    .process-pill-title {
        font-size: 13px;
    }

    .process-step-desc {
        font-size: 14px;
    }

    .process-step-desc-wrap {
        width: 240px;
    }

    /* our process section ends */

    /* visit us section starts */

    .visit-us-wrap {
        padding: 80px 0;
    }

    .visit-us-title-text {
        font-size: 40px;
    }

    /* visit us section ends */

    /* faq section starts */

    .faq-wrap {
        padding: 80px 0;
    }

    .faq-header {
        margin-bottom: 30px;
    }

    .faq-tagline {
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .faq-title-text {
        font-size: 40px;
    }

    .faq-row {
        row-gap: 24px;
        justify-content: center;
    }

    .faq-card {
        border-radius: 13px;
        padding: 24px;
    }

    .faq-question {
        font-size: 18px;
        margin-bottom: 10px;
        max-width: calc(100% - 36px);
    }

    .faq-number {
        top: 10px;
        right: 10px;
        font-size: 36px;
    }

    /* faq section ends */

    /* cta section starts */

    .cta-tagline {
        margin-bottom: 5px;
    }

    .cta-title-text {
        font-size: 36px;
    }

    /* cta section ends */

    /* footer section starts */

    .footer-main-row {
        row-gap: 32px;
        margin-bottom: 50px;
    }

    /* footer section ends */

    /* home page ends */

    /* about us page start */

    /* about us banner section start */

    .about-us-banner-wrap {
        padding: 150px 0 70px;
    }

    .about-us-banner-content {
        margin-bottom: 24px;
        max-width: 600px;
    }

    .about-us-banner-title {
        font-size: 46px;
    }

    /* about us banner section ends */

    /* our approach section starts */

    .our-approach-wrap {
        padding: 80px 0;
    }

    .our-approach-content-col {
        margin-bottom: 32px;
    }

    .our-approach-content h2 {
        font-size: 40px;
    }

    .our-approach-mv-card {
        border-left: 2px solid #055CCF;
        padding: 24px;
    }

    .our-approach-slider {
        margin-top: 80px;
    }

    .our-approach-card {
        min-height: 370px;
    }

    .our-approach-number {
        font-size: 40px;
    }

    .our-approach-arrows {
        margin-top: 24px;
    }

    /* our approach section ends */

    /* inner about doctor section starts */

    .inner-about-doctor-wrap {
        padding: 80px 0;
    }

    .inner-about-process-wrap {
        padding: 10px 0 50px;
    }

    .inner-about-process-header {
        margin-bottom: 24px;
    }

    .inner-about-process-title-text {
        font-size: 30px;
    }

    .inner-about-process-number {
        font-size: 24px;
    }

    .inner-about-process-card:hover .inner-about-process-number {
        transform: scale(1.15) translateX(20px);
    }

    /* about us page ends */

    /* specialities page start */

    .inner-specialities-wrap {
        padding: 150px 0 70px;
    }

    .inner-specialities-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-specialities-title {
        font-size: 36px;
    }

    .inner-specialities-wrap .specialities-row {
        row-gap: 0;
    }

    .inner-speciality-content {
        padding: 16px;
    }

    /* specialities page ends */

    /* testimonials page start */

    .inner-testimonials-wrap {
        padding: 150px 0 80px;
    }

    .inner-testimonials-tagline {
        margin-bottom: 5px;
    }

    .inner-testimonials-title-text {
        font-size: 40px;
    }

    /* testimonials page ends */

    /* blogs page start */

    .blog-wrap {
        padding: 150px 0 80px;
    }

    .blog-header-title {
        font-size: 40px;
    }

    .blog-header-subtitle {
        line-height: 1.5;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-readmore {
        padding: 8px 20px 8px 20px;
        font-size: 11px;
    }

    .blog-pagination {
        margin-top: 32px;
    }

    /* blogs page ends */

    /* courses page start */

    .inner-courses-wrap {
        padding: 150px 0 80px;
    }

    .inner-courses-header-wrap {
        margin: 0 auto 40px;
    }

    .inner-courses-title {
        font-size: 40px;
    }

    .inner-course-title {
        font-size: 20px;
    }

    .header-book-btn {
        font-size: 14px;
        padding: 9px 15px;
    }

    /* courses page ends */

    /* faq page start */

    .inner-faq-section {
        padding: 150px 0 80px;
    }

    .inner-faq-title {
        font-size: 40px;
    }

    /* faq page ends */

    /* contact us page start */

    .inner-contact-wrap {
        padding: 150px 0 70px;
    }

    .inner-contact-tagline {
        margin-bottom: 6px;
    }

    .inner-contact-title {
        font-size: 40px;
    }

    .inner-contact-form-title {
        font-size: 24px;
    }

    .inner-contact-form-wrap textarea.form-control {
        max-height: 160px;
    }

    .inner-contact-info-card {
        border-radius: 13px;
        padding: 16px;
    }

    .inner-contact-map-wrap {
        height: 380px;
    }

    /* contact us page ends */

    /* single speciality page start */

    .single-speciality-wrap {
        padding: 150px 0 80px;
    }

    .single-speciality-title {
        font-size: 40px;
    }

    /* single speciality page ends */

    /* single course page start */

    .single-course-wrap {
        padding: 150px 0 80px;
    }

    .single-course-hero-img {
        aspect-ratio: 16/9;
    }

    .single-course-title {
        font-size: 40px;
    }

    /* single course page ends */

    /* single blog page start */

    .single-blog-title {
        font-size: 40px;
    }

    /* single blog page ends */

    /* 404 page start */

    .error-404-hero-content {
        max-width: 55%;
        padding: 180px 3vw 120px 6vw;
        -webkit-mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
        mask-image: linear-gradient(90deg, #000000 78%, #00000000 100%);
    }

    .error-404-code {
        font-size: 160px;
        margin-bottom: 10px;
    }

    .error-404-title {
        font-size: 26px;
    }

    .error-404-directions-wrap {
        padding: 70px 0;
    }

    .error-404-directions-header {
        margin-bottom: 30px;
    }

    .error-404-directions-title {
        font-size: 40px;
    }

    .error-404-direction-card {
        padding: 20px 16px;
    }

    /* 404 page ends */

}

@media only screen and (min-width: 1200px) and (max-width: 1200.98px) {

    /* header section starts */

    .header-wrapper {
        width: 100% !important;
        top: 0px !important;
        padding: 8px 6vw !important;
        border-radius: 0px !important;
    }

    .f-nav .header-wrapper {
        padding: 8px 6vw !important;
    }

    .header-logo img {
        width: 130px !important;
    }

    .f-nav .header-wrapper .header-logo img {
        height: auto !important;
        width: 120px !important;
    }

    .header-menu-col {
        display: flex !important;
        justify-content: flex-end !important;
    }

    .header-menu-col #mega-menu-wrap-primary #mega-menu-primary {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 0px !important;
        background: #ffffff !important;
        padding: 60px 0 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close {
        background: #f1f5f9 !important;
        border-radius: 50% !important;
        width: 36px !important;
        height: 36px !important;
        top: 12px !important;
        transform: scale(0.7) rotate(-90deg) !important;
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
            background-color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        border-radius: 2px;
        background-color: #0A121E;
        transition: background-color 0.2s ease;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover {
        background: #e2e8f0;
    }

    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::after,
    #mega-menu-wrap-primary .mega-menu-toggle~button.mega-close:hover::before {
        background-color: #055CCF;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close {
        visibility: visible;
        opacity: 1;
        right: 20px;
        left: auto;
        transform: scale(1) rotate(0deg);
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open~button.mega-close:active {
        transform: scale(0.85) rotate(0deg);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: 1.2 !important;
        height: unset !important;
        padding: 10px 15px !important;
        color: #0A121E;
        border-radius: 0 !important;
        font-family: inherit;
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background-color: transparent !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        background: #f7f9fc;
        border: none;
        border-radius: 10px;
        box-shadow: none;
        padding: 4px 0;
        margin: 6px 0 6px !important;
        width: 100%;
        overflow: hidden;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        border-bottom: 1px solid rgba(5, 92, 207, 0.08);
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
        border-bottom: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        position: relative;
        padding: 12px 15px 12px 28px !important;
        border-radius: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #055CCF;
        opacity: 0.5;
    }

    .header-contact-col {
        display: none;
    }

    .header-logo-col {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .header-book-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    /* header section ends */

}

@media only screen and (min-width: 1381px) and (max-width: 1450px) {

    /* care-insights section starts */

    .care-insights-wrap {
        padding: 80px 0;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-image {
        opacity: 1;
        visibility: visible;
        aspect-ratio: 4/3;
    }

    .care-insights-card {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        height: auto;
        min-height: auto;
        border-radius: 15px;
    }

    .care-insights-image {
        order: 1;
        flex: 1 1 auto !important;
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        border-radius: 12px;
    }

    .care-insights-content {
        order: 2;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex: 1;
    }

    .care-insights-card-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .care-insights-tagline {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .care-insights-learn-more {
        margin-top: auto;
        font-size: 15px;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-content {
        max-width: 100%;
    }

    .care-insights-slide.is-visible:not(.is-leading) .care-insights-card .care-insights-card-title {
        font-size: 24px;
    }

    /* care-insights section ends */

    .header-book-btn {
        font-size: 14px;
        padding: 10px 15px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        line-height: 1 !important;
        height: unset !important;
        padding: 0px !important;
        color: #0A121E;
        border-radius: 0 !important;
        font-family: inherit;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

}