html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
}

.font-heading{
font-family:'Plus Jakarta Sans',sans-serif;
}

/* Navbar */

.menu-link{

position:relative;

color:white;

transition:.4s;

}

.menu-link:hover{

color:#DD0916;

}

.menu-link::after{

content:"";

position:absolute;

bottom:-8px;

left:0;

width:0;

height:2px;

background:#DD0916;

transition:.4s;

}

.menu-link:hover::after,
.menu-link.active::after{

width:100%;

}

.nav-scrolled{

background:rgba(255,255,255,.92);

backdrop-filter:blur(18px);

box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.nav-scrolled .menu-link{

color:#0f172a;

}

.nav-scrolled .nav-text{

color:#0f172a;

}

.nav-scrolled .nav-login{

color:#0f172a;

border-color:#d1d5db;

}

.nav-scrolled .nav-icon{

color:#0f172a;

}


.tag{
padding:10px 18px;
border-radius:999px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(20px);
color:#fff;
border:1px solid rgba(255,255,255,.12);
transition:.3s;
}

.tag:hover{
background:#DD0916;
transform:translateY(-4px);
}

.counter{
font-size:42px;
font-weight:800;
color:#fff;
}

.counter+p{
margin-top:6px;
color:#94a3b8;
}

@keyframes float{

0%{transform:translateY(0);}
50%{transform:translateY(-18px);}
100%{transform:translateY(0);}

}

@keyframes float2{

0%{transform:translateY(0) rotate(12deg);}
50%{transform:translateY(-22px) rotate(12deg);}
100%{transform:translateY(0) rotate(12deg);}

}

.animate-float{

animation:float 5s ease-in-out infinite;

}

.animate-float2{

animation:float2 6s ease-in-out infinite;

}


.company-slider{

width:max-content;

animation:companyScroll 28s linear infinite;

}

.company-slider img{

height:92px;

opacity:.55;

transition:.35s;

filter:grayscale(100%);

}

.company-slider img:hover{

opacity:1;

filter:none;

transform:scale(1.12);

}

@keyframes companyScroll{

from{

transform:translateX(0);

}

to{

transform:translateX(-50%);

}

}

.category-card{

position:relative;

padding:34px;

border-radius:24px;

background:#fff;

overflow:hidden;

box-shadow:0 15px 40px rgba(15,23,42,.05);

transition:.4s;

display:block;

}

.category-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#DD0916,#ff7b7b);

transform:scaleX(0);

transform-origin:left;

transition:.35s;

}

.category-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.category-card:hover::before{

transform:scaleX(1);

}

.category-icon{

width:72px;

height:72px;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:#fff5f5;

color:#DD0916;

margin-bottom:28px;

transition:.4s;

}

.category-card:hover .category-icon{

background:#9B09DD;

color:#fff;

transform:rotate(-10deg) scale(1.08);

}

.category-icon svg{

width:34px;

height:34px;

}

.category-card h3{

font-size:22px;

font-weight:700;

color:#0f172a;

margin-bottom:10px;

}

.category-card p{

color:#64748b;

}

.category-arrow{

margin-top:30px;

width:48px;

height:48px;

display:flex;

align-items:center;

justify-content:center;

border-radius:999px;

background:#f8fafc;

transition:.35s;

}

.category-card:hover .category-arrow{

background:##9B09DD;

color:#fff;

transform:translateX(8px);

}

.featured-job{

position:relative;

background:#fff;

padding:40px;

border-radius:28px;

margin-bottom:30px;

transition:.35s;

box-shadow:0 20px 50px rgba(15,23,42,.06);

border:1px solid #edf2f7;

overflow:hidden;

}

.featured-job:hover{

transform:translateY(-8px);

box-shadow:0 35px 80px rgba(0,0,0,.12);

}

.featured-job::before{

content:"";

position:absolute;

left:0;

top:0;

height:100%;

width:5px;

background:#DD0916;

transform:scaleY(0);

transition:.35s;

}

.featured-job:hover::before{

transform:scaleY(1);

}

.featured-ribbon{

position:absolute;

right:-45px;

top:20px;

background:#DD0916;

color:#fff;

padding:8px 55px;

font-size:11px;

font-weight:700;

transform:rotate(45deg);

letter-spacing:1px;

}

.company-box{

width:110px;

height:110px;

border-radius:24px;

background:#fff;

display:flex;

align-items:center;

justify-content:center;

box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.company-box img{

width:60px;

}

.featured-job h3{

font-size:30px;

font-weight:700;

color:#0f172a;

}

.featured-job h5{

margin-top:10px;

font-size:18px;

color:#64748b;

}

.verified{

background:#dcfce7;

color:#15803d;

padding:6px 14px;

border-radius:999px;

font-size:13px;

font-weight:600;

}

.job-pill{

padding:10px 18px;

border-radius:999px;

background:#f8fafc;

font-size:14px;

}

.skill-tag{

background:#fee2e2;

padding:8px 16px;

border-radius:999px;

font-size:13px;

color:#DD0916;

font-weight:600;

}

.match-circle{

width:120px;

height:120px;

border-radius:50%;

margin:auto;

border:8px solid #22c55e;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

font-weight:700;

color:#15803d;

}

.match-circle span{

font-size:34px;

line-height:1;

}

.save-job{

width:60px;

height:60px;

margin:25px auto 15px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#f8fafc;

transition:.3s;

}

.save-job:hover{

background:#DD0916;

color:#fff;

}

.apply-job{

display:block;

padding:15px;

text-align:center;

background:#DD0916;

color:#fff;

font-weight:600;

border-radius:999px;

transition:.3s;

}

.apply-job:hover{

background:#b90a14;

transform:translateY(-2px);

}

@media(max-width:1024px){

.company-box{

margin:auto;

}

.match-circle{

margin-top:30px;

}

}


.feature-card{

display:flex;

gap:22px;

align-items:flex-start;

padding:28px;

background:#fff;

border-radius:24px;

box-shadow:0 15px 40px rgba(15,23,42,.06);

transition:.35s;

border:1px solid #edf2f7;

}

.feature-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.feature-icon{

width:72px;

height:72px;

flex-shrink:0;

display:flex;

align-items:center;

justify-content:center;

border-radius:20px;

background:#fff5f5;

color:#DD0916;

transition:.35s;

}

.feature-card:hover .feature-icon{

background:#DD0916;

color:#fff;

transform:rotate(-8deg);

}

.feature-icon svg{

width:34px;

height:34px;

}

.feature-card h3{

font-size:22px;

font-weight:700;

color:#0f172a;

margin-bottom:10px;

}

.feature-card p{

line-height:28px;

color:#64748b;

}


.employer-card{

background:#fff;

border-radius:28px;

overflow:hidden;

box-shadow:0 15px 45px rgba(15,23,42,.08);

transition:.35s;

position:relative;

}

.employer-card:hover{

transform:translateY(-12px);

box-shadow:0 35px 80px rgba(0,0,0,.15);

}

.employer-cover{

height:150px;

position:relative;

overflow:hidden;

}

.employer-cover img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.employer-card:hover .employer-cover img{

transform:scale(1.08);

}

.employer-overlay{

position:absolute;

inset:0;

background:linear-gradient(to top,rgba(15,23,42,.9),transparent);

}

.verified{

position:absolute;

top:16px;

right:16px;

background:#fff;

padding:7px 14px;

border-radius:999px;

font-size:12px;

font-weight:600;

color:#16a34a;

}

.employer-body{

padding:22px;

text-align:center;

position:relative;

}

.company-logo2{

width:82px;

height:82px;

background:#fff;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

box-shadow:0 12px 30px rgba(0,0,0,.1);

margin:-62px auto 18px;

border:5px solid #fff;

position:relative;

z-index:5;

}

.company-logo2 img{

width:46px;

}

.employer-body h3{

font-size:24px;

font-weight:700;

color:#0f172a;

}

.employer-body p{

margin-top:6px;

color:#64748b;

font-size:15px;

}

.rating2{

display:inline-block;

margin-top:14px;

padding:8px 16px;

background:#FEF3C7;

border-radius:999px;

font-weight:700;

font-size:14px;

}

.company-info2{

display:grid;

grid-template-columns:1fr;

gap:10px;

margin-top:22px;

font-size:14px;

color:#64748b;

}

.tech-stack{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:8px;

margin-top:22px;

}

.tech-stack span{

padding:7px 12px;

background:#fee2e2;

color:#DD0916;

border-radius:999px;

font-size:12px;

font-weight:600;

}

.company-btn{

display:block;

margin-top:24px;

padding:14px;

border-radius:999px;

background:#DD0916;

color:#fff;

font-weight:600;

transition:.3s;

}

.company-btn:hover{

background:#c10914;

transform:translateY(-2px);

}

.employer-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:4px;

background:linear-gradient(90deg,#DD0916,#ff7b7b);

transform:scaleX(0);

transition:.35s;

}

.employer-card:hover::before{

transform:scaleX(1);

}



.step-card{

position:relative;

background:#fff;

padding:40px 28px;

border-radius:28px;

text-align:center;

box-shadow:0 20px 45px rgba(15,23,42,.06);

transition:.35s;

border:1px solid #edf2f7;

z-index:2;

}

.step-card:hover{

transform:translateY(-10px);

box-shadow:0 35px 70px rgba(0,0,0,.12);

}

.step-number{

position:absolute;

top:18px;

right:18px;

font-size:48px;

font-weight:800;

color:#f1f5f9;

line-height:1;

}

.step-icon{

width:90px;

height:90px;

margin:auto;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#fff5f5;

color:#DD0916;

transition:.35s;

}

.step-card:hover .step-icon{

background:#DD0916;

color:#fff;

transform:rotate(-12deg) scale(1.08);

}

.step-icon svg{

width:40px;

height:40px;

}

.step-card h3{

margin-top:30px;

font-size:26px;

font-weight:700;

color:#0f172a;

}

.step-card p{

margin-top:18px;

line-height:30px;

color:#64748b;

}

.step-card::before{

content:"";

position:absolute;

left:50%;

top:-16px;

transform:translateX(-50%);

width:20px;

height:20px;

background:#DD0916;

border-radius:50%;

display:none;

}

@media(min-width:1024px){

.step-card::before{

display:block;

}

}

.stat-card{

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

padding:45px 30px;

border-radius:28px;

text-align:center;

transition:.35s;

}

.stat-card:hover{

transform:translateY(-12px);

background:rgba(255,255,255,.12);

}

.stat-icon{

width:80px;

height:80px;

margin:auto;

border-radius:22px;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

background:rgba(255,255,255,.08);

margin-bottom:25px;

}

.stat-card h3{

font-size:48px;

font-weight:800;

color:#fff;

}

.stat-card p{

margin-top:10px;

color:#CBD5E1;

font-size:16px;

}

.stats-btn{

display:inline-flex;

align-items:center;

padding:16px 34px;

border-radius:999px;

background:#DD0916;

color:#fff;

font-weight:700;

transition:.3s;

}

.stats-btn:hover{

background:#be0913;

transform:translateY(-4px);

}


.testimonial-card{

position:relative;

background:#fff;

border-radius:28px;

padding:36px;

box-shadow:0 18px 45px rgba(15,23,42,.06);

border:1px solid #eef2f7;

transition:.35s;

overflow:hidden;

}

.testimonial-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(15,23,42,.12);

}

.quote-icon{

position:absolute;

right:24px;

top:20px;

font-size:80px;

color:#fee2e2;

font-family:serif;

line-height:1;

}

.candidate{

display:flex;

align-items:center;

gap:16px;

}

.candidate img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

border:4px solid #fff;

box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.candidate h3{

font-size:22px;

font-weight:700;

color:#0f172a;

}

.candidate p{

margin-top:4px;

color:#64748b;

font-size:14px;

}

.company-badge{

display:inline-block;

margin-top:24px;

padding:8px 16px;

border-radius:999px;

background:#eef2ff;

color:#4338ca;

font-weight:600;

font-size:13px;

}

.salary-badge{

display:inline-block;

margin-left:10px;

padding:8px 16px;

border-radius:999px;

background:#dcfce7;

color:#15803d;

font-weight:600;

font-size:13px;

}

.stars{

margin-top:22px;

font-size:18px;

letter-spacing:2px;

color:#f59e0b;

}

.testimonial-text{

margin-top:18px;

line-height:30px;

color:#64748b;

}

.rating-box{

background:#f8fafc;

border-radius:24px;

padding:30px;

text-align:center;

transition:.3s;

}

.rating-box:hover{

background:#DD0916;

color:#fff;

}

.rating-box h3{

font-size:40px;

font-weight:800;

}

.rating-box p{

margin-top:10px;

}


.faq-card{

background:#fff;

border:1px solid #e8edf5;

border-radius:18px;

overflow:hidden;

transition:.3s;

box-shadow:0 8px 24px rgba(15,23,42,.04);

}

.faq-card:hover{

border-color:#DD0916;

box-shadow:0 14px 34px rgba(15,23,42,.08);

}

.faq-btn{

width:100%;

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 22px;

background:none;

border:none;

cursor:pointer;

text-align:left;

font-size:16px;

font-weight:600;

color:#0f172a;

}

.faq-plus{

width:32px;

height:32px;

border-radius:50%;

background:#fee2e2;

color:#DD0916;

display:flex;

align-items:center;

justify-content:center;

font-size:20px;

font-weight:700;

transition:.3s;

flex-shrink:0;

}

.faq-card.active .faq-plus{

background:#DD0916;

color:#fff;

transform:rotate(45deg);

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .35s ease;

}

.faq-answer p{

padding:0 22px 20px;

font-size:15px;

line-height:1.8;

color:#64748b;

}

@media(max-width:768px){

.faq-btn{

padding:16px 18px;

font-size:15px;

}

.faq-answer p{

padding:0 18px 18px;

}

}


.phone-front{

position:relative;

width:300px;

z-index:3;

filter:drop-shadow(0 40px 80px rgba(0,0,0,.35));

animation:floatPhone 5s ease-in-out infinite;

}

.phone-back{

position:absolute;

left:30px;

top:35px;

width:280px;

opacity:.5;

transform:rotate(-10deg);

}

.job-alert{

position:absolute;

top:80px;

right:-30px;

background:#fff;

padding:16px 20px;

border-radius:18px;

font-weight:600;

box-shadow:0 20px 45px rgba(0,0,0,.15);

animation:floatCard 4s ease-in-out infinite;

}

.apply-card{

position:absolute;

bottom:80px;

left:-40px;

background:#22c55e;

color:#fff;

padding:16px 22px;

border-radius:18px;

font-weight:600;

box-shadow:0 20px 45px rgba(0,0,0,.18);

animation:floatCard 5s ease-in-out infinite;

}

.app-feature{

display:flex;

align-items:center;

gap:15px;

color:#fff;

font-size:18px;

}

.app-feature svg{

width:22px;

height:22px;

color:#DD0916;

}

.store-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:16px 28px;

background:#DD0916;

border-radius:999px;

font-weight:600;

color:#fff;

transition:.3s;

}

.store-btn:hover{

transform:translateY(-4px);

}

.store-btn.secondary{

background:#fff;

color:#111827;

}

@keyframes floatPhone{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

}

@keyframes floatCard{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

}


/*=========================
FINAL CTA
=========================*/

.cta-card{

    background:#fff;

    border-radius:24px;

    padding:30px;

    border:1px solid #e8edf5;

    box-shadow:0 12px 35px rgba(15,23,42,.06);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.cta-card:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 55px rgba(15,23,42,.12);

}

.candidate-card::before,
.employer-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

}

.candidate-card::before{

    background:#DD0916;

}

.employer-card::before{

    background:#2563EB;

}

.cta-top{

    display:flex;

    align-items:center;

    gap:18px;

}

.cta-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#fff5f5;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    flex-shrink:0;

}

.cta-icon.employer{

    background:#eff6ff;

}

.cta-top h3{

    font-size:26px;

    font-weight:700;

    color:#0f172a;

}

.cta-top p{

    margin-top:6px;

    color:#64748b;

    font-size:15px;

}

.cta-features{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:24px 0;

}

.cta-features span{

    padding:8px 14px;

    border-radius:999px;

    background:#f8fafc;

    border:1px solid #e2e8f0;

    color:#475569;

    font-size:13px;

    font-weight:600;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:100%;

    padding:14px;

    border-radius:999px;

    background:#DD0916;

    color:#fff;

    font-weight:600;

    transition:.3s;

}

.cta-btn:hover{

    background:#c10914;

}

.employer-btn{

    background:#2563EB;

}

.employer-btn:hover{

    background:#1D4ED8;

}

@media(max-width:768px){

    .cta-card{

        padding:24px;

    }

    .cta-top{

        align-items:flex-start;

    }

    .cta-top h3{

        font-size:22px;

    }

    .cta-icon{

        width:60px;

        height:60px;

        font-size:28px;

    }

}


.footer-title{

font-size:20px;

font-weight:700;

color:#fff;

margin-bottom:24px;

}

.footer-links{

display:grid;

gap:14px;

}

.footer-links a{

color:#94A3B8;

transition:.3s;

}

.footer-links a:hover{

color:#DD0916;

padding-left:6px;

}

.footer-contact{

display:grid;

gap:18px;

}

.footer-contact li{

display:flex;

gap:12px;

align-items:flex-start;

}

.footer-contact svg{

width:18px;

height:18px;

color:#DD0916;

margin-top:2px;

}

.footer-social{

width:42px;

height:42px;

border-radius:12px;

background:#1e293b;

display:flex;

align-items:center;

justify-content:center;

transition:.3s;

}

.footer-social:hover{

background:#DD0916;

transform:translateY(-4px);

}

.footer-social svg{

width:18px;

height:18px;

}

.trust-item{

background:#111827;

padding:18px;

border-radius:16px;

font-weight:600;

}


/*=================================
CONTACT INFO
==================================*/

.contact-card{

    background:#fff;

    padding:32px;

    border-radius:24px;

    border:1px solid #e8edf5;

    box-shadow:0 12px 35px rgba(15,23,42,.05);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 22px 55px rgba(15,23,42,.12);

}

.contact-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#DD0916;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.contact-card:hover::before{

    transform:scaleX(1);

}

.contact-icon{

    width:70px;

    height:70px;

    border-radius:20px;

    background:#fff5f5;

    color:#DD0916;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    transition:.35s;

}

.contact-card:hover .contact-icon{

    background:#DD0916;

    color:#fff;

    transform:rotate(-8deg);

}

.whatsapp{

    background:#ecfdf5;

    color:#16a34a;

}

.whatsapp-card:hover .whatsapp{

    background:#16a34a;

    color:#fff;

}

.contact-label{

    display:inline-block;

    margin-top:22px;

    padding:6px 12px;

    border-radius:999px;

    background:#f8fafc;

    color:#64748b;

    font-size:13px;

    font-weight:600;

}

.contact-card h3{

    margin-top:16px;

    font-size:24px;

    font-weight:700;

    color:#0f172a;

    line-height:1.3;

}

.contact-card p{

    margin-top:12px;

    color:#64748b;

    line-height:1.8;

    min-height:56px;

}

.contact-card a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:22px;

    color:#DD0916;

    font-weight:600;

    transition:.3s;

}

.contact-card:hover a{

    gap:16px;

}

.contact-card a i{

    font-size:14px;

}

@media(max-width:768px){

    .contact-card{

        padding:24px;

    }

    .contact-card h3{

        font-size:20px;

    }

}

/*====================================
FLOATING CONTACT
====================================*/

.floating-form{

background:#fff;

padding:45px;

border-radius:30px;

border:1px solid rgba(255,255,255,.6);

box-shadow:

0 20px 60px rgba(15,23,42,.08),

0 0 0 8px rgba(255,255,255,.5);

position:relative;

overflow:hidden;

}

.floating-form::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#DD0916,#ff6b6b);

}

.contact-badge{

display:inline-block;

padding:8px 18px;

background:#fee2e2;

color:#DD0916;

border-radius:999px;

font-size:13px;

font-weight:600;

}

.floating-form h2{

margin-top:18px;

font-size:42px;

font-weight:700;

color:#0f172a;

}

.floating-form p{

margin-top:12px;

color:#64748b;

}

.input-group{

position:relative;

}

.input-group i{

position:absolute;

left:18px;

top:50%;

transform:translateY(-50%);

color:#94a3b8;

}

.input-group input{

width:100%;

height:58px;

padding-left:50px;

border:1px solid #e2e8f0;

border-radius:16px;

transition:.3s;

}

.textarea-group i{

top:22px;

transform:none;

}

.textarea-group textarea{

width:100%;

padding:18px 18px 18px 50px;

border:1px solid #e2e8f0;

border-radius:16px;

resize:none;

}

.input-group input:focus,
.textarea-group textarea:focus{

outline:none;

border-color:#DD0916;

box-shadow:0 0 0 4px rgba(221,9,22,.08);

}

.send-btn{

margin-top:28px;

width:100%;

height:58px;

background:#DD0916;

color:#fff;

border-radius:16px;

font-weight:600;

display:flex;

justify-content:center;

align-items:center;

gap:10px;

transition:.3s;

}

.send-btn:hover{

background:#bf0814;

transform:translateY(-2px);

}

.office-floating{

background:#fff;

padding:30px;

border-radius:24px;

box-shadow:0 15px 40px rgba(15,23,42,.08);

border-left:5px solid #DD0916;

}

.office-floating h3{

font-size:28px;

font-weight:700;

margin-bottom:24px;

}

.office-floating ul{

display:grid;

gap:18px;

}

.office-floating li{

display:flex;

gap:14px;

color:#475569;

}

.office-floating i{

width:18px;

color:#DD0916;

margin-top:4px;

}

.map-card{

overflow:hidden;

border-radius:24px;

box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.map-card iframe{

width:100%;

height:320px;

border:0;

}

@media(max-width:768px){

.floating-form{

padding:30px;

}

.floating-form h2{

font-size:32px;

}

}


.office-image{

overflow:hidden;

border-radius:28px;

box-shadow:0 20px 60px rgba(15,23,42,.08);

}

.office-image img{

width:100%;

display:block;

transition:.4s;

}

.office-image:hover img{

transform:scale(1.05);

}

.office-box{

padding:26px;

background:#fff;

border:1px solid #e8edf5;

border-radius:20px;

box-shadow:0 10px 25px rgba(15,23,42,.05);

transition:.3s;

}

.office-box:hover{

transform:translateY(-5px);

}

.office-box i{

font-size:28px;

color:#DD0916;

margin-bottom:18px;

}

.office-box h4{

font-size:20px;

font-weight:700;

margin-bottom:10px;

color:#0f172a;

}

.office-box p{

color:#64748b;

line-height:28px;

}

.office-btn{

padding:15px 30px;

background:#DD0916;

color:#fff;

border-radius:999px;

font-weight:600;

transition:.3s;

}

.office-btn:hover{

background:#bf0814;

}

.office-btn-outline{

padding:15px 30px;

border:1px solid #d1d5db;

border-radius:999px;

font-weight:600;

transition:.3s;

}

.office-btn-outline:hover{

background:#0f172a;

color:#fff;

}


/*=========================
ABOUT STORY
==========================*/

.section-badge{

display:inline-flex;

align-items:center;

padding:8px 18px;

background:#fee2e2;

color:#DD0916;

border-radius:999px;

font-size:13px;

font-weight:600;

}

.section-title{

margin-top:18px;

font-size:46px;

font-weight:700;

color:#0f172a;

line-height:1.2;

}

.section-description{

margin-top:22px;

color:#64748b;

line-height:32px;

font-size:17px;

}

.story-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:32px;

}

.story-list div{

display:flex;

align-items:center;

gap:12px;

font-weight:600;

color:#334155;

}

.story-list i{

color:#DD0916;

font-size:18px;

}

.story-stats{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:40px;

}

.story-stats div{

padding:22px;

background:#f8fafc;

border-radius:20px;

text-align:center;

transition:.3s;

}

.story-stats div:hover{

background:#DD0916;

color:#fff;

}

.story-stats h3{

font-size:34px;

font-weight:700;

}

.story-stats span{

display:block;

margin-top:6px;

font-size:14px;

}

.story-badge{

position:absolute;

left:-20px;

bottom:30px;

background:#fff;

padding:22px 26px;

border-radius:22px;

box-shadow:0 20px 50px rgba(15,23,42,.15);

text-align:center;

}

.story-badge h3{

font-size:42px;

font-weight:700;

color:#DD0916;

}

.story-badge p{

margin-top:4px;

color:#64748b;

font-size:14px;

}

@media(max-width:768px){

.section-title{

font-size:34px;

}

.story-list{

grid-template-columns:1fr;

}

.story-stats{

grid-template-columns:repeat(2,1fr);

}

.story-badge{

left:20px;

bottom:20px;

}

}


/*=========================
MISSION & VISION
=========================*/

.mv-card{

    background:#fff;

    border-radius:28px;

    padding:40px;

    border:1px solid #e8edf5;

    box-shadow:0 18px 45px rgba(15,23,42,.05);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.mv-card:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(15,23,42,.10);

}

.mv-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#DD0916;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.mv-card:hover::before{

    transform:scaleX(1);

}

.mv-icon{

    width:78px;

    height:78px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

}

.mv-card h3{

    margin-top:28px;

    font-size:30px;

    font-weight:700;

    color:#0f172a;

}

.mv-card p{

    margin-top:18px;

    color:#64748b;

    line-height:1.9;

}

.mv-tags{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:28px;

}

.mv-tags span{

    padding:8px 14px;

    background:#f8fafc;

    border:1px solid #e2e8f0;

    border-radius:999px;

    font-size:13px;

    font-weight:600;

    color:#475569;

}

@media(max-width:768px){

    .mv-card{

        padding:28px;

    }

    .mv-card h3{

        font-size:24px;

    }

}


/*==========================
CORE VALUES
==========================*/

.value-card{

    position:relative;

    background:#fff;

    padding:34px;

    border-radius:24px;

    border:1px solid #e8edf5;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

    transition:.35s;

    overflow:hidden;

}

.value-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#DD0916;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.value-card:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(15,23,42,.10);

}

.value-card:hover::before{

    transform:scaleX(1);

}

.value-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    background:linear-gradient(135deg,#fee2e2,#fff5f5);

    color:#DD0916;

    transition:.35s;

}

.value-card:hover .value-icon{

    background:#DD0916;

    color:#fff;

    transform:rotate(-8deg);

}

.value-card h3{

    margin-top:24px;

    font-size:26px;

    font-weight:700;

    color:#0f172a;

}

.value-card p{

    margin-top:14px;

    color:#64748b;

    line-height:1.9;

}

@media(max-width:768px){

    .value-card{

        padding:26px;

    }

    .value-card h3{

        font-size:22px;

    }

}


/*=========================
LEADERSHIP TEAM
=========================*/

.team-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #e8edf5;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

    transition:.35s;

}

.team-card:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(15,23,42,.10);

}

.team-image{

    position:relative;

    overflow:hidden;

}

.team-image img{

    width:100%;

    height:340px;

    object-fit:cover;

    transition:.5s;

}

.team-card:hover img{

    transform:scale(1.08);

}

.team-overlay{

    position:absolute;

    inset:0;

    background:rgba(15,23,42,.55);

    display:flex;

    align-items:center;

    justify-content:center;

    gap:14px;

    opacity:0;

    transition:.35s;

}

.team-card:hover .team-overlay{

    opacity:1;

}

.team-overlay a{

    width:44px;

    height:44px;

    border-radius:50%;

    background:#fff;

    color:#DD0916;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.team-overlay a:hover{

    background:#DD0916;

    color:#fff;

}

.experience-badge{

    position:absolute;

    left:18px;

    bottom:18px;

    background:#DD0916;

    color:#fff;

    padding:8px 16px;

    border-radius:999px;

    font-size:13px;

    font-weight:600;

}

.team-content{

    padding:26px;

}

.team-content h3{

    font-size:24px;

    font-weight:700;

    color:#0f172a;

}

.team-content span{

    display:block;

    margin-top:6px;

    color:#DD0916;

    font-weight:600;

}

.team-content p{

    margin-top:14px;

    color:#64748b;

    line-height:1.8;

}

@media(max-width:768px){

    .team-image img{

        height:300px;

    }

}


.login-card{

background:rgba(255,255,255,.92);

backdrop-filter:blur(20px);

padding:42px;

border-radius:32px;

box-shadow:

0 30px 80px rgba(15,23,42,.25);

border:1px solid rgba(255,255,255,.5);

}

.input-box{

position:relative;

}

.input-box input{

width:100%;

height:58px;

padding-left:54px;

padding-right:54px;

border:1px solid #e2e8f0;

border-radius:16px;

background:#fff;

transition:.3s;

}

.input-box input:focus{

border-color:#DD0916;

outline:none;

box-shadow:0 0 0 4px rgba(221,9,22,.08);

}

.input-box>i{

position:absolute;

left:18px;

top:50%;

transform:translateY(-50%);

color:#94a3b8;

}

.toggle-password{

position:absolute;

right:18px;

top:50%;

transform:translateY(-50%);

background:none;

border:none;

color:#94a3b8;

}

.login-btn{

margin-top:24px;

width:100%;

height:58px;

border-radius:16px;

background:linear-gradient(90deg,#DD0916,#ff4d4d);

color:#fff;

font-weight:700;

transition:.3s;

}

.login-btn:hover{

transform:translateY(-3px);

box-shadow:0 18px 40px rgba(221,9,22,.35);

}

.divider{

display:flex;

align-items:center;

margin:28px 0;

}

.divider::before,

.divider::after{

content:"";

flex:1;

height:1px;

background:#e2e8f0;

}

.divider span{

padding:0 16px;

font-size:13px;

color:#94a3b8;

}

.social-btn{

height:54px;

border:1px solid #e2e8f0;

border-radius:14px;

display:flex;

align-items:center;

justify-content:center;

gap:10px;

background:#fff;

transition:.3s;

}

.social-btn:hover{

border-color:#DD0916;

transform:translateY(-2px);

}

.social-btn img{

width:20px;

}

@media(max-width:768px){

.login-card{

padding:30px;

}

}


.register-card{

background:#fff;

border-radius:32px;

padding:45px;

box-shadow:0 35px 90px rgba(15,23,42,.25);

}

.stepper{

display:flex;

align-items:center;

justify-content:center;

margin-top:40px;

}

.step{

text-align:center;

}

.step span{

width:44px;

height:44px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#e2e8f0;

margin:auto;

font-weight:700;

}

.step.active span{

background:#DD0916;

color:#fff;

}

.step p{

margin-top:10px;

font-size:14px;

font-weight:600;

}

.line{

width:120px;

height:2px;

background:#e2e8f0;

margin:0 15px;

}

.account-card{

padding:35px;

border:2px solid #e2e8f0;

border-radius:24px;

text-align:center;

cursor:pointer;

transition:.3s;

}

.account-card:hover{

transform:translateY(-6px);

}

.account-card.active{

border-color:#DD0916;

background:#fff5f5;

}

.account-card h3{

margin-top:20px;

font-size:26px;

font-weight:700;

}

.account-card p{

margin-top:10px;

color:#64748b;

line-height:28px;

}

.primary-btn{

background:linear-gradient(90deg,#DD0916,#ff5959);

color:#fff;

padding:15px 40px;

border-radius:16px;

font-weight:700;

transition:.3s;

}

.primary-btn:hover{

transform:translateY(-3px);

box-shadow:0 15px 35px rgba(221,9,22,.35);

}


.otp-input{

width:55px;

height:60px;

border:1px solid #e2e8f0;

border-radius:14px;

text-align:center;

font-size:26px;

font-weight:700;

transition:.3s;

}

.otp-input:focus{

border-color:#DD0916;

box-shadow:0 0 0 4px rgba(221,9,22,.1);

outline:none;

}