
/* =========================================================
   ACCESSIBILITY / LEGAL PAGE
========================================================= */

.bd-privacy-area {
    background: #fff;
}

.privacy-sidebar {
    position: sticky;
    top: 110px;
}

.privacy-sidebar-title {
    padding: 24px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 14px 14px 0 0;
    background: #f8fbfc;
}

.privacy-sidebar-title span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #1d85a2;
}

.privacy-sidebar-title h5 {
    margin: 0;
    font-size: 20px;
}

.privacy-nav {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-radius: 0 0 14px 14px;
}

.privacy-nav li {
    margin: 0;
}

.privacy-nav li a {
    display: block;
    padding: 11px 24px;
    font-size: 14px;
    color: #5d6570;
    transition: all .3s ease;
}

.privacy-nav li a:hover {
    color: #1d85a2;
    padding-left: 29px;
    background: #f8fbfc;
}


/* HELP BOX */

.privacy-help-box {
    margin-top: 24px;
    padding: 28px 25px;
    border-radius: 14px;
    background: #f5f9fa;
    border: 1px solid #e5edef;
}

.privacy-help-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
    background: #1d85a2;
    color: #fff;
    font-size: 20px;
}

.privacy-help-box span {
    font-size: 13px;
    color: #777;
}

.privacy-help-box h6 {
    margin: 5px 0 10px;
    font-size: 16px;
}

.privacy-help-box a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1d85a2;
}

.privacy-help-box small {
    color: #777;
}


/* CONTENT */

.privacy-content {
    padding-left: 15px;
}

.privacy-intro {
    padding-bottom: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.privacy-label {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 15px;
    background: #eef7f9;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 600;
}

.privacy-intro h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.privacy-intro p {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #667085;
}

.privacy-updated {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 7px;
    background: #f7f7f7;
    font-size: 13px;
    color: #666;
}

.privacy-updated i {
    color: #1d85a2;
}


/* SECTIONS */

.privacy-section {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 38px 0;
    border-bottom: 1px solid #ededed;
    scroll-margin-top: 100px;
}

.privacy-number {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef7f9;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 700;
}

.privacy-section h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.privacy-section p {
    margin-bottom: 14px;
    color: #626b75;
    line-height: 1.8;
}

.privacy-section ul {
    padding-left: 20px;
    margin: 15px 0 0;
}

.privacy-section li {
    margin-bottom: 12px;
    color: #626b75;
    line-height: 1.7;
}

.privacy-section li::marker {
    color: #1d85a2;
}


/* HIGHLIGHT */

.privacy-highlight {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    margin-top: 20px;
    border-radius: 12px;
    background: #f3fafb;
    border-left: 4px solid #1d85a2;
}

.privacy-highlight i {
    color: #1d85a2;
    font-size: 22px;
    margin-top: 3px;
}

.privacy-highlight p {
    margin: 0;
}


/* CONTACT */

.privacy-contact {
    display: flex;
    gap: 22px;
    margin-top: 40px;
    padding: 32px;
    border-radius: 15px;
    background: #f5f9fa;
    border: 1px solid #e2edef;
}

.privacy-contact-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
    font-size: 20px;
}

.privacy-contact span {
    font-size: 13px;
    color: #777;
}

.privacy-contact h3 {
    margin: 3px 0 10px;
    font-size: 25px;
}

.privacy-contact p {
    color: #626b75;
    line-height: 1.7;
}

.privacy-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-top: 18px;
}

.privacy-contact-links a {
    color: #1d85a2;
    font-weight: 600;
}

.privacy-contact-links i {
    margin-right: 6px;
}

.privacy-address {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    color: #626b75;
    line-height: 1.7;
}

.privacy-address i {
    margin-top: 5px;
    color: #1d85a2;
}


/* RELATED */

.related-policies {
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
}

.related-title span {
    color: #1d85a2;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.related-title h4 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 22px;
}

.related-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.related-policy-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 9px;
    color: #333;
    transition: all .3s ease;
}

.related-policy-grid a:hover {
    color: #1d85a2;
    border-color: #1d85a2;
    transform: translateY(-2px);
}

.related-policy-grid i {
    color: #1d85a2;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .privacy-sidebar {
        position: static;
    }

    .privacy-content {
        padding-left: 0;
    }

    .privacy-intro h2 {
        font-size: 32px;
    }

}

@media (max-width: 575px) {

    .privacy-section {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .privacy-section h3 {
        font-size: 21px;
    }

    .privacy-intro h2 {
        font-size: 28px;
    }

    .privacy-contact {
        flex-direction: column;
        padding: 25px;
    }

    .related-policy-grid {
        grid-template-columns: 1fr;
    }

    .privacy-contact-links {
        flex-direction: column;
        gap: 10px;
    }

}


/* =========================================================
   CUSTOMER SUPPORT PAGE
========================================================= */

.bd-privacy-area {
    background: #fff;
}

.privacy-sidebar {
    position: sticky;
    top: 110px;
}

.privacy-sidebar-title {
    padding: 24px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 14px 14px 0 0;
    background: #f8fbfc;
}

.privacy-sidebar-title span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #1d85a2;
}

.privacy-sidebar-title h5 {
    margin: 0;
    font-size: 20px;
}

.privacy-nav {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-radius: 0 0 14px 14px;
}

.privacy-nav li {
    margin: 0;
}

.privacy-nav li a {
    display: block;
    padding: 11px 24px;
    font-size: 14px;
    color: #5d6570;
    transition: all .3s ease;
}

.privacy-nav li a:hover {
    color: #1d85a2;
    padding-left: 29px;
    background: #f8fbfc;
}


/* HELP BOX */

.privacy-help-box {
    margin-top: 24px;
    padding: 28px 25px;
    border-radius: 14px;
    background: #f5f9fa;
    border: 1px solid #e5edef;
}

.privacy-help-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
    background: #1d85a2;
    color: #fff;
    font-size: 20px;
}

.privacy-help-box span {
    font-size: 13px;
    color: #777;
}

.privacy-help-box h6 {
    margin: 5px 0 10px;
    font-size: 16px;
}

.privacy-help-box a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1d85a2;
}

.privacy-help-box small {
    color: #777;
}


/* CONTENT */

.privacy-content {
    padding-left: 15px;
}

.privacy-intro {
    padding-bottom: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.privacy-label {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 15px;
    background: #eef7f9;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 600;
}

.privacy-intro h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.privacy-intro p {
    max-width: 760px;
    font-size: 16px;
    line-height: 1.8;
    color: #667085;
}

.privacy-updated {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 7px;
    background: #f7f7f7;
    font-size: 13px;
    color: #666;
}

.privacy-updated i {
    color: #1d85a2;
}


/* SECTIONS */

.privacy-section {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 38px 0;
    border-bottom: 1px solid #ededed;
    scroll-margin-top: 100px;
}

.privacy-number {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef7f9;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 700;
}

.privacy-section h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.privacy-section p {
    margin-bottom: 14px;
    color: #626b75;
    line-height: 1.8;
}

.privacy-section ul {
    padding-left: 20px;
    margin: 15px 0 0;
}

.privacy-section li {
    margin-bottom: 12px;
    color: #626b75;
    line-height: 1.7;
}

.privacy-section li::marker {
    color: #1d85a2;
}


/* SUPPORT METHOD CARDS */

.support-method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 25px;
}

.support-method-card {
    padding: 24px 20px;
    border: 1px solid #e5eaec;
    border-radius: 13px;
    background: #fff;
    transition: all .3s ease;
}

.support-method-card:hover {
    border-color: #1d85a2;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.support-method-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #eef7f9;
    color: #1d85a2;
    font-size: 19px;
}

.support-method-card > span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #1d85a2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.support-method-card h4 {
    margin-bottom: 10px;
    font-size: 19px;
}

.support-method-card p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.support-method-card a {
    color: #1d85a2;
    font-size: 14px;
    font-weight: 600;
}

.support-method-card a i {
    margin-left: 5px;
}


/* HIGHLIGHT */

.privacy-highlight {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    margin-top: 20px;
    border-radius: 12px;
    background: #f3fafb;
    border-left: 4px solid #1d85a2;
}

.privacy-highlight i {
    color: #1d85a2;
    font-size: 22px;
    margin-top: 3px;
}

.privacy-highlight p {
    margin: 0;
}


/* CALL BUTTON */

.support-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    padding: 13px 21px;
    border-radius: 50px;
    background: #1d85a2;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.support-call-btn:hover {
    background: #176e86;
    transform: translateY(-2px);
}


/* EMAIL */

.support-email-box {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-top: 25px;
    padding: 22px;
    border-radius: 12px;
    border: 1px solid #e3eaec;
    background: #f8fbfc;
}

.support-email-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
}

.support-email-box span {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 13px;
}

.support-email-box a {
    display: block;
    margin-bottom: 5px;
    color: #1d85a2;
    font-size: 17px;
    font-weight: 600;
}

.support-email-box small {
    display: block;
    color: #727b83;
    line-height: 1.6;
}


/* RESPONSE TIMES */

.response-time-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.response-time-item {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 17px 18px;
    border: 1px solid #e8edef;
    border-radius: 11px;
    background: #fff;
}

.response-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef7f9;
    color: #1d85a2;
}

.response-time-item h4 {
    margin-bottom: 3px;
    font-size: 16px;
}

.response-time-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.response-time-item strong {
    color: #1d85a2;
    font-size: 13px;
    white-space: nowrap;
}


/* HOURS */

.hours-card {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 25px 0;
    padding: 25px;
    border-radius: 13px;
    background: #f3fafb;
    border: 1px solid #dcecef;
}

.hours-card-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
    font-size: 21px;
}

.hours-card span {
    display: block;
    font-size: 13px;
    color: #777;
}

.hours-card h4 {
    margin: 3px 0 5px;
    font-size: 20px;
}

.hours-card p {
    margin: 0;
}


/* TEXT LINK */

.support-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d85a2;
    font-weight: 600;
}

.support-text-link i {
    transition: all .3s ease;
}

.support-text-link:hover i {
    transform: translateX(4px);
}


/* CONTACT */

.privacy-contact {
    display: flex;
    gap: 22px;
    margin-top: 40px;
    padding: 32px;
    border-radius: 15px;
    background: #f5f9fa;
    border: 1px solid #e2edef;
}

.privacy-contact-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
    font-size: 20px;
}

.privacy-contact span {
    font-size: 13px;
    color: #777;
}

.privacy-contact h3 {
    margin: 3px 0 10px;
    font-size: 25px;
}

.privacy-contact p {
    color: #626b75;
    line-height: 1.7;
}

.privacy-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-top: 18px;
}

.privacy-contact-links a {
    color: #1d85a2;
    font-weight: 600;
}

.privacy-contact-links i {
    margin-right: 6px;
}

.privacy-address {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    color: #626b75;
    line-height: 1.7;
}

.privacy-address i {
    margin-top: 5px;
    color: #1d85a2;
}


/* RELATED */

.related-policies {
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
}

.related-title span {
    color: #1d85a2;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.related-title h4 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 22px;
}

.related-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.related-policy-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 9px;
    color: #333;
    transition: all .3s ease;
}

.related-policy-grid a:hover {
    color: #1d85a2;
    border-color: #1d85a2;
    transform: translateY(-2px);
}

.related-policy-grid i {
    color: #1d85a2;
}


/* RESPONSIVE */

@media (max-width: 1199px) {

    .support-method-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 991px) {

    .privacy-sidebar {
        position: static;
    }

    .privacy-content {
        padding-left: 0;
    }

    .privacy-intro h2 {
        font-size: 32px;
    }

}


@media (max-width: 575px) {

    .privacy-section {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .privacy-section h3 {
        font-size: 21px;
    }

    .privacy-intro h2 {
        font-size: 28px;
    }

    .privacy-contact {
        flex-direction: column;
        padding: 25px;
    }

    .related-policy-grid {
        grid-template-columns: 1fr;
    }

    .privacy-contact-links {
        flex-direction: column;
        gap: 10px;
    }

    .response-time-item {
        grid-template-columns: 44px 1fr;
    }

    .response-time-item strong {
        grid-column: 2;
    }

    .hours-card {
        align-items: flex-start;
    }

}


/* =========================================================
   FAQ PAGE
========================================================= */

.bd-faq-area {
    background: #fff;
}


/* =========================================================
   SIDEBAR
========================================================= */

.faq-sidebar {
    position: sticky;
    top: 110px;
}

.faq-sidebar-title {
    padding: 24px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 14px 14px 0 0;
    background: #f8fbfc;
}

.faq-sidebar-title span {
    display: block;
    margin-bottom: 5px;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faq-sidebar-title h5 {
    margin: 0;
    font-size: 20px;
}

.faq-nav {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-radius: 0 0 14px 14px;
}

.faq-nav li {
    margin: 0;
}

.faq-nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 20px 12px 24px;
    color: #5d6570;
    font-size: 14px;
    transition: all .3s ease;
}

.faq-nav li a i {
    color: #1d85a2;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .3s ease;
}

.faq-nav li a:hover {
    padding-left: 29px;
    color: #1d85a2;
    background: #f8fbfc;
}

.faq-nav li a:hover i {
    opacity: 1;
    transform: translateX(0);
}


/* =========================================================
   HELP BOX
========================================================= */

.faq-help-box {
    margin-top: 24px;
    padding: 28px 25px;
    border: 1px solid #e5edef;
    border-radius: 14px;
    background: #f5f9fa;
}

.faq-help-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
    font-size: 20px;
}

.faq-help-box span {
    display: block;
    color: #777;
    font-size: 13px;
}

.faq-help-box h6 {
    margin: 5px 0 10px;
    font-size: 16px;
}

.faq-help-box a {
    display: block;
    color: #1d85a2;
    font-size: 18px;
    font-weight: 600;
}

.faq-help-box small {
    color: #777;
}


/* =========================================================
   CONTENT
========================================================= */

.faq-content {
    padding-left: 15px;
}

.faq-intro {
    padding-bottom: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.faq-label {
    display: inline-block;
    padding: 7px 14px;
    margin-bottom: 15px;
    border-radius: 30px;
    background: #eef7f9;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 600;
}

.faq-intro h2 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 1.2;
}

.faq-intro > p {
    max-width: 760px;
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CALL STRIP
========================================================= */

.faq-call-strip {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 650px;
    padding: 16px 18px;
    margin-top: 22px;
    border: 1px solid #e2edef;
    border-radius: 12px;
    background: #f5f9fa;
}

.faq-call-icon {
    display: flex;
    flex: 0 0 45px;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
}

.faq-call-strip strong {
    display: block;
    margin-bottom: 3px;
    color: #252525;
}

.faq-call-strip span {
    display: block;
    color: #667085;
    font-size: 14px;
}

.faq-call-strip a {
    color: #1d85a2;
    font-weight: 600;
}


/* =========================================================
   CATEGORY
========================================================= */

.faq-category {
    padding: 40px 0;
    border-bottom: 1px solid #ededed;
    scroll-margin-top: 100px;
}

.faq-category-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.faq-category-number {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eef7f9;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 700;
}

.faq-category-heading span {
    display: block;
    margin-bottom: 4px;
    color: #1d85a2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faq-category-heading h3 {
    margin: 0;
    font-size: 25px;
}


/* =========================================================
   ACCORDION
========================================================= */

.faq-accordion {
    border-top: 1px solid #e7e7e7;
}

.faq-item {
    border-bottom: 1px solid #e7e7e7;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 20px 5px;
    border: 0;
    background: transparent;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all .3s ease;
}

.faq-question span {
    padding-right: 15px;
}

.faq-question i {
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f2f7f8;
    color: #1d85a2;
    font-size: 12px;
    transition: all .3s ease;
}

.faq-question:hover {
    color: #1d85a2;
}

.faq-item.active .faq-question {
    color: #1d85a2;
}

.faq-item.active .faq-question i {
    background: #1d85a2;
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    padding: 0 50px 22px 5px;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    margin: 0 0 12px;
    color: #626b75;
    font-size: 15px;
    line-height: 1.8;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer a {
    color: #1d85a2;
    font-weight: 600;
}


/* =========================================================
   CONTACT
========================================================= */

.faq-contact {
    display: flex;
    gap: 22px;
    margin-top: 40px;
    padding: 32px;
    border: 1px solid #e2edef;
    border-radius: 15px;
    background: #f5f9fa;
}

.faq-contact-icon {
    display: flex;
    flex: 0 0 55px;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
    font-size: 20px;
}

.faq-contact-content > span {
    color: #777;
    font-size: 13px;
}

.faq-contact-content h3 {
    margin: 3px 0 10px;
    font-size: 25px;
}

.faq-contact-content p {
    max-width: 650px;
    margin-bottom: 18px;
    color: #626b75;
    line-height: 1.7;
}

.faq-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    background: #1d85a2;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.faq-contact-btn:hover {
    background: #166f87;
    color: #fff;
    transform: translateY(-2px);
}


/* =========================================================
   RELATED POLICIES
========================================================= */

.related-policies {
    padding-top: 35px;
    margin-top: 45px;
    border-top: 1px solid #e8e8e8;
}

.related-title span {
    color: #1d85a2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.related-title h4 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 22px;
}

.related-policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.related-policy-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 9px;
    color: #333;
    transition: all .3s ease;
}

.related-policy-grid a:hover {
    border-color: #1d85a2;
    color: #1d85a2;
    transform: translateY(-2px);
}

.related-policy-grid i {
    color: #1d85a2;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .faq-sidebar {
        position: static;
    }

    .faq-content {
        padding-left: 0;
    }

    .faq-intro h2 {
        font-size: 32px;
    }

}


@media (max-width: 575px) {

    .faq-category {
        padding: 30px 0;
    }

    .faq-category-heading {
        align-items: flex-start;
    }

    .faq-category-heading h3 {
        font-size: 21px;
    }

    .faq-intro h2 {
        font-size: 28px;
    }

    .faq-call-strip {
        align-items: flex-start;
    }

    .faq-question {
        padding: 17px 0;
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 15px 20px 0;
    }

    .faq-contact {
        flex-direction: column;
        padding: 25px;
    }

    .related-policy-grid {
        grid-template-columns: 1fr;
    }

}
.footer-contact-info {
    padding-top: 5px;
}

.footer-contact-item {
    position: relative;
}

.footer-contact-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(29, 133, 162, 0.10);
    color: #1d85a2;
    font-size: 14px;
}

.footer-contact-content {
    display: flex;
    flex-direction: column;
}

.footer-contact-content span {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 3px;
    color: #8b9298;
}

.footer-contact-content a {
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    line-height: 1.5;
    transition: all .3s ease;
}

.footer-contact-content a:hover {
    color: #1d85a2;
}

.footer-contact-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: inherit;
}





/* =========================================================
   GLOBAL
========================================================= */

.travel-guide-area {
    background: #fff;
}

.travel-guide-content {
    padding-left: 15px;
}


/* =========================================================
   SIDEBAR
========================================================= */

.travel-guide-sidebar {
    position: sticky;
    top: 110px;
}

.travel-sidebar-head {
    padding: 24px 25px;
    border: 1px solid #e5eaec;
    border-radius: 14px 14px 0 0;
    background: #f7fbfc;
}

.travel-sidebar-head span {
    display: block;
    margin-bottom: 5px;
    color: #1d85a2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.travel-sidebar-head h5 {
    margin: 0;
    font-size: 20px;
}

.travel-guide-nav {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border: 1px solid #e5eaec;
    border-top: 0;
    border-radius: 0 0 14px 14px;
}

.travel-guide-nav li {
    margin: 0;
}

.travel-guide-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    color: #5e6871;
    font-size: 14px;
    transition: .3s;
}

.travel-guide-nav a span {
    color: #1d85a2;
    font-size: 11px;
    font-weight: 700;
}

.travel-guide-nav a:hover {
    color: #1d85a2;
    background: #f4fafb;
    padding-left: 27px;
}


/* =========================================================
   SIDEBAR HELP
========================================================= */

.travel-sidebar-help {
    margin-top: 24px;
    padding: 28px 25px;
    border: 1px solid #e3edef;
    border-radius: 14px;
    background: linear-gradient(145deg, #f3fafb, #ffffff);
}

.travel-help-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
    font-size: 21px;
}

.travel-sidebar-help span {
    color: #737b83;
    font-size: 13px;
}

.travel-sidebar-help h6 {
    margin: 5px 0 9px;
    font-size: 16px;
}

.travel-sidebar-help a {
    display: block;
    color: #1d85a2;
    font-size: 18px;
    font-weight: 700;
}

.travel-sidebar-help small {
    color: #777;
}


/* =========================================================
   INTRO
========================================================= */

.travel-guide-intro {
    padding-bottom: 35px;
    border-bottom: 1px solid #e8edef;
}

.travel-intro-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    background: #eef8fa;
    color: #1d85a2;
    font-size: 13px;
    font-weight: 700;
}

.travel-guide-intro h2 {
    max-width: 750px;
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 1.15;
}

.travel-guide-intro p {
    max-width: 760px;
    margin-bottom: 20px;
    color: #68727b;
    font-size: 16px;
    line-height: 1.85;
}

.travel-intro-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.travel-intro-meta div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #525c65;
    font-size: 13px;
    font-weight: 600;
}

.travel-intro-meta i {
    color: #1d85a2;
}


/* =========================================================
   FEATURE
========================================================= */

.travel-guide-feature {
    position: relative;
    overflow: hidden;
    height: 430px;
    margin-top: 35px;
    border-radius: 18px;
}

.travel-guide-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.travel-guide-feature:hover img {
    transform: scale(1.04);
}

.travel-feature-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 40px 35px;
    color: #fff;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,0)
    );
}

.travel-feature-overlay span {
    font-size: 13px;
    font-weight: 600;
    opacity: .9;
}

.travel-feature-overlay h3 {
    max-width: 600px;
    margin: 6px 0 18px;
    color: #fff;
    font-size: 31px;
}

.travel-feature-overlay a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-weight: 700;
}

.travel-feature-overlay a:hover {
    color: #bceaf3;
}


/* =========================================================
   SECTION
========================================================= */

.travel-guide-section {
    padding: 65px 0 10px;
    scroll-margin-top: 100px;
}

.travel-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 28px;
}

.travel-section-heading span,
.travel-simple-heading span,
.travel-tip-content > span,
.travel-documents-content > span,
.travel-cta-content > span {
    display: block;
    margin-bottom: 7px;
    color: #1d85a2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.travel-section-heading h3,
.travel-simple-heading h3 {
    margin: 0;
    font-size: 30px;
}

.travel-section-heading > p {
    max-width: 380px;
    margin: 0;
    color: #707982;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   DESTINATION CARDS
========================================================= */

.destination-card {
    display: block;
    overflow: hidden;
    height: 100%;
    border: 1px solid #e5eaec;
    border-radius: 15px;
    background: #fff;
    transition: .35s ease;
}

.destination-card:hover {
    transform: translateY(-6px);
    border-color: #cce5eb;
    box-shadow: 0 18px 45px rgba(25,70,80,.10);
}

.destination-image {
    position: relative;
    overflow: hidden;
    height: 225px;
}

.destination-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.destination-card:hover .destination-image img {
    transform: scale(1.07);
}

.destination-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 11px;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    color: #1d85a2;
    font-size: 11px;
    font-weight: 700;
}

.destination-content {
    padding: 18px 19px;
}

.destination-content > span {
    color: #858c92;
    font-size: 12px;
}

.destination-content h4 {
    margin: 5px 0 15px;
    font-size: 21px;
}

.destination-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
    border-top: 1px solid #edf0f1;
}

.destination-bottom small {
    color: #1d85a2;
    font-weight: 600;
}

.destination-bottom i {
    color: #1d85a2;
}


/* =========================================================
   INFO CARDS
========================================================= */

.travel-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.travel-info-card {
    overflow: hidden;
    border: 1px solid #e5eaec;
    border-radius: 15px;
    background: #fff;
    transition: .3s;
}

.travel-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(30,70,80,.08);
}

.travel-info-image {
    position: relative;
    height: 190px;
}

.travel-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-info-icon {
    position: absolute;
    left: 18px;
    bottom: -20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d85a2;
    color: #fff;
    box-shadow: 0 8px 20px rgba(29,133,162,.25);
}

.travel-info-body {
    padding: 32px 20px 22px;
}

.travel-info-body > span {
    color: #1d85a2;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.travel-info-body h4 {
    margin: 6px 0 9px;
    font-size: 20px;
}

.travel-info-body p {
    margin-bottom: 16px;
    color: #69737b;
    font-size: 14px;
    line-height: 1.7;
}

.travel-info-body a {
    color: #1d85a2;
    font-size: 13px;
    font-weight: 700;
}

.travel-info-body a i {
    margin-left: 5px;
}


/* =========================================================
   FLIGHT TIP BOX
========================================================= */

.travel-tip-box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    overflow: hidden;
    border: 1px solid #e3edef;
    border-radius: 17px;
    background: #f5fafb;
}

.travel-tip-image {
    position: relative;
    min-height: 380px;
}

.travel-tip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-tip-badge {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #1d85a2;
    font-size: 21px;
}

.travel-tip-content {
    padding: 40px;
}

.travel-tip-content h3 {
    margin-bottom: 14px;
    font-size: 28px;
}

.travel-tip-content > p {
    color: #69737b;
    line-height: 1.8;
}

.travel-tip-content ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.travel-tip-content li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #555f67;
    font-size: 14px;
}

.travel-tip-content li i {
    color: #1d85a2;
}


/* =========================================================
   HOTEL
========================================================= */

.travel-simple-heading {
    margin-bottom: 28px;
}

.travel-simple-heading p {
    max-width: 750px;
    margin-top: 13px;
    color: #68727b;
    line-height: 1.8;
}

.hotel-tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.hotel-tip {
    padding: 25px;
    border: 1px solid #e5eaec;
    border-radius: 14px;
    transition: .3s;
}

.hotel-tip:hover {
    border-color: #bcdde5;
    transform: translateY(-4px);
}

.hotel-tip-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 12px;
    background: #eef8fa;
    color: #1d85a2;
    font-size: 20px;
}

.hotel-tip h4 {
    margin-bottom: 9px;
    font-size: 19px;
}

.hotel-tip p {
    margin: 0;
    color: #6d767d;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   DOCUMENTS
========================================================= */

.travel-documents-box {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    overflow: hidden;
    border-radius: 17px;
    background: #153f4a;
}

.travel-documents-content {
    padding: 42px;
}

.travel-documents-content > span {
    color: #9ed9e7;
}

.travel-documents-content h3 {
    max-width: 500px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 29px;
}

.travel-documents-content > p {
    max-width: 550px;
    color: rgba(255,255,255,.72);
    line-height: 1.75;
}

.travel-documents-image {
    min-height: 340px;
}

.travel-documents-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.document-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.document-check-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 9px;
    color: #fff;
    font-size: 13px;
}

.document-check-list i {
    color: #8dd3e1;
}


/* =========================================================
   BEFORE TRAVEL
========================================================= */

.before-travel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.before-travel-item {
    display: flex;
    gap: 17px;
    padding: 22px;
    border: 1px solid #e6eaec;
    border-radius: 13px;
    transition: .3s;
}

.before-travel-item:hover {
    border-color: #bddde5;
    background: #fbfefe;
}

.before-travel-item > span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef8fa;
    color: #1d85a2;
    font-size: 11px;
    font-weight: 700;
}

.before-travel-item h4 {
    margin-bottom: 6px;
    font-size: 17px;
}

.before-travel-item p {
    margin: 0;
    color: #707980;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   CTA
========================================================= */

.travel-guide-cta {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    overflow: hidden;
    margin-top: 65px;
    border-radius: 17px;
    background: #eef8fa;
}

.travel-cta-image {
    min-height: 310px;
}

.travel-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-cta-content {
    padding: 40px;
}

.travel-cta-content h3 {
    max-width: 520px;
    margin-bottom: 12px;
    font-size: 29px;
}

.travel-cta-content p {
    max-width: 540px;
    color: #68727a;
    line-height: 1.75;
}

.travel-guide-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    padding: 13px 20px;
    border-radius: 7px;
    background: #1d85a2;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.travel-guide-btn:hover {
    background: #146c84;
    color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .travel-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 991px) {

    .travel-guide-sidebar {
        position: static;
    }

    .travel-guide-content {
        padding-left: 0;
    }

    .travel-guide-intro h2 {
        font-size: 35px;
    }

    .travel-section-heading {
        display: block;
    }

    .travel-section-heading > p {
        margin-top: 12px;
    }

    .travel-tip-box,
    .travel-documents-box,
    .travel-guide-cta {
        grid-template-columns: 1fr;
    }

    .travel-documents-image {
        min-height: 280px;
    }

}

@media (max-width: 767px) {

    .travel-guide-feature {
        height: 360px;
    }

    .travel-feature-overlay {
        padding: 60px 25px 25px;
    }

    .travel-feature-overlay h3 {
        font-size: 25px;
    }

    .travel-info-grid,
    .hotel-tips-grid,
    .before-travel-grid {
        grid-template-columns: 1fr;
    }

    .travel-tip-content,
    .travel-documents-content,
    .travel-cta-content {
        padding: 28px;
    }

    .travel-tip-image {
        min-height: 280px;
    }

}

@media (max-width: 575px) {

    .travel-guide-intro h2 {
        font-size: 29px;
    }

    .travel-guide-intro p {
        font-size: 14px;
    }

    .travel-intro-meta {
        display: block;
    }

    .travel-intro-meta div {
        margin-bottom: 8px;
    }

    .travel-guide-feature {
        height: 320px;
        border-radius: 13px;
    }

    .travel-feature-overlay h3 {
        font-size: 22px;
    }

    .travel-section-heading h3,
    .travel-simple-heading h3 {
        font-size: 25px;
    }

    .destination-image {
        height: 210px;
    }

    .document-check-list {
        grid-template-columns: 1fr;
    }

    .travel-documents-content h3,
    .travel-cta-content h3 {
        font-size: 24px;
    }

}

