p {
    font-weight: 400 !important;
}

.qbank-vertical-tabs-section p {
    font-size: 20px !important;
}


.qbank-vertical-tabs-section ul li {
    font-size: 20px !important;
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 22px;
        font-weight: 700 !important;
    }
}

@media only screen and (min-width: 768px) {
    .hero-section {
        padding: 0 !important;
        position: relative;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        z-index: 888;
        margin-top: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section h1 {
        font-size: 45px !important;
    }
}

/* Lazy Loading Styles */
img.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}

img.loading {
    opacity: 0.5;
}

img.loaded {
    opacity: 1;
}

.qbank-sectors-list li::before {
    background-color: #f97316;
}

@media only screen and (max-width: 768px) {

    .btn,
    .btn-primary,
    .btn-lg,
    .HomeHeaderButton,
    .HomeHeaderButton24,
    .btn_get,
    .TC-001,
    .buttonOnWhite,
    .feature-btn,
    .footer-btn {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

}

/* Integrations Page Specific Styles */
@media (min-width: 992px) {
    .hero-section .row {
        margin-top: 40px;
    }
}

@media (min-width: 993px) {
    .audience-section .audience-grid .card {
        width: calc(25% - 15px) !important;
    }
}

/* Redesign overrides for AI Exam Quality Review Page */
body {
    background-color: #ffffff;
    color: #465061;
}

/* White-dominant Hero */
.hero-section-new {
    background: linear-gradient(135deg, #f8fbfd 0%, #edf4fc 100%);
    padding: 80px 0 60px 0;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .hero-section-new {
        margin-top: 60px;
        padding: 40px 0;
    }
}

@media only screen and (min-width: 768px) {
    .hero-section-new .row {
        position: relative;
    }

    .hero-section-new .col-lg-6:first-child {
        position: relative;
        z-index: 3;
    }

    .hero-section-new .QB_Banner_Img {
        position: relative;
        z-index: 1 !important;
    }

    .hero-section-new .QB_Banner_Img img {
        width: 130% !important;
        margin-left: -50px !important;
        height: auto;
    }
}

.hero-section-new h1 {
    color: #24275e !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    line-height: 1.25;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .hero-section-new h1 {
        font-size: 32px !important;
    }
}

.hero-section-new p.lead {
    color: #465061 !important;
    font-size: 20px !important;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-section-new .btn-primary {
    background-color: #24275e !important;
    border-color: #24275e !important;
    color: #ffffff !important;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(36, 39, 94, 0.2);
    text-decoration: none;
    display: inline-block;
}

.hero-section-new .btn-primary:hover {
    background-color: #191b42 !important;
    border-color: #191b42 !important;
}

.hero-section-new .btn-outline-blue {
    background-color: transparent !important;
    border: 2px solid #24275e !important;
    color: #24275e !important;
    padding: 11px 28px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}

.hero-section-new .btn-outline-blue:hover {
    background-color: #24275e !important;
    color: #ffffff !important;
}

/* Hero Badges / Subtitles (Design-matching grid) */
.hero-badges-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 45px;
    border-top: 1px solid rgba(36, 39, 94, 0.08);
    padding-top: 35px;
}

@media (max-width: 768px) {
    .hero-badges-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.hero-badge-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.hero-badge-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ebf3fb;
    color: #2977ff;
    /* Brand light blue */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.hero-badge-item:hover .hero-badge-icon-wrapper {
    background-color: #2977ff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(41, 119, 255, 0.2);
}

.hero-badge-item span {
    color: #24275e;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

/* Unified Video + Timeline Stepper Section */
.ai-workflow-section {
    padding: 90px 0;
    background-color: #ffffff;
}

.ai-workflow-section h2 {
    color: #24275e;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}

.ai-workflow-section p.section-subtitle {
    color: #5a6679;
    font-size: 16px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

.ai-video-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-video-card {
    background-color: #f8fbfd;
    border: 1px solid #eef3ff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    margin-bottom: 20px;
}

.ai-video-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.ai-video-wrap video {
    width: 100%;
    height: auto;
    display: block;
}

.ai-video-subtitle-bar {
    display: flex;
    align-items: center;
    background-color: #ebf3fb;
    border: 1px solid #d0e3ff;
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
    gap: 15px;
}

.ai-video-subtitle-bar .icon-wrapper {
    background-color: #2977ff;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ai-video-subtitle-bar p {
    color: #24275e;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: left;
}

/* Timeline Stepper */
.workflow-stepper {
    position: relative;
    padding-left: 20px;
}

.workflow-stepper-title {
    color: #24275e;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: left;
}

.workflow-stepper::before {
    content: '';
    position: absolute;
    top: 75px;
    bottom: 40px;
    left: 45px;
    width: 2px;
    border-left: 2px dashed #d0e3ff;
}

@media (max-width: 575px) {
    .workflow-stepper::before {
        left: 35px;
    }
}

.workflow-step-card-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    gap: 25px;
}

@media (max-width: 575px) {
    .workflow-step-card-item {
        gap: 15px;
    }
}

.workflow-step-icon-outer {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ebf3fb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    color: #2977ff;
    z-index: 2;
    transition: all 0.3s ease;
}

@media (max-width: 575px) {
    .workflow-step-icon-outer {
        width: 40px;
        height: 40px;
    }

    .workflow-step-icon-outer svg {
        width: 18px;
        height: 18px;
    }
}

.workflow-step-card-item:hover .workflow-step-icon-outer {
    border-color: #2977ff;
    background-color: #2977ff;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(41, 119, 255, 0.2);
    transform: scale(1.05);
}

.workflow-step-card-content {
    flex-grow: 1;
    background-color: #ffffff;
    border: 1px solid #ebf3fb;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 4px 15px rgba(17, 24, 39, 0.01);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
}

.workflow-step-card-item:hover .workflow-step-card-content {
    border-color: #d0e3ff;
    box-shadow: 0 8px 25px rgba(41, 119, 255, 0.05);
    transform: translateY(-2px);
}

.workflow-step-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.workflow-step-number-badge {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #eef3ff;
    color: #2977ff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workflow-step-card-item:hover .workflow-step-number-badge {
    background-color: #2977ff;
    color: #ffffff;
}

.workflow-step-card-header h4 {
    color: #f97316;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.workflow-step-card-content p {
    color: #5a6679;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Horizontal Badges Strip at bottom of workflow */
.workflow-badges-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 55px;
    border-top: 1px solid #ebf3fb;
    padding-top: 40px;
}

@media (max-width: 991px) {
    .workflow-badges-strip {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .workflow-badges-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

.workflow-strip-badge-item {
    background-color: #f8fbfd;
    border: 1px solid #eef3ff;
    border-radius: 12px;
    padding: 18px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.workflow-strip-badge-item:hover {
    background-color: #ffffff;
    border-color: #d0e3ff;
    box-shadow: 0 8px 25px rgba(41, 119, 255, 0.05);
    transform: translateY(-3px);
}

.workflow-strip-badge-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #2977ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.workflow-strip-badge-icon svg {
    width: 38px;
    height: 38px;
}

.workflow-strip-badge-item:hover .workflow-strip-badge-icon {
    background-color: #2977ff;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(41, 119, 255, 0.2);
}

.workflow-strip-badge-item span {
    color: #24275e;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
}

/* Custom Tabs Styling */
.ai-tabs-section {
    padding: 80px 0;
    background-color: #f8fbfd;
}

.ai-tabs-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-tabs-nav-wrapper {
    position: relative;
    border-bottom: 2px solid #e1e9f5;
    margin-bottom: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
}

.ai-tabs-arrow {
    position: absolute;
    top: calc(50% - 7px);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border: 1px solid #e1e9f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24275e;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.ai-tabs-arrow.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ai-tabs-arrow:hover {
    background-color: #f97316;
    color: #ffffff;
    border-color: #f97316;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 5px 15px rgba(249, 115, 22, 0.2);
}

.ai-tabs-arrow:active {
    transform: translateY(-50%) scale(0.95);
}

.ai-tabs-arrow.left-arrow {
    left: 4px;
}

.ai-tabs-arrow.right-arrow {
    right: 4px;
}

@media (min-width: 768px) {
    .ai-tabs-nav-wrapper {
        padding-left: 45px;
        padding-right: 45px;
    }

    .ai-tabs-arrow {
        width: 36px;
        height: 36px;
    }

    .ai-tabs-arrow.left-arrow {
        left: 0px;
    }

    .ai-tabs-arrow.right-arrow {
        right: 0px;
    }
}

.ai-tabs-nav {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    flex-wrap: nowrap;
    padding-bottom: 10px;
}

.ai-tabs-nav::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.ai-tab-btn {
    flex: 0 0 auto;
    background: transparent;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #24275e;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.ai-tab-btn:hover {
    background-color: #ebf3fb;
    color: #24275e;
}

.ai-tab-btn.active {
    background-color: #f97316;
    color: #ffffff;
}

.ai-tab-content-wrapper {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(34, 169, 240, 0.08);
    padding: 40px;
    min-height: 350px;
}

.ai-tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.ai-tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.ai-tab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

@media (max-width: 991px) {
    .ai-tab-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.ai-tab-text h3 {
    color: #f97316;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ai-tab-text p {
    color: #465061;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ai-tab-text ul {
    list-style-type: none;
    padding-left: 0;
}

.ai-tab-text li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    color: #465061;
    margin-bottom: 12px;
    line-height: 1.5;
}

.ai-tab-text li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #2977ff;
    font-weight: bold;
    font-size: 18px;
}

.ai-tab-visual {
    text-align: center;
}

.ai-tab-visual img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Features Card Grid (8 pockets) */
.features-grid-section {
    padding: 80px 0;
    background-color: #111827;
}

.features-grid-section h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

@media (max-width: 1199px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

.feature-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 8px 24px rgba(34, 169, 240, 0.05);
    border: 1px solid #ebf3fb;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(34, 169, 240, 0.12);
    border-color: #2977ff;
}

.feature-card-icon {
    width: 50px;
    height: 50px;
    background-color: #ebf3fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #2977ff;
    font-size: 22px;
}

.feature-card:hover .feature-card-icon {
    background-color: #2977ff;
    color: #ffffff;
}

.feature-card h3 {
    color: #24275e !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    margin-bottom: 12px;
    line-height: 1.4;
}

.feature-card p {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    flex-grow: 1;
}

.feature-card ul {
    padding-left: 18px;
    margin-top: 10px;
    font-size: 14px;
    color: #5a6679;
}

/* Target Audience Section (6 pockets with side image) */
.audience-section-new {
    padding: 80px 0;
    background-color: #f8fbfd;
}

.audience-section-new h2 {
    color: #24275e;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
}

.audience-section-new p.subtitle {
    text-align: center;
    color: #5a6679;
    font-size: 18px;
    margin-bottom: 50px;
}

.audience-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

@media (max-width: 1199px) {
    .audience-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .audience-card-grid {
        grid-template-columns: 1fr;
    }
}

.audience-card-new-style {
    display: flex;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebf3fb;
    box-shadow: 0 4px 12px rgba(34, 169, 240, 0.03);
    height: 225px;
    /* Increased 1.5X from 150px */
    transition: all 0.3s ease;
}

.audience-card-new-style:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(34, 169, 240, 0.12);
    border-color: #2977ff;
}

.audience-card-image-part {
    flex: 0 0 50%;
    /* 50/50 split */
    position: relative;
    overflow: hidden;
}

.audience-card-image-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.audience-card-new-style:hover .audience-card-image-part img {
    transform: scale(1.08);
}

.audience-card-content-part {
    flex: 0 0 50%;
    /* 50/50 split */
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    background-color: #ffffff;
}

.audience-card-icon-part {
    color: #2977ff;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.audience-card-icon-part svg {
    width: 28px;
    height: 28px;
}

.audience-card-text-part p {
    color: #24275e;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .audience-card-new-style {
        flex-direction: column;
        height: auto;
        min-height: 260px;
    }

    .audience-card-image-part {
        flex: 0 0 180px;
        height: 180px;
    }

    .audience-card-content-part {
        flex: 1;
        padding: 15px;
        align-items: center;
        text-align: center;
    }

    .audience-card-content-part p {
        text-align: center;
    }
}

/* Brand Blue Logo Tint Filter */
.client-logo-tint {
    filter: brightness(0) saturate(100%) invert(13%) sepia(85%) saturate(1455%) hue-rotate(224deg) brightness(91%) contrast(105%);
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.client-logo-tint:hover {
    opacity: 1;
}

/* Stats strip */
.stats-strip {
    background-color: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #eef3ff;
    border-bottom: 1px solid #eef3ff;
}

.stat-item {
    text-align: center;
    padding: 10px;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #2977ff;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 15px;
    font-weight: 600;
    color: #24275e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Custom Testimonials Section */
.testimonials-section-new {
    background-color: #fbfbfb;
    padding: 80px 0;
}

.testimonials-section-new h2 {
    color: #24275e;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

.testimonial-card-new {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid #ebf3fb;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-stars {
    color: #f97316;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-quote {
    color: #465061;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #eef3ff;
    padding-top: 20px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    border: 2px solid #ebf3fb;
}

.testimonial-meta h4 {
    color: #24275e !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 2px;
}

.testimonial-meta p {
    color: #7b889b;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.3;
}

/* Premium Custom FAQ Section styles */
.faq-section-new {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.faq-section-new h2 {
    color: #24275e;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

.faq-accordion-custom {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item-custom {
    background-color: #ffffff;
    border: 1px solid #ebf3fb !important;
    border-radius: 12px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(17, 24, 39, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item-custom:hover {
    border-color: #d0e3ff !important;
    box-shadow: 0 8px 30px rgba(41, 119, 255, 0.05);
    transform: translateY(-2px);
}

.faq-button-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px 30px;
    background: #ffffff;
    border: none !important;
    outline: none !important;
    color: #24275e;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

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

.faq-button-custom:not(.collapsed) {
    color: #2977ff;
    background-color: #f8fbfd;
    border-left: 4px solid #2977ff;
    padding-left: 26px;
    /* Adjusting for the border width to prevent layout shift */
}

.faq-button-custom .faq-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #7b889b;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
    margin-left: 15px;
}

.faq-button-custom:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
    color: #2977ff;
}

.faq-body-custom {
    padding: 0 30px 24px 30px;
    color: #3b4656;
    font-size: 16px;
    line-height: 1.7;
    background-color: #f8fbfd;
    text-align: left;
    font-weight: 600;
}