.elementor-widget-image-box .elementor-image-box-content{
/* 	margin-top:-260px; */
padding:10px;
padding-left:30px;
}

/* Image container aur uski wrapper class ko set karna */
.elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
    /* Poore box ke corners round karne ke liye */
}

/* 1. .elementor-image-box-img par direct control */
.elementor-image-box-img {
    width: 100% !important;
   /*Aap height apni marzi se adjust kar sakte hain */
    object-fit: cover !important; /* Image stretch nahi hogi, perfectly crop hogi */
    display: block !important;
    margin: 0 !important;
}

/* 2. Neeche se dark blend (gradient) dene ke liye */
.elementor-image-box-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%; /* Neeche se 60% hissay ko dark karega */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* 3. Text content ko image ke upar absolute position karne ke liye */
.elementor-image-box-content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 30px !important;
    z-index: 2; /* Taake text gradient ke upar nazar aaye */
    box-sizing: border-box !important;
}

/* 4. Text colors aur typography adjustment */
.elementor-image-box-title {
    color: #ffffff !important;
    font-size: 60px !important;
    margin-bottom: 8px !important;
}

.elementor-image-box-description {
    color: #e5e5e5 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.gold-highlight{
    color: #0000;
    background: linear-gradient(135deg, #e0ae57, #c08735, #a0600b, #c08735, #e0ae57);
    -webkit-background-clip: text;
    background-clip: text;
font-family:carmorant-garamound;
font-weight:2;
}
.gold-highlight-service{
    color: #0000;
    background: linear-gradient(135deg, #e0ae57, #c08735, #a0600b, #c08735, #e0ae57);
    -webkit-background-clip: text;
    background-clip: text;
font-family:carmorant-garamound;
font-weight:2;
}
