.home-trust-section {
    background: linear-gradient(180deg, #f8fafd 0%, #f4f7fc 100%);
}

.hero-slider-one {
    position: relative;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease;
}

.hero-slider-one.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.hero-slider-one:not(.slick-initialized) .single-slider {
    display: none;
}

.hero-slider-one:not(.slick-initialized) .single-slider:first-child {
    display: flex;
}

.hero-slider-one:not(.slick-initialized) .single-slider .image-layer {
    transform: scale(1);
    transition: none;
}

.home-trust-section .section-title h2 {
    max-width: 18ch;
    font-size: clamp(42px, 3.4vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.4px;
}

.home-trust-section .about-experience-box {
    padding: 44px 36px 40px;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f6fd 100%);
    border: 1px solid rgba(66, 105, 178, 0.14);
    border-radius: 24px;
    clip-path: none;
    filter: none;
    box-shadow: 0 18px 46px rgba(19, 39, 79, 0.12);
}

.home-trust-section .about-experience-box::before {
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(66, 105, 178, 0.2), rgba(66, 105, 178, 0));
}

.home-trust-section .about-experience-box:hover {
    clip-path: none;
    border-radius: 24px;
    transform: translateY(-4px);
    filter: none;
    box-shadow: 0 24px 56px rgba(19, 39, 79, 0.16);
}

.home-trust-section .about-experience-box h3 {
    color: #1c2f52;
    font-size: clamp(28px, 2.2vw, 38px);
    line-height: 1.2;
    margin-bottom: 16px;
}

.home-trust-section .about-experience-box p {
    max-width: 54ch;
    color: #4d5d79;
    line-height: 1.9;
    margin-bottom: 24px;
}

.home-trust-section .about-experience-box ul.check-list {
    margin-bottom: 30px;
}

.home-trust-section .about-experience-box ul.check-list li {
    color: #203258;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.home-trust-section .about-experience-box ul.check-list li i {
    color: #f2a22b;
}

.home-trust-section .about-experience-box .main-btn.secondary-btn {
    min-height: 52px;
    padding: 14px 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f78c4 0%, #4269b2 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 12px 26px rgba(47, 77, 143, 0.28);
}

.home-trust-section .about-experience-box .main-btn.secondary-btn:hover {
    background: linear-gradient(135deg, #4269b2 0%, #304f93 100%) !important;
    box-shadow: 0 15px 30px rgba(42, 67, 124, 0.34);
}

.home-trust-section .about-image-wrapper {
    margin-top: -72px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 62px rgba(24, 39, 74, 0.18);
}

.home-trust-section .about-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991px) {
    .home-trust-section .section-title h2 {
        font-size: clamp(34px, 5.3vw, 48px);
    }

    .home-trust-section .about-experience-box {
        padding: 34px 26px 30px;
    }

    .home-trust-section .about-experience-box h3 {
        font-size: clamp(24px, 4.2vw, 32px);
    }

    .home-trust-section .about-image-wrapper {
        margin-top: -28px;
        border-radius: 18px;
    }
}

@media (max-width: 575px) {
    .home-trust-section .about-image-wrapper {
        margin-top: 0;
        border-radius: 14px;
    }
}

.home-advantages-section {
    background: linear-gradient(180deg, #f8fafd 0%, #f4f7fc 100%);
}

.home-advantages-section .section-title {
    margin-bottom: 44px !important;
}

.home-advantages-section .section-title h2 {
    font-size: clamp(40px, 3.1vw, 52px);
    line-height: 1.12;
    letter-spacing: -0.3px;
}

.home-advantages-section .row.justify-content-center {
    row-gap: 8px;
}

.home-advantages-section .single-service-item-two {
    align-items: center;
    margin-bottom: 28px !important;
}

.home-advantages-section .single-service-item-two .img-holder {
    width: 320px;
    max-width: 320px;
}

.home-advantages-section .single-service-item-two .img-holder img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 160px 160px 0 160px;
}

.home-advantages-section .single-service-item-two .service-content {
    max-width: 330px;
    margin-left: -46px;
    padding: 32px 28px 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfdff 0%, #f3f7fd 100%);
    border: 1px solid rgba(66, 105, 178, 0.15);
    box-shadow: 0 14px 36px rgba(20, 41, 81, 0.12);
}

.home-advantages-section .single-service-item-two .service-content .content h4.title {
    color: #1f3154;
    font-size: clamp(28px, 1.8vw, 34px);
    line-height: 1.2;
    margin-bottom: 10px;
}

.home-advantages-section .single-service-item-two .service-content .content p {
    color: #52637f;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.home-advantages-section .single-service-item-two:hover .service-content {
    transform: translateY(-4px);
    background: linear-gradient(180deg, #f5f9ff 0%, #edf3fc 100%);
    border-color: rgba(66, 105, 178, 0.24);
    box-shadow: 0 18px 42px rgba(20, 41, 81, 0.16);
    color: inherit;
}

.home-advantages-section .single-service-item-two:hover .service-content .content h4.title,
.home-advantages-section .single-service-item-two:hover .service-content .content p {
    color: inherit;
}

@media (max-width: 991px) {
    .home-advantages-section .section-title h2 {
        font-size: clamp(34px, 5.2vw, 42px);
    }

    .home-advantages-section .single-service-item-two {
        margin-bottom: 20px !important;
    }

    .home-advantages-section .single-service-item-two .img-holder {
        width: 260px;
        max-width: 260px;
    }

    .home-advantages-section .single-service-item-two .service-content {
        max-width: 300px;
        margin-left: -28px;
        padding: 26px 22px 22px;
    }

    .home-advantages-section .single-service-item-two .service-content .content h4.title {
        font-size: clamp(24px, 4.3vw, 30px);
    }
}

@media (max-width: 575px) {
    .home-advantages-section .section-title {
        margin-bottom: 34px !important;
    }

    .home-advantages-section .single-service-item-two {
        flex-direction: column;
        gap: 0;
    }

    .home-advantages-section .single-service-item-two .img-holder {
        width: 100%;
        max-width: 100%;
    }

.home-advantages-section .single-service-item-two .img-holder img {
        border-radius: 22px 22px 0 0;
        aspect-ratio: 16 / 10;
    }

    .home-advantages-section .single-service-item-two .service-content {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: -6px;
        border-radius: 0 0 18px 18px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        display: none;
    }

    .hero-section + .services-section {
        padding-top: 46px !important;
    }
}

.partners-marquee-section {
    background: #f9fbff;
}

.partners-marquee-section .section-title h2 {
    color: var(--brand-text);
    letter-spacing: -0.01em;
}

.partners-marquee {
    border: 1px solid rgba(66, 105, 178, 0.12);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 34px -30px rgba(66, 105, 178, 0.45);
}

.partners-marquee-logo img {
    transition: transform 0.28s ease, filter 0.28s ease, opacity 0.28s ease;
}

.partners-marquee-logo:hover img {
    transform: translateY(-2px);
    opacity: 1;
}

.home-faq-section .section-title h2 {
    line-height: 1.12;
    letter-spacing: -0.005em;
    color: var(--brand-text);
}

.home-faq-section .accordion-card .accordion-header h6.accordion-title {
    line-height: 1.28;
    letter-spacing: -0.004em;
    color: #121b3d;
}

.home-faq-section .accordion-card .accordion-header h6.accordion-title span.number {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.home-faq-section .accordion-card .accordion-body p {
    line-height: 1.8;
    color: #435577;
}

/*test1