/* contact us  */

.ct-section {
    padding: 50px 0
}

.ct-section-head {
    text-align: center;
    margin-bottom: 36px
}

.ct-section-head .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gbl-primary);
    margin-bottom: 8px
}

.ct-section-head .eyebrow:before,
.ct-section-head .eyebrow:after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--gbl-primary);
    border-radius: 2px
}

.ct-section-head h2 {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: -.6px;
    margin: 0 0 10px
}

.ct-section-head p {
    margin: 0;
    color: var(--gbl-text);
    font-size: 16px
}

.ct-info-card {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 18px;
    padding: 20px 15px;
    box-shadow: var(--gbl-shadow);
    transition: .2s ease;
    height: 100%
}

.ct-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(10, 55, 70, .12)
}

.ct-info-ico {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--gbl-primary-soft);
    color: var(--gbl-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.ct-info-card h5 {
    font-size: 19px;
    font-weight: 800;
    margin: 0;
    color: var(--gbl-text)
}

.ct-info-card p {
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
    color: var(--gbl-text);
    margin: 0
}

.ct-form-card {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 22px;
    box-shadow: var(--gbl-shadow-lg);
    overflow: hidden
}

.ct-form-left {
    background: linear-gradient(135deg, var(--gbl-text), var(--gbl-primary));
    padding: 30px
}

.ct-form-left h3 {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px
}

.ct-form-left p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 22px
}

.ct-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px
}

.ct-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ct-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #fff
}

.ct-contact-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 55px
}

.ct-contact-list strong {
    display: block;
    font-size: 20px;
    margin-bottom: 3px
}

.ct-contact-list span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.55
}

.ct-form-right {
    padding: 30px
}

.ct-form-right h3 {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 18px;
    color: var(--gbl-text)
}

.ct-input {
    width: 100%;
    height: 50px;
    border: 1px solid #dfe8ef;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    outline: none;
    background: #fbfdfe;
    transition: .2s ease
}

.ct-input:focus,
.ct-textarea:focus {
    border-color: var(--gbl-primary);
    box-shadow: 0 0 0 5px rgba(9, 139, 136, .20);
    background: #fff
}

.ct-textarea {
    width: 100%;
    min-height: 130px;
    border: 1px solid #dfe8ef;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    outline: none;
    background: #fbfdfe;
    resize: vertical;
    transition: .2s ease
}

.ct-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gbl-primary), var(--gbl-primary-dark));
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    transition: .2s ease
}

.ct-submit:hover {
    transform: translateY(-1px);
    opacity: .94
}

.ct-map-wrap {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--gbl-shadow-lg)
}

.ct-map-head {
    padding: 18px 20px;
    border-bottom: 1px solid #eef3f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.ct-map-head h3 {
    font-size: 18px;
    font-weight: 900;
    margin: 0
}

.ct-map-head span {
    font-size: 13px;
    color: var(--gbl-muted)
}

.ct-map {
    width: 100%;
    height: 420px;
    border: 0;
    display: block
}

.ct-quick-card {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 18px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: var(--gbl-shadow)
}

.ct-quick-ico {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--gbl-primary-soft);
    color: var(--gbl-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 46px
}

.ct-quick-card h6 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 800;
    color: var(--gbl-text)
}

.ct-quick-card p {
    margin: 0;
    font-size: 13px;
    color: var(--gbl-muted);
    line-height: 1.4
}

@media (max-width: 991.98px) {

    .ct-map {
        height: 340px
    }
}

@media (max-width: 767.98px) {
    .ct-breadcrumb-wrap {
        min-height: 230px
    }

    .ct-section {
        padding: 48px 0
    }

    .ct-form-left,
    .ct-form-right {
        padding: 22px
    }

    .ct-map {
        height: 280px
    }
}




.cd-hero {
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to right, rgba(9, 32, 58, 1) 50%, rgba(9, 139, 136, .32) 100%), url('../images/front.png') right center/contain no-repeat;
}

.cd-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, .12), transparent 35%), radial-gradient(circle at left bottom, rgba(255, 255, 255, .09), transparent 30%);
    pointer-events: none
}

@media (max-width: 991.98px) {
    .cd-hero {
        padding: 30px 0;
        background: linear-gradient(135deg, rgba(9, 32, 58, 1) 25%, rgba(9, 139, 136, 1));
    }
}

.cd-hero-content {
    color: #fff
}

.cd-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700
}

.cd-breadcrumb a {
    color: #fff;
    opacity: .9
}

.cd-breadcrumb i {
    font-size: 11px;
    opacity: .65
}

.cd-hero h1 {
    font-size: clamp(24px, 5vw, 54px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -1px;
    margin: 0 0 10px
}

.cd-hero h1 span {
    color: var(--gbl-primary);
    font-weight: 900;
    display: block;
}

.cd-hero p {
    font-size: 18px;
    line-height: 1.65;
    margin: 0 0 15px
}

@media(max-width: 991.98px) {
    .cd-breadcrumb {
        font-size: 12px;
        padding: 8px 14px;
        gap: 8px;
        margin-bottom: 12px;
    }

    .cd-hero h1 span {
        display: inline-block
    }
}

.cd-hero-divider {
    width: 56px;
    height: 3px;
    border-radius: 3px;
    background: var(--gbl-primary);
    margin: 20px 0;
}

.cd-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .cd-hero-btns {
        margin-bottom: 0;
    }
}

.cd-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 12px;
    background: var(--gbl-primary);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(9, 139, 136, .30);
    transition: .2s ease;
}

.cd-btn-primary:hover {
    background: var(--gbl-primary-dark);
    color: #fff;
    transform: translateY(-2px)
}

.cd-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 12px;
    border: 1.5px solid rgba(255, 255, 255, .55);
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s ease;
}

.cd-btn-outline:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    transform: translateY(-2px)
}

.cd-hero-stats {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}


.cd-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 155px;
}

.cd-stat-ico {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: rgba(255, 255, 255, .04);
}

.cd-hero-stat span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: rgba(255, 255, 255, .9);
}

@media (max-width: 991.98px) {

    .cd-btn-outline,
    .cd-btn-primary {
        padding: 10px 15px;
        font-size: 14px;
    }

    .cd-stat-ico {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .cd-hero-stats {
        display: none;
    }

    .cd-hero-stat {
        width: 170px;
    }

}

.cd-hero-badge {
    position: absolute;
    right: 5%;
    bottom: 6%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, rgba(9, 139, 136, .94), rgba(6, 105, 94, .94));
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 16px 22px;
    box-shadow: var(--gbl-shadow-lg);
    color: #fff;
    max-width: 300px;
}

.cd-hero-badge .cd-badge-ico {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: 0 0 52px;
}

.cd-hero-badge h6 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 900
}

.cd-hero-badge p {
    margin: 0;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.5
}

.cd-section {
    padding: 60px 0;
    background: #fef8ea;
}

.cd-head {
    text-align: center;
    margin-bottom: 34px
}

.cd-head .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gbl-primary);
    margin-bottom: 8px
}

.cd-head .eyebrow:before,
.cd-head .eyebrow:after {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--gbl-primary);
    border-radius: 2px
}

.cd-head h2 {
    font-size: clamp(24px, 4vw, 32px);
    color: var(--gbl-primary);
    font-weight: 700;
    letter-spacing: -.6px;
    margin: 0 0 10px
}

.cd-head p {
    margin: 0;
    color: var(--gbl-text);
    font-size: 16px
}

.cd-content {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 22px;
    /* box-shadow: var(--gbl-shadow); */
    overflow: hidden;
    padding: 20px
}

.sr-img {
    border-radius: 18px;
    margin-bottom: 24px;
    aspect-ratio: 16/8;
    object-position: top;
    object-fit: cover;
}

.cd-content-inner h3 {
    font-size: clamp(22px, 4vw, 28px);
    border-bottom: 2px solid var(--gbl-primary);
    padding-bottom: 8px;
    font-weight: 700;
    color: var(--gbl-primary);
    margin: 0 0 20px
}

.cd-content-inner p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--gbl-text);
    margin: 0 0 12px
}

.cd-content-inner h4 {
    font-size: clamp(20px, 3.5vw, 24px);
    border-bottom: 2px solid var(--gbl-primary);
    padding-bottom: 8px;
    font-weight: 700;
    color: var(--gbl-primary);
    margin: 20px 0 12px
}

.cd-bullets {
    columns: 2;
    column-gap: 28px;
    padding-left: 0;
    margin: 0 0 10px;
    list-style: none;

}

.cd-bullets li {
    break-inside: avoid;
    font-size: 16px;
    line-height: 1.8;
    color: var(--gbl-text);
    margin-bottom: 7px;
    padding-left: 25px;
    position: relative;
}

.cd-bullets li::before {
    content: "\2665";
    color: var(--gbl-primary);
    background: var(--gbl-primary-soft);
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    border: 1px solid var(--gbl-primary);
}

.cd-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.cd-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--gbl-primary-soft);
    color: var(--gbl-primary);
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #cfe9e5
}

.cd-pill i {
    font-size: 12px
}

.cd-note {
    background: linear-gradient(135deg, var(--gbl-primary-soft), #f4fbff);
    border: 1px solid #d9efeb;
    border-radius: 18px;
    padding: 18px 18px 16px;
    margin-top: 18px
}

.cd-note h4 {
    color: var(--gbl-primary);
    margin: 0 0 10px;
    font-size: 18px
}

.cd-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8
}

.cd-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.cd-side-card {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 22px;
    box-shadow: var(--gbl-shadow);
    overflow: hidden
}

.cd-side-head {
    padding: 18px 20px;
    background: linear-gradient(135deg, var(--gbl-text), var(--gbl-primary));
    color: #fff
}

.cd-side-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 900
}

.cd-form .cd-form-body {
    padding: 18px 12px
}

.cd-input,
.cd-textarea {
    width: 100%;
    border: 1px solid #dfe8ef;
    border-radius: 12px;
    background: #fbfdfe;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
    transition: .2s ease;
    color: var(--gbl-text)
}

.cd-input:focus,
.cd-textarea:focus {
    border-color: var(--gbl-primary);
    box-shadow: 0 0 0 3px rgba(9, 139, 136, .10);
    background: #fff
}

.cd-textarea {
    min-height: 110px;
    resize: vertical
}

.cd-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--gbl-primary), var(--gbl-primary-dark));
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    transition: .2s
}

.cd-submit:hover {
    transform: translateY(-1px);
    opacity: .94
}

.cd-quick-card {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 18px;
    padding: 16px;
    box-shadow: var(--gbl-shadow)
}

.cd-quick-card h6 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 900;
    color: var(--gbl-text)
}

.cd-quick-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: var(--gbl-muted)
}

.cd-quick-card ul {
    padding-left: 18px;
    margin: 10px 0 0
}

.cd-quick-card li {
    font-size: 13px;
    line-height: 1.7;
    color: var(--gbl-muted);
    margin-bottom: 3px
}

.gbl-secnav-wrap {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--gbl-border);
    margin-bottom: 20px;
}

.gbl-secnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.gbl-secnav a {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    padding: 16px 22px;
    font-size: 15px;
    font-weight: 700;
    color: var(--gbl-text);
    text-decoration: none;
    white-space: nowrap;
    transition: .2s ease;
}

.gbl-secnav a:hover {
    color: var(--gbl-primary);
    background: var(--gbl-primary-soft);
}

.gbl-secnav a.active {
    color: var(--gbl-primary);
    border-bottom-color: var(--gbl-primary);
    background: linear-gradient(180deg, rgba(9, 139, 136, .06), transparent);
}

.gbl-secnav a .gbl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gbl-primary);
    margin-right: 8px;
    opacity: 0;
    transform: scale(.4);
    transition: .2s ease;
}

.gbl-secnav a.active .gbl-dot {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {
    .gbl-secnav a {
        padding: 12px 10px;
        font-weight: 600;
        font-size: 13px;
    }

    .gbl-secnav {
        justify-content: flex-start;
    }

    .gbl-secnav a .gbl-dot {
        display: none;
    }
}

.service-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
}

.service-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 3px;
    border-radius: 3px;
    background: var(--gbl-primary);
}

.int-speciality-card {
    background: #fff;
    border: 1px solid var(--gbl-border);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 18px;
    transition: .2s;
    height: 100%;
}

.int-speciality-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    object-fit: contain;
    padding: 10px;
    background: #0a7241;
}



.int-speciality-icon img {
    height: 100%;
}

.int-speciality-icon i {
    font-size: 32px;
    color: #fff;
}

.int-speciality-title {
    font-size: 18px !important;
    border: none !important;
    padding: 0 !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-align: center !important;
    margin: 0 !important;
}


@media (max-width: 991.98px) {

    .cd-sidebar {
        position: relative;
        top: 0
    }

    .cd-bullets {
        columns: 1
    }
}

@media (max-width: 767.98px) {
    .cd-hero {
        min-height: 220px
    }

    .cd-section {
        padding: 48px 0
    }


    .cd-content {
        padding: 12px;
    }

    .cd-content-inner {
        padding: 0;
    }

    .cd-side-body,
    .cd-form .cd-form-body {
        padding: 16px
    }

}

.cappoinment-section {
    background: #fef8ea;
}


.gbl-three-card-section {
    background: #fef8ea;
    padding: 70px 0;
}

.gbl-three-card-section .gbl-card {
    text-align: left;
    color: #1f2430;
    padding: 12px 12px 20px;
    border-radius: 12px;
    background: #fff;
}

.gbl-img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #e9eef5;
}

.gbl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gbl-three-card-section h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 12px;
    color: #111827;
}

.gbl-three-card-section p {
    font-size: 16px;
    line-height: 1.75;
    color: #4b5563;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 15px;
}

.gbl-know-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 26px 9px;
    border: none;
    border-radius: 999px;
    background: var(--gbl-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.gbl-know-btn:hover {
    transform: translateY(-2px);
    background: var(--gbl-primary-dark);
}

@media (max-width: 991.98px) {
    .gbl-three-card-section p {
        min-height: auto
    }

}

@media (max-width: 767.98px) {
    .gbl-three-card-section {
        padding: 48px 0
    }

    .gbl-three-card-section h3 {
        font-size: 24px;
        margin-bottom: 14px
    }

    .gbl-three-card-section p {
        font-size: 15px;
        line-height: 1.75
    }
}





.gbl-faq-section {
    background: #fef8ea;
    padding: 60px 0;
}

.gbl-faq-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #1e2a56;
    margin-bottom: 14px;
}

.gbl-faq-underline {
    width: 130px;
    height: 4px;
    background: #f8bb4e;
    border-radius: 3px;
    margin: 0 auto 30px;
}

.gbl-faq-list {
    column-count: 2;
}

.gbl-faq-item {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(30, 42, 86, .06);
    margin-bottom: 10px;
    overflow: hidden;
}

.gbl-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.gbl-faq-question span {
    font-size: 18px;
    font-weight: 600;
    color: #1e2a56;
}

.gbl-faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid #1e2a56;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    color: #1e2a56;
    font-size: 16px;
    transition: .25s ease;
}

.gbl-faq-item.active .gbl-faq-icon {
    transform: rotate(45deg);
    background: #1e2a56;
    color: #fff;
    border-color: #1e2a56;
}

.gbl-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.gbl-faq-answer-inner {
    padding: 0 28px 26px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--gbl-text);
}

@media (max-width: 767.98px) {
    .gbl-faq-title {
        font-size: 26px
    }

    .gbl-faq-question {
        padding: 20px
    }

    .gbl-faq-section {
        padding: 40px 0;
    }

    .gbl-faq-list {
        column-count: 1;
    }

    .gbl-faq-question span {
        font-size: 16px
    }

    .gbl-faq-answer-inner {
        padding: 0 20px 20px
    }
}



/* facility page */


.gbl-fac {
    background: var(--gbl-bg);
    padding: 60px 0 80px;
}


.gbl-fac-section {
    margin-bottom: 56px;
}

.gbl-fac-section-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .gbl-fac-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.gbl-fac-section-head .gbl-fac-icon-badge {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--gbl-primary), var(--gbl-primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: var(--gbl-shadow);
}

.gbl-fac-section-head h2 {
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 4px;
    color: var(--gbl-text);
}

.gbl-fac-section-head p {
    margin: 0;
    color: #000;
    font-size: 16px;
}

.gbl-fac-highlight-card {
    background: var(--gbl-white);
    border: 1px solid var(--gbl-border);
    border-radius: var(--gbl-radius);
    box-shadow: var(--gbl-shadow);
    padding: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gbl-fac-highlight-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, var(--gbl-primary), var(--gbl-primary-dark));
}

.gbl-fac-highlight-card .gbl-fac-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gbl-primary-soft);
    color: var(--gbl-primary-dark);
    font-weight: 700;
    font-size: 12.5px;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.gbl-fac-highlight-card h3 {
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 10px;
    color: var(--gbl-text);
}

.gbl-fac-highlight-card p {
    color: var(--gbl-muted);
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.gbl-fac-chip-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gbl-fac-chip-list li {
    background: var(--gbl-bg);
    border: 1px solid var(--gbl-border);
    color: var(--gbl-text);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gbl-fac-chip-list li i {
    color: var(--gbl-primary);
    font-size: 13px;
}

.gbl-fac-fac-card {
    background: var(--gbl-white);
    border: 1px solid var(--gbl-border);
    border-radius: var(--gbl-radius);
    box-shadow: var(--gbl-shadow);
    padding: 15px;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gbl-fac-fac-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gbl-shadow-lg);
    border-color: var(--gbl-primary);
}

.gbl-fac-fac-card .gbl-fac-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--gbl-primary-soft);
    color: var(--gbl-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background .25s ease, color .25s ease;
}

.gbl-fac-fac-card:hover .gbl-fac-card-icon {
    background: var(--gbl-primary);
    color: #fff;
}

.gbl-fac-fac-card h4 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--gbl-text);
}

.gbl-fac-fac-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gbl-fac-fac-card ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 16px;
    color: var(--gbl-text);
    padding: 6px 0;
    border-bottom: 2px dashed var(--gbl-border);
}

.gbl-fac-fac-card ul li:last-child {
    border-bottom: none;
}

.gbl-fac-fac-card ul li i {
    color: var(--gbl-primary);
    font-size: 13px;
    flex-shrink: 0;
}

.gbl-fac-item-card {
    background: var(--gbl-white);
    border: 1px solid var(--gbl-border);
    border-radius: 14px;
    box-shadow: var(--gbl-shadow);
    padding: 20px 16px;
    text-align: center;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.gbl-fac-item-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--gbl-shadow-lg);
    background: var(--gbl-primary-soft);
}

.gbl-fac-item-card .gbl-fac-item-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--gbl-primary-soft);
    color: var(--gbl-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.gbl-fac-item-card:hover .gbl-fac-item-icon {
    background: var(--gbl-primary);
    color: #fff;
}

.gbl-fac-item-card span {
    font-size: 15px;
    font-weight: 600;
    color: var(--gbl-text);
    display: block;
    line-height: 1.3;
}

.gbl-fac-divider {
    border: none;
    border-top: 1px solid var(--gbl-border);
    margin: 0 0 50px;
}