.ee-0ef765cd-section {
    padding: 80px 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ee-0ef765cd-container {
    max-width: 1300px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

.ee-0ef765cd-col {
    display: flex;
    flex-direction: column;
}

.ee-0ef765cd-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.ee-0ef765cd-line {
    width: 30px;
    height: 1.5px;
    display: inline-block;
}

.ee-0ef765cd-tag {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4b5563;
    font-family: 'Montserrat', sans-serif;
}

.ee-0ef765cd-heading {
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Playfair Display', Georgia, serif;
}

.ee-0ef765cd-title-normal {
    display: block;
}

.ee-0ef765cd-title-highlight {
    font-style: italic;
    font-family: 'Playfair Display', Georgia, serif;
}

.ee-0ef765cd-desc {
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Inter', sans-serif;
}

.ee-0ef765cd-desc strong {
    font-weight: 600;
    color: #111827;
}

/* Image section Styles */
.ee-0ef765cd-img-wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    aspect-ratio: 4 / 3;
    display: flex;
}

.ee-0ef765cd-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ee-0ef765cd-img-wrap:hover img {
    transform: scale(1.02);
}

.ee-0ef765cd-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(17, 24, 39, 0.8) 0%, rgba(17, 24, 39, 0) 100%);
    display: flex;
    align-items: flex-end;
}

.ee-0ef765cd-overlay-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive */
@media (max-width: 1024px) {
    .ee-0ef765cd-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .ee-0ef765cd-heading {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .ee-0ef765cd-section {
        padding: 50px 20px;
    }
    .ee-0ef765cd-heading {
        font-size: 30px;
    }
}
