/* ===== CLEAN DATE INPUT STYLING ===== */
.form-group.date-field {
    margin-bottom: 20px;
    position: relative;
}

.date-input-container {
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.date-input-container input[type="date"] {
    width: 100%;
    padding: 14px 45px 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
    height: 48px;
}

.date-input-container input[type="date"]:hover {
    border-color: rgba(102, 126, 234, 0.3);
    background: rgba(102, 126, 234, 0.03);
}

.date-input-container input[type="date"]:focus {
    outline: none;
    border-color: #667eea;
    background: rgba(102, 126, 234, 0.05);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

/* Calendar icon */
.date-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    font-size: 16px;
}

/* Date picker button styling */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    opacity: 0;
    z-index: 2;
}

/* Custom placeholder */
.date-input-container input[type="date"]:not(:valid):not(:focus) {
    color: rgba(255, 255, 255, 0.4);
}

.date-input-container input[type="date"]:not(:valid):not(:focus)::before {
    content: 'Select a future date';
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Remove default calendar edit styling */
input[type="date"]::-webkit-datetime-edit {
    color: rgba(255, 255, 255, 0.9);
}

input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

input[type="date"]::-webkit-datetime-edit-text {
    color: rgba(255, 255, 255, 0.9);
    padding: 0 4px;
}

input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
    color: rgba(255, 255, 255, 0.9);
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/* Remove clear button */
input[type="date"]::-webkit-clear-button {
    display: none;
}

/* Firefox styling */
input[type="date"]::-moz-focus-inner {
    border: 0;
}

/* Date hint text */
.date-hint {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
    margin-left: 4px;
    font-style: italic;
}

/* Error state for date */
.date-input-container input[type="date"].error {
    border-color: #ff6b6b;
    background: rgba(255, 107, 107, 0.05);
}

.date-input-container input[type="date"].error:focus {
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.15);
}

/* Success state for date */
.date-input-container input[type="date"].valid {
    border-color: #4CAF50;
    background: rgba(76, 175, 80, 0.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .date-input-container input[type="date"] {
        padding: 12px 42px 12px 14px;
        font-size: 14px;
        height: 44px;
    }
    
    .date-icon {
        right: 14px;
        font-size: 15px;
    }
    
    .date-hint {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .date-input-container input[type="date"] {
        padding: 11px 40px 11px 12px;
        font-size: 13px;
        height: 42px;
    }
    
    .date-icon {
        right: 12px;
        font-size: 14px;
    }
    
    .date-hint {
        font-size: 10px;
    }
}

/* ===== NAVBAR STYLES ===== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* background: rgba(0, 0, 0, 0.9); */
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

header.scrolled {
    /* background: rgba(0, 0, 0, 0.95); */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.nav-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /* padding: 0 2rem; */
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    position: relative;
}

/* Logo */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1001;
}

.logo {
    
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

/* Desktop Navigation */
.desktop-nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #a7a7a7;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 200;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /* letter-spacing: 0.05em; */
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.nav-link i {
    font-size: 1rem;
    opacity: 0.8;
}

.nav-link:hover {
    color: #fff;
    background: rgba(102, 0, 197, 0.1);
}

.nav-link:hover i {
    opacity: 1;
}

.nav-link.active {
    color: #6600c5;
    background: rgba(102, 0, 197, 0.15);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #6600c5;
    border-radius: 50%;
}

.nav-link.active i {
    color: #6600c5;
    opacity: 1;
}

/* Nav CTA Button */
.btn-nav-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #6600c5;
}

.btn-nav-cta i {    
    font-size: 1.1rem;
}

.btn-nav-cta:hover {
    background: #5300a0;
    border-color: #5300a0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 0, 197, 0.3);
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.menu-line {
    display: block;
    width: 100%;
    height: 3px;
    background: #e7e7e7;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-btn.active .menu-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-btn.active .menu-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .menu-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu-btn:hover .menu-line {
    background: #6600c5;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    padding: 2rem;
}

.mobile-nav.active {
    transform: translateX(0);
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #e7e7e7;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1rem 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-link i {
    font-size: 1.3rem;
    width: 24px;
    text-align: center;
    opacity: 0.8;
}

.mobile-nav-link:hover {
    color: #fff;
    background: rgba(102, 0, 197, 0.2);
    border-color: #6600c5;
    transform: translateX(10px);
}

.mobile-nav-link.active {
    color: #6600c5;
    background: rgba(102, 0, 197, 0.15);
    border-color: #6600c5;
}

.mobile-nav-link.active i {
    color: #6600c5;
    opacity: 1;
}

.mobile-nav-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #6600c5;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 50px;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.mobile-nav-cta i {
    font-size: 1.4rem;
}

.mobile-nav-cta:hover {
    background: #5300a0;
    transform: scale(1.05);
}

/* No scroll when mobile menu is open */
.no-scroll {
    overflow: hidden;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: black;
    color: #e7e7e7;
    min-height: 100vh;
    line-height: 1.5;   
    padding-top: 80px; /* For fixed header */
}

/* Gradient And layer blur effect */
.image-gradient{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    z-index: -1;
}

.layer-blur{
    height: 0;
    width: 30rem;
    position: absolute;
    top: 20%;
    right: 0;
    box-shadow: 0 0 700px 15px white;
    rotate: -30deg;
    z-index: -1;
}

/* CONTAINER */
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    overflow: visible;
}

/* MAIN */
main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(90vh - 6rem);
}

.content{
    max-width: 40rem;
    z-index: 999;
}

.content h2{
    font-size: 3rem;
    font-weight: 200;
    text-align: justify;
}

.content h2 i{
    color: #6600c5;
}

.tag-box{
    position: relative;
    width: 18rem;
    height: 2.5rem;
    border-radius: 50px;
    background: linear-gradient(to right, #656565, #7f42a7, #6600c5, #5300a0, #757575, #656565);
    background-size: 200%;
    animation: animationGradient 2.5s linear infinite;
    box-shadow: 0 0 15px rgba(255,255,255,0.3);
}

@keyframes animationGradient{
    to{
        background-position: 200%;
    }
}

.tag-box .tag{
    position: absolute;
    inset: 3px;
    background-color: black;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    cursor: pointer;
}

.tag-box .tag:hover{
    color: #5300a0;
}

/* --- TYPEWRITER DESCRIPTION STYLE --- */
.description{
    font-size: 1.2rem;
    /* letter-spacing: 0.05em; */
    max-width: 35rem;
    color: gray;
    min-height: 120px; 
    text-align: justify;
}

.description::after {
    content: '|';
    margin-left: 5px;
    color: #fff;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
/* ------------------------------------ */

.buttons{
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.btn-get-started{
    text-decoration: none;
    border: 1px solid #2a2a2a;
    padding: 0.7rem 1.2rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: background-color 0.2s ease;
}

.btn-get-started:hover{
    background-color: #1a1a1a;
}

.btn-signing-main{
    text-decoration: none;
    background-color: lightgrey;
    color: black;
    padding: 0.6rem 2.5rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: background-color 0.2s ease;
}

.btn-signing-main:hover{
    background-color: grey;
}

.robot-3d{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40%;
    max-width: 600px;
    height: 70vh;
    z-index: 1;
}

/* WHO WE SERVE SECTION */
.audience-section {
    width: 100%;
    height: auto;
    min-height: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 0;
}

.section-head{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
    margin-bottom: 30px;
}

.section-head h1{
    color: white;
    font-size: 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
}

.audience-content{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    height: auto;
    width: 85%;
    gap: 20px;
}

.audience-card{
    width: 30%;
    border: 0.3px solid rgba(255, 255, 255, 0.266);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 4px 4px 8px 0 rgba(233, 232, 232, 0.55);
    overflow: hidden;
    background-color: black;
    transition: 0.6s;
}

.audience-card:hover{
    transform: scale(1.05);
    background-color: #101010e6;
    box-shadow: 
        0 0 100px rgba(102, 0, 197, 0.3),
        0 0 200px rgba(102, 0, 197, 0.1),
        0 0 300px rgba(102, 0, 197, 0.05);
}

.audience-icon{
    font-size: 3rem;
    margin-bottom: 20px;
}

.audience-card h3{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.audience-card h3 i{
    color: #6600c5;
}

.audience-card p{
    color: rgb(110, 109, 109);
    text-align: justify;
    line-height: 1.8rem;
    margin-bottom: 20px;
}

.audience-card ul{
    text-align: justify;
    line-height: 1.8rem;
    margin: 20px;
    list-style-type: disc;
    padding-left: 30px;
}

.audience-card ul li::marker {
    color: #6600c5;
    font-size: 1.2rem;
}

.audience-card ul li{
    color: rgb(109, 109, 110);
    margin-bottom: 8px;
    font-size: 0.9rem;
}

/* PRODUCTS SECTION */
.product {
    width: 100%;
    height: auto;
    min-height: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 50px;
}

.product-head{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
    margin-bottom: 30px;
}

 .sidebar{
    height: 5px;
    width: 300px;
    background: linear-gradient(to right, #656565, #7f42a7, #6600c5, #5300a0, #757575, #656565);
    animation: animationGradient 2.5s linear infinite;
    background-size: 200%;
}

.product-head h1{
    color: white;
    font-size: 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-content{
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    height: auto;
    width: 85%;
    gap: 20px;
}

.product-card{
    width: 30%;
    border: 0.3px solid rgba(255, 255, 255, 0.266);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 4px 4px 8px 0 rgba(233, 232, 232, 0.55);
    overflow: hidden;
    background-color: black;
}

.product-card:hover{
    transform: scale(1.05);
    transition: 0.6s;
    background-color: #101010e6;
    box-shadow: 
        0 0 100px rgba(102, 0, 197, 0.3),
        0 0 200px rgba(102, 0, 197, 0.1),
        0 0 300px rgba(102, 0, 197, 0.05);
}

.card-logo{
    width: 50px;
    height: 50px;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    margin: 10px;
}

.product-card h1{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
}

.product-card h1 i{
    color: #6600c5;
}

.product-card p{
    color: rgb(110, 109, 109);
    text-align: justify;
    line-height: 2rem;
    margin: 15px 0;
}

.product-card ul{
    text-align: justify;
    line-height: 2rem;
    margin: 20px;
    list-style-type: disc;
    padding-left: 30px;
}

.product-card ul li::marker {
    color: #6600c5;
    font-size: 1.5rem;
}

.product-card ul li{
    color: rgb(109, 109, 110);
    margin-bottom: 8px;
    font-size: 1rem;
}

.card-button{
    margin-top: 15px;
    display: inline-block;
    padding: 10px 20px;
    border: 1.5px solid #6600c5;
    background-color: black;
    border-radius: 50px;
    color:#6600c5;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}

.card-button:hover {
    background-color: #6600c5;
    color: white;
}

/* PROCESS SECTION */
.process-section {
    width: 100%;
    height: auto;
    min-height: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 0;
    background: rgba(10, 10, 10, 0.9);
}

.process-content{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    height: auto;
    width: 85%;
    gap: 20px;
    flex-wrap: wrap;
}

.process-step{
    width: 22%;
    height:30vh;
    border: 0.3px solid rgba(255, 255, 255, 0.266);
    border-radius: 20px;
    padding: 25px;
    background-color: black;
    transition: 0.4s;
}

.process-step:hover{
    transform: translateY(-10px);
    border-color: #6600c5;
}

.step-number{
    font-size: 2.5rem;
    font-weight: 700;
    color: #6600c5;
    margin-bottom: 15px;
}

.process-step h3{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: white;
}

.process-step p{
    color: rgb(110, 109, 109);
    text-align: justify;
    line-height: 1.6rem;
    font-size: 0.9rem;
}

/* CTA SECTION */
.cta-section{
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    padding: 50px;
    background: linear-gradient(135deg, #6600c5 0%, #5300a0 100%);
    border-radius: 30px;
    text-align: center;
}

.cta-content h2{
    color: white;
    font-size: 2.5rem;
    font-weight: 200;
    margin-bottom: 20px;
}

.cta-content p{
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta{
    display: inline-block;
    padding: 12px 30px;
    background-color: white;
    color: #6600c5;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-cta:hover{
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.btn-cta-secondary{
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-cta-secondary:hover{
    background-color: white;
    color: #6600c5;
}

/* WHATSAPP BUTTON */
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.whatsapp-text {
    color: rgb(198, 194, 194);
    padding: 8px 15px;
    border-radius: 50px;
    margin-right: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.whatsapp-container:hover {
    transform: scale(1.05);
}

.whatsapp-container:hover .whatsapp-text {
    color: #25d366;
}

/* --- FOOTER STYLING (ORIGINAL - NO CHANGES) --- */
.footer-box{
    display:flex;
    flex-direction:column;
    width: 100%;
    height: auto;
    padding: 50px 0;
    border-top:1px solid rgba(110, 109, 109, 0.48);
    background-color: #050505;
}

.footer-content{
    display:flex;
    width:100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer-content-sec{
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items:center;
    width:25%;
    min-width: 250px;
    padding: 0 15px;
}

#footer-logo{
    justify-content: center;
}

.footer-media {
    margin-top: 20px;
}

.media-logo{
    width:30px;
    height:30px;
    margin:0 10px;
    transition: transform 0.2s;
}
.media-logo:hover {
    transform: scale(1.2);
}

#quick, #legal, #footer-contact{
    align-items: flex-start;
}

#quick h1, #legal h1, #footer-contact h1{
    font-size:1.2rem;
    margin-bottom:20px;
    font-weight: 500;
    color: white;
    border-left: 3px solid #6600c5;
    padding-left: 10px;
}

#quick ul, #legal ul {
    padding: 0;
}

#quick ul li, #legal ul li{
    list-style-type: none;
    margin-bottom: 10px;
}

#quick ul li a, #legal ul li a{
    text-decoration: none;
    color: #a7a7a7;
    font-size: 1rem;
    transition: 0.3s;
}

#quick ul li a:hover, #legal ul li a:hover {
    color: #6600c5;
    padding-left: 5px;
}

.mail, .call{
    display:flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 15px;
    width: 100%;
}

.mail-icon, .call-icon{
    width:20px;
    height:20px;
    margin-right:15px;
}

.mail a, .call a {
    text-decoration: none;
    color: #a7a7a7;
    font-size: 1rem;
    transition: 0.3s;
}

.mail:hover a, .call:hover a {
    color: #6600c5;
}

.footer-rights{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    margin-top: 40px;
    color: gray;
    font-size: 0.9rem;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
    .content h2 {
        font-size: 2.8rem;
    }
    
    .robot-3d{
        width: 45%;
        right: 2%;
    }
    
    .audience-content, .product-content, .process-content {
        flex-wrap: wrap; 
    }
    
    .audience-card, .product-card {
        min-width: 300px;
        flex: 1 1 calc(50% - 2rem);
    }
    
    .process-step {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .desktop-nav, .btn-nav-cta {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    .nav-wrapper {
        padding: 0.8rem 0;
    }
    
    .content h2 {
        font-size: 2.5rem;
    }
    
    .description {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 1rem;
    }
    
    .content {
        margin-top: 20px;
        max-width: 100%;
    }
    
    .tag-box {
        width: 14rem;
    }
    
    .content h2 {
        font-size: 2.2rem;
    }
    
    .description {
        font-size: 1rem;
    }
    
    .btn-get-started, .btn-signing-main {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    
    .robot-3d {
        display: none;
    }
    
    .audience-content, .product-content, .process-content {
        flex-direction: column;
        width: 90%;
    }
    
    .audience-card, .product-card, .process-step {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .section-head h1, .product-head h1 {
        font-size: 2rem;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .section-head h1 .sidebar, .product-head h1 .sidebar {
        width: 100px;
    }
    
    .cta-section {
        padding: 30px 20px;
        width: 95%;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta, .btn-cta-secondary {
        width: 100%;
        text-align: center;
        padding: 1rem 1.5rem;
    }
    
    /* FOOTER MOBILE RESPONSIVE */
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-content-sec {
        width: 100%;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
    
    #quick, #legal, #footer-contact {
        align-items: center;
    }
    
    #quick h1, #legal h1, #footer-contact h1 {
        border-left: none;
        border-bottom: 3px solid #6600c5;
        padding-left: 0;
        padding-bottom: 5px;
    }
    
    .mail, .call {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .content h2 {
        font-size: 1.8rem;
    }
    
    .tag-box {
        width: 12rem;
        height: 2.2rem;
    }
    
    .tag-box .tag {
        font-size: 0.9rem;
    }
    
    .buttons {
        flex-direction: column;
    }
    
    .btn-get-started, .btn-signing-main {
        width: 100%;
        text-align: center;
    }
    
    .mobile-nav-link {
        font-size: 1.1rem;
        padding: 0.8rem 1.5rem;
    }
    
    .mobile-nav-cta {
        font-size: 1.1rem;
        padding: 0.8rem 1.5rem;
    }
    
    .section-head h1, .product-head h1 {
        font-size: 1.6rem;
    }
    
    .whatsapp-container {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-text {
        font-size: 16px;
        padding: 6px 12px;
    }
    
    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }
}

/* ===== ABOUT PAGE SPECIFIC STYLES ===== */

/* About Hero Section */
.about-hero {
    padding: 120px 0 80px;
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
    position: relative;
    overflow: hidden;
}

.about-hero-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.about-hero-text {
    flex: 1;
}

.about-title {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.title-line {
    display: block;
}

.title-line.highlight {
    color: #6600c5;
    font-weight: 600;
}

.about-subtitle {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #a7a7a7;
    margin-bottom: 3rem;
    max-width: 600px;
}

.about-stats {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.about-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #6600c5 0%, #5300a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: #a7a7a7;
    margin-top: 0.5rem;
    font-weight: 500;
}

.about-hero-image {
    flex: 1;
    position: relative;
    height: 400px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-element {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(102, 0, 197, 0.1);
    border: 2px solid rgba(102, 0, 197, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #6600c5;
    animation: float 6s ease-in-out infinite;
}

.floating-element.element-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element.element-2 {
    top: 60%;
    right: 15%;
    animation-delay: 1s;
}

.floating-element.element-3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.hero-orb {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(102, 0, 197, 0.2) 0%, rgba(102, 0, 197, 0) 70%);
    border-radius: 50%;
    filter: blur(20px);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

/* Story Section */
.story-section {
    padding: 100px 0;
    background: #000000;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 300;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.sidebar-left, .sidebar-right {
    height: 3px;
    width: 150px;
    background: linear-gradient(to right, #656565, #7f42a7, #6600c5, #5300a0, #757575, #656565);
    animation: animationGradient 2.5s linear infinite;
    background-size: 200%;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #a7a7a7;
    max-width: 600px;
    margin: 0 auto;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.story-text h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: white;
}

.story-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #a7a7a7;
    margin-bottom: 1.5rem;
}

.mission-vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.mission-card, .vision-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.mission-card:hover, .vision-card:hover {
    border-color: #6600c5;
    transform: translateY(-5px);
    background: rgba(102, 0, 197, 0.05);
}

.card-icon {
    width: 50px;
    height: 50px;
    background: rgba(102, 0, 197, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #6600c5;
}

.mission-card h4, .vision-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.mission-card p, .vision-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #a7a7a7;
}

.story-timeline {
    position: relative;
    padding-left: 3rem;
}

.story-timeline::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #6600c5, #5300a0);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 1rem;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    position: absolute;
    left: -4.5rem;
    top: 0;
    background: #6600c5;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
}

.timeline-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.timeline-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #a7a7a7;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background: rgba(10, 10, 10, 0.9);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: #6600c5;
    transform: translateY(-10px);
    background: rgba(102, 0, 197, 0.05);
    box-shadow: 0 10px 30px rgba(102, 0, 197, 0.1);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: rgba(102, 0, 197, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #6600c5;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    background: #6600c5;
    color: white;
    transform: scale(1.1);
}

.value-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #a7a7a7;
}

/* Why Choose Section */
.why-choose-section {
    padding: 100px 0;
    background: #000000;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: #6600c5;
    transform: translateY(-5px);
    background: rgba(102, 0, 197, 0.05);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(102, 0, 197, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #6600c5;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: #6600c5;
    color: white;
    transform: rotate(10deg);
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: white;
}

.feature-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #a7a7a7;
}

/* About CTA Section */
.about-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #6600c5 0%, #5300a0 100%);
}

.about-cta-section .cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-cta-section h2 {
    font-size: 2.8rem;
    font-weight: 300;
    color: white;
    margin-bottom: 1.5rem;
}

.about-cta-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary, .btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-primary {
    background: white;
    color: #6600c5;
}

.btn-cta-primary:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-cta-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-cta-secondary:hover {
    background: white;
    color: #6600c5;
    transform: translateY(-3px);
}

/* ===== RESPONSIVE DESIGN FOR ABOUT PAGE ===== */
@media (max-width: 1200px) {
    .about-hero-content {
        gap: 3rem;
    }
    
    .about-title {
        font-size: 3rem;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .about-hero-content {
        flex-direction: column;
        text-align: center;
    }
    
    .about-hero-image {
        height: 300px;
        margin-top: 2rem;
    }
    
    .about-stats {
        justify-content: center;
    }
    
    .story-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .mission-vision {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 100px 0 60px;
    }
    
    .about-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2.2rem;
        flex-direction: column;
        gap: 1rem;
    }
    
    .sidebar-left, .sidebar-right {
        width: 100px;
    }
    
    .about-stats {
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .about-stat {
        align-items: center;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .story-timeline {
        padding-left: 2rem;
    }
    
    .timeline-year {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 1rem;
        display: inline-block;
    }
    
    .timeline-content {
        padding: 1.2rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .value-card {
        padding: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta-primary, .btn-cta-secondary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .about-title {
        font-size: 2rem;
    }
    
    .about-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .story-text h3 {
        font-size: 1.6rem;
    }
    
    .mission-card, .vision-card {
        padding: 1.5rem;
    }
    
    .value-card {
        padding: 1.5rem;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .about-cta-section h2 {
        font-size: 2rem;
    }
    
    .about-cta-section p {
        font-size: 1.1rem;
    }
}

/* Keep all existing styles from previous CSS */
/* ... previous CSS styles remain unchanged ... */

        /* Modal Styles */
        .quote-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background: white;
            padding: 30px;
            border-radius: 15px;
            max-width: 500px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
        }

        .modal-header h3 {
            margin: 0;
            color: #333;
            font-size: 24px;
            font-weight: 600;
        }

        .close-modal {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #666;
            padding: 5px;
            line-height: 1;
        }

        .close-modal:hover {
            color: #333;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #555;
            font-weight: 500;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #007bff;
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .submit-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
        }

        .submit-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .form-row {
            display: flex;
            gap: 15px;
        }

        .form-row .form-group {
            flex: 1;
        }

        .form-success {
            text-align: center;
            padding: 40px 20px;
            display: none;
        }

        .success-icon {
            color: #4CAF50;
            font-size: 60px;
            margin-bottom: 20px;
        }

        .form-success h3 {
            color: #333;
            margin-bottom: 10px;
        }

        .form-success p {
            color: #666;
            margin-bottom: 20px;
        }

        .form-error {
            color: #f44336;
            font-size: 14px;
            margin-top: 5px;
            display: none;
        }

        /* Checkbox Styles */
        .checkbox-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 10px;
        }

        .checkbox-label {
            display: flex;
            align-items: center;
            cursor: pointer;
            position: relative;
            padding-left: 35px;
            user-select: none;
            color: #555;
            font-weight: normal;
        }

        .checkbox-label input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .checkmark {
            position: absolute;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: #fff;
            border: 2px solid #e0e0e0;
            border-radius: 4px;
            transition: all 0.3s;
        }

        .checkbox-label:hover input ~ .checkmark {
            border-color: #007bff;
        }

        .checkbox-label input:checked ~ .checkmark {
            background-color: #007bff;
            border-color: #007bff;
        }

        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .checkbox-label input:checked ~ .checkmark:after {
            display: block;
        }

        .checkbox-label .checkmark:after {
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

        @media (max-width: 600px) {
            .form-row {
                flex-direction: column;
                gap: 0;
            }
            
            .modal-content {
                padding: 20px;
            }
        }
/* Modal Overlay */
.quote-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
}

/* Modal Container */
.modal-content {
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
    padding: 40px;
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(102, 126, 234, 0.15);
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.modal-header h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    margin-top: 10px;
    border-radius: 1px;
}

.close-modal {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
    padding: 8px;
    line-height: 1;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.close-modal:hover {
    background: rgba(102, 126, 234, 0.2);
    color: #ffffff;
    transform: rotate(90deg);
}

/* Form Elements */
.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.form-group label span {
    color: #667eea;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.2s ease;
    color: rgba(255, 255, 255, 0.9);
    font-family: inherit;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    background: rgba(102, 126, 234, 0.05);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.5;
}

/* Form Row */
.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

/* Checkbox Styles */
.checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 12px;
}

@media (max-width: 480px) {
    .checkbox-group {
        grid-template-columns: 1fr;
    }
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.2s ease;
    user-select: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.checkbox-label:hover {
    border-color: rgba(102, 126, 234, 0.3);
    background: rgba(102, 126, 234, 0.05);
    transform: translateY(-1px);
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    height: 18px;
    width: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: all 0.2s ease;
    margin-right: 12px;
    flex-shrink: 0;
}

.checkbox-label input:checked ~ .checkmark {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block;
    animation: checkmark 0.2s ease;
}

@keyframes checkmark {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.checkbox-label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Submit Button */
.submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s ease;
    margin-top: 8px;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn:disabled {
    background: rgba(255, 255, 255, 0.1);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.submit-btn:disabled:hover::before {
    left: -100%;
}

/* Loading Animation */
.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success Message */
.form-success {
    text-align: center;
    padding: 40px 20px;
    display: none;
}

.success-icon {
    color: #4CAF50;
    font-size: 48px;
    margin-bottom: 24px;
}

.success-icon i {
    background: rgba(76, 175, 80, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(76, 175, 80, 0.3);
}

.form-success h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.form-success p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Error Messages */
.form-error {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 6px;
    display: none;
    font-weight: 400;
    padding-left: 4px;
}

/* Required Field Indicator */
.form-group label.required::after {
    content: ' *';
    color: #ff6b6b;
}

/* Scrollbar Styling */
.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.5);
    border-radius: 3px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.7);
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content {
        padding: 32px 24px;
        max-height: 90vh;
    }
    
    .modal-header {
        margin-bottom: 28px;
    }
    
    .modal-header h3 {
        font-size: 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .submit-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 28px 20px;
        border-radius: 12px;
    }
    
    .modal-header h3 {
        font-size: 18px;
    }
    
    .close-modal {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    
    .checkbox-group {
        grid-template-columns: 1fr;
    }
    
    .success-icon i {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .form-success h3 {
        font-size: 18px;
    }
}

/* Field Focus States */
.form-group input:focus,
.form-group textarea:focus {
    border-color: #667eea;
    outline: none;
}

/* Enhanced Checkbox Styles - Maximum Visibility */
.checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 12px;
    background: rgba(30, 30, 46, 0.8);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(102, 126, 234, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
    .checkbox-group {
        grid-template-columns: 1fr;
        padding: 12px;
    }
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 16px;
    background: rgba(40, 40, 60, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: all 0.2s ease;
    user-select: none;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    font-weight: 400;
}

.checkbox-label:hover {
    border-color: rgba(102, 126, 234, 0.5);
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    height: 22px;
    width: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    transition: all 0.2s ease;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-label:hover .checkmark {
    border-color: rgba(102, 126, 234, 0.8);
    background: rgba(102, 126, 234, 0.1);
}

.checkbox-label input:checked ~ .checkmark {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2), 0 0 15px rgba(102, 126, 234, 0.3);
}

.checkbox-label input:checked ~ span {
    color: #ffffff;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(102, 126, 234, 0.3);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked ~ .checkmark:after {
    display: block;
    animation: checkPop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes checkPop {
    0% {
        transform: scale(0.5) rotate(45deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.2) rotate(45deg);
    }
    100% {
        transform: scale(1) rotate(45deg);
        opacity: 1;
    }
}

.checkbox-label .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Focus outline for better accessibility */
.checkbox-label:has(input:focus) {
    outline: 2px solid rgba(102, 126, 234, 0.6);
    outline-offset: 2px;
}

/* Add service icons next to text */
.service-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-icon {
    color: rgba(102, 126, 234, 0.9);
    font-size: 14px;
}

/* Counter for selected services */
.selected-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 11px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
}

/* Button Focus State */
.submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}

/* Label Text Enhancement */
.form-group label {
    text-transform: none;
    font-weight: 500;
}

/* Input Field Styling */
.form-group input,
.form-group textarea {
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Success Button in Modal */
.form-success .submit-btn {
    width: auto;
    padding: 12px 28px;
    font-size: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.form-success .submit-btn:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4192 100%);
}

/* Helper Text */
.form-helper {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 6px;
    display: block;
    font-style: normal;
}

/* Form Section Spacing */
.form-section {
    margin-bottom: 32px;
}

.form-section:last-child {
    margin-bottom: 0;
}

/* Modal Footer */
.modal-footer {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.modal-footer a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s ease;
}

.modal-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Ensure proper spacing for form elements */
.form-group:last-child {
    margin-bottom: 0;
}

/* Form field hover effects */
.form-group input:hover,
.form-group textarea:hover {
    border-color: rgba(102, 126, 234, 0.3);
}

/* Selection styling */
::selection {
    background: rgba(102, 126, 234, 0.3);
    color: white;
}

/* Focus ring for accessibility */
*:focus {
    outline: none;
}

/* Ensure text is readable */
.modal-content {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Input label emphasis */
.form-group label {
    font-weight: 500;
}

/* Service tags styling */
.service-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Subtle glow effect on focus */
.form-group input:focus,
.form-group textarea:focus {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15), 0 0 20px rgba(102, 126, 234, 0.1);
}
/* Floating Quote Button Styles */
.quote-float {
    position: fixed;
    /* Calculated: 20px (WhatsApp bottom) + 60px (WhatsApp height) + 15px (gap) */
    bottom: 95px; 
    right: 20px; /* Aligns with the WhatsApp button */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* Drop shadow for depth */
    z-index: 1000; /* Ensures it stays on top of other content */
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* Hover Animation */
.quote-float:hover {
    transform: scale(1.1); /* Slightly grows when hovered */
}

/* Logo Image Styling */
.quote-float img {
    width: 50px; 
    height: 50px;
    object-fit:fill;
}

/* Mobile Responsiveness (Optional) */
@media (max-width: 480px) {
    .quote-float {
        bottom: 90px; /* Adjust slightly for mobile if needed */
        right: 15px;
        width: 50px;
        height: 50px;
    }
    
    .quote-float img {
        width: 45px;
        height: 45px;
    }
}
