/* Banner Section Style  */


.enzo-banner {
    position: relative;
    width: 100%;
    height: 650px;
    /* background: linear-gradient(135deg, #2e0b5d 0%, #4a148c 45%, #1e88e5 100%); */
	background-image: url('images/enzomain.png');
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: var(--default-font);
}

/* Gold Diagonal Lines Background */
.geometric-overlay {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(110deg, transparent 49.8%, #c5a467 50%, transparent 50.2%),
        linear-gradient(70deg, transparent 49.8%, #c5a467 50%, transparent 50.2%);
    background-size: 300px 100%;
    opacity: 0.3;
    pointer-events: none;
}

/* Left Neon Text */
.logo-container {
    position: absolute;
    left: 8%;
    top: 40%;
    z-index: 10;
}

.neon-brand {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 0 10px #00d2ff, 0 0 20px #00d2ff, 0 0 30px #00d2ff;
    letter-spacing: 2px;
}

.neon-sub {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 10px;
    margin-top: -10px;
}

/* White Border Center Image */
.hero-frame {
    position: absolute; 
    right: 40px;        
    top: 45%;           
    transform: translateY(-50%); 
    width: 700px;
    height: 420px;
    border: 5px solid white;
    z-index: 5;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    overflow: hidden; /* Bahar nikalti images ko rokne ke liye */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* Navigation arrows ka color change karne ke liye */
.swiper-button-next, .swiper-button-prev {
    color: #00f2ff;
    transform: scale(0.7);
}

/* Circular Decoration on Right */
.decor-side {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.circular-glow {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 20px rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.05);
}

/* Bottom Neon Button */
.cta-wrapper {
    position: absolute;
    right: 40px;          /* Image ke 'right' value se match karta hai */
    bottom: 40px;         /* Banner ke bottom se distance */
    width: 700px;         /* Image ki width ke barabar taaki alignment sahi rahe */
    text-align: center;   /* Image ke center-bottom mein button dikhega */
    z-index: 15;
}

.neon-btn {
    background: rgba(0,0,0,0.3);
    color: #00f2ff;
    border: 2px solid #00f2ff;
    padding: 14px 35px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
    transition: 0.3s ease;
}

.neon-btn:hover {
    background: #00f2ff;
    color: #000;
    box-shadow: 0 0 30px #00f2ff;
}

.neon-btn:hover {
    background: #00f2ff;
    color: #000;
    box-shadow: 0 0 30px #00f2ff;
}

/* Responsive adjust */
@media (max-width: 768px) {
    .hero-frame { width: 90%; height: auto; }
    .logo-container { position: relative; left: 0; text-align: center; margin-bottom: 20px; }
    .enzo-banner { flex-direction: column; height: auto; padding: 100px 20px; }
}


/* Banner Section Style  end */


/* Black & White Section Specific Styling #e4d289*/
.premium-service-section {
    /* background-color: #f9edcc;  */
    padding: 80px 5%;
    position: relative;
    font-family: var(--default-font);
    overflow: hidden;
    min-height: 500px;
}

.premium-service-section .container-custom {
    max-width: 1200px;
    margin: 0 auto;
}

.premium-service-section .content-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Text Styling */
.premium-service-section .text-content { 
    flex: 1; 
    min-width: 350px; 
    z-index: 2; 
}

.premium-service-section .brand-meta { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-bottom: 20px; 
}

.premium-service-section .logo-icon { 
    background: #000000; /* Black */
    color: #ffffff; /* White */
    padding: 5px 12px; 
    font-weight: bold; 
}

.premium-service-section .author-name { 
    font-style: italic; 
    color: #333333; 
    font-size: 1.1rem; 
}

.premium-service-section .main-title {
    font-size: 3.5rem;
    color: #000000; /* Pure Black */
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
    font-weight: 800;
}

.premium-service-section .description {
    color: #555555; 
    max-width: 450px;
    line-height: 1.6;
    margin-bottom: 35px;
    font-size: 0.95rem;
}

.premium-service-section .btn-more {
    display: inline-block;
    background: #000000; /* Black Button */
    color: #ffffff; 
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.premium-service-section .btn-more:hover {
    background: #333333;
}

/* Slider Styling */
.premium-service-section .slider-container { 
    flex: 1; 
    position: relative; 
    min-width: 300px; 
}

.premium-service-section .frame-bg {
    position: absolute;
    width: 90%; 
    height: 110%;
    background: #b8b8b8; /* Lightest Grey Frame */
    top: -5%; 
    left: 5%;
}

.premium-service-section .image-slider {
	user-select: none;
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    cursor: ew-resize;
    border: 1px solid #ddd;
}
.premium-service-section .image-slider img {
    pointer-events: none;         
    -webkit-user-drag: none;
}

.premium-service-section .after-img, 
.premium-service-section .before-img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    display: block;
    /* Optional: Dono images ko B&W karne ke liye niche wali line uncomment karein */
    /* filter: grayscale(100%); */
}

.premium-service-section .before-img-wrapper {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
	filter: grayscale(40%); 
    height: 100%;
    overflow: hidden;
    clip-path: inset(0 50% 0 0);
}

/* Handle */
.premium-service-section .slider-handle {
    position: absolute;
    top: 0; 
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #ffffff;
    transform: translateX(-50%);
    z-index: 10;
}

.premium-service-section .handle-circle {
    position: absolute;
    top: 85%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px; 
    height: 44px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Badges */
.premium-service-section .badges {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.premium-service-section .badge-before { left: 20px; }
.premium-service-section .badge-after { right: 20px; }

/* Fixed Buy Now Button */
.premium-service-section-buy-btn {
    position: fixed;
    bottom: 20px; 
    right: 20px;
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    text-transform: uppercase;
    font-size: 12px;
}

/* --- Responsive Media Queries --- */

@media (max-width: 991px) {
    .premium-service-section .main-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .premium-service-section {
        padding: 50px 20px;
    }

    .premium-service-section .content-wrapper {
        flex-direction: column; /* Stack vertically */
        gap: 40px;
        text-align: center;
    }

    .premium-service-section .text-content {
        min-width: 100%;
    }

    .premium-service-section .brand-meta {
        justify-content: center; /* Center badges on mobile */
    }

    .premium-service-section .main-title {
        font-size: 2.2rem; /* Smaller font for mobile screens */
    }

    .premium-service-section .description {
        max-width: 100%; /* Full width text on mobile */
        margin-left: auto;
        margin-right: auto;
    }

    .premium-service-section .frame-bg {
        display: none; /* Hide decorative frame for cleaner mobile look */
    }

    .premium-service-section .handle-circle {
        width: 38px;
        height: 38px;
        top: 50%; /* Center the handle vertically for better touch */
    }

    .premium-service-section .badges {
        padding: 4px 10px;
        font-size: 9px;
    }
    
    .premium-service-section-buy-btn {
        padding: 10px 18px;
        font-size: 11px;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 480px) {
    .premium-service-section .main-title {
        font-size: 1.8rem;
    }
    
    .premium-service-section .image-slider {
        aspect-ratio: 1/1; /* Square slider for small mobile screens */
    }
}



/* Black & White Section Specific Styling #e4d289*/

/* Instagram Feed */

.insta-gallery-section {
    /* background-color: var(--primary-purple); */
	
    padding: 60px 0;
    overflow: hidden;
    font-family: var(--default-font);
}

.gallery-header {
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

.gallery-header h3 {
    font-family: 'Cursive', sans-serif;
    /* color: var(--gold-accent); */
	color: #727272;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.gallery-header h2 {
    font-size: 2.2rem;
    letter-spacing: 3px;
    font-weight: 700;
	color: black;
}

.gold-line {
    width: 80px;
    height: 3px;
    /* background: var(--gold-accent); */
	background: #727272;
    margin: 15px auto;
}

/* Slide Cards Styling */
.insta-card {
    position: relative;
    width: 100%;
    height: 350px;
    aspect-ratio: 1/1; 
    border: 2px solid #5d5d5d;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.insta-card img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
}

.insta-card video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.insta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    color: white;
    font-size: 2rem;
}

/* .insta-card:hover {
    transform: scale(1.05);
    
} */

.insta-card:hover .insta-overlay {
    opacity: 1;
}

.autoSlider .swiper-wrapper {
    transition-timing-function: linear !important;
    margin: 0 auto;
}


.autoSlider {
    padding: 20px 0;
}

.insta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(84, 49, 122, 0.5); /* Purple tint on hover */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    color: white;
    font-size: 2.5rem;
    z-index: 10;
}

/* Card size responsive adjustment */
@media (max-width: 576px) {
    .insta-card {
        border-width: 3px; /* Mobile par border thoda patla */
        
    }
    .gallery-header h2 {
        font-size: 1.5rem; /* Mobile par heading size adjustment */
    }
}

/* Linear Motion Smoothness Fix */
.autoSlider .swiper-wrapper {
    transition-timing-function: linear !important;
}



/* Instagram Feed */

:root {
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --purple: #54317a; /* Theme Purple Color */
    --dark: #222222;
    --gold-stars: #f1c40f;
}

.product-section {
    padding: 80px 5%;
    background-color: var(--white);
    font-family: var(--default-font);
}

.product-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styling */
.product-header {
    text-align: center;
    margin-bottom: 50px;
}

.p-subtitle {
    color: var(--purple);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 600;
}

.p-title {
    color: var(--dark);
    font-size: 2.5rem;
    font-weight: 800;
    margin-top: 10px;
}

.p-divider {
    width: 50px;
    height: 3px;
    background: var(--purple);
    margin: 15px auto;
}

/* Grid Layout */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* Card Styling */
.product-card {
    background: var(--white);
    position: relative;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
	border: 1px solid #54317a;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(84, 49, 122, 0.1);
}

/* Badge Style */
.badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--purple);
    color: white;
    padding: 5px 12px;
    font-size: 0.75rem;
    z-index: 5;
    border-radius: 3px;
    font-weight: 600;
}

.badge.hot { background: #e74c3c; }

/* Image Area & Hover Effects */
.product-image {
    position: relative;
    width: 100%;
	height: 220px;
    aspect-ratio: 1/1;
    background-color: var(--light-gray);
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.p-hover-actions {
    position: absolute;
    bottom: -50px; /* Hidden by default */
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    transition: 0.4s ease;
}

.product-card:hover .p-hover-actions {
    bottom: 0;
}

.product-card:hover img {
    transform: scale(1.1);
}

.action-btn {
    background: var(--purple);
    color: white;
    border: none;
    padding: 8px 15px;
    font-size: 0.8rem;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.3s;
}

.action-btn:hover {
    background: #40245e;
}

/* Info Styling */
.product-info {
    padding: 10px;
    text-align: center;
}

.product-info h3 {
    font-size: 1.1rem;
    color: var(--dark);
    margin-bottom: 8px;
    font-weight: 600;
}

.rating {
    color: var(--gold-stars);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.price {
    font-size: 1.2rem;
    color: black;
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .p-title { font-size: 1.8rem; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .p-hover-actions { display: none; } /* Mobile par buttons hide taaki clutter na ho */
}
/* Product Style */


/* Service Section ----------------------------------------------------------------------------------------------------------*/

/* Main Card Style */
.pricing-items {
    background: #ffffff;
    border-radius: 15px; /* Slightly smoother corners */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
	max-width: 300px;   
    margin: 0 auto;     
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pricing-items:hover {
    transform: translateY(-7px);
    box-shadow:
        0 0 20px rgba(0, 180, 155, 0.35),
        0 0 40px rgba(0, 180, 155, 0.25),
        0 0 60px rgba(0, 180, 155, 0.15);
    border-color: #E3FAFA;
}


/* Responsive Image Wrapper */
.pricing-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 11; /* Maintains perfect gold ratio */
    overflow: hidden;
}

.pricing-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.8s ease;
}

.pricing-items:hover .pricing-image-wrapper img {
    transform: scale(1.08);
}

/* Stylish Price Tag */
.pricing-price-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #b8b8b8;
    color: #000;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    z-index: 10;
}

/* Content Area - Optimized Spacing */
.pricing-info {
    padding: 15px 20px; /* Reduced padding */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.category-badge {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /* color: #ca943d; */
	color: #00d2ff;
text-shadow: 0 0 10px #00d2ff,
             0 0 20px #00d2ff,
             0 0 30px #00d2ff;

    font-weight: 700;
    margin-bottom: 4px;
}

.service-title {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.2;
    text-transform: uppercase;
}

.accent-line {
    width: 25px;
    height: 2px;
    background:  #b8b8b8;
    margin-bottom: 10px;
    transition: width 0.3s ease;
}

.pricing-items:hover .accent-line {
    width: 45px;
}

.service-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines to keep cards even */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Modern Button Style */
.pricing-footer {
    margin-top: auto;
    
    border-top: 1px solid #f8f8f8;
}

.book-btn {
    font-size: 12px;
    font-weight: 800;
    color: #1a1a1a;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.btn-icon {
    width: 22px;
    height: 22px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: all 0.3s;
}

.book-btn:hover {
    color:  #b8b8b8;
}

.book-btn:hover .btn-icon {
    background:  rgb(4, 197, 4);
    color: #fff;
    transform: translateX(3px);
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .pricing-info {
        padding: 12px 15px;
    }
    .service-title {
        font-size: 16px;
    }
    .pricing-price-tag {
        font-size: 14px;
        padding: 4px 10px;
    }
    .pricing-image-wrapper {
        aspect-ratio: 16 / 10; /* Slightly shorter on mobile */
    }
}

/* Desktop Grid Layout */
@media (min-width: 768px) {
    .services-mobile-slider {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .pricing-card-column {
        width: 25%; /* 4 Cards in row */
        display: block !important;
    }
}

/* Mobile Slider Layout */
@media (max-width: 767px) {
    .services-mobile-slider .owl-nav {
        display: flex !important;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

    .services-mobile-slider .owl-nav button {
        width: 50px !important;
        height: 50px !important;
        background: #000 !important;
        color: #fff !important;
        border-radius: 50% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px !important;
        transition: 0.3s;
    }

    .services-mobile-slider .owl-nav button:hover {
        background: #b8b8b8 !important;
    }

    /* Dots hide karne ke liye */
    .services-mobile-slider .owl-dots {
        display: none !important;
    }
}
/* Service Section ----------------------------------------------------------------------------------------------------------*/

/* Banner Section ----------------------------------------------------------------------------------------------------------*/

/* --- Updated Base & Mobile Code --- */

.zn-hero-layout {
    padding: 20px 0; /* Mobile default padding */
    background: #f1f1f1;
}

@media (min-width: 768px) {
    .zn-hero-layout { padding: 40px 0; }
}

.zn-main-container {
    max-width: 1280px;
    margin: 0 15px; /* Sides mein padding rakhi hai */
    border-radius: 12px; 
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
}

@media (min-width: 1300px) {
    .zn-main-container { margin: 0 auto; }
}

.zn-primary-slider {
    width: 100%;
    height: 250px; /* Default height for small mobile */
}

@media (min-width: 480px) { .zn-primary-slider { height: 350px; } }
@media (min-width: 1024px) { .zn-primary-slider { height: 570px; } }

.zn-slide-surface {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center; 
    background-repeat: no-repeat;
    position: relative;
}

/* --- Arrows Fix (Ensuring Visibility) --- */
.zn-nav-next, .zn-nav-prev {
    color: #111 !important;
    background: rgba(255,255,255,0.9) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 10 !important; /* Arrows ko upar lane ke liye */
}

.zn-nav-next::after, .zn-nav-prev::after {
    font-size: 16px !important;
    font-weight: bold;
}

/* Arrows position adjustment to keep inside padding */
.zn-nav-prev { left: 10px !important; }
.zn-nav-next { right: 10px !important; }

/* --- Pagination Fix --- */
.zn-dots-wrap .swiper-pagination-bullet {
    background: #000 !important;
    width: 8px;
    height: 8px;
    opacity: 0.2;
}

.zn-dots-wrap .swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 25px; 
    border-radius: 5px;
}

/* --- Mobile Specific Fixes --- */
@media (max-width: 640px) {
    .zn-main-container { 
        margin: 0 10px; /* Mobile par side padding */
        border-radius: 8px; 
    }
    /* Arrows ko mobile par dikhane ke liye niche wala display hataya */
    .zn-nav-next, .zn-nav-prev { 
        width: 30px !important; 
        height: 30px !important;
    }
    .zn-nav-next::after, .zn-nav-prev::after { font-size: 12px !important; }
}
/* Banner Section ----------------------------------------------------------------------------------------------------------*/