/* Legacy choose-us widget overrides loaded after the parent theme styles. */

.chooseus-ex-section-two.alternat-2 {
    padding: 96px 0;
    background:
        radial-gradient(circle at top left, rgba(223, 180, 90, 0.16), transparent 34%),
        linear-gradient(180deg, #fbf7ef 0%, #f4ede0 100%);
}

.chooseus-ex-section-two.alternat-2 .pattern-layer,
.chooseus-ex-section-two.alternat-2 .image-column {
    display: none;
}

.chooseus-ex-section-two.alternat-2 .row.clearfix {
    display: block;
}

.chooseus-ex-section-two.alternat-2 .content-column {
    float: none;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box {
    margin: 0;
    max-width: none;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .text,
.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .sec-title .icon {
    display: none;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .sec-title {
    margin-bottom: 30px;
    text-align: left;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .sec-title .upper-text {
    margin-bottom: 12px;
    color: #b57e1d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .sec-title h2 {
    margin: 0;
    color: #231d16;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.08;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item {
    min-height: 100%;
    margin: 0;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #d2a23b 0%, #bd892b 100%);
    box-shadow: 0 18px 40px rgba(181, 126, 29, 0.18);
    color: #ffffff;
    text-align: left;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(181, 126, 29, 0.24);
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, calc(50% - 10px));
    justify-self: center;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item .icon-box {
    position: relative;
    top: auto;
    left: auto;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    line-height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 20px;
    box-shadow: none;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item .icon-box:before {
    display: none;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item h4 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
}

.chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
}

body.rtl .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .sec-title,
body.rtl .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item {
    text-align: right;
}

body.rtl .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item .icon-box {
    margin-left: auto;
}

@media (max-width: 991px) {
    .chooseus-ex-section-two.alternat-2 {
        padding: 72px 0;
    }

    .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item:last-child:nth-child(odd) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .sec-title h2 {
        font-size: clamp(30px, 9vw, 40px);
    }

    .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box {
        grid-template-columns: 1fr;
    }

    .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .chooseus-ex-section-two.alternat-2 .content_block_4 .content-box .inner-box .single-item:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

body.maedah-intro-home .maedah-why-section {
    background: linear-gradient(180deg, rgba(247, 243, 234, 0.92), rgba(255, 255, 255, 0.84));
    border-radius: 34px;
    padding: clamp(28px, 4vw, 42px);
    box-shadow: 0 24px 72px rgba(80, 58, 16, 0.08);
}

body.maedah-intro-home .maedah-why-section .maedah-why-visual {
    display: none;
}

body.maedah-intro-home .maedah-why-section .maedah-why-copy {
    width: 100%;
    max-width: none;
}

body.maedah-intro-home .maedah-why-section .maedah-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    width: 100%;
    margin-top: 24px;
}

body.maedah-intro-home .maedah-why-section .maedah-why-card {
    min-height: 0;
    background: linear-gradient(180deg, #d3a33f 0%, #bd8d2f 100%);
    border: 0;
    border-radius: 24px;
    padding: 24px;
    box-shadow: none;
}

body.maedah-intro-home .maedah-why-section .maedah-why-card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

body.maedah-intro-home .maedah-why-section .maedah-why-card h3,
body.maedah-intro-home .maedah-why-section .maedah-why-card p,
body.maedah-intro-home .maedah-why-section .maedah-why-card span {
    color: #fff !important;
}

body.maedah-intro-home .maedah-why-section .maedah-why-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

body.maedah-intro-home .maedah-why-section .maedah-why-card .elementor-widget-text-editor {
    margin-top: 8px;
}

body.maedah-intro-home .maedah-why-section .maedah-why-card .elementor-widget-text-editor p,
body.maedah-intro-home .maedah-why-section .maedah-why-card .elementor-widget-text-editor h3 {
    margin-bottom: 0;
}

body.maedah-intro-home .maedah-why-section .maedah-why-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 320px;
}

body.rtl.maedah-intro-home .maedah-why-section .maedah-why-card:last-child:nth-child(odd) {
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 767px) {
    body.maedah-intro-home .maedah-why-section .maedah-why-grid {
        grid-template-columns: 1fr;
    }

    body.maedah-intro-home .maedah-why-section .maedah-why-card:last-child:nth-child(odd) {
        max-width: none;
    }
}
