/*
Theme Name: Paradise Custom
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: Custom theme for Paradise frozen foods based on AlfaFrost design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paradise-custom
*/

/* Override and ensure 100% match with original */
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.page-wrapper {
    overflow-x: hidden;
}

/* Ensure main.css loads first, then these overrides apply */

/* Fix any missing shape images with CSS */
.about-one__count {
    background-image: none !important;
    background-color: #8bc34a;
    border-radius: 50%;
}

/* Ensure service-two section displays correctly even without shape images */
.service-two::before {
    display: none;
}

.service-two__bottom-curv::before {
    display: none;
}

/* Make sure all sections have proper spacing */
section {
    position: relative;
}

/* Ensure images display correctly */
img {
    max-width: 100%;
    height: auto;
}

/* Fix any layout issues */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Ensure Factory Tour swiper displays 2 slides on desktop */
.service-two .swiper-container {
    width: 100%;
    overflow: hidden;
}

.service-two .swiper-slide {
    width: auto;
}

.service-two .projects-one__single {
    position: relative;
    overflow: hidden;
}

.service-two .projects-one__single img {
    width: 100%;
    display: block;
}

/* Force 2 slides on desktop */
@media (min-width: 640px) {
    .service-two .swiper-slide {
        width: calc(50% - 15px) !important;
    }
}

/* ========================================
   Enhanced Hero Slider Section
   ======================================== */

.hero-enhanced {
    position: relative;
}

/* Enhanced Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

/* Hero Content Wrapper */
.hero-content {
    position: relative;
    z-index: 2;
    padding: 30px 0 40px 0;
    overflow: visible;
    width: 100%;
    max-width: 100%;
}

/* Reduce container padding to move content up on all screen sizes */
.main-slider.hero-enhanced .swiper-slide .container,
.hero-enhanced .swiper-slide .container {
    padding-top: 70px !important;
    padding-bottom: 100px !important;
}

/* Desktop and large screens */
@media (min-width: 1200px) {
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }
    
    /* Ensure buttons are visible on large screens */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: inline-block !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-buttons {
        display: flex !important;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 20px 0 30px 0 !important;
        overflow: visible !important;
    }
    
    /* Ensure h2 is visible on large screens */
    .main-slider.hero-enhanced .swiper-slide h2 {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        font-size: 52px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }
}

/* Extra large screens (1400px+) */
@media (min-width: 1400px) {
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 80px !important;
        padding-bottom: 110px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 35px 0 45px 0 !important;
    }
    
    /* Ensure buttons are visible on extra large screens */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: flex !important;
    }
}

/* 15.6 inch laptop screens (1366px - 1920px) - Move text up and ensure buttons visible */
@media (min-width: 1366px) and (max-width: 1920px) {
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 40px !important;
        padding-bottom: 70px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 15px 0 25px 0 !important;
        overflow: visible !important;
    }
    
    /* CRITICAL: Ensure buttons are visible on 15.6 inch screens */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: inline-block !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-buttons {
        display: flex !important;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    /* Ensure h2 text is visible and properly positioned */
    .main-slider.hero-enhanced .swiper-slide h2 {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        font-size: 48px !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .tagline {
        margin-bottom: 15px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-subtitle {
        margin-bottom: 20px !important;
    }
}

/* 32 inch monitor screens (2560px+) - Ensure buttons visible */
@media (min-width: 2560px) {
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 25px 0 35px 0 !important;
    }
    
    /* CRITICAL: Ensure buttons are visible on 32 inch screens */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: inline-block !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-buttons {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    /* Ensure h2 text is visible */
    .main-slider.hero-enhanced .swiper-slide h2 {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        font-size: 58px !important;
        line-height: 1.2 !important;
    }
}

/* Large desktop screens (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 20px 0 30px 0 !important;
    }
    
    /* Ensure buttons are visible */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: inline-block !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-buttons {
        display: flex !important;
        flex-wrap: wrap;
        gap: 18px;
    }
    
    .main-slider.hero-enhanced .swiper-slide h2 {
        font-size: 54px !important;
        line-height: 1.2 !important;
    }
}

/* Tagline Enhancement */
.hero-enhanced .tagline {
    display: inline-block;
    background: rgba(139, 195, 74, 0.95);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(139, 195, 74, 0.3);
    text-transform: uppercase;
}

/* Heading Enhancement */
.hero-enhanced h2 {
    font-size: 64px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.hero-enhanced h2 span {
    color: #8bc34a;
    font-weight: 800;
}

/* Subtitle Enhancement */
.hero-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 35px;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Hero Buttons */
.hero-buttons {
    display: flex !important;
    gap: 20px;
    flex-wrap: wrap;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(139, 195, 74, 0.4);
    position: relative;
    overflow: hidden;
}

.hero-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7cb342 0%, #689f38 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

.hero-btn-primary:hover::before {
    left: 0;
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(139, 195, 74, 0.5);
    color: #ffffff;
}

.hero-btn-secondary {
    background: transparent;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #ffffff;
    transition: all 0.4s ease;
}

.hero-btn-secondary:hover {
    background: #ffffff;
    color: #8bc34a;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Enhanced Navigation Arrows */
.hero-enhanced .main-slider__nav .swiper-button-prev,
.hero-enhanced .main-slider__nav .swiper-button-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
}

.hero-enhanced .main-slider__nav .swiper-button-prev:hover,
.hero-enhanced .main-slider__nav .swiper-button-next:hover {
    background: #8bc34a;
    border-color: #8bc34a;
    transform: scale(1.1);
}

.hero-enhanced .main-slider__nav .swiper-button-prev i,
.hero-enhanced .main-slider__nav .swiper-button-next i {
    font-size: 20px;
    color: #ffffff;
}

/* Pagination Dots */
.hero-pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 12px;
}

.hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.4s ease;
    cursor: pointer;
}

.hero-pagination .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 6px;
    background: #8bc34a;
}

/* Slide Animations */
.animate-slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s ease-out forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Swiper Active Slide Animation Reset */
.hero-enhanced .swiper-slide-active .animate-slide-up {
    animation: slideUp 0.8s ease-out forwards;
}

/* Keep buttons visible on all slides, not just active */
.hero-enhanced .swiper-slide:not(.swiper-slide-active) .animate-slide-up.hero-buttons,
.hero-enhanced .swiper-slide:not(.swiper-slide-active) .animate-slide-up.hero-btn-primary,
.hero-enhanced .swiper-slide:not(.swiper-slide-active) .animate-slide-up.hero-btn-secondary {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

.hero-enhanced .swiper-slide:not(.swiper-slide-active) .animate-slide-up {
    opacity: 0;
    transform: translateY(30px);
}

/* Responsive Design */
/* Fix for 13.6 inch screens (1366px and similar laptop sizes) */
@media (max-width: 1400px) and (min-width: 1200px) {
    .main-slider.hero-enhanced .swiper-slide h2,
    .hero-enhanced h2 {
        font-size: 48px !important;
        line-height: 1.25 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content,
    .hero-enhanced .hero-content {
        padding: 30px 20px 40px 20px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 70px !important;
        padding-bottom: 100px !important;
    }
}

@media (max-width: 1199px) {
    .main-slider.hero-enhanced .swiper-slide h2,
    .hero-enhanced h2 {
        font-size: 48px !important;
        line-height: 1.3 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content,
    .hero-enhanced .hero-content {
        padding: 25px 0 35px 0 !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 60px !important;
        padding-bottom: 90px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-subtitle,
    .hero-subtitle {
        font-size: 18px;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 16px 35px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .hero-enhanced h2 {
        font-size: 44px;
    }
    
    .hero-enhanced .tagline {
        font-size: 14px;
        padding: 10px 25px;
    }
    
    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .hero-buttons {
        gap: 15px;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 14px 30px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-content {
        padding: 20px 0;
    }
    
    .hero-enhanced h2 {
        font-size: 36px;
    }
    
    .hero-enhanced .tagline {
        font-size: 13px;
        padding: 8px 20px;
        margin-bottom: 20px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 14px 30px;
        font-size: 14px;
        text-align: center;
        width: 100%;
        max-width: 280px;
    }
    
    .hero-enhanced .main-slider__nav .swiper-button-prev,
    .hero-enhanced .main-slider__nav .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    
    .hero-pagination {
        bottom: 30px;
    }
}

@media (max-width: 480px) {
    .hero-enhanced h2 {
        font-size: 28px;
    }
    
    .hero-enhanced .tagline {
        font-size: 12px;
        padding: 7px 18px;
    }
    
    .hero-subtitle {
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 12px 25px;
        font-size: 13px;
    }
    
    .hero-pagination {
        bottom: 20px;
    }
}

/* ========================================
   Enhanced About Section with Floating Stats
   ======================================== */

.about-enhanced {
    position: relative;
}

/* Image Wrapper */
.about-one__image-wrapper {
    position: relative;
    padding: 20px;
}

.about-hero-image {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.about-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    display: block;
}

/* Floating Stat Cards */
.floating-stat-card {
    position: absolute;
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s ease;
    border: 2px solid #f0f0f0;
    z-index: 10;
    min-width: 180px;
}

.floating-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(139, 195, 74, 0.25);
    border-color: #8bc34a;
}

/* Card Positioning */
.stat-card-1 {
    bottom: 30px;
    left: -20px;
}

.stat-card-2 {
    top: 30px;
    right: -20px;
}

/* Stat Icon */
.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.floating-stat-card:hover .stat-icon {
    transform: rotate(10deg) scale(1.1);
}

.stat-icon svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

/* Stat Content */
.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-content h4 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1;
}

.stat-content span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-top: 5px;
}

/* Pulse animation for cards */
.floating-stat-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 15px;
    border: 2px solid #8bc34a;
    opacity: 0;
    animation: card-pulse 3s ease-out infinite;
}

@keyframes card-pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0;
    }
    100% {
        transform: scale(1.05);
        opacity: 0;
    }
}

/* Content Enhancements */
.about-enhanced .about-one__content {
    padding-left: 30px;
}

.about-enhanced .block-title h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.about-enhanced .about-one__tagline {
    margin: 25px 0;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-left: 4px solid #8bc34a;
    border-radius: 8px;
}

.about-enhanced .about-one__tagline p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .stat-card-1 {
        bottom: 20px;
        left: 0;
    }
    
    .stat-card-2 {
        top: 20px;
        right: 0;
    }
    
    .floating-stat-card {
        min-width: 160px;
        padding: 20px 15px;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
    }
    
    .stat-icon svg {
        width: 25px;
        height: 25px;
    }
    
    .stat-content h4 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .about-enhanced .about-one__content {
        padding-left: 15px;
        margin-top: 40px;
    }
    
    .about-one__image-wrapper {
        padding: 10px;
        margin-bottom: 30px;
    }
    
    .stat-card-1 {
        bottom: 15px;
        left: 10px;
    }
    
    .stat-card-2 {
        top: 15px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .floating-stat-card {
        min-width: 140px;
        padding: 15px 12px;
        gap: 12px;
    }
    
    .stat-icon {
        width: 45px;
        height: 45px;
    }
    
    .stat-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .stat-content h4 {
        font-size: 24px;
    }
    
    .stat-content span {
        font-size: 12px;
    }
    
    .stat-card-1 {
        bottom: 10px;
        left: 5px;
    }
    
    .stat-card-2 {
        top: 10px;
        right: 5px;
    }
    
    .about-enhanced .about-one__tagline {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .floating-stat-card {
        min-width: 120px;
        padding: 12px 10px;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
    }
    
    .stat-icon svg {
        width: 20px;
        height: 20px;
    }
    
    .stat-content h4 {
        font-size: 20px;
    }
    
    .stat-content span {
        font-size: 11px;
    }
}

/* ========================================
   Sustainability & Community Section
   ======================================== */

.sustainability-community {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.sustainability-community::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(139, 195, 74, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.sustainability-community::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(139, 195, 74, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

/* Icons Grid */
.sustainability-icons-grid {
    position: relative;
    z-index: 2;
}

/* Sustainability Cards */
.sustainability-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    margin-bottom: 20px;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.sustainability-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8bc34a 0%, #7cb342 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.sustainability-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(139, 195, 74, 0.2);
    border-color: #8bc34a;
}

.sustainability-card:hover::before {
    transform: scaleX(1);
}

/* Card Icon */
.sustainability-card__icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.sustainability-card:hover .sustainability-card__icon {
    transform: scale(1.1) rotate(10deg);
}

.sustainability-card__icon svg {
    width: 35px;
    height: 35px;
    fill: #ffffff;
    transition: all 0.4s ease;
}

/* Pulse effect on icon */
.sustainability-card__icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid #8bc34a;
    opacity: 0;
    animation: icon-pulse 2.5s ease-out infinite;
}

@keyframes icon-pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Card Text */
.sustainability-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.sustainability-card:hover h5 {
    color: #8bc34a;
}

.sustainability-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Content Section */
.sustainability-content {
    padding-left: 40px;
    position: relative;
    z-index: 2;
}

.sustainability-content .block-title h3 {
    font-size: 38px;
    margin-bottom: 10px;
}

.sustainability-content .block-title p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 25px;
}

.sustainability-text {
    margin: 30px 0;
    padding: 25px;
    background: #ffffff;
    border-left: 4px solid #8bc34a;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.sustainability-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #2c3e50;
    margin: 0;
}

/* Button */
.sustainability-btn {
    margin-top: 20px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(139, 195, 74, 0.3);
    position: relative;
    overflow: hidden;
}

.sustainability-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7cb342 0%, #689f38 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

.sustainability-btn:hover::before {
    left: 0;
}

.sustainability-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(139, 195, 74, 0.4);
}

/* Responsive Design */
@media (max-width: 1199px) {
    .sustainability-content {
        padding-left: 30px;
    }
    
    .sustainability-content .block-title h3 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .sustainability-community {
        padding: 70px 0;
    }
    
    .sustainability-icons-grid {
        margin-bottom: 50px;
    }
    
    .sustainability-content {
        padding-left: 15px;
    }
    
    .sustainability-content .block-title h3 {
        font-size: 30px;
    }
    
    .sustainability-content .block-title p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .sustainability-community {
        padding: 60px 0;
    }
    
    .sustainability-card {
        padding: 25px 15px;
        margin-bottom: 15px;
    }
    
    .sustainability-card__icon {
        width: 60px;
        height: 60px;
    }
    
    .sustainability-card__icon svg {
        width: 30px;
        height: 30px;
    }
    
    .sustainability-card h5 {
        font-size: 16px;
    }
    
    .sustainability-card p {
        font-size: 12px;
    }
    
    .sustainability-content .block-title h3 {
        font-size: 26px;
    }
    
    .sustainability-text {
        padding: 20px;
    }
    
    .sustainability-text p {
        font-size: 15px;
    }
    
    .sustainability-btn {
        padding: 14px 30px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sustainability-card {
        padding: 20px 12px;
    }
    
    .sustainability-card__icon {
        width: 55px;
        height: 55px;
    }
    
    .sustainability-card__icon svg {
        width: 28px;
        height: 28px;
    }
    
    .sustainability-content .block-title h3 {
        font-size: 24px;
    }
    
    .sustainability-text p {
        font-size: 14px;
    }
}

/* ========================================
   Production Process Timeline Section
   ======================================== */

.process-timeline {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.process-timeline .block-title p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.timeline-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 0 20px;
    font-size: 0;
}

.timeline-wrapper > * {
    font-size: 16px;
}

/* Animated connecting line */
.timeline-line {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 4px;
    background: #e0e0e0;
    z-index: 1;
}

.timeline-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #8bc34a 0%, #7cb342 100%);
    animation: lineProgress 3s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes lineProgress {
    to {
        width: 100%;
    }
}

/* Timeline steps */
.timeline-step {
    position: relative;
    display: inline-block;
    width: 16.66%;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease-out forwards;
    vertical-align: top;
}

.timeline-step:nth-child(2) { animation-delay: 0.6s; }
.timeline-step:nth-child(3) { animation-delay: 0.9s; }
.timeline-step:nth-child(4) { animation-delay: 1.2s; }
.timeline-step:nth-child(5) { animation-delay: 1.5s; }
.timeline-step:nth-child(6) { animation-delay: 1.8s; }
.timeline-step:nth-child(7) { animation-delay: 2.1s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Icon container */
.timeline-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 4px solid #e0e0e0;
}

.timeline-step:hover .timeline-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgba(139, 195, 74, 0.3);
    border-color: #8bc34a;
}

.timeline-icon svg {
    width: 45px;
    height: 45px;
    fill: #8bc34a;
    transition: all 0.4s ease;
}

.timeline-step:hover .timeline-icon svg {
    fill: #7cb342;
    transform: scale(1.1);
}

/* Animated pulse effect */
.timeline-icon::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid #8bc34a;
    opacity: 0;
    animation: pulse 2s ease-out infinite;
}

.timeline-step:hover .timeline-icon::before {
    animation-play-state: paused;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.15);
        opacity: 0;
    }
    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

/* Content */
.timeline-content {
    padding: 0 10px;
}

.timeline-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.timeline-step:hover .timeline-content h4 {
    color: #8bc34a;
}

.timeline-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Step number badge */
.timeline-step::before {
    content: attr(data-step);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: #8bc34a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(139, 195, 74, 0.4);
    transition: all 0.3s ease;
}

.timeline-step:hover::before {
    transform: translateX(-50%) scale(1.2);
    background: #7cb342;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .timeline-step {
        width: 33.333%;
        margin-bottom: 60px;
    }
    
    .timeline-line {
        display: none;
    }
    
    .timeline-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .process-timeline {
        padding: 60px 0;
    }
    
    .timeline-wrapper {
        margin-top: 50px;
    }
    
    .timeline-step {
        width: 50%;
        margin-bottom: 50px;
    }
    
    .timeline-icon {
        width: 80px;
        height: 80px;
    }
    
    .timeline-icon svg {
        width: 35px;
        height: 35px;
    }
    
    .timeline-content h4 {
        font-size: 16px;
    }
    
    .timeline-content p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .timeline-step {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .timeline-icon {
        width: 90px;
        height: 90px;
    }
}

/* ========================================
   Worldwide Exports - Enhanced Section
   ======================================== */

/* Enhanced section styling */
.call-to-action__three {
    position: relative;
    padding: 100px 0 !important;
    overflow: hidden;
}

/* Add decorative overlay */
.call-to-action__three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.call-to-action__three .container {
    position: relative;
    z-index: 2;
}

/* Make the vegetables map bigger and add effects */
.call-to-action__three-image {
    max-width: 100% !important;
    position: relative;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.call-to-action__three-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    transition: all 0.4s ease;
}

.call-to-action__three-image:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 25px 50px rgba(139, 195, 74, 0.4));
}

/* Enhanced content styling */
.call-to-action__three-content {
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.call-to-action__three-content h3 {
    font-size: 42px !important;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
}

.call-to-action__three-content h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 2px;
}

.call-to-action__three-content p {
    font-size: 17px !important;
    line-height: 1.8;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

/* Enhanced button */
.call-to-action__three .thm-btn {
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(139, 195, 74, 0.4);
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.call-to-action__three .thm-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #7cb342 0%, #689f38 100%);
    transition: left 0.4s ease;
    z-index: -1;
}

.call-to-action__three .thm-btn:hover::before {
    left: 0;
}

.call-to-action__three .thm-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(139, 195, 74, 0.5);
    color: #ffffff;
}

/* Responsive sizing for map */
@media (min-width: 768px) {
    .call-to-action__three-image {
        max-width: 500px !important;
    }
    
    .call-to-action__three-content {
        padding: 35px;
    }
    
    .call-to-action__three-content h3 {
        font-size: 38px !important;
    }
}

@media (min-width: 992px) {
    .call-to-action__three-image {
        max-width: 600px !important;
    }
    
    .call-to-action__three {
        padding: 120px 0 !important;
    }
}

@media (min-width: 1200px) {
    .call-to-action__three-image {
        max-width: 700px !important;
    }
}

@media (max-width: 767px) {
    .call-to-action__three {
        padding: 60px 0 !important;
    }
    
    .call-to-action__three-content {
        padding: 25px;
        margin-top: 30px;
    }
    
    .call-to-action__three-content h3 {
        font-size: 28px !important;
    }
    
    .call-to-action__three-content p {
        font-size: 15px !important;
    }
    
    .call-to-action__three .thm-btn {
        padding: 14px 30px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}

/* ========================================
   Quality Assurance & Compliance Section
   ======================================== */

.quality-compliance {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
}

.quality-compliance .block-title p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.compliance-dashboard {
    margin-top: 60px;
}

/* Compliance Cards */
.compliance-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    border: 2px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.compliance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8bc34a 0%, #7cb342 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.compliance-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(139, 195, 74, 0.2);
    border-color: #8bc34a;
}

.compliance-card:hover::before {
    transform: scaleX(1);
}

/* Card Icon */
.compliance-card__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
}

.compliance-card:hover .compliance-card__icon {
    background: linear-gradient(135deg, #8bc34a 0%, #7cb342 100%);
    transform: scale(1.1) rotate(5deg);
}

.compliance-card__icon svg {
    width: 50px;
    height: 50px;
    fill: #8bc34a;
    transition: all 0.4s ease;
}

.compliance-card:hover .compliance-card__icon svg {
    fill: #ffffff;
    transform: scale(1.1);
}

/* Status Indicator (Live dot) */
.status-indicator {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    background: #8bc34a;
    border-radius: 50%;
    border: 2px solid white;
    animation: pulse-dot 2s ease-out infinite;
}

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(139, 195, 74, 0.7);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(139, 195, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(139, 195, 74, 0);
    }
}

/* Card Content */
.compliance-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.compliance-card:hover h4 {
    color: #8bc34a;
}

.compliance-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Compliance Details Section */
.compliance-details {
    margin-top: 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.compliance-checklist {
    max-width: 900px;
    margin: 0 auto;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.checklist-item:last-child {
    border-bottom: none;
}

.checklist-item:hover {
    padding-left: 10px;
    background: rgba(139, 195, 74, 0.05);
    border-radius: 8px;
}

.check-icon {
    width: 32px;
    height: 32px;
    background: #8bc34a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.checklist-item:hover .check-icon {
    transform: scale(1.1) rotate(360deg);
    background: #7cb342;
}

.checklist-item span:last-child {
    font-size: 16px;
    color: #2c3e50;
    line-height: 1.8;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 991px) {
    .quality-compliance {
        padding: 70px 0;
    }
    
    .compliance-card {
        padding: 35px 25px;
    }
    
    .compliance-details {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .quality-compliance {
        padding: 60px 0;
    }
    
    .compliance-dashboard {
        margin-top: 40px;
    }
    
    .compliance-card {
        padding: 30px 20px;
    }
    
    .compliance-card__icon {
        width: 80px;
        height: 80px;
    }
    
    .compliance-card__icon svg {
        width: 40px;
        height: 40px;
    }
    
    .compliance-card h4 {
        font-size: 18px;
    }
    
    .compliance-details {
        padding: 30px 20px;
        margin-top: 40px;
    }
    
    .checklist-item {
        padding: 15px 0;
    }
    
    .check-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
        margin-right: 15px;
    }
    
    .checklist-item span:last-child {
        font-size: 14px;
    }
}

/* ========================================
   Trusted Partners Section (Enhanced Brand Slider)
   ======================================== */

.trusted-partners {
    padding: 80px 0 100px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.trusted-partners::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(139, 195, 74, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.trusted-partners::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 195, 74, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

/* Header Section */
.partners-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.partners-header h3 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.partners-header h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #8bc34a 0%, #7cb342 100%);
    border-radius: 2px;
}

.partners-header p {
    font-size: 16px;
    color: #666;
    margin: 20px 0 0;
}

/* Partners Slider Container */
.partners-slider {
    position: relative;
    z-index: 2;
}

/* Partner Logo Card */
.partner-logo {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

/* Subtle gradient overlay on hover */
.partner-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(139, 195, 74, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.partner-logo:hover::before {
    opacity: 1;
}

.partner-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(139, 195, 74, 0.15);
    border-color: #8bc34a;
}

.partner-logo img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.partner-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* Swiper customization for partners */
.trusted-partners .swiper-container {
    padding: 20px 0;
}

/* Add fade effect on edges */
.partners-slider::before,
.partners-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 10;
    pointer-events: none;
}

.partners-slider::before {
    left: 0;
    background: linear-gradient(90deg, #f8f9fa 0%, transparent 100%);
}

.partners-slider::after {
    right: 0;
    background: linear-gradient(270deg, #f8f9fa 0%, transparent 100%);
}

/* Responsive Design */
@media (max-width: 991px) {
    .trusted-partners {
        padding: 60px 0 80px;
    }
    
    .partners-header h3 {
        font-size: 30px;
    }
    
    .partners-header {
        margin-bottom: 50px;
    }
    
    .partner-logo {
        padding: 25px 15px;
        min-height: 100px;
    }
    
    .partner-logo img {
        max-height: 60px;
    }
}

@media (max-width: 767px) {
    .trusted-partners {
        padding: 50px 0 60px;
    }
    
    .partners-header h3 {
        font-size: 26px;
    }
    
    .partners-header p {
        font-size: 14px;
    }
    
    .partners-header {
        margin-bottom: 40px;
    }
    
    .partner-logo {
        padding: 20px 15px;
        min-height: 90px;
    }
    
    .partner-logo img {
        max-height: 50px;
    }
    
    /* Remove fade effect on mobile */
    .partners-slider::before,
    .partners-slider::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .partners-header h3 {
        font-size: 22px;
    }
    
    .partner-logo {
        padding: 15px 10px;
        min-height: 80px;
    }
    
    .partner-logo img {
        max-height: 45px;
    }
}

/* ========================================
   Enhanced Hero Slider Section - RESPONSIVE FIXES
   ======================================== */

/* Fix for small screens - ensure content is visible and properly positioned */
/* Use more specific selectors matching main.css structure */
@media (max-width: 767px) {
    /* Ensure hero content takes full width on mobile */
    .main-slider.hero-enhanced .col-xl-8.col-lg-9,
    .hero-enhanced .col-xl-8.col-lg-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    /* Fix hero content positioning */
    .main-slider.hero-enhanced .swiper-slide .hero-content,
    .hero-enhanced .hero-content {
        padding: 30px 15px !important;
        position: relative;
        z-index: 10 !important;
        width: 100%;
    }
    
    /* Ensure text is properly aligned - match main.css selector */
    .main-slider.hero-enhanced .swiper-slide h2,
    .hero-enhanced h2 {
        font-size: 32px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .tagline,
    .hero-enhanced .tagline {
        font-size: 12px !important;
        padding: 8px 18px !important;
        margin-bottom: 15px !important;
        display: inline-block;
        white-space: nowrap;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-subtitle,
    .hero-subtitle {
        font-size: 13px !important;
        margin-bottom: 20px !important;
        letter-spacing: 1px !important;
    }
    
    /* CRITICAL: Ensure buttons are visible and properly displayed on ALL slides */
    /* Match main.css selector specificity: .main-slider .swiper-slide .thm-btn */
    /* Apply to all slides, not just active */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary,
    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 20px !important;
        position: relative;
        z-index: 10 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary,
    .hero-btn-primary,
    .hero-btn-secondary {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 25px !important;
        font-size: 14px !important;
        text-align: center !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        position: relative;
        z-index: 10 !important;
    }
    
    /* Fix container padding on mobile - move content up */
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Reduce hero-content padding to move text up */
    .main-slider.hero-enhanced .swiper-slide .hero-content,
    .hero-enhanced .hero-content {
        padding: 20px 15px 30px 15px !important;
    }
    
    /* Ensure row doesn't cause overflow */
    .main-slider.hero-enhanced .row,
    .hero-enhanced .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    /* Fix swiper slide to prevent overflow */
    .main-slider.hero-enhanced .swiper-slide,
    .hero-enhanced .swiper-slide {
        overflow: visible !important;
    }
    
    /* Ensure h2 text is always visible */
    .main-slider.hero-enhanced .swiper-slide h2,
    .main-slider.hero-enhanced .swiper-slide-active h2 {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    /* Ensure overlay doesn't hide content */
    .main-slider.hero-enhanced .hero-overlay,
    .hero-overlay {
        z-index: 1;
    }
}

@media (max-width: 480px) {
    .main-slider.hero-enhanced .swiper-slide h2,
    .hero-enhanced h2 {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .tagline,
    .hero-enhanced .tagline {
        font-size: 11px !important;
        padding: 7px 15px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-subtitle,
    .hero-subtitle {
        font-size: 12px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary,
    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 12px 20px !important;
        font-size: 13px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 50px !important;
        padding-bottom: 70px !important;
    }
    
    /* Reduce hero-content padding on small screens */
    .main-slider.hero-enhanced .swiper-slide .hero-content,
    .hero-enhanced .hero-content {
        padding: 15px 15px 25px 15px !important;
    }
    
    /* Ensure buttons are always visible on very small screens */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .hero-buttons {
        margin-top: 15px;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* Fix for tablet sizes */
@media (min-width: 768px) and (max-width: 991px) {
    .main-slider.hero-enhanced .col-xl-8.col-lg-9,
    .hero-enhanced .col-xl-8.col-lg-9 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content,
    .hero-content {
        padding: 25px 20px 35px 20px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container,
    .hero-enhanced .swiper-slide .container {
        padding-top: 55px !important;
        padding-bottom: 85px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary,
    .hero-buttons {
        display: flex !important;
        flex-wrap: wrap;
        gap: 15px;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary,
    .hero-btn-primary,
    .hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

/* CRITICAL: Override main.css to show buttons on ALL slides, not just active */
/* main.css sets .main-slider .swiper-slide .thm-btn { opacity: 0; } */
/* We need to override this for ALL slides - GLOBAL RULE FOR ALL SCREEN SIZES */
.main-slider.hero-enhanced .swiper-slide .hero-buttons,
.main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
.main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary,
.main-slider.hero-enhanced .swiper-slide-active .hero-buttons,
.main-slider.hero-enhanced .swiper-slide-active .hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide-active .hero-btn-secondary,
.main-slider.hero-enhanced .swiper-slide-active .thm-btn.hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide-active .thm-btn.hero-btn-secondary {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: flex !important;
}

/* Additional global override for all screen sizes - highest priority */
.main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: inline-block !important;
}

/* CRITICAL: Ensure h2 text is always visible on all screen sizes */
.main-slider.hero-enhanced .swiper-slide h2,
.main-slider.hero-enhanced .swiper-slide-active h2 {
    visibility: visible !important;
    opacity: 1 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Fix for 13.6 inch screens - ensure text doesn't get cut off */
@media (max-width: 1400px) and (min-width: 1200px) {
    .main-slider.hero-enhanced .swiper-slide h2,
    .main-slider.hero-enhanced .swiper-slide-active h2 {
        font-size: 48px !important;
        line-height: 1.25 !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        overflow: visible !important;
        width: 100% !important;
        padding: 30px 20px 40px 20px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container {
        padding-top: 70px !important;
        padding-bottom: 100px !important;
    }
}

/* Ensure buttons are visible even during animation - match main.css selector specificity */
/* Apply to ALL slides, not just active - GLOBAL RULE FOR ALL SCREEN SIZES */
.main-slider.hero-enhanced .swiper-slide .hero-buttons,
.main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
.main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: flex !important;
}

/* Additional override for all slides (not just active) on ALL screen sizes */
@media (max-width: 767px) {
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }
}

/* Ensure buttons visible on desktop and tablet sizes too */
@media (min-width: 768px) {
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: flex !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-buttons {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* Large desktop screens (992px+) */
@media (min-width: 992px) {
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide .thm-btn.hero-btn-secondary {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: flex !important;
    }
}

/* Fix pagination on mobile */
@media (max-width: 767px) {
    .hero-pagination {
        bottom: 20px !important;
    }
}

/* ========================================
   CRITICAL FIX: Ensure slider content is always visible on large screens
   ======================================== */

/* Global fix for all large screens (1200px+) */
@media (min-width: 1200px) {
    /* Reduce overall slider height to prevent content from being cut off */
    .main-slider.hero-enhanced .swiper-slide {
        min-height: 600px !important;
        max-height: 700px !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* Ensure all content is visible */
    .main-slider.hero-enhanced .swiper-slide .container {
        width: 100%;
        max-width: 1320px;
    }
    
    /* Force buttons to always be visible */
    .main-slider.hero-enhanced .swiper-slide .hero-buttons,
    .main-slider.hero-enhanced .swiper-slide .hero-buttons a,
    .main-slider.hero-enhanced .swiper-slide a.hero-btn-primary,
    .main-slider.hero-enhanced .swiper-slide a.hero-btn-secondary,
    .main-slider.hero-enhanced .swiper-slide a.thm-btn {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }
    
    /* Ensure text doesn't overflow */
    .main-slider.hero-enhanced .swiper-slide h2 {
        max-width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}

/* Specific fix for 15.6" laptops (1366px - 1600px) */
@media (min-width: 1366px) and (max-width: 1600px) {
    .main-slider.hero-enhanced .swiper-slide {
        min-height: 550px !important;
        max-height: 650px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 12px 0 20px 0 !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide h2 {
        font-size: 46px !important;
        line-height: 1.15 !important;
        margin-bottom: 10px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .tagline {
        margin-bottom: 12px !important;
        font-size: 15px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-subtitle {
        margin-bottom: 18px !important;
        font-size: 18px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-buttons {
        margin-top: 15px !important;
        gap: 12px !important;
    }
}

/* Specific fix for Full HD screens (1600px - 1920px) */
@media (min-width: 1600px) and (max-width: 1920px) {
    .main-slider.hero-enhanced .swiper-slide {
        min-height: 600px !important;
        max-height: 680px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container {
        padding-top: 45px !important;
        padding-bottom: 70px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 18px 0 28px 0 !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide h2 {
        font-size: 52px !important;
        line-height: 1.2 !important;
        margin-bottom: 14px !important;
    }
}

/* Specific fix for 2K screens (1920px - 2560px) */
@media (min-width: 1920px) and (max-width: 2560px) {
    .main-slider.hero-enhanced .swiper-slide {
        min-height: 650px !important;
        max-height: 750px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container {
        padding-top: 50px !important;
        padding-bottom: 75px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 20px 0 30px 0 !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide h2 {
        font-size: 56px !important;
        line-height: 1.2 !important;
    }
}

/* Specific fix for 4K screens (2560px+) */
@media (min-width: 2560px) {
    .main-slider.hero-enhanced .swiper-slide {
        min-height: 700px !important;
        max-height: 800px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .container {
        padding-top: 55px !important;
        padding-bottom: 80px !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide .hero-content {
        padding: 22px 0 32px 0 !important;
    }
    
    .main-slider.hero-enhanced .swiper-slide h2 {
        font-size: 60px !important;
        line-height: 1.2 !important;
    }
}

/* Override any animation delays that might hide buttons */
.main-slider.hero-enhanced .swiper-slide-active .hero-buttons,
.main-slider.hero-enhanced .swiper-slide-active .hero-btn-primary,
.main-slider.hero-enhanced .swiper-slide-active .hero-btn-secondary,
.main-slider.hero-enhanced .swiper-slide-active .thm-btn {
    animation-delay: 0s !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Ensure buttons are clickable */
.main-slider.hero-enhanced .swiper-slide .hero-buttons a {
    position: relative;
    z-index: 100;
}
