:root {
    --brand-blue: #1d4ed8;
    --brand-blue-dark: #1641b0;
    --text-dark: #0f1b3d;
    --text-muted: #6b7280;
    --border-soft: #e7eaf0;
    --bg-soft: #f7f9fc;
    --tertiary: #002855;
    --neutral: #F4F7FA;
    --icon-bg: linear-gradient(45deg, #002855, #647d97);
}

body {
    /* background-color: white !important; */
}
.our-services {
    background: var(--bg-soft);
}

.cms_wrap {
    min-height: 70vh;
    position: relative;
}

.section-space {
    padding: 80px 0;
}
.card-item {
    margin-bottom: 22px;
    padding-bottom: 10px;
    transition: 0.3s all;
    border-bottom: 1px solid var(--border-soft);
}
.about-section {
    background: #eceff2;
    clip-path: ellipse(110% 100% at 50% 0%);
    padding: 80px 0;
    margin-top: -25px;
}

.section-space .title h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: var(--font-b2);
}
.section-space .title h2::after {
    content: "";
    display: block;
    width: 24px;
    height: 3px;
    background: var(--secondary);
    margin-top: 8px;
    border-radius:50px;
}
.card-title {
    font-size: 24px;
    font-family: var(--font-b1);
    color: var(--font-clr);
}

.card-name {
    font-size: 20px;
    font-family: var(--font-b1);
    margin-bottom: 0;
}

.breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    font-weight: var(--font-medium);
    font-family: var(--font-primary);
    text-transform: capitalize;
    color: white;
}

.breadcrumbs li a {
    color: white;
    transition: 0.3s all;
}

.breadcrumbs li a:hover {
    color: var(--secondary);
}

.breadcrumbs li .icon {
    font-size: 11px;
}

.hero-section {
    padding: 120px 0 80px 0;
    background: url(../images/cms/about-hero.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.hero-section:before {
    content: "";
    display: block;
    background: linear-gradient(75deg, var(--primary), #19347adb, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 54px;
    line-height: 1.3;
    font-family: var(--font-b2);
    color: white;
    margin-bottom: 1rem;
}
.hero-section h1 span {
    color:var(--gold)
}
.hero-section .lead {
    color: white;
    font-size: 18px;
}

.hero-search {
    background: #fff;
    border-radius: 5px;
    display: flex;
    gap: 6px;
    max-width: 560px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.hero-search input {
    border: none;
    outline: none;
    flex: 1;
    padding: 12px 16px;
    font-size: 1rem;
    border-radius: 8px;
    color: var(--text-dark);
}

.btn-search {
    background: linear-gradient(180deg, #ecbd39, #d88a17);
    color: white;
    font-weight: var(--font-medium);
    border: none;
    padding: 12px 28px;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    transition: background .2s ease;
}

.card-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trust-bar {
}

.trust-card-bar {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
    position: relative;
    z-index: 2;
}

.about-img {
    max-height: 450px;
    width: 100%;
}

.trust-card {
    text-align: center;
}

.card-icon {
    background-color: #E1ECFD;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: auto auto 15px auto;
}

.card-icon svg {
    stroke: white;
    width: 30px;
    height: 30px;
}

.green .card-icon {
}

.green .card-icon svg {
    stroke: #0B6924;
}

.yellow .card-icon {
    background-color: #FEF4DB;
}

.yellow .card-icon svg {
    stroke: #FBB309;
}

.purple .card-icon {
    background-color: #EEE8FD;
}

.purple .card-icon svg {
    stroke: #5B37E7;
}

.orange .trust-icon {
}

.orange .trust-icon svg {
}

.trust-text h6 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: normal;
}

.trust-text p {
    font-size: 14px;
    margin: 0;
}

.service-card, .benefit-card {
    text-align: center;
}

.service-card, .info-card, .benefit-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    transition: .3s;
    box-shadow: 3px 5px 5px 0 rgb(0 0 0 / 8%);
    border: 1px solid #e7ebf3;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    background-color: var(--bg-soft);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: auto auto 15px auto;
}

.card-icon svg {
    stroke: var(--primary);
    width: 30px;
    height: 30px;
}

.info-card {
    background-color: var(--primary);
    color: white;
}

.info-card .card-title {
    color:white;
}

.info-card.card-flex .card-icon {
    width: 80px;
    height: 80px;
    background-color: var(--gold);
}

.info-card.card-flex .card-icon svg {
    width: 50px;
    height: 50px;
}

.why-travel-section {
    padding: 0 0 40px;
    background: white;
}

.why-travel-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 32px;
}

.why-travel-item {
    text-align: center;
    padding: 28px 18px 8px;
    border-right: 1px solid var(--border-soft);
    position: relative;
}

.why-travel-item-last {
    border-right: none;
}

@media (max-width: 767px) {
    .why-travel-item {
        border-right: none;
        border-bottom: 1px solid var(--border-soft);
        padding-bottom: 24px;
    }

    .why-travel-item-last {
        border-bottom: none;
    }
}

.why-travel-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 26px;
    color: var(--tertiary);
}

.why-travel-item-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--tertiary);
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 40px;
}

.why-travel-item-desc {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.cta-banner-section {
    padding: 0 0 80px;
}

.cta-banner {
    background: var(--tertiary);
    border-radius: 18px;
    padding: 44px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner-plane {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    font-size: 64px;
    color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 767px) {
    .cta-banner-plane {
        display: none;
    }
}

.cta-banner-content {
    position: relative;
    z-index: 2;
}

.cta-banner-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-banner-sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin-bottom: 24px;
}

.cta-banner-btn {
    background: #fff;
    color: var(--tertiary);
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    padding: 12px 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-banner-btn:hover {
    background: #f1f3f7;
    color: var(--brand-blue-dark);
}

.cta-banner .icon {
    position: absolute;
}

.cta-banner .icon.left {
    width: 200px;
    left: -12px;
    top: 18px;
}

.cta-banner .icon.right {
    width: 110px;
    right: 0;
    bottom: -14px;
    transform: rotate(143deg);
}

@media(max-width: 768px) {
    .hero-section h1 {
        font-size:40px;
    }

    .section-space {
        padding: 60px 0;
    }

    .hero-section {
        padding: 60px 0;
    }
}

.hc-hero-section {
    background: #f4f7fc;
    overflow: hidden;
    padding-bottom: 0;
}

.hc-hero-section .breadcrumb-nav {
    padding-top: 28px;
    margin-bottom: 28px;
}

.hc-hero-row {
    min-height: 290px;
}

.hc-hero-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 14px;
}

.hc-hero-desc {
    font-size: 15px;
    color: var(--text-muted);
    max-width: 420px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.hc-search-wrap {
    max-width: 520px;
}

.hc-search-inner {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    padding: 6px 6px 6px 14px;
    box-shadow: 0 4px 18px rgba(15,27,61,.08);
}

.hc-search-icon {
    color: var(--text-muted);
    font-size: 15px;
    margin-right: 10px;
    flex-shrink: 0;
}

.hc-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: var(--text-dark);
    background: transparent;
    font-family: 'Poppins', sans-serif;
}

.hc-search-input::placeholder {
    color: #9aa1ae;
}

.hc-search-btn {
    background: var(--brand-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 24px;
    flex-shrink: 0;
}

.hc-search-btn:hover {
    background: var(--brand-blue-dark);
    color: #fff;
}

.hc-hero-img-wrap {
    height: 300px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

.hc-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 22%);
    mask-image: linear-gradient(to right, transparent 0%, black 22%);
}

@media (max-width: 991px) {
    .hc-hero-title {
        font-size: 30px;
    }

    .hc-hero-img-wrap {
        height: 220px;
        margin-top: 24px;
        border-radius: 14px;
    }

    .hc-hero-img {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.hc-section-head {
    text-align: center;
    margin-bottom: 30px;
}

.hc-section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.hc-section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 44px;
    height: 3px;
    background: var(--brand-blue);
    border-radius: 4px;
}

.hc-section-sub {
    font-size: 14px;
    color: var(--text-muted);
    text-align: center;
}

.hc-categories-section {
    padding: 40px 0;
}

.hc-cat-card {
    background: #fff;
    border: 1px solid #e7ebf3;
    border-radius: 5px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    transition: all .25s ease;
    box-shadow: 3px 5px 5px 0 rgb(0 0 0 / 8%);
}

.hc-cat-card:hover {
    border-color: var(--brand-blue);
    box-shadow: 0 6px 20px rgba(29,78,216,.12);
    transform: translateY(-2px);
}

.hc-cat-icon {
    color: #002855;
    font-size: 2rem;
}

.hc-cat-icon .fa-plane {
    transform: rotate( 315deg);
}

.hc-cat-title {
    font-size: 18px;
    font-weight: 700;
    color: #002855;
    margin-bottom: 8px;
}

.hc-cat-desc {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

.hc-contact-section {
    margin-bottom: 52px;
}

.hc-contact-card {
    background: #fff;
    border: 1px solid var(--border-soft);
    border-radius: 14px;
    padding: 24px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hc-contact-card-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.hc-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    background: #e3edff;
    color: #2563eb;
}

.hc-contact-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.hc-contact-desc {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.55;
}

.hc-contact-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
    width: fit-content;
}

.hc-contact-btn {
    border: 1.5px solid #2563eb;
    color: #2563eb;
    background: #fff;
}

.hc-contact-btn:hover {
    background: #2563eb;
    color: #fff;
}

.hc-ticket-section {
}

.hc-ticket-field {
    position: relative;
}

.hc-ticket-field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--text-muted);
    z-index: 2;
}

.hc-ticket-input {
    border: 1px solid var(--border-soft);
    border-radius: 50px;
    height: 48px;
    font-size: 14px;
    color: var(--text-dark);
    padding: 0 14px 0 38px;
    font-family: 'Poppins', sans-serif;
}

.hc-ticket-input::placeholder {
    color: #9aa1ae;
}

.hc-ticket-input:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(29,78,216,.1);
}

.hc-ticket-input-icon {
    position: absolute;
    left: 0;
}

.hc-ticket-check-btn {
    background: var(--brand-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
}

.hc-ticket-check-btn:hover {
    background: var(--brand-blue-dark);
    color: #fff;
}

.hc-ticket-note {
    font-size: 13px;
    margin-top: 16px;
    text-align: center;
}

.hc-ticket-link {
    color: var(--primary);
    font-weight: var(--font-bold);
}

.hc-ticket-result {
    margin-top: 20px;
    padding: 18px 22px;
    border-radius: 10px;
    font-size: 14px;
}

.hc-ticket-result.result-found {
    background: #e7f5e8;
    border: 1px solid #b6e8bb;
    color: #1a7d2b;
}

.hc-ticket-result.result-not-found {
    background: #fff3f4;
    border: 1px solid #fbc8c8;
    color: #c0392b;
}

.hc-chat-modal {
    border-radius: 14px;
    overflow: hidden;
    border: none;
}

.hc-chat-modal-header {
    background: var(--brand-blue);
    border-bottom: none;
    padding: 18px 22px;
}

.hc-chat-modal-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

.hc-chat-modal-body {
    padding: 30px 24px;
}

.hc-chat-connecting-text {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.hc-chat-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: var(--brand-blue);
    font-weight: 500;
}

.hc-chat-spinner i {
    font-size: 20px;
}

.hc-ticket-input.is-invalid {
    border-color: #e11d48;
}

.quick-links {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-color: #eceff2;
    clip-path: ellipse(110% 100% at 50% 0%);
    margin-top: -25px;
    overflow: hidden;
}

.quick-card {
    background: #fff;
    border-radius: 5px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0, 40, 85, 0.1);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.quick-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 40, 85, 0.16);
}

.quick-card a {
    color: var(--primary);
}

.icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: #002855;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.3rem;
}

.quick-card h5 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 1.05rem;
    color: var(--text-dark);
}

.quick-card p {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
}

.section-title {
    font-weight: 800;
    font-size: 1.9rem;
    margin-bottom: 0;
    color: var(--font-clr);
}

.section-divider {
    border: none;
    border-top: 1px solid #dcddde;
    padding: 40px 0 0 0;
    opacity: 1;
}

.topic-card {
    background: #fff;
    border: 1px solid #e7ebf3;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    transition: all 0.25s ease;
}

.topic-card:hover {
    border-color: var(--primary);
    box-shadow: 0 10px 26px rgba(43, 89, 195, 0.12);
    transform: translateY(-3px);
}

.topic-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.topic-card h6 {
    font-weight: 700;
    margin: 0;
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.3;
}

.contact-section {
    padding: 0 0 80px 0;
    background-color: white;
}

.contact-photo {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 40, 85, 0.12);
}

.contact-photo img {
    width: 100%;
    display: block;
    max-height: 420px;
    object-fit: cover;
    object-position: top;
}

.call-box {
    background: #fff;
    border: 1px solid #e7ebf3;
    border-radius: 0 0 5px 5px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: -6px;
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 5px 5px rgb(0 0 0 / 8%);
}

.call-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.call-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tertiary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.call-item h6 {
    font-weight: 700;
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.call-item span {
    font-size: 0.85rem;
    color: #6b7280;
}

.call-item .phone-num {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 0.95rem;
    display: block;
}

.request-form {
    background: #fff;
    border-radius: 5px;
    padding: 34px;
    box-shadow: 0 3px 5px 5px rgb(0 0 0 / 8%);
    height: 100%;
}

.request-form h4 {
    font-weight: 800;
    color: var(--tertiary);
    margin-bottom: 22px;
}

.request-form .form-control, .request-form .form-select {
    border: 1px solid #dde3ee;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 0.95rem;
    margin-bottom: 16px;
    box-shadow: 2px 3px 0 0 rgb(0 0 0 / 8%);
}

.request-form .form-control:focus, .request-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(43, 89, 195, 0.15);
}

.btn-submit {
    background: linear-gradient(180deg, #ecbd39, #d88a17);
    color: white;
    font-weight: var(--font-medium);
    border: none;
    padding: 13px;
    border-radius: 5px;
    width: 100%;
    transition: 0.3s all;
}

.btn-submit:hover {
    background: linear-gradient(180deg, #ffbe07, #FF9800);
}

.title.border-bottom {
    margin-bottom: 30px;
}

.title-box {
    padding: 40px 0 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    position: relative;
    overflow: hidden;
}

.title-box .container {
    position: relative;
}

.bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    background: #f5f5f6;
    width: 60%;
    height: 100%;
    clip-path: ellipse(80% 100% at 0% 0%);
}

/* contact us*/
.contact-main-section {
    
}

.contact-panel {
    background: #fff;
    border-radius: 10px;
    padding: 34px;
    border: 1px solid #e7ebf3;
    /* box-shadow: 0 3px 5px 5px rgb(0 0 0 / 8%); */
    height: 100%;
}

.contact-info-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    margin-bottom: 18px;
    background-color: var(--bg-soft);
    border-radius: 10px;
}

.contact-info-row-last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-info-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: white;
    color: var(--primary);
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(20, 20, 100, .04);
}
.contact-info-icon .fa {
    font-size:20px;
}
.contact-info-label {
    font-size: 14px;
    font-family: var(--font-sb);
    margin: 0 0 2px;
}

.contact-info-value {
    font-size: 13px;
    color: var(--font-clr);
    margin: 0;
}

.contact-input {
    border: 1px solid #dde3ee;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.contact-input::placeholder {
    color: #9aa1ae;
}

.contact-input:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.1);
}

.contact-textarea {
    resize: vertical;
    min-height: 110px;
}
.privacy-note {
    text-align: center;
    margin-top: 18px;
    color: var(--text-muted);
    font-size: 11px;
}
 .social-section {
            margin-top: 28px;
        }

        .social-title {
            font-size: 19px;
            font-weight: 750;
            color: var(--primary-dark);
            margin-bottom: 5px;
        }

        .social-title::after {
            content: "";
            display: block;
            width: 24px;
            height: 2px;
            background: var(--red);
            margin-top: 8px;
            margin-bottom: 10px;
        }

        .social-description {
            font-size: 13px;
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 18px;
        }

        .social-list {
            display: flex;
            justify-content: space-between;
            max-width: 360px;
        }

        .social-item {
            text-align: center;
        }

        .social-icon {
            width: 42px;
            height: 42px;
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 23px;
            margin: 0 auto 7px;
        }

        .social-item span {
            display: block;
            font-size: 11px;
            color: #25283d;
            font-weight: 500;
        }

        .whatsapp {
            background: #20c967;
        }

        .facebook {
            background: #1877f2;
        }

        .instagram {
            background: linear-gradient(
                135deg,
                #833ab4,
                #fd1d1d,
                #fcb045
            );
        }

        .tiktok {
            background: #000;
        }
/* contact us end */
/* privacy policy begin */
.main-content {
    min-height: 70vh;
    background-color: white;
}
.right-content-card {
    background: var(--white);
    /*border-radius: 20px;*/
    /* box-shadow: 0 24px 60px -20px rgba(0, 42, 110, .28); */
    padding: 1rem 0;
}
.doc-section h2 {
    color: var(--primary);
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.doc-section p {
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.75;
}
.doc-section p b {
    color: var(--font-clr);
}
.doc-section ul {
    padding-left: 1.15rem;
}
.doc-section ul li {
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.75;
    margin-bottom: .4rem;
}
/* privacy policy end */
/* faq begin*/
.grid-section {
    margin-bottom: 20px;
}
.grid-item {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: 0.3s all;
}
.grid-item.open {
  border-color: var(--secondary);
  box-shadow: 0 10px 20px rgb(0 0 0 / 6%);
}

/* Question row */
.grid-q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
}
/* circle +/- toggle */
.q-icon {
  width: 21px; height: 21px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid var(--primary);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  transition: background .2s, color .2s, transform .25s;
}
.q-icon i { font-size: 10px; line-height: 1; }
.grid-item.open .q-icon {
  background: var(--secondary);
  border-color: var(--secondary);
  color: white;
  transform: rotate(0deg);
}
.q-icon .i-plus  { display: block; }
.q-icon .i-minus { display: none; }
.grid-item.open .q-icon .i-plus  { display: none; }
.grid-item.open .q-icon .i-minus { display: block; }

.q-text {
  flex: 1;
  font-size: 14px;
  font-family: var(--font-sb);
  line-height: 1.4;
}
.grid-item.open .q-text {
    color:var(--primary);
}
.q-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  font-size: 12px;
  transition: transform .25s;
}
.grid-item.open .q-chevron { 
    transform: rotate(180deg); 
    color:var(--secondary);
}

/* Answer */
.grid-a {
  display: none;
  padding: 0 20px 20px 49px;
  font-size: 13px;
  line-height: 1.75;
}
.grid-a.show { display: block; }
.grid-a ol, .grid-a ul { padding-left: 16px; margin-top: 6px; }
.grid-a li { margin-bottom: 4px; }
.grid-a strong { color: var(--primary); font-weight: 600; }
.grid-a a { color: var(--primary); text-decoration: none; }
.grid-a a:hover { text-decoration: underline; }

/* faq end*/
@media (max-width: 767px) {
    .hc-cat-card {
        padding: 18px 10px 16px;
    }

    .hc-cat-title {
        font-size: 13px;
    }

    .hc-contact-card-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hc-contact-btn {
        width: 100% !important;
        text-align: center;
    }
}

