﻿:root {
    --aqua: #00cfc8;
    --darkAqua: #009d98;
    --white: #ffffff;
    --light: #f5ffff;
    --text: #1f2937;
}

body {
    font-family: 'Segoe UI';
    background: #fff;
    color: var(--text);
}

.hero-section {
    background: linear-gradient(135deg,#00cfc8,#009d98);
}

.hero-title {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
}

.hero-description {
    color: #fff;
    font-size: 1.2rem;
}

.hero-badge {
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    color: #00cfc8;
    font-weight: 600;
}

.btn-aqua {
    background: #fff;
    color: #00cfc8;
    border: none;
}

.btn-outline-aqua {
    border: 2px solid #fff;
    color: #fff;
}

.glass-card {
    backdrop-filter: blur(15px);
    background: rgba(255,255,255,.15);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
}

.feature-card,
.service-card,
.info-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

    .feature-card:hover,
    .service-card:hover {
        transform: translateY(-10px);
    }

.section-title {
    font-weight: 800;
    font-size: 2.5rem;
}

.section-tag {
    color: #00cfc8;
    font-weight: 700;
}

.floating-card {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.industries-section {
    background: #f7ffff;
}

.industry-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    height: 100%;
    transition: .4s;
}

    .industry-card:hover {
        transform: translateY(-10px);
    }

.process-box {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    margin-bottom: 20px;
}

    .process-box span {
        width: 60px;
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #00cfc8;
        color: #fff;
        border-radius: 50%;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

.counter-section {
    background: linear-gradient(135deg,#00cfc8,#009d98);
    color: #fff;
}

.counter-box h2 {
    font-size: 4rem;
    font-weight: 800;
}

.benefit-list {
    list-style: none;
    padding: 0;
}

    .benefit-list li {
        margin-bottom: 12px;
        font-weight: 600;
    }

        .benefit-list li::before {
            content: "✓ ";
            color: #00cfc8;
            font-weight: bold;
        }

.btn-primary-custom {
    background: #00cfc8;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
}

.job-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .4s;
}

    .job-card:hover {
        transform: translateY(-10px);
    }

.job-type {
    background: #00cfc8;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.testimonial-section {
    background: #f5ffff;
}

.testimonial-box {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.cta-section {
    background: linear-gradient(135deg,#00cfc8,#009d98);
    color: #fff;
    padding: 80px 0;
}

.newsletter-section {
    background: #f5ffff;
}

.newsletter-box {
    max-width: 600px;
    margin: auto;
    display: flex;
    gap: 10px;
}



/* =========================================
   HERO SECTION
========================================= */

.herosection {
    background: linear-gradient( 135deg, #FFFFFF 0%, #F8FFFF 40%, #E8FFFF 100% );
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

/* =========================================
   LEFT CONTENT
========================================= */

.hero-badge {
    display: inline-block;
    background: #DFFCFB;
    color: #009D98;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.herotitle {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1;
    color: #0F172A;
}

    .herotitle span {
        color: #00CFC8;
    }

.herodescription {
    font-size: 20px;
    line-height: 1.8;
    color: #475569;
    margin-top: 25px;
}

.herolist {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

    .herolist li {
        font-size: 18px;
        color: #334155;
        margin-bottom: 15px;
        font-weight: 500;
    }

        .herolist li::before {
            content: "✓";
            color: #00CFC8;
            font-weight: bold;
            margin-right: 12px;
        }

/* =========================================
   WHATSAPP BUTTON
========================================= */

.herobuttons {
    margin-top: 35px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient( 135deg, #00CFC8, #00B8B1 );
    color: white;
    text-decoration: none;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 15px 30px rgba(0, 207, 200, .25);
    transition: .3s;
}

    .btn-whatsapp:hover {
        transform: translateY(-4px);
        color: white;
    }

    .btn-whatsapp i {
        font-size: 22px;
    }

/* =========================================
   CONSULTATION FORM
========================================= */

.consultation-form {
    background: #FFFFFF;
    padding: 35px;
    border-radius: 25px;
    border: 1px solid #E6F8F8;
    box-shadow: 0 25px 60px rgba(0,0,0,.08), 0 10px 30px rgba(0,207,200,.08);
}

.consultation-badge {
    display: inline-block;
    background: #FFF5D9;
    color: #D97706;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

.consultation-title {
    margin-top: 20px;
    font-size: 34px;
    font-weight: 800;
    color: #0F172A;
}

.consultation-text {
    margin-top: 10px;
    color: #64748B;
    margin-bottom: 25px;
}

/* =========================================
   FORM FIELDS
========================================= */

.form-label {
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.custom-input {
    height: 52px;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    border-radius: 12px;
    padding-left: 15px;
}

    .custom-input:focus {
        border-color: #00CFC8;
        box-shadow: 0 0 0 4px rgba(0,207,200,.15);
        outline: none;
    }

.custom-textarea {
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    border-radius: 12px;
    padding: 15px;
    resize: none;
}

    .custom-textarea:focus {
        border-color: #00CFC8;
        box-shadow: 0 0 0 4px rgba(0,207,200,.15);
        outline: none;
    }

/* =========================================
   SUBMIT BUTTON
========================================= */

.btn-consultation {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 14px;
    background: linear-gradient( 135deg, #00CFC8, #00B8B1 );
    color: white;
    font-size: 17px;
    font-weight: 700;
    transition: .3s;
}

    .btn-consultation:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0,207,200,.25);
    }






.home-page {
    background-image: url('../photo/karyarthiwebsite.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}


.commitment-section {
    padding: 120px 0;
    background: linear-gradient( 135deg, #ffffff, #f8ffff, #ecffff);
}

.commitment-image {
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.commitment-text {
    font-size: 18px;
    line-height: 1.9;
    color: #475569;
    margin: 25px 0;
}

.commitment-points {
    margin-top: 30px;
}

.point {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #334155;
}

    .point i {
        color: #00cfc8;
        margin-right: 12px;
        font-size: 20px;
    }





.commitment-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .4s;
}

    .commitment-card:hover {
        transform: translateY(-10px);
    }

    .commitment-card i {
        font-size: 45px;
        color: #00cfc8;
        margin-bottom: 15px;
    }