/*
Theme Name: Prime column
Description: A modern, animated digital marketing theme for DVOX Media. Features stunning animations, gradient backgrounds, and responsive design.
Author: DVOX Media
Version: 1.2.0
Text Domain: Prime column
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0A0A0A;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(to right, #D4ED31, #F5FF7A);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-tagline {
    font-size: 0.75rem;
    color: #9ca3af;
    font-weight: 400;
    margin-top: 0.25rem;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
    color: #B8D126;
}

.nav-cta-btn {
    background: linear-gradient(to right, #D4ED31, #C4DD21);
    color: #000000;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
}

.nav-cta-btn:hover {
    background: linear-gradient(to right, #E5FE42, #D4ED31);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(212, 237, 49, 0.4);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 1.5rem;
    height: 2px;
    background: #1f2937;
    margin: 3px 0;
    transition: 0.3s;
}

/* Alternating Section Backgrounds - High Specificity Overrides */
section.section-light,
.services-section.section-light,
.core-services-section.section-light,
.our-story-section.section-light,
.why-choose-section.section-light,
.cta-section.section-light,
.values-section.section-light,
.team-section.section-light,
.about-cta-section.section-light,
.contact-form-section.section-light,
.faq-section.section-light,
.office-location-section.section-light,
.portfolio-filter-section.section-light,
.case-study-section.section-light,
.portfolio-cta-section.section-light,
.featured-article-section.section-light,
.recent-articles-section.section-light,
.service-packages-section.section-light {
    background: linear-gradient(135deg, #F5F5F5 0%, #ECECEC 100%) !important;
    color: #0A0A0A !important;
    padding: 6rem 0 !important;
}

section.section-dark,
.services-section.section-dark,
.core-services-section.section-dark,
.our-story-section.section-dark,
.why-choose-section.section-dark,
.cta-section.section-dark,
.values-section.section-dark,
.team-section.section-dark,
.about-cta-section.section-dark,
.contact-form-section.section-dark,
.faq-section.section-dark,
.office-location-section.section-dark,
.portfolio-testimonials-section.section-dark,
.blog-categories-section.section-dark,
.newsletter-section.section-dark,
.service-process-section.section-dark,
.services-cta-section.section-dark,
.contact-cta-section.section-dark {
    background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%) !important;
    color: #ffffff !important;
    position: relative;
    padding: 6rem 0 !important;
}

section.section-dark::before,
.services-section.section-dark::before,
.why-choose-section.section-dark::before,
.values-section.section-dark::before,
.faq-section.section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 0%, rgba(212, 237, 49, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 100%, rgba(212, 237, 49, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.section-light .section-title,
.section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6 {
    color: #0A0A0A !important;
}

.section-light .section-subtitle,
.section-light p, .section-light li, .section-light span {
    color: #2A2A2A !important;
}

.section-dark .section-title,
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 {
    color: #f8fafc !important;
}

.section-dark .section-subtitle,
.section-dark p, .section-dark li, .section-dark span {
    color: #cbd5e1 !important;
}

/* Ensure content appears above background overlays */
.section-light .container,
.section-dark .container {
    position: relative;
    z-index: 2;
}

/* Card styling adjustments for light sections */
.section-light .highlight-card,
.section-light .service-card,
.section-light .testimonial-card,
.section-light .advantage-item {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(212, 237, 49, 0.3) !important;
    color: #0A0A0A !important;
    backdrop-filter: blur(10px);
}

.section-light .highlight-card:hover,
.section-light .service-card:hover {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 20px 40px rgba(212, 237, 49, 0.15) !important;
    border-color: rgba(212, 237, 49, 0.6) !important;
}

.section-light .highlight-icon,
.section-light .service-icon {
    color: #D4ED31 !important;
}

.section-light .highlight-title,
.section-light .service-title,
.section-light .advantage-content h4 {
    color: #0A0A0A !important;
}

.section-light .highlight-description,
.section-light .service-description,
.section-light .advantage-content p {
    color: #2A2A2A !important;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 4rem; /* Account for fixed header */
}

.hero-background {
    position: absolute;
    inset: 0;
}

.gradient-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0A0A0A 0%, rgba(25, 30, 10, 0.8) 50%, rgba(42, 47, 15, 0.6) 100%);
}

.floating-orbs {
    position: absolute;
    inset: 0;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.2;
    animation: float 10s ease-in-out infinite;
}

.orb-1 {
    width: 120px;
    height: 120px;
    left: 10%;
    top: 20%;
    background: linear-gradient(45deg, #D4ED31, #A8C020);
    animation-delay: 0s;
    animation-duration: 12s;
}

.orb-2 {
    width: 180px;
    height: 180px;
    right: 15%;
    top: 10%;
    background: linear-gradient(45deg, #E5FE42, #D4ED31);
    animation-delay: 2s;
    animation-duration: 15s;
}

.orb-3 {
    width: 140px;
    height: 140px;
    left: 20%;
    bottom: 25%;
    background: linear-gradient(45deg, #C4DD21, #A0B518);
    animation-delay: 4s;
    animation-duration: 18s;
}

.orb-4 {
    width: 160px;
    height: 160px;
    right: 25%;
    bottom: 15%;
    background: linear-gradient(45deg, #F5FF7A, #D4ED31);
    animation-delay: 6s;
    animation-duration: 14s;
}

.orb-5 {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 15%;
    background: linear-gradient(45deg, #D4ED31, #B5CE1F);
    animation-delay: 8s;
    animation-duration: 16s;
}

.orb-6 {
    width: 200px;
    height: 200px;
    right: 10%;
    top: 60%;
    background: linear-gradient(45deg, #E5FE42, #C4DD21);
    animation-delay: 10s;
    animation-duration: 20s;
}

/* Animated Particles */
.particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(212, 237, 49, 0.7);
    border-radius: 50%;
    animation: particleFloat 15s linear infinite;
}

.particle:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.particle:nth-child(2) {
    left: 20%;
    animation-delay: 2s;
    animation-duration: 18s;
}

.particle:nth-child(3) {
    left: 30%;
    animation-delay: 4s;
    animation-duration: 14s;
}

.particle:nth-child(4) {
    left: 40%;
    animation-delay: 6s;
    animation-duration: 16s;
}

.particle:nth-child(5) {
    left: 50%;
    animation-delay: 8s;
    animation-duration: 20s;
}

.particle:nth-child(6) {
    left: 60%;
    animation-delay: 1s;
    animation-duration: 13s;
}

.particle:nth-child(7) {
    left: 70%;
    animation-delay: 3s;
    animation-duration: 17s;
}

.particle:nth-child(8) {
    left: 80%;
    animation-delay: 5s;
    animation-duration: 15s;
}

.particle:nth-child(9) {
    left: 90%;
    animation-delay: 7s;
    animation-duration: 19s;
}

.particle:nth-child(10) {
    left: 95%;
    animation-delay: 9s;
    animation-duration: 21s;
}

/* Geometric Shapes */
.geometric-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.shape {
    position: absolute;
    opacity: 0.1;
    animation: shapeRotate 20s linear infinite;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 43px solid #D4ED31;
    top: 20%;
    right: 20%;
    animation-delay: 0s;
}

.square {
    width: 40px;
    height: 40px;
    background: #E5FE42;
    top: 70%;
    left: 15%;
    animation-delay: 5s;
    animation-duration: 25s;
}

.circle {
    width: 35px;
    height: 35px;
    background: #C4DD21;
    border-radius: 50%;
    top: 30%;
    left: 80%;
    animation-delay: 10s;
    animation-duration: 18s;
}

.hexagon {
    width: 30px;
    height: 26px;
    background: #D4ED31;
    position: relative;
    top: 60%;
    right: 30%;
    animation-delay: 15s;
    animation-duration: 22s;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 8px solid #D4ED31;
}

.hexagon:after {
    top: 100%;
    border-top: 8px solid #D4ED31;
}

/* Cursor Follower */
.cursor-follower {
    position: fixed;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, rgba(212, 237, 49, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s ease;
    transform: translate(-50%, -50%);
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 9998;
    animation: whatsappFloat 3s ease-in-out infinite;
}

.whatsapp-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    overflow: hidden;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
}

.whatsapp-btn:active {
    transform: scale(0.95);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    color: white;
    z-index: 2;
    position: relative;
}

.whatsapp-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(37, 211, 102, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: whatsappPulse 2s ease-out infinite;
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    border-radius: 50%;
    z-index: 1;
}

/* Digital Globe Animation */
.digital-globe-container {
    position: absolute;
    top: 65%;
    right: 10%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    pointer-events: none;
    z-index: 5;
    perspective: 1000px;
}

.digital-globe {
    position: relative;
    width: 100%;
    height: 100%;
    animation: globeFloat 6s ease-in-out infinite;
    transform-style: preserve-3d;
}

.globe-sphere {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 50px auto;
    transform-style: preserve-3d;
    animation: globe3DRotate 20s linear infinite;
}

/* 3D Sphere Layers */
.sphere-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(212, 237, 49, 0.3);
    background: radial-gradient(circle at 30% 30%, 
        rgba(212, 237, 49, 0.1) 0%, 
        rgba(196, 221, 33, 0.05) 50%, 
        rgba(160, 181, 24, 0.08) 100%);
    backdrop-filter: blur(10px);
}

.layer-1 {
    transform: rotateY(0deg) translateZ(0px);
    box-shadow: 0 0 60px rgba(212, 237, 49, 0.4);
    animation: layerRotate1 25s linear infinite;
}

.layer-2 {
    transform: rotateY(45deg) translateZ(20px);
    opacity: 0.8;
    box-shadow: 0 0 40px rgba(212, 237, 49, 0.3);
    animation: layerRotate2 30s linear infinite reverse;
}

.layer-3 {
    transform: rotateY(90deg) translateZ(30px);
    opacity: 0.6;
    box-shadow: 0 0 30px rgba(212, 237, 49, 0.25);
    animation: layerRotate3 22s linear infinite;
}

.layer-4 {
    transform: rotateY(135deg) translateZ(20px);
    opacity: 0.4;
    box-shadow: 0 0 20px rgba(212, 237, 49, 0.2);
    animation: layerRotate4 28s linear infinite reverse;
}

.layer-5 {
    transform: rotateX(45deg) translateZ(25px);
    opacity: 0.7;
    box-shadow: 0 0 35px rgba(212, 237, 49, 0.28);
    animation: layerRotate5 26s linear infinite;
}

.layer-6 {
    transform: rotateX(-45deg) translateZ(25px);
    opacity: 0.7;
    box-shadow: 0 0 35px rgba(212, 237, 49, 0.28);
    animation: layerRotate6 24s linear infinite reverse;
}

.layer-7 {
    transform: rotateX(90deg) translateZ(15px);
    opacity: 0.5;
    box-shadow: 0 0 25px rgba(212, 237, 49, 0.22);
    animation: layerRotate7 32s linear infinite;
}

.layer-8 {
    transform: rotateX(-90deg) translateZ(15px);
    opacity: 0.5;
    box-shadow: 0 0 25px rgba(212, 237, 49, 0.22);
    animation: layerRotate8 27s linear infinite reverse;
}

.globe-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(212, 237, 49, 0.4);
    transform-style: preserve-3d;
}

.ring-1 {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    animation: ring3DRotateX 15s linear infinite;
}

.ring-2 {
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    animation: ring3DRotateY 25s linear infinite reverse;
}

.ring-3 {
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    animation: ring3DRotateZ 20s linear infinite;
}

.network-nodes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.node {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #D4ED31;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(212, 237, 49, 0.8);
    animation: nodePulse 2s ease-in-out infinite;
}

.node-1 { top: 20%; left: 50%; animation-delay: 0s; }
.node-2 { top: 35%; left: 80%; animation-delay: 0.3s; }
.node-3 { top: 50%; left: 85%; animation-delay: 0.6s; }
.node-4 { top: 65%; left: 70%; animation-delay: 0.9s; }
.node-5 { top: 80%; left: 40%; animation-delay: 1.2s; }
.node-6 { top: 65%; left: 15%; animation-delay: 1.5s; }
.node-7 { top: 35%; left: 20%; animation-delay: 1.8s; }
.node-8 { top: 50%; left: 50%; animation-delay: 2.1s; }

.connection-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.connection {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(212, 237, 49, 0.6) 20%, 
        rgba(212, 237, 49, 0.8) 50%, 
        rgba(212, 237, 49, 0.6) 80%, 
        transparent 100%);
    transform-origin: left center;
    animation: connectionFlow 3s ease-in-out infinite;
}

.line-1 { top: 25%; left: 50%; width: 100px; transform: rotate(25deg); animation-delay: 0s; }
.line-2 { top: 40%; left: 75%; width: 80px; transform: rotate(-30deg); animation-delay: 0.5s; }
.line-3 { top: 55%; left: 80%; width: 90px; transform: rotate(45deg); animation-delay: 1s; }
.line-4 { top: 70%; left: 60%; width: 110px; transform: rotate(-45deg); animation-delay: 1.5s; }
.line-5 { top: 60%; left: 20%; width: 95px; transform: rotate(30deg); animation-delay: 2s; }
.line-6 { top: 40%; left: 25%; width: 85px; transform: rotate(-20deg); animation-delay: 2.5s; }

.orbit-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.orbit-item {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: orbit3DRotate 15s linear infinite;
    transform-style: preserve-3d;
}

/* Solid Geometric Shapes */
.solid-cube {
    background: linear-gradient(135deg, #D4ED31, #B5CE1F);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(212, 237, 49, 0.4);
    animation-delay: 0s;
}

.solid-sphere {
    background: linear-gradient(135deg, #E5FE42, #D4ED31);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(229, 254, 66, 0.4);
    animation-delay: 3.75s;
}

.solid-pyramid {
    background: linear-gradient(135deg, #C4DD21, #A0B518);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(196, 221, 33, 0.4);
    animation-delay: 7.5s;
}

.solid-diamond {
    background: linear-gradient(135deg, #F5FF7A, #E5FE42);
    transform: rotate(45deg);
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(245, 255, 122, 0.4);
    animation-delay: 11.25s;
}

.orbit-1 {
    top: 5%;
    left: 50%;
}

.orbit-2 {
    top: 50%;
    left: 95%;
}

.orbit-3 {
    top: 95%;
    left: 50%;
}

.orbit-4 {
    top: 50%;
    left: 5%;
}

.grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(rgba(212, 237, 49, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 237, 49, 0.3) 1px, transparent 1px);
    background-size: 60px 60px;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.gradient-text {
    background: linear-gradient(to right, #D4ED31, #F5FF7A, #D4ED31);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-pulse 3s ease-in-out infinite;
}

.white-text {
    color: #ffffff;
}

.hero-description {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 48rem;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 4rem;
}

.btn-primary {
    position: relative;
    padding: 1rem 2rem;
    background: linear-gradient(to right, #D4ED31, #E5FE42);
    color: #000000;
    border: none;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
    overflow: hidden;
}

.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(212, 237, 49, 0.4);
    background: linear-gradient(to right, #E5FE42, #F5FF7A);
}

.btn-secondary {
    padding: 1rem 2rem;
    background: transparent;
    color: #D4ED31;
    border: 2px solid #D4ED31;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
}

.btn-secondary:hover {
    background: #D4ED31;
    color: #000000;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(212, 237, 49, 0.3);
}

/* Ripple Effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: rippleEffect 0.6s ease-out;
    pointer-events: none;
}

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

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 32rem;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-number.blue {
    color: #D4ED31;
}

.stat-number.purple {
    color: #E5FE42;
}

.stat-label {
    color: #9ca3af;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.scroll-indicator:hover {
    transform: translateX(-50%) scale(1.1);
}

.scroll-mouse {
    width: 1.5rem;
    height: 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.scroll-indicator:hover .scroll-mouse {
    border-color: #D4ED31;
    background: rgba(212, 237, 49, 0.2);
}

.scroll-wheel {
    width: 0.25rem;
    height: 0.75rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 9999px;
    margin-top: 0.5rem;
    animation: scrollPulse 2s infinite;
    transition: background 0.3s ease;
}

.scroll-indicator:hover .scroll-wheel {
    background: #D4ED31;
}

/* Services Section */
.services-section {
    padding: 5rem 0;
    background: #1f2937;
}

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

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #9ca3af;
    max-width: 32rem;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: #111827;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #374151;
    transition: all 0.3s ease;
    transform: scale(1);
}

.service-card:hover {
    border-color: #D4ED31;
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(212, 237, 49, 0.25);
}

.service-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.service-card:hover .service-title {
    color: #D4ED31;
}

.service-description {
    color: #9ca3af;
    line-height: 1.6;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #1f2937, #111827);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.features-list {
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.feature-check {
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(to right, #D4ED31, #E5FE42);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.feature-check svg {
    width: 1rem;
    height: 1rem;
    color: #000000;
}

.feature-text {
    color: #d1d5db;
    font-size: 1.125rem;
}

.stats-showcase {
    position: relative;
}

.stats-container {
    background: linear-gradient(135deg, rgba(212, 237, 49, 0.15), rgba(196, 221, 33, 0.1));
    border-radius: 1.5rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 237, 49, 0.2);
}

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

.stat-card {
    text-align: center;
    padding: 1.5rem;
    background: rgba(31, 41, 55, 0.5);
    border-radius: 1rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 5rem 0;
    background: #1f2937;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background: #111827;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #374151;
    transition: border-color 0.3s ease;
}

.testimonial-card:hover {
    border-color: #4b5563;
}

.rating {
    margin-bottom: 1rem;
}

.star {
    color: #fbbf24;
    font-size: 1.25rem;
    margin-right: 0.25rem;
}

.testimonial-content {
    color: #d1d5db;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.author-name {
    font-weight: 600;
    color: white;
    margin-bottom: 0.25rem;
}

.author-role {
    color: #9ca3af;
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(to right, #D4ED31, #E5FE42);
}

.cta-content {
    text-align: center;
    max-width: 64rem;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
}

.cta-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: #1A1A1A;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}

.btn-cta-primary {
    padding: 1rem 2rem;
    background: #000000;
    color: #D4ED31;
    border: none;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
    text-decoration: none;
}

.btn-cta-primary:hover {
    background: #1A1A1A;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.btn-cta-secondary {
    padding: 1rem 2rem;
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(1);
    text-decoration: none;
}

.btn-cta-secondary:hover {
    background: #000000;
    color: #D4ED31;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* CTA Section Light Background Button Overrides */
.section-light .btn-cta-secondary {
    color: #000000;
    border-color: #000000;
    background: transparent;
}

.section-light .btn-cta-secondary:hover {
    background: #000000;
    color: #D4ED31;
    border-color: #000000;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Footer */
.footer {
    background: #f9fafb;
    padding: 4rem 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-company {
    grid-column: span 1;
}

.footer-logo {
    font-size: 1.875rem;
    font-weight: 700;
    background: linear-gradient(to right, #D4ED31, #E5FE42);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.footer-description {
    color: #4b5563;
    margin-bottom: 1.5rem;
    max-width: 24rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Facebook */
.social-link:nth-child(1) {
    background: #1877f2;
}

.social-link:nth-child(1):hover {
    background: #166fe5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

/* Twitter */
.social-link:nth-child(2) {
    background: #1da1f2;
}

.social-link:nth-child(2):hover {
    background: #1a91da;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 161, 242, 0.3);
}

/* LinkedIn */
.social-link:nth-child(3) {
    background: #0077b5;
}

.social-link:nth-child(3):hover {
    background: #006ba1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 119, 181, 0.3);
}

/* Instagram */
.social-link:nth-child(4) {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link:nth-child(4):hover {
    background: linear-gradient(45deg, #e1851f 0%, #d7552a 25%, #c91a31 50%, #b91454 75%, #a91176 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
}

.footer-title {
    color: #111827;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #B8D126;
}

.footer-contact {
    list-style: none;
    color: #4b5563;
}

.footer-contact li {
    margin-bottom: 0.5rem;
}

.footer-bottom {
    border-top: 1px solid #e5e7eb;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.footer-copyright {
    color: #6b7280;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
}

.footer-legal a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #B8D126;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40%, 43% {
        transform: translateX(-50%) translateY(-15px);
    }
    70% {
        transform: translateX(-50%) translateY(-7px);
    }
    90% {
        transform: translateX(-50%) translateY(-2px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

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

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) translateX(0px) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-10vh) translateX(50px) rotate(360deg);
        opacity: 0;
    }
}

@keyframes shapeRotate {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.1;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.2);
        opacity: 0.1;
    }
    75% {
        opacity: 0.2;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.1;
    }
}

@keyframes cursorPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.1;
    }
}

@keyframes scrollPulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(4px);
    }
}

/* Digital Globe Keyframes */
@keyframes globeFloat {
    0%, 100% {
        transform: translateY(-50%) translateX(0) rotateX(0deg);
    }
    50% {
        transform: translateY(-60%) translateX(10px) rotateX(5deg);
    }
}

@keyframes globe3DRotate {
    0% {
        transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    }
    100% {
        transform: rotateY(360deg) rotateX(10deg) rotateZ(5deg);
    }
}

@keyframes ring3DRotateX {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    100% {
        transform: rotateX(360deg) rotateY(90deg);
    }
}

@keyframes ring3DRotateY {
    0% {
        transform: rotateY(0deg) rotateZ(0deg);
    }
    100% {
        transform: rotateY(360deg) rotateZ(180deg);
    }
}

@keyframes ring3DRotateZ {
    0% {
        transform: rotateZ(0deg) rotateX(0deg);
    }
    100% {
        transform: rotateZ(360deg) rotateX(270deg);
    }
}

@keyframes nodePulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
        box-shadow: 0 0 15px rgba(96, 165, 250, 0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
        box-shadow: 0 0 25px rgba(96, 165, 250, 1);
    }
}

@keyframes connectionFlow {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }
    20% {
        opacity: 1;
        transform: scaleX(0.3);
    }
    80% {
        opacity: 1;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(1);
    }
}

@keyframes orbit3DRotate {
    0% {
        transform: rotateY(0deg) translateX(160px) rotateZ(0deg) rotateX(0deg);
    }
    25% {
        transform: rotateY(90deg) translateX(160px) rotateZ(90deg) rotateX(45deg);
    }
    50% {
        transform: rotateY(180deg) translateX(160px) rotateZ(180deg) rotateX(0deg);
    }
    75% {
        transform: rotateY(270deg) translateX(160px) rotateZ(270deg) rotateX(-45deg);
    }
    100% {
        transform: rotateY(360deg) translateX(160px) rotateZ(360deg) rotateX(0deg);
    }
}

/* Individual Layer Animations */
@keyframes layerRotate1 {
    0% { transform: rotateY(0deg) translateZ(0px) rotateX(0deg); }
    100% { transform: rotateY(360deg) translateZ(0px) rotateX(360deg); }
}

@keyframes layerRotate2 {
    0% { transform: rotateY(45deg) translateZ(20px) rotateX(0deg); }
    100% { transform: rotateY(405deg) translateZ(20px) rotateX(360deg); }
}

@keyframes layerRotate3 {
    0% { transform: rotateY(90deg) translateZ(30px) rotateZ(0deg); }
    100% { transform: rotateY(450deg) translateZ(30px) rotateZ(360deg); }
}

@keyframes layerRotate4 {
    0% { transform: rotateY(135deg) translateZ(20px) rotateX(0deg); }
    100% { transform: rotateY(495deg) translateZ(20px) rotateX(360deg); }
}

@keyframes layerRotate5 {
    0% { transform: rotateX(45deg) translateZ(25px) rotateY(0deg); }
    100% { transform: rotateX(405deg) translateZ(25px) rotateY(360deg); }
}

@keyframes layerRotate6 {
    0% { transform: rotateX(-45deg) translateZ(25px) rotateY(0deg); }
    100% { transform: rotateX(-405deg) translateZ(25px) rotateY(360deg); }
}

@keyframes layerRotate7 {
    0% { transform: rotateX(90deg) translateZ(15px) rotateZ(0deg); }
    100% { transform: rotateX(450deg) translateZ(15px) rotateZ(360deg); }
}

@keyframes layerRotate8 {
    0% { transform: rotateX(-90deg) translateZ(15px) rotateZ(0deg); }
    100% { transform: rotateX(-450deg) translateZ(15px) rotateZ(360deg); }
}

/* WhatsApp Animation Keyframes */
@keyframes whatsappFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(2deg);
    }
}

@keyframes whatsappPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

@keyframes logoScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive Design */
@media (min-width: 640px) {
    .hero-buttons {
        flex-direction: row;
    }
    
    .cta-buttons {
        flex-direction: row;
    }
    
    .footer-bottom {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 4.5rem;
    }
    
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .nav-menu {
        display: flex;
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

@media (max-width: 1023px) {
    .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(15, 23, 42, 0.95);
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .nav-menu.active {
        display: flex;
        opacity: 1;
        visibility: visible;
    }
    
    .nav-links {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    
    .nav-links li {
        margin: 0;
    }
    
    .nav-links a {
        font-size: 1.5rem;
        color: #ffffff;
        text-decoration: none;
        padding: 1rem 2rem;
        border-radius: 0.5rem;
        transition: all 0.3s ease;
    }
    
    .nav-links a:hover,
    .nav-links a.active {
        background: rgba(212, 237, 49, 0.2);
        color: #D4ED31;
    }
    
    .nav-cta-btn {
        margin-top: 1rem;
        padding: 1rem 2rem;
        font-size: 1.125rem;
    }
    
    .mobile-menu-toggle {
        display: flex;
        z-index: 10000;
        position: relative;
    }
    
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-company {
        grid-column: span 1;
    }
    
    /* Digital Globe Responsive */
    .digital-globe-container {
        top: 70%;
        right: 5%;
        width: 400px;
        height: 400px;
    }
    
    .globe-sphere {
        width: 300px;
        height: 300px;
    }
    
    .orbit-item {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1.125rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    /* Hide digital globe on mobile for better performance */
    .digital-globe-container {
        display: none;
    }
    
    /* WhatsApp responsive styles */
    .whatsapp-float {
        bottom: 1rem;
        right: 1rem;
    }
    
    .whatsapp-btn {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
    
    /* Logo carousel responsive */
    .client-logos-section .section-title {
        font-size: 2rem;
    }
    
    .logos-track {
        gap: 2rem;
    }
    
    .client-logo {
        height: 40px;
        max-width: 100px;
    }
    
    /* Latest blogs responsive */
    .latest-blogs-section .section-title {
        font-size: 2rem;
    }
    
    .blogs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-image {
        height: 180px;
    }
}

/* ===== CLIENT LOGOS CAROUSEL ===== */
.client-logos-section {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

.client-logos-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.client-logos-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #D4ED31, #E5FE42);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.client-logos-section .section-description {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.logos-carousel {
    width: 100%;
    overflow: hidden;
    mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.logos-track {
    display: flex;
    align-items: center;
    animation: logoScroll 30s linear infinite;
    gap: 4rem;
    width: fit-content;
}

.logo-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: all 0.3s ease;
}

.logo-item:hover {
    transform: scale(1.1);
}

.client-logo {
    height: 80px;
    width: auto;
    max-width: 150px;
    opacity: 0.8;
    transition: all 0.3s ease;
    object-fit: contain;
}

.logo-item:hover .client-logo {
    opacity: 1;
    transform: scale(1.05);
}

/* Pause animation on hover for better UX */
.logos-carousel:hover .logos-track {
    animation-play-state: paused;
}

/* ===== LATEST BLOGS SECTION ===== */
.latest-blogs-section {
    padding: 6rem 0;
}

.latest-blogs-section .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.latest-blogs-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #D4ED31, #E5FE42);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.latest-blogs-section .section-description {
    font-size: 1.125rem;
    color: #9ca3af;
    max-width: 600px;
    margin: 0 auto;
}

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

.blog-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

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

.blog-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-thumbnail {
    transform: scale(1.05);
}

.blog-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #D4ED31 0%, #E5FE42 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2rem;
}

.blog-content {
    padding: 1.5rem;
}

.blog-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.blog-date {
    color: #9ca3af;
}

.blog-category {
    background: #D4ED31;
    color: #000000;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-weight: 600;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #D4ED31;
}

.blog-excerpt {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-read-more {
    color: #D4ED31;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.blog-read-more:hover {
    color: #E5FE42;
}

.blogs-cta {
    text-align: center;
}

.no-blogs-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.no-blogs-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.no-blogs-content h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.no-blogs-content p {
    color: #9ca3af;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

/* ===== ABOUT PAGE STYLES ===== */

/* About Content Section */
.about-content {
    margin-top: 3rem;
}

.about-story {
    text-align: center;
    margin-bottom: 4rem;
}

.about-description {
    font-size: 1.125rem;
    color: #d1d5db;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.about-description strong {
    color: #D4ED31;
    font-weight: 600;
}

/* Highlights Grid */
.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 4rem;
}

.highlight-card {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4ED31, #E5FE42, #F5FF7A);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.highlight-card:hover::before {
    opacity: 1;
}

.highlight-card:hover {
    transform: translateY(-15px) scale(1.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border-color: rgba(212, 237, 49, 0.4);
    box-shadow: 
        0 25px 50px rgba(212, 237, 49, 0.15),
        0 15px 35px rgba(229, 254, 66, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

.highlight-icon svg {
    width: 48px;
    height: 48px;
    color: #D4ED31;
    filter: drop-shadow(0 4px 8px rgba(212, 237, 49, 0.3));
    transition: all 0.4s ease;
}

.highlight-card:hover .highlight-icon svg {
    transform: scale(1.1) rotate(5deg);
    color: #E5FE42;
    filter: drop-shadow(0 8px 16px rgba(229, 254, 66, 0.4));
}

.highlight-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.highlight-card:hover .highlight-title {
    background: linear-gradient(135deg, #D4ED31, #E5FE42);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight-description {
    color: #d1d5db;
    line-height: 1.7;
    font-size: 0.925rem;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.highlight-card:hover .highlight-description {
    color: #e5e7eb;
    opacity: 1;
}

/* Why Choose DVOX Section */
.why-choose-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    margin-top: 3rem;
}

.why-choose-content .section-header {
    margin-bottom: 3rem;
}

.advantages-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
}

.advantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    border-radius: 50%;
    flex-shrink: 0;
}

.advantage-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.advantage-content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.advantage-content p {
    color: #d1d5db;
    line-height: 1.6;
    font-size: 0.875rem;
}

/* Metrics Showcase */
.metrics-showcase {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    backdrop-filter: blur(20px);
    text-align: center;
}

.metrics-header {
    margin-bottom: 3rem;
}

.metrics-header h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.metrics-header p {
    color: #d1d5db;
    line-height: 1.6;
}

.metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.metric-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
}

.metric-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #D4ED31, #E5FE42);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.metric-label {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.metric-description {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Testimonial Preview */
.testimonial-preview {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.1), rgba(168, 85, 247, 0.1));
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
}

.testimonial-preview::before {
    content: '"';
    position: absolute;
    top: -0.5rem;
    left: 1rem;
    font-size: 4rem;
    color: #D4ED31;
    font-family: serif;
}

.testimonial-quote {
    font-size: 1.125rem;
    font-style: italic;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.testimonial-author {
    color: #D4ED31;
    font-size: 0.875rem;
}

/* Responsive Design for Why Choose Section */
@media (max-width: 768px) {
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .metrics-grid {
        grid-template-columns: 1fr;
    }
    
    .advantage-item:hover {
        transform: translateY(-5px);
    }
}

/* About Hero Section */
.about-hero-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0 4rem; /* Increased top padding for fixed header */
    overflow: hidden;
}

.about-hero-content {
    text-align: center;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

.about-hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.about-hero-description {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.about-hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
}

/* Our Story Section */
.our-story-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.story-content .section-header {
    margin-bottom: 3rem;
}

.story-timeline {
    position: relative;
    padding-left: 2rem;
}

.story-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #D4ED31, #E5FE42);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 3rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0.5rem;
    width: 12px;
    height: 12px;
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    border-radius: 50%;
    border: 2px solid #111827;
}

.timeline-year {
    font-size: 1.5rem;
    font-weight: 700;
    color: #D4ED31;
    margin-bottom: 0.5rem;
}

.timeline-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: #d1d5db;
    line-height: 1.6;
}

.story-visual {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.story-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
}

.story-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.story-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.story-card p {
    color: #d1d5db;
    line-height: 1.6;
}

/* Values Section */
.values-section {
    padding: 6rem 0;
    background: #111827;
}

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

.value-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.value-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
    box-shadow: 0 20px 40px rgba(96, 165, 250, 0.1);
}

.value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    border-radius: 1rem;
    color: white;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
}

.value-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.value-description {
    color: #d1d5db;
    line-height: 1.6;
}

/* Team Section */
.team-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

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

.team-member-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.team-member-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
    box-shadow: 0 20px 40px rgba(96, 165, 250, 0.1);
}

.member-image {
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.member-avatar {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(96, 165, 250, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.team-member-card:hover .member-overlay {
    opacity: 1;
}

.member-social {
    display: flex;
    gap: 0.5rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: white;
    border-radius: 50%;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
}

.member-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.member-role {
    font-size: 1rem;
    color: #D4ED31;
    font-weight: 500;
    margin-bottom: 1rem;
}

.member-bio {
    color: #d1d5db;
    line-height: 1.6;
    font-size: 0.875rem;
}

/* About CTA Section */
.about-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #D4ED31 0%, #E5FE42 100%);
    text-align: center;
}

.about-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.about-cta-section .cta-title {
    color: white;
    margin-bottom: 1rem;
}

.about-cta-section .cta-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

/* Responsive Design for About Page */
@media (max-width: 768px) {
    .about-hero-title {
        font-size: 2.5rem;
    }
    
    .about-hero-stats {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    
    .story-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .timeline-item {
        padding-left: 2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .highlights-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== SERVICES PAGE STYLES ===== */

/* Services Hero Section */
.services-hero-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0 4rem; /* Increased top padding for fixed header */
    overflow: hidden;
}

.services-hero-content {
    text-align: center;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

.services-hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.services-hero-description {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Core Services Section */
.core-services-section {
    padding: 6rem 0;
    background: #111827;
}

.services-grid .service-card {
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    height: 100%;
    overflow: hidden;
}

.services-grid .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D4ED31, #E5FE42, #ec4899);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.services-grid .service-card:hover::before {
    opacity: 1;
}

.services-grid .service-card:hover {
    transform: translateY(-15px) scale(1.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border-color: rgba(96, 165, 250, 0.4);
    box-shadow: 
        0 25px 50px rgba(96, 165, 250, 0.15),
        0 15px 35px rgba(168, 85, 247, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.services-grid .service-card .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.2), rgba(168, 85, 247, 0.2));
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 1rem;
    margin-bottom: 2rem;
    transition: all 0.4s ease;
}

.services-grid .service-card .service-icon svg {
    width: 48px;
    height: 48px;
    color: #D4ED31;
    transition: all 0.4s ease;
}

.services-grid .service-card:hover .service-icon {
    background: linear-gradient(135deg, #D4ED31, #E5FE42);
    border-color: transparent;
    transform: scale(1.1) rotate(5deg);
}

.services-grid .service-card:hover .service-icon svg {
    color: white;
}

.services-grid .service-card .service-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.services-grid .service-card:hover .service-title {
    background: linear-gradient(135deg, #D4ED31, #E5FE42);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-grid .service-card .service-description {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.services-grid .service-card:hover .service-description {
    color: #e5e7eb;
    opacity: 1;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.service-features li {
    color: #d1d5db;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
}

.service-features li:before {
    content: "✓";
    color: #D4ED31;
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Service Process Section */
.service-process-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

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

.process-step {
    text-align: center;
    padding: 2rem;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.step-description {
    color: #d1d5db;
    line-height: 1.6;
}

/* Service Packages Section */
.service-packages-section {
    padding: 6rem 0;
    background: #111827;
}

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

.package-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.package-card.featured {
    border-color: rgba(96, 165, 250, 0.5);
    background: rgba(96, 165, 250, 0.1);
    transform: scale(1.05);
}

.package-badge {
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.package-header {
    text-align: center;
    margin-bottom: 2rem;
}

.package-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.package-subtitle {
    color: #9ca3af;
    font-size: 0.875rem;
}

.package-features {
    flex: 1;
    margin-bottom: 2rem;
}

.package-features ul {
    list-style: none;
    padding: 0;
}

.package-features li {
    color: #d1d5db;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.package-features li:before {
    content: "✓";
    color: #D4ED31;
    font-weight: bold;
    margin-right: 0.75rem;
}

.btn-package,
.btn-package-featured {
    width: 100%;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-package {
    background: rgba(96, 165, 250, 0.1);
    color: #D4ED31;
    border: 1px solid #D4ED31;
}

.btn-package:hover {
    background: #D4ED31;
    color: white;
}

.btn-package-featured {
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    color: white;
}

.btn-package-featured:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(96, 165, 250, 0.3);
}

/* Services CTA Section */
.services-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #D4ED31 0%, #E5FE42 100%);
    text-align: center;
}

.services-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.services-cta-section .cta-title {
    color: white;
    margin-bottom: 1rem;
}

.services-cta-section .cta-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

/* Responsive Design for Services Page */
@media (max-width: 768px) {
    .services-hero-title {
        font-size: 2.5rem;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .package-card.featured {
        transform: scale(1);
    }
}

/* ===== PORTFOLIO PAGE STYLES ===== */

/* Portfolio Hero Section */
.portfolio-hero-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0 4rem; /* Account for fixed header */
    overflow: hidden;
}

.portfolio-hero-content {
    text-align: center;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

.portfolio-hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.portfolio-hero-description {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.portfolio-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
}

/* Portfolio Filter Section */
.portfolio-filter-section {
    padding: 2rem 0;
    background: #1f2937;
    text-align: center;
}

.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    border-color: transparent;
    color: white;
}

/* Portfolio Grid Section */
.portfolio-grid-section {
    padding: 4rem 0;
    background: #111827;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.portfolio-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(96, 165, 250, 0.1);
}

.portfolio-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.portfolio-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.placeholder-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.placeholder-text {
    font-size: 1rem;
    font-weight: 500;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(96, 165, 250, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-info {
    text-align: center;
    color: white;
}

.view-project-btn {
    background: white;
    color: #D4ED31;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.view-project-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.portfolio-content {
    padding: 1.5rem;
}

.project-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.project-description {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.project-results {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.result-tag {
    background: rgba(96, 165, 250, 0.2);
    color: #D4ED31;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Case Study Section */
.case-study-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

.case-study-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 3rem;
}

.case-study-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.case-study-description {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.case-study-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.case-stat {
    text-align: center;
}

.case-stat .stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #D4ED31;
}

.case-stat .stat-label {
    color: #9ca3af;
    font-size: 0.875rem;
}

.btn-case-study {
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-case-study:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(96, 165, 250, 0.3);
}

.case-study-visual {
    height: 300px;
    border-radius: 1rem;
    overflow: hidden;
}

.case-study-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

/* Portfolio Testimonials Section */
.portfolio-testimonials-section {
    padding: 6rem 0;
    background: #111827;
}

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

/* Portfolio CTA Section */
.portfolio-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #D4ED31 0%, #E5FE42 100%);
    text-align: center;
}

.portfolio-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.portfolio-cta-section .cta-title {
    color: white;
    margin-bottom: 1rem;
}

.portfolio-cta-section .cta-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

/* ===== CONTACT PAGE STYLES ===== */

/* Contact Hero Section */
.contact-hero-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0 4rem; /* Account for fixed header */
    overflow: hidden;
}

.contact-hero-content {
    text-align: center;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

.contact-hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.contact-hero-description {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Contact Form Section */
.contact-form-section {
    padding: 6rem 0;
    background: #111827;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.contact-info-description {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.contact-methods {
    margin-bottom: 3rem;
}

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

.method-icon {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-info h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.method-info p {
    color: #d1d5db;
    font-size: 0.875rem;
}

.social-links h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    transform: translateY(-2px);
}

/* Contact Form Container */
.contact-form-container {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #111827;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: #fff;
    border: 1px solid #1e293b;
    border-radius: 0.5rem;
    padding: 0.75rem;
    color: #ffffff;
    font-size: 0.875rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #D4ED31;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
}

.checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: #d1d5db;
    font-size: 0.875rem;
}

.btn-submit {
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(96, 165, 250, 0.3);
}

/* FAQ Section */
.faq-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

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

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.faq-question {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.faq-answer {
    color: #d1d5db;
    line-height: 1.6;
}

/* Office Location Section */
.office-location-section {
    padding: 6rem 0;
    background: #111827;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.location-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.location-description {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.location-details p {
    color: #d1d5db;
    margin-bottom: 1rem;
}

.location-details strong {
    color: #D4ED31;
}

.location-map {
    height: 300px;
    border-radius: 1rem;
    overflow: hidden;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    text-align: center;
}

.map-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Contact CTA Section */
.contact-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #D4ED31 0%, #E5FE42 100%);
    text-align: center;
}

.contact-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact-cta-section .cta-title {
    color: white;
    margin-bottom: 1rem;
}

.contact-cta-section .cta-description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

/* ===== BLOG PAGE STYLES ===== */

/* Blog Hero Section */
.blog-hero-section {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0 4rem; /* Account for fixed header */
    overflow: hidden;
}

.blog-hero-content {
    text-align: center;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

.blog-hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.blog-hero-description {
    font-size: 1.25rem;
    color: #d1d5db;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Featured Article Section */
.featured-article-section {
    padding: 6rem 0;
    background: #111827;
}

.featured-article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.article-image {
    height: 300px;
    border-radius: 1rem;
    overflow: hidden;
}

.article-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.article-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.article-category {
    background: rgba(96, 165, 250, 0.2);
    color: #D4ED31;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.article-date {
    color: #9ca3af;
    font-size: 0.875rem;
}

.article-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.article-excerpt {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.btn-read-more {
    background: linear-gradient(45deg, #D4ED31, #E5FE42);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(96, 165, 250, 0.3);
}

/* Blog Categories Section */
.blog-categories-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
}

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

.category-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.category-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
}

.category-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.category-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.category-description {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.category-count {
    color: #D4ED31;
    font-weight: 500;
    font-size: 0.875rem;
}

/* Recent Articles Section */
.recent-articles-section {
    padding: 6rem 0;
    background: #111827;
}

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

.article-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.article-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(96, 165, 250, 0.1);
}

.article-card .article-image {
    height: 200px;
}

.article-placeholder-small {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.article-card .article-content {
    padding: 1.5rem;
}

.article-card .article-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.article-card .article-excerpt {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.article-link {
    color: #D4ED31;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

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

/* Featured image styling */
.article-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* No posts message styling */
.no-posts-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.no-posts-content h3 {
    font-size: 1.5rem;
    color: #f8fafc;
    margin-bottom: 1rem;
}

.no-posts-content p {
    color: #cbd5e1;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

/* Blog Posts Grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-post-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(226, 232, 240, 0.8);
    backdrop-filter: blur(10px);
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
}

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

.post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .post-thumbnail {
    transform: scale(1.05);
}

.post-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #C4DD21 0%, #D4ED31 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.post-content {
    padding: 1.5rem;
}

.post-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.post-category {
    background: #C4DD21;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-weight: 500;
}

.post-date {
    color: #6b7280;
}

.post-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.post-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #C4DD21;
}

.post-excerpt {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.post-link {
    color: #C4DD21;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.post-link:hover {
    color: #A0B518;
}

/* No posts message for simplified blog */
.no-posts-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.no-posts-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.no-posts-content h3 {
    font-size: 1.5rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.no-posts-content p {
    color: #475569;
    margin-bottom: 2rem;
    font-size: 1.125rem;
}

/* Pagination styling */
.pagination-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination-links a,
.pagination-links span {
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
    text-decoration: none;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.pagination-links a:hover {
    background: rgba(96, 165, 250, 0.2);
    color: #D4ED31;
    border-color: #D4ED31;
}

.pagination-links .current {
    background: #D4ED31;
    color: white;
    border-color: #D4ED31;
}

.blog-pagination {
    text-align: center;
    margin-top: 3rem;
}

.btn-load-more {
    background: rgba(96, 165, 250, 0.1);
    color: #D4ED31;
    border: 1px solid #D4ED31;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background: #D4ED31;
    color: white;
}

/* Newsletter Section */
.newsletter-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #D4ED31 0%, #E5FE42 100%);
    text-align: center;
}

.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.newsletter-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto 1rem;
}

.newsletter-input {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
}

.newsletter-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.btn-newsletter {
    background: white;
    color: #D4ED31;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-newsletter:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.newsletter-note {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
}

/* Responsive Design for New Pages */
@media (max-width: 768px) {
    .portfolio-hero-title,
    .contact-hero-title,
    .blog-hero-title {
        font-size: 2.5rem;
    }
    
    .portfolio-stats {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }
    
    .filter-tabs {
        flex-direction: column;
        align-items: center;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    
    .case-study-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .testimonials-slider {
        grid-template-columns: 1fr;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .location-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .featured-article {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .articles-grid {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
}


.single-post p {
  padding-bottom: 25px;
}

/* Contact Form 7 Integration Styles */
.wpcf7-form {
    margin: 0;
}

.wpcf7-form .contact-form {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #1f2937;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #C4DD21;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.wpcf7-form .wpcf7-checkbox {
    margin: 0;
}

.wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-list-item-label {
    margin-left: 0.5rem;
    color: #374151;
    font-size: 0.9rem;
}

.wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(to right, #C4DD21, #A0B518);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.wpcf7-form .wpcf7-submit:hover {
    background: linear-gradient(to right, #A0B518, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.wpcf7-form .wpcf7-response-output {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

.wpcf7-mail-sent-ok {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

.wpcf7-form .wpcf7-not-valid {
    border-color: #ef4444 !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Checkbox Styling for Contact Form 7 */
.wpcf7-form .checkbox-group .wpcf7-checkbox {
    position: relative;
}

.wpcf7-form .checkbox-group input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
    position: relative;
    top: 2px;
}



.person-image {
  background: #1c1c1c;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  max-width: 350px;
  margin: auto;
}



.person-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

