/* ===========================
   HELIOS WEBSITE
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:#071A2D;

    color:white;

    overflow-x:hidden;

}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

img{

    max-width:100%;

    display:block;

}

.container{



    max-width:1200px;

    margin:auto;

}

/* ================= NAVBAR ================= */

.navbar{

    padding:5px 0;

    background:rgba(7,26,45,.85);

    backdrop-filter:blur(10px);

    position:fixed;

    width:100%;

    top:0;

    z-index:999;

}

.navbar-brand img{
    width:180px;
    height:auto;
}

.nav-link{

    color:white !important;

    margin-left:25px;

    font-weight:500;

    transition:.3s;

}

.nav-link:hover{

    color:#00C8FF !important;

}
/* ================= HERO ================= */

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

}

.hero h1{

    font-size:55px;

    font-weight:700;

    line-height:1.3;

}

.hero span{

    color:#00C8FF;

}

.hero p{

    margin:25px 0;

    color:#C5D7E8;

    line-height:1.8;

}

.hero-btn{

    background:#00C8FF;

    color:white;

    padding:14px 35px;

    border-radius:50px;

    display:inline-block;

    font-weight:600;

}

.hero img{

    width:420px;

    margin:auto;

}
/* ================= ABOUT ================= */

.about-section{

    padding:120px 0;

    background:#0b2139;

}

.about-section h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:25px;

}

.about-section p{

    color:#d6d6d6;

    line-height:1.9;

    margin-bottom:20px;

}

.about-logo{

    max-width:380px;

    filter:drop-shadow(0 0 25px rgba(0,200,255,.35));

}
/* ================= SERVICES ================= */

.services-section{

    padding:120px 0;

    background:#071A2D;

}

.services-section h2{

    font-size:42px;

    font-weight:700;

}

.section-text{

    color:#bfc9d4;

    margin-top:15px;

}

.service-card{

    background:#0d2744;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

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

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:#00C8FF;

    box-shadow:0 0 30px rgba(0,200,255,.25);

}

.service-card i{

    font-size:50px;

    color:#00C8FF;

    margin-bottom:25px;

}

.service-card h4{

    margin-bottom:15px;

    font-weight:600;

}

.service-card p{

    color:#cfd6df;

    line-height:1.8;

}
/* ================= WHY CHOOSE ================= */

.why-section{
    padding:100px 0;
    background:#081f35;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#fff;
}

.section-subtitle{
    color:#b8c6d8;
    max-width:700px;
    margin:20px auto;
    line-height:1.8;
}

.why-card{

    background:#102841;

    border-radius:15px;

    padding:35px 30px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

    background:#123250;

}

.why-card i{

    font-size:45px;

    color:#00C8FF;

    margin-bottom:20px;

}

.why-card h4{

    font-size:22px;

    margin-bottom:15px;

    color:white;

}

.why-card p{

    color:#c9d5e2;

    line-height:1.7;

}
/* ================= CONTACT ================= */

.contact-section{

    padding:100px 0;

    background:#071A2D;

}

.contact-info h3{

    font-size:34px;

    margin-bottom:20px;

}

.contact-info p{

    color:#c6d2de;

    line-height:1.9;

    margin-bottom:35px;

}

.contact-item{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:25px;

}

.contact-item i{

    width:55px;

    height:55px;

    background:#00C8FF;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#071A2D;

    font-size:20px;

}

.contact-item span{

    color:white;

    font-size:17px;

}

.contact-form{

    background:#102841;

    padding:40px;

    border-radius:20px;

}

.form-control{

    background:#071A2D;

    border:none;

    color:white;

    padding:15px;

}

.form-control:focus{

    background:#071A2D;

    color:white;

    box-shadow:0 0 0 2px #00C8FF;

}

.form-control::placeholder{

    color:#9db0c2;

}

textarea{

    resize:none;

}
/* ===== SERVICE PAGES ===== */

.service-hero{

padding:160px 0 80px;

}

.service-hero h1{

font-size:55px;

font-weight:700;

}

.service-hero p{

font-size:20px;

opacity:.9;

max-width:700px;

margin:auto;

}

.service-box{

background:#112b47;

padding:25px;

border-radius:15px;

margin-bottom:20px;

transition:.4s;

border:1px solid rgba(0,200,255,.2);

min-height:220px;

display:flex;

flex-direction:column;

justify-content:flex-start;

}

.service-box:hover{

transform:translateY(-8px);

border-color:#00C8FF;

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

}
/* =======================================
SERVICE PAGES
======================================= */

.service-hero{

padding-top:170px;
padding-bottom:110px;

background:linear-gradient(135deg,#071A2D,#102B46);

}

.service-hero h5{

color:#00C8FF;

font-weight:600;

letter-spacing:2px;

margin-bottom:15px;

text-transform:uppercase;

}

.service-hero h1{

font-size:58px;

font-weight:700;

line-height:1.25;

margin-bottom:25px;

}

.service-hero p{

color:#C8D5E2;

font-size:18px;

line-height:1.9;

margin-bottom:35px;

}

.service-hero img{

width:420px;

filter:drop-shadow(0 0 30px rgba(0,200,255,.35));

transition:.4s;

}

.service-hero img:hover{

transform:scale(1.05);

}

.btn-primary{

background:#00C8FF;

border:none;

padding:14px 34px;

font-weight:600;

border-radius:50px;

}

.btn-primary:hover{

background:white;

color:#071A2D;

}
.service-box ul{

list-style:none;

padding-left:0;

margin-top:20px;

}

.service-box li{

margin-bottom:14px;

color:#d8e4ef;

display:flex;

align-items:flex-start;

gap:12px;

line-height:1.7;

}

.service-box li i{

color:#00C8FF;

margin-top:4px;

font-size:15px;

}
.service-box h4{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:24px;

    margin-bottom:20px;

    color:white;

}

.service-box h4 i{

    color:#00C8FF;

    font-size:24px;

}
/* ================================
   RESPONSIVE DESIGN
================================ */

@media (max-width:992px){

.service-hero{

padding-top:140px;

padding-bottom:80px;

text-align:center;

}

.service-hero h1{

font-size:42px;

}

.service-hero img{

width:320px;

margin-top:40px;

}

.service-box{

min-height:auto;

}

}


@media (max-width:768px){

.navbar-brand img{

width:50px;

}

.nav-link{

margin-left:0;

margin-top:12px;

}

.service-hero h1{

font-size:34px;

}

.service-hero p{

font-size:16px;

}

.service-hero img{

width:240px;

}

.section-title{

font-size:32px;

}

.service-box{

padding:20px;

}

.service-box h4{

font-size:22px;

}

}


@media (max-width:576px){

.service-hero{

padding-top:120px;

}

.service-hero h1{

font-size:28px;

}

.service-hero h5{

font-size:14px;

}

.service-hero p{

font-size:15px;

}

.btn-primary{

width:100%;

}

.service-box{

padding:18px;

}

}
.dropdown-menu{

background:#102B46;

border:none;

border-radius:12px;

padding:10px;

}

.dropdown-item{

color:white;

padding:12px 18px;

border-radius:8px;

transition:.3s;

}

.dropdown-item:hover{

background:#00C8FF;

color:#071A2D;

}
/* ================= WHY HELIOS PAGE ================= */

.why-hero{

    margin-top:85px;

    padding:90px 0;

    background:linear-gradient(135deg,#071A2D,#102B46);

}

.why-hero h5{

    color:#00C8FF;

    font-weight:600;

    margin-bottom:15px;

}

.why-hero h1{

    font-size:58px;

    font-weight:700;

    line-height:1.2;

    margin-bottom:25px;

}

.why-hero p{

    color:#C8D5E2;

    line-height:1.8;

    font-size:18px;

    margin-bottom:35px;

}

.why-hero img{

    width:420px;

    margin:auto;

}
/* ===========================
PARTNERS
=========================== */

.partners-section{

padding:100px 0;

background:#071A2D;

}

.partners-section h2{

font-size:42px;

font-weight:700;

margin-bottom:15px;

}

.partners-section p{

color:#C8D5E2;

}

.partner-card{

background:#102841;

padding:40px;

border-radius:18px;

text-align:center;

transition:.35s;

height:100%;

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

}

.partner-card:hover{

transform:translateY(-10px);

border-color:#00C8FF;

box-shadow:0 0 30px rgba(0,200,255,.2);

}

.partner-card img{

width:130px;

height:70px;

object-fit:contain;

margin:auto;

margin-bottom:25px;

filter:grayscale(100%);

transition:.35s;

}

.partner-card:hover img{

filter:none;

transform:scale(1.08);

}

.partner-card h4{

margin-bottom:15px;

font-weight:600;

}

.partner-card p{

color:#cfd8e4;

line-height:1.7;

}
/* ===========================
WORKING PROCESS
=========================== */

.process-section{

padding:100px 0;

background:#081f35;

}

.process-card{

background:#102841;

padding:35px 20px;

border-radius:18px;

transition:.35s;

height:100%;

}

.process-card:hover{

transform:translateY(-10px);

box-shadow:0 0 25px rgba(0,200,255,.2);

}

.process-card span{

display:inline-block;

width:65px;

height:65px;

line-height:65px;

border-radius:50%;

background:#00C8FF;

color:#071A2D;

font-size:24px;

font-weight:700;

margin-bottom:20px;

}

.process-card h5{

font-weight:600;

color:white;

}
/* ===========================
CTA SECTION
=========================== */

.cta-section{

padding:100px 0;

background:#071A2D;

}

.cta-box{

background:linear-gradient(135deg,#102841,#16395D);

padding:70px 50px;

border-radius:25px;

border:1px solid rgba(0,200,255,.25);

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

}

.cta-box h2{

font-size:46px;

font-weight:700;

margin-bottom:20px;

}

.cta-box p{

max-width:750px;

margin:auto;

margin-bottom:35px;

color:#d5dde7;

line-height:1.9;

font-size:18px;

}

.cta-box .hero-btn{

padding:15px 38px;

font-size:17px;

transition:.35s;

}

.cta-box .hero-btn:hover{

transform:translateY(-5px);

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

.mission-vision{

padding:100px 0;

background:#081f35;

}

.mission-vision h2{

font-size:42px;

font-weight:700;

margin-bottom:15px;

}

.mission-vision p{

color:#C8D5E2;

line-height:1.8;

}

.mv-card{

background:#102841;

padding:45px 35px;

border-radius:18px;

text-align:center;

height:100%;

transition:.35s;

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

}

.mv-card:hover{

transform:translateY(-10px);

border-color:#00C8FF;

box-shadow:0 0 30px rgba(0,200,255,.18);

}

.mv-icon{

width:80px;

height:80px;

background:#00C8FF;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:0 auto 25px;

}

.mv-icon i{

font-size:34px;

color:#071A2D;

}

.mv-card h3{

font-size:28px;

font-weight:600;

margin-bottom:18px;

color:white;

}

.mv-card p{

color:#d5dde7;

line-height:1.9;

}
.dropdown-item:hover{

background:#00C8FF;

color:#071A2D;

}

/* YAHAN SE PASTE KAR */

.partners-section{

    padding:100px 0;

    background:#071A2D;

}

.partners-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:35px;

    margin-top:60px;

    align-items:center;

}

.partners-grid img{

    width:180px;

    margin:auto;

    transition:.35s;

    opacity:.9;

}

.partners-grid img:hover{

    transform:scale(1.08);

    opacity:1;

}
/* ================= HOME PAGE MOBILE ================= */

@media (max-width:768px){

    .hero{
        text-align:center;
        padding:120px 0 60px;
        min-height:auto;
    }

    .hero h1{
        font-size:36px;
        line-height:1.2;
        word-break:break-word;
    }

    .hero p{
        font-size:16px;
        line-height:1.7;
    }

    .hero img{
        width:260px;
        margin:40px auto 0;
    }

    .navbar-brand img{
        width:120px;
    }

}

@media (max-width:576px){

    .hero h1{
        font-size:30px;
    }

    .hero p{
        font-size:15px;
    }

    .hero img{
        width:220px;
    }

}

@media (max-width:768px){

    .why-hero{
        text-align:center;
        padding:120px 0 60px;
    }

    .why-hero h1{
        font-size:34px;
        line-height:1.2;
        word-break:break-word;
    }

    .why-hero h5{
        font-size:14px;
    }

    .why-hero p{
        font-size:16px;
    }

    .why-hero img{
        width:240px;
        margin:35px auto 0;
    }

}
@media (max-width:768px){

    .navbar .container{
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-wrap:nowrap;
        padding:0 15px;
    }

    .navbar-brand{
        display:flex;
        align-items:center;
        max-width:120px;
        overflow:hidden;
        margin:0;
        padding:0;
    }

    .navbar-brand img{
        width:100%;
        height:auto;
        display:block;
    }

    .navbar-toggler{
        margin-left:auto;
        padding:4px 8px;
        flex-shrink:0;
    }

}
