/* styles.css */

html,
body {
    overflow-x: hidden;
    /* 👈 Prevent horizontal scrolling */
    width: 100%;
    /* 👈 Ensures full-width only */
}



.homepage>section.footer {
    height: unset;
    /* ✅ Removes the 100vh only for footer */
}



.homepage {
    width: 100%;
    overflow-x: hidden;
}

.py-5 {
    padding-top: 6rem !important;
    padding-bottom: 3rem !important;
}

/* Apply scroll snap only for desktop (min-width: 992px or your preferred breakpoint) */
@media screen and (min-width: 992px) {
    .homepage {
        scroll-snap-type: y mandatory;
        height: 100vh;
        overflow-y: scroll;
    }

    .homepage>section {
        scroll-snap-align: start;
        height: 100vh;
    }

    /* Optional: disable scroll bar in desktop if not needed visually */
    .homepage::-webkit-scrollbar {
        display: none;
    }
}


/* 🔧 Optional: Disable 100vh for ALL sections on small screens */
@media (max-width: 768px) {
    .homepage>section {
        height: auto;
    }
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    opacity: 0.7;
    z-index: 10;
    cursor: pointer;
}

/* Hero Section */
/* Add this CSS to your styles */
/* .header {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    background: linear-gradient(135deg, #4b3cff, #00d1ff);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
} */


/* CSS for hamburger menu */


/* index.css */
.responsive-padding {
    padding-top: 70px;
}

@media (max-width: 768px) {
    .responsive-padding {
        padding-top: 90px;
    }
}

/* Hero Section Styling */
.full-width-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 6rem 1rem 4rem;
    background: #fdfdfd;
    z-index: 1;
    text-align: center;
}


.hero-subtitle {
    font-size: 1.25rem;
    color: #475569;
    margin: 1rem auto 2rem;
    max-width: 800px;
}

.hero-button {
    background: linear-gradient(90deg, #000000, #3f83f8, #111413);
    background-size: 200% 100%;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background 0.4s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.hero-button:hover {
    background-position: 100% 0;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.hero-button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #00d1ff;
    color: #ffffff;
    border: 2px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.4s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-decoration: none;
}

.hero-button:hover {
    background: linear-gradient(45deg, #076d84, #261fae, #024a20);
    color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}




.text-gradient {
    background: linear-gradient(90deg, #00ffcc, #00d1ff, #00ff6a);
    -webkit-background-clip: text;
    color: transparent;
}

/* hero icon  */

.hero {
    position: relative;
    text-align: center;
    padding: 250px 20px;
    color: white;
    background: #121212;
    overflow: hidden;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease-in-out;
    animation: flicker 3s infinite;
}


@keyframes flicker {

    0%,
    100% {
        text-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
    }

    50% {
        text-shadow: 0 0 20px rgba(0, 255, 255, 0.7);
    }
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #00f6ff;
    }

    100% {
        text-shadow: 0 0 20px #00f6ff, 0 0 30px #00f6ff;
    }
}

.glow-divider {
    width: 100px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #00e0ff, #40ffba);
    box-shadow: 0 0 10px #00e0ff66, 0 0 20px #40ffba66;
}

.hero-title:hover {
    color: #00d1ff;
    /* Accent color on hover */
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #cccccc;
    margin-top: 10px;
    line-height: 1.6;
    transition: color 0.3s ease-in-out;
}

.hero-subtitle:hover {
    color: #00ffcc;
    /* Accent color on hover */
}



.hero-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}



/* .hero-icon {
    font-size: 80px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
} */

.business-icon {
    color: #00d1ff;
}

.tech-icon {
    color: #00ffcc;
}

.growth-icon {
    color: #00ff6a;
}

.bar-graph {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0.5rem;
}

.bar {
    width: 10px;
    height: 20px;
    background: #00d1ff;
    animation: growBar 1.5s infinite alternate;
}

.bar:nth-child(2) {
    height: 30px;
    background: #00ffcc;
    animation-delay: 0.3s;
}

.bar:nth-child(3) {
    height: 40px;
    background: #00ff6a;
    animation-delay: 0.6s;
}

@keyframes growBar {
    0% {
        transform: scaleY(0.6);
    }

    100% {
        transform: scaleY(1.2);
    }
}

.code-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0.5rem;
}

.line {
    width: 40px;
    height: 4px;
    background: #00ffff;
    opacity: 0.6;
    animation: pulseLine 1.2s infinite alternate;
}

.line:nth-child(2) {
    width: 30px;
    background: #00d1ff;
    animation-delay: 0.3s;
}

.line:nth-child(3) {
    width: 35px;
    background: #00ffcc;
    animation-delay: 0.6s;
}

@keyframes pulseLine {
    0% {
        opacity: 0.3;
        transform: translateX(0px);
    }

    100% {
        opacity: 1;
        transform: translateX(5px);
    }
}

.grow-lines {
    margin-top: 0.5rem;
    position: relative;
    width: 24px;
    height: 32px;
}

.sprout {
    width: 6px;
    height: 28px;
    background: #00ff6a;
    margin: auto;
    animation: growSprout 2s infinite alternate;
}

.leaf {
    width: 14px;
    height: 14px;
    background: #00ffcc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 5px;
    animation: pulseLeaf 2s infinite alternate;
}

@keyframes growSprout {
    0% {
        height: 14px;
    }

    100% {
        height: 28px;
    }
}

@keyframes pulseLeaf {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.2);
    }
}



.content-wrapper {
    background-color: #f9fafb;
}

/* core pillars */
.core-pillars-section {
    background-color: #fefefe;
    position: relative;
    z-index: 1;
}

.pillar-card {
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    z-index: 2;
}

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

.pillar-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4b3cff, #00d1ff);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

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

.pillar-icon {
    font-size: 36px;
    color: #ffffff;
}

.core-pillars-section-clean {
    background-color: #ffffff;
}

.pillar-label {
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.3s ease;
}

.icon-clean {
    font-size: 100px;
    transition: transform 0.4s ease, color 0.3s ease;
}

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

@media (min-width: 768px) {
    .icon-circle {
        font-size: 80px;
    }

    .pillar-label {
        font-size: 1.75rem;
    }
}

/* About Section */
@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Services Section */


.services-section .service-card:hover {
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.15);
}

.services-section .cta-button {
    background-color: #1e40af;
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.services-section .cta-button:hover {
    background-color: #2563eb;
}

/* Why Choose Us Section */




/* Testimonials Section */


/* Contact Us Section */
.contact-us-section {
    margin-top: 4rem;
    text-align: center;
    background-color: #f9fafb;
    padding: 4rem 2rem;
    border-radius: 1rem;
}

.contact-us-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.contact-us-section p {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 1.25rem;
}

.contact-us-section .cta-button {
    background-color: #1e40af;
    color: white;
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-us-section .cta-button:hover {
    background-color: #2563eb;
}


/* Smooth blink animation */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

/* Fade out other items */
.about-section:hover .fade-on-hover {
    opacity: 0.3;
    transition: opacity 0.5s ease;
}

/* Hover active on Start a Project only */
.about-section:hover .project-hover {
    animation: blink 1.5s infinite ease-in-out;
}

.start-project-box {
    border: 2px solid transparent;
    transition: transform 0.4s, border-color 0.4s;
}

.project-hover:hover .start-project-box {
    transform: scale(1.05);
    border-color: #00ff88;
}