


.contact-btn {
    background: #fff;
    border: none;
    padding: 12px 35px !important;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #333;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.contact-btn i {
    font-size: 1.2rem;
    opacity: 0.8;
}



/* Header Styles */
.page-header {
    position: relative;
    min-height: 80vh;
    /* background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%) !important; */
    overflow: hidden;
    display: flex;
    align-items: center;
}

.dynamic-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.gradient-sphere {
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, 
        rgba(99, 102, 241, 0.1) 0%,
        rgba(139, 92, 246, 0.05) 50%,
        transparent 70%);
    border-radius: 50%;
    top: -300px;
    left: -200px;
    animation: sphereFloat 20s ease-in-out infinite;
    filter: blur(40px);
}

.floating-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(99, 102, 241, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

.animated-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #6366f1 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
    animation: particlesFloat 15s ease-in-out infinite;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.welcome-tag {
    display: inline-block;
    margin-bottom: .5rem;
}

.tag-content {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(99, 102, 241, 0.1);
    padding: 12px 24px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.tag-text {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
}

.tag-icon {
    font-size: 1.2rem;
}

.hero-title {
    margin-bottom: 2rem;
}

.main-title {
    font-size: 4.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.gradient-text {
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.animated-emoji {
    font-size: 4rem;
    animation: waveHand 2.5s infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1rem;
}

.line {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #6366f1, transparent);
}

.dot {
    width: 6px;
    height: 6px;
    background: #6366f1;
    border-radius: 50%;
}

.hero-subtitle {
    font-size: 2.8rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0rem;
    line-height: 1.3;
}

.services-preview {
    margin-bottom: 1rem;
}

.preview-text {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 2rem;
}



.action-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 0rem;
}

.btn {
    position: relative;
    padding: 16px 35px;
    border-radius: 12px;
    font-size: 1.15rem;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
}

.btn-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-primary {
    background: linear-gradient(45deg, #6366f1, #8b5cf6);
    color: white;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.9);
    color: #6366f1;
    border: 2px solid #6366f1;
}

.btn-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: btnGlow 3s linear infinite;
}


/*
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.tech-icon {
    position: absolute;
    font-size: 1.5rem;
    color: #6366f1;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    animation: iconFloat 10s ease-in-out infinite;
    animation-delay: var(--delay);
}

.tech-icon:nth-child(1) { top: 20%; left: 15%; }
.tech-icon:nth-child(2) { top: 30%; right: 20%; }
.tech-icon:nth-child(3) { bottom: 25%; left: 25%; }
.tech-icon:nth-child(4) { bottom: 35%; right: 15%; }

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #6366f1;
}

 */
 .mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #6366f1;
    border-radius: 25px;
    margin: 0 auto 10px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: #6366f1;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: mouseWheel 1.5s infinite;
}

/* Animations */
@keyframes sphereFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(50px, -30px) rotate(5deg); }
}

@keyframes gridMove {
    0% { transform: translateY(0); }
    100% { transform: translateY(50px); }
}

@keyframes particlesFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20px, 20px); }
}

@keyframes waveHand {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(14deg); }
    20% { transform: rotate(-8deg); }
    30% { transform: rotate(14deg); }
    40% { transform: rotate(-4deg); }
    50% { transform: rotate(10deg); }
    60% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

@keyframes btnGlow {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes iconFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(10px, -15px) rotate(5deg); }
}

@keyframes mouseWheel {
    0% { transform: translate(-50%, 0); opacity: 1; }
    100% { transform: translate(-50%, 15px); opacity: 0; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

  

    .action-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .tech-icon {
        display: none;
    }

    .gradient-sphere {
        width: 500px;
        height: 500px;
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ø§Ù„ØªØ¬Ø§ÙˆØ¨ */
@media (max-width: 1200px) {
    .main-title {
        font-size: 4rem;
    }

    .hero-subtitle {
        font-size: 2.4rem;
    }

    .preview-text {
        font-size: 1.1rem;
    }

    .gradient-sphere {
        width: 800px;
        height: 800px;
    }
}

@media (max-width: 992px) {
    .main-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: .2rem;
    }

   

    .btn {
        padding: 14px 30px;
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 20px 0;
    }

    .main-title {
        font-size: 3rem;
        /* flex-direction: column; */
        /* gap: 10px; */
    }

    .hero-subtitle {
        font-size: 2rem;
        margin-bottom: .2rem;
    }

    .tag-content {
        padding: 10px 20px;
        font-size: 1rem;
    }

   
    .action-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .tech-icon {
        display: none;
    }

    .gradient-sphere {
        width: 500px;
        height: 500px;
    }

    .preview-text {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .scroll-indicator {
        bottom: 20px;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.8rem;
    }

    .animated-emoji {
        font-size: 3rem;
    }

    .tag-content {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .feature-card {
        padding: 12px;
        max-width: 250px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .btn {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .gradient-sphere {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 400px) {
    .main-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.6rem;
    }

    .preview-text {
        font-size: 0.95rem;
    }

    .feature-card {
        max-width: 220px;
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„Ø´Ø§Ø´Ø§Øª Ø§Ù„Ø¹Ø§Ù„ÙŠØ© */
@media (min-height: 800px) {
    .page-header {
        min-height: 70vh;
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„Ø£Ø¬Ù‡Ø²Ø© Ø§Ù„Ù„ÙˆØ­ÙŠØ© ÙÙŠ Ø§Ù„ÙˆØ¶Ø¹ Ø§Ù„Ø£ÙÙ‚ÙŠ */
@media (max-width: 1024px) and (orientation: landscape) {
    .page-header {
        min-height: auto;
        padding: 60px 0;
    }

    .hero-content {
        padding: 20px;
    }

   
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„Ù‡ÙˆØ§ØªÙ ÙÙŠ Ø§Ù„ÙˆØ¶Ø¹ Ø§Ù„Ø£ÙÙ‚ÙŠ */
@media (max-width: 896px) and (orientation: landscape) {
    .page-header {
        min-height: auto;
        padding: 20px 0;
    }

    .main-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.8rem;
    }


    .scroll-indicator {
        display: none;
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„Ø´Ø§Ø´Ø§Øª Ø§Ù„Ø¹Ø±ÙŠØ¶Ø© Ø¬Ø¯Ø§Ù‹ */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .main-title {
        font-size: 5rem;
    }

    .hero-subtitle {
        font-size: 3rem;
    }

    .preview-text {
        font-size: 1.3rem;
    }

    .feature-card {
        padding: 25px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„Ø´Ø§Ø´Ø§Øª Ø§Ù„ØµØºÙŠØ±Ø© Ø¬Ø¯Ø§Ù‹ */
@media (max-width: 320px) {
    .main-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }

    .tag-content {
        padding: 6px 12px;
        font-size: 0.85rem;
    }

    .feature-card {
        max-width: 200px;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ø¯Ø¹Ù… Ø§Ù„Ø´Ø§Ø´Ø§Øª Ø¹Ø§Ù„ÙŠØ© Ø§Ù„Ø¯Ù‚Ø© */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gradient-sphere {
        filter: blur(60px);
    }

    .floating-grid {
        background-size: 40px 40px;
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„Ø£Ø¬Ù‡Ø²Ø© Ø§Ù„ØªÙŠ ØªØ¯Ø¹Ù… hover */
@media (hover: hover) {
    .feature-card:hover {
        transform: translateY(0px);
        box-shadow: 0 10px 20px rgba(99, 102, 241, 0.1);
    }

    .btn:hover {
        transform: translateY(0px);
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„Ø£Ø¬Ù‡Ø²Ø© Ø§Ù„ØªÙŠ Ù„Ø§ ØªØ¯Ø¹Ù… hover */
@media (hover: none) {
    .feature-card:active {
        transform: translateY(0px);
    }

    .btn:active {
        transform: translateY(0px);
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ø®Ø§ØµØ© Ù„Ù„Ø£Ø¬Ù‡Ø²Ø© Ø§Ù„Ù„ÙˆØ­ÙŠØ© */
@media (min-width: 768px) and (max-width: 991px) {
    .page-header {
        min-height: auto;
        padding: 80px 0;
    }

    .hero-content {
        padding: 30px 20px;
    }

    .main-title {
        font-size: 3.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .hero-subtitle {
        font-size: 2.2rem;
        margin-bottom: .2rem;
    }

    .tag-content {
        padding: 12px 25px;
        font-size: 1.1rem;
    }

    .preview-text {
        font-size: 1.1rem;
        max-width: 90%;
        margin: 0 auto 2rem;
    }

   

    .action-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
        padding: 0 20px;
    }

    .btn {
        min-width: 200px;
        padding: 14px 30px;
    }

    .gradient-sphere {
        width: 600px;
        height: 600px;
        opacity: 0.8;
    }

    .floating-grid {
        background-size: 40px 40px;
    }

    .tech-icon {
        display: block;
        transform: scale(0.8);
    }

    .tech-icon:nth-child(1) { top: 15%; left: 10%; }
    .tech-icon:nth-child(2) { top: 25%; right: 15%; }
    .tech-icon:nth-child(3) { bottom: 20%; left: 20%; }
    .tech-icon:nth-child(4) { bottom: 30%; right: 10%; }

    .scroll-indicator {
        bottom: 30px;
    }

    /* ØªØ­Ø³ÙŠÙ†Ø§Øª Ù„Ù„ÙˆØ¶Ø¹ Ø§Ù„Ø£ÙÙ‚ÙŠ ÙÙŠ Ø§Ù„ØªØ§Ø¨Ù„Øª */
    @media (orientation: landscape) {
        .page-header {
            min-height: auto;
            padding: 60px 0;
        }

        .hero-content {
            padding: 20px;
        }

        .main-title {
            font-size: 2.8rem;
        }

        .hero-subtitle {
            font-size: 2rem;
        }


        .scroll-indicator {
            display: none;
        }
    }
}

/* ØªØ­Ø³ÙŠÙ†Ø§Øª Ø¥Ø¶Ø§ÙÙŠØ© Ù„Ù„Ø´Ø§Ø´Ø§Øª Ø§Ù„Ù…ØªÙˆØ³Ø·Ø© Ø§Ù„Ø£ÙƒØ¨Ø± */
@media (min-width: 992px) and (max-width: 1199px) {
    .page-header {
        min-height: 90vh;
    }

    .hero-content {
        padding: 40px 30px;
    }

    .main-title {
        font-size: 3.8rem;
    }

    .hero-subtitle {
        font-size: 2.4rem;
    }

    .preview-text {
        font-size: 1.15rem;
        max-width: 80%;
        margin: 0 auto 2.5rem;
    }


    .gradient-sphere {
        width: 700px;
        height: 700px;
    }

    .tech-icon {
        transform: scale(0.9);
    }
}
