/* ==========================================
   GrowTech Automations
   Premium SaaS Website
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#ffffff;
    color:#0f172a;
}

/* ================= NAVBAR ================= */

nav{
    transition:.3s;
}

nav ul li a{
    color:#334155;
    transition:.3s;
}

nav ul li a:hover{
    color:#2563eb;
}

/* ================= HERO ================= */

.hero{

    padding-top:170px;
    padding-bottom:120px;

    background:
    radial-gradient(circle at top left,#dbeafe 0%,transparent 40%),
    radial-gradient(circle at bottom right,#ccfbf1 0%,transparent 40%),
    #ffffff;

}

.badge{

display:inline-block;

padding:10px 20px;

border-radius:999px;

background:#dbeafe;

color:#2563eb;

font-weight:600;

margin-bottom:25px;

font-size:14px;

}

.hero h1{

font-size:62px;

line-height:1.1;

font-weight:800;

color:#0f172a;

}

.hero h1 span{

display:block;

margin-top:10px;

background:linear-gradient(90deg,#2563eb,#14b8a6);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero p{

margin-top:30px;

font-size:20px;

line-height:36px;

color:#64748b;

max-width:600px;

}

/* ================= BUTTONS ================= */

.hero-btn{

display:inline-block;

padding:16px 34px;

border-radius:14px;

background:linear-gradient(90deg,#2563eb,#14b8a6);

color:white;

font-weight:600;

transition:.35s;

box-shadow:0 15px 40px rgba(37,99,235,.25);

}

.hero-btn:hover{

transform:translateY(-5px);

}

.hero-outline{

display:inline-block;

padding:16px 34px;

border-radius:14px;

border:2px solid #cbd5e1;

font-weight:600;

transition:.35s;

}

.hero-outline:hover{

border-color:#2563eb;

color:#2563eb;

}

/* ================= STATS ================= */

.hero-stats{

display:flex;

gap:60px;

margin-top:70px;

}

.hero-stats h2{

font-size:36px;

font-weight:800;

color:#2563eb;

}

.hero-stats span{

color:#64748b;

}

/* ================= DASHBOARD CARD ================= */

.dashboard-card{

background:white;

padding:20px;

border-radius:30px;

box-shadow:
0 30px 80px rgba(15,23,42,.08);

transition:.4s;

}

.dashboard-card:hover{

transform:translateY(-10px);

}

.dashboard-card img{

width:100%;

border-radius:20px;

display:block;

}

/* ================= RESPONSIVE ================= */

@media(max-width:1024px){

.hero{

text-align:center;

}

.hero h1{

font-size:44px;

}

.hero p{

margin:auto;
margin-top:30px;

}

.hero-stats{

justify-content:center;

flex-wrap:wrap;

gap:30px;

margin-top:50px;

}

}

@media(max-width:768px){

.hero{

padding-top:140px;

}

.hero h1{

font-size:36px;

}

.hero p{

font-size:18px;

line-height:30px;

}

}



/* ================= SERVICES ================= */

.service-card{

background:white;

padding:35px;

border-radius:20px;

transition:.35s;

box-shadow:0 10px 35px rgba(15,23,42,.06);

border:1px solid #e2e8f0;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 60px rgba(37,99,235,.18);

border-color:#2563eb;

}

.service-icon{

width:70px;

height:70px;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

background:linear-gradient(135deg,#2563eb,#14b8a6);

color:white;

border-radius:18px;

margin-bottom:25px;

}

.service-card h3{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}

.service-card p{

color:#64748b;

line-height:1.8;

margin-bottom:20px;

}

.service-card a{

font-weight:600;

color:#2563eb;

text-decoration:none;

}

.service-card a:hover{

color:#14b8a6;

}

/* ================= PROCESS ================= */

.process-card{

background:white;

padding:30px;

border-radius:20px;

border:1px solid #e2e8f0;

text-align:center;

transition:.35s;

}


.process-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(37,99,235,.15);

border-color:#2563eb;

}


.process-number{

width:65px;

height:65px;

margin:0 auto 25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:22px;

font-weight:800;

color:white;

background:linear-gradient(135deg,#2563eb,#14b8a6);

}


.process-card h3{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0f172a;

}


.process-card p{

color:#64748b;

line-height:1.7;

}

/* ================= STATISTICS ================= */


.stat-box{

padding:35px;

border-radius:20px;

background:rgba(255,255,255,.15);

backdrop-filter:blur(10px);

border:1px solid rgba(255,255,255,.25);

transition:.35s;

}


.stat-box:hover{

transform:translateY(-10px);

background:rgba(255,255,255,.25);

}


.stat-box h2{

font-size:48px;

font-weight:800;

margin-bottom:10px;

}


.stat-box p{

font-size:18px;

opacity:.9;

}

/* ================= TESTIMONIALS ================= */


.testimonial-card{

background:#ffffff;

padding:35px;

border-radius:24px;

border:1px solid #e2e8f0;

box-shadow:0 10px 30px rgba(15,23,42,.05);

transition:.35s;

}


.testimonial-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.15);

}



.stars{

color:#f59e0b;

font-size:22px;

margin-bottom:20px;

}



.testimonial-card p{

color:#64748b;

line-height:1.8;

font-size:16px;

margin-bottom:30px;

}



.client{

display:flex;

align-items:center;

gap:15px;

}



.avatar{

width:50px;

height:50px;

border-radius:50%;

background:linear-gradient(135deg,#2563eb,#14b8a6);

color:white;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

}



.client h4{

font-weight:700;

color:#0f172a;

}



.client span{

color:#64748b;

font-size:14px;

}
/* ================= FAQ ================= */


.faq-item{

background:white;

border-radius:18px;

border:1px solid #e2e8f0;

overflow:hidden;

}


.faq-question{

width:100%;

padding:25px 30px;

display:flex;

justify-content:space-between;

align-items:center;

font-size:18px;

font-weight:600;

color:#0f172a;

cursor:pointer;

background:white;

border:none;

}



.faq-answer{

display:none;

padding:0 30px 25px;

color:#64748b;

line-height:1.8;

}



.faq-item.active .faq-answer{

display:block;

}



.faq-item.active .faq-question span:last-child{

transform:rotate(45deg);

}



.faq-question span:last-child{

font-size:28px;

color:#2563eb;

transition:.3s;

}
/* ================= CTA SECTION ================= */


.cta-box{

padding:80px 40px;

border-radius:35px;

background:

linear-gradient(
135deg,
#2563eb,
#14b8a6
);

color:white;

position:relative;

overflow:hidden;

}



.cta-box::before{

content:"";

position:absolute;

width:300px;

height:300px;

background:rgba(255,255,255,.15);

border-radius:50%;

top:-100px;

right:-80px;

}



.cta-tag{

display:inline-block;

padding:8px 18px;

border-radius:50px;

background:rgba(255,255,255,.2);

font-size:14px;

font-weight:600;

letter-spacing:2px;

}



.cta-box h2{

margin-top:25px;

font-size:48px;

font-weight:800;

line-height:1.2;

}



.cta-box p{

margin-top:25px;

font-size:18px;

line-height:1.8;

opacity:.9;

}



.cta-primary{

display:inline-block;

padding:16px 35px;

border-radius:14px;

background:white;

color:#2563eb;

font-weight:700;

transition:.3s;

}



.cta-primary:hover{

transform:translateY(-5px);

}



.cta-secondary{

display:inline-block;

padding:16px 35px;

border-radius:14px;

border:2px solid white;

color:white;

font-weight:700;

transition:.3s;

}



.cta-secondary:hover{

background:white;

color:#2563eb;

}



@media(max-width:768px){

.cta-box h2{

font-size:32px;

}

}
/* ================= FOOTER ================= */


.footer{

background:#0f172a;

padding:80px 0 30px;

color:white;

}



.footer-logo{

height:60px;

margin-bottom:25px;

}



.footer-text{

color:#94a3b8;

line-height:1.8;

margin-bottom:25px;

max-width:320px;

}



.footer h3{

font-size:20px;

font-weight:700;

margin-bottom:25px;

}



.footer ul{

list-style:none;

}



.footer ul li{

margin-bottom:14px;

color:#94a3b8;

}



.footer ul li a{

color:#94a3b8;

transition:.3s;

}



.footer ul li a:hover{

color:#14b8a6;

}



.social-links{

display:flex;

gap:15px;

}



.social-links a{

width:42px;

height:42px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.1);

color:white;

transition:.3s;

}



.social-links a:hover{

background:#2563eb;

transform:translateY(-5px);

}



.contact-list i{

color:#14b8a6;

margin-right:10px;

}



.footer-bottom{

margin-top:60px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.1);

display:flex;

justify-content:space-between;

gap:20px;

color:#94a3b8;

font-size:14px;

}



@media(max-width:768px){

.footer-bottom{

flex-direction:column;

text-align:center;

}

}
/* ==========================================
   SERVICES HERO
========================================== */

.floating{

animation:floating 5s ease-in-out infinite;

}

@keyframes floating{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0px);

}

}

nav a{

transition:.3s;

}

nav ul li a:hover{

color:#2563eb;

}

/* ==========================================
TECH STACK
========================================== */

.logo-marquee{

overflow:hidden;

margin-top:50px;

}

.logo-track{

display:flex;

width:max-content;

animation:marquee 28s linear infinite;

}

.tech-logo{

min-width:220px;

height:90px;

display:flex;

justify-content:center;

align-items:center;

margin-right:25px;

background:white;

border-radius:22px;

font-size:22px;

font-weight:700;

color:#0f172a;

border:1px solid #e5e7eb;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.3s;

}

.tech-logo:hover{

transform:translateY(-8px);

border-color:#2563eb;

color:#2563eb;

}

@keyframes marquee{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

/* ==========================================
SERVICE BOXES
========================================== */

.service-box{

background:white;

padding:35px;

border-radius:24px;

border:1px solid #e5e7eb;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.service-box:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(37,99,235,.18);

border-color:#2563eb;

}

.service-box .service-icon{

width:70px;

height:70px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

background:linear-gradient(135deg,#2563eb,#14b8a6);

margin-bottom:25px;

}

.service-box h3{

font-size:26px;

font-weight:800;

margin-bottom:15px;

}

.service-box p{

color:#64748b;

line-height:1.8;

margin-bottom:20px;

}

.service-box ul{

margin-bottom:25px;

color:#334155;

line-height:2;

}

.service-box a{

color:#2563eb;

font-weight:700;

}
/* ================= INDUSTRIES ================= */

.industry-card{

background:white;

border:1px solid #e5e7eb;

border-radius:24px;

padding:45px 30px;

text-align:center;

transition:.35s;

box-shadow:0 10px 35px rgba(15,23,42,.05);

}

.industry-card:hover{

transform:translateY(-10px);

border-color:#2563eb;

box-shadow:0 20px 50px rgba(37,99,235,.15);

}

.industry-card{

font-size:50px;

}

.industry-card h3{

margin-top:20px;

font-size:22px;

font-weight:700;

color:#0f172a;

}
/* ================= WHY CHOOSE ================= */

.why-image{

height:520px;

border-radius:35px;

background:linear-gradient(135deg,#2563eb,#14b8a6);

display:flex;

justify-content:center;

align-items:center;

font-size:120px;

color:white;

box-shadow:0 30px 80px rgba(37,99,235,.25);

}

.why-item{

background:white;

padding:28px;

border-radius:20px;

border:1px solid #e5e7eb;

transition:.3s;

}

.why-item:hover{

transform:translateX(10px);

border-color:#2563eb;

}

.why-item h3{

font-size:24px;

font-weight:700;

margin-bottom:10px;

}

.why-item p{

color:#64748b;

line-height:1.8;

}
/* ================= PROCESS ================= */

.process-box{

text-align:center;

padding:35px;

border-radius:24px;

background:white;

border:1px solid #e5e7eb;

box-shadow:0 15px 35px rgba(0,0,0,.05);

transition:.35s;

}

.process-box:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(37,99,235,.15);

}

.step{

width:70px;

height:70px;

margin:auto;

margin-bottom:20px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

background:linear-gradient(135deg,#2563eb,#14b8a6);

color:white;

font-size:22px;

font-weight:700;

}

.process-box h3{

font-size:24px;

font-weight:700;

margin-bottom:12px;

}

.process-box p{

color:#64748b;

line-height:1.7;

}
/*================== STATS ==================*/

.stat-card{

padding:40px;

border-radius:25px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(18px);

color:white;

transition:.35s;

}

.stat-card:hover{

transform:translateY(-10px);

background:rgba(255,255,255,.2);

}

.stat-card h2{

font-size:56px;

font-weight:800;

margin-bottom:10px;

}

.stat-card p{

font-size:18px;

opacity:.9;

}
/*================== TESTIMONIALS ==================*/

.testimonial-box{

background:white;

padding:35px;

border-radius:25px;

border:1px solid #e5e7eb;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.35s;

}

.testimonial-box:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(37,99,235,.15);

}

.testimonial-box p{

margin:25px 0;

line-height:1.8;

color:#64748b;

}

.testimonial-box h4{

font-size:20px;

font-weight:700;

}

.testimonial-box span{

color:#64748b;

}
/*=========================================
FAQ
=========================================*/

.faq-item{

background:#fff;

border-radius:20px;

overflow:hidden;

border:1px solid #e5e7eb;

box-shadow:0 10px 30px rgba(15,23,42,.05);

transition:.35s;

}

.faq-item:hover{

border-color:#2563eb;

box-shadow:0 20px 50px rgba(37,99,235,.15);

}

.faq-question{

width:100%;

padding:26px 30px;

display:flex;

justify-content:space-between;

align-items:center;

background:white;

border:none;

cursor:pointer;

font-size:20px;

font-weight:700;

color:#0f172a;

text-align:left;

}

.faq-question:hover{

background:#f8fafc;

}

.faq-icon{

font-size:32px;

font-weight:300;

color:#2563eb;

transition:.35s;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .45s ease;

padding:0 30px;

}

.faq-answer p{

padding-bottom:25px;

color:#64748b;

line-height:1.9;

font-size:17px;

}

.faq-item.active .faq-answer{

max-height:250px;

}

.faq-item.active .faq-icon{

transform:rotate(45deg);

}

/* ==========================================
ABOUT PAGE PART 1
HERO + STORY SECTION
========================================== */


/* COMMON */

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}


/* ================= NAVBAR ================= */


.navbar{

    width:100%;
    padding:20px 0;
    background:#ffffff;
    position:relative;
    z-index:100;

}


.nav-container{

    display:flex;
    align-items:center;
    justify-content:space-between;

}


.logo img{

    width:170px;

}



.navbar nav{

    display:flex;
    gap:35px;

}


.navbar nav a{

    text-decoration:none;
    color:#111827;
    font-weight:500;
    transition:.3s;

}


.navbar nav a:hover,
.navbar nav .active{

    color:#2563eb;

}



.nav-btn{

    text-decoration:none;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
    color:white;
    padding:13px 28px;
    border-radius:30px;
    font-weight:600;

}


/* ================= HERO ================= */


.about-hero{

    min-height:90vh;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:

    radial-gradient(circle at top right,
    rgba(37,99,235,.18),
    transparent 40%),

    #f8fafc;

}



.about-hero-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:50px;

}



.section-tag{

    display:inline-block;
    padding:8px 18px;
    border-radius:50px;

    background:rgba(37,99,235,.1);

    color:#2563eb;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}



.about-hero-content h1{

    font-size:60px;

    line-height:1.1;

    color:#0f172a;

    margin-bottom:25px;

    font-weight:800;

}



.about-hero-content h1 span{

    background:linear-gradient(90deg,#2563eb,#06b6d4);

    -webkit-background-clip:text;

    color:transparent;

}



.about-hero-content p{

    font-size:18px;

    line-height:1.8;

    color:#64748b;

    max-width:550px;

    margin-bottom:35px;

}



.hero-buttons{

    display:flex;

    gap:20px;

}



.primary-btn,
.secondary-btn{

    padding:15px 32px;

    border-radius:30px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}



.primary-btn{

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:white;

}


.primary-btn:hover{

    transform:translateY(-5px);

}



.secondary-btn{

    border:1px solid #2563eb;

    color:#2563eb;

}


.secondary-btn:hover{

    background:#2563eb;

    color:white;

}





/* HERO IMAGE */


.about-hero-image{

    position:relative;

    text-align:center;

}


.about-hero-image img{

    width:100%;

    max-width:520px;

    position:relative;

    z-index:2;

    animation:floating 4s infinite ease-in-out;

}



.glow-circle{

    width:420px;

    height:420px;

    background:

    radial-gradient(circle,#38bdf8,transparent 65%);

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    filter:blur(20px);

}



@keyframes floating{


0%,100%{

transform:translateY(0);

}


50%{

transform:translateY(-20px);

}

}




/* ================= STORY SECTION ================= */


.story-section{

    padding:100px 0;

    background:white;

}



.story-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}



.story-image img{

    width:100%;

    max-width:500px;

}



.story-content h2{

    font-size:42px;

    line-height:1.2;

    color:#0f172a;

    margin-bottom:25px;

}



.story-content p{

    color:#64748b;

    line-height:1.8;

    font-size:17px;

    margin-bottom:20px;

}




/* STORY MINI CARDS */


.story-cards{

    display:flex;

    gap:20px;

    margin-top:35px;

}



.mini-card{

    background:#ffffff;

    padding:25px;

    border-radius:20px;

    box-shadow:

    0 10px 30px rgba(0,0,0,.08);

    text-align:center;

    flex:1;

}



.mini-card h3{

    font-size:32px;

    color:#2563eb;

    margin-bottom:10px;

}



.mini-card p{

    font-size:14px;

    margin:0;

}




/* ================= RESPONSIVE ================= */


@media(max-width:900px){


.navbar nav{

display:none;

}



.about-hero-grid,
.story-grid{

grid-template-columns:1fr;

text-align:center;

}



.about-hero-content p{

margin:auto;

}



.hero-buttons{

justify-content:center;

}


.story-cards{

flex-direction:column;

}



.about-hero-content h1{

font-size:42px;

}


}

/* ==========================================
MISSION & VISION
========================================== */


.mission-vision{

padding:100px 0;

background:#f8fafc;

}



.mv-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:40px;

}



.mv-card{

background:white;

border-radius:30px;

padding:35px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

transition:.4s;

overflow:hidden;

}



.mv-card:hover{

transform:translateY(-10px);

}



.mv-image{

text-align:center;

}



.mv-image img{

width:220px;

height:220px;

object-fit:contain;

}



.mv-content h2{

font-size:32px;

color:#0f172a;

margin-bottom:20px;

}



.mv-content p{

color:#64748b;

line-height:1.8;

font-size:16px;

}




/* ==========================================
VALUES
========================================== */


.values-section{

padding:100px 0;

background:white;

}



.section-heading{

text-align:center;

max-width:700px;

margin:auto;

margin-bottom:60px;

}



.section-heading h2{

font-size:45px;

color:#0f172a;

margin-bottom:15px;

}



.section-heading p{

color:#64748b;

font-size:18px;

}




.values-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}



.value-card{

padding:35px;

border-radius:25px;

background:#f8fafc;

border:1px solid #e2e8f0;

transition:.35s;

}



.value-card:hover{

background:white;

box-shadow:0 20px 40px rgba(0,0,0,.1);

transform:translateY(-8px);

}



.value-card i{

font-size:35px;

color:#2563eb;

margin-bottom:20px;

}



.value-card h3{

font-size:24px;

margin-bottom:12px;

color:#0f172a;

}



.value-card p{

color:#64748b;

line-height:1.7;

}




@media(max-width:900px){


.mv-grid{

grid-template-columns:1fr;

}


.values-grid{

grid-template-columns:1fr;

}


}
/* ==========================================
WHY CHOOSE US
========================================== */


.why-section{

padding:100px 0;

background:#f8fafc;

}



.why-grid{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

}



.why-content h2{

font-size:45px;

line-height:1.2;

color:#0f172a;

margin-bottom:25px;

}



.why-content p{

font-size:17px;

line-height:1.8;

color:#64748b;

margin-bottom:30px;

}



.benefit-list{

display:flex;

flex-direction:column;

gap:18px;

}



.benefit-item{

display:flex;

align-items:center;

gap:15px;

font-size:16px;

color:#334155;

}



.benefit-item i{

width:30px;

height:30px;

display:flex;

align-items:center;

justify-content:center;

background:#2563eb;

color:white;

border-radius:50%;

font-size:13px;

}



.why-image{

text-align:center;

}



.why-image img{

width:100%;

max-width:450px;

animation:floating 4s infinite ease-in-out;

}





/* ==========================================
STATS
========================================== */


.stats-section{

padding:80px 0;

background:linear-gradient(135deg,#2563eb,#06b6d4);

}



.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}



.stat-box{

text-align:center;

color:white;

padding:30px;

background:rgba(255,255,255,.12);

border-radius:25px;

backdrop-filter:blur(10px);

}



.stat-box h2{

font-size:45px;

margin-bottom:10px;

}



.stat-box p{

font-size:16px;

}





/* ==========================================
JOURNEY
========================================== */


.journey-section{

padding:100px 0;

background:white;

}



.journey-image{

text-align:center;

}



.journey-image img{

width:100%;

max-width:1000px;

border-radius:30px;

box-shadow:0 20px 50px rgba(0,0,0,.12);

}





@media(max-width:900px){


.why-grid{

grid-template-columns:1fr;

text-align:center;

}


.benefit-item{

justify-content:center;

}



.stats-grid{

grid-template-columns:1fr 1fr;

}


}



@media(max-width:600px){


.stats-grid{

grid-template-columns:1fr;

}



}
/* ==========================================
ABOUT CTA
========================================== */


.about-cta{

padding:100px 0;

}



.cta-box{

padding:80px 50px;

border-radius:35px;

text-align:center;

background:

linear-gradient(
135deg,
rgba(37,99,235,.95),
rgba(6,182,212,.95)
),

url("assets/images/cta-bg.png");

background-size:cover;

background-position:center;

color:white;

}



.cta-box .section-tag{

background:rgba(255,255,255,.15);

color:white;

}



.cta-box h2{

font-size:45px;

max-width:800px;

margin:20px auto;

line-height:1.2;

}



.cta-box p{

font-size:18px;

max-width:650px;

margin:0 auto 35px;

line-height:1.8;

}



.cta-box .primary-btn{

background:white;

color:#2563eb;

display:inline-block;

}





/* ==========================================
FOOTER
========================================== */


.footer{

background:#0f172a;

color:white;

padding:80px 0 25px;

}



.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1fr;

gap:40px;

}



.footer-logo{

width:170px;

margin-bottom:20px;

}



.footer-col p{

color:#94a3b8;

line-height:1.8;

}



.footer-col h3{

font-size:22px;

margin-bottom:25px;

}



.footer-col a{

display:block;

text-decoration:none;

color:#94a3b8;

margin-bottom:15px;

transition:.3s;

}



.footer-col a:hover{

color:#38bdf8;

padding-left:5px;

}



.social-icons{

display:flex;

gap:15px;

margin-top:20px;

}



.social-icons a{

width:42px;

height:42px;

border-radius:50%;

background:rgba(255,255,255,.1);

display:flex;

align-items:center;

justify-content:center;

color:white;

}



.footer-bottom{

border-top:1px solid rgba(255,255,255,.1);

margin-top:50px;

padding-top:25px;

text-align:center;

color:#94a3b8;

}




@media(max-width:900px){


.footer-grid{

grid-template-columns:1fr 1fr;

}


.cta-box h2{

font-size:32px;

}


}



@media(max-width:600px){


.footer-grid{

grid-template-columns:1fr;

text-align:center;

}



.social-icons{

justify-content:center;

}



}
/* ==========================================
CONTACT PAGE
========================================== */


/* ================= CONTACT HERO ================= */


.contact-hero{

    min-height:60vh;
    display:flex;
    align-items:center;
    text-align:center;

    background:

    radial-gradient(circle at top right,
    rgba(37,99,235,.18),
    transparent 40%),

    #f8fafc;

    padding:120px 0;

}



.contact-hero h1{

    font-size:60px;
    line-height:1.1;
    font-weight:800;
    color:#0f172a;
    margin-bottom:25px;

}



.contact-hero h1 span{

    background:linear-gradient(90deg,#2563eb,#06b6d4);

    -webkit-background-clip:text;

    color:transparent;

}



.contact-hero p{

    max-width:650px;
    margin:auto;

    color:#64748b;

    font-size:18px;

    line-height:1.8;

}





/* ================= CONTACT SECTION ================= */


.contact-section{

    padding:100px 0;

    background:white;

}



.contact-grid{

    display:grid;

    grid-template-columns:1fr 1.1fr;

    gap:60px;

    align-items:start;

}





/* ================= CONTACT INFO ================= */


.contact-info h2{

    font-size:42px;

    color:#0f172a;

    margin-bottom:20px;

}



.contact-info>p{

    color:#64748b;

    line-height:1.8;

    font-size:17px;

    margin-bottom:40px;

}





.contact-card{

    display:flex;

    align-items:center;

    gap:20px;

    padding:25px;

    background:#f8fafc;

    border-radius:20px;

    margin-bottom:20px;

    border:1px solid #e2e8f0;

    transition:.3s;

}



.contact-card:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}



.contact-card i{

    width:55px;

    height:55px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:white;

    font-size:22px;

}



.contact-card h3{

    color:#0f172a;

    margin-bottom:5px;

}



.contact-card p{

    color:#64748b;

    margin:0;

}





/* ================= CONTACT FORM ================= */


.contact-form{

    background:#f8fafc;

    padding:45px;

    border-radius:30px;

    border:1px solid #e2e8f0;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}



.contact-form h2{

    font-size:35px;

    color:#0f172a;

    margin-bottom:30px;

}





.contact-form form{

    display:flex;

    flex-direction:column;

    gap:20px;

}



.input-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}



.contact-form input,
.contact-form select,
.contact-form textarea{


    width:100%;

    padding:16px 18px;

    border-radius:12px;

    border:1px solid #cbd5e1;

    background:white;

    font-size:15px;

    outline:none;

    transition:.3s;

}



.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{


    border-color:#2563eb;

    box-shadow:0 0 0 4px rgba(37,99,235,.12);

}





.contact-form textarea{

    resize:none;

}





.contact-form button{


    padding:17px 30px;

    border:none;

    border-radius:30px;

    background:linear-gradient(135deg,#2563eb,#06b6d4);

    color:white;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;


}



.contact-form button:hover{


    transform:translateY(-5px);

    box-shadow:0 15px 30px rgba(37,99,235,.3);


}





/* ================= RESPONSIVE ================= */


@media(max-width:900px){


.contact-grid{

    grid-template-columns:1fr;

}


.contact-hero h1{

    font-size:42px;

}


.input-row{

    grid-template-columns:1fr;

}


.contact-form{

    padding:30px;

}


}
