/*==========================
CAREER HERO
==========================*/

.career-hero{

position:relative;

padding:20px 0;

background:#0F172A;

overflow:visible;

color:#fff;

}

.career-hero::before{

content:"";

position:absolute;

width:100%;

height:100%;

background-image:radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);

background-size:24px 24px;

left:0;

top:0;

}

.career-tag{

display:inline-block;

padding:10px 25px;

background:#2563EB;

border-radius:40px;

font-weight:500;

margin-bottom:25px;

position:relative;

z-index:2;

}

.career-hero h1{

font-size:58px;

font-weight:500;

line-height:1.2;

position:relative;

z-index:2;

}

.career-hero h1 span{

color:#38BDF8;

}

.career-hero p{

margin-top:25px;

font-size:18px;

line-height:34px;

color:#d7d7d7;

position:relative;

z-index:2;

}

.hero-buttons{

margin-top:40px;

position:relative;

z-index:2;

}

.hero-buttons .btn{

padding:15px 35px;

border-radius:50px;

font-weight:500;

margin-right:15px;

}

.hero-image{

width:100%;

max-width:560px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.4);

position:relative;

z-index:2;

animation:float 5s ease-in-out infinite;

}

@keyframes float{

50%{

transform:translateY(-15px);

}

}

.circle{

position:absolute;

border-radius:50%;

opacity:.18;

}

.circle.one{

width:280px;

height:280px;

background:#2563EB;

top:-80px;

right:-80px;

}

.circle.two{

width:200px;

height:200px;

background:#9333EA;

bottom:-70px;

left:-60px;

}

.circle.three{

width:120px;

height:120px;

background:#06B6D4;

top:35%;

right:10%;

}

@media(max-width:991px){

.career-hero{

text-align:center;

padding:80px 0;

}

.career-hero h1{

font-size:42px;

}

.hero-image{

margin-top:50px;

}

.hero-buttons .btn{

margin-bottom:15px;

}

}
/*==============================
WHY JOIN US
==============================*/

.why-join{

padding:20px 0;

background:#F8FAFC;

}

.section-title{

max-width:750px;

margin:auto;

margin-bottom:60px;

}

.sub-title{

display:inline-block;

padding:8px 22px;

background:#DBEAFE;

color:#2563EB;

border-radius:30px;

font-weight:500;

margin-bottom:18px;

letter-spacing:1px;

}

.section-title h2{

font-size:46px;

font-weight:500;

margin-bottom:20px;

color:#111827;

}

.section-title h2 span{

color:#2563EB;

}

.section-title p{

font-size:18px;

line-height:32px;

color:#6B7280;

}

.benefit-card{

background:#fff;

padding:40px 30px;

border-radius:18px;

height:100%;

box-shadow:0 12px 35px rgba(0,0,0,.06);

transition:.35s;

border-top:4px solid transparent;

}

.benefit-card:hover{

transform:translateY(-10px);

border-color:#2563EB;

box-shadow:0 20px 45px rgba(37,99,235,.15);

}

.icon-box{

width:75px;

height:75px;

background:linear-gradient(135deg,#2563EB,#38BDF8);

border-radius:18px;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

}

.icon-box i{

font-size:30px;

color:#fff;

}

.benefit-card h4{

font-size:24px;

font-weight:500;

margin-bottom:15px;

color:#111827;

}

.benefit-card p{

font-size:16px;

line-height:30px;

color:#6B7280;

}

@media(max-width:991px){

.section-title h2{

font-size:34px;

}

.section-title{

margin-bottom:40px;

}

.benefit-card{

text-align:center;

}

.icon-box{

margin:0 auto 20px;

}

}
/*==============================
JOB OPENINGS
==============================*/

.job-section{

padding:0px 0;

background:#ffffff;

}

.job-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

border:1px solid #E5E7EB;

}

.job-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 55px rgba(37,99,235,.18);

}

.job-top{

display:flex;

justify-content:space-between;

margin-bottom:20px;

}

.job-type{

background:#2563EB;

color:#fff;

padding:7px 18px;

border-radius:30px;

font-size:14px;

font-weight:500;

}

.job-exp{

background:#EFF6FF;

color:#2563EB;

padding:7px 18px;

border-radius:30px;

font-size:14px;

font-weight:500;

}

.job-card h4{

margin:20px 0;

font-size:26px;

font-weight:500;

}

.job-card p{

color:#6B7280;

line-height:30px;

margin-bottom:20px;

}

.job-card ul{

list-style:none;

padding:0;

margin-bottom:30px;

}

.job-card ul li{

margin-bottom:12px;

color:#374151;

font-weight:500;

}

.job-card ul li i{

color:#2563EB;

margin-right:10px;

}

.apply-btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:14px 30px;

background:#2563EB;

color:#fff;

text-decoration:none;

border-radius:40px;

font-weight:500;

transition:.3s;

}

.apply-btn:hover{

background:#1D4ED8;

color:#fff;

transform:translateX(5px);

}




*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#fff;
}

/*=================*/

.container{
width:90%;
max-width:1300px;
margin:auto;
}

/*=================*/

.topbar{

background:#44348D;
color:#fff;
height:54px;

}

.topbar .container{

display:flex;
justify-content:space-between;
align-items:center;
height:54px;

}

.top-left,
.top-right{

display:flex;
align-items:center;
gap:30px;

}

.top-left a,
.top-right a{

color:#fff;
text-decoration:none;
font-size:17px;
transition:.3s;

}

.top-left i{

margin-right:8px;
font-size:20px;

}

.top-right i{

font-size:28px;

}

.top-right a:hover{

color:#ff4081;

}




header{

background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,.08);

}

.navbar{

display:flex;
justify-content:space-between;
align-items:center;
padding:12px 0;

}

/*=================*/

.logo img{

width:320px;

}

/*=================*/

nav ul{

display:flex;
list-style:none;
align-items:center;
gap:5px;

}

nav ul li a{

text-decoration:none;
color:#44348D;
font-size:18px;
font-weight:600;
transition:.3s;

}

nav ul li a:hover{

color:#ff0f6f;

}

.active{

color:#ff0f6f;

}

.dropdown i{

font-size:13px;
margin-left:5px;

}
header {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 40%, #eef2ff 100%);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 999;
}


.logo img{
    width:100%;
    max-width:320px;
    height:auto;
}

.navbar{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img:hover {
    transform: scale(1.03);
}
header{
    position:relative;
    overflow:visible;
}

header::before{
    content:'';
    position:absolute;
    inset:0;
    background:
   #fff;
    z-index:0;
}

.navbar{
    position:relative;
    z-index:1;
}
nav ul li a{
    color:#43348D;
    text-decoration:none;
    font-size:18px;
    font-weight:500;
    padding:12px 18px;
    border-radius:30px;
    transition:.35s;
}

nav ul li a:hover{
    background:#43348D;
    color:#fff;
}

nav ul li a.active{
    background:#ff0f6f;
    color:#fff;
}
.topbar{
    background:linear-gradient(90deg,#43348D,#5b47c7);
    height:55px;
    display:flex;
    align-items:center;
}

.innovation{
    padding:90px 0;
    background:#fff;
}

.innovation-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
}

.innovation-content{
    width:50%;
}

.innovation-image{
    width:50%;
}

.innovation-image img{
    width:100%;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.innovation-content span{
    color:#6c4ef6;
    font-size:15px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
}

.innovation-content h2{
    font-size:50px;
    margin:20px 0;
    line-height:1.2;
    color:#222;
}

.innovation-content h2 span{
    color:#5B3CC4;
}

.innovation-content p{
    font-size:17px;
    color:#666;
    line-height:32px;
    margin-bottom:35px;
}

.btn{
    display:inline-block;
    padding:15px 40px;
    background:#5B3CC4;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    transition:.3s;
    font-weight:500;
}

.btn:hover{
    background:#ff1478;
}


/*==============================
FOOTER
===============================*/

.footer{

    background:#151B3B;

    color:#fff;

    margin-top:0;

}

/* CTA */

.footer-cta{

    background:linear-gradient(135deg,#5B3CC4,#7C3AED);

    padding:70px 20px;

    text-align:center;

}

.footer-cta h2{

    font-size:42px;

    margin-bottom:15px;

}

.footer-cta p{

    color:#f1f1f1;

    margin-bottom:30px;

}

.footer-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary{

    background:#fff;

    color:#5B3CC4;

    padding:15px 35px;

    border-radius:40px;

    text-decoration:none;

    font-weight:500;

}

.btn-secondary{

    border:2px solid #fff;

    color:#fff;

    padding:15px 35px;

    border-radius:40px;

    text-decoration:none;

}

.btn-secondary:hover{

    background:#fff;

    color:#5B3CC4;

}

/* Footer Grid */

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:40px;

    padding:70px 0;

}

.footer-column h3,
.footer-column h4{

    margin-bottom:20px;

}

.footer-column p{

    color:#ccc;

    line-height:28px;

}

.footer-column ul{

    list-style:none;

    padding:0;

}

.footer-column ul li{

    margin-bottom:12px;

    color:#ccc;

}

.footer-column ul li a{

    color:#ccc;

    text-decoration:none;

}

.footer-column ul li a:hover{

    color:#fff;

}

.social-icons{

    margin-top:25px;

}

.social-icons a{

    display:inline-flex;

    width:45px;

    height:45px;

    border-radius:50%;

    background:rgba(255,255,255,.1);

    color:#fff;

    justify-content:center;

    align-items:center;

    margin-right:12px;

    transition:.3s;

}

.social-icons a:hover{

    background:#5B3CC4;

    transform:translateY(-5px);

}

/* Copyright */

.copyright{

    text-align:center;

    padding:25px;

    border-top:1px solid rgba(255,255,255,.1);

    color:#bbb;

}

.dropdown{
    position: relative;
}

.dropdown-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    z-index: 9999;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-menu li a{
    display: block;
    padding: 12px 20px;
    color: #44348D;
}

.dropdown-menu li a:hover{
    background: #44348D;
    color: #fff;
}



/*==================================================
  LARGE DESKTOP (1400px and below)
==================================================*/
@media (max-width:1400px){

.container,
.hero-container{
    width:90%;
}

.hero-content h1{
    font-size:52px;
}

.hero-image img{
    max-width:500px;
}

}


/*==================================================
  LAPTOP (1200px and below)
==================================================*/
@media (max-width:1200px){

.container,
.hero-container{
    width:92%;
}

.hero-content h1{
    font-size:46px;
}

.hero-image img{
    max-width:450px;
}

.about-grid,
.services-grid,
.product-grid,
.partner-grid,
.projects-grid,
.presence-grid,
.footer-grid{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

}


/*==================================================
  TABLET (992px and below)
==================================================*/
@media (max-width:992px){

.navbar{
    flex-wrap:wrap;
}

.logo img{
    width:220px;
}

nav ul{
    gap:20px;
}

.hero-container,
.innovation-row,
.about-row{
    flex-direction:column;
    text-align:center;
}

.hero-content,
.hero-image,
.innovation-content,
.innovation-image{
    width:100%;
}

.hero-content h1{
    font-size:40px;
}

.section-title h2{
    font-size:34px;
}

.hero-image img{
    max-width:400px;
}

.about-grid,
.services-grid,
.values-grid,
.product-grid,
.partner-grid,
.projects-grid,
.presence-grid,
.footer-grid{
    grid-template-columns:repeat(2,1fr);
}

.hero-buttons{
    justify-content:center;
}

.org-row{
    flex-wrap:wrap;
    justify-content:center;
}

.org-box{
    width:280px;
}

}


/*==================================================
  MOBILE (768px and below)
==================================================*/
@media (max-width:768px){

.container,
.hero-container{
    width:95%;
}

.navbar{
    flex-direction:column;
    padding:15px 0;
}

.logo img{
    width:180px;
}

nav ul{

    display:flex;
    flex-direction:column;
    width:100%;
    gap:10px;
    align-items:center;

}

nav ul li{

    width:100%;

}

nav ul li a{

    display:block;
    width:100%;
    padding:12px;
    text-align:center;

}
.hero-container,
.innovation-row,
.about-row{
    flex-direction:column;
    text-align:center;
}

.hero-content,
.hero-image,
.innovation-content,
.innovation-image{
    width:100%;
}

.hero-content h1{
    font-size:34px;
}

.hero-content p{
    font-size:16px;
}

.section-title h2,
.section-heading h2{
    font-size:28px;
}

.hero-image img,
.innovation-image img{
    width:100%;
    max-width:100%;
}

.about-grid,
.services-grid,
.values-grid,
.product-grid,
.partner-grid,
.projects-grid,
.presence-grid,
.footer-grid{
    grid-template-columns:1fr;
}

.hero-buttons{
    flex-direction:column;
    align-items:center;
    gap:15px;
}

.btn-primary,
.btn-secondary{
    width:100%;
    max-width:260px;
}

.org-row{
    flex-direction:column;
    align-items:center;
}

.org-box{
    width:100%;
    max-width:320px;
}

.footer{
    text-align:center;
}

}


/*==================================================
  SMALL MOBILE (480px and below)
==================================================*/
@media (max-width:480px){

.logo img{
    width:150px;
}

.hero-content h1{
    font-size:28px;
    line-height:1.3;
}

.hero-content p{
    font-size:15px;
}

.section-title h2{
    font-size:24px;
}

.btn-primary,
.btn-secondary{
    width:100%;
    font-size:15px;
    padding:12px;
}

.service-card,
.product-card,
.partner-card,
.project-card,
.presence-card{
    padding:20px;
}

}











