/* ================= SECTION-SPECIFIC STYLES ================= */
/* Custom Styles for Specific Sections */

/* Stats Counter Section */
.stat-box {
    text-align: center;
    padding: 30px;
}

.stat-box h2 {
    font-size: 3rem;
    color: var(--iic-red);
    font-weight: var(--font-weight-extrabold);
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c757d;
}

/* Freshener Section */
.freshener-section {
    background: #f4f8fc;
    position: relative;
    overflow: hidden;
}

.freshener-box {
    background: var(--white);
    padding: 14px 20px;
    margin-bottom: 18px;
    border-radius: var(--radius-md);
    position: relative;
    font-weight: var(--font-weight-semibold);
    color: #0b3c5d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.freshener-box::before,
.freshener-box::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #3b6cff;
    top: 50%;
    transform: translateY(-50%) skew(-20deg);
}

.freshener-box::before {
    left: -8px;
}

.freshener-box::after {
    right: -8px;
}

.freshener-title {
    font-weight: var(--font-weight-bold);
    color: #0b3c5d;
}

/* Premium Floral Section */
.premium-floral-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.premium-floral-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(228, 27, 23, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.aos-showcase {
    text-align: center;
}

.aos-logo-container {
    margin-bottom: 30px;
}

.aos-description-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    border-left: 5px solid var(--iic-red);
}

.aos-description-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

/* Freshener Range Section */
.freshener-range-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
}

.freshener-range-section .freshener-title {
    color: var(--white);
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
}

.freshener-list-container {
    max-width: 800px;
    margin: 0 auto;
}

.freshener-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    margin-bottom: 20px;
    transition: all var(--transition-base);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.freshener-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
}

.freshener-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.freshener-item-text {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: var(--font-weight-semibold);
}

.freshener-item-icon {
    color: var(--white);
    font-size: 1.5rem;
    transition: transform var(--transition-base);
}

.freshener-item:hover .freshener-item-icon {
    transform: translateX(5px);
}

/* Products Portfolio Section */
.products-portfolio {
    background: #f7fbff;
    position: relative;
    overflow: hidden;
}

.products-portfolio::before,
.products-portfolio::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, #cfe9f8, #eaf6ff);
}

.products-portfolio::before {
    left: -120px;
    transform: skewX(-15deg);
}

.products-portfolio::after {
    right: -120px;
    transform: skewX(-15deg);
}

/* Quality Testing Section */
.quality-testing {
    background: #f7f9fc;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--iic-red);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--iic-red);
    border: 4px solid var(--white);
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 992px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item::before {
        left: 30px;
    }
}

/* Premium Section Background */
.premium-section-bg {
    background-color: #fdfdfd;
    background-image: radial-gradient(#e0e0e0 1px, transparent 1px);
    background-size: 20px 20px;
    position: relative;
}

/* Image Frame Premium */
.image-frame-premium {
    position: relative;
    padding: 15px;
    z-index: 1;
}

.image-frame-premium::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 80%;
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.05) 0%, rgba(11, 60, 93, 0.05) 100%);
    border-radius: 20px;
    z-index: -1;
    transform: translate(15px, -15px);
}

.image-frame-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border: 2px solid rgba(11, 60, 93, 0.1);
    border-radius: 20px;
    z-index: -1;
    transform: translate(-20px, 20px);
}

.image-frame-premium img {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    transition: transform var(--transition-slow);
}

.image-frame-premium:hover img {
    transform: scale(1.02);
}

/* Floating Stat Badge */
.floating-stat-badge {
    position: absolute;
    bottom: 40px;
    left: -20px;
    background: white;
    padding: 15px 25px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
    border-left: 4px solid var(--iic-red);
    animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.floating-stat-badge .icon {
    width: 40px;
    height: 40px;
    background: rgba(198, 40, 40, 0.1);
    color: var(--iic-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.floating-stat-badge div strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.1;
    color: var(--charcoal);
}

.floating-stat-badge div span {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Premium Check List */
.list-check-premium {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.list-check-premium li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #555;
    font-weight: var(--font-weight-medium);
}

.list-check-premium li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--iic-red);
    font-weight: var(--font-weight-extrabold);
}

@media (max-width: 768px) {
    .image-frame-premium::before {
        width: 90%;
        transform: translate(10px, -10px);
    }

    .image-frame-premium::after {
        display: none;
    }

    .premium-text-box {
        padding: 25px;
    }

    .floating-stat-badge {
        position: static;
        margin-top: 20px;
        transform: none !important;
        animation: none;
        width: 100%;
        justify-content: center;
    }

    .image-frame-premium {
        padding: 0;
        margin-bottom: 20px;
    }
}