﻿.installment-banner {
    height: 80vh;
}

.banner-img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100% );
    z-index: 1;
}

.banner-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.installment-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
}

.banner-installment {
    font-size: 1rem;
    line-height: 2;
    max-width: 720px;
    margin-bottom: 24px;
    opacity: 0.95;
}

.installment-btn {
    background: #775a19;
    color: #fff;
    padding: 15px 28px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    width: 245px;  
    transition: 0.3s ease;
}

.installment-btn:hover {
    background: #775a19 !important;
    color: #fff;
}
.benefits-section {
    background: #fbf8f3;
    direction: rtl;
}

.benefit-card {
    position: relative;
    min-height: 320px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 0;
}

.benefit-top-left {
    background: #1b3022;
}

.benefit-card-light {
    background: #f6f4f1;
    color: #5e5449;
}

.benefit-card-gold {
    background: #f9d27c;
    color: #7a5a17;
}

.benefit-icon {
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    opacity: 0.95;
    margin-bottom: 20px;
    align-self: flex-start;
}

.benefit-top-left .benefit-icon {
    align-self: flex-end;
}

.icon-gold {
    color: #c79a35;
    filter: brightness(0) saturate(100%) invert(53%) sepia(30%) saturate(1040%) hue-rotate(2deg) brightness(96%) contrast(88%);
}

.icon-dark {
    color: #1b3022;
    filter: brightness(0) saturate(100%) invert(22%) sepia(20%) saturate(1200%) hue-rotate(355deg) brightness(85%) contrast(92%);
}

.benefit-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.benefit-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.6;
    color: inherit;
}

.benefit-text {
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
    white-space: normal !important;
}

.benefit-content,
.benefit-title,
.benefit-text {
    text-align: right;
    width: 100%;
}


.installment-intro {
    background-color: #ffffff;
    padding: 90px 0;
}

.intro-image-wrapper {
    aspect-ratio: 645 / 430;
    overflow: hidden;
}

    .intro-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .intro-image-wrapper:hover img {
        transform: scale(1.03);
    }

.intro-description p {
    font-size: 0.95rem;
    line-height: 1.9;
    text-align: justify;
}

.why-installment-box {
    background-color: #fcfaf7; 
    border-color: #eee !important;
}

.profit-section {
    background: #f7f4ef;
    padding-top: 80px;
    padding-bottom: 80px;
}

.consultation-section,
.terms-section {
    padding: 80px 0;
}

.profit-section-title {
    font-size: 1.05rem;
    font-weight: 400;
    color: #3d403b;
    line-height: 1.8;
}

.profit-card {
    position: relative;
    background: #fffdfa;
    border: 1px solid #ece4d8;
    padding: 42px 42px 36px;
    min-height: 190px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.section-title::after {
    content: "";
    display: block;
    width: 96px;
    height: 4px;
    background-color: transparent;
}

.section-title {
    font-size: 28px !important;
}

.profit-card-wide {
    min-height: 160px;
    background: #f6ead9;
    border-color: #e4d2ba;
}

.profit-card {
    background: #fffdfa;
    border: 1px solid #ece4d8;
    padding: 30px; 
    display: flex;
    flex-direction: column;
    direction: rtl;
}

.profit-card-header {
    display: flex;
    align-items: center; 
    gap: 15px; 
    margin-bottom: 15px;
}

.profit-card-icon {
    color: #9a7a2b;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.profit-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #4b4338;
    margin: 0; 
    text-align: right;
}

.profit-card-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #5b5449;
    margin: 0;
    text-align: justify; 
}

.profit-card-wide {
    background: #f6ead9;
    border-color: #e4d2ba;
}

.profit-card-text {
    font-size: 0.98rem;
    line-height: 2;
    color: #5b5449;
    margin: 0;
    text-align: right;
}

.profit-card-wide .profit-card-text {
    font-size: 1rem;
}

.profit-card-wide .profit-card-title {
    margin-bottom: 16px;
}

.categorySwiper-prev,
.categorySwiper-next {
    color: #2E4C3D;
    width: 45px;
    height: 45px;
    transition: opacity 0.4s ease;
}

.product-categories{
    margin: 0 !important;
}


.terms-section {
    background: #071d11;
    color: #e8e3d4;
}

.terms-header {
    padding-top: 10px;
}

.terms-title {
    font-size: 1.1rem;
    font-weight: 400;
    color: #e6d6a4;
    line-height: 1.8;
    text-align: right;
}

.terms-lead {
    font-size: 1.02rem;
    line-height: 2.1;
    color: #a8b7a8;
    max-width: 900px;
    text-align: right;
}

.terms-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.terms-item {
    background: #153120;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 25px 30px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start; 
    gap: 9px;
    direction: rtl;
}

.terms-number {
    font-size: 0.9rem;
    color: #ffdea580;
    font-weight: bold;
    min-width: 30px;
    padding-top: 5px;
}

.terms-text {
    margin: 0;
    font-size: 1rem;
    line-height: 2;
    color: #f2efe7;
    text-align: justify;
    flex: 1; 
}


.consultation-section {
    background-color: #f8f8f8; 
}

.form-card {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.custom-input-group .form-label {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
}

.custom-input-group .form-control,
.custom-input-group .form-select {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 10px 0;
    font-size: 0.95rem;
    background-color: transparent;
    transition: border-color 0.3s ease;
}

    .custom-input-group .form-control:focus,
    .custom-input-group .form-select:focus {
        box-shadow: none;
        border-bottom-color: #9a7a2b; 
    }

    .custom-input-group .form-control::placeholder {
        color: #bbb;
        font-size: 0.85rem;
    }

.btn-submit {
    background-color: #061b0e;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

    .btn-submit:hover {
        background-color: #0d2b1a;
        color: #fff;
    }

.form-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.form-desc {
    color: #777;
    line-height: 1.8;
    font-size: 0.95rem;
}

.feature-list li {
    color: #555;
    font-size: 0.9rem;
}

.feature-list i {
    color: #9a7a2b; 
    font-size: 1.1rem;
}

.category-card-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    gap: 10px; 
}

        .category-card-link .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


.subtle-motion:hover {
    box-shadow: none !important;
}

.category-title {
    display: block;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    color: #212529;
    margin-top: 15px;
    transition: color 0.2s ease;
}

.category-card-link:hover .category-title {
    color: #9a7a2b; 
}

.swiper-slide {
    width: 240px; 
}


.categorySwiper-prev,
.categorySwiper-next,
.swiper-prev-2,
.swiper-next-2,
.blog-swiper-prev,
.blog-swiper-next {
    opacity: 0;
    transition: opacity 0.3s ease;
}


.swiper-wrapper-container:hover .categorySwiper-prev,
.swiper-wrapper-container:hover .categorySwiper-next {
    opacity: 1;
}

.product-groups-swiper .swiper-slide {
    width: 240px; 
}

    .product-groups-swiper .swiper-slide a {
        display: block;
        overflow: hidden;
        border-radius: 16px;
        aspect-ratio: 16 / 10; 
        background: #f5f5f5;
    }

    .product-groups-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }



.feature-card {
    border-radius: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.feature-card-icon img {
    display: inline-block;
}

.feature-card-title {
    font-size: 1.1rem;
}

.feature-card-text {
    font-size: 0.9rem;
}

.img-wrapper {
    height: 150px; 
    width: 150px; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-wrapper img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain; 
    }

@media (max-width: 991.98px) {
    .feature-card {
        min-height: 280px;
        padding: 44px 24px 28px;
    }
    .installment-intro {
        text-align: center !important;
    }

    .text-right {
        text-align: center !important;
    }

    .intro-description p {
        text-align: center;
    }

    .why-installment-box {
        margin-top: 2rem;
    }
    .profit-card {
        padding: 38px 28px 30px;
    }

    .profit-card-title {
        padding-left: 36px;
    }

    .terms-item {
        padding: 26px 22px 26px 60px;
        min-height: auto;
    }

    .terms-text {
        font-size: 1rem;
        line-height: 2;
    }
    .consultation-content {
        text-align: center;
    }

    .feature-list li {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .feature-card {
        min-height: 260px;
    }

    .feature-content {
        max-width: 100%;
    }

    .feature-title {
        font-size: 1rem;
    }

    .feature-text {
        font-size: 0.95rem;
    }
}