.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-17218 .elementor-element.elementor-element-46421df{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-17218 .elementor-element.elementor-element-152044f{--display:flex;}.elementor-widget-image-carousel .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image-carousel .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-17218 .elementor-element.elementor-element-c83aafb{--e-image-carousel-slides-to-show:1;}.elementor-17218 .elementor-element.elementor-element-c83aafb .elementor-swiper-button.elementor-swiper-button-prev, .elementor-17218 .elementor-element.elementor-element-c83aafb .elementor-swiper-button.elementor-swiper-button-next{font-size:0px;}.elementor-17218 .elementor-element.elementor-element-644d69b{--display:flex;}.elementor-17218 .elementor-element.elementor-element-390c241{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}@media(max-width:767px){.elementor-17218 .elementor-element.elementor-element-390c241{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-5629115 *//* ✅ Import Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* ✅ General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ✅ HERO SECTION - Contrast Fixed */
.hero-section {
    background: linear-gradient(90deg, #87753A, #000000);
    text-align: center;
    padding: 40px 20px;
    color: #FFFFFF;
}
.hero-section h1 {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* ✅ OFFER SECTION */
.offer-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1100px;
}
.offer-section {
    flex: 1;
    min-width: 320px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.women {
    border-top: 5px solid #E91E63;
}
.men {
    border-top: 5px solid #3F51B5;
}
.offer-section h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #E91E63, #FF4081);
    padding: 10px;
    border-radius: 5px;
}
.men h2 {
    background: linear-gradient(90deg, #3F51B5, #5C6BC0);
}
.offer-section ul {
    list-style-type: none;
    padding: 0;
}
.offer-section li {
    font-size: 16px;
    padding: 5px 0;
}

/* ✅ FIX BUTTON CONTRAST */
.button-container {
    text-align: center;
    margin: 30px 0;
}
.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #87753A, #000000);
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #FFFFFF;
}
.cta-button:hover {
    background: linear-gradient(90deg, #000000, #87753A);
    color: #FFFFFF !important;
}

/* ✅ FIX CLS - Set Image Dimensions */
img {
    width: 100%;
    height: auto;
}

/* ✅ RESPONSIVE FIXES */
@media (max-width: 768px) {
    .offer-container {
        flex-direction: column;
    }
    .cta-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}
/* ✅ Fix LCP Text Rendering */
.lcp-text, .lcp-content {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-rendering: optimizeSpeed;
    will-change: opacity, transform;
    animation: fadeIn 0.5s ease-in-out 0.1s forwards;
}

/* ✅ Reduce CLS (Cumulative Layout Shift) */
.lcp-content {
    min-height: 50px;
}

/* ✅ Smooth Load Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ✅ Optimize Image Loading */
.elementor-image-carousel-wrapper img {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    object-fit: cover;
}

/* ✅ Lazy Load Improvement */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

img[loading="lazy"].loaded {
    opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c803cf *//* Import Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Inter', sans-serif;
    background: #F9F9F9;
    color: #333;
    text-align: center;
    line-height: 1.6;
}

/* Hero Section - Optimize LCP */
.hero-section {
    background: linear-gradient(90deg, #87753A, #000000);
    color: white;
    text-align: center;
    padding: 40px 20px;
}

/* LCP Content - Faster Load */
.lcp-content {
    font-size: 18px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0; /* Hide at start for better LCP */
    animation: fadeIn 1s ease-in-out 0.2s forwards; /* Smooth appearance */
}

/* Fade In Effect to Avoid Blocking Rendering */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Button Container */
.button-container {
    text-align: center;
    margin: 30px 0;
}

/* Call-to-Action Button */
.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #87753A, #000000);
    color: white;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border: none;
    text-align: center;
    min-width: 180px;
}

/* Button Hover Effect */
.cta-button:hover {
    background: linear-gradient(90deg, #000000, #87753A);
    color: white;
}

/* Promo Section */
.promo-section {
    background: white;
    padding: 50px 20px;
}
.promo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    gap: 40px;
}

/* Left Column - Image */
.promo-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}
.promo-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Right Column - Text */
/* ✅ Fix Contrast in Promo Section */
.promo-content {
    background: #222222; /* Darker background for better contrast */
    color: #FFFFFF; /* White text for maximum readability */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* Promo Title */
.promo-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FFD700; /* Gold color for high contrast */
}

/* Promo Details */
.promo-content p {
    font-size: 18px;
    color: #DDDDDD; /* Light gray for good readability */
}


/* Responsive for Mobile */
@media (max-width: 768px) {
    .promo-container {
        flex-direction: column;
    }
    .promo-content {
        text-align: center;
        padding: 20px;
    }
    .promo-content h2 {
        font-size: 24px;
    }
    .promo-content p {
        font-size: 16px;
    }
    .cta-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-535a25e *//* Import Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Inter', sans-serif;
    background: #F9F9F9;
    color: #333;
    text-align: center;
    line-height: 1.6;
}

/* Header */
header {
    background: linear-gradient(90deg, #87753A, #000000);
    color: white;
    text-align: center;
    padding: 60px 20px;
}
header h3 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
  color: white;
}
header p {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto;
}

/* Steps Section */
.steps-container {
    text-align: center;
    padding: 40px 20px;
}
.steps-container h4 {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #87753A;
    text-transform: uppercase;
}

/* Steps - Display side by side on large screens */
.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}
.step {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    flex: 1;
    min-width: 250px;
}
.step:hover {
    transform: scale(1.05);
}
.step h3 {
    color: #87753A;
    font-size: 1.4em;
    margin-bottom: 10px;
}
.step p {
    font-size: 1em;
    color: #555;
}

/* Why Choose Us Section */
.highlight {
    background: white;
    padding: 40px 20px;
    max-width: 900px;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}
.highlight h2 {
    color: #87753A;
    font-size: 1.8em;
    margin-bottom: 20px;
}
.highlight ul {
    list-style: none;
    padding-left: 20px;
}
.highlight ul li {
    font-size: 1.2em;
    margin: 10px 0;
}
.highlight ul li::before {
    content: "✔ ";
    color: #87753A;
    font-weight: bold;
}
.highlight p {
    font-size: 1.1em;
    margin-top: 20px;
    color: #555;
}
.highlight a {
    color: #87753A;
    font-weight: 600;
    text-decoration: none;
}
.highlight a:hover {
    text-decoration: underline;
}

/* Call to Action */
.cta {
    background: #87753A;
    color: white;
    text-align: center;
    padding: 40px 20px;
    margin-top: 40px;
}
.cta p {
    font-size: 1.3em;
    max-width: 700px;
    margin: 0 auto 20px;
}
.cta a {
    background: white;
    color: #87753A;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background 0.3s, color 0.3s;
    display: inline-block;
}
.cta a:hover {
    background: #000;
    color: white;
}/* End custom CSS */