.elementor-7341 .elementor-element.elementor-element-d11fbbe{width:var( --container-widget-width, 101.837% );max-width:101.837%;--container-widget-width:101.837%;--container-widget-flex-grow:0;}.elementor-7341 .elementor-element.elementor-element-d11fbbe.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-d11fbbe *//* Main CTA */
.execierge-cta-wrapper{
    display:grid !important;
    grid-template-columns:68% 32% !important;
    align-items:center !important;

    margin:25px 0;
    overflow:hidden;

    background:linear-gradient(
        to right,
        rgba(212,175,55,0.75) 0%,
        rgba(212,175,55,0.55) 65%,
        #ffffff 65%,
        #ffffff 100%
    );

    border:1px solid rgba(212,175,55,0.4);
    border-radius:12px;
    box-shadow:0 6px 18px rgba(212,175,55,0.12);
}

/* Left Content */
.execierge-cta-content{
    padding:22px 28px;
}

.execierge-cta-content h4{
    margin:0 0 6px;
    font-size:20px;
    font-weight:700;
    color:#111111;
    line-height:1.25;
}

.execierge-cta-content p{
    margin:0;
    font-size:15px;
    color:#333333;
    line-height:1.5;
}

/* Right Side */
.execierge-cta-side{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px;
    background:#ffffff;
    height:100%;
}

/* Logo */
.execierge-cta-logo img{
    width:180px;
    max-width:100%;
    height:auto;
    display:block;
}

/* Button */
.execierge-cta-btn a{
    display:inline-block;
    padding:9px 6px; /* pehle 18px tha */
    min-width:200px;   /* pehle auto tha */
       margin-left:-20px;

    background:linear-gradient(
        135deg,
        #B8860B 0%,
        #D4AF37 50%,
        #E6C65C 100%
    );

    color:#111111 !important;
    font-weight:700;
    font-size:15px;
    text-decoration:none;
    border-radius:8px;
    transition:all .3s ease;
    box-shadow:0 4px 12px rgba(184,134,11,0.20);

    white-space:nowrap;
    text-align:center;
}

/* Tablet */
@media (max-width:1024px){

    .execierge-cta-wrapper{
        grid-template-columns:65% 35% !important;
    }

    .execierge-cta-content{
        padding:20px;
    }

    .execierge-cta-content h4{
        font-size:18px;
    }

    .execierge-cta-content p{
        font-size:14px;
    }

    .execierge-cta-logo img{
        width:120px;
    }

    .execierge-cta-btn a{
        font-size:14px;
        padding:10px 16px;
    }
}

/* Mobile */
@media (max-width:768px){

    .execierge-cta-wrapper{
        display:block !important;

        background:linear-gradient(
            135deg,
            rgba(212,175,55,0.75) 0%,
            rgba(212,175,55,0.55) 50%,
            rgba(212,175,55,0.35) 100%
        );
    }

    .execierge-cta-content{
        text-align:center;
        padding:20px;
    }

    .execierge-cta-side{
        background:#ffffff;
        padding:20px;
    }

    .execierge-cta-logo img{
        width:120px;
    }

    .execierge-cta-btn a{
        width:100%;
        text-align:center;
        white-space:normal;
    }
}/* End custom CSS */