:root {
    --color-primary: rgb(29, 235, 244);
    --color-font2: white;
    --color-font3: rgb(63, 67, 71);
    --tagline-bg: rgb(59, 65, 70);
    --color-text-dark: rgb(33, 37, 41);
    --color-text-gray: rgb(75, 85, 95);
}

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

/* Mobile-first approach */
body {
    font-family: 'Syncopate', sans-serif;
    background: white;
    color: var(--color-font2);
}

.hero-section {
    background: url('../img/bg-mobile.png') no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

/* Header Styles - Mobile */
.header {
    padding: 15px 0;
    position: relative;
}

/* Logo Link - No visual changes on click or hover */
.logo-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.logo-link:hover,
.logo-link:focus,
.logo-link:active {
    text-decoration: none;
    color: inherit;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.logo-section img {
    width: 50px;
    height: auto;
}

.site-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-font2);
    line-height: 1.2;
    text-transform: uppercase;
}

.site-name .line1,
.site-name .line2 {
    display: block;
}

/* Mobile Navigation */
.nav-toggle {
    display: block;
    background: none;
    border: none;
    color: var(--color-font2);
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.nav-menu {
    display: none;
    flex-direction: column;
    list-style: none;
    gap: 20px;
    margin: 20px 0;
    padding: 25px;
    background: linear-gradient(135deg, rgba(29, 235, 244, 0.1), rgba(59, 65, 70, 0.95));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(29, 235, 244, 0.2);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

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

.nav-menu li {
    position: relative;
}

.nav-menu a {
    color: var(--color-font2);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    display: block;
    padding: 10px 0;
}

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

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

/* Mobile active menu styling */
.nav-menu li.active::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
}

/* Social Icons - Mobile */
.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-font3);
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    color: var(--color-font3);
}

/* Main Content - Mobile */
.main-content {
    margin-top: 40px;
    padding: 0 20px;
    text-align: center;
}

.main-text-line1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-font2);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.main-text-line2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    line-height: 1.2;
}

/* REFERENCE-STYLE GRAY PANEL - Modern solid design */
.tagline-panel {
    background: var(--tagline-bg);
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.18),
        0 3px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    max-width: 90%;
    position: relative;
}

.tagline-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-font2);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6;
}

.description-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-font2);
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 90%;
}

.cta-button {
    background: var(--color-primary);
    color: var(--color-font3);
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-family: 'Syncopate', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(29, 235, 244, 0.3);
    text-decoration: none;
    display: inline-block;
    min-height: 48px; /* Touch-friendly minimum */
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(29, 235, 244, 0.4);
    color: var(--color-font3);
}

/* CTA Button Variant - Gradient for white backgrounds */
.cta-button-alt {
    background: linear-gradient(135deg, rgb(29, 235, 244), rgb(20, 180, 190));
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-family: 'Syncopate', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(29, 235, 244, 0.3);
    text-decoration: none;
    display: inline-block;
    min-height: 48px; /* Touch-friendly minimum */
}

.cta-button-alt:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(29, 235, 244, 0.5);
    color: white;
}

/* ========================================
   REUSABLE SECTION COMPONENTS
   ======================================== */

/* Generic Section */
.section {
    padding: 60px 0;
    background: white;
}

/* Section Title - Reusable */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Section Subtitle - Reusable (FIXED: heavier weight, no uppercase) */
.section-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-gray);
    text-align: center;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Feature Card - Reusable */
.feature-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    margin-bottom: 30px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(29, 235, 244, 0.3);
}


/* Gradient cyan circle + white icon */
.feature-card__icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(29, 235, 244), rgb(20, 180, 190));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin: 0 auto 20px;
}


.feature-card__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Card Description (FIXED: no uppercase, darker gray) */
.feature-card__description {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text-gray);
    line-height: 1.6;
}

/* Desktop Styles (992px+) */
@media (min-width: 992px) {
    .hero-section {
        background: url('../img/bg-desktop-2.png') no-repeat center center;
        background-size: cover;
    }

    .header {
        padding: 20px 0;
    }

    .logo-section {
        margin-bottom: 0;
    }

    .logo-section img {
        width: 60px;
    }

    .site-name {
        font-size: 16px;
    }

    .nav-toggle {
        display: none;
    }

    .nav-menu {
        display: flex !important;
        flex-direction: row;
        gap: 40px;
        margin: 0;
        padding: 0;
        background: transparent;
        border-radius: 0;
        border: none;
        box-shadow: none;
        backdrop-filter: none;
    }

    .nav-menu a {
        font-size: 14px;
        padding: 0;
    }

    /* Disable the mobile underline on desktop */
    .nav-menu li.active::after {
        content: none;
    }

    /* Make anchor a positioned container */
    .nav-menu li a {
        position: relative;
        display: inline-block;
    }

    /* Active underline now attached to the anchor */
    .nav-menu li.active a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right,
            var(--color-primary) 0px, var(--color-primary) 8px,
            transparent 8px, transparent 12px,
            var(--color-primary) 12px, var(--color-primary) 20px,
            transparent 20px, transparent 26px,
            var(--color-primary) 26px
        );
    }

    .social-icons {
        justify-content: flex-end;
        margin-top: 0;
        gap: 15px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .main-content {
        margin-top: 170px;
        text-align: left;
        max-width: 55%;
        padding: 0;
    }

    .main-text-line1,
    .main-text-line2 {
        font-size: 38px;
        letter-spacing: 3px;
        line-height: 1;
    }

    .main-text-line2 {
        margin-bottom: 40px;
    }

    .tagline-panel {
        margin-bottom: 30px;
        max-width: none;
        padding: 25px 40px;
        box-shadow:
            0 15px 32px rgba(0, 0, 0, 0.25),
            0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .tagline-text {
        font-size: 20px;
    }

    .description-text {
        font-size: 16px;
        max-width: 500px;
        margin-bottom: 40px;
    }

    .cta-button, 
    .cta-button-alt {
        font-size: 14px;
        padding: 15px 40px;
    }

    /* Section Components - Desktop */
    .section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 42px;
        letter-spacing: 3px;
    }

    .section-subtitle {
        font-size: 18px;
    }

    .feature-card {
        padding: 40px 30px;
        margin-bottom: 30px;
    }

    .feature-card__icon {
        width: 100px;
        height: 100px;
        font-size: 48px;
    }

    .feature-card__title {
        font-size: 20px;
    }

    .feature-card__description {
        font-size: 15px;
    }

    /* Partner Brands Section - Desktop */
    .brands-scroll-container {
        height: 140px;
    }

    .brand-logo-card {
        height: 120px;
        padding: 20px 30px;
    }

    .brand-logo-card img {
        max-height: 80px;
    }
}

/* ========================================
   PARTNER BRANDS SECTION
   ======================================== */

/* Light cyan-tinted gray background for visual separation */
.section-altbg {
    background: rgb(247, 252, 254);
}

/* Scrolling Container - Each row */
.brands-scroll-container {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.brands-scroll-container:first-child {
    margin-top: 20px;
}

/* Scrolling Track */
.brands-scroll-track {
    display: flex;
    position: absolute;
    gap: 20px;
    align-items: center;
}

/* Logo Card - Uniform rectangular panels */
.brand-logo-card {
    background: white;
    border-radius: 12px;
    padding: 15px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    min-width: 180px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.brand-logo-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(29, 235, 244, 0.15);
}

.brand-logo-card img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}

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

/* Quote Icon - Simple cyan icon, no circle */
.testimonial-quote-icon {
    font-size: 36px;
    color: var(--color-primary);
    margin-bottom: 20px;
    display: block;
}

/* Testimonial Text - Italic */
.testimonial-text {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: var(--color-text-gray);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Client Name */
.testimonial-author {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 5px;
}

/* Client Title and Company */
.testimonial-position {
    font-size: 13px;
    font-weight: 400;
    color: var(--color-text-gray);
    margin-bottom: 0;
}

/* ========================================
   ABOUT / MISSION / VISION SECTION
   ======================================== */

/* Dark gradient background matching bg-mobile.png */
.section-about {
    background: linear-gradient(135deg, rgb(42, 52, 62) 0%, rgb(52, 62, 72) 100%);
    color: white;
}

/* Main Title */
.about-main-title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* Subheadings (Mission, Vision, Core Values) */
.about-subheading {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* First subheading has less top margin */
.about-subheading:first-of-type {
    margin-top: 0;
}

/* Paragraph Text */
.about-text {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Smaller description text for values */
.about-text-small {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Value Item Spacing */
.value-item {
    margin-bottom: 25px;
}

.value-item:last-child {
    margin-bottom: 0;
}

/* Tagline panel adjustments for about section */
.section-about .tagline-panel {
    display: block;
    max-width: 100%;
    width: 100%;
}

/* Tagline panel icon color override for dark background */
.section-about .tagline-text i {
    color: var(--color-primary);
    margin-right: 10px;
}

/* Text inside tagline-panel for values */
.section-about .tagline-panel .about-text-small {
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
}

/* Desktop adjustments */
@media (min-width: 992px) {
    .about-main-title {
        font-size: 34px;
    }

    .about-subheading {
        font-size: 26px;
    }

    .about-text {
        font-size: 17px;
    }

    .about-text-small {
        font-size: 15px;
    }
}

/* ========================================
   FOOTER SECTION
   ======================================== */

/* Darker gradient background for footer */
.footer-section {
    background: linear-gradient(135deg, rgb(28, 35, 42) 0%, rgb(38, 45, 52) 100%);
    color: white;
    padding: 60px 0 30px;
}

/* Footer Logo Section */
.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-logo {
    width: 40px;
    height: auto;
}

.footer-company-name {
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Footer Text */
.footer-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Footer Social Icons */
.footer-social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-font3);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    transform: scale(1.1);
    background: white;
    color: var(--color-primary);
}

/* Footer Column Title */
.footer-column-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--color-primary);
}

/* Footer Contact */
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.footer-contact-item i {
    color: var(--color-primary);
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.footer-contact-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
}

/* Footer Bottom / Copyright */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 25px;
    text-align: center;
}

.footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Footer Blog Section - Subtle */
.footer-blog-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-blog-title {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}

.footer-blog-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.footer-blog-item i {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 5px;
    flex-shrink: 0;
}

.footer-blog-link {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.footer-blog-link:hover {
    color: rgba(29, 235, 244, 0.8);
}

/* Blog Subtitle within Quick Links */
.footer-blog-subtitle {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.footer-blog-links {
    margin-top: 0;
}

/* Desktop adjustments */
@media (min-width: 992px) {
    .footer-section {
        padding: 80px 0 40px;
    }

    .footer-logo {
        width: 50px;
    }

    .footer-company-name {
        font-size: 18px;
    }

    .footer-text {
        font-size: 15px;
    }

    .footer-column-title {
        font-size: 20px;
    }

    .footer-links a {
        font-size: 15px;
    }

    .footer-contact-item span {
        font-size: 15px;
    }

    .footer-copyright {
        font-size: 14px;
    }

    .footer-blog-title {
        font-size: 14px;
    }

    .footer-blog-link {
        font-size: 14px;
    }

    .footer-blog-item i {
        font-size: 9px;
    }

    .footer-blog-subtitle {
        font-size: 13px;
        margin-top: 30px;
    }
}

/* ========================================
   INNER PAGES STYLES
   ======================================== */

/* Inner Pages Hero - Reduced height */
.hero-section-inner {
    min-height: 50vh;
}

/* Page Title Section */
.page-title-section {
    margin-top: 60px;
    text-align: center;
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-font2);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.page-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-font2);
    opacity: 0.9;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Benefit Card */
.benefit-card {
    text-align: center;
    padding: 30px 20px;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(29, 235, 244), rgb(20, 180, 190));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px;
}

.benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.benefit-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-text-gray);
    line-height: 1.6;
}

/* Mission, Vision, Values Card */
.mvv-card {
    background: white;
    border-radius: 15px;
    padding: 35px 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.mvv-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(29, 235, 244), rgb(20, 180, 190));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin: 0 auto 25px;
}

.mvv-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.mvv-text {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-text-gray);
    line-height: 1.7;
}

/* Industry Card */
.industry-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.industry-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.industry-header i {
    font-size: 32px;
    color: var(--color-primary);
}

.industry-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.industry-card p {
    font-size: 14px;
    color: var(--color-text-gray);
    line-height: 1.6;
    margin: 0;
}

/* Category Card */
.category-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.category-header i {
    font-size: 32px;
    color: var(--color-primary);
}

.category-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.category-description {
    font-size: 14px;
    color: var(--color-text-gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.category-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.brand-badge {
    display: inline-block;
    padding: 6px 12px;
    background: linear-gradient(135deg, rgba(29, 235, 244, 0.1), rgba(29, 235, 244, 0.05));
    color: var(--color-text-dark);
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid rgba(29, 235, 244, 0.2);
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.feature-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 14px;
    color: var(--color-text-gray);
    line-height: 1.6;
}

.feature-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 16px;
}

.section-about .feature-list li {
    color: rgba(255, 255, 255, 0.9);
}

/* Contact Info Card */
.contact-info-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.contact-info-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.contact-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(29, 235, 244), rgb(20, 180, 190));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 20px;
}

.contact-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-gray);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.contact-value {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-text-dark);
    line-height: 1.5;
}

/* Social Media Links */
.social-media-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.social-media-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: rgba(29, 235, 244, 0.05);
    border: 1px solid rgba(29, 235, 244, 0.2);
    border-radius: 10px;
    color: var(--color-text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-media-link:hover {
    background: rgba(29, 235, 244, 0.1);
    transform: translateX(5px);
}

.social-media-link i {
    font-size: 20px;
    color: var(--color-primary);
}

.social-media-link span {
    font-size: 15px;
    font-weight: 600;
}

/* Desktop Styles for Inner Pages */
@media (min-width: 992px) {
    .hero-section-inner {
        min-height: 50vh;
        
         background: radial-gradient(
    circle at center,
    rgb(52,71,80) 0%,   /* lighter, subtle cool gray center */
    #2b3238 45%,  /* mid neutral-dark tone */
    #171c20 100%  /* deep edge */
  );
    

    }

    .page-title-section {
        margin-top: 100px;
    }

    .page-title {
        font-size: 48px;
        letter-spacing: 3px;
    }

    .page-subtitle {
        font-size: 18px;
    }

    .benefit-card {
        padding: 40px 30px;
    }

    .benefit-icon {
        width: 90px;
        height: 90px;
        font-size: 40px;
    }

    .benefit-title {
        font-size: 19px;
    }

    .benefit-text {
        font-size: 15px;
    }

    .mvv-card {
        padding: 40px 35px;
    }

    .mvv-icon {
        width: 100px;
        height: 100px;
        font-size: 48px;
    }

    .mvv-title {
        font-size: 22px;
    }

    .mvv-text {
        font-size: 16px;
    }

    .industry-card {
        padding: 30px;
    }

    .industry-card p {
        font-size: 15px;
    }

    .category-card {
        padding: 35px;
    }

    .category-description {
        font-size: 15px;
    }

    .brand-badge {
        font-size: 13px;
        padding: 8px 14px;
    }

    .feature-list li {
        font-size: 15px;
    }

    .contact-info-card {
        padding: 40px;
    }

    .contact-info-title {
        font-size: 22px;
    }

    .contact-value {
        font-size: 16px;
    }

    .social-media-link {
        padding: 14px 20px;
    }

    .social-media-link span {
        font-size: 16px;
    }
}

/* ========================================
   CONTACT FORM STYLES
   ======================================== */

.contact-form-container {
    background: white;
    border-radius: 15px;
    padding: 35px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-form-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 15px;
    line-height: 1.3;
}

.contact-form-subtitle {
    font-size: 16px;
    color: var(--color-text-gray);
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-dark);
    margin-bottom: 8px;
    text-transform: none;
}

.contact-form .required {
    color: var(--color-primary);
}

.contact-form .form-control {
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 12px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(29, 235, 244, 0.1);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.form-note {
    font-size: 14px;
    color: var(--color-text-gray);
    font-style: italic;
}

/* Yii ActiveForm field errors */
.contact-form .field-contactform-company_name.has-error .form-control,
.contact-form .has-error .form-control {
    border-color: #e74c3c;
}
.contact-field-error {
    display: block;
    font-size: 13px;
    color: #e74c3c;
    margin-top: 4px;
}

/* Contact form success alert */
.contact-success-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.3);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 24px;
    color: rgb(27, 130, 72);
    font-weight: 600;
    font-size: 15px;
}

/* CAPTCHA widget */
.captcha-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.captcha-img {
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.12);
    cursor: pointer;
    display: block;
}
.captcha-input .form-control {
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* Contact Info Sidebar */
.contact-info-sidebar {
    background: linear-gradient(135deg, rgb(42, 52, 62) 0%, rgb(52, 62, 72) 100%);
    border-radius: 15px;
    padding: 35px 30px;
    color: white;
    position: sticky;
    top: 20px;
}

.sidebar-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.sidebar-info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.sidebar-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(29, 235, 244), rgb(20, 180, 190));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sidebar-icon i {
    color: white;
    font-size: 20px;
}

.sidebar-label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.sidebar-value {
    font-size: 15px;
    font-weight: 400;
    color: white;
    line-height: 1.5;
}

.sidebar-social {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-social-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.sidebar-social-icons {
    display: flex;
    gap: 12px;
}

.sidebar-social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(29, 235, 244, 0.2);
    border: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-social-icon:hover {
    background: var(--color-primary);
    color: white;
    transform: scale(1.1);
}

/* ========================================
   ARTICLE PAGE STYLES
   ======================================== */

/* Article Container */
.article-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Article Header */
.article-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.article-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-text-dark);
    line-height: 1.3;
    margin-bottom: 15px;
}

.article-meta {
    font-size: 14px;
    color: var(--color-text-gray);
}

/* Article Content */
.article-content {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: var(--color-text-dark);
    line-height: 1.8;
}

.article-content h2 {
    font-family: 'Syncopate', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary);
}

.article-content h3 {
    font-family: 'Syncopate', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content ul,
.article-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.article-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.article-content strong {
    color: var(--color-text-dark);
    font-weight: 700;
}

.article-content blockquote {
    background: rgba(29, 235, 244, 0.05);
    border-left: 4px solid var(--color-primary);
    padding: 20px 25px;
    margin: 30px 0;
    font-style: italic;
    color: var(--color-text-gray);
}

/* Related Articles Section */
.related-articles {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.related-articles-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-text-dark);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-align: center;
}

.article-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border-color: var(--color-primary);
    text-decoration: none;
}

.article-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(29, 235, 244), rgb(20, 180, 190));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.article-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.article-card-excerpt {
    font-size: 14px;
    color: var(--color-text-gray);
    line-height: 1.6;
    margin-bottom: 15px;
}

.article-card-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .contact-form-container {
        padding: 45px 40px;
    }

    .contact-form-title {
        font-size: 30px;
    }

    .contact-form-subtitle {
        font-size: 17px;
    }

    .contact-info-sidebar {
        padding: 40px 35px;
    }

    .sidebar-title {
        font-size: 24px;
    }

    .article-title {
        font-size: 42px;
    }

    .article-content {
        font-size: 17px;
    }

    .article-content h2 {
        font-size: 28px;
    }

    .article-content h3 {
        font-size: 22px;
    }

    .related-articles-title {
        font-size: 32px;
    }

    .article-card {
        padding: 30px;
    }

    .article-card-title {
        font-size: 20px;
    }

    .article-card-excerpt {
        font-size: 15px;
    }
}
