/* ==================== NEW HERO SECTION - CLEAN START ==================== */

/* ==================== CRITICAL OVERRIDE STYLES ==================== */
/* Force shipping styles to work */
.shipping-logos-grid, .shipping-logo-item {
    all: unset !important;
    display: revert !important;
}

/* Old conflicting styles removed - using new responsive design above */

/* Old hero styles removed - using new responsive design above */

/* CRITICAL: Force shipping logos to be responsive */
.shipping-logos-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px !important;
}

.shipping-logo-item {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-width: 80px !important;
    max-width: 100px !important;
    align-items: center !important;
    padding: 10px 8px !important;
    background: rgba(10, 95, 89, 0.05) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(10, 95, 89, 0.1) !important;
    box-sizing: border-box !important;
}

/* CRITICAL: Force hero benefits to be grid */
.hero-benefits {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    margin-bottom: 32px !important;
    max-width: 550px !important;
}

.benefit-item {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    gap: 15px !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f8 100%) !important;
    border: 1px solid rgba(10, 95, 89, 0.1) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.benefit-icon {
    flex-shrink: 0 !important;
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 1.3rem !important;
    box-shadow: 0 4px 15px rgba(10, 95, 89, 0.3) !important;
}

.benefit-content h4 {
    color: #0a5f59 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    margin-bottom: 5px !important;
}

.benefit-content p {
    color: #666 !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

/* CRITICAL: Force vision and mission cards to have proper colors */
.vision-card, .mission-card {
    background: white !important;
    border: 2px solid rgba(228, 165, 32, 0.2) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15) !important;
    border-radius: 25px !important;
    padding: 40px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* CRITICAL: Fix vision and mission card titles colors */
.vision-card .card-title, .mission-card .card-title {
    color: #0a5f59 !important;
    font-weight: 700 !important;
    font-size: 2rem !important;
}

.vision-card .header-icon, .mission-card .header-icon {
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%) !important;
    color: white !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
}

.vision-card .item-icon, .mission-card .item-icon {
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%) !important;
    color: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.2rem !important;
}

.vision-card .item-content h4, .mission-card .item-content h4 {
    color: #0a5f59 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}

.vision-card .item-content p, .mission-card .item-content p {
    color: #666 !important;
    font-size: 0.9rem !important;
}

/* ==================== Global Styles ==================== */

/* Prevent horizontal scroll - Cross Browser Compatible */
html, body {
    overflow-x: hidden;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* ==================== الرئيسية Styles ==================== */

/* ==================== NEW HERO SECTION - COMPLETELY REBUILT ==================== */

/* Main Hero Container */
.hafiz-main-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 50%, #e8f5f3 100%);
    padding: 120px 0 60px;
    overflow: hidden;
    z-index: 10;
}

.hafiz-main-hero .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.hafiz-main-hero .row {
    margin: 0;
    align-items: center;
    min-height: calc(100vh - 180px);
}

/* Hero Content Area */
.hafiz-hero-content {
    padding: 30px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 100%;
}

/* Mobile Logo */
.hafiz-mobile-logo {
    margin-bottom: 20px;
}

.mobile-logo-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(10, 95, 89, 0.3);
    transition: all 0.3s ease;
}

.mobile-logo-container i {
    font-size: 1.3rem;
}

.mobile-logo-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.4);
}

.hafiz-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(10, 95, 89, 0.3);
}

.hafiz-hero-title {
    margin-bottom: 25px;
}

.hafiz-hero-title-main {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    color: #0a5f59;
    line-height: 1.1;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(10, 95, 89, 0.1);
}

.hafiz-hero-title-sub {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    color: #e4a520;
    line-height: 1.3;
}

.hafiz-hero-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 100%;
    font-weight: 500;
}

/* Hero Features Grid */
.hafiz-hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 35px;
}

.hafiz-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(10, 95, 89, 0.1);
    border: 1px solid rgba(10, 95, 89, 0.08);
    transition: all 0.3s ease;
}

.hafiz-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(10, 95, 89, 0.2);
    border-color: rgba(10, 95, 89, 0.15);
}

.hafiz-feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.hafiz-feature-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 4px;
}

.hafiz-feature-content p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

/* Hero Action Buttons */
.hafiz-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.hafiz-btn-primary, .hafiz-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: 2px solid transparent;
    width: 100%;
    max-width: 280px;
}

.hafiz-btn-primary {
    background: linear-gradient(135deg, #e4a520 0%, #d4a017 100%);
    color: #0a5f59;
    box-shadow: 0 6px 20px rgba(228, 165, 32, 0.3);
}

.hafiz-btn-primary:hover {
    background: linear-gradient(135deg, #e4a520 0%, #d4a017 100%);
    color: #0a5f59;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(228, 165, 32, 0.4);
}

.hafiz-btn-secondary {
    background: transparent;
    color: #e4a520;
    border-color: #e4a520;
}

.hafiz-btn-secondary:hover {
    background: #e4a520;
    color: #0a5f59;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(228, 165, 32, 0.3);
}

/* Hero Visual Area */
.hafiz-hero-visual {
    position: relative;
    text-align: center;
    padding: 30px 0;
}

.hafiz-hero-image-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.hafiz-hero-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.15);
}

/* Smart Floating Elements */
.hafiz-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hafiz-floating-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    pointer-events: auto;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 10px 15px;
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 25px rgba(228, 165, 32, 0.3);
    text-align: center;
    transition: all 0.3s ease;
    z-index: 5;
    max-width: 140px;
    min-width: 120px;
}

.hafiz-floating-element:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(228, 165, 32, 0.4);
    background: linear-gradient(135deg, #f0b52a 0%, #e4a520 100%);
}

.hafiz-floating-element i {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 3px;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hafiz-floating-element span {
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.3;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Floating Elements Positioning */
.hafiz-floating-element.element-1 {
    top: 15%;
    right: 8%;
    animation: hafizFloat 4s ease-in-out infinite;
}

.hafiz-floating-element.element-2 {
    bottom: 25%;
    left: 8%;
    animation: hafizFloat 4s ease-in-out infinite 1.5s;
}

.hafiz-floating-element.element-3 {
    bottom: 15%;
    right: 8%;
    animation: hafizFloat 4s ease-in-out infinite 3s;
}

@keyframes hafizFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

/* Scroll Down Indicator */
.hafiz-scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #0a5f59;
    z-index: 10;
}

.hafiz-scroll-arrow {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    animation: hafizBounce 2s infinite;
    box-shadow: 0 4px 12px rgba(10, 95, 89, 0.2);
}

.hafiz-scroll-indicator span {
    font-size: 0.8rem;
    font-weight: 600;
}

@keyframes hafizBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

/* Tablet Responsive */
@media (min-width: 768px) {
    .hafiz-hero-content {
        text-align: right;
        padding: 40px 0;
    }
    
    .hafiz-hero-title-main {
        font-size: 3.5rem;
    }
    
    .hafiz-hero-title-sub {
        font-size: 1.4rem;
    }
    
    .hafiz-hero-description {
        font-size: 1.1rem;
        max-width: 500px;
        margin-left: auto;
    }
    
    .hafiz-hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .hafiz-feature-item {
        padding: 20px;
    }
    
    .hafiz-feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .hafiz-feature-content h4 {
        font-size: 1.1rem;
    }
    
    .hafiz-feature-content p {
        font-size: 0.9rem;
    }
    
    .hafiz-hero-actions {
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }
    
    .hafiz-btn-primary, .hafiz-btn-secondary {
        width: auto;
        max-width: none;
        padding: 15px 30px;
        font-size: 1.1rem;
    }
    
    .hafiz-hero-visual {
        padding: 20px 0 40px;
        text-align: center;
    }
    
    .hafiz-hero-image {
        max-width: 500px;
    }
    
    
    .hafiz-floating-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
        padding: 12px 16px;
        max-width: 140px;
        min-width: 120px;
        background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
        border: 2px solid rgba(255, 255, 255, 0.4);
        border-radius: 22px;
        box-shadow: 0 10px 30px rgba(228, 165, 32, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease;
        position: absolute;
        z-index: 5;
    }
    
    .hafiz-floating-element:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 12px 30px rgba(228, 165, 32, 0.4);
    }
    
    .hafiz-floating-element i {
        font-size: 1.1rem;
        margin-bottom: 3px;
        color: white;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    
    .hafiz-floating-element span {
        font-size: 0.8rem;
        font-weight: 700;
        color: white;
        line-height: 1.2;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    
    .hafiz-floating-element.element-1 {
        top: 10%;
        right: 3%;
        animation: hafizFloat 4s ease-in-out infinite;
    }
    
    .hafiz-floating-element.element-2 {
        bottom: 20%;
        left: 3%;
        animation: hafizFloat 4s ease-in-out infinite 1.5s;
    }
    
    .hafiz-floating-element.element-3 {
        bottom: 10%;
        right: 3%;
        animation: hafizFloat 4s ease-in-out infinite 3s;
    }
}

/* Floating Animation Keyframes */
@keyframes hafizFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Desktop Responsive */
@media (min-width: 992px) {
    .hafiz-main-hero {
        padding: 140px 0 60px;
    }
    
    .hafiz-hero-title-main {
        font-size: 4rem;
    }
    
    .hafiz-hero-title-sub {
        font-size: 1.5rem;
    }
    
    .hafiz-hero-description {
        font-size: 1.2rem;
        max-width: 600px;
    }
    
    .hafiz-hero-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .hafiz-feature-item {
        padding: 25px;
    }
    
    .hafiz-hero-image {
        max-width: 600px;
    }
    
    .hafiz-floating-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
        padding: 15px 20px;
        max-width: 160px;
    }
    
    .hafiz-floating-element i {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }
    
    .hafiz-floating-element span {
        font-size: 0.9rem;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .hafiz-hero-title-main {
        font-size: 4.5rem;
    }
    
    .hafiz-hero-title-sub {
        font-size: 1.6rem;
    }
    
    .hafiz-hero-description {
        font-size: 1.3rem;
    }
    
    .hafiz-hero-image {
        max-width: 700px;
    }
}

.benefit-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f8 100%) !important;
    border: 1px solid rgba(10, 95, 89, 0.1) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
}

.benefit-item:hover {
    transform: translateX(5px);
}

.benefit-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    box-shadow: 0 4px 15px rgba(10, 95, 89, 0.3);
}

.benefit-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 5px;
    line-height: 1.2;
}

.benefit-content p {
    font-size: 0.9rem;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
}

/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #e4a520 0%, #d4a017 100%);
    color: #0a5f59;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(228, 165, 32, 0.3);
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    color: #0a5f59;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(228, 165, 32, 0.4);
}

.btn-hero-secondary {
    background: transparent;
    color: #e4a520;
    border: 2px solid #e4a520;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: #e4a520;
    color: #0a5f59;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(228, 165, 32, 0.3);
}



/* Hero Visual */
.hero-visual {
    position: relative;
    z-index: 2;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-container {
    position: relative;
    max-width: 100%;
    height: auto;
}

.hero-image {
    width: 100%;
    height: auto;
    max-width: 600px;
    border-radius: 20px;
    background: transparent;
    transition: all 0.3s ease;
}

.hero-image:hover {
    transform: scale(1.02);
}

/* Floating Cards */
.hero-floating-cards {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(10, 95, 89, 0.1);
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #0a5f59;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.15);
    animation: float 6s ease-in-out infinite;
}

.floating-card i {
    color: #e4a520;
    font-size: 18px;
}

.floating-card span {
    font-size: 14px;
}

.card-1 {
    top: 10%;
    right: -10%;
    animation-delay: 0s;
}

.card-2 {
    bottom: 20%;
    left: -15%;
    animation-delay: 2s;
}

.card-3 {
    top: 50%;
    right: -5%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}





/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #0a5f59;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scroll-indicator:hover {
    color: #e4a520;
    transform: translateX(-50%) translateY(-5px);
}

.scroll-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
}

.scroll-indicator span {
    font-size: 12px;
    font-weight: 500;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}



.about-header {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.3);
}

.about-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0a5f59;
    margin-bottom: 20px;
    position: relative;
}

.about-main-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 2px;
}

.about-subtitle {
    font-size: 1.3rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-content {
    position: relative;
    z-index: 2;
}

.about-intro h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 25px;
    line-height: 1.3;
}

.about-intro .lead {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
}

.story-section,
.what-we-do {
    margin-bottom: 40px;
}

.story-section h4,
.what-we-do h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 20px;
    position: relative;
}

.story-section h4::after,
.what-we-do h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 2px;
}

.story-section p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.features-list {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.3);
}

.feature-content h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 8px;
}

.feature-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Visual Container */
.about-visual {
    position: relative;
    z-index: 2;
}

.visual-container {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-circle {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 20px 60px rgba(10, 95, 89, 0.3);
    position: relative;
    z-index: 3;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.circle-content {
    text-align: center;
}

.circle-content i {
    font-size: 3rem;
    margin-bottom: 10px;
    display: block;
}

.floating-card {
    position: absolute;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 150px;
    animation: float 3s ease-in-out infinite;
}

.buyer-card {
    top: 20px;
    right: 50px;
    animation-delay: 0s;
}

.seller-card {
    bottom: 20px;
    right: 50px;
    animation-delay: 1s;
}

.money-card {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.card-text h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 5px;
}

.card-text p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.connection-line {
    position: absolute;
    background: linear-gradient(90deg, #0a5f59 0%, #e4a520 100%);
    height: 2px;
    opacity: 0.3;
    animation: lineFlow 2s ease-in-out infinite;
}

.line-1 {
    top: 120px;
    right: 200px;
    width: 100px;
    animation-delay: 0s;
}

.line-2 {
    bottom: 120px;
    right: 200px;
    width: 100px;
    animation-delay: 1s;
}

.line-3 {
    top: 50%;
    left: 170px;
    width: 80px;
    transform: translateY(-50%);
    animation-delay: 2s;
}

@keyframes lineFlow {
    0%, 100% { opacity: 0.3; transform: scaleX(1); }
    50% { opacity: 0.8; transform: scaleX(1.2); }
}

/* Stats Section */
.stats-section {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.stat-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.05);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(10, 95, 89, 0.2);
}

.stat-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0a5f59;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

/* Benefits Section */
.benefits-section {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.benefit-card {
    background: white;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(10, 95, 89, 0.2);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.3);
}

.benefit-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 15px;
    line-height: 1.3;
}

.benefit-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design for New About Section */
@media (max-width: 991px) {
    .new-about-section {
        padding: 80px 0;
    }
    
    .about-main-title {
        font-size: 2.8rem;
    }
    
    .about-intro h3 {
        font-size: 1.8rem;
    }
    
    .visual-container {
        height: 400px;
        margin-top: 40px;
    }
    
    .main-circle {
        width: 160px;
        height: 160px;
        font-size: 1.6rem;
        margin: 0 auto 30px;
        box-shadow: 0 15px 40px rgba(10, 95, 89, 0.3);
        border: 3px solid rgba(255, 255, 255, 0.2);
    }
    
    .circle-content i {
        font-size: 2.5rem;
        margin-bottom: 8px;
    }
    
    .circle-content span {
        font-size: 1.2rem;
        font-weight: 700;
    }
    
    .floating-card {
        min-width: 120px;
        padding: 15px;
    }
    
    .buyer-card {
        top: 10px;
        right: 20px;
    }
    
    .seller-card {
        bottom: 10px;
        right: 20px;
    }
    
    .money-card {
        left: 10px;
    }
}

@media (max-width: 768px) {
    .new-about-section {
        padding: 60px 0;
    }
    
    .about-header {
        margin-bottom: 60px;
    }
    
    .about-main-title {
        font-size: 2.2rem;
    }
    
    .about-subtitle {
        font-size: 1.1rem;
    }
    
    .about-intro h3 {
        font-size: 1.6rem;
    }
    
    .about-intro .lead {
        font-size: 1.1rem;
    }
    
    .story-section h4,
    .what-we-do h4 {
        font-size: 1.5rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .feature-icon {
        margin: 0 auto;
    }
    
    .visual-container {
        height: 350px;
    }
    
    .main-circle {
        width: 120px;
        height: 120px;
        font-size: 1.2rem;
    }
    
    .circle-content i {
        font-size: 1.8rem;
    }
    
    .floating-card {
        position: relative;
        margin: 10px auto;
        min-width: 140px;
        padding: 14px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 8px 25px rgba(10, 95, 89, 0.15);
        border: 1px solid rgba(10, 95, 89, 0.1);
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 160px;
        transition: all 0.3s ease;
    }
    
    /* Mobile Grid Layout for Floating Cards */
    .about-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .floating-cards-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        width: 100%;
        max-width: 350px;
        margin-top: 20px;
    }
    
    .floating-card.buyer-card,
    .floating-card.seller-card {
        grid-column: span 1;
        margin: 0;
    }
    
    .floating-card.money-card {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 200px;
    }
    
    .floating-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(10, 95, 89, 0.2);
    }
    
    .card-icon {
        flex-shrink: 0;
        width: 45px;
        height: 45px;
        background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
    }
    
    .card-text h6 {
        font-size: 1rem;
        font-weight: 700;
        color: #0a5f59;
        margin: 0 0 4px 0;
    }
    
    .card-text p {
        font-size: 0.85rem;
        color: #666;
        margin: 0;
        line-height: 1.3;
    }
    
    .buyer-card,
    .seller-card,
    .money-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        animation: none;
    }
    
    .connection-line {
        display: none;
    }
    
    .benefits-section {
        margin-top: 60px;
    }
    
    .benefit-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .benefit-content h4 {
        font-size: 1.2rem;
    }
    
    .benefit-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .about-main-title {
        font-size: 1.8rem;
    }
    
    .about-subtitle {
        font-size: 1rem;
    }
    
    .about-intro h3 {
        font-size: 1.4rem;
    }
    
    .about-intro .lead {
        font-size: 1rem;
    }
    
    .story-section h4,
    .what-we-do h4 {
        font-size: 1.3rem;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .story-section h4::after,
    .what-we-do h4::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
        border-radius: 2px;
    }
    
    .feature-content h5 {
        font-size: 1.1rem;
    }
    
    .feature-content p {
        font-size: 0.9rem;
    }
    
    .visual-container {
        height: 300px;
    }
    
    .main-circle {
        width: 120px;
        height: 120px;
        font-size: 1.2rem;
        margin: 0 auto 25px;
        box-shadow: 0 12px 35px rgba(10, 95, 89, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    .circle-content i {
        font-size: 1.8rem;
        margin-bottom: 6px;
    }
    
    .circle-content span {
        font-size: 1rem;
        font-weight: 700;
    }
    
    .floating-card {
        min-width: 100px;
        padding: 14px;
        margin: 12px auto;
        max-width: 260px;
    }
    
    .card-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .card-text h6 {
        font-size: 0.95rem;
        font-weight: 700;
    }
    
    .card-text p {
        font-size: 0.8rem;
        line-height: 1.2;
    }
    
    .benefit-card {
        padding: 20px 15px;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .benefit-content h4 {
        font-size: 1.1rem;
    }
    
    .benefit-content p {
        font-size: 0.85rem;
    }
}






.process-steps-desktop .step-item {
    position: absolute;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.2);
    border: 1px solid rgba(10, 95, 89, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 160px;
    transition: all 0.3s ease;
    animation: float 6s ease-in-out infinite;
    pointer-events: auto;
}

.process-steps-desktop .step-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 50px rgba(10, 95, 89, 0.3);
}

/* Mobile Process Steps */
.process-steps-mobile .step-item-mobile {
    background: white;
    padding: 15px 10px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(10, 95, 89, 0.12);
    border: 1px solid rgba(10, 95, 89, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    transition: all 0.3s ease;
    height: 100%;
}

.process-steps-mobile .step-item-mobile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(10, 95, 89, 0.18);
}

/* Desktop Step Icons */
.process-steps-desktop .step-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.process-steps-desktop .step-content h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a5f59;
    margin: 0 0 5px 0;
}

.process-steps-desktop .step-content p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.2;
}

/* Mobile Step Icons */
.process-steps-mobile .step-icon-mobile {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.process-steps-mobile .step-content-mobile h5 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0a5f59;
    margin: 0 0 3px 0;
    line-height: 1.2;
}

.process-steps-mobile .step-content-mobile p {
    font-size: 0.75rem;
    color: #666;
    margin: 0;
    line-height: 1.2;
}

.process-steps-desktop .step-1 {
    top: 10%;
    right: 5%;
    animation-delay: 0s;
}

.process-steps-desktop .step-2 {
    bottom: 20%;
    left: 5%;
    animation-delay: 2s;
}

.process-steps-desktop .step-3 {
    bottom: 10%;
    right: 5%;
    animation-delay: 4s;
}


/* Benefits Grid */
.benefits-grid-new {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.benefit-item-new {
    background: white;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-item-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(10, 95, 89, 0.2);
}

.benefit-icon-new {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.3);
}

.benefit-item-new h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 15px;
    line-height: 1.3;
}

.benefit-item-new p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .about-title-new {
        font-size: 3rem;
    }
    
    .about-intro-new h3 {
        font-size: 2rem;
    }
    
    .features-grid-new {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-card-new {
        flex-direction: row;
        text-align: left;
        padding: 20px;
    }
    
    .feature-icon-new {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .visual-container-new {
        height: 350px;
        margin-top: 40px;
    }
    
    .main-circle-new {
        width: 150px;
        height: 150px;
        font-size: 1.5rem;
    }
    
    .circle-content-new i {
        font-size: 2.2rem;
    }
    
    .step-item {
        min-width: 140px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .about-title-new {
        font-size: 2.5rem;
    }
    
    .about-intro-new h3 {
        font-size: 1.8rem;
    }
    
    .lead-new {
        font-size: 1.1rem;
    }
    
    .features-grid-new {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .feature-card-new {
        padding: 18px;
    }
    
    .feature-icon-new {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
    
    .feature-content-new h4 {
        font-size: 1.1rem;
    }
    
    .feature-content-new p {
        font-size: 0.9rem;
    }
    
    .visual-container-new {
        height: 300px;
    }
    
    .main-circle-new {
        width: 120px;
        height: 120px;
        font-size: 1.2rem;
    }
    
    .circle-content-new i {
        font-size: 1.8rem;
    }
    
    .process-steps-desktop .step-item {
        position: relative;
        margin: 10px auto;
        min-width: 120px;
        padding: 12px;
    }
    
    .process-steps-desktop .step-1, 
    .process-steps-desktop .step-2, 
    .process-steps-desktop .step-3 {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
        animation: none;
    }
    
    .process-steps-mobile .step-item-mobile {
        padding: 12px 8px;
        margin-bottom: 0;
    }
    
    .process-steps-mobile .step-icon-mobile {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .process-steps-mobile .step-content-mobile h5 {
        font-size: 0.85rem;
    }
    
    .process-steps-mobile .step-content-mobile p {
        font-size: 0.7rem;
    }
    
    .benefits-grid-new {
        margin-top: 60px;
    }
    
    .benefit-item-new {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .benefit-icon-new {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .benefit-item-new h4 {
        font-size: 1.2rem;
    }
    
    .benefit-item-new p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .about-title-new {
        font-size: 2rem;
    }
    
    .about-intro-new h3 {
        font-size: 1.6rem;
    }
    
    .lead-new {
        font-size: 1rem;
    }
    
    .features-grid-new {
        gap: 10px;
    }
    
    .feature-card-new {
        padding: 15px;
        gap: 12px;
    }
    
    .feature-icon-new {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .feature-content-new h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .feature-content-new p {
        font-size: 0.85rem;
    }
    
    .visual-container-new {
        height: 250px;
    }
    
    .main-circle-new {
        width: 100px;
        height: 100px;
        font-size: 1rem;
    }
    
    .circle-content-new i {
        font-size: 1.5rem;
    }
    
    .process-steps-desktop .step-item {
        min-width: 100px;
        padding: 10px;
    }
    
    .process-steps-mobile .step-item-mobile {
        padding: 10px 6px;
        margin-bottom: 0;
    }
    
    .process-steps-mobile .step-icon-mobile {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .process-steps-mobile .step-content-mobile h5 {
        font-size: 0.8rem;
    }
    
    .process-steps-mobile .step-content-mobile p {
        font-size: 0.65rem;
    }
    
    .benefit-item-new {
        padding: 20px 15px;
    }
    
    .benefit-icon-new {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .benefit-item-new h4 {
        font-size: 1.1rem;
    }
    
    .benefit-item-new p {
        font-size: 0.85rem;
    }
}

/* About Content */
.about-content {
    position: relative;
    z-index: 3;
    padding: 20px 0;
}

/* About Badge */
.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(10, 95, 89, 0.3);
    animation: badgeFloat 3s ease-in-out infinite;
}

.about-badge i {
    color: #e4a520;
    font-size: 16px;
}

@keyframes badgeFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

/* About Title */
.about-title {
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-title-main {
    display: block;
    font-size: 3.2rem;
    font-weight: 800;
    color: #0a5f59;
    margin-bottom: 15px;
    line-height: 1.1;
}

.about-title-sub {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #e4a520;
    margin-bottom: 0;
}

/* About Description */
.about-description {
    font-size: 1.25rem;
    color: #2c3e50;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 500px;
    font-weight: 500;
}

/* Problem Section - IMPROVED */
.problem-section {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(220, 53, 69, 0.15);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.1);
    backdrop-filter: blur(10px);
}

.problem-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #fd7e14);
}

.problem-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.problem-title i {
    font-size: 1.6rem;
}

.problem-description {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 600;
}

.problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.problem-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(220, 53, 69, 0.1);
    transition: all 0.3s ease;
}

.problem-item:last-child {
    border-bottom: none;
}

.problem-item:hover {
    background: rgba(220, 53, 69, 0.05);
    padding-left: 15px;
    border-radius: 8px;
}

.problem-item i {
    color: #dc3545;
    font-size: 1.2rem;
    flex-shrink: 0;
    background: rgba(220, 53, 69, 0.1);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem-item span {
    color: #2c3e50;
    font-weight: 500;
    font-size: 1rem;
}

/* Solution Section */
.solution-section {
    background: rgba(10, 95, 89, 0.05);
    border: 2px solid rgba(10, 95, 89, 0.1);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.solution-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a5f59, #e4a520);
}

.solution-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.solution-title i {
    font-size: 1.6rem;
    color: #e4a520;
}

.solution-description {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.7;
}

/* Solution Benefits */
.solution-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.benefit-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.2);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 5px;
    line-height: 1.2;
}

.benefit-content p {
    font-size: 0.9rem;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
}

/* About Visual */
.about-visual {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* About Illustration */
.about-illustration {
    position: relative;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 255, 254, 0.9) 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 60px rgba(10, 95, 89, 0.15);
    border: 3px solid rgba(10, 95, 89, 0.1);
    backdrop-filter: blur(20px);
}

/* Center Logo */
.illustration-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hafiz-logo-large {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.3);
    animation: logoPulse 4s ease-in-out infinite;
}

.hafiz-logo-large i {
    font-size: 2.5rem;
    color: #e4a520;
    margin-bottom: 5px;
}

.hafiz-logo-large span {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

@keyframes logoPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Floating Elements - IMPROVED */
.floating-element {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 12px 35px rgba(228, 165, 32, 0.2);
    border: 2px solid rgba(228, 165, 32, 0.15);
    backdrop-filter: blur(15px);
    animation: elementFloat 6s ease-in-out infinite;
    transition: all 0.3s ease;
    z-index: 10;
}

.floating-element:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 50px rgba(228, 165, 32, 0.3);
}

.buyer-element {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.seller-element {
    bottom: 20%;
    right: -10%;
    animation-delay: 2s;
}

.money-element {
    bottom: 10%;
    right: -10%;
    animation-delay: 4s;
}

@keyframes elementFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

.element-icon {
    width: 45px;
    height: 45px;
    background: #e4a520;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 4px 15px rgba(10, 95, 89, 0.3);
}

.element-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.element-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a5f59;
    line-height: 1.2;
}

.element-desc {
    font-size: 0.9rem;
    color: #2c3e50;
    line-height: 1.2;
    font-weight: 500;
}

/* Connection Lines */
.connection-line {
    position: absolute;
    background: linear-gradient(45deg, #0a5f59, #e4a520);
    border-radius: 2px;
    opacity: 0.6;
    animation: lineFlow 3s ease-in-out infinite;
}

.line-1 {
    width: 80px;
    height: 3px;
    top: 25%;
    left: 20%;
    transform: rotate(45deg);
    animation-delay: 0s;
}

.line-2 {
    width: 100px;
    height: 3px;
    bottom: 30%;
    right: 25%;
    transform: rotate(-45deg);
    animation-delay: 1s;
}

.line-3 {
    width: 60px;
    height: 3px;
    top: 60%;
    left: 10%;
    transform: rotate(90deg);
    animation-delay: 2s;
}

@keyframes lineFlow {
    0%, 100% { opacity: 0.3; transform: scaleX(1); }
    50% { opacity: 0.8; transform: scaleX(1.2); }
}


/* ==================== الرؤية والرسالة Styles ==================== */

/* Vision Mission Section - Ultra Advanced Design */
.hafiz-vision-mission {
    padding: 120px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hafiz-vision-mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="vision-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="%230a5f59" opacity="0.03"/><rect x="0" y="0" width="40" height="40" fill="none" stroke="%230a5f59" stroke-width="0.3" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23vision-pattern)"/></svg>');
    opacity: 0.6;
}

/* Section Header */
.section-header {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    color: white;
    padding: 12px 28px;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.3);
    animation: badgeGlow 4s ease-in-out infinite;
}

.section-badge i {
    font-size: 16px;
}

@keyframes badgeGlow {
    0%, 100% { box-shadow: 0 8px 25px rgba(10, 95, 89, 0.3); }
    50% { box-shadow: 0 12px 35px rgba(10, 95, 89, 0.5); }
}

.section-title {
    margin-bottom: 25px;
    line-height: 1.2;
}

.title-main {
    display: block;
    font-size: 3.5rem;
    font-weight: 800;
    color: #0a5f59;
    margin-bottom: 15px;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(10, 95, 89, 0.1);
}

.title-sub {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #e4a520;
    margin-bottom: 0;
}

.section-description {
    font-size: 1.3rem;
    color: #2c3e50;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 500;
}

/* Vision Card */
.vision-card {
    background: white !important;
    border-radius: 25px !important;
    padding: 40px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15) !important;
    border: 2px solid rgba(228, 165, 32, 0.2) !important;
    position: relative !important;
    overflow: visible !important;
    transition: all 0.4s ease !important;
    min-height: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #e4a520, #0a5f59);
}

.vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.2);
}

/* Mission Card */
.mission-card {
    background: white !important;
    border-radius: 25px !important;
    padding: 40px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15) !important;
    border: 2px solid rgba(228, 165, 32, 0.2) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    height: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #0a5f59, #e4a520);
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.2);
}

/* Card Headers */
.card-header {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.header-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a5f59;
    font-size: 1.5rem;
    box-shadow: 0 6px 20px rgba(228, 165, 32, 0.3);
}

.card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin: 0;
    flex: 1;
}

.header-decoration {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #e4a520, transparent);
    border-radius: 2px;
}

/* Card Content */
.card-content {
    padding: 35px 30px;
}

.vision-intro {
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* Vision List */
.vision-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vision-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
}

.vision-item:last-child {
    border-bottom: none;
}

.vision-item:hover {
    background: rgba(10, 95, 89, 0.05);
    padding-left: 20px;
    border-radius: 12px;
    margin: 0 -20px;
    padding-right: 20px;
}

.vision-item .item-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(10, 95, 89, 0.2);
}

.vision-item .item-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 5px;
    line-height: 1.2;
}

.vision-item .item-content p {
    font-size: 1rem;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
}

/* Mission List */
.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mission-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.mission-item:last-child {
    border-bottom: none;
}

.mission-item:hover {
    background: rgba(10, 95, 89, 0.05);
    padding-left: 20px;
    border-radius: 12px;
    margin: 0 -20px;
    padding-right: 20px;
}

.mission-item .item-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a5f59;
    font-size: 1.3rem;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(228, 165, 32, 0.3);
}

.mission-item .item-content {
    flex: 1;
}

.mission-item .item-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 5px;
    line-height: 1.2;
}

.mission-item .item-content p {
    font-size: 1rem;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
}

.item-number {
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(10, 95, 89, 0.3);
}

/* Card Footers */
.card-footer {
    padding: 30px 30px 35px 30px;
    background: rgba(10, 95, 89, 0.05);
    border-top: 1px solid rgba(10, 95, 89, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: auto;
}

/* Vision Percentage */
.vision-percentage {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(10, 95, 89, 0.1) 0%, rgba(228, 165, 32, 0.1) 100%);
    border-radius: 20px;
    border: 2px solid rgba(10, 95, 89, 0.2);
    transition: all 0.3s ease;
}

.vision-percentage:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.2);
    border-color: rgba(10, 95, 89, 0.3);
}

.percentage-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 25px rgba(228, 165, 32, 0.3);
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(228, 165, 32, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 35px rgba(228, 165, 32, 0.4);
    }
}

.percentage-content {
    flex: 1;
}

.percentage-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0a5f59;
    line-height: 1;
    margin-bottom: 5px;
}

.percentage-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

/* Mission Stats */
.mission-stats {
    display: flex;
    gap: 40px;
    flex: 1;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #0a5f59;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    color: #2c3e50;
    font-weight: 500;
}

/* Values Section */
.values-section {
    background: rgba(10, 95, 89, 0.05);
    border-radius: 25px;
    padding: 60px 40px;
    border: 2px solid rgba(10, 95, 89, 0.1);
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Central Values Badge */
.values-center-badge {
    background: linear-gradient(135deg, #e8f5f3 0%, #f0f9f7 100%);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.2);
    border: 3px solid rgba(10, 95, 89, 0.1);
    position: relative;
    z-index: 2;
}

.badge-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 8px;
    box-shadow: 0 6px 20px rgba(10, 95, 89, 0.3);
}

.badge-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a5f59;
    margin: 0;
    line-height: 1;
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;
    width: 100%;
}

.value-item {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.2);
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e4a520, #0a5f59);
}

.value-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(10, 95, 89, 0.3);
}

.value-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.2;
}

.value-item p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* Specific Value Positioning */
.trust-value {
    grid-column: 2;
    grid-row: 1;
}

.transparency-value {
    grid-column: 2;
    grid-row: 2;
}

.security-value {
    grid-column: 1;
    grid-row: 1;
}

.growth-value {
    grid-column: 1;
    grid-row: 2;
}



/* ==================== كيف نعمل Styles ==================== */

/* ==================== المزايا Styles ==================== */

/* Advantages Section - Ultra Professional Design */
.hafiz-advantages {
    padding: 120px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hafiz-advantages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="advantages-pattern" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="3" fill="%230a5f59" opacity="0.02"/><rect x="0" y="0" width="60" height="60" fill="none" stroke="%230a5f59" stroke-width="0.2" opacity="0.01"/></pattern></defs><rect width="100" height="100" fill="url(%23advantages-pattern)"/></svg>');
    opacity: 0.5;
}

/* New Responsive Advantages Showcase - Cross Browser Compatible */
.advantages-showcase {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.advantages-showcase .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.advantages-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

/* Desktop: 3x3 Grid Layout */
.advantages-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.advantages-row.sliding {
    -webkit-animation: slideAdvantages 20s infinite linear;
    animation: slideAdvantages 20s infinite linear;
}

@-webkit-keyframes slideAdvantages {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    25% { -webkit-transform: translateX(-25%); transform: translateX(-25%); }
    50% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
    75% { -webkit-transform: translateX(-75%); transform: translateX(-75%); }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

@keyframes slideAdvantages {
    0% { -webkit-transform: translateX(0); transform: translateX(0); }
    25% { -webkit-transform: translateX(-25%); transform: translateX(-25%); }
    50% { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
    75% { -webkit-transform: translateX(-75%); transform: translateX(-75%); }
    100% { -webkit-transform: translateX(0); transform: translateX(0); }
}

.advantage-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

/* Sliding Controls - Hidden on Desktop */
.advantages-controls {
    display: none;
}

.slide-btn {
    background: #0a5f59;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(10, 95, 89, 0.3);
}

.slide-btn:hover {
    background: #084a45;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slide-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    -webkit-transform: none;
    transform: none;
}

.slide-btn.active {
    background: #e4a520;
    box-shadow: 0 6px 20px rgba(228, 165, 32, 0.4);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.slide-btn.active:hover {
    background: #d1941a;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.slide-indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-text {
    color: #0a5f59;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 8px 16px;
    background: rgba(10, 95, 89, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(10, 95, 89, 0.2);
}



/* Natural scrolling for mobile */
.advantages-showcase {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #0a5f59 #f1f1f1;
}

.advantages-showcase::-webkit-scrollbar {
    height: 8px;
}

.advantages-showcase::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.advantages-showcase::-webkit-scrollbar-thumb {
    background: #0a5f59;
    border-radius: 4px;
}

.advantages-showcase::-webkit-scrollbar-thumb:hover {
    background: #084a45;
}

/* Top Row - 3 Cards */
.top-row {
    justify-content: space-between;
}

/* ==================== كيف تبدأ Section Styles ==================== */

.hafiz-how-to-start {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f8 100%);
    position: relative;
    overflow: hidden;
}

.hafiz-how-to-start::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="steps-pattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="2" fill="%230a5f59" opacity="0.03"/><rect x="0" y="0" width="40" height="40" fill="none" stroke="%230a5f59" stroke-width="0.1" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23steps-pattern)"/></svg>');
    opacity: 0.6;
}

/* Steps Container */
.steps-container {
    position: relative;
    z-index: 2;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 25px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.step-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #0a5f59 0%, #e4a520 100%);
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(10, 95, 89, 0.15);
}

.step-item:hover::before {
    width: 6px;
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    position: relative;
    box-shadow: 0 8px 20px rgba(10, 95, 89, 0.3);
}

.step-number span {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.step-content {
    flex: 1;
}

.step-content h4 {
    color: #0a5f59;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.step-content p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Preview */
.mobile-preview-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.mobile-mockup {
    position: relative;
    width: 280px;
    height: 560px;
    background: #1a1a1a;
    border-radius: 35px;
    padding: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.mobile-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.app-header {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    padding: 20px;
    text-align: center;
}

.app-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.app-logo i {
    font-size: 2rem;
}

.app-content {
    padding: 30px 20px;
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-card {
    text-align: center;
    width: 100%;
}

.welcome-card h3 {
    color: #0a5f59;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.welcome-card p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.btn-primary, .btn-secondary {
    padding: 12px 20px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #0a5f59;
    color: white;
}

.btn-primary:hover {
    background: #084a45;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: #0a5f59;
    border: 2px solid #0a5f59;
}

.btn-secondary:hover {
    background: #0a5f59;
    color: white;
}

.progress-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    transition: all 0.3s ease;
}

.dot.active {
    background: #0a5f59;
    transform: scale(1.2);
}

/* Floating Elements */
.floating-element {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #e4a520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(228, 165, 32, 0.2);
    animation: float 3s ease-in-out infinite;
    z-index: 1;
}

.floating-element i {
    font-size: 1.5rem;
    color: white;
}

.element-1 {
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.element-2 {
    bottom: 20%;
    left: 5%;
    animation-delay: 1s;
}

.element-3 {
    top: 60%;
    right: 5%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* CTA Section */
.cta-section {
    background: white;
    padding: 50px 30px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.1);
    position: relative;
    z-index: 2;
}

.cta-section h3 {
    color: #0a5f59;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-section p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-buttons .btn-primary {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    color: white;
    border: none;
}

.cta-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(10, 95, 89, 0.3);
}

.cta-buttons .btn-outline-primary {
    background: transparent;
    color: #0a5f59;
    border: 2px solid #0a5f59;
}

.cta-buttons .btn-outline-primary:hover {
    background: #0a5f59;
    color: white;
    transform: translateY(-3px);
}

/* ==================== العائد من الانضمام Section Styles ==================== */

.hafiz-benefits-new {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f8 50%, #e8f5f3 100%);
    position: relative;
    overflow: hidden;
}

.hafiz-benefits-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(10, 95, 89, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(228, 165, 32, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Section Header */
.benefits-header {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.benefits-title {
    font-size: 3rem;
    font-weight: 800;
    color: #0a5f59;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(10, 95, 89, 0.1);
}

.benefits-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Benefits Cards Row */
.benefits-cards-row {
    position: relative;
    z-index: 2;
}

/* Benefit Cards */
.benefit-card-new {
    background: white;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(10, 95, 89, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
    border: 1px solid rgba(10, 95, 89, 0.05);
}

.benefit-card-new:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 35px 80px rgba(10, 95, 89, 0.15);
}

/* Card Headers */
.benefit-header {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.benefit-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(228, 165, 32, 0.15) 0%, transparent 60%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.benefit-icon-large {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}

.benefit-icon-large i {
    font-size: 3rem;
    color: white;
}

.benefit-header h3 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Card Content */
.benefit-content {
    padding: 50px 40px 30px;
}

.benefit-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    padding: 25px;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f8 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.08);
    position: relative;
    overflow: hidden;
}

.benefit-point::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.benefit-point:hover::before {
    transform: scaleY(1);
}

.benefit-point:hover {
    background: white;
    box-shadow: 0 15px 35px rgba(10, 95, 89, 0.1);
    transform: translateX(8px);
}

.benefit-point:last-child {
    margin-bottom: 0;
}

.point-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    box-shadow: 0 8px 20px rgba(10, 95, 89, 0.25);
    position: relative;
    z-index: 2;
}

.point-icon i {
    font-size: 1.5rem;
    color: white;
}

.point-text {
    flex: 1;
}

.point-text h4 {
    color: #0a5f59;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.point-text p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Card Action */
.benefit-action {
    padding: 30px 40px 50px;
    text-align: center;
}

.btn-benefit-new {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    color: white;
    text-decoration: none;
    border-radius: 35px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(10, 95, 89, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-benefit-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-benefit-new:hover::before {
    left: 100%;
}

.btn-benefit-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(10, 95, 89, 0.4);
    color: white;
    text-decoration: none;
}

.btn-benefit-new i {
    font-size: 1.2rem;
}

/* ==================== الشراكات وخدمات الدعم Section Styles ==================== */

.hafiz-partnerships {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fffe 0%, #e8f5f3 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hafiz-partnerships::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="partnerships-pattern" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="2" fill="%230a5f59" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23partnerships-pattern)"/></svg>');
    opacity: 0.3;
}

/* Partnerships Header */
.partnerships-header {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.partnerships-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 20px;
    line-height: 1.2;
}

.partnerships-title .title-main {
    display: block;
    margin-bottom: 10px;
}

.partnerships-title .title-sub {
    display: block;
    font-size: 1.5rem;
    color: #e4a520;
    font-weight: 600;
}

.partnerships-description {
    font-size: 1.2rem;
    color: #2c3e50;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* Partnerships Container */
.partnerships-container {
    position: relative;
    z-index: 2;
}

.partnerships-cards-row {
    margin-top: 40px;
}

/* Partnership Cards */
.partnership-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(10, 95, 89, 0.1);
}

.partnership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(10, 95, 89, 0.15);
}

.partnership-card .card-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(10, 95, 89, 0.1);
}

.partnership-card .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.3);
}

.partnership-card .card-icon i {
    font-size: 2rem;
    color: white;
}

.partnership-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 10px;
}

.partnership-card .card-subtitle {
    font-size: 1rem;
    color: #e4a520;
    font-weight: 600;
    margin: 0;
}

/* Payment Logos Grid */
.payment-logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.payment-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: rgba(10, 95, 89, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.1);
}

.payment-logo-item:hover {
    background: rgba(10, 95, 89, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.15);
}

.logo-container {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.logo-container:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.payment-logo {
    max-width: 45px;
    max-height: 45px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.payment-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0a5f59;
    text-align: center;
    line-height: 1.2;
}

/* Shipping Logos Grid */
.shipping-logos-grid {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 20px !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
}

.shipping-logo-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 12px 8px !important;
    background: rgba(10, 95, 89, 0.05) !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(10, 95, 89, 0.1) !important;
    flex: 1 !important;
    min-width: 80px !important;
    max-width: 100px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.shipping-logo-item:hover {
    background: rgba(10, 95, 89, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(10, 95, 89, 0.15);
}

.shipping-logo {
    max-width: 45px;
    max-height: 45px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.shipping-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0a5f59;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}

/* Support Services */
.support-header {
    margin-top: 60px;
    margin-bottom: 40px;
}

.support-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 15px;
}

.support-services {
    margin-top: 40px;
}

.support-box {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(10, 95, 89, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.1);
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.support-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.15);
}

.support-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(228, 165, 32, 0.3);
}

.support-icon i {
    font-size: 1.5rem;
    color: white;
}

.support-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 10px;
}

.support-content p {
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design for Partnerships */
@media (max-width: 991px) {
    .hafiz-partnerships {
        padding: 60px 0;
    }
    
    .partnerships-title {
        font-size: 2rem;
    }
    
    .partnerships-title .title-sub {
        font-size: 1.3rem;
    }
    
    .partnerships-description {
        font-size: 1.1rem;
    }
    
    .partnership-card {
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .payment-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .shipping-logos-grid {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 6px;
        justify-content: space-between !important;
    }
    
    .shipping-logo-item {
        flex: 1 !important;
        min-width: 70px !important;
        max-width: 90px !important;
        padding: 8px 6px !important;
    }
    
    .support-box {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .hafiz-partnerships {
        padding: 50px 0;
    }
    
    .partnerships-title {
        font-size: 1.8rem;
    }
    
    .partnerships-title .title-sub {
        font-size: 1.2rem;
    }
    
    .partnerships-description {
        font-size: 1rem;
    }
    
    .partnership-card {
        padding: 20px;
    }
    
    .partnership-card .card-icon {
        width: 70px;
        height: 70px;
    }
    
    .partnership-card .card-icon i {
        font-size: 1.8rem;
    }
    
    .payment-logos-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .shipping-logos-grid {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 4px;
        justify-content: space-between !important;
    }
    
    .shipping-logo-item {
        flex: 1 !important;
        min-width: 60px !important;
        max-width: 80px !important;
        padding: 6px 4px !important;
    }
    
    .payment-logo-item {
        padding: 12px;
    }
    
    .logo-container {
        width: 50px;
        height: 50px;
    }
}

/* Very Small Mobile - Keep One Line */
@media (max-width: 400px) {
    .shipping-logos-grid {
        flex-direction: row !important;
        gap: 3px !important;
        justify-content: space-between !important;
    }
    
    .shipping-logo-item {
        flex: 1 !important;
        min-width: 50px !important;
        max-width: 70px !important;
        padding: 4px 2px !important;
    }
    
    .payment-logo,
    .shipping-logo {
        max-width: 35px;
        max-height: 35px;
    }
    
    .support-box {
        padding: 18px;
    }
    
    .support-icon {
        width: 50px;
        height: 50px;
    }
    
    .support-icon i {
        font-size: 1.3rem;
    }
    
    /* Support Services 2x2 Grid on Mobile */
    .support-services .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .support-services .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
    
    .support-services .col-lg-6 {
        padding: 0 8px;
        margin-bottom: 16px;
    }
}





.hero-content {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.hero-icon {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.hero-icon i {
    font-size: 3.5rem;
    color: white;
}

.hero-text h3 {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.hero-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
}

/* Partnerships Cards Grid */
.partnerships-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
}

/* Partnership Cards */
.partnership-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(10, 95, 89, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.05);
    position: relative;
    height: 100%;
}

.partnership-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(10, 95, 89, 0.12);
}

/* Card Headers */
.card-header {
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f8 100%);
    padding: 30px 25px;
    text-align: center;
    position: relative;
}

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 8px 20px rgba(10, 95, 89, 0.3);
    position: relative;
    z-index: 2;
}

.card-icon i {
    font-size: 2rem;
    color: white;
}

.card-header h4 {
    color: #0a5f59;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

/* Card Content */
.card-content {
    padding: 30px 25px;
}

/* Payment Logos Grid */
.payment-logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.payment-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 15px;
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9f8 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.08);
    text-align: center;
}

.payment-logo-item:hover {
    background: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(10, 95, 89, 0.1);
}

.payment-logo {
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 6px;
}

.payment-name {
    font-weight: 600;
    color: #0a5f59;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.2;
}



/* Support Services */
.support-header {
    margin: 80px 0 60px;
    position: relative;
    z-index: 2;
}

.support-title {
    font-size: 3rem;
    font-weight: 800;
    color: #0a5f59;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(10, 95, 89, 0.1);
}

.support-services {
    position: relative;
    z-index: 2;
}

.support-box {
    background: white;
    border-radius: 25px;
    padding: 40px 30px;
    box-shadow: 0 20px 50px rgba(10, 95, 89, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(10, 95, 89, 0.05);
    height: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
}

.support-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(10, 95, 89, 0.15);
}

.support-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0a5f59 0%, #e4a520 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(10, 95, 89, 0.3);
}

.support-icon i {
    font-size: 2rem;
    color: white;
}

.support-content {
    flex: 1;
}

.support-content h4 {
    color: #0a5f59;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.support-content p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Center Row - Logo + 2 Cards */
.center-row {
    justify-content: space-between;
    align-items: stretch;
    min-height: 200px;
}

/* Bottom Row - 1 Full Width Card */
.bottom-row {
    justify-content: center;
}

/* Advantage Cards */
.advantage-card {
    background: white;
    border-radius: 25px;
    padding: 30px 25px;
    box-shadow: 0 20px 60px rgba(10, 95, 89, 0.1);
    border: 2px solid rgba(10, 95, 89, 0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    opacity: 0;
    transform: translateX(-100px);
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



.advantage-card:nth-child(1) {
    animation-delay: 0.1s;
}

.advantage-card:nth-child(2) {
    animation-delay: 0.2s;
}

.advantage-card:nth-child(3) {
    animation-delay: 0.3s;
}

.advantage-card:nth-child(4) {
    animation-delay: 0.4s;
}

.advantage-card:nth-child(5) {
    animation-delay: 0.5s;
}

.advantage-card:nth-child(6) {
    animation-delay: 0.6s;
}

.advantage-card.full-width {
    max-width: 600px;
    flex: 1 1 100%;
}

.advantage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0a5f59, #e4a520);
    transition: all 0.5s ease;
}

.advantage-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 35px 80px rgba(10, 95, 89, 0.2);
    border-color: rgba(10, 95, 89, 0.15);
}

.advantage-card:hover::before {
    height: 8px;
}

/* Card Types */
.primary-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border-color: rgba(10, 95, 89, 0.1);
}

.secondary-card {
    background: linear-gradient(135deg, #ffffff 0%, #fffef8 100%);
    border-color: rgba(228, 165, 32, 0.1);
}

/* Card Header */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.card-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 10px 30px rgba(10, 95, 89, 0.2);
    transition: all 0.5s ease;
}

.primary-card .card-icon {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
}

.secondary-card .card-icon {
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
}

.card-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    color: #0a5f59;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(228, 165, 32, 0.3);
}

.advantage-card:hover .card-icon {
    transform: scale(1.1) rotate(8deg);
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.3);
}

.advantage-card:hover .card-number {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(228, 165, 32, 0.4);
}

/* Card Content */
.card-content h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0a5f59;
    margin-bottom: 12px;
    line-height: 1.3;
}

.card-content p {
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.6;
    margin: 0;
}

/* Card Footer */
.card-footer {
    margin-top: 20px;
    text-align: center;
}

.card-tag {
    display: inline-block;
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(10, 95, 89, 0.2);
}

/* Central Showcase */
.central-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    padding: 40px 20px;
}

.hafiz-showcase-logo {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(10, 95, 89, 0.3);
    margin-bottom: 30px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.hafiz-showcase-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="logo-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e4a520" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23logo-pattern)"/></svg>');
    opacity: 0.3;
}

.logo-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a5f59;
    font-size: 2.5rem;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(228, 165, 32, 0.3);
    position: relative;
    z-index: 2;
}

.logo-text {
    position: relative;
    z-index: 2;
}

.logo-name {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.logo-subtitle {
    display: block;
    font-size: 1rem;
    color: #e4a520;
    font-weight: 600;
}

.hafiz-showcase-logo:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 35px 80px rgba(10, 95, 89, 0.4);
}

.hafiz-showcase-logo:hover .logo-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 15px 40px rgba(228, 165, 32, 0.4);
}

/* Showcase Stats */
.showcase-stats {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.stat-item {
    text-align: center;
    background: rgba(10, 95, 89, 0.05);
    border-radius: 15px;
    padding: 20px 15px;
    border: 2px solid rgba(10, 95, 89, 0.1);
    transition: all 0.4s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.15);
    border-color: rgba(10, 95, 89, 0.2);
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0a5f59;
    margin-bottom: 5px;
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: #2c3e50;
    font-weight: 600;
}

/* Comparison Section */
.comparison-section {
    background: rgba(10, 95, 89, 0.05);
    border-radius: 25px;
    padding: 50px 40px;
    border: 2px solid rgba(10, 95, 89, 0.1);
    position: relative;
    z-index: 3;
}

.comparison-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a5f59;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(10, 95, 89, 0.1);
}

.comparison-table-container {
    overflow-x: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.1);
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #0a5f59 #f1f1f1;
    max-width: 100%;
}

.comparison-table-container::-webkit-scrollbar {
    height: 8px;
}

.comparison-table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.comparison-table-container::-webkit-scrollbar-thumb {
    background: #0a5f59;
    border-radius: 4px;
}

.comparison-table-container::-webkit-scrollbar-thumb:hover {
    background: #084a45;
}

.comparison-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: white;
    border-radius: 15px;
    overflow: hidden;
}

.comparison-table thead {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
}

.comparison-table th {
    padding: 20px 15px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
}

.feature-col {
    text-align: center !important;
    background: linear-gradient(135deg, #084a45 0%, #0a5f59 100%);
    width: 240px;
    min-width: 240px;
    max-width: 240px;
}

.hafiz-col {
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    color: #0a5f59 !important;
    font-weight: 800;
}

.comparison-table tbody tr {
    transition: all 0.3s ease;
}

.comparison-table tbody tr:hover {
    background: rgba(10, 95, 89, 0.05);
}

.comparison-table tbody tr:nth-child(even) {
    background: rgba(10, 95, 89, 0.02);
}

.comparison-table tbody tr:nth-child(even):hover {
    background: rgba(10, 95, 89, 0.08);
}

.comparison-table td {
    padding: 18px 15px;
    text-align: center;
    border: none;
    font-size: 1rem;
}

.feature-name {
    text-align: center !important;
    font-weight: 600;
    color: #2c3e50;
}

.hafiz-cell {
    background: rgba(228, 165, 32, 0.1);
    font-size: 1.2rem;
}

.hafiz-cell i {
    color: #0a5f59;
}

.competitor-cell i {
    color: #dc3545;
}

.competitor-cell i.bi-check-circle-fill {
    color: #28a745;
}

/* Conclusion Banner */
.conclusion-banner {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 15px 40px rgba(10, 95, 89, 0.2);
    position: relative;
    overflow: hidden;
}

.conclusion-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="banner-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e4a520" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23banner-pattern)"/></svg>');
    opacity: 0.3;
}

.banner-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e4a520 0%, #d4941f 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a5f59;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(228, 165, 32, 0.3);
    position: relative;
    z-index: 2;
}

.banner-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

/* ==================== الشراكات Styles ==================== */

/* ==================== المقالات Styles ==================== */

/* ==================== تواصل معنا Styles ==================== */

/* ==================== Responsive Styles ==================== */

/* About Section Responsive */
@media (max-width: 1200px) {
    .hafiz-about {
        padding: 80px 0;
    }
    
    .about-title-main {
        font-size: 2.8rem;
    }
    
    .about-title-sub {
        font-size: 1.6rem;
    }
    
    .about-illustration {
        width: 350px;
        height: 350px;
    }
    
    .hafiz-logo-large {
        width: 100px;
        height: 100px;
    }
    
    .hafiz-logo-large i {
        font-size: 2rem;
    }
    
    .hafiz-logo-large span {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .hafiz-about {
        padding: 70px 0;
    }
    
    .about-content {
        padding: 30px 0;
        text-align: center;
    }
    
    .about-visual {
        padding: 30px 0;
        order: -1;
    }
    
    .about-title-main {
        font-size: 2.5rem;
    }
    
    .about-title-sub {
        font-size: 1.4rem;
    }
    
    .about-description {
        font-size: 1.1rem;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    
    .problem-section,
    .solution-section {
        margin: 0 auto 25px;
        max-width: 600px;
    }
    
    .solution-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .about-illustration {
        width: 300px;
        height: 300px;
    }
    
    .floating-element {
        padding: 12px 16px;
    }
    
    .buyer-element {
        top: 3%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .seller-element {
        bottom: 10%;
        right: -8%;
    }
    
    .money-element {
        bottom: 8%;
        right: -8%;
    }
    
    .element-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        margin-right: 12px;
    }
    
    .element-label {
        font-size: 0.9rem;
    }
    
    .element-desc {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .hafiz-about {
        padding: 60px 0;
    }
    
    .about-badge {
        font-size: 13px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    
    .about-title-main {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    
    .about-title-sub {
        font-size: 1.3rem;
    }
    
    .about-description {
        font-size: 1rem;
        margin-bottom: 25px;
        line-height: 1.7;
    }
    
    .problem-section,
    .solution-section {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .problem-title,
    .solution-title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .problem-description,
    .solution-description {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .problem-item {
        padding: 10px 0;
        gap: 12px;
    }
    
    .problem-item i {
        font-size: 1.1rem;
    }
    
    .problem-item span {
        font-size: 0.95rem;
    }
    
    .benefit-card {
        padding: 15px;
        gap: 12px;
    }
    
    .benefit-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .benefit-content h4 {
        font-size: 1rem;
    }
    
    .benefit-content p {
        font-size: 0.85rem;
    }
    
    .about-illustration {
        width: 280px;
        height: 280px;
    }
    
    .hafiz-logo-large {
        width: 90px;
        height: 90px;
    }
    
    .hafiz-logo-large i {
        font-size: 1.8rem;
    }
    
    .hafiz-logo-large span {
        font-size: 0.9rem;
    }
    
    .floating-element {
        padding: 10px 14px;
        gap: 10px;
    }
    
    .buyer-element {
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .seller-element {
        bottom: 8%;
        right: -5%;
    }
    
    .money-element {
        bottom: 6%;
        right: -5%;
    }
    
    .element-icon {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
        margin-right: 10px;
    }
    
    .element-label {
        font-size: 0.85rem;
    }
    
    .element-desc {
        font-size: 0.75rem;
    }
    
    .connection-line {
        height: 2px;
        opacity: 0.4;
    }
    
    .line-1 {
        width: 50px;
        top: 20%;
        left: 15%;
    }
    
    .line-2 {
        width: 60px;
        bottom: 25%;
        right: 20%;
    }
    
    .line-3 {
        width: 40px;
        top: 55%;
        left: 8%;
    }
}

@media (max-width: 576px) {
    .hafiz-about {
        padding: 50px 0;
    }
    
    .about-badge {
        font-size: 12px;
        padding: 8px 16px;
        margin-bottom: 20px;
    }
    
    .about-title-main {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .about-title-sub {
        font-size: 1.1rem;
    }
    
    .about-description {
        font-size: 0.95rem;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    
    .problem-section,
    .solution-section {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    
    .problem-title,
    .solution-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .problem-description,
    .solution-description {
        font-size: 0.95rem;
        margin-bottom: 12px;
    }
    
    .problem-item {
        padding: 8px 0;
        gap: 10px;
    }
    
    .problem-item i {
        font-size: 1rem;
    }
    
    .problem-item span {
        font-size: 0.9rem;
    }
    
    .benefit-card {
        padding: 12px;
        gap: 10px;
    }
    
    .benefit-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .benefit-content h4 {
        font-size: 0.95rem;
    }
    
    .benefit-content p {
        font-size: 0.8rem;
    }
    
    .about-illustration {
        width: 250px;
        height: 250px;
    }
    
    .hafiz-logo-large {
        width: 80px;
        height: 80px;
    }
    
    .hafiz-logo-large i {
        font-size: 1.6rem;
    }
    
    .hafiz-logo-large span {
        font-size: 0.8rem;
    }
    
    .floating-element {
        padding: 8px 12px;
        gap: 8px;
    }
    
    .buyer-element {
        top: 1%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .seller-element {
        bottom: 6%;
        right: -3%;
    }
    
    .money-element {
        top: 40%;
        left: -5%;
    }
    
    .element-icon {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
        margin-right: 8px;
    }
    
    .element-label {
        font-size: 0.8rem;
    }
    
    .element-desc {
        font-size: 0.7rem;
    }
    
    .connection-line {
        height: 1px;
        opacity: 0.3;
    }
    
    .line-1 {
        width: 40px;
        top: 18%;
        left: 12%;
    }
    
    .line-2 {
        width: 50px;
        bottom: 22%;
        right: 18%;
    }
    
    .line-3 {
        width: 35px;
        top: 52%;
        left: 6%;
    }
}

@media (max-width: 400px) {
    .about-title-main {
        font-size: 1.6rem;
    }
    
    .about-title-sub {
        font-size: 1rem;
    }
    
    .about-description {
        font-size: 0.9rem;
    }
    
    .problem-section,
    .solution-section {
        padding: 15px 12px;
    }
    
    .problem-title,
    .solution-title {
        font-size: 1rem;
    }
    
    .problem-description,
    .solution-description {
        font-size: 0.9rem;
    }
    
    .about-illustration {
        width: 220px;
        height: 220px;
    }
    
    .hafiz-logo-large {
        width: 70px;
        height: 70px;
    }
    
    .hafiz-logo-large i {
        font-size: 1.4rem;
    }
    
    .hafiz-logo-large span {
        font-size: 0.75rem;
    }
    
    .floating-element {
        padding: 6px 10px;
    }
    
    .buyer-element {
        top: 1%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .seller-element {
        bottom: 4%;
        right: 0%;
    }
    
    .money-element {
        bottom: 4%;
        right: 0%;
    }
    
    .element-icon {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
        margin-right: 6px;
    }
    
    .element-label {
        font-size: 0.75rem;
    }
    
    .element-desc {
        font-size: 0.65rem;
    }
    
    /* Hide connection lines on very small screens */
    .connection-line {
        display: none;
    }
}

/* Vision Mission Section Responsive */
@media (max-width: 1200px) {
    .hafiz-vision-mission {
        padding: 100px 0;
    }
    
    .title-main {
        font-size: 3rem;
    }
    
    .title-sub {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .hafiz-vision-mission {
        padding: 80px 0;
    }
    
    .section-header {
        margin-bottom: 60px;
    }
    
    .title-main {
        font-size: 2.8rem;
    }
    
    .title-sub {
        font-size: 1.6rem;
    }
    
    .section-description {
        font-size: 1.1rem;
    }
    
    .card-content {
        padding: 30px 25px;
    }
    
    .card-footer {
        padding: 20px 25px;
    }
    
    .mission-stats {
        gap: 30px;
    }
    
    .values-section {
        padding: 50px 30px;
    }
    
    .values-center-badge {
        width: 100px;
        height: 100px;
        margin-bottom: 40px;
    }
    
    .badge-icon {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
        margin-bottom: 6px;
    }
    
    .badge-title {
        font-size: 1.1rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .hafiz-vision-mission {
        padding: 70px 0;
    }
    
    .section-badge {
        font-size: 13px;
        padding: 10px 24px;
        margin-bottom: 25px;
    }
    
    .title-main {
        font-size: 2.5rem;
        margin-bottom: 12px;
    }
    
    .title-sub {
        font-size: 1.4rem;
    }
    
    .section-description {
        font-size: 1rem;
        margin-bottom: 0;
    }
    
    .card-header {
        padding: 20px 25px;
    }
    
    .header-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .card-title {
        font-size: 1.6rem;
    }
    
    .card-content {
        padding: 25px 20px;
    }
    
    .vision-intro {
        font-size: 1.1rem;
        margin-bottom: 25px;
    }
    
    .vision-item,
    .mission-item {
        padding: 18px 0;
        gap: 15px;
    }
    
    .vision-item .item-icon,
    .mission-item .item-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .vision-item .item-content h4,
    .mission-item .item-content h4 {
        font-size: 1.1rem;
    }
    
    .vision-item .item-content p,
    .mission-item .item-content p {
        font-size: 0.95rem;
    }
    
    .item-number {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .card-footer {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .mission-stats {
        gap: 25px;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .values-section {
        padding: 40px 25px;
    }
    
    .values-center-badge {
        width: 90px;
        height: 90px;
        margin-bottom: 35px;
    }
    
    .badge-icon {
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    
    .badge-title {
        font-size: 1rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        max-width: 600px;
    }
    
    .value-item {
        padding: 20px 18px;
    }
    
    .value-item h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .value-item p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .hafiz-vision-mission {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 50px;
    }
    
    .section-badge {
        font-size: 12px;
        padding: 8px 20px;
        margin-bottom: 20px;
    }
    
    .title-main {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
    
    .title-sub {
        font-size: 1.2rem;
    }
    
    .section-description {
        font-size: 0.95rem;
    }
    
    .card-header {
        padding: 18px 20px;
    }
    
    .header-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .card-title {
        font-size: 1.4rem;
    }
    
    .card-content {
        padding: 20px 18px;
    }
    
    .vision-intro {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .vision-item,
    .mission-item {
        padding: 15px 0;
        gap: 12px;
    }
    
    .vision-item .item-icon,
    .mission-item .item-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .vision-item .item-content h4,
    .mission-item .item-content h4 {
        font-size: 1rem;
    }
    
    .vision-item .item-content p,
    .mission-item .item-content p {
        font-size: 0.9rem;
    }
    
    .item-number {
        width: 25px;
        height: 25px;
        font-size: 0.75rem;
    }
    
    .card-footer {
        padding: 18px;
    }
    
    .vision-percentage {
        gap: 15px;
        padding: 15px;
    }
    
    .percentage-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .percentage-number {
        font-size: 2rem;
    }
    
    .percentage-label {
        font-size: 1rem;
    }
    
    .mission-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    .values-section {
        padding: 35px 20px;
    }
    
    .values-center-badge {
        width: 80px;
        height: 80px;
        margin-bottom: 30px;
    }
    
    .badge-icon {
        width: 28px;
        height: 28px;
        font-size: 1.1rem;
        margin-bottom: 4px;
    }
    
    .badge-title {
        font-size: 0.9rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 400px;
    }
    
    .value-item {
        padding: 18px 16px;
    }
    
    .value-item h4 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .value-item p {
        font-size: 0.85rem;
    }
}

@media (max-width: 400px) {
    .title-main {
        font-size: 1.9rem;
    }
    
    .title-sub {
        font-size: 1.1rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    .card-header {
        padding: 15px 18px;
    }
    
    .header-icon {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .card-content {
        padding: 18px 15px;
    }
    
    .vision-intro {
        font-size: 0.95rem;
    }
    
    .vision-item,
    .mission-item {
        padding: 12px 0;
        gap: 10px;
    }
    
    .vision-item .item-icon,
    .mission-item .item-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .vision-item .item-content h4,
    .mission-item .item-content h4 {
        font-size: 0.95rem;
    }
    
    .vision-item .item-content p,
    .mission-item .item-content p {
        font-size: 0.85rem;
    }
    
    .item-number {
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
    }
    
    .card-footer {
        padding: 15px;
    }
    
    .vision-percentage {
        gap: 12px;
        padding: 12px;
    }
    
    .percentage-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .percentage-number {
        font-size: 1.8rem;
    }
    
    .percentage-label {
        font-size: 0.9rem;
    }
    
    .mission-stats {
        gap: 15px;
    }
    
    .stat-number {
        font-size: 1.4rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .values-section {
        padding: 30px 15px;
    }
    
    .values-center-badge {
        width: 70px;
        height: 70px;
        margin-bottom: 25px;
    }
    
    .badge-icon {
        width: 25px;
        height: 25px;
        font-size: 1rem;
        margin-bottom: 3px;
    }
    
    .badge-title {
        font-size: 0.8rem;
    }
    
    .value-item {
        padding: 16px 14px;
    }
    
    .value-item h4 {
        font-size: 0.95rem;
        margin-bottom: 5px;
    }
    
    .value-item p {
        font-size: 0.8rem;
    }
}



/* Advantages Section Responsive */
@media (max-width: 1200px) {
    .hafiz-advantages {
        padding: 100px 0;
    }
    
    .title-main {
        font-size: 3rem;
    }
    
    .title-sub {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 1.2rem;
    }
    
    .visual-container {
        width: 350px;
        height: 350px;
    }
    
    .hafiz-logo-large {
        width: 100px;
        height: 100px;
    }
    
    .hafiz-logo-large i {
        font-size: 2rem;
    }
    
    .hafiz-logo-large span {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) {
    .hafiz-advantages {
        padding: 80px 0;
    }
    
    .section-header {
        margin-bottom: 60px;
    }
    
    .title-main {
        font-size: 2.8rem;
    }
    
    .title-sub {
        font-size: 1.6rem;
    }
    
    .section-description {
        font-size: 1.1rem;
    }
    
    .advantages-showcase {
        padding: 50px 0;
    }
    
    .advantages-row {
        gap: 25px;
        margin-bottom: 35px;
    }
    
    .advantage-card {
        padding: 25px 20px;
        min-width: 250px;
        max-width: 320px;
    }
    
    .advantage-card.full-width {
        max-width: 500px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }
    
    .card-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .card-content h4 {
        font-size: 1.2rem;
    }
    
    .card-content p {
        font-size: 0.95rem;
    }
    
    .central-showcase {
        min-width: 250px;
        padding: 30px 15px;
    }
    
    .hafiz-showcase-logo {
        padding: 30px 25px;
        margin-bottom: 25px;
    }
    
    .logo-icon {
        width: 70px;
        height: 70px;
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .logo-name {
        font-size: 1.9rem;
    }
    
    .logo-subtitle {
        font-size: 0.9rem;
    }
    
    .showcase-stats {
        gap: 25px;
    }
    
    .stat-item {
        padding: 15px 12px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .comparison-section {
        padding: 40px 30px;
    }
    
    .comparison-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .comparison-table th {
        padding: 15px 12px;
        font-size: 1rem;
    }
    
    .comparison-table td {
        padding: 15px 12px;
        font-size: 0.95rem;
    }
    
    .conclusion-banner {
        padding: 25px 30px;
        gap: 15px;
    }
    
    .banner-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .banner-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .hafiz-advantages {
        padding: 70px 0;
    }
    
    .section-badge {
        font-size: 13px;
        padding: 10px 24px;
        margin-bottom: 25px;
    }
    
    .title-main {
        font-size: 2.5rem;
        margin-bottom: 12px;
    }
    
    .title-sub {
        font-size: 1.4rem;
    }
    
    .section-description {
        font-size: 1rem;
        margin-bottom: 0;
    }
    
    .advantages-showcase {
        padding: 40px 0;
    }
    
    .advantages-row {
        gap: 20px;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }
    
    .top-row {
        flex-direction: column;
    }
    
    .center-row {
        flex-direction: column;
        min-height: auto;
    }
    
    /* Mobile Responsive for Advantage Cards - Safari Compatible */
    .advantages-showcase {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }
    
    .advantages-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        padding: 0 20px;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #0a5f59 #f1f1f1;
    }
    
    .advantages-row::-webkit-scrollbar {
        height: 6px;
    }
    
    .advantages-row::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }
    
    .advantages-row::-webkit-scrollbar-thumb {
        background: #0a5f59;
        border-radius: 3px;
    }
    
    .advantage-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        min-width: 280px;
        max-width: 280px;
        width: 280px;
    }
    
    /* Hide sliding controls on mobile - use scrollbar instead */
    .advantages-controls {
        display: none;
    }
    
    .advantage-card {
        flex: 0 0 80%;
        min-width: 280px;
        max-width: 320px;
    }
    
    .central-showcase {
        flex: 0 0 80%;
        min-width: 280px;
        max-width: 320px;
        order: 0;
    }
    
    .advantage-card {
        padding: 20px 18px;
        min-width: 220px;
        max-width: 280px;
        width: 100%;
    }
    
    .advantage-card.full-width {
        max-width: 400px;
    }
    
    .card-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
    
    .card-number {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }
    
    .card-content h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .card-content p {
        font-size: 0.9rem;
    }
    
    .central-showcase {
        min-width: 200px;
        padding: 25px 15px;
        order: 2;
    }
    
    .hafiz-showcase-logo {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .logo-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
        margin-bottom: 12px;
    }
    
    .logo-name {
        font-size: 1.7rem;
    }
    
    .logo-subtitle {
        font-size: 0.85rem;
    }
    
    .showcase-stats {
        gap: 20px;
    }
    
    .stat-item {
        padding: 12px 10px;
    }
    
    .stat-number {
        font-size: 1.4rem;
    }
    
    .comparison-section {
        padding: 35px 25px;
    }
    
    .comparison-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    
    .comparison-table th {
        padding: 12px 10px;
        font-size: 0.9rem;
    }
    
    .comparison-table td {
        padding: 12px 10px;
        font-size: 0.85rem;
    }
    
    .feature-col {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }
    
    .hafiz-col {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
    }
    
    .conclusion-banner {
        padding: 20px 25px;
        gap: 12px;
    }
    
    .banner-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .banner-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .hafiz-advantages {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 50px;
    }
    
    .section-badge {
        font-size: 12px;
        padding: 8px 20px;
        margin-bottom: 20px;
    }
    
    .title-main {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
    
    .title-sub {
        font-size: 1.2rem;
    }
    
    .section-description {
        font-size: 0.95rem;
    }
    
    .advantages-showcase {
        padding: 35px 0;
    }
    
    .advantages-row {
        gap: 18px;
        margin-bottom: 25px;
    }
    
    .advantage-card {
        padding: 18px 15px;
        min-width: 200px;
        max-width: 250px;
        width: 100%;
    }
    
    .advantage-card.full-width {
        max-width: 350px;
        width: 100%;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .card-number {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }
    
    .card-content h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .card-content p {
        font-size: 0.85rem;
    }
    
    .central-showcase {
        min-width: 180px;
        padding: 20px 12px;
    }
    
    .hafiz-showcase-logo {
        padding: 20px 18px;
        margin-bottom: 18px;
    }
    
    .logo-icon {
        width: 55px;
        height: 55px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .logo-name {
        font-size: 1.5rem;
    }
    
    .logo-subtitle {
        font-size: 0.8rem;
    }
    
    .showcase-stats {
        gap: 18px;
    }
    
    .stat-item {
        padding: 10px 8px;
    }
    
    .stat-number {
        font-size: 1.2rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .comparison-section {
        padding: 30px 20px;
    }
    
    .comparison-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .comparison-table th {
        padding: 10px 8px;
        font-size: 0.8rem;
    }
    
    .comparison-table td {
        padding: 10px 8px;
        font-size: 0.8rem;
    }
    
    .feature-col {
        width: 156px;
        min-width: 156px;
        max-width: 156px;
    }
    
    .hafiz-col {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
    }
    
    .conclusion-banner {
        padding: 18px 20px;
        gap: 10px;
    }
    
    .banner-icon {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }
    
    .banner-text {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .title-main {
        font-size: 1.9rem;
    }
    
    .title-sub {
        font-size: 1.1rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    .advantage-item {
        padding: 12px;
        gap: 8px;
    }
    
    .advantage-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .advantage-content h4 {
        font-size: 0.95rem;
    }
    
    .advantage-content p {
        font-size: 0.8rem;
    }
    
    .visual-container {
        width: 220px;
        height: 220px;
    }
    
    .hafiz-logo-large {
        width: 60px;
        height: 60px;
    }
    
    .hafiz-logo-large i {
        font-size: 1.2rem;
    }
    
    .hafiz-logo-large span {
        font-size: 0.75rem;
    }
    
    .floating-element {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .comparison-section {
        padding: 25px 15px;
    }
    
    .comparison-title {
        font-size: 1.4rem;
        margin-bottom: 18px;
    }
    
    .comparison-table th {
        padding: 8px 6px;
        font-size: 0.75rem;
    }
    
    .comparison-table td {
        padding: 8px 6px;
        font-size: 0.75rem;
    }
    
    .feature-col {
        width: 96px;
        min-width: 96px;
        max-width: 96px;
    }
    
    .conclusion-banner {
        padding: 15px 18px;
        gap: 8px;
    }
    
    .banner-icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .banner-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 400px) {
    .hafiz-advantages {
        padding: 50px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-badge {
        font-size: 11px;
        padding: 6px 16px;
        margin-bottom: 18px;
    }
    
    .title-main {
        font-size: 1.8rem;
        margin-bottom: 8px;
    }
    
    .title-sub {
        font-size: 1.1rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    .advantages-showcase {
        padding: 30px 0;
    }
    
    .advantages-row {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .advantage-card {
        padding: 15px 12px;
        min-width: 180px;
        max-width: 220px;
        width: 100%;
    }
    
    .advantage-card.full-width {
        max-width: 300px;
        width: 100%;
    }
    
    /* How to Start Section Mobile */
    .hafiz-how-to-start {
        padding: 60px 0;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        margin-bottom: 25px;
    }
    
    .step-number {
        margin: 0 0 15px 0;
        width: 50px;
        height: 50px;
    }
    
    .step-number span {
        font-size: 16px;
    }
    
    .step-content h4 {
        font-size: 1.2rem;
    }
    
    .step-content p {
        font-size: 0.9rem;
    }
    
    .mobile-mockup {
        width: 250px;
        height: 500px;
        margin: 0 auto;
    }
    
    .floating-element {
        width: 50px;
        height: 50px;
    }
    
    .floating-element i {
        font-size: 1.2rem;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
    
    .cta-section h3 {
        font-size: 1.6rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Benefits Section Mobile */
    .hafiz-benefits-new {
        padding: 80px 0;
    }
    
    .benefits-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .benefits-subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .benefits-header {
        margin-bottom: 60px;
    }
    
    .benefit-header {
        padding: 30px 20px;
    }
    
    .benefit-icon-large {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .benefit-icon-large i {
        font-size: 2.5rem;
    }
    
    .benefit-header h3 {
        font-size: 1.6rem;
    }
    
    .benefit-content {
        padding: 40px 25px 25px;
    }
    
    .benefit-point {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        margin-bottom: 25px;
    }
    
    .point-icon {
        margin: 0 0 15px 0;
        width: 50px;
        height: 50px;
    }
    
    .point-icon i {
        font-size: 1.3rem;
    }
    
    .point-text h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .point-text p {
        font-size: 0.9rem;
    }
    
    .benefit-action {
        padding: 25px 25px 40px;
    }
    
    .btn-benefit-new {
        padding: 15px 30px;
        font-size: 1rem;
    }
    

    
    .partnerships-header {
        margin-bottom: 40px;
    }
    

    
    .hero-content {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
    
    .hero-icon {
        width: 90px;
        height: 90px;
    }
    
    .hero-icon i {
        font-size: 2.8rem;
    }
    
    .hero-text h3 {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    
    .hero-text p {
        font-size: 1.1rem;
    }
    
    /* Partnerships Cards Grid Mobile */
    .partnerships-cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    /* Partnership Cards Mobile */
    .card-header {
        padding: 25px 20px;
    }
    
    .card-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
    }
    
    .card-icon i {
        font-size: 1.8rem;
    }
    
    .card-header h4 {
        font-size: 1.5rem;
        margin-bottom: 6px;
    }
    
    .card-header p {
        font-size: 0.9rem;
    }
    
    .card-content {
        padding: 25px 20px;
    }
    
    /* Logos Grid Mobile */
    .logos-grid {
        gap: 15px;
    }
    
    .payment-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .logo-card {
        padding: 15px;
        gap: 12px;
    }
    
    .logo-img {
        width: 45px;
        height: 45px;
    }
    
    .logo-name {
        font-size: 1rem;
    }
    
    .support-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .support-header {
        margin: 60px 0 40px;
    }
    
    .support-box {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .support-icon {
        width: 70px;
        height: 70px;
    }
    
    .support-icon i {
        font-size: 1.8rem;
    }
    
    .support-content h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .support-content p {
        font-size: 0.9rem;
    }
    
    .card-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .card-number {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .card-content h4 {
        font-size: 0.95rem;
        margin-bottom: 6px;
    }
    
    .card-content p {
        font-size: 0.8rem;
    }
    
    .central-showcase {
        min-width: 160px;
        padding: 18px 10px;
    }
    
    .hafiz-showcase-logo {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    
    .logo-icon {
        width: 50px;
        height: 50px;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .logo-name {
        font-size: 1.4rem;
    }
    
    .logo-subtitle {
        font-size: 0.75rem;
    }
    
    .showcase-stats {
        gap: 15px;
    }
    
    .stat-item {
        padding: 10px 8px;
    }
    
    .stat-number {
        font-size: 1.2rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
    }
    
    .comparison-section {
        padding: 25px 15px;
    }
    
    .comparison-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    
    .comparison-table th {
        padding: 6px 4px;
        font-size: 0.7rem;
    }
    
    .comparison-table td {
        padding: 6px 4px;
        font-size: 0.7rem;
    }
    
    .feature-col {
        width: 132px;
        min-width: 132px;
        max-width: 132px;
    }
    
    .hafiz-col {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
    }
    
    .conclusion-banner {
        padding: 12px 15px;
        gap: 6px;
    }
    
    .banner-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .banner-text {
        font-size: 0.85rem;
    }
}

/* Hero Section Responsive - Next Level */
@media (max-width: 1200px) {
    .hafiz-hero {
        padding: 120px 0 35px;
    }
    
    .hero-title-main {
        font-size: 3.85rem;
    }
    
    .hero-title-sub {
        font-size: 1.87rem;
    }
    
    .hero-benefits {
        gap: 15px;
        max-width: 495px;
    }
    
    .benefit-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .hafiz-hero {
        min-height: 80vh;
        padding: 100px 0 30px;
    }
    
    .hero-content {
        padding: 30px 0;
        text-align: center;
    }
    
    .hero-visual {
        padding: 30px 0;
        order: -1;
    }
    
    .hero-title-main {
        font-size: 3.3rem;
    }
    
    .hero-title-sub {
        font-size: 1.65rem;
    }
    
    .hero-description {
        font-size: 1.21rem;
        max-width: 100%;
        margin: 0 auto 30px;
    }
    
    .hero-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 0 auto 30px;
        max-width: 440px;
    }
    
    .benefit-item {
        gap: 12px;
    }
    
    .benefit-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .benefit-content h4 {
        font-size: 1rem;
    }
    
    .benefit-content p {
        font-size: 0.85rem;
    }
    
    .hero-actions {
        justify-content: center;
        gap: 15px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 14px 28px;
        font-size: 1rem;
    }
    

    

    
    .hero-image {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .hafiz-hero {
        min-height: 70vh;
        padding: 90px 0 20px;
    }
    
    .hero-content {
        padding: 20px 0;
    }
    
    .hero-badge {
        font-size: 13px;
        padding: 6px 12px;
        margin-bottom: 20px;
    }
    
    .hero-title-main {
        font-size: 3.08rem;
        margin-bottom: 10px;
    }
    
    .hero-title-sub {
        font-size: 1.43rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
        margin-bottom: 25px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 0 auto 25px;
        max-width: 352px;
    }
    
    .benefit-item {
        padding: 12px 8px;
        gap: 10px;
    }
    
    .benefit-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .benefit-content h4 {
        font-size: 1.1rem;
    }
    
    .benefit-content p {
        font-size: 0.9rem;
    }
    
    .hero-actions {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 48%;
        max-width: 200px;
        justify-content: center;
        padding: 14px 20px;
        font-size: 0.9rem;
    }
    

    

    
    .hero-image {
        max-width: 480px;
        border-radius: 15px;
    }
    
    /* Reduce floating cards on mobile */
    .floating-card {
        display: none;
    }
    
    .floating-card.card-1 {
        display: flex;
        top: 5%;
        right: 5%;
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .floating-card.card-1 i {
        font-size: 14px;
    }
    
    .floating-card.card-1 span {
        font-size: 11px;
    }
    
    .scroll-indicator {
        bottom: 20px;
    }
    
    .scroll-arrow {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 576px) {
    .hafiz-hero {
        min-height: 60vh;
        padding: 80px 0 15px;
    }
    
    
    .hero-content {
        padding: 20px 0;
    }
    
    .hero-badge {
        font-size: 12px;
        padding: 5px 10px;
        margin-bottom: 15px;
    }
    
    .hero-title-main {
        font-size: 2.42rem;
        margin-bottom: 8px;
    }
    
    .hero-title-sub {
        font-size: 1.21rem;
    }
    
    .hero-description {
        font-size: 0.99rem;
        margin-bottom: 20px;
        line-height: 1.6;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin: 0 auto 20px;
        max-width: 308px;
    }
    
    .benefit-item {
        padding: 10px 6px;
        gap: 8px;
    }
    
    .benefit-icon {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }
    
    .benefit-content h4 {
        font-size: 1rem;
    }
    
    .benefit-content p {
        font-size: 0.8rem;
    }
    
    .hero-actions {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 48%;
        max-width: 180px;
        padding: 12px 16px;
        font-size: 0.85rem;
    }
    

    

    

    
    .hero-image {
        max-width: 360px;
        border-radius: 12px;
    }
    
    /* Floating Elements - Small Mobile */
    .hafiz-floating-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
        padding: 10px 14px;
        max-width: 120px;
        min-width: 100px;
        border-radius: 20px;
    }
    
    .hafiz-floating-element i {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    
    .hafiz-floating-element span {
        font-size: 0.8rem;
        font-weight: 700;
    }
    
    .scroll-indicator {
        bottom: 15px;
    }
    
    .scroll-arrow {
        width: 30px;
        height: 30px;
    }
    
    .scroll-indicator span {
        font-size: 10px;
    }
}

@media (max-width: 400px) {
    .hafiz-hero {
        min-height: 50vh;
        padding: 20px 0 10px;
    }
    
    .hero-title-main {
        font-size: 1.8rem;
    }
    
    .hero-title-sub {
        font-size: 1rem;
    }
    
    .hero-description {
        font-size: 0.85rem;
    }
    
    .hero-benefits {
        max-width: 300px;
        gap: 12px;
    }
    
    .benefit-item {
        gap: 10px;
    }
    
    .benefit-icon {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .benefit-content h4 {
        font-size: 0.9rem;
    }
    
    .benefit-content p {
        font-size: 0.8rem;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        max-width: 200px;
        padding: 12px 16px;
        font-size: 0.8rem;
    }
    
    .hero-image {
        max-width: 250px;
    }
}

/* Landscape Mobile Optimization */
@media (max-height: 600px) and (orientation: landscape) {
    .hafiz-hero {
        min-height: 100vh;
        padding: 20px 0;
    }
    
    .hero-content {
        padding: 15px 0;
    }
    
    .hero-visual {
        padding: 15px 0;
    }
    
    .hero-title-main {
        font-size: 2.2rem;
    }
    
    .hero-title-sub {
        font-size: 1.3rem;
    }
    
    .hero-description {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .hero-benefits {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 0 auto 15px;
        max-width: 250px;
    }
    
    .benefit-item {
        gap: 8px;
    }
    
    .benefit-icon {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .benefit-content h4 {
        font-size: 0.85rem;
    }
    
    .benefit-content p {
        font-size: 0.75rem;
    }
    
    .hero-actions {
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
    

    
    .hero-image {
        max-width: 280px;
    }
    
    .scroll-indicator {
        display: none;
    }
}
