* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #1e3a8a;
    --secondary-color: #3b82f6;
    --accent-color: #3b82f6;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --bg-light: #f9fafb;
    --white: #ffffff;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

/* Heading Fonts - Roboto */
h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title,
.category-title,
.pipe-card h3,
.product-item h4,
.feature-item h3,
.stockist-item h4,
.footer-section h3,
.logo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1, .hero-title {
    font-weight: 900;
    letter-spacing: -0.5px;
}

h2, .section-title {
    font-weight: 700;
    letter-spacing: -0.3px;
}

h3, .category-title, .feature-item h3 {
    font-weight: 700;
}

h4, .product-item h4, .stockist-item h4 {
    font-weight: 500;
}

h5, h6 {
    font-weight: 500;
}

/* Main Header - Suraj Metal Style */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ==========================================
   HEADER TOP - Modern Design
   ========================================== */

.header-top {
    background: linear-gradient(135deg, #0a0f1a 0%, #1e3a5f 50%, #0f172a 100%);
    padding: 0.65rem 0;
    color: #ffffff;
}

.header-contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.header-top .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    transition: color 0.3s ease;
}

.header-top .contact-item:hover,
.header-top .contact-item:focus {
    color: #ffffff;
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
}

.header-top .contact-item:hover .contact-icon-wrap {
    color: #60a5fa;
}

.header-top .contact-item:hover .contact-value {
    color: #93c5fd;
}

/* Icon - no box, no border, plain icon */
.header-top .contact-icon-wrap {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #60a5fa;
    font-size: 1rem;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.header-top .contact-item i {
    font-size: inherit;
}

.header-top .contact-label {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease;
}

.header-top .contact-item:hover .contact-label {
    color: rgba(255, 255, 255, 0.85);
}

.header-top .contact-value {
    font-weight: 600;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Vertical divider between items */
.header-top-divider {
    width: 1px;
    height: 24px;
    background: linear-gradient(180deg, transparent, rgba(59, 130, 246, 0.4), transparent);
    flex-shrink: 0;
}

.header-main {
    background: var(--white);
    padding: 1rem 0;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.logo-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--accent-color), #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.3rem;
}

.site-logo .logo-img {
    height: 56px;
    width: auto;
    min-height: 48px;
    max-width: 260px;
    object-fit: contain;
    object-position: left center;
    display: block;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.nav-menu a i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

/* Products Dropdown Submenu */
.nav-item-has-dropdown {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
}

.nav-item-has-dropdown:hover .dropdown-toggle i,
.nav-item-has-dropdown.active .dropdown-toggle i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    min-width: 280px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    list-style: none;
    padding: 0.75rem 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 1.5rem;
    overflow: hidden;
}

.nav-item-has-dropdown:hover .dropdown-menu,
.nav-item-has-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.875rem 1.5rem;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.dropdown-menu a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(30, 58, 138, 0.1), transparent);
    transition: width 0.3s ease;
}

.dropdown-menu a:hover {
    background: rgba(30, 58, 138, 0.05);
    color: var(--primary-color);
    border-left-color: var(--accent-color);
    padding-left: 1.75rem;
}

.dropdown-menu a:hover::before {
    width: 100%;
}

.dropdown-menu a i {
    display: none;
}

.enquiry-btn {
    background: var(--accent-color);
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.enquiry-btn:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.3);
}

/* ==========================================
   SPECIAL HERO SECTION - With Hover Effects
   ========================================== */

/* ==========================================
   FULL PAGE HERO SLIDER - Top to Bottom
   ========================================== */

.fullpage-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #0a0f1a;
}

/* Hero Slide Item */
.hero-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.hero-slide-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
}

/* Slide Background */
.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(10, 15, 26, 0.85) 0%,
        rgba(15, 23, 42, 0.75) 50%,
        rgba(10, 15, 26, 0.85) 100%
    );
    z-index: 2;
}

/* Content Wrapper */
.hero-content-wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    animation: fadeInUp 1s ease-out 0.3s both;
}

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

/* Hero Title */
.hero-title {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2px;
}

.hero-title .highlight {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Hero Description */
.hero-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Button */
.hero-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 2.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 60px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hero-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    transition: left 0.4s ease;
    z-index: 1;
}

.hero-button span,
.hero-button i {
    position: relative;
    z-index: 2;
}

.hero-button i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.hero-button:hover::before {
    left: 0;
}

.hero-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
}

.hero-button:hover i {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

/* Navigation Dots */
.hero-nav-dots {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 20;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.4s ease;
    padding: 0;
    position: relative;
}

.hero-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: #3b82f6;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.hero-dot.active {
    background: #3b82f6;
    border-color: #60a5fa;
    transform: scale(1.3);
}

.hero-dot.active::before {
    width: 20px;
    height: 20px;
    opacity: 0.3;
}

.hero-dot:hover {
    background: rgba(59, 130, 246, 0.5);
    border-color: #60a5fa;
    transform: scale(1.2);
}

/* Navigation Arrows */
.hero-nav-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 20;
    backdrop-filter: blur(10px);
}

.hero-nav-arrow:hover {
    background: rgba(59, 130, 246, 0.3);
    border-color: #3b82f6;
    color: #ffffff;
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.hero-prev {
    top: 30px;
}

.hero-next {
    bottom: 30px;
}

.hero-prev:hover i {
    transform: translateY(-3px);
}

.hero-next:hover i {
    transform: translateY(3px);
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-description {
        font-size: 1.15rem;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
        max-width: 600px;
    }
    
    .hero-button {
        padding: 1.1rem 2rem;
        font-size: 1rem;
    }
    
    .hero-nav-dots {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.25rem;
        letter-spacing: -1px;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .hero-button {
        padding: 1rem 1.75rem;
        font-size: 0.95rem;
    }
    
    .hero-button i {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .hero-nav-dots {
        right: 15px;
        gap: 0.75rem;
    }
    
    .hero-dot {
        width: 10px;
        height: 10px;
    }
    
    .hero-nav-arrow {
        width: 45px;
        height: 45px;
        font-size: 0.9rem;
    }
    
    .hero-prev {
        top: 20px;
    }
    
    .hero-next {
        bottom: 20px;
    }
}

/* Legacy Hero - Hide */
.modern-hero-section {
    display: none;
}

.modern-hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    max-width: 100%;
    animation: fadeInLeft 1s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 2rem;
}

.hero-badge-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    animation: slideDown 0.8s ease-out;
}

.badge-icon {
    color: var(--accent-color);
    font-size: 1.1rem;
    animation: pulse 2s ease-in-out infinite;
}

.hero-main-heading {
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
}

.hero-title-line-1,
.hero-title-line-2 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: var(--white);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out;
}

.hero-title-line-2 {
    color: var(--accent-color);
    margin-top: 0.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-title-accent {
    width: 80px;
    height: 4px;
    background: var(--accent-color);
    margin-top: 1.5rem;
    border-radius: 2px;
    animation: slideInLeft 1s ease-out 0.4s both;
}

.hero-description-modern {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    max-width: 100%;
    width: 100%;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-cta-group {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.6s both;
    width: 100%;
}

.btn-primary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--accent-color);
    color: var(--white);
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-primary-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-primary-modern:hover::before {
    left: 100%;
}

.btn-primary-modern:hover {
    background: #2563eb;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(245, 158, 11, 0.6);
}

.btn-primary-modern i {
    transition: transform 0.3s ease;
}

.btn-primary-modern:hover i {
    transform: translateX(5px);
}

.btn-secondary-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 1.25rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
}

.btn-secondary-modern:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

.btn-secondary-modern i {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.btn-secondary-modern:hover i {
    transform: scale(1.1);
}

.hero-stats-preview {
    display: flex;
    gap: 3rem;
    animation: fadeInUp 0.8s ease-out 0.8s both;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.stat-preview-item {
    text-align: left;
    min-width: 100px;
}

@media (max-width: 768px) {
    .stat-preview-item {
        text-align: center;
        flex: 1;
        min-width: auto;
    }
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--accent-color);
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.hero-image-side {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    animation: fadeInRight 1s ease-out 0.3s both;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
}

.hero-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    width: 100%;
    max-width: 550px;
}

.hero-slide-wrapper.active .hero-image-container {
    transform: perspective(1000px) rotateY(0deg);
}

.hero-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.hero-image-container:hover .hero-main-image {
    transform: scale(1.1);
}

.hero-image-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-image-badge i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    color: var(--white);
    animation: bounce 2s ease-in-out infinite;
}

.scroll-mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    margin: 0 auto 10px;
    position: relative;
}

.scroll-wheel {
    width: 4px;
    height: 10px;
    background: var(--accent-color);
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollDown 2s ease-in-out infinite;
}

.hero-scroll-indicator span {
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-navigation-modern {
    position: absolute;
    bottom: 30px;
    right: 5%;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hero-nav-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.hero-nav-arrow:hover {
    background: var(--accent-color);
    border-color: var(--accent-color);
    transform: scale(1.1);
}

.hero-slide-indicators {
    display: flex;
    gap: 0.75rem;
}

.hero-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-indicator.active {
    background: var(--accent-color);
    width: 30px;
    border-radius: 6px;
    border-color: var(--accent-color);
}

.hero-indicator:hover {
    background: var(--accent-color);
    transform: scale(1.2);
}

@keyframes scrollDown {
    0%, 100% { top: 10px; opacity: 1; }
    50% { top: 25px; opacity: 0.5; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Responsive Styles for Modern Hero */
@media (max-width: 1024px) {
    .hero-slide-wrapper .container {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        padding: 0 1.5rem;
    }

    .modern-hero-content {
        padding-right: 1rem;
    }

    .hero-image-side {
        padding-left: 1rem;
    }

    .hero-title-line-1,
    .hero-title-line-2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .modern-hero-section {
        min-height: 90vh;
        margin-top: 0;
        padding-top: 180px;
    }

    .hero-slide-wrapper {
        padding: 2rem 0;
    }

    .hero-slide-wrapper .container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 1.5rem;
    }

    .modern-hero-content {
        max-width: 100%;
        text-align: center;
        align-items: center;
        padding-right: 0;
    }

    .hero-image-side {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        order: -1;
    }

    .hero-image-container {
        transform: none !important;
        max-width: 100%;
    }

    .hero-title-line-1,
    .hero-title-line-2 {
        font-size: 2rem;
    }

    .hero-description-modern {
        font-size: 1rem;
    }

    .hero-cta-group {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary-modern,
    .btn-secondary-modern {
        width: 100%;
        justify-content: center;
    }

    .hero-stats-preview {
        justify-content: center;
        gap: 2rem;
    }

    .hero-navigation-modern {
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }

    .hero-scroll-indicator {
        display: none;
    }
}

/* Modern About Section - Premium Style */
.modern-about-section {
    padding: 7rem 0;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.modern-about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.modern-about-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-header-modern {
    text-align: left;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.about-badge-modern {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: #e0f2fe;
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    border: 1px solid rgba(14, 116, 144, 0.15);
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0e7490;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.about-badge-modern i {
    color: #0e7490;
    font-size: 1rem;
}

.about-main-title-modern {
    font-size: 3.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.about-intro-text {
    font-size: 1.15rem;
    color: #64748b;
    max-width: 550px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    line-height: 1.7;
}

.about-content-modern {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-image-wrapper {
    position: relative;
}

.about-image-container-modern {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}

.about-image-container-modern::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 3px solid #3b82f6;
    border-radius: 20px;
    z-index: -1;
    opacity: 0.3;
    transition: all 0.4s ease;
}

.about-image-container-modern:hover::before {
    top: -15px;
    left: -15px;
    opacity: 0.5;
}

.about-image-container-modern:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05);
}

.about-image-container-modern img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.about-image-container-modern:hover img {
    transform: scale(1.05);
}

.about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-image-container-modern:hover .about-image-overlay {
    opacity: 1;
}

.about-year-badge {
    position: absolute;
    bottom: -25px;
    left: 30px;
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    padding: 1.75rem 2.25rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
    z-index: 10;
}

.year-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.year-text {
    display: block;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.about-image-features {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-left: 0;
}

.image-feature-item {
    flex: 1;
    background: #ffffff;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: none;
}

.image-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.image-feature-item i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
}

.image-feature-item span {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
}

.about-content-text {
    padding: 0;
}

.about-heading-modern {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.about-description-modern {
    margin-bottom: 2rem;
}

.about-description-modern p {
    font-size: 1rem;
    line-height: 1.85;
    color: #64748b;
    margin-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
}

.about-description-modern p strong {
    color: #3b82f6;
    font-weight: 600;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.about-feature-card {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.about-feature-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

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

.about-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.1) 0%, rgba(15, 39, 68, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.35s ease;
}

.about-feature-card:hover .feature-icon-wrapper {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    transform: scale(1.1);
}

.feature-icon-wrapper i {
    font-size: 1.25rem;
    color: #1e3a5f;
    transition: color 0.3s ease;
}

.about-feature-card:hover .feature-icon-wrapper i {
    color: #ffffff;
}

.about-feature-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.4rem;
    font-family: 'Roboto', sans-serif;
}

.about-feature-card p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.about-cta-modern {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-learn-more,
.btn-contact-us {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 1.75rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.35s ease;
    font-family: 'Poppins', sans-serif;
}

.btn-learn-more {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.3);
}

.btn-learn-more:hover {
    background: linear-gradient(135deg, #2a4a73 0%, #1e3a5f 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(30, 58, 95, 0.4);
}

.btn-contact-us {
    background: #ffffff;
    color: #1e293b;
    border: 2px solid #e2e8f0;
}

.btn-contact-us:hover {
    border-color: #1e3a5f;
    color: #1e3a5f;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.15);
}

/* Steel Info Section */
.steel-info-section {
    padding: 6rem 0;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.steel-info-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 0% 50%, rgba(16, 185, 129, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 50%, rgba(30, 58, 95, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.steel-info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.steel-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(30, 58, 95, 0.1);
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e3a5f;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(30, 58, 95, 0.2);
}

.steel-info-badge i {
    font-size: 0.9rem;
}

.steel-info-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.steel-info-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
}

.steel-info-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.steel-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.steel-feature-icon {
    color: #1e3a5f;
    font-size: 1.1rem;
}

.steel-feature span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b;
    font-family: 'Poppins', sans-serif;
}

.steel-info-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(30, 58, 95, 0.35);
    font-family: 'Poppins', sans-serif;
}

.steel-info-btn:hover {
    background: linear-gradient(135deg, #2a4a73 0%, #1e3a5f 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(30, 58, 95, 0.45);
}

.steel-info-btn i {
    transition: transform 0.3s ease;
}

.steel-info-btn:hover i {
    transform: translateX(5px);
}

.steel-info-images {
    position: relative;
}

.steel-image-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    height: 480px;
}

.steel-image-main {
    grid-row: span 2;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.steel-image-small {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

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

.steel-image-main:hover img,
.steel-image-small:hover img {
    transform: scale(1.08);
}

.steel-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.steel-image-main:hover .steel-image-overlay,
.steel-image-small:hover .steel-image-overlay {
    opacity: 1;
    transform: translateY(0);
}

.steel-image-overlay span {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.steel-image-small .steel-image-overlay {
    padding: 1rem;
}

.steel-image-small .steel-image-overlay span {
    font-size: 0.8rem;
}

.steel-experience-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #ffffff;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.experience-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e3a5f;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}

.experience-text {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
    margin-top: 0.3rem;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}

/* Steel Info Responsive */
@media (max-width: 1024px) {
    .steel-info-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .steel-info-images {
        order: -1;
    }
    
    .steel-image-grid {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .steel-info-section {
        padding: 4rem 0;
    }
    
    .steel-info-title {
        font-size: 2rem;
    }
    
    .steel-info-features {
        grid-template-columns: 1fr;
    }
    
    .steel-image-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .steel-image-main {
        grid-row: span 1;
        height: 250px;
    }
    
    .steel-image-small {
        height: 150px;
    }
    
    .steel-experience-badge {
        bottom: auto;
        top: -15px;
        left: auto;
        right: 15px;
        padding: 1rem 1.5rem;
    }
    
    .experience-number {
        font-size: 2rem;
    }
}

.btn-learn-more i,
.btn-contact-us i {
    transition: transform 0.3s ease;
}

.btn-learn-more:hover i,
.btn-contact-us:hover i {
    transform: translateX(5px);
}

.hero-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.hero-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.hero-logo-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.3rem;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.hero-nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    align-items: center;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hero-nav-menu a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.hero-nav-menu a i {
    font-size: 0.7rem;
    opacity: 0.7;
}

.hero-nav-menu a:hover {
    color: #3b82f6;
}

.hero-nav-menu a:hover i {
    opacity: 1;
}

.hero-contact-btn {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: var(--white);
    padding: 0.875rem 1.75rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.hero-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

.hero-contact-btn i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.hero-contact-btn:hover i {
    transform: translate(3px, -3px);
}

/* Responsive Styles for Header */
@media (max-width: 992px) {
    .header-contact-info {
        gap: 2rem;
    }
    
    .header-top .contact-icon-wrap {
        font-size: 0.95rem;
    }
    
    .header-top .contact-value {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .header-top {
        padding: 0.6rem 0;
    }
    
    .header-contact-info {
        flex-direction: column;
        gap: 0.6rem;
        align-items: flex-start;
        text-align: left;
    }
    
    .header-top-divider {
        width: 60px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.4), transparent);
    }
    
    .header-top .contact-item {
        padding: 0;
    }
    
    .header-top .contact-icon-wrap {
        font-size: 0.9rem;
    }
    
    .header-top .contact-value {
        font-size: 0.88rem;
    }

    .nav-menu {
        position: fixed;
        top: 180px;
        left: 0;
        right: 0;
        background: var(--white);
        flex-direction: column;
        padding: 2rem;
        gap: 1rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .nav-menu.active {
        display: flex;
    }

    .hero-slider-section {
        height: 500px;
        margin-top: 180px;
    }

    .hero-slide-title {
        font-size: 2rem;
    }

    .about-content-modern {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-image-container-modern img {
        height: 400px;
    }

    .about-heading-modern {
        font-size: 2rem;
    }

    .about-main-title-modern {
        font-size: 2rem;
    }

    .about-features-grid {
        grid-template-columns: 1fr;
    }
}

.hero-full-slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-full-slide.active {
    opacity: 1;
}

.hero-full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.hero-full-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: var(--white);
    text-align: left;
    animation: fadeInUp 1s ease-out;
    padding: 2rem 0;
}

.hero-full-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: var(--white);
}

.hero-full-badge i {
    color: #3b82f6;
    font-size: 1rem;
    animation: rotate 3s linear infinite;
}

.hero-full-heading {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.hero-full-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
}

.hero-full-buttons {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.hero-full-btn-primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: var(--white);
    padding: 1.25rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.hero-full-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

.hero-full-btn-primary i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.hero-full-btn-primary:hover i {
    transform: translate(3px, -3px);
}

.hero-full-btn-video {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.hero-full-btn-video:hover {
    color: #3b82f6;
    gap: 1.25rem;
}

.hero-video-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(212, 175, 55, 0.1);
}

.hero-video-icon i {
    color: #3b82f6;
    font-size: 1.2rem;
    margin-left: 3px;
}

.hero-full-btn-video:hover .hero-video-icon {
    background: #3b82f6;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.hero-full-btn-video:hover .hero-video-icon i {
    color: var(--white);
}

.hero-full-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.hero-full-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-full-dot.active {
    background: #3b82f6;
    width: 30px;
    border-radius: 6px;
    border-color: #3b82f6;
}

.hero-full-dot:hover {
    background: #3b82f6;
    transform: scale(1.2);
}

/* Header & Navigation */
header {
    background: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo i {
    font-size: 2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    flex-wrap: wrap;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.nav-menu a:hover {
    color: var(--secondary-color);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: width 0.3s;
}

.nav-menu a:hover::after {
    width: 100%;
}

.mobile-menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary-color);
    padding: 0.5rem;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
}

/* Hero Section */
.hero-slider {
    position: relative;
    height: 650px;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transform: translateX(100px);
    display: flex;
    align-items: center;
    padding: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.85) 0%, rgba(59, 130, 246, 0.75) 100%);
    z-index: 0;
}

.hero-slide .container {
    position: relative;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.hero-slide .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    padding: 2rem 0;
}

.hero-content {
    color: var(--white);
    animation: slideInLeft 1s ease-out;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-description {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    max-width: 600px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.btn {
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--accent-color);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}

.btn-primary:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.6);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideInRight 1s ease-out 0.3s both;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.hero-slide-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s ease;
    display: block;
}

.hero-slide.active .hero-slide-img {
    animation: zoomIn 1.2s ease-out;
}

.hero-image:hover .hero-slide-img {
    transform: scale(1.05);
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}

.slider-controls {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.slider-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
}

.slider-dot.active {
    background: var(--white);
    width: 40px;
    border-radius: 7px;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 10;
    pointer-events: none;
}

.slider-arrow {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    backdrop-filter: blur(10px);
}

.slider-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: var(--white);
    transform: scale(1.1);
}

.slider-arrow.prev {
    left: 2rem;
}

.slider-arrow.next {
    right: 2rem;
}

/* Section Styles */
section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.section-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* About Us Section */
#about {
    padding: 6rem 0;
    background: #faf9f6;
    overflow: hidden;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Left Section - Images */
.about-images {
    position: relative;
    height: 650px;
    animation: fadeInLeft 1s ease-out;
}

.about-image-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 72%;
    z-index: 2;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.about-image-top:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    z-index: 4;
}

.about-image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-image-top:hover img {
    transform: scale(1.15);
}

.about-watermark {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 9rem;
    font-weight: 900;
    color: rgba(30, 58, 138, 0.05);
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
    letter-spacing: 1rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.about-image-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 78%;
    height: 62%;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.about-image-bottom:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.about-image-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about-image-bottom:hover img {
    transform: scale(1.15);
}

/* Right Section - Content */
.about-content-section {
    padding: 2rem 0;
    animation: fadeInRight 1s ease-out;
}

.about-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: #8b7355;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    font-weight: 500;
}

.about-header i {
    color: #3b82f6;
    font-size: 1.1rem;
    animation: rotate 3s linear infinite;
}

.about-headline {
    font-size: 3rem;
    font-weight: 900;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -1px;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    transition: color 0.3s ease;
}

.about-headline:hover {
    color: var(--primary-color);
}

.about-description {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #6b7280;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.about-features {
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
    color: #374151;
    line-height: 1.7;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.about-feature-item:hover {
    background: rgba(212, 175, 55, 0.08);
    transform: translateX(8px);
    padding-left: 1rem;
}

.about-feature-item i {
    color: #3b82f6;
    font-size: 1.2rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.about-feature-item:hover i {
    transform: scale(1.3) rotate(360deg);
    color: #2563eb;
}

.about-mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
    animation: fadeInUp 0.8s ease-out 1s both;
}

.mission-box,
.vision-box {
    background: #ffffff;
    padding: 2rem;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.mission-box::before,
.vision-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.mission-box:hover::before,
.vision-box:hover::before {
    transform: scaleX(1);
}

.mission-box:hover,
.vision-box:hover {
    background: #ffffff;
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.mission-icon,
.vision-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.mission-box:hover .mission-icon,
.vision-box:hover .vision-icon {
    transform: rotate(360deg) scale(1.15);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
}

.mission-box h3,
.vision-box h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    transition: color 0.3s ease;
}

.mission-box:hover h3,
.vision-box:hover h3 {
    color: var(--primary-color);
}

.mission-box p,
.vision-box p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 1.25rem;
    transition: color 0.3s ease;
}

.mission-box:hover p,
.vision-box:hover p {
    color: #4b5563;
}

.mission-point,
.vision-point {
    font-size: 0.95rem;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mission-box:hover .mission-point,
.vision-box:hover .vision-point {
    color: #1f2937;
}

.mission-point span {
    color: #3b82f6;
    font-size: 1.5rem;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.mission-box:hover .mission-point span {
    transform: scale(1.3);
}

.vision-point span {
    color: #3b82f6;
    font-size: 1.2rem;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.vision-box:hover .vision-point span {
    transform: scale(1.3);
}

.about-bottom-cta {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 1.2s both;
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: var(--white);
    padding: 1.1rem 2.5rem;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
    position: relative;
    overflow: hidden;
}

.about-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.about-cta-btn:hover::before {
    left: 100%;
}

.about-cta-btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.5);
}

.about-cta-btn:hover i {
    transform: translate(5px, -5px) rotate(45deg);
}

.about-cta-btn i {
    transition: all 0.4s ease;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.about-quote-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.about-quote-link span {
    font-size: 1rem;
    color: #6b7280;
    transition: color 0.3s ease;
}

.about-quote-link:hover span {
    color: #374151;
}

.quote-link {
    color: #2c3e50;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.quote-link:hover {
    color: var(--primary-color);
    text-decoration-thickness: 2px;
}

.quote-avatar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    margin-left: 0.5rem;
}

.avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: 3px solid var(--white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.quote-avatar:hover .avatar-small {
    transform: scale(1.2) rotate(360deg);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.quote-avatar i {
    color: #3b82f6;
    font-size: 1.4rem;
    margin-left: -10px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.quote-avatar:hover i {
    transform: scale(1.2) translateY(-3px);
    color: #2563eb;
}

/* About Content (for other sections) */
.about-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
}

/* Counter Section */
.counter-section {
    padding: 5rem 0;
    background: #0a1628;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 0% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.counter-item {
    padding: 2.5rem 1.5rem;
    background: transparent;
    border-radius: 0;
    border: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
}

.counter-item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

.counter-item:last-child::before {
    display: none;
}

.counter-item:hover {
    transform: translateY(-5px);
}

.counter-icon-wrapper {
    position: relative;
    width: 75px;
    height: 75px;
    margin: 0 auto 1.5rem;
}

.counter-icon {
    width: 75px;
    height: 75px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #60a5fa;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.counter-item:nth-child(2) .counter-icon { color: #60a5fa; }
.counter-item:nth-child(3) .counter-icon { color: #60a5fa; }
.counter-item:nth-child(4) .counter-icon { color: #60a5fa; }

.counter-icon-bg {
    display: none;
}

.counter-item:hover .counter-icon {
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

.counter-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white);
    line-height: 1;
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

.counter-suffix {
    font-size: 3rem;
    font-weight: 700;
    color: #60a5fa;
    display: inline-block;
    margin-left: 2px;
    transition: all 0.3s ease;
}

.counter-item:nth-child(2) .counter-suffix { color: #60a5fa; }
.counter-item:nth-child(3) .counter-suffix { color: #60a5fa; }
.counter-item:nth-child(4) .counter-suffix { color: #60a5fa; }

.counter-label {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.75rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

.counter-item:hover .counter-label {
    color: rgba(255, 255, 255, 0.9);
}

/* Counter Responsive */
@media (max-width: 1024px) {
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .counter-item:nth-child(2)::before {
        display: none;
    }
}

@media (max-width: 600px) {
    .counter-section {
        padding: 3.5rem 0;
    }
    
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .counter-item::before {
        display: none;
    }
    
    .counter-item {
        padding: 1.5rem 1rem;
    }
    
    .counter-number {
        font-size: 2.5rem;
    }
    
    .counter-suffix {
        font-size: 2rem;
    }
    
    .counter-icon-wrapper {
        width: 60px;
        height: 60px;
    }
    
    .counter-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Industrial Projects Section */
/* ==========================================
   BENTO PRODUCTS SECTION - Latest Design
   ========================================== */

.bento-products-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #0f2744 100%);
    position: relative;
    overflow: hidden;
}

/* Background Effects */
.bento-products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(96, 165, 250, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.bento-products-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(96, 165, 250, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(96, 165, 250, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

/* Modern Header */
.bento-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 2;
}

.header-left {
    flex: 1;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.tag-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    border-radius: 50%;
    animation: tagPulse 2s ease-in-out infinite;
}

@keyframes tagPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.4); }
    50% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(96, 165, 250, 0); }
}

.section-tag span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.bento-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.bento-title .gradient-text {
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 50%, #bfdbfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-right {
    max-width: 400px;
}

.bento-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    font-family: 'Poppins', sans-serif;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.view-all-btn .btn-arrow {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(96, 165, 250, 0.6);
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.2);
}

.view-all-btn:hover .btn-arrow {
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    transform: rotate(45deg);
}

/* Bento Grid */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 280px);
    gap: 1.25rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

/* Bento Cards */
.bento-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.03);
}

.bento-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(96, 165, 250, 0.15);
    border-radius: 24px;
    z-index: 5;
    pointer-events: none;
    transition: border-color 0.3s ease;
}

.bento-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(59, 130, 246, 0.15);
}

.bento-card:hover::before {
    border-color: rgba(96, 165, 250, 0.5);
}

/* Card Sizes */
.bento-large {
    grid-column: span 2;
    grid-row: span 2;
}

.bento-medium {
    grid-column: span 2;
    grid-row: span 1;
}

.bento-small {
    grid-column: span 1;
    grid-row: span 1;
}

/* Bento Image */
.bento-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bento-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.img-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.4) 50%, rgba(15, 23, 42, 0.9) 100%);
    transition: all 0.4s ease;
}

.bento-card:hover .img-gradient {
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, rgba(15, 23, 42, 0.5) 50%, rgba(15, 23, 42, 0.95) 100%);
}

/* Bento Content */
.bento-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 3;
}

.bento-large .bento-content {
    padding: 2rem;
}

/* Bento Tags */
.bento-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.bento-tag.featured {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: #0f172a;
}

.bento-tag.hot {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
}

.bento-tag.best {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
}

.bento-tag.popular {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #ffffff;
}

.bento-tag.new {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
}

.bento-tag i {
    font-size: 0.6rem;
}

/* Bento Card Title */
.bento-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.35rem 0;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s ease;
}

.bento-large .bento-card-title {
    font-size: 1.5rem;
}

.bento-card:hover .bento-card-title {
    color: #93c5fd;
}

.bento-spec {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.bento-large .bento-spec {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Bento Features (Large card only) */
.bento-features {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.bento-features span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Poppins', sans-serif;
}

.bento-features i {
    color: #34d399;
    font-size: 0.7rem;
}

/* Bento Link */
.bento-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.bento-link i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.bento-card:hover .bento-link {
    color: #93c5fd;
}

.bento-card:hover .bento-link i {
    transform: translate(3px, -3px);
}

.bento-small .bento-link {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bento-small .bento-link i {
    font-size: 0.8rem;
}

.bento-small:hover .bento-link {
    background: #3b82f6;
}

/* Floating Badge */
.floating-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: rgba(59, 130, 246, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    color: #93c5fd;
    font-family: 'Roboto', sans-serif;
    z-index: 4;
    transition: all 0.4s ease;
}

.bento-card:hover .floating-badge {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-color: transparent;
    color: #ffffff;
    transform: rotate(-10deg) scale(1.1);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* Stats Bar */
.bento-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 1.5rem 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 100px;
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #93c5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Roboto', sans-serif;
}

.stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins', sans-serif;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(96, 165, 250, 0.3) 50%, transparent 100%);
}

/* Responsive */
@media (max-width: 1200px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    
    .bento-large {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 350px;
    }
    
    .bento-medium {
        grid-column: span 2;
        min-height: 280px;
    }
    
    .bento-small {
        min-height: 280px;
    }
}

@media (max-width: 992px) {
    .bento-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    
    .header-right {
        max-width: 100%;
    }
    
    .bento-title {
        font-size: 2.75rem;
    }
}

@media (max-width: 768px) {
    .bento-products-section {
        padding: 4rem 0;
    }
    
    .bento-title {
        font-size: 2.25rem;
    }
    
    .bento-grid {
        grid-template-columns: 1fr;
    }
    
    .bento-large,
    .bento-medium,
    .bento-small {
        grid-column: span 1;
        min-height: 300px;
    }
    
    .bento-stats {
        flex-wrap: wrap;
        gap: 1.5rem;
        padding: 1.25rem 1.5rem;
        border-radius: 20px;
    }
    
    .stat-divider {
        display: none;
    }
    
    .stat-item {
        flex: 1 1 calc(50% - 0.75rem);
    }
}

/* Products Showcase Section - New Design */
.products-showcase-section {
    padding: 7rem 0;
    background: linear-gradient(165deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
    position: relative;
    overflow: hidden;
}

.showcase-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(59, 130, 246, 0.12) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgba(79, 172, 254, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 60%);
    background-size: 100% 100%;
    pointer-events: none;
}

.showcase-bg-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 100px,
            rgba(255, 255, 255, 0.01) 100px,
            rgba(255, 255, 255, 0.01) 101px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 100px,
            rgba(255, 255, 255, 0.01) 100px,
            rgba(255, 255, 255, 0.01) 101px
        );
}

.products-showcase-section .container {
    position: relative;
    z-index: 2;
}

.showcase-header {
    text-align: center;
    margin-bottom: 4rem;
}

.showcase-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.showcase-label .label-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6);
    border-radius: 2px;
}

.showcase-label .label-line:last-child {
    background: linear-gradient(90deg, #3b82f6, transparent);
}

.showcase-label .label-text {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #3b82f6;
    font-family: 'Poppins', sans-serif;
}

.showcase-title {
    font-size: 3.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    line-height: 1.1;
}

.showcase-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.showcase-slider-wrapper {
    position: relative;
    margin-bottom: 3rem;
    padding: 0 70px;
}

.showcase-slider-container {
    overflow: hidden;
    border-radius: 24px;
}

.showcase-slider-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.showcase-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    flex: 0 0 calc(50% - 0.75rem);
    min-width: calc(50% - 0.75rem);
}

.showcase-card:hover {
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-8px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(59, 130, 246, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.showcase-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(96, 165, 250, 0.2) 100%);
    border: 2px solid rgba(59, 130, 246, 0.5);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.4s ease;
}

.showcase-arrow:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.showcase-arrow i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.showcase-prev {
    left: 0;
}

.showcase-prev:hover i {
    transform: translateX(-3px);
}

.showcase-next {
    right: 0;
}

.showcase-next:hover i {
    transform: translateX(3px);
}

.showcase-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.showcase-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.showcase-dot:hover {
    background: rgba(59, 130, 246, 0.5);
}

.showcase-dot.active {
    background: #3b82f6;
    width: 35px;
    border-radius: 10px;
    border-color: rgba(59, 130, 246, 0.5);
}

.showcase-card-inner {
    position: relative;
    height: 100%;
    min-height: 280px;
}

.showcase-card-large .showcase-card-inner {
    min-height: 100%;
}

.showcase-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
    filter: brightness(0.85) saturate(1.1);
}

.showcase-card:hover .showcase-image img {
    transform: scale(1.12);
    filter: brightness(0.7) saturate(1.2);
}

.showcase-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75%;
    background: linear-gradient(to top, 
        rgba(22, 33, 62, 0.98) 0%, 
        rgba(22, 33, 62, 0.85) 30%,
        rgba(22, 33, 62, 0.4) 60%,
        transparent 100%);
    transition: all 0.4s ease;
}

.showcase-card:hover .showcase-gradient {
    height: 100%;
    background: linear-gradient(to top, 
        rgba(22, 33, 62, 0.98) 0%, 
        rgba(22, 33, 62, 0.9) 40%,
        rgba(22, 33, 62, 0.7) 70%,
        rgba(22, 33, 62, 0.4) 100%);
}

.showcase-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    z-index: 3;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.showcase-card-large .showcase-content {
    padding: 2.5rem;
}

.showcase-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.showcase-card:hover .showcase-icon {
    opacity: 1;
    transform: translateY(0);
}

.showcase-tag {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(79, 172, 254, 0.12);
    border: 1px solid rgba(79, 172, 254, 0.25);
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4facfe;
    margin-bottom: 0.85rem;
    font-family: 'Poppins', sans-serif;
}

.showcase-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
}

.showcase-card-large .showcase-card-title {
    font-size: 2.2rem;
    letter-spacing: -1px;
}

.showcase-card:hover .showcase-card-title {
    color: #4facfe;
}

.showcase-card-desc {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.showcase-card-large .showcase-card-desc {
    font-size: 1rem;
    -webkit-line-clamp: 3;
}

.showcase-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0.2s;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.showcase-btn i {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.showcase-btn:hover {
    color: #60a5fa;
}

.showcase-btn:hover i {
    transform: translateX(6px);
}

.showcase-card:hover .showcase-btn {
    opacity: 1;
    transform: translateY(0);
}

.showcase-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #3b82f6);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.showcase-card:hover .showcase-hover-effect {
    transform: scaleX(1);
}

.showcase-cta {
    text-align: center;
    margin-top: 3rem;
}

.showcase-view-all {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 2.8rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.15) 100%);
    border: 2px solid rgba(59, 130, 246, 0.5);
    border-radius: 60px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.showcase-view-all:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.35);
    transform: translateY(-3px);
}

.showcase-view-all .btn-arrow {
    width: 32px;
    height: 32px;
    background: rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.showcase-view-all:hover .btn-arrow {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

/* Products Showcase Responsive */
@media (max-width: 1200px) {
    .showcase-slider-wrapper {
        padding: 0 60px;
    }
    
    .showcase-arrow {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 992px) {
    .showcase-title {
        font-size: 2.8rem;
    }
    
    .showcase-slider-wrapper {
        padding: 0 50px;
    }
    
    .showcase-card {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
}

@media (max-width: 768px) {
    .products-showcase-section {
        padding: 4rem 0;
    }
    
    .showcase-title {
        font-size: 2.2rem;
    }
    
    .showcase-slider-wrapper {
        padding: 0 45px;
    }
    
    .showcase-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .showcase-slider-track {
        gap: 1rem;
    }
    
    .showcase-card-inner {
        min-height: 280px;
    }
    
    .showcase-arrow {
        width: 40px;
        height: 40px;
    }
    
    .showcase-arrow i {
        font-size: 1rem;
    }
}

/* Legacy grid for other sections */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.project-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.project-image {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.project-card:hover .project-image img {
    transform: scale(1.15);
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 2.5rem 2rem 2rem;
    color: var(--white);
    transform: translateY(0);
    transition: all 0.4s ease;
}

.project-card:hover .project-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
    padding-bottom: 2.5rem;
}

.project-title-overlay {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.project-card:hover .project-title-overlay {
    transform: translateY(-5px);
}

.project-category-overlay {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    opacity: 0.95;
}

.category-dot {
    width: 8px;
    height: 8px;
    background: #3b82f6;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
    animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

.projects-footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.projects-footer-btn {
    background: #3b82f6;
    color: var(--white);
    padding: 0.75rem 2rem;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.projects-footer-btn:hover {
    background: #2563eb;
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.projects-footer-text {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
}

.footer-highlight {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #2c3e50;
    font-weight: 600;
    transition: color 0.3s ease;
}

.projects-footer:hover .footer-highlight {
    color: var(--primary-color);
}

/* Industrial Pipes Grid (for other sections) */
.pipes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pipe-card {
    background: var(--white);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}

.pipe-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.pipe-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
    background: var(--bg-light);
}

.pipe-card h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.pipe-card p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Products Section */
.products-section {
    background: var(--bg-light);
}

/* Products Catalog Slider Section */
.products-catalog-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0a1628 0%, #0f2744 50%, #1e3a5f 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.products-catalog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.07) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
    background-position: 0 0;
    pointer-events: none;
    z-index: 0;
}

.products-catalog-section .container {
    position: relative;
    z-index: 1;
}

.catalog-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.catalog-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.catalog-badge i {
    color: #60a5fa;
    font-size: 0.8rem;
}

.catalog-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}

.catalog-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

.catalog-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.catalog-category {
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.catalog-category-half {
    margin-bottom: 0;
}

/* Products catalog section - category header (home page) */
.products-catalog-section .category-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: -0.5rem -0.5rem 1.25rem -0.5rem;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    gap: 1rem;
    flex-wrap: nowrap;
    background: rgba(15, 23, 42, 0.65);
    border-radius: 12px 12px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
}

.products-catalog-section .category-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-right: auto;
    position: relative;
    padding-left: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.products-catalog-section .category-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 22px;
    background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 100%);
    border-radius: 3px;
}

.products-catalog-section .category-nav {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-left: auto;
}

.products-catalog-section .cat-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(30, 58, 95, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.products-catalog-section .cat-nav-btn:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
}

.products-catalog-section .cat-nav-btn:focus-visible {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

.products-catalog-section .cat-nav-btn i {
    font-size: 0.85rem;
    color: #ffffff;
}

.catalog-slider-wrap {
    overflow: hidden;
    border-radius: 12px;
}

.catalog-slider {
    position: relative;
}

.catalog-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.catalog-card {
    flex: 0 0 calc(50% - 0.75rem);
    min-width: calc(50% - 0.75rem);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.catalog-card-full {
    flex: 0 0 100%;
    min-width: 100%;
}

.catalog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(30, 58, 95, 0.15);
    border-color: #1e3a5f;
}

.catalog-card-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

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

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

.catalog-card-info {
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.catalog-card-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1e3a5f;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.catalog-link:hover {
    color: #3b82f6;
}

.catalog-link i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.catalog-link:hover i {
    transform: translateX(5px);
}

.catalog-cta {
    text-align: center;
    margin-top: 1.5rem;
}

.catalog-view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 2rem;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    font-family: 'Poppins', sans-serif;
}

.catalog-view-all:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}

.catalog-view-all i {
    transition: transform 0.3s ease;
}

.catalog-view-all:hover i {
    transform: translateX(5px);
}

.catalog-slider-single .catalog-track {
    gap: 0;
}

/* Catalog Responsive */
@media (max-width: 1024px) {
    .catalog-title {
        font-size: 2.5rem;
    }
    
    .catalog-row {
        grid-template-columns: 1fr;
    }
    
    .catalog-category-half {
        margin-bottom: 2rem;
    }
    
    .catalog-card {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
}

@media (max-width: 768px) {
    .products-catalog-section {
        padding: 4rem 0;
    }
    
    .catalog-title {
        font-size: 2rem;
    }
    
    .catalog-category {
        padding: 1.5rem;
    }
    
    .products-catalog-section .category-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1rem;
        padding-bottom: 0.875rem;
    }
    
    .products-catalog-section .category-name {
        font-size: 1.1rem;
        margin-right: auto;
    }
    
    .products-catalog-section .category-nav {
        margin-left: auto;
        justify-content: flex-end;
    }
    
    .products-catalog-section .cat-nav-btn {
        width: 38px;
        height: 38px;
    }
    
    .catalog-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .catalog-card-img {
        height: 250px;
    }
    
    .catalog-card-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
}

/* Blog Section */
/* ==========================================
   MODERN BLOG SECTION - Dark Blue & Light Blue
   ========================================== */

.modern-blog-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
    overflow: hidden;
}

/* Background Effects */
.blog-bg-effects {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.blog-gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.blog-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    animation: blogOrbFloat 12s ease-in-out infinite;
}

.blog-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(30, 58, 95, 0.1) 0%, transparent 70%);
    bottom: -150px;
    left: -100px;
    animation: blogOrbFloat 15s ease-in-out infinite reverse;
}

@keyframes blogOrbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -30px) scale(1.1); }
}

.blog-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(30, 58, 95, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 58, 95, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* Section Header */
.blog-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.blog-header-content {
    max-width: 600px;
}

.blog-label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.blog-label-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.blog-label-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
}

.blog-label-line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, transparent);
    border-radius: 2px;
}

.blog-section-title {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    font-family: 'Roboto', sans-serif;
}

.blog-section-title .title-highlight {
    background: linear-gradient(135deg, #1e3a5f 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-section-desc {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.blog-explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: transparent;
    border: 2px solid #1e3a5f;
    color: #1e3a5f;
    padding: 1rem 1.5rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
    flex-shrink: 0;
}

.blog-explore-btn .btn-icon-wrap {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.blog-explore-btn:hover {
    background: #1e3a5f;
    border-color: #1e3a5f;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(30, 58, 95, 0.3);
}

.blog-explore-btn:hover .btn-icon-wrap {
    transform: translateX(5px);
}

/* Blog Cards Wrapper */
.blog-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

/* Blog Card Modern */
.blog-card-modern {
    background: #ffffff;
    border: 1px solid rgba(30, 58, 95, 0.08);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(30, 58, 95, 0.06);
}

.blog-card-modern:hover {
    background: #ffffff;
    border-color: rgba(30, 58, 95, 0.15);
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(30, 58, 95, 0.12), 0 0 60px rgba(59, 130, 246, 0.08);
}

/* Featured Blog Card */
.blog-card-featured {
    display: flex;
    flex-direction: column;
}

.blog-card-featured .blog-card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.blog-card-featured .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card-modern:hover .blog-card-image img {
    transform: scale(1.08);
}

.blog-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 22, 40, 0.4) 100%);
    pointer-events: none;
}

.blog-card-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
}

.blog-card-badge i {
    font-size: 0.75rem;
    animation: firePulse 1.5s ease-in-out infinite;
}

@keyframes firePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.blog-card-body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.blog-category {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e3a5f;
    background: rgba(30, 58, 95, 0.08);
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
}

.blog-category i {
    font-size: 0.7rem;
    color: #3b82f6;
}

.blog-date, .blog-read-time {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #64748b;
    font-family: 'Poppins', sans-serif;
}

.blog-date i, .blog-read-time i {
    color: #3b82f6;
    font-size: 0.8rem;
}

.blog-card-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s ease;
}

.blog-card-compact .blog-card-heading {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.blog-card-modern:hover .blog-card-heading {
    color: #1e3a5f;
}

.blog-card-excerpt {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    font-family: 'Poppins', sans-serif;
}

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(30, 58, 95, 0.08);
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author-avatar {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #1e3a5f 0%, #3b82f6 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.85rem;
}

.author-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    font-family: 'Poppins', sans-serif;
}

.blog-read-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1e3a5f;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.blog-read-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.blog-read-link:hover {
    color: #3b82f6;
}

.blog-read-link:hover i {
    transform: translateX(5px);
}

/* Compact Cards Stack */
.blog-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog-card-compact {
    display: flex;
    flex-direction: row;
}

.blog-card-compact .blog-card-image {
    position: relative;
    width: 180px;
    min-width: 180px;
    overflow: hidden;
}

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

.blog-card-compact .blog-card-body {
    padding: 1.25rem 1.5rem;
    justify-content: center;
}

.blog-card-compact .blog-meta {
    gap: 1rem;
    margin-bottom: 0.75rem;
}

/* Newsletter CTA */
.blog-newsletter-cta {
    margin-top: 4rem;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30, 58, 95, 0.2);
}

.blog-newsletter-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #60a5fa, transparent);
}

.newsletter-cta-content {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.newsletter-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 8px 25px rgba(96, 165, 250, 0.4);
}

.newsletter-icon i {
    animation: envelopeBounce 3s ease-in-out infinite;
}

@keyframes envelopeBounce {
    0%, 100% { transform: translateY(0) rotate(0); }
    25% { transform: translateY(-5px) rotate(-5deg); }
    50% { transform: translateY(0) rotate(0); }
    75% { transform: translateY(-3px) rotate(5deg); }
}

.newsletter-text h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.35rem 0;
    font-family: 'Roboto', sans-serif;
}

.newsletter-text p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.newsletter-cta-form {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.newsletter-input-group {
    position: relative;
    width: 280px;
}

.newsletter-input-group i {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #60a5fa;
    font-size: 0.9rem;
}

.newsletter-input-group input {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1rem 1rem 1rem 3rem;
    color: #ffffff;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.newsletter-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input-group input:focus {
    border-color: #60a5fa;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.2);
}

.newsletter-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border: none;
    color: #ffffff;
    padding: 1rem 1.75rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.4s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);
}

.newsletter-submit-btn:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.45);
}

.newsletter-submit-btn i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.newsletter-submit-btn:hover i {
    transform: translateX(3px) rotate(-15deg);
}

/* Blog Section Responsive */
@media (max-width: 1200px) {
    .blog-cards-wrapper {
        grid-template-columns: 1fr;
    }
    
    .blog-cards-stack {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .blog-card-compact {
        flex: 1 1 calc(50% - 0.75rem);
        flex-direction: column;
    }
    
    .blog-card-compact .blog-card-image {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 992px) {
    .blog-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    
    .blog-section-title {
        font-size: 2.5rem;
    }
    
    .blog-newsletter-cta {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-cta-content {
        flex-direction: column;
    }
    
    .newsletter-cta-form {
        width: 100%;
        flex-direction: column;
    }
    
    .newsletter-input-group {
        width: 100%;
    }
    
    .newsletter-submit-btn {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .modern-blog-section {
        padding: 4rem 0;
    }
    
    .blog-section-title {
        font-size: 2rem;
    }
    
    .blog-cards-stack {
        flex-direction: column;
    }
    
    .blog-card-compact {
        flex: 1 1 100%;
        flex-direction: row;
    }
    
    .blog-card-compact .blog-card-image {
        width: 140px;
        min-width: 140px;
        height: auto;
    }
    
    .blog-card-compact .blog-card-body {
        padding: 1rem;
    }
    
    .blog-card-compact .blog-card-heading {
        font-size: 1rem;
    }
    
    .blog-newsletter-cta {
        padding: 1.75rem;
    }
}

@media (max-width: 576px) {
    .blog-card-compact {
        flex-direction: column;
    }
    
    .blog-card-compact .blog-card-image {
        width: 100%;
        height: 160px;
    }
}

.product-category {
    margin-bottom: 4rem;
}

.category-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    text-align: center;
}

.product-slider {
    position: relative;
    overflow: hidden;
}

.product-slider-container {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.product-slider-container::-webkit-scrollbar {
    display: none;
}

.product-item {
    min-width: 280px;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s;
}

.product-item:hover {
    transform: scale(1.05);
}

.product-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: var(--bg-light);
}

.product-item-content {
    padding: 1.5rem;
}

.product-item h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.slider-btn {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.slider-btn:hover {
    background: var(--secondary-color);
}

/* Why Choose Us */
/* Quality Section */
/* Why Choose Section - Dark Blue & Light Blue Theme */
.why-choose-section {
    padding: 5rem 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(30, 58, 95, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.why-choose-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.why-choose-circle {
    position: absolute;
    border-radius: 50%;
    background: none;
    border: 1px dashed rgba(59, 130, 246, 0.15);
}

.why-choose-circle-1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
    animation: spinCircle 30s linear infinite;
}

.why-choose-circle-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
    animation: spinCircle 25s linear infinite reverse;
}

@keyframes spinCircle {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.why-choose-grid-pattern {
    display: none;
}

@keyframes floatCircle {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.05); }
}

.why-choose-header {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

.why-choose-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: transparent;
    border: none;
    padding: 0.6rem 0;
    border-radius: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e3a5f;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1.25rem;
    box-shadow: none;
}

.why-choose-badge i {
    font-size: 0.9rem;
    color: #3b82f6;
}

.why-choose-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
}

.why-choose-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.why-choose-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem 1.75rem;
    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 20px 40px rgba(99, 102, 241, 0.08);
}

.why-choose-card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.03) 0%, rgba(59, 130, 246, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-choose-card:hover .why-choose-card-glow {
    opacity: 1;
}

.why-choose-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(30, 58, 95, 0.15), 0 10px 20px rgba(59, 130, 246, 0.1);
}

.why-choose-icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3a5f 0%, #3b82f6 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
    transition: all 0.4s ease;
}

.why-choose-icon-ring {
    display: none;
}

@keyframes ringPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.5; }
}

.why-choose-icon-box i {
    font-size: 1.75rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.why-choose-card:hover .why-choose-icon-box {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
}

.why-choose-card:hover .why-choose-icon-box i {
    transform: scale(1.1);
}

.why-choose-card:hover .why-choose-icon-ring {
    display: none;
}

.why-choose-card-content {
    text-align: center;
}

.why-choose-card-content h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.why-choose-card:hover .why-choose-card-content h3 {
    color: #1e3a5f;
}

.why-choose-card-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease;
}

.why-choose-card:hover .why-choose-card-content p {
    color: #475569;
}

.why-choose-card-number {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    color: #e2e8f0;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8fafc;
    transition: all 0.4s ease;
}

.why-choose-card:hover .why-choose-card-number {
    background: linear-gradient(135deg, #1e3a5f 0%, #3b82f6 100%);
    color: #ffffff;
    transform: rotate(10deg);
}

/* Responsive for Why Choose Section */
@media (max-width: 1200px) {
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .why-choose-section {
        padding: 4rem 0;
    }
    
    .why-choose-title {
        font-size: 2rem;
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .why-choose-card {
        padding: 1.75rem 1.25rem;
    }
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-item {
    text-align: center;
    padding: 2rem;
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: transform 0.3s;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.feature-item h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* ==========================================
   TESTIMONIALS SLIDER SECTION
   ========================================== */

.testimonials-slider-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 50%, #0a1628 100%);
    overflow: hidden;
}

/* Background Effects */
.testimonials-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.testimonials-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}

.testimonials-orb-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.2) 0%, transparent 70%);
    top: -150px;
    right: -50px;
    animation: orbFloat 12s ease-in-out infinite;
}

.testimonials-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
    bottom: -100px;
    left: -50px;
    animation: orbFloat 15s ease-in-out infinite reverse;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -15px) scale(1.05); }
}

.testimonials-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(56, 189, 248, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* Section Header */
.testimonials-section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.testimonials-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.testimonials-tag .tag-pulse {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    border-radius: 50%;
    animation: tagPulse 2s ease-in-out infinite;
}

.testimonials-tag span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.testimonials-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    font-family: 'Roboto', sans-serif;
}

.testimonials-title .text-gradient {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonials-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

/* Carousel */
.testimonials-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    z-index: 2;
}

.carousel-container {
    overflow: hidden;
    border-radius: 20px;
}

.carousel-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Review Cards */
.review-card {
    flex: 0 0 calc(33.333% - 1rem);
    min-width: calc(33.333% - 1rem);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(56, 189, 248, 0.15);
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #38bdf8, #0ea5e9, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.review-card:hover,
.review-card.active {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-color: rgba(56, 189, 248, 0.35);
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(56, 189, 248, 0.1);
}

.review-card:hover::before,
.review-card.active::before {
    opacity: 1;
}

.review-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(56, 189, 248, 0.08) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.review-card:hover .review-glow {
    opacity: 1;
}

/* Review Header */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.review-quote {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.35);
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.review-rating i {
    color: #60a5fa;
    font-size: 0.9rem;
}

.review-rating span {
    margin-left: 0.5rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

/* Review Text */
.review-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
}

/* Review Footer */
.review-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(56, 189, 248, 0.15);
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.35);
}

.avatar-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #22c55e;
    border: 2px solid #0f2744;
    border-radius: 50%;
}

.reviewer-info {
    flex: 1;
}

.reviewer-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.25rem 0;
    font-family: 'Roboto', sans-serif;
}

.reviewer-info p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.company-badge {
    width: 40px;
    height: 40px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.review-card:hover .company-badge {
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.35);
}

/* Carousel Buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38bdf8;
    font-size: 1rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.4s ease;
}

.carousel-btn:hover {
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4);
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    position: relative;
    z-index: 2;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(56, 189, 248, 0.25);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dot:hover {
    background: rgba(56, 189, 248, 0.5);
    transform: scale(1.2);
}

.carousel-dot.active {
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
    width: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(14, 165, 233, 0.5);
}

/* Trust Stats */
.trust-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(56, 189, 248, 0.15);
    border-radius: 100px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.trust-item i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.35);
}

.trust-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.trust-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins', sans-serif;
}

/* Responsive */
@media (max-width: 1200px) {
    .review-card {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
}

@media (max-width: 768px) {
    .testimonials-slider-section {
        padding: 4rem 0;
    }
    
    .testimonials-title {
        font-size: 2.25rem;
    }
    
    .testimonials-carousel {
        padding: 0 50px;
    }
    
    .review-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
    }
    
    .trust-stats {
        flex-direction: column;
        gap: 1.5rem;
        border-radius: 20px;
        padding: 1.5rem;
    }
}

/* Stockist Section */
.stockist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.stockist-item {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--secondary-color);
    box-shadow: var(--shadow);
}

.stockist-item h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stockist-item p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Footer */
/* Footer Styles */
/* ==========================================
   MODERN FOOTER - Dark Blue & Light Blue
   ========================================== */

.modern-footer {
    background: linear-gradient(180deg, #0a1628 0%, #071020 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Animated Background Elements */
.footer-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.footer-glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #1e3a5f 0%, transparent 70%);
    top: -150px;
    right: -100px;
    animation: glowFloat 8s ease-in-out infinite;
}

.footer-glow-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    animation: glowFloat 10s ease-in-out infinite reverse;
}

@keyframes glowFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    50% { transform: translate(30px, -20px) scale(1.1); opacity: 0.5; }
}

.footer-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #60a5fa;
    border-radius: 50%;
    animation: particleFloat 15s linear infinite;
    opacity: 0.3;
}

.footer-particles span:nth-child(1) { left: 10%; animation-delay: 0s; }
.footer-particles span:nth-child(2) { left: 30%; animation-delay: 3s; }
.footer-particles span:nth-child(3) { left: 50%; animation-delay: 6s; }
.footer-particles span:nth-child(4) { left: 70%; animation-delay: 9s; }
.footer-particles span:nth-child(5) { left: 90%; animation-delay: 12s; }

@keyframes particleFloat {
    0% { transform: translateY(100vh) scale(0); opacity: 0; }
    10% { opacity: 0.5; }
    90% { opacity: 0.5; }
    100% { transform: translateY(-100vh) scale(1); opacity: 0; }
}

/* Footer CTA Section */
.footer-cta-wrapper {
    position: relative;
    z-index: 2;
    padding: 0;
    transform: translateY(-50px);
}

.footer-cta-box {
    background: linear-gradient(135deg, #1e3a5f 0%, #0f2744 100%);
    border-radius: 24px;
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    border: 1px solid rgba(96, 165, 250, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 80px rgba(59, 130, 246, 0.1);
    position: relative;
    overflow: hidden;
}

.footer-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #60a5fa, transparent);
}

.cta-content {
    flex: 1;
}

.cta-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(96, 165, 250, 0.15);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.cta-label i {
    font-size: 0.85rem;
    animation: rocketBounce 2s ease-in-out infinite;
}

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

.cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}

.cta-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.75rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.cta-btn-primary:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}

.cta-btn-primary i {
    transition: transform 0.3s ease;
}

.cta-btn-primary:hover i {
    transform: translateX(5px);
}

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #60a5fa;
    transform: translateY(-3px);
}

.cta-btn-secondary i {
    animation: phoneRing 2s ease-in-out infinite;
}

@keyframes phoneRing {
    0%, 100% { transform: rotate(0); }
    10%, 30% { transform: rotate(-10deg); }
    20%, 40% { transform: rotate(10deg); }
    50% { transform: rotate(0); }
}

/* Footer Main Content */
.footer-main-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 3rem;
}

/* Brand Column */
.footer-brand-col {
    padding-right: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-logo .logo-img {
    height: 48px;
    width: auto;
    max-width: 200px;
    display: block;
}

.logo-icon-wrap {
    position: relative;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a5f 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
}

.logo-pulse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 14px;
    border: 2px solid #3b82f6;
    animation: logoPulse 2s ease-out infinite;
}

@keyframes logoPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.brand-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

/* Social Links */
.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    position: relative;
    width: 42px;
    height: 42px;
    background: rgba(96, 165, 250, 0.1);
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60a5fa;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.social-link i {
    font-size: 1rem;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.social-link:hover {
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.social-link:hover::before {
    width: 150%;
    height: 150%;
}

.social-link:hover i {
    color: #ffffff;
    transform: scale(1.1);
}

.social-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #1e3a5f;
    color: #ffffff;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.social-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1e3a5f;
}

.social-link:hover .social-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Footer Column Titles */
.footer-col-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.footer-col-title i {
    color: #60a5fa;
    font-size: 0.95rem;
}

/* Footer Navigation Links */
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 0.75rem;
}

.footer-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    position: relative;
}

.footer-nav a i {
    font-size: 0.6rem;
    color: #3b82f6;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
}

.footer-nav a:hover {
    color: #60a5fa;
    transform: translateX(5px);
}

.footer-nav a:hover i {
    opacity: 1;
    transform: translateX(0);
}

/* Contact Items */
.footer-contact-items {
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(96, 165, 250, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(96, 165, 250, 0.1);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(96, 165, 250, 0.1);
    border-color: rgba(96, 165, 250, 0.2);
    transform: translateX(5px);
}

.contact-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a5f 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: #ffffff;
    font-size: 0.85rem;
}

.contact-text span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
}

/* Newsletter Box */
.footer-newsletter-box {
    background: rgba(96, 165, 250, 0.05);
    border: 1px solid rgba(96, 165, 250, 0.15);
    border-radius: 16px;
    padding: 1.25rem;
}

.newsletter-label {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.newsletter-form-modern {
    display: flex;
    gap: 0.5rem;
}

.newsletter-form-modern .input-wrapper {
    flex: 1;
    position: relative;
}

.newsletter-form-modern .input-wrapper i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #60a5fa;
    font-size: 0.85rem;
}

.newsletter-form-modern input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 10px;
    padding: 0.85rem 1rem 0.85rem 2.5rem;
    color: #ffffff;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.newsletter-form-modern input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-form-modern input:focus {
    border-color: #3b82f6;
    background: rgba(96, 165, 250, 0.1);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.subscribe-btn {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.subscribe-btn:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #93c5fd 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.subscribe-btn i {
    transition: transform 0.3s ease;
}

.subscribe-btn:hover i {
    transform: translateX(3px) rotate(-15deg);
}

/* Footer Bottom Bar */
.footer-bottom-bar {
    position: relative;
    z-index: 2;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(96, 165, 250, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.copyright {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.copyright i {
    color: #60a5fa;
}

.bottom-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bottom-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.bottom-links a:hover {
    color: #60a5fa;
}

.bottom-links .divider {
    color: rgba(255, 255, 255, 0.2);
}

/* Footer Responsive */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    .footer-brand-col {
        grid-column: span 2;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .footer-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 2.5rem;
    }
    
    .cta-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .footer-cta-wrapper {
        transform: translateY(-30px);
    }
    
    .footer-cta-box {
        padding: 2rem;
        border-radius: 16px;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-brand-col {
        grid-column: span 1;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-col-title {
        justify-content: center;
    }
    
    .footer-nav {
        text-align: center;
    }
    
    .footer-nav a {
        justify-content: center;
    }
    
    .footer-contact-items {
        max-width: 300px;
        margin: 0 auto 1.5rem;
    }
    
    .footer-newsletter-box {
        max-width: 350px;
        margin: 0 auto;
    }
    
    .bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes zoomIn {
    from {
        transform: scale(1.1);
        opacity: 0.8;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
        margin-top: 1rem;
    }

    .nav-menu.active {
        display: flex;
    }

    /* Mobile Dropdown Styles */
    .nav-item-has-dropdown {
        width: 100%;
        flex-direction: column;
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: rgba(30, 58, 138, 0.05);
        border-radius: 8px;
        margin-top: 0.5rem;
        margin-left: 1rem;
        padding: 0.5rem 0;
        display: none;
        min-width: auto;
        width: calc(100% - 2rem);
    }

    .nav-item-has-dropdown.active .dropdown-menu {
        display: block;
    }

    .dropdown-menu a {
        padding: 0.625rem 1.25rem;
        font-size: 1rem;
    }

    .dropdown-menu a:hover {
        padding-left: 1.5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

            .counter-number {
                font-size: 2.5rem;
            }

            .counter-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }

            .counter-item {
                padding: 2rem 1.5rem;
            }

            .counter-icon-wrapper {
                width: 70px;
                height: 70px;
                margin-bottom: 1rem;
            }

            .counter-icon {
                width: 70px;
                height: 70px;
                font-size: 1.8rem;
            }

            .counter-icon-bg {
                width: 70px;
                height: 70px;
            }

    .hero-slider {
        height: 500px;
    }

    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .hero-image {
        display: flex;
    }

    .hero-slide-img {
        height: 300px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-images {
        height: 450px;
    }

    .about-headline {
        font-size: 2.2rem;
    }

    .about-mission-vision {
        grid-template-columns: 1fr;
    }

    .about-bottom-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .hero-description {
        font-size: 1rem;
        max-width: 100%;
    }

    .hero-buttons {
        justify-content: center;
    }

    .slider-arrows {
        padding: 0 1rem;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
    }

    section {
        padding: 3rem 0;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

            .counter-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .counter-item {
                padding: 1.5rem 1rem;
            }

            .counter-number {
                font-size: 2rem;
            }

            .counter-suffix {
                font-size: 2rem;
            }

            .counter-icon-wrapper {
                width: 60px;
                height: 60px;
                margin-bottom: 0.75rem;
            }

            .counter-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }

            .counter-icon-bg {
                width: 60px;
                height: 60px;
            }

            .counter-label {
                font-size: 0.9rem;
            }

    .pipes-grid {
        grid-template-columns: 1fr;
    }

    .projects-main-title {
        font-size: 2rem;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .projects-slider-container {
        margin: 0 2.5rem;
    }

    .projects-slider-track .project-card {
        flex: 0 0 calc(100% - 1rem);
    }

    .projects-slider-arrow {
        width: 40px;
        height: 40px;
    }

    .project-image {
        height: 350px;
    }

    .projects-footer {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .projects-footer-btn {
        border-radius: 8px;
    }

    /* Footer Responsive */
    .footer-cta-text {
        font-size: 1.8rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .footer-brand-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-btn {
        width: 100%;
        height: 50px;
    }

    .footer-social-icons {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    /* Blog Section Responsive */
    .blog-header {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .blog-main-title {
        font-size: 2rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .blog-card-image-wrapper {
        height: 300px;
    }

    /* Testimonials Section Responsive */
    .testimonials-main-title {
        font-size: 2rem;
    }

    .testimonials-slider-container {
        margin: 0 2.5rem;
    }

    .testimonial-card {
        padding: 2.5rem 2rem;
    }

    .testimonials-arrow {
        width: 40px;
        height: 40px;
    }

    .testimonial-author-info {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-author-details {
        text-align: center;
    }

    /* Quality Section Responsive */
    .quality-main-title {
        font-size: 2rem;
    }

    .quality-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .quality-feature-card {
        padding: 2.5rem 2rem;
    }

    /* Hero Full Section Responsive */
    .hero-nav-menu {
        position: static;
        transform: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.98);
        padding: 2rem;
        gap: 1.5rem;
        display: none;
    }

    .hero-nav-menu.active {
        display: flex;
    }

    .hero-full-heading {
        font-size: 2.5rem;
    }

    .hero-full-intro {
        font-size: 1rem;
    }

    .hero-full-section {
        height: 100vh;
    }

    .hero-full-slide {
        height: 100vh;
    }

    .quality-feature-icon-wrapper {
        width: 100px;
        height: 100px;
        margin-bottom: 1.5rem;
    }

    .quality-feature-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
}

@media (max-width: 640px) {
    .quality-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   INNER PAGES STYLES
   ============================================ */

/* Page Header Banner */
.page-header-banner {
    position: relative;
    padding: 8rem 0 4rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: var(--white);
    margin-top: 80px;
    overflow: hidden;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.breadcrumb a {
    color: var(--white);
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.breadcrumb a:hover {
    opacity: 1;
}

.breadcrumb i {
    font-size: 0.75rem;
    opacity: 0.7;
}

.breadcrumb span {
    opacity: 0.8;
}

.page-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}

.page-subtitle {
    font-size: 1.2rem;
    opacity: 0.95;
    font-weight: 400;
}

/* Inner Page Content */
.inner-page-content {
    padding: 5rem 0;
    background: var(--bg-light);
}

/* About Page – Latest Design & Icons */
.about-page-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.about-detailed-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-intro-section {
    text-align: center;
    margin-bottom: 4rem;
}

.about-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(30, 64, 175, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
    font-family: 'Poppins', sans-serif;
}

.about-intro-badge i {
    font-size: 1rem;
    color: #3b82f6;
}

.section-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
}

.section-intro-text {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    align-items: center;
}

.about-text-content h3 {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.about-text-content p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.about-image-content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.08);
}

.about-image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* About Intro - Left to Right Layout (Latest Design) */
.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 4rem;
}

.about-intro-content {
    text-align: left;
}

.about-intro-content .about-intro-badge {
    margin-bottom: 1.25rem;
}

.about-intro-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
    line-height: 1.25;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.02em;
}

.about-intro-text {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
}

.about-intro-text:last-of-type {
    margin-bottom: 0;
}

.about-intro-visual {
    position: relative;
}

.about-intro-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(59, 130, 246, 0.06);
}

.about-intro-image-wrap img {
    width: 100%;
    height: auto;
    min-height: 380px;
    object-fit: cover;
    display: block;
}

.about-intro-image-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(37, 99, 235, 0.15));
    border-radius: 20px 0 0 0;
    pointer-events: none;
}

.about-values-section {
    margin-top: 4rem;
}

.values-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.values-header-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.12));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #3b82f6;
}

.values-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
}

.value-card {
    background: #ffffff;
    padding: 2.25rem 1.75rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.2);
}

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

/* Latest icon design – value cards */
.value-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s ease;
}

.value-card:hover .value-icon-wrap {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
}

.value-icon-wrap .value-icon-pulse {
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 22px;
    animation: valueIconPulse 2s ease-out infinite;
}

@keyframes valueIconPulse {
    0% { transform: scale(0.95); opacity: 1; }
    100% { transform: scale(1.2); opacity: 0; }
}

.value-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.value-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.about-mission-vision-section {
    margin-top: 5rem;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.mission-box-detailed,
.vision-box-detailed {
    background: #ffffff;
    padding: 2.5rem 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.08);
    position: relative;
    overflow: hidden;
}

.mission-box-detailed::before,
.vision-box-detailed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #06b6d4);
    background-size: 200% 100%;
    animation: aboutBarShift 4s ease infinite;
}

@keyframes aboutBarShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Latest icon design – mission & vision */
.mission-icon-wrap,
.vision-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s ease;
}

.mission-box-detailed:hover .mission-icon-wrap,
.vision-box-detailed:hover .vision-icon-wrap {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    transform: scale(1.05) rotate(-3deg);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
}

.mission-icon-wrap .mission-icon-pulse,
.vision-icon-wrap .vision-icon-pulse {
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 22px;
    animation: aboutIconPulse 2s ease-out infinite;
}

@keyframes aboutIconPulse {
    0% { transform: scale(0.95); opacity: 1; }
    100% { transform: scale(1.2); opacity: 0; }
}

.mission-box-detailed h3,
.vision-box-detailed h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
}

.mission-box-detailed p,
.vision-box-detailed p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.mission-points,
.vision-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mission-points li,
.vision-points li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    font-size: 1rem;
    color: #334155;
    font-family: 'Poppins', sans-serif;
}

.mission-points li:last-child,
.vision-points li:last-child {
    margin-bottom: 0;
}

.mission-points li i,
.vision-points li i {
    color: #3b82f6;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Products Page – Latest & Modern Design */
.product-page-section {
    background: linear-gradient(165deg, #f0f4f8 0%, #e2e8f0 50%, #f8fafc 100%);
}

.products-categories-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.5rem;
    text-align: center;
}

.products-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.06), rgba(30, 64, 175, 0.08));
    border: 1px solid rgba(30, 64, 175, 0.2);
    border-radius: 50px;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
    font-family: 'Poppins', sans-serif;
}

.products-section-badge i {
    font-size: 1rem;
    color: #3b82f6;
}

.product-category-block {
    margin-bottom: 5rem;
    text-align: left;
}

.product-category-block:last-child {
    margin-bottom: 0;
}

.category-header {
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #3b82f6;
    border-right: 4px solid #3b82f6;
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    border-radius: 0 12px 12px 0;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.category-header-icon-wrap {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.3);
}

.category-title-main {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.category-description {
    font-size: 1.05rem;
    color: #475569;
    max-width: 640px;
    margin: 0;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.products-grid-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    align-items: stretch;
}

.product-card-inner {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(30, 64, 175, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1e40af, #3b82f6, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 1;
}

.product-card-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(30, 64, 175, 0.12);
    border-color: rgba(59, 130, 246, 0.2);
}

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

.product-image-inner {
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.product-card-inner:hover .product-image-inner img {
    transform: scale(1.06);
}

.product-info-inner {
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-info-inner h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}

.product-info-inner p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    flex-grow: 1;
    font-family: 'Poppins', sans-serif;
}

/* Latest button design – Enquire Now */
.product-enquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1.5rem;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.35s ease;
    align-self: flex-start;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.product-enquiry-btn::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;
}

.product-enquiry-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.product-enquiry-btn:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(30, 64, 175, 0.35);
}

.product-enquiry-btn:hover::before {
    left: 100%;
}

.product-enquiry-btn:hover i {
    transform: translateX(4px);
}

/* Infrastructure Page – Latest Design & Icons */
.infrastructure-page-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.infrastructure-content {
    max-width: 1200px;
    margin: 0 auto;
}

.infrastructure-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.infrastructure-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(30, 64, 175, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
    font-family: 'Poppins', sans-serif;
}

.infrastructure-intro-badge i {
    font-size: 1rem;
    color: #3b82f6;
}

.infrastructure-intro-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
}

.infrastructure-intro-desc {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

.infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    margin-bottom: 4rem;
}

.infrastructure-item {
    background: #ffffff;
    padding: 2.25rem 1.75rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.infrastructure-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.infrastructure-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.2);
}

.infrastructure-item:hover::before {
    transform: scaleX(1);
}

/* Latest icon design – gradient rounded square with pulse */
.infra-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s ease;
}

.infrastructure-item:hover .infra-icon-wrap {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
}

.infra-icon-wrap .infra-icon-pulse {
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 22px;
    animation: infraIconPulse 2s ease-out infinite;
}

@keyframes infraIconPulse {
    0% { transform: scale(0.95); opacity: 1; }
    100% { transform: scale(1.2); opacity: 0; }
}

.infrastructure-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.infrastructure-item p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.infrastructure-details {
    background: #ffffff;
    padding: 2.5rem 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.08);
    position: relative;
    overflow: hidden;
}

.infrastructure-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #06b6d4);
    background-size: 200% 100%;
    animation: infraBarShift 4s ease infinite;
}

@keyframes infraBarShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.infrastructure-details-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.infrastructure-details-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.12));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #3b82f6;
}

.infrastructure-details h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.infra-detail-section p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
}

.infra-detail-section p:last-child {
    margin-bottom: 0;
}

/* Quality Page – Latest Design & Icons */
.quality-page-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.quality-content {
    max-width: 1200px;
    margin: 0 auto;
}

.quality-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.quality-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(30, 64, 175, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
    font-family: 'Poppins', sans-serif;
}

.quality-intro-badge i {
    font-size: 1rem;
    color: #3b82f6;
}

.quality-intro-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
}

.quality-intro-desc {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

.quality-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    margin-bottom: 4rem;
}

.quality-feature-item {
    background: #ffffff;
    padding: 2.25rem 1.75rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.quality-feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.quality-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.2);
}

.quality-feature-item:hover::before {
    transform: scaleX(1);
}

/* Latest icon design – gradient rounded square with pulse */
.quality-feature-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s ease;
}

.quality-feature-item:hover .quality-feature-icon-wrap {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
}

.quality-feature-icon-wrap .quality-icon-pulse {
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 22px;
    animation: qualityIconPulse 2s ease-out infinite;
}

@keyframes qualityIconPulse {
    0% { transform: scale(0.95); opacity: 1; }
    100% { transform: scale(1.2); opacity: 0; }
}

.quality-feature-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.quality-feature-item p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.quality-process {
    background: #ffffff;
    padding: 2.5rem 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.08);
    position: relative;
    overflow: hidden;
}

.quality-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #06b6d4);
    background-size: 200% 100%;
    animation: qualityBarShift 4s ease infinite;
}

@keyframes qualityBarShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.quality-process-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.quality-process-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.12));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #3b82f6;
}

.quality-process h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.process-step {
    text-align: center;
    position: relative;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    right: -1rem;
    width: calc(50% - 1rem);
    height: 2px;
    background: linear-gradient(90deg, rgba(59, 130, 246, 0.4), transparent);
}

.step-number {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.25);
}

.process-step:hover .step-number {
    transform: scale(1.05);
    box-shadow: 0 12px 28px rgba(59, 130, 246, 0.35);
}

.process-step h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.process-step p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

/* Certificate Page – Latest Design & Icons */
.certificate-page-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.certificates-content {
    max-width: 1200px;
    margin: 0 auto;
}

.certificates-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.certificates-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(30, 64, 175, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
    font-family: 'Poppins', sans-serif;
}

.certificates-intro-badge i {
    font-size: 1rem;
    color: #3b82f6;
}

.certificates-intro-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
}

.certificates-intro-desc {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    margin-bottom: 4rem;
}

.certificate-card {
    background: #ffffff;
    padding: 2.25rem 1.75rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.certificate-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.certificate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.12);
    border-color: rgba(59, 130, 246, 0.2);
}

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

/* Latest icon design – gradient rounded square with pulse */
.certificate-icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s ease;
}

.certificate-card:hover .certificate-icon-wrap {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
}

.certificate-icon-wrap .cert-icon-pulse {
    position: absolute;
    inset: -5px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 22px;
    animation: certIconPulse 2s ease-out infinite;
}

@keyframes certIconPulse {
    0% { transform: scale(0.95); opacity: 1; }
    100% { transform: scale(1.2); opacity: 0; }
}

.certificate-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.certificate-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.certificates-details {
    background: #ffffff;
    padding: 2.5rem 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.08);
    position: relative;
    overflow: hidden;
}

.certificates-details::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #06b6d4);
    background-size: 200% 100%;
    animation: certBarShift 4s ease infinite;
}

@keyframes certBarShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.certificates-details-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.certificates-details-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.12));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #3b82f6;
}

.certificates-details h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.certificates-details p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

/* ==========================================
   CONTACT PAGE - Latest Design & Icons
   ========================================== */

.contact-page-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.contact-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}

/* Contact Info Section */
.contact-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(30, 64, 175, 0.08));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e40af;
    font-family: 'Poppins', sans-serif;
}

.contact-section-badge i {
    font-size: 1rem;
    color: #3b82f6;
}

.contact-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.5px;
}

.contact-section-desc {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

.contact-info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.contact-info-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.2);
}

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

/* Latest icon design - gradient circle with pulse */
.contact-card-icon-wrap {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 1.35rem;
    color: #ffffff;
    position: relative;
    transition: all 0.4s ease;
}

.contact-info-card:hover .contact-card-icon-wrap {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    transform: scale(1.08) rotate(-5deg);
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.35);
}

.contact-card-icon-wrap .icon-pulse {
    position: absolute;
    inset: -4px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 20px;
    animation: contactIconPulse 2s ease-out infinite;
}

@keyframes contactIconPulse {
    0% { transform: scale(0.95); opacity: 1; }
    100% { transform: scale(1.15); opacity: 0; }
}

.contact-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.contact-info-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.contact-info-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
}

.contact-card-link p {
    color: #3b82f6;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-info-card a.contact-card-link:hover p {
    color: #1e40af;
}

/* Contact Form Section */
.contact-form-section {
    background: #ffffff;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.08);
    position: relative;
    overflow: hidden;
}

.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #06b6d4);
    background-size: 200% 100%;
    animation: formBarShift 4s ease infinite;
}

@keyframes formBarShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.contact-form-header {
    margin-bottom: 2rem;
}

.contact-form-header .form-header-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(6, 182, 212, 0.15));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #3b82f6;
}

.contact-form-section h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
}

.contact-form-header p {
    font-size: 0.95rem;
    color: #64748b;
    font-family: 'Poppins', sans-serif;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group label i {
    font-size: 0.85rem;
    color: #3b82f6;
}

.form-group input,
.form-group textarea {
    padding: 1rem 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #94a3b8;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.submit-btn {
    padding: 1.1rem 2.5rem;
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.submit-btn::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;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(59, 130, 246, 0.4);
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn i {
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(4px);
}

.submit-btn:disabled {
    opacity: 0.85;
    cursor: not-allowed;
    transform: none;
}

.submit-btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* In-page form message */
.contact-form .form-message {
    display: none;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.contact-form .form-message-success {
    display: block;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(22, 163, 74, 0.08));
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #15803d;
}

.contact-form .form-message-error {
    display: block;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(220, 38, 38, 0.08));
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #b91c1c;
}

/* Navigation Active State */
.nav-menu a.active {
    color: var(--accent-color);
    font-weight: 600;
}

/* Responsive Styles for Inner Pages */
@media (max-width: 1024px) {
    .about-intro-grid,
    .about-content-grid,
    .mission-vision-grid,
    .contact-content-wrapper {
        grid-template-columns: 1fr;
    }

    .about-intro-grid {
        gap: 2.5rem;
    }

    .values-grid,
    .products-grid-inner,
    .infrastructure-grid,
    .quality-features-grid,
    .certificates-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2.5rem;
    }

    .page-subtitle {
        font-size: 1rem;
    }

    .values-grid,
    .products-grid-inner,
    .infrastructure-grid,
    .quality-features-grid,
    .certificates-grid,
    .contact-info-cards {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section-main-title,
    .category-title-main {
        font-size: 2rem;
    }
}

/* Contact page – responsive overrides */
@media (max-width: 1024px) {
    .contact-page-section .contact-content-wrapper {
        gap: 3rem;
    }

    .contact-section-title {
        font-size: 2rem;
    }

    .contact-form-section {
        padding: 2.5rem;
    }

    .contact-form-section h2 {
        font-size: 1.85rem;
    }
}

@media (max-width: 768px) {
    .contact-page-section .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-page-section .contact-content-wrapper {
        gap: 2.5rem;
    }

    .contact-section-badge {
        font-size: 0.85rem;
        padding: 0.45rem 1rem;
    }

    .contact-section-title {
        font-size: 1.75rem;
    }

    .contact-section-desc {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .contact-info-card {
        padding: 1.5rem;
    }

    .contact-card-icon-wrap {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }

    .contact-info-card h3 {
        font-size: 1.1rem;
    }

    .contact-form-section {
        padding: 1.75rem;
        border-radius: 20px;
    }

    .contact-form-header .form-header-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .contact-form-section h2 {
        font-size: 1.6rem;
    }

    .contact-form-header p {
        font-size: 0.9rem;
    }

    .contact-form {
        gap: 1.25rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 0.9rem 1.1rem;
        font-size: 0.95rem;
    }

    .submit-btn {
        width: 100%;
        justify-content: center;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-section-title {
        font-size: 1.5rem;
    }

    .contact-form-section {
        padding: 1.25rem;
    }

    .contact-form-section h2 {
        font-size: 1.4rem;
    }
}

/* Certificate page – responsive overrides */
@media (max-width: 1024px) {
    .certificate-page-section .certificates-intro-title {
        font-size: 2rem;
    }

    .certificate-page-section .certificates-grid {
        gap: 1.5rem;
    }

    .certificate-page-section .certificate-card {
        padding: 2rem 1.5rem;
    }

    .certificate-page-section .certificates-details {
        padding: 2rem 2.5rem;
    }

    .certificate-page-section .certificates-details h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .certificate-page-section .certificates-intro {
        margin-bottom: 3rem;
    }

    .certificate-page-section .certificates-intro-badge {
        font-size: 0.85rem;
        padding: 0.45rem 1rem;
    }

    .certificate-page-section .certificates-intro-title {
        font-size: 1.75rem;
    }

    .certificate-page-section .certificates-intro-desc {
        font-size: 1rem;
    }

    .certificate-page-section .certificates-grid {
        margin-bottom: 3rem;
    }

    .certificate-page-section .certificate-card {
        padding: 1.75rem 1.25rem;
    }

    .certificate-page-section .certificate-icon-wrap {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }

    .certificate-page-section .certificate-card h3 {
        font-size: 1.15rem;
    }

    .certificate-page-section .certificates-details {
        padding: 1.75rem 1.5rem;
    }

    .certificate-page-section .certificates-details-header {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .certificate-page-section .certificates-details-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .certificate-page-section .certificates-details h3 {
        font-size: 1.35rem;
    }

    .certificate-page-section .certificates-details p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .certificate-page-section .certificates-intro-title {
        font-size: 1.5rem;
    }

    .certificate-page-section .certificates-details {
        padding: 1.25rem 1.25rem;
    }

    .certificate-page-section .certificates-details h3 {
        font-size: 1.25rem;
    }
}

/* Quality page – responsive overrides */
@media (max-width: 1024px) {
    .quality-page-section .quality-intro-title {
        font-size: 2rem;
    }

    .quality-page-section .quality-features-grid {
        gap: 1.5rem;
    }

    .quality-page-section .quality-feature-item {
        padding: 2rem 1.5rem;
    }

    .quality-page-section .quality-process {
        padding: 2rem 2.5rem;
    }

    .quality-page-section .quality-process h3 {
        font-size: 1.5rem;
    }

    .quality-page-section .step-number {
        width: 56px;
        height: 56px;
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .quality-page-section .quality-intro {
        margin-bottom: 3rem;
    }

    .quality-page-section .quality-intro-badge {
        font-size: 0.85rem;
        padding: 0.45rem 1rem;
    }

    .quality-page-section .quality-intro-title {
        font-size: 1.75rem;
    }

    .quality-page-section .quality-intro-desc {
        font-size: 1rem;
    }

    .quality-page-section .quality-features-grid {
        margin-bottom: 3rem;
    }

    .quality-page-section .quality-feature-item {
        padding: 1.75rem 1.25rem;
    }

    .quality-page-section .quality-feature-icon-wrap {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }

    .quality-page-section .quality-feature-item h3 {
        font-size: 1.15rem;
    }

    .quality-page-section .quality-process {
        padding: 1.75rem 1.5rem;
    }

    .quality-page-section .quality-process-header {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
        margin-bottom: 2rem;
    }

    .quality-page-section .quality-process-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .quality-page-section .quality-process h3 {
        font-size: 1.35rem;
    }

    .quality-page-section .process-steps {
        gap: 1.5rem;
    }

    .quality-page-section .step-number {
        width: 52px;
        height: 52px;
        font-size: 1.15rem;
    }

    .quality-page-section .process-step h4 {
        font-size: 1.1rem;
    }

    .quality-page-section .process-step p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .quality-page-section .quality-intro-title {
        font-size: 1.5rem;
    }

    .quality-page-section .quality-process {
        padding: 1.25rem 1.25rem;
    }

    .quality-page-section .quality-process h3 {
        font-size: 1.25rem;
    }

    .quality-page-section .step-number {
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }
}

/* Infrastructure page – responsive overrides */
@media (max-width: 1024px) {
    .infrastructure-page-section .infrastructure-intro-title {
        font-size: 2rem;
    }

    .infrastructure-page-section .infrastructure-grid {
        gap: 1.5rem;
    }

    .infrastructure-page-section .infrastructure-item {
        padding: 2rem 1.5rem;
    }

    .infrastructure-page-section .infrastructure-details {
        padding: 2rem 2.5rem;
    }

    .infrastructure-page-section .infrastructure-details h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .infrastructure-page-section .infrastructure-intro {
        margin-bottom: 3rem;
    }

    .infrastructure-page-section .infrastructure-intro-badge {
        font-size: 0.85rem;
        padding: 0.45rem 1rem;
    }

    .infrastructure-page-section .infrastructure-intro-title {
        font-size: 1.75rem;
    }

    .infrastructure-page-section .infrastructure-intro-desc {
        font-size: 1rem;
    }

    .infrastructure-page-section .infrastructure-grid {
        margin-bottom: 3rem;
    }

    .infrastructure-page-section .infrastructure-item {
        padding: 1.75rem 1.25rem;
    }

    .infrastructure-page-section .infra-icon-wrap {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }

    .infrastructure-page-section .infrastructure-item h3 {
        font-size: 1.15rem;
    }

    .infrastructure-page-section .infrastructure-details {
        padding: 1.75rem 1.5rem;
    }

    .infrastructure-page-section .infrastructure-details-header {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .infrastructure-page-section .infrastructure-details-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .infrastructure-page-section .infrastructure-details h3 {
        font-size: 1.35rem;
    }

    .infrastructure-page-section .infra-detail-section p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .infrastructure-page-section .infrastructure-intro-title {
        font-size: 1.5rem;
    }

    .infrastructure-page-section .infrastructure-details {
        padding: 1.25rem 1.25rem;
    }

    .infrastructure-page-section .infrastructure-details h3 {
        font-size: 1.25rem;
    }
}

/* About page – responsive overrides */
@media (max-width: 1024px) {
    .about-page-section .section-main-title {
        font-size: 2rem;
    }

    .about-page-section .values-title {
        font-size: 1.75rem;
    }

    .about-page-section .values-grid {
        gap: 1.5rem;
    }

    .about-page-section .value-card {
        padding: 2rem 1.5rem;
    }

    .about-page-section .mission-box-detailed,
    .about-page-section .vision-box-detailed {
        padding: 2rem 2.5rem;
    }

    .about-page-section .mission-box-detailed h3,
    .about-page-section .vision-box-detailed h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .about-page-section .about-intro-badge {
        font-size: 0.85rem;
        padding: 0.45rem 1rem;
    }

    .about-page-section .about-intro-title {
        font-size: 1.75rem;
    }

    .about-page-section .about-intro-text {
        font-size: 1rem;
    }

    .about-intro-image-wrap img {
        min-height: 280px;
    }

    .about-page-section .section-main-title {
        font-size: 1.75rem;
    }

    .about-page-section .section-intro-text {
        font-size: 1rem;
    }

    .about-page-section .values-section-header {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
        margin-bottom: 2.5rem;
    }

    .about-page-section .values-header-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .about-page-section .values-title {
        font-size: 1.5rem;
    }

    .about-page-section .value-card {
        padding: 1.75rem 1.25rem;
    }

    .about-page-section .value-icon-wrap {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }

    .about-page-section .value-card h4 {
        font-size: 1.15rem;
    }

    .about-page-section .mission-box-detailed,
    .about-page-section .vision-box-detailed {
        padding: 1.75rem 1.5rem;
    }

    .about-page-section .mission-icon-wrap,
    .about-page-section .vision-icon-wrap {
        width: 56px;
        height: 56px;
        font-size: 1.4rem;
    }

    .about-page-section .mission-box-detailed h3,
    .about-page-section .vision-box-detailed h3 {
        font-size: 1.35rem;
    }

    .about-page-section .mission-points li,
    .about-page-section .vision-points li {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .about-page-section .about-intro-title {
        font-size: 1.5rem;
    }

    .about-page-section .section-main-title {
        font-size: 1.5rem;
    }

    .about-page-section .values-title {
        font-size: 1.35rem;
    }

    .about-page-section .mission-box-detailed,
    .about-page-section .vision-box-detailed {
        padding: 1.25rem 1.25rem;
    }

    .about-page-section .mission-box-detailed h3,
    .about-page-section .vision-box-detailed h3 {
        font-size: 1.25rem;
    }
}

/* Product page – responsive & latest design overrides */
@media (max-width: 1024px) {
    .product-page-section .category-title-main {
        font-size: 1.75rem;
    }

    .product-page-section .category-header-icon-wrap {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .product-page-section .products-section-badge {
        font-size: 0.85rem;
        padding: 0.45rem 1rem;
        margin-bottom: 1.5rem;
    }

    .product-page-section .product-category-block {
        margin-bottom: 3.5rem;
    }

    .product-page-section .category-header {
        margin-bottom: 2rem;
        gap: 0.5rem;
    }

    .product-page-section .category-title-main {
        font-size: 1.5rem;
    }

    .product-page-section .category-description {
        font-size: 1rem;
    }

    .product-page-section .products-grid-inner {
        gap: 1.5rem;
    }

    .product-page-section .product-info-inner {
        padding: 1.25rem 1.5rem;
    }

    .product-page-section .product-info-inner h3 {
        font-size: 1.15rem;
    }

    .product-page-section .product-enquiry-btn {
        width: 100%;
        justify-content: center;
        align-self: stretch;
    }
}

@media (max-width: 480px) {
    .product-page-section .category-title-main {
        font-size: 1.35rem;
    }

    .product-page-section .category-header-icon-wrap {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
}

