/* =================================================
   WHY CHOOSE US SECTION (ABOUT PAGE)
   ================================================= */

.why-choose-us-section {
    padding: 30px 0;
    background-color: #ffffff !important;
}

.why-choose-us-section .field--name-field-title-description {
    color: #555555 !important;
}

.why-choose-us-section .section-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.why-choose-us-section .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #111111 !important;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.why-choose-us-section .section-description {
    font-size: 18px;
    color: #666666 !important;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── GRID: 4 equal columns, evenly spaced ── */
/* ── GRID: 4 equal columns on desktop, 2x2 grid on tablet & mobile ── */
.why-choose-us-grid .field--name-field-icon-with-title {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.why-choose-us-grid .field--name-field-icon-with-title .field__item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* ── ITEM WRAPPER ── */
.why-choose-us-section .why-choose-item,
.why-choose-us-section .feature-item {
    padding: 10px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

/* ── ICON CONTAINER & IMAGE ── */
.why-choose-us-section .why-choose-icon,
.why-choose-us-section .icon-circle {
    width: 64px;
    height: 64px;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    filter: none !important;
}

.why-choose-us-section .why-choose-icon img,
.why-choose-us-section .why-choose-icon svg,
.why-choose-us-section .why-choose-icon picture img,
.why-choose-us-section .icon-circle img,
.why-choose-us-section .icon-circle svg,
.why-choose-us-section .icon-circle picture img {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain;
    margin: 0 !important;
    filter: none !important;
}

/* ── TITLE ── */
.why-choose-us-section .item-title,
.why-choose-us-section .feature-title,
.why-choose-us-section .field--name-field-icon-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin-top: 0;
    margin-bottom: 8px !important;
    line-height: 1.3;
    text-align: center;
}

/* ── DESCRIPTION ── */
.why-choose-us-section .item-description,
.why-choose-us-section .feature-description,
.why-choose-us-section .feature-description p,
.why-choose-us-section .field--name-field-title-description {
    font-size: 14px !important;
    color: #555555 !important;
    line-height: 1.5;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* ── RESPONSIVE: Tablet (2x2 Grid) ── */
@media (max-width: 1024px) {
    .why-choose-us-grid .field--name-field-icon-with-title {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 30px;
        max-width: 768px;
        padding: 0 30px;
    }

    .why-choose-us-section .why-choose-icon,
    .why-choose-us-section .icon-circle {
        width: 56px;
        height: 56px;
        margin-bottom: 14px;
    }

    .why-choose-us-section .why-choose-icon img,
    .why-choose-us-section .why-choose-icon svg,
    .why-choose-us-section .why-choose-icon picture img,
    .why-choose-us-section .icon-circle img,
    .why-choose-us-section .icon-circle svg,
    .why-choose-us-section .icon-circle picture img {
        margin-left: 0 !important;
        width: 56px !important;
        height: 56px !important;
    }

    .why-choose-us-section .item-title,
    .why-choose-us-section .feature-title,
    .why-choose-us-section .field--name-field-icon-title {
        font-size: 18px !important;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .why-choose-us-section .item-description,
    .why-choose-us-section .feature-description,
    .why-choose-us-section .field--name-field-title-description {
        font-size: 14px !important;
        line-height: 1.5;
    }
}

/* ── RESPONSIVE: Mobile (2x2 Grid) ── */
@media (max-width: 767px) {
    .why-choose-us-section {
        padding: 30px 0;
    }

    .why-choose-us-section .why-choose-icon,
    .why-choose-us-section .icon-circle {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }

    .why-choose-us-section .why-choose-icon img,
    .why-choose-us-section .why-choose-icon svg,
    .why-choose-us-section .why-choose-icon picture img,
    .why-choose-us-section .icon-circle img,
    .why-choose-us-section .icon-circle svg,
    .why-choose-us-section .icon-circle picture img {
        margin-left: 0 !important;
        width: 48px !important;
        height: 48px !important;
    }

    .why-choose-us-section .section-title {
        font-size: 24px;
    }

    .why-choose-us-section .section-description {
        font-size: 14px;
    }

    .why-choose-us-grid .field--name-field-icon-with-title {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
        padding: 0 16px;
        max-width: 100%;
    }

    .why-choose-us-section .section-header {
        margin-bottom: 30px;
    }

    .why-choose-us-section .why-choose-item,
    .why-choose-us-section .feature-item {
        padding: 4px;
    }

    .why-choose-us-section .item-title,
    .why-choose-us-section .feature-title,
    .why-choose-us-section .field--name-field-icon-title {
        font-size: 15px !important;
        margin-bottom: 6px !important;
    }

    .why-choose-us-section .item-description,
    .why-choose-us-section .feature-description,
    .why-choose-us-section .field--name-field-title-description {
        font-size: 13px !important;
        line-height: 1.4;
    }
}

/* =================================================
   TRUSTED BRANDS PARTNERSHIPS (BLOCK 2)
   ================================================= */
.trusted-brands-section {
    padding: 60px 20px;
    background-color: #ffffff;
}

.trusted-brands-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.trusted-brands-title {
    font-size: 28px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 15px;
}

.trusted-brands-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

.trusted-brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.trusted-brands-item {
    display: flex;
}

.trusted-brand-card {
    width: 100%;
    padding: 24px 20px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.trusted-brand-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border-color: #d1d5db;
}

.trusted-brand-card a {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.trusted-brand-card:hover a,
.trusted-brand-card a:hover {
    color: #c40000;
}

@media (max-width: 1024px) {
    .trusted-brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .trusted-brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .trusted-brands-title {
        font-size: 24px;
    }

    .trusted-brands-desc {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .trusted-brands-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* =================================================
   READY TO GET STARTED CTA (ABOUT PAGE)
   ================================================= */
.paragraph--type--ready-to-get {
    background-color: #b20a0a;
    padding: 40px 20px;
    text-align: center;
    border-radius: 6px;
    margin: 30px auto;
    color: #ffffff;
    max-width: 1100px;
}

.paragraph--type--ready-to-get .field--name-field-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

.paragraph--type--ready-to-get .field--name-field-description {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.paragraph--type--ready-to-get .field--name-field-button,
.paragraph--type--ready-to-get .field--name-field-button-1 {
    display: inline-block;
    margin: 10px 10px 0;
}

.paragraph--type--ready-to-get .field--name-field-button a {
    display: inline-block;
    background-color: #ffffff;
    color: #b20a0a;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.paragraph--type--ready-to-get .field--name-field-button a:hover {
    background-color: #f4f4f4;
}

.paragraph--type--ready-to-get .field--name-field-button-1 a {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.paragraph--type--ready-to-get .field--name-field-button-1 a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .paragraph--type--ready-to-get {
        padding: 40px 15px;
    }

    .paragraph--type--ready-to-get .field--name-field-button,
    .paragraph--type--ready-to-get .field--name-field-button-1 {
        display: block;
        margin: 15px auto 0;
        max-width: 250px;
    }
}