/* ==========================================================================
   AdBrains Hero Slider - Template Scoped Styles
   ========================================================================== */

/* --------------------------------------------------------------------------
   Template 1: Modern Enterprise Ecommerce Hero
   -------------------------------------------------------------------------- */
.adb-hero-template-1 {
    background-color: #F7F6F3;
    color: #1A1A1A;
    position: relative;
    overflow: hidden;
    padding: 3.5rem 4rem;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .adb-hero-template-1 {
        padding: 2.5rem 1.5rem;
    }
}

/* Background Circle Accent using ::before pseudo-element */
.adb-hero-template-1::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(230, 226, 218, 0.7) 0%, rgba(247, 246, 243, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Content & Layout */
.adb-hero-template-1 .wp-block-columns {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .adb-hero-template-1 .wp-block-columns {
        flex-direction: column;
        gap: 2rem !important;
    }
    .adb-hero-template-1 .wp-block-column {
        width: 100% !important;
    }
}

.adb-hero-template-1 .adb-hero-badge {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #A18A68;
    margin-bottom: 1rem;
    display: inline-block;
}

.adb-hero-template-1 .adb-hero-heading {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.12;
    color: #111827;
    margin-bottom: 1.25rem;
}

.adb-hero-template-1 .adb-hero-paragraph {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 2rem;
    max-width: 540px;
}

/* CTA Buttons */
.adb-hero-template-1 .adb-hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
}

.adb-hero-template-1 .adb-hero-cta .wp-element-button {
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
}

.adb-hero-template-1 .adb-hero-cta .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15);
}

/* Feature Icons / Items */
.adb-hero-template-1 .adb-hero-features-grid {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.adb-hero-template-1 .adb-hero-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #374151;
    font-size: 0.925rem;
    font-weight: 600;
}

.adb-hero-template-1 .adb-hero-feature-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBE8E1;
    color: #111827;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 0.85rem;
}

/* Product Showcase Image */
.adb-hero-template-1 .adb-hero-product {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

.adb-hero-template-1 .adb-hero-product img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s ease;
}

.adb-hero-template-1 .adb-hero-product:hover img {
    transform: scale(1.02);
}


/* --------------------------------------------------------------------------
   Template 2: Dark Luxury Product Hero
   -------------------------------------------------------------------------- */
.adb-hero-template-2 {
    background-color: #0D0D0D;
    color: #F5F5F5;
    position: relative;
    overflow: hidden;
    padding: 4rem 4.5rem;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .adb-hero-template-2 {
        padding: 2.5rem 1.5rem;
    }
}

.adb-hero-template-2::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(13, 13, 13, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.adb-hero-template-2 .wp-block-columns {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .adb-hero-template-2 .wp-block-columns {
        flex-direction: column;
        gap: 2.5rem !important;
    }
    .adb-hero-template-2 .wp-block-column {
        width: 100% !important;
    }
}

.adb-hero-template-2 .adb-hero-badge {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #D4AF37;
    margin-bottom: 1.25rem;
    display: inline-block;
}

.adb-hero-template-2 .adb-hero-heading {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 3.8rem);
    font-weight: 700;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

.adb-hero-template-2 .adb-hero-paragraph {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #A3A3A3;
    margin-bottom: 2.5rem;
    max-width: 520px;
}

.adb-hero-template-2 .adb-hero-cta {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    align-items: center;
}

.adb-hero-template-2 .adb-hero-cta .wp-block-button__link {
    background-color: #D4AF37 !important;
    color: #0D0D0D !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 1rem 2.25rem;
    border-radius: 4px;
    border: 1px solid #D4AF37;
    transition: all 0.3s ease;
}

.adb-hero-template-2 .adb-hero-cta .is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    color: #D4AF37 !important;
    border: 1px solid #D4AF37 !important;
}

.adb-hero-template-2 .adb-hero-cta .wp-block-button__link:hover {
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

.adb-hero-template-2 .adb-hero-features-grid {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.adb-hero-template-2 .adb-hero-feature {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #E5E5E5;
}

.adb-hero-template-2 .adb-hero-feature-title {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #D4AF37;
    text-transform: uppercase;
}

.adb-hero-template-2 .adb-hero-feature-desc {
    font-size: 0.825rem;
    color: #888888;
}

.adb-hero-template-2 .adb-hero-product {
    width: 100%;
    display: flex;
    justify-content: center;
}

.adb-hero-template-2 .adb-hero-product img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.25);
}


/* --------------------------------------------------------------------------
   Template 3: Modern Minimalist Showcase Hero
   -------------------------------------------------------------------------- */
.adb-hero-template-3 {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    color: #FFFFFF;
    padding: 5rem 2rem;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

.adb-hero-template-3 .adb-hero-badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: rgba(99, 102, 241, 0.15);
    border: 1px solid rgba(99, 102, 241, 0.4);
    color: #818CF8;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.adb-hero-template-3 .adb-hero-heading {
    font-size: clamp(2.5rem, 6vw, 4.2rem);
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
    line-height: 1.1;
}

.adb-hero-template-3 .adb-hero-paragraph {
    font-size: 1.2rem;
    color: #94A3B8;
    max-width: 680px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.6;
}
