.faq-answer p,
.faq-btn,
.faq-hero-content span,
.faq-number,
.faq-page,
.faq-side-card h2,
.faq-title-area h2,
.faq-title-area p,
.faq-title-area span {
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.faq-hero-content span,
.faq-title-area span {
    font-size: 15px;
    letter-spacing: 5px
}

.faq-btn,
.faq-number {
    display: flex;
    font-size: 18px
}

.faq-page {
    background: #fff;
    color: #082b55
}

.faq-hero-container {
    display: flex
}

.faq-hero-content span {
    color: #15365e
}

.faq-main {
    padding: 70px 0
}

.faq-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.faq-title-area h2 {
    font-size: 40px;
    line-height: 1.1;
    color: #082b55;
    margin-top: 12px
}

.faq-title-area p {
    color: #52657d;
    line-height: 1.7;
    font-size: 17px
}

.faq-new-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    padding: 22px 24px;
    margin-bottom: 18px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    transition: .3s
}

.faq-new-item.active {
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08)
}

.faq-number {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf1ff;
    color: #0753b8
}

.faq-content {
    flex: 1
}

.faq-btn {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: 0;
    background: 0 0;
    padding: 8px 0;
    cursor: pointer;
    color: #062d5d;
    text-align: left
}

.faq-bottom a,
.faq-side-card a {
    display: inline-block;
    border-radius: 5px;
    text-decoration: none
}

.faq-btn span {
    padding-right: 20px
}

.faq-btn i {
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    color: #062d5d;
    transition: .3s
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s
}

.faq-answer p {
    padding-top: 18px;
    margin: 0;
    color: #60738c;
    line-height: 1.7;
    font-size: 18px
}

.faq-side-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.faq-side-card img {
    width: 100%;
    height: 170px;
    object-fit: cover
}

.faq-side-card h2 {
    font-size: 38px;
    color: #082b55;
    padding: 25px 28px 10px
}

.bottom-feature h3,
.faq-bottom a,
.faq-bottom p,
.faq-bottom-content a,
.faq-bottom-content p,
.faq-side-card a,
.faq-side-card p {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.faq-bottom h2,
.faq-bottom-content h2 {
    font-size: 38px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.faq-side-card p {
    padding: 0 28px;
    color: #52657d;
    line-height: 1.7
}

.faq-side-card a {
    margin: 20px 28px;
    padding: 14px 28px;
    background: #062e5d;
    color: #fff
}

.faq-side-card hr {
    margin: 25px 0;
    border-color: #ddd
}

.faq-bottom p {
    color: #586b83
}

.faq-bottom a {
    margin-top: 15px;
    padding: 14px 30px;
    background: #072e5b;
    color: #fff
}

@media(max-width:992px) {
    .faq-hero-container {
        display: block;
        height: auto
    }

    .faq-hero-content,
    .faq-hero-image {
        width: 100%
    }

    .faq-bottom-box,
    .faq-title-area {
        display: block
    }

    .bottom-feature {
        margin-top: 30px;
        border: 0
    }
}

.faq-bottom {
    background: #f6f8fc;
    padding: 55px 0
}

.faq-bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq-bottom-content {
    width: 40%
}

.faq-bottom-content h2 {
    line-height: 1.05;
    color: #082b55;
    margin-bottom: 18px
}

.faq-bottom-content p {
    line-height: 1.7;
    color: #53677f;
    margin-bottom: 20px
}

.faq-bottom-content a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #062e5d;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none
}

.faq-bottom-content a span {
    font-size: 20px
}

.bottom-feature {
    width: 20%;
    text-align: center;
    padding: 10px 35px;
    border-left: 1px solid #d9dfe8
}

.feature-icon {
    font-size: 42px;
    line-height: 1;
    color: #082b55;
    margin-bottom: 15px
}

.bottom-feature h3 {
    color: #082b55;
    margin-bottom: 8px
}

.bottom-feature p {
    font-size: 15px;
    line-height: 1.6;
    color: #53677f;
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.faq-new-hero {
    width: 100%;
    background: #f7f8fa
}

.faq-hero-container {
    display: flex;
    height: 310px;
    width: 100%
}

.faq-hero-content {
    width: 50%;
    background: #fff;
    padding: 18px 55px
}

.breadcrumb {
    font-size: 14px;
    color: #52657d;
    margin-bottom: 25px;
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.faq-label {
    display: block;
    font-size: 13px;
    letter-spacing: 5px;
    color: #16385f;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.faq-hero-content h1 {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 500;
    color: #082b55;
    margin: 0 0 12px
}

.faq-hero-content p {
    font-size: 15px;
    color: #53677f;
    line-height: 1.6;
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.faq-hero-image {
    width: 50%;
    position: relative;
    overflow: hidden
}

.faq-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-side-text {
    position: absolute;
    right: 45px;
    top: 75px;
    color: #15365e;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 1.8;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.hero-line {
    width: 42px;
    height: 2px;
    background: #15365e;
    margin-top: 15px
}

@media(max-width:992px) {
    .faq-bottom-box {
        flex-direction: column;
        gap: 35px
    }

    .bottom-feature,
    .faq-bottom-content,
    .faq-hero-content,
    .faq-hero-image {
        width: 100%
    }

    .bottom-feature {
        border-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 25px
    }

    .faq-hero-container {
        display: block;
        height: auto
    }

    .faq-hero-image {
        height: 280px
    }

    .faq-hero-content h1 {
        font-size: 38px
    }
}

@media (max-width:1180px) {
    .container {
        max-width: 960px
    }

    .main-header .menu {
        gap: 18px
    }

    .menu a {
        font-size: 14px
    }

    h1 {
        font-size: 48px !important
    }

    h2 {
        font-size: 36px !important
    }

    .row {
        row-gap: 40px
    }
}

@media (max-width:1024px) {
    .container {
        max-width: 720px
    }

    .top-header {
        display: none
    }

    .navbar {
        padding: 15px 20px
    }

    .logo img {
        width: 170px
    }

    .menu {
        display: none !important
    }

    .header-actions {
        margin-left: auto
    }

    .about-hero,
    .ak-story-section,
    .faq-title-area,
    .values-section,
    .why-choose-section {
        padding-left: 20px;
        padding-right: 20px
    }

    img {
        max-width: 100%;
        height: auto
    }

    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8 {
        width: 100%
    }

    a,
    button {
        font-size: 15px
    }
}

@media(max-width:768px) {
    body {
        overflow-x: hidden
    }

    .logo img {
        width: 150px
    }

    .search-box {
        display: none
    }

    .quote-btn {
        padding: 10px 15px;
        font-size: 13px
    }

    h1 {
        font-size: 34px !important;
        line-height: 1.15
    }

    h2 {
        font-size: 28px !important
    }

    h3 {
        font-size: 22px
    }

    .faq-btn,
    p {
        font-size: 15px
    }

    p {
        line-height: 1.7
    }

    .about-hero-container,
    .faq-hero-container {
        display: block;
        height: auto
    }

    .about-hero-content,
    .faq-hero-content {
        width: 100%;
        padding: 35px 20px
    }

    .about-hero-image,
    .faq-hero-image {
        width: 100%;
        height: 350px
    }

    .faq-new-item {
        padding: 16px;
        gap: 12px
    }

    .faq-number {
        width: 34px;
        height: 34px
    }

    .card,
    .faq-help-card,
    .faq-side-card {
        margin-bottom: 25px
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        text-align: left
    }

    .footer-logo img {
        width: 180px
    }

    .floating-contact {
        right: 15px;
        bottom: 80px
    }

    .floating-contact a {
        width: 48px;
        height: 48px;
        font-size: 20px
    }
}

@media(max-width:430px) {
    .container {
        padding-left: 18px;
        padding-right: 18px
    }

    .logo img {
        width: 135px
    }

    .quote-btn {
        display: none
    }

    h1 {
        font-size: 32px !important
    }

    h2 {
        font-size: 26px !important
    }

    .faq-answer p {
        font-size: 14px
    }
}

@media(max-width:390px) {
    .logo img {
        width: 120px
    }

    h1 {
        font-size: 28px !important
    }

    h2 {
        font-size: 24px !important
    }
}