/* Custom CSS for center aligned banner text */
.h6-hero-content {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
}

.sec-heading .sec-title {
    font-weight: 700 !important;
}

.contact-form-section {
    padding-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
    .contact-form-section {
        padding-bottom: 50px !important;
    }

}

.form-group textarea::placeholder {
    color: #364052 !important;
}

.form-group textarea {
    height: 170px !important;
}

.about-desc p {
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .about-desc p {
        font-size: 15px;
    }

}

.video-desc p {
    font-size: 18px;
}

.contact-title {
    font-size: 50px;
}

/* .footer-top-area{
    padding-left: 150px;
    padding-right: 150px;
} */

/* Section Description under heading */
.sec-desc {
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
    margin-top: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sec-heading.text-center .sec-desc {
    text-align: center;
}

@media (max-width: 767px) {
    .sec-desc {
        font-size: 15px;
        margin-top: 12px;
    }
}

.h6-hero-content .sub-title,
.h6-hero-content .hero-title,
.h6-hero-content .desc,
.h6-hero-content .hero-btn-area {
    text-align: center !important;
}

/* Case Study Row - Vertical Center Alignment */
.case-study-row .row {
    display: flex;
    align-items: center;
}

.case-study-row .col-lg-5,
.case-study-row .col-lg-7 {
    display: flex;
    align-items: center;
}

.case-study-row .content-area {
    width: 100%;
}

.case-study-row .image-container {
    width: 100%;
}

/* Hide YouTube video title and logo */
#autoplay-video-section {
    position: relative;
    border-radius: 10px;
}

#autoplay-video-section iframe {
    border-radius: 10px;
}

#autoplay-video-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    z-index: 10;
    pointer-events: none;
    border-radius: 10px 10px 0 0;
}

/* Modern Service Box Design */
.service-box {
    background: #f7f7f7;
    border-radius: 0;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: none;
}

.service-icon-wrapper {
    margin-bottom: 25px;
}

.service-box .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0075FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
}

.service-box .service-icon i {
    font-size: 35px;
    color: #ffffff;
}

.service-content {
    text-align: left;
}

.service-box .service-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.service-box .service-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.service-box .service-desc {
    margin-bottom: 20px;
}

.service-box .service-desc p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

.service-box .service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0075FF;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.service-box .service-link i {
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .service-box {
        padding: 35px 25px;
        margin-bottom: 30px;
    }

    .service-box .service-icon {
        width: 70px;
        height: 70px;
    }

    .service-box .service-icon i {
        font-size: 30px;
    }

    .service-box .service-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .service-box {
        padding: 30px 20px;
    }

    .service-box .service-icon {
        width: 65px;
        height: 65px;
    }

    .service-box .service-icon i {
        font-size: 28px;
    }
}

/* Case Study Section */
.case-study-section {
    background: #ffffff;
    position: relative;
}

.case-study-wrap {
    position: relative;
}

.case-study-item {
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
}

.case-study-item:last-child {
    border-bottom: none;
}

.case-study-content {
    padding-right: 40px;
}

.case-number {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #0075FF;
    margin-bottom: 15px;
}

.case-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.case-desc {
    margin-bottom: 25px;
}

.case-desc p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.case-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0075FF;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.case-link i {
    font-size: 14px;
}

.case-study-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Case Studies */
@media (max-width: 991px) {
    .case-study-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .case-title {
        font-size: 28px;
    }

    .case-study-image {
        height: 350px;
    }

    .case-study-item {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .case-title {
        font-size: 24px;
    }

    .case-study-image {
        height: 280px;
    }

    .case-study-item {
        padding: 30px 0;
    }

    /* Mobile responsive for case study projects */
    .h10-projects_wrap {
        margin-bottom: 20px !important;
    }

    .case-study-row .row {
        display: flex;
        flex-direction: column;
    }

    .case-study-row .col-lg-5,
    .case-study-row .col-lg-7 {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .case-study-row .image-container {
        margin-bottom: 20px;
        width: 100%;
    }

    .case-study-row .content-area {
        width: 100%;
    }

    .stats-area {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .stat-item {
        flex: 1 1 calc(33.333% - 10px);
        min-width: 100px;
    }
}

/* Offers Section */
.offers-section {
    position: relative;
}

.offer-card {
    background: #ffffff;
    border: 1px solid #d5dce5;
    /* border-top: 2px solid #0075FF; */
    border-radius: 10px;
    padding: 45px 35px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* .offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 117, 255, 0.15);
    border-color: #0075FF;
} */

.offer-featured {
    border: 2px solid #0075FF;
    box-shadow: 0 4px 16px rgba(0, 117, 255, 0.15);
    position: relative;
}

/* Recommended Badge */
.recommended-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0075FF 0%, #0056cc 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 117, 255, 0.3);
    z-index: 10;
}

/* 1:1 Session Card - Dark Horizontal Layout */
.session-card-dark {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: none;
    padding: 50px 45px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 117, 255, 0.2);
}

.session-content-left {
    flex: 1;
}

.session-content-left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.2;
}

.session-content-left p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
    padding-right: 50px;
}

.session-content-right {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.session-pricing {
    text-align: center;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.session-price {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

.session-duration {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.session-cta-btn {
    background: linear-gradient(135deg, #0075FF 0%, #0056cc 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 36px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0, 117, 255, 0.25);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.session-cta-btn:hover {
    background: linear-gradient(135deg, #0056cc 0%, #003d7a 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 117, 255, 0.35);
}


/* Contact Section - Light Background */
.h9-contact-section {
    background-color: #e1e8f038 !important;
    background-image: none !important;
}

.h9-contact-section::after {
    display: none !important;
}

.h9-contact-section .sec-heading .sub-title {
    color: #0075FF !important;
}

.h9-contact-section .sec-heading .sec-title {
    color: #1a1a1a !important;
}

.h9-contact-section .sec-heading .desc {
    color: #64748b !important;
}

.h9-contact-section .form-button button[type=submit] {
    background: linear-gradient(135deg, #0075FF 0%, #0056cc 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 117, 255, 0.3);
    font-size: 16px;
    padding: 15px 0px;
}

.h9-contact-section .form-button button[type=submit]:hover {
    background: linear-gradient(135deg, #0056cc 0%, #003d7a 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 117, 255, 0.4);
}

/* Responsive Contact Heading */
@media (max-width: 991px) {
    .h9-contact-section .sec-heading .sec-title {
        font-size: 36px !important;
    }
}

@media (max-width: 767px) {
    .h9-contact-section .sec-heading .sec-title {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 575px) {
    .h9-contact-section .sec-heading .sec-title {
        font-size: 40px !important;
        line-height: 1.3 !important;
    }
}

/* Replace nice-select arrow with Lucide icon */
.form-group .nice-select::before {
    display: none !important;
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.select-lucide-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
    color: #64748b;
}

.select-lucide-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

/* Discovery Call Box */
.discovery-call-box {
    background: #051229;
    border: none;
    border-radius: 12px;
    padding: 30px 30px;
    margin-top: 35px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

/* .discovery-call-box:hover {
    box-shadow: 0 8px 28px rgba(0, 117, 255, 0.25);
    transform: translateY(-2px);
} */

.discovery-icon {
    width: 50px;
    height: 50px;
    background: #0075FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.discovery-icon i {
    color: #ffffff;
    font-size: 28px;
}

.discovery-icon svg {
    width: 28px;
    height: 28px;
    stroke: #ffffff;
    stroke-width: 2;
}

.discovery-content {
    flex: 1;
}

.discovery-call-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 1.3;
}

.discovery-call-box p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 16px;
}

.discovery-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 4px 12px rgba(0, 117, 255, 0.25); */
    margin-bottom: 15px;
}

.discovery-btn:hover {
    background: linear-gradient(135deg, #0056cc 0%, #003d7a 100%);
    color: #ffffff;
    /* transform: translateY(-2px); */
    /* box-shadow: 0 6px 16px rgba(0, 117, 255, 0.35); */
}

.discovery-btn svg {
    width: 14px;
    height: 14px;
}

.discovery-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.discovery-footer svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    flex-shrink: 0;
}

.discovery-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

/* .discovery-footer a:hover {
    color: #FFA500;
} */

/* Responsive for 1:1 Session */
@media (max-width: 991px) {
    .session-card-dark {
        flex-direction: column;
        text-align: center;
        padding: 35px 30px;
    }

    .session-content-left h3 {
        font-size: 28px;
    }

    .session-content-left p {
        padding-right: 0;
    }

    .session-content-right {
        flex-direction: column;
        gap: 25px;
    }

    .session-pricing {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-right: 0;
        padding-bottom: 25px;
    }

    .discovery-call-box {
        padding: 25px;
        margin-top: 30px;
        flex-direction: column;
        text-align: center;
    }

    .discovery-icon {
        margin: 0 auto;
    }

    .discovery-call-box h3 {
        font-size: 19px;
    }

    .discovery-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .session-card-dark {
        padding: 30px 25px;
    }

    .session-content-left h3 {
        font-size: 24px;
    }

    .session-content-left p {
        font-size: 15px;
        padding-right: 0;
    }

    .session-price {
        font-size: 36px;
    }

    .session-cta-btn {
        width: 100%;
        padding: 16px 30px;
    }
}

.offer-badge-heading {
    font-size: 33px;
    font-weight: 700;
    color: #0075FF;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
}


.offer-badge {
    display: inline-block;
    background: #0075FF;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 10px 28px;
    margin-bottom: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
}

.offer-featured .offer-badge {
    background: #0075FF;
    color: #ffffff;
}

.offer-heading {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-short-desc {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
}

.offer-positioning {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 400;
}

.offer-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-top: 15px;
}

.offer-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.offer-bullets li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    color: #2c3e50;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.offer-check-icon {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    /* background: #E3F2FD; */
    border-radius: 50%;
    flex-shrink: 0;
    padding: 3px;
}

.offer-check-icon svg {
    width: 100%;
    height: 100%;
    stroke: #0075FF;
}

.offer-details {
    overflow: hidden;
    transition: all 0.4s ease;
}

.offer-bullets-hidden {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.offer-bullets-hidden li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    color: #2c3e50;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.view-details-btn {
    background: transparent;
    border: none;
    color: #0075FF;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 28px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.view-details-btn:hover {
    color: #003d7a;
}

.view-details-btn i {
    width: 16px;
    height: 16px;
    transition: transform 0.4s ease;
}

.view-details-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.4s ease;
}

.view-details-btn[aria-expanded="true"] i,
.view-details-btn[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.offer-footer {
    margin-top: auto;
    padding-top: 28px;
    border-top: 3px solid #f0f4f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.offer-price-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.offer-price {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.offer-turnaround {
    font-size: 13px;
    color: #7a8a9e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offer-cta-btn {
    background: linear-gradient(135deg, #0075FF 0%, #0056cc 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 25px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 117, 255, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.offer-cta-btn:hover {
    background: linear-gradient(135deg, #0056cc 0%, #003d7a 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 117, 255, 0.4);
}

/* Responsive */

@media (max-width: 576px) {
    .site-logo .logo {
        display: inline-block;
        max-width: 150px;
        width: 100%;
    }

    .offer-badge-heading {
        font-size: 28px;
        font-weight: 700;
        color: #0075FF;
        margin-bottom: 10px;
        /* text-transform: uppercase; */
        /* letter-spacing: 0.5px; */
    }
}


@media (max-width: 991px) {
    .offer-card {
        padding: 40px 35px;
        margin-bottom: 30px;
    }

    .offer-badge {
        font-size: 13px;
        padding: 9px 24px;
    }

    .offer-name {
        font-size: 24px;
    }

    .offer-price {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .offer-card {
        padding: 35px 28px;
        margin-bottom: 25px;
    }

    .offer-badge {
        font-size: 12px;
        padding: 8px 22px;
    }

    .offer-name {
        font-size: 18px;
    }

    .offer-bullets {
        margin-bottom: 18px;
    }

    .offer-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding-top: 18px;
        margin-top: 0;
    }

    .offer-cta-btn {
        width: 100%;
        text-align: center;
        padding: 16px 28px;
    }

    .offer-price {
        font-size: 28px;
    }

    .offer-featured::before {
        font-size: 10px;
        padding: 3px 16px;
    }
}

/* ============================================
   FAQ Section Styles
   ============================================ */

.faq-section {
    position: relative;
    background: #fafbfc;
}

.faq-wrapper {
    position: relative;
}

/* FAQ Accordion Styles */
.faq-section .accordion {
    border: none;
}

.faq-section .accordion-item {
    background: #ffffff;
    border: 1px solid #e8eef3;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.faq-section .accordion-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
    border-color: #d0dae3;
}

.faq-section .accordion-header {
    margin: 0;
}

.faq-section .accordion-button {
    background: transparent;
    border: none;
    padding: 24px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #1a2332;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.faq-section .accordion-button:not(.collapsed) {
    background: transparent;
    color: #0075FF;
    font-weight: 600;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.faq-section .accordion-button::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23677489' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230075FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
    transform: translateY(-50%) rotate(0deg);
}

/* FAQ Number Badge - Hide but keep for backward compatibility */
.faq-number {
    display: none;
}

/* FAQ Question */
.faq-question {
    flex: 1;
    text-align: left;
    padding-right: 45px;
    line-height: 1.6;
}

/* FAQ Answer Body */
.faq-section .accordion-body {
    padding: 0 30px 24px 30px;
    background: transparent;
    color: #556273;
    line-height: 1.8;
    font-size: 15px;
}

.faq-section .accordion-collapse {
    background: transparent;
}

.faq-section .accordion-button:not(.collapsed)+.accordion-collapse .accordion-body {
    background: transparent;
    color: #556273;
}

.faq-section .accordion-body p {
    margin: 0;
    color: inherit;
}

/* Animation for collapse */
.faq-section .accordion-collapse {
    transition: all 0.3s ease;
}

/* Responsive FAQ Styles */
@media (max-width: 991px) {
    .faq-section .accordion-item {
        margin-bottom: 14px;
        border-radius: 14px;
    }

    .faq-section .accordion-button {
        padding: 22px 25px;
        font-size: 16px;
    }

    .faq-section .accordion-button::after {
        right: 25px;
    }

    .faq-question {
        padding-right: 40px;
    }

    .faq-section .accordion-body {
        padding: 0 25px 22px 25px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .faq-section .accordion-item {
        margin-bottom: 12px;
        border-radius: 12px;
    }

    .faq-section .accordion-button {
        padding: 20px 22px;
        font-size: 15.5px;
    }

    .faq-section .accordion-button::after {
        right: 22px;
        width: 18px;
        height: 18px;
    }

    .faq-question {
        padding-right: 35px;
        font-size: 15.5px;
    }

    .faq-section .accordion-body {
        padding: 0 22px 20px 22px;
        font-size: 14px;
        line-height: 1.7;
    }
}

@media (max-width: 576px) {
    .faq-section .accordion-button {
        padding: 18px 20px;
        font-size: 15px;
    }

    .faq-section .accordion-button::after {
        right: 20px;
        width: 18px;
        height: 18px;
    }

    .faq-question {
        padding-right: 32px;
        font-size: 15px;
        line-height: 1.5;
    }

    .faq-section .accordion-body {
        padding: 0 20px 18px 20px;
        font-size: 13.5px;
    }
}


/* ============================================
   CTA Section Styles
   ============================================ */

.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0075FF 0%, #0056CC 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.5;
}

.cta-wrapper {
    position: relative;
    z-index: 1;
}

.cta-content {
    padding-right: 20px;
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.2;
}

.cta-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cta-primary-btn,
.cta-secondary-btn {
    display: inline-block;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.cta-primary-btn {
    background: #ffffff;
    color: #0075FF;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.cta-primary-btn:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #0056CC;
}

.cta-secondary-btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cta-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Responsive CTA Styles */
@media (max-width: 991px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 36px;
    }

    .cta-description {
        font-size: 17px;
    }

    .cta-buttons {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 50px 0;
    }

    .cta-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-content {
        padding-right: 0;
        text-align: center;
    }

    .cta-buttons {
        justify-content: center;
        flex-direction: column;
    }

    .cta-primary-btn,
    .cta-secondary-btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .cta-section {
        padding: 40px 0;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-description {
        font-size: 15px;
    }

    .cta-primary-btn,
    .cta-secondary-btn {
        padding: 14px 24px;
        font-size: 15px;
    }
}

/* ============================================
   Footer Section Styles
   ============================================ */

.zeaxis-footer {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    position: relative;
    color: #475569;
}

/* Footer Main */
.footer-main {
    padding: 80px 0 60px;
    border-bottom: 1px solid rgba(0, 117, 255, 0.15);
}

/* Footer Widget */
.footer-widget {
    position: relative;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.footer-description {
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* Footer Widget Title */
.footer-widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #0075FF;
    border-radius: 2px;
}

/* Footer Social */
.footer-social-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

.footer-social-links {
    display: flex;
    gap: 12px;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #64748b;
    transition: all 0.3s ease;
}

.footer-social-links a:hover {
    background: #0075FF;
    border-color: #0075FF;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 117, 255, 0.3);
}

.footer-social-links a svg {
    width: 18px;
    height: 18px;
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    color: #64748b;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-menu li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #0075FF;
    transition: width 0.3s ease;
}

.footer-menu li a:hover {
    color: #0075FF;
    padding-left: 8px;
}

.footer-menu li a:hover::before {
    width: 20px;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #64748b;
    font-size: 15px;
}

.footer-contact li svg {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: #0075FF;
    flex-shrink: 0;
}

.footer-contact li a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact li a:hover {
    color: #0075FF;
}

/* Footer CTA Button */
.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #0075FF;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.footer-cta-btn:hover {
    background: #0056CC;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 117, 255, 0.4);
    color: #ffffff;
}

.footer-cta-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.footer-cta-btn:hover svg {
    transform: translateX(4px);
}

/* Footer Bottom */
.footer-bottom {
    padding: 28px 0;
    background: #f8fafc;
    backdrop-filter: blur(10px);
}

.footer-copyright {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.footer-copyright span {
    color: #0075FF;
    font-weight: 600;
}

.footer-bottom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

.footer-bottom-menu li a {
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-menu li a:hover {
    color: #0075FF;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #0075FF;
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(0, 117, 255, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #0056cc;
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 117, 255, 0.4);
}

.back-to-top svg {
    width: 22px;
    height: 22px;
}

/* Responsive Footer Styles */
@media (max-width: 991px) {
    .footer-main {
        padding: 60px 0 50px;
    }

    .footer-widget-title {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 160px;
    }

    .footer-cta-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 50px 0 40px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .footer-widget-title {
        font-size: 16px;
        margin-bottom: 18px;
    }

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

    .footer-menu li a,
    .footer-contact li {
        font-size: 14px;
    }

    .footer-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .footer-bottom {
        padding: 24px 0;
        text-align: center;
    }

    .footer-bottom-menu {
        justify-content: center;
        margin-top: 16px;
    }

    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .back-to-top svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .footer-main {
        padding: 30px 0 25px;
    }

    .footer-widget {
        margin-bottom: 25px;
    }

    .footer-widget-title {
        font-size: 15px;
    }

    .footer-social-links a {
        width: 38px;
        height: 38px;
    }

    .footer-social-links a svg {
        width: 16px;
        height: 16px;
    }

    .footer-bottom-menu {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .footer-copyright {
        font-size: 13px;
    }

    .back-to-top {
        width: 42px;
        height: 42px;
    }
}

/* ============================================
   Footer Contact Info Styles
   ============================================ */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.footer-contact-list li i {
    color: #0075FF;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-contact-list li a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list li a:hover {
    color: #0075FF;
}

.footer-contact-list li span {
    color: #64748b;
}

/* ============================================
   H5 Footer Light Professional Theme
   ============================================ */
.h5-footer .footer-top-area {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}

/* Fix footer column spacing - custom padding for each column */
.h5-footer .footer-top-area .row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Column 1 - Logo & Social (col-xl-5) */
.h5-footer .footer-top-area .row>div:nth-child(1) {
    padding-left: 50px !important;
    padding-right: 30px !important;
}

/* Logo column description width */
.h5-footer .footer-widget .desc {
    max-width: 440px;
}

/* Column 2 - Quick Links (col-xl-2) */
.h5-footer .footer-top-area .row>div:nth-child(2) {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Column 3 - Services (col-xl-2) */
.h5-footer .footer-top-area .row>div:nth-child(3) {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Column 4 - Contact (col-xl-3) - Remove extra left space */
.h5-footer .footer-top-area .row>div:nth-child(4) {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Mobile - Add left padding to all columns */
@media (max-width: 767px) {
    .h5-footer .footer-top-area .row>div {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Remove divider lines between footer columns */
.footer-top-area .line::before,
.footer-top-area .line::after {
    display: none !important;
}

.h5-footer .footer-widget .title {
    color: #0f172a !important;
    font-weight: 600;
}

.h5-footer .footer-widget .desc {
    color: #3d4550 !important;
}

.h5-footer .footer-widget .widget-menu ul li a {
    color: #3d4550 !important;
    transition: color 0.3s ease;
}

.h5-footer .footer-widget .widget-menu ul li a:hover {
    color: #0075FF !important;
}

/* ============================================
   Footer Copyright Section Styles
   ============================================ */
.h5-footer-copyright {
    background-color: #f8fafc !important;
    border-top: 1px solid #e2e8f0;
    padding: 24px 0 !important;
}

.copyright-content-area .copyright-text p {
    color: #475569 !important;
    font-size: 15px !important;
    margin: 0;
}

.copyright-content-area .copyright-text p i {
    color: #0075FF;
    margin-right: 6px;
}

.copyright-content-area .copyright-text p a,
.h5-footer-copyright .copyright-text p a {
    color: #0075FF !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-content-area .copyright-text p a:hover,
.h5-footer-copyright .copyright-text p a:hover {
    color: #0056CC !important;
}

.copyright-menu ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .copyright-menu ul {
        justify-content: center;
    }

    .h5-footer .footer-top-area .row>div:nth-child(1) {
        padding-left: 20px !important;
        padding-right: 30px !important;
    }
}

.copyright-menu ul li a {
    color: #3d4550 !important;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-menu ul li a:hover {
    color: #0075FF !important;
}

/* ============================================
   Footer Social Icons Styles - Professional
   ============================================ */
.h5-footer .footer-social {
    margin-top: 24px;
}

.h5-footer .footer-social .title {
    color: #0f172a !important;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}

.h5-footer .footer-social ul {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.h5-footer .footer-social ul li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: linear-gradient(135deg, #e0efff 0%, #f0f7ff 100%) !important;
    border: 1px solid rgba(0, 117, 255, 0.15) !important;
    border-radius: 10px !important;
    color: #0075FF !important;
    transition: all 0.3s ease !important;
}

.h5-footer .footer-social ul li a:hover {
    background: linear-gradient(135deg, #d4e8ff 0%, #e8f3ff 100%) !important;
    border-color: rgba(0, 117, 255, 0.25) !important;
    color: #0075FF !important;
    /* transform: translateY(-3px) !important; */
    box-shadow: 0 6px 16px rgba(0, 117, 255, 0.2) !important;
}

.h5-footer .footer-social ul li a i {
    font-size: 15px !important;
    color: #0075FF !important;
}

.h5-footer .footer-social ul li a i svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #0075FF !important;
    stroke-width: 2 !important;
    fill: none !important;
}

/* ============================================
   Footer Title with Blue Underline
   ============================================ */
.h5-footer .footer-title .title {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.h5-footer .footer-title .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #0075FF;
    border-radius: 2px;
}

/* ============================================
   Footer Contact Info with Icons - Follow Us Style
   ============================================ */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    margin-bottom: 15px;

}

.footer-contact-list .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-list .contact-item .icon-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.footer-contact-list .contact-item .icon-box i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.footer-contact-list .contact-item .icon-box i svg {
    width: 15px !important;
    height: 15px !important;
    stroke: #64748b !important;
    stroke-width: 2.2 !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Ensure Lucide icons render properly */
.footer-contact-list .contact-item .icon-box svg {
    width: 15px !important;
    height: 15px !important;
    stroke: #64748b !important;
    stroke-width: 2.2 !important;
    fill: none !important;
}

.footer-contact-list .contact-item:hover .icon-box {
    background: #e2e8f0 !important;
    border-color: #94a3b8 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(100, 116, 139, 0.15) !important;
}

.footer-contact-list .contact-item .text {
    color: #3d4550;
    font-size: 15px;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.footer-contact-list .contact-item:hover .text {
    color: #0075FF;
}

/* ============================================
   CTA Section Styles
   ============================================ */
.cta-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.cta-content {
    flex: 1;
    min-width: 300px;
}

.cta-inline .sec-title {
    margin-bottom: 0;
    text-align: left;
}

.h5-cta-contact {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .cta-inline {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .cta-inline .sec-title {
        text-align: center;
    }

    .h5-cta-contact {
        width: 100%;
        justify-content: center;
    }
}

/* Form Labels */
.form-label {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    text-transform: capitalize;
}

/* Placeholder Styling */
.form-group input::placeholder,
.form-group textarea::placeholder {
    font-size: 14px;
    color: #94a3b8;
}

/* Select dropdown arrow fix */
.form-group .nice-select {
    position: relative;
}

.form-group .nice-select::after {
    display: none !important;
}

.select-lucide-icon {
    position: absolute !important;
    right: 20px !important;
    top: calc(50% + 12px) !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    z-index: 100 !important;
    color: #64748b !important;
}

/* ============================================
   Custom Footer Structure - Flexbox with Custom Width Classes
   ============================================ */
.custom-footer .footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 80px 0 60px;
}

/* Custom Width Classes - Easily adjustable */
.custom-footer .footer-col-35 {
    flex: 0 0 calc(35% - 37.5px);
    max-width: calc(35% - 37.5px);
}

.custom-footer .footer-col-20 {
    flex: 0 0 calc(20% - 37.5px);
    max-width: calc(20% - 37.5px);
}

.custom-footer .footer-col-18 {
    flex: 0 0 calc(18% - 37.5px);
    max-width: calc(18% - 37.5px);
}

.custom-footer .footer-col-25 {
    flex: 0 0 calc(25% - 37.5px);
    max-width: calc(25% - 37.5px);
}

.custom-footer .footer-col-30 {
    flex: 0 0 calc(30% - 37.5px);
    max-width: calc(30% - 37.5px);
}

/* Footer Bottom Section */
.custom-footer .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-footer .h5-footer-copyright {
    padding: 24px 0 !important;
}

.custom-footer .copyright-text {
    margin: 0;
}

.custom-footer .copyright-text p {
    margin: 0;
    font-size: 15px;
}

.custom-footer .copyright-menu ul {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Responsive Footer Grid */
@media (max-width: 1199px) {
    .custom-footer .footer-grid {
        gap: 40px;
        padding: 70px 0 55px;
    }

    .custom-footer .footer-col-35,
    .custom-footer .footer-col-20,
    .custom-footer .footer-col-18,
    .custom-footer .footer-col-25,
    .custom-footer .footer-col-30 {
        flex: 0 0 calc(48% - 20px);
        max-width: calc(48% - 20px);
    }

    .custom-footer .footer-col-35 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .custom-footer .footer-grid {
        gap: 35px;
        padding: 50px 0 40px;
    }

    .custom-footer .footer-col-35,
    .custom-footer .footer-col-20,
    .custom-footer .footer-col-18,
    .custom-footer .footer-col-25,
    .custom-footer .footer-col-30 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-footer .footer-bottom-wrapper {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .custom-footer .copyright-menu ul {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .custom-footer .footer-grid {
        padding: 40px 0 35px;
        gap: 30px;
    }

    .custom-footer .copyright-text p {
        font-size: 14px;
    }

    .custom-footer .copyright-menu ul {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .custom-footer .copyright-menu ul li a {
        font-size: 13px;
    }
}

/* ============================================
   Resources Page - Custom Styles
   ============================================ */

/* Category Tabs - Increased Font Size */
.resources-tabs-nav .tab-btn {
    font-size: 14px !important;
}

/* Reduce spacing between heading and content */
.resources-section .row.mb-4:has(+ .row .resources-tabs-nav) {
    margin-bottom: 1rem !important;
}

.resources-section .resources-tabs-nav {
    margin-bottom: 30px !important;
}

/* Mobile Responsive for Tabs */
@media (max-width: 767px) {
    .resources-main-tabs {
        width: 100% !important;
        max-width: 100% !important;
    }

    .resources-tabs-nav {
        gap: 6px !important;
    }

    .resources-tabs-nav .tab-btn {
        font-size: 12px !important;
        padding: 6px 14px !important;
    }
}

@media (max-width: 576px) {
    .resources-tabs-nav .tab-btn {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
}

/* Hero Icon Boxes - replacing slider */
.h6-hero-icon-boxes {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: 40px 60px 60px;
    flex-wrap: wrap;
}

.hero-icon-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.hero-icon-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.hero-icon-box-icon {
    width: 45px;
    height: 45px;
    background: #e8f1ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.hero-icon-box-icon svg {
    width: 22px;
    height: 22px;
    stroke: #0075ff;
}

.hero-icon-box-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #0a2647;
    margin: 0 0 10px;
    line-height: 1.3;
}

.hero-icon-box-text p {
    font-size: 15px;
    color: #5a6c7d;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .h6-hero-icon-boxes {
        padding: 30px 20px 40px;
        gap: 14px;
    }

    .hero-icon-box {
        min-width: 160px;
        padding: 18px 20px;
    }
}