/* ===============================
GLOBAL CSS
=============================== */

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

body{
    font-family: 'Inter', sans-serif;
    color:#0B1F3A;
    background:#fff;
}

a{
    text-decoration:none;
}

/* ===============================
TOP BAR
=============================== */

.top-bar{
    background:#0B1F3A;
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.top-bar-inner{
    display:flex;
    justify-content:space-between;
}

/* ===============================
HEADER
=============================== */

.main-navbar{
    background:#fff;
    padding:16px 0;
    box-shadow:0 2px 12px rgba(0,0,0,0.05);
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:24px;
    font-weight:800;
    color:#0B1F3A !important;
}

.logo img{
    width:100px;
    height: 50px;
}

.navbar-nav .nav-link{
    color:#0B1F3A;
    font-weight:600;
    margin:0 10px;
    transition:0.3s;
}

.navbar-nav .nav-link:hover{
    color:#0A66FF;
}

.quote-btn{
    background:#14376e;
    color:#fff;
    padding:10px 22px;
    border-radius:8px;
    font-weight:600;
}

.quote-btn:hover{
    background:#084ec7;
    color:#fff;
}

/* ===============================
FOOTER
=============================== */

.footer{
    background:#0B1F3A;
    color:#fff;
    padding:70px 0 20px;
    margin-top:80px;
}

.footer h4,
.footer h5{
    margin-bottom:20px;
    font-weight:700;
}

.footer p{
    color:#d4d4d4;
    line-height:1.7;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:12px;
    color:#d4d4d4;
}

.footer ul li a{
    color:#d4d4d4;
}

.footer ul li a:hover{
    color:#0A66FF;
}

.social-links{
    margin-top:20px;
}

.social-links a{
    width:38px;
    height:38px;
    background:#12294a;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    margin-right:8px;
}

.social-links a:hover{
    background:#0A66FF;
}

.footer-bottom{
    text-align:center;
    color:#ccc;
    padding-top:15px;
}

/* ===============================
RESPONSIVE
=============================== */

@media(max-width:991px){

.top-bar-inner{
    flex-direction:column;
    gap:8px;
    text-align:center;
}

.navbar-nav{
    margin-top:20px;
}

.header-btn{
    margin-top:15px;
}

}
/* ========================================
LANDING PAGE CSS - WELLZONETECH
Add in website/static/website/styles/styles.css
======================================== */

/* HERO SECTION */
.hero-tech{
    padding:90px 0;
    background: linear-gradient(135deg, #040b32, #2c4569);
}

.hero-badge{
    display:inline-block;
    background:#eaf2ff;
    color:#091a36;
    padding:8px 16px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:56px;
    line-height:1.2;
    font-weight:800;
    color:#ffffff;
    margin-bottom:20px;
}

.hero-content h1 span{
    color:#ffffff;
}

.hero-content p{
    font-size:18px;
    color:#6B7280;
    line-height:1.8;
    margin-bottom:30px;
}

.hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-primary{
    background:#072c68;
    color:#fff;
    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
}

.hero-primary:hover{
    background:#084ec7;
    color:#fff;
}

.hero-secondary{
    border:2px solid #dcd1c8;
    color:#ffffff;
    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
}

.hero-secondary:hover{
    background:#0A66FF;
    color:#fff;
}

.hero-stats{
    display:flex;
    gap:40px;
    margin-top:40px;
    flex-wrap:wrap;
}

.hero-stats h4{
    color:#fefefe;
    font-weight:800;
}

.hero-image img{
    max-width:100%;
}

/* COMMON SECTION */
.section-space{
    padding:90px 0;
}

.section-title span{
    color:#0A66FF;
    font-weight:700;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
}

.section-title h2{
    font-size:40px;
    font-weight:800;
    margin:10px 0;
    color:#0B1F3A;
}

.section-title p{
    color:#6B7280;
}

/* SERVICES */
.service-card{
    background: linear-gradient(135deg, #040b32, #2c4569);
    border:1px solid #eef1f5;
    padding:35px 28px;
    border-radius:14px;
    transition:0.3s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.03);
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.service-card i{
    width:65px;
    height:65px;
    background:#eaf2ff;
    color:#001535;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:20px;
}

.service-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#f7f7fa;
}

.service-card p{
    color:#cdcfd5;
    line-height:1.8;
}

/* WHY SECTION */
.why-section{
    padding:90px 0;
    background:#f8fbff;
}

.mini-title{
    color:#0A66FF;
    font-weight:700;
    text-transform:uppercase;
}

.why-section h2{
    font-size:42px;
    font-weight:800;
    margin:15px 0;
}

.why-section p{
    color:#6B7280;
    line-height:1.8;
}

.why-list{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.why-list li{
    margin-bottom:14px;
    font-weight:600;
}

.why-list i{
    color:#0A66FF;
    margin-right:10px;
}

/* PORTFOLIO */
.portfolio-card{
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.portfolio-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.portfolio-content{
    padding:22px;
}

.portfolio-content h5{
    font-weight:700;
}

/* PROCESS */
.process-section{
    padding:90px 0;
    background:#0B1F3A;
    color:#fff;
}

.process-section .section-title h2,
.process-section .section-title span{
    color:#fff;
}

.step-box{
    background:#12294a;
    padding:35px 25px;
    border-radius:14px;
    text-align:center;
    height:100%;
}

.step-box h3{
    color:#0A66FF;
    font-size:40px;
    font-weight:800;
}

.step-box h5{
    margin:15px 0;
}

/* TESTIMONIAL */
.review-card{
    background:#fff;
    border:1px solid #eef1f5;
    padding:35px;
    border-radius:14px;
    box-shadow:0 5px 20px rgba(0,0,0,0.03);
}

.review-card p{
    color:#6B7280;
    line-height:1.8;
}

.review-card h6{
    font-weight:700;
    margin-top:20px;
}

/* BLOG */
.blog-section{
    padding:90px 0;
    background:#f8fbff;
}

.blog-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.blog-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.blog-body{
    padding:25px;
}

.blog-body h5{
    font-weight:700;
    margin-bottom:15px;
}

.blog-body p{
    color:#6B7280;
}

.blog-body a{
    color:#0A66FF;
    font-weight:700;
}

/* CTA */
.cta-section{
    padding:90px 0;
    background: linear-gradient(135deg, #001b47, #9c9ea1);
    color:#fff;
}

.cta-section h2{
    font-size:44px;
    font-weight:800;
}

.cta-section p{
    margin:18px 0 28px;
    font-size:18px;
}

/* RESPONSIVE */
@media(max-width:991px){

.hero-content h1{
    font-size:40px;
}

.section-title h2,
.why-section h2,
.cta-section h2{
    font-size:32px;
}

.hero-stats{
    gap:20px;
}

}

@media(max-width:576px){

.hero-tech,
.section-space,
.why-section,
.process-section,
.blog-section,
.cta-section{
    padding:65px 0;
}

.hero-content h1{
    font-size:32px;
}

.hero-btns{
    flex-direction:column;
}

.hero-primary,
.hero-secondary{
    width:100%;
    text-align:center;
}

}


/* ABOUT PAGE CSS */

.about-hero{
    padding:100px 0;
    background:linear-gradient(135deg,#ffffff,#f5f9ff);
}

.about-badge{
    background:#eaf2ff;
    color:#0A66FF;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

.about-hero h1{
    font-size:54px;
    font-weight:800;
    color:#0B1F3A;
}

.about-hero p{
    max-width:760px;
    margin:auto;
    color:#6B7280;
    margin-top:20px;
    font-size:18px;
}

.about-section{
    padding:90px 0;
}

.about-section h2{
    font-size:42px;
    font-weight:800;
    margin:15px 0;
}

.about-section p{
    color:#6B7280;
    line-height:1.8;
}

.about-points{
    margin-top:25px;
}

.about-points div{
    margin-bottom:12px;
    font-weight:600;
}

.about-points i{
    color:#0A66FF;
    margin-right:10px;
}

.counter-section{
    padding:80px 0;
    background:#0B1F3A;
}

.counter-box{
    background:#12294a;
    padding:35px 20px;
    border-radius:14px;
    color:#fff;
}

.counter-box h3{
    font-size:42px;
    color:#0A66FF;
    font-weight:800;
}

.mission-section{
    padding:90px 0;
    background:#f8fbff;
}

.mission-card{
    background:#fff;
    padding:40px;
    border-radius:14px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    height:100%;
}

.mission-card i{
    font-size:35px;
    color:#0A66FF;
    margin-bottom:20px;
}

.mission-card h3{
    font-weight:700;
    margin-bottom:15px;
}

.mission-card p{
    color:#6B7280;
}

.why-about{
    padding:90px 0;
}

.choose-card{
    background:#fff;
    border:1px solid #eef1f5;
    padding:35px;
    border-radius:14px;
    text-align:center;
    height:100%;
}

.choose-card i{
    width:70px;
    height:70px;
    background:#eaf2ff;
    color:#0A66FF;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:28px;
}

.choose-card h4{
    margin:20px 0 10px;
    font-weight:700;
}

.choose-card p{
    color:#6B7280;
}

.team-section{
    padding:90px 0;
    background:#f8fbff;
}

.team-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.team-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.team-info{
    padding:20px;
    text-align:center;
}

.team-info h5{
    font-weight:700;
}

.team-info p{
    color:#6B7280;
}

.about-cta{
    padding:90px 0;
    background: linear-gradient(135deg, #001b47, #9c9ea1);
    color:#fff;
}

.about-cta h2{
    font-size:44px;
    font-weight:800;
}

.about-cta p{
    margin:18px 0 28px;
    font-size:18px;
}

@media(max-width:991px){
.about-hero h1{
    font-size:38px;
}
.about-section h2,
.about-cta h2{
    font-size:32px;
}
}



/* CAREER PAGE CSS */

.career-hero{
    padding:100px 0;
    background:linear-gradient(135deg,#ffffff,#f5f9ff);
}

.career-badge{
    display:inline-block;
    background:#eaf2ff;
    color:#0A66FF;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.career-hero h1{
    font-size:54px;
    font-weight:800;
    color:#0B1F3A;
}

.career-hero p{
    max-width:760px;
    margin:auto;
    color:#6B7280;
    margin-top:18px;
    font-size:18px;
}

.career-benefits,
.job-section,
.life-section,
.apply-section{
    padding:90px 0;
}

.benefit-card{
    background:#fff;
    padding:35px 25px;
    border-radius:14px;
    text-align:center;
    border:1px solid #eef1f5;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,0.03);
}

.benefit-card i{
    width:70px;
    height:70px;
    background:#eaf2ff;
    color:#0A66FF;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:28px;
}

.benefit-card h5{
    margin:20px 0 12px;
    font-weight:700;
}

.benefit-card p{
    color:#6B7280;
}

.job-section{
    background:#f8fbff;
}

.job-list{
    margin-top:20px;
}

.job-card{
    background:#fff;
    padding:28px;
    border-radius:14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.job-left h4{
    font-weight:700;
    margin-bottom:10px;
}

.job-left p{
    color:#6B7280;
    margin:0;
}

.apply-btn{
    background:#0A66FF;
    color:#fff;
    padding:12px 24px;
    border-radius:8px;
    font-weight:600;
}

.apply-btn:hover{
    background:#084ec7;
    color:#fff;
}

.life-section h2{
    font-size:42px;
    font-weight:800;
    margin:15px 0;
}

.life-section p{
    color:#6B7280;
    line-height:1.8;
}

.career-points{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.career-points li{
    margin-bottom:12px;
    font-weight:600;
}

.career-points i{
    color:#0A66FF;
    margin-right:10px;
}

.apply-section{
    background:#f8fbff;
}

.career-form-wrap{
    max-width:900px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

.form-control{
    height:54px;
    border-radius:10px;
    border:1px solid #dbe3ec;
}

textarea.form-control{
    height:auto;
}

.submit-btn{
    background:#0A66FF;
    color:#fff;
    padding:14px 35px;
    border-radius:10px;
    font-weight:700;
}

.submit-btn:hover{
    background:#001b47;
    color:#fff;
}

.career-cta{
    padding:90px 0;
    background: linear-gradient(135deg, #001b47, #9c9ea1);
    color:#fff;
}

.career-cta h2{
    font-size:42px;
    font-weight:800;
}

.career-cta p{
    font-size:18px;
    margin:18px 0 28px;
}

@media(max-width:991px){

.career-hero h1,
.life-section h2,
.career-cta h2{
    font-size:34px;
}

.job-card{
    flex-direction:column;
    align-items:flex-start;
}

.career-form-wrap{
    padding:25px;
}

}



/* CONTACT PAGE CSS */

.contact-hero{
    padding:100px 0;
    background:linear-gradient(135deg,#ffffff,#f5f9ff);
}

.contact-badge{
    display:inline-block;
    background:#eaf2ff;
    color:#0A66FF;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.contact-hero h1{
    font-size:54px;
    font-weight:800;
    color:#0B1F3A;
}

.contact-hero p{
    max-width:760px;
    margin:auto;
    margin-top:18px;
    color:#6B7280;
    font-size:18px;
}

.contact-section{
    padding:90px 0;
}

.contact-info-box{
    background:#0B1F3A;
    color:#fff;
    padding:45px;
    border-radius:18px;
    height:100%;
}

.contact-info-box h2{
    font-size:38px;
    font-weight:800;
    margin:15px 0;
}

.contact-info-box p{
    color:#dbe4f1;
}

.info-item{
    display:flex;
    gap:18px;
    margin-top:28px;
}

.info-item i{
    width:52px;
    height:52px;
    background:#0A66FF;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.info-item h6{
    font-weight:700;
    margin-bottom:5px;
}

.contact-form-wrap{
    background:#fff;
    padding:45px;
    border-radius:18px;
    box-shadow:0 8px 30px rgba(0,0,0,0.06);
}

.contact-form-wrap h3{
    font-size:34px;
    font-weight:800;
    margin:15px 0 30px;
}

.form-control{
    height:56px;
    border-radius:10px;
    border:1px solid #d8e1eb;
}

textarea.form-control{
    height:auto;
}

.send-btn{
    background:#0A66FF;
    color:#fff;
    padding:14px 35px;
    border-radius:10px;
    font-weight:700;
}

.send-btn:hover{
    background:#084ec7;
    color:#fff;
}

.map-section{
    padding:0 0 90px;
}

.map-box{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 30px rgba(0,0,0,0.06);
}

@media(max-width:991px){

.contact-hero h1{
    font-size:38px;
}

.contact-form-wrap,
.contact-info-box{
    padding:30px;
}

.contact-form-wrap h3,
.contact-info-box h2{
    font-size:28px;
}

}