/* =========================
   Our Brands Section
========================= */

.brands-section {
    background: #f8faf9;
}

.brands-section .section_heading {
    margin-bottom: 45px;
}

.brand-section-detail-logo-section .row {
    row-gap: 35px;
    column-gap: 20px;
    justify-content: center;
}
.brand-section-detail-logo-section .brand-item {
    padding-left: 15px;
    padding-right: 15px;
}

.brand-page-section-detail-box-border {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 7px;
    border: 1px solid rgba(0, 128, 96, 0.25);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.brand-section-detail-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.brand-section-detail-logo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(0, 128, 96, 0.08),
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.brand-section-detail-logo img {
    width: 72%;
    height: 72%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.brand-page-section-detail-box-border:hover {
    transform: translateY(-10px) scale(1.04);
    border-color: var(--theme-green);
    box-shadow: 0 18px 40px rgba(0, 128, 96, 0.18);
}

.brand-page-section-detail-box-border:hover .brand-section-detail-logo::before {
    opacity: 1;
}

.brand-page-section-detail-box-border:hover .brand-section-detail-logo img {
    transform: scale(1.08);
}

.brand-logo-link {
    display: inline-block;
    text-decoration: none;
}

.brand-logo-link:hover {
    text-decoration: none;
}

.brand-name {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    transition: 0.3s ease;
}

.brand-logo-link:hover + .brand-name {
    color: var(--theme-green);
}
@media (max-width: 767px) {
    .brand-section-detail-logo-section .row {
        row-gap: 20px;
    }
    .brand-page-section-detail-box-border {
        width: 115px;
        height: 115px;
    }
    .brand-section-detail-logo img {
        width: 72%;
        height: 72%;
    }
}
@media (max-width: 400px) {
    .brand-page-section-detail-logo-section .col-6 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .brand-page-section-detail-box-border {
        width: 105px;
        height: 105px;
    }
}

/* ==========================================
   COMMITMENT SECTION
========================================== */

.commitmentSection {
    position: relative;
    padding: 90px 0;
    background: #f8faf9;
    overflow: hidden;
}


/* ==========================================
   TITLE
========================================== */

.commitmentSection-title {
    text-align: center;
    margin-bottom: 45px;
}

.commitmentSection-title span {
    display: inline-block;

    margin-bottom: 8px;

    color: var(--theme-green);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.commitmentSection-title h2 {
    margin: 0;

    color: var(--theme-primary-color);

    font-size: 38px;
    font-weight: 700;
}

/* ==========================================
   MAIN CARD
========================================== */

.commitmentSection-card {
    position: relative;

    padding: 55px 60px;

    background: #ffffff;

    border-radius: 22px;

    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);

    overflow: hidden;
}

.commitmentSection-card::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    top: -120px;
    left: -100px;

    background: var(--theme-green);

    opacity: 0.06;

    border-radius: 50%;
}


/* ==========================================
   CONTENT
========================================== */

.commitmentSection-detail {
    padding-right: 30px;
}

.commitment-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 7px 14px;

    color: var(--theme-green);

    background: rgba(0, 146, 71, 0.08);

    border-radius: 30px;

    font-size: 12px;
    font-weight: 600;
}

.commitment-badge i {
    font-size: 11px;
}

.commitmentSection-detail h3 {
    margin: 20px 0 15px;

    color: var(--theme-primary-color);

    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

.commitmentSection-detail h3 span {
    color: var(--theme-green);
}

.commitmentSection-detail p {
    max-width: 650px;

    margin: 0;

    color: #687477;

    font-size: 15px;
    line-height: 1.9;
}


/* ==========================================
   FEATURES
========================================== */

.commitment-features {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;

    margin-top: 30px;
}

.commitment-feature {
    display: flex;
    align-items: center;

    gap: 12px;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex-shrink: 0;

    color: var(--theme-green);

    background: #eef9f3;

    border-radius: 10px;

    transition: all 0.3s ease;
}

.commitment-feature:hover .feature-icon {
    color: #ffffff;
    background: var(--theme-green);

    transform: translateY(-3px);
}

.commitment-feature strong {
    display: block;

    color: var(--theme-primary-color);

    font-size: 13px;
}

.commitment-feature small {
    display: block;

    margin-top: 2px;

    color: #8a9698;

    font-size: 11px;
}


/* ==========================================
   RIGHT SIDE VISUAL
========================================== */

.commitment-visual {
    position: relative;

    width: 100%;
    min-height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* ==========================================
   MAIN RING
========================================== */

.commitment-ring {
    position: relative;

    width: 220px;
    height: 220px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid rgba(0, 146, 71, 0.18);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 146, 71, 0.08) 0%,
            rgba(0, 146, 71, 0.03) 45%,
            transparent 70%
        );

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.08);

    animation: commitmentFloat 4s ease-in-out infinite;
}


/* Inner ring */

.commitment-ring::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    border: 1px dashed var(--theme-green);

    border-radius: 50%;

    opacity: 0.35;

    animation: commitmentRotate 15s linear infinite;
}


/* Inner circle */

.ring-inner {
    position: relative;
    z-index: 2;

    width: 145px;
    height: 145px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    border-radius: 50%;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}


/* ==========================================
   ICON
========================================== */

.commitment-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 5px;

    color: #ffffff;

    background: var(--theme-green);

    border-radius: 50%;

    font-size: 14px;
}

.ring-inner strong {
    color: var(--theme-primary-color);

    font-size: 30px;
    line-height: 1;

    font-weight: 700;
}

.ring-inner span {
    margin-top: 5px;

    color: var(--theme-green);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 2px;
}


/* ==========================================
   DECORATIVE DOTS
========================================== */

.commitment-dot {
    position: absolute;

    width: 10px;
    height: 10px;

    background: var(--theme-green);

    border-radius: 50%;

    box-shadow: 0 0 0 5px rgba(0, 146, 71, 0.08);

    animation: dotPulse 2s ease-in-out infinite;
}

.dot-one {
    top: 30px;
    right: 25%;
}

.dot-two {
    bottom: 35px;
    left: 22%;

    width: 7px;
    height: 7px;

    animation-delay: 0.5s;
}

.dot-three {
    top: 48%;
    right: 8%;

    width: 6px;
    height: 6px;

    animation-delay: 1s;
}


/* ==========================================
   ANIMATION
========================================== */

@keyframes commitmentFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes commitmentRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes dotPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .commitmentSection {
        padding: 70px 0;
    }

    .commitmentSection-card {
        padding: 45px 35px;
    }

    .commitmentSection-detail {
        padding-right: 0;
    }

    .commitmentSection-detail h3 {
        font-size: 28px;
    }

    .commitment-visual {
        min-height: 270px;
        margin-top: 25px;
    }

    .commitment-ring {
        width: 200px;
        height: 200px;
    }

    .commitment-ring::before {
        width: 165px;
        height: 165px;
    }

    .ring-inner {
        width: 130px;
        height: 130px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .commitmentSection {
        padding: 55px 0;
    }

    .commitmentSection-title {
        margin-bottom: 30px;
    }

    .commitmentSection-title h2 {
        font-size: 30px;
    }

    .commitmentSection-card {
        padding: 35px 20px;

        border-radius: 16px;
    }

    .commitmentSection-detail h3 {
        font-size: 25px;
    }

    .commitmentSection-detail p {
        font-size: 14px;
        line-height: 1.8;
    }

    .commitment-features {
        flex-direction: column;
        gap: 18px;
    }

    .commitment-visual {
        min-height: 250px;

        margin-top: 25px;

        padding: 10px;
    }

    .commitment-ring {
        width: 175px;
        height: 175px;
    }

    .commitment-ring::before {
        width: 145px;
        height: 145px;
    }

    .ring-inner {
        width: 115px;
        height: 115px;
    }

    .commitment-icon {
        width: 29px;
        height: 29px;

        font-size: 12px;
    }

    .ring-inner strong {
        font-size: 25px;
    }

    .ring-inner span {
        font-size: 8px;
    }

    .dot-one {
        right: 18%;
        top: 25px;
    }

    .dot-two {
        left: 15%;
        bottom: 25px;
    }

    .dot-three {
        right: 5%;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .commitmentSection-card {
        padding: 30px 16px;
    }

    .commitmentSection-detail h3 {
        font-size: 23px;
    }

    .commitment-visual {
        min-height: 220px;
    }

    .commitment-ring {
        width: 155px;
        height: 155px;
    }

    .commitment-ring::before {
        width: 130px;
        height: 130px;
    }

    .ring-inner {
        width: 103px;
        height: 103px;
    }

    .ring-inner strong {
        font-size: 22px;
    }

    .ring-inner span {
        font-size: 7px;
        letter-spacing: 1.5px;
    }

    .commitment-icon {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }

    .commitment-dot {
        display: none;
    }
}