body{

font-family:'Poppins',sans-serif;

}

/* HERO */

.internship-hero{

background:#0F172A;

padding:20px 0;

color:#fff;

position:relative;

overflow:hidden;

}

.hero-tag{

background:#2563EB;

padding:10px 20px;

border-radius:30px;

display:inline-block;

margin-bottom:20px;

font-weight:500;

}

.internship-hero h1{

font-size:58px;

font-weight:500;

margin-bottom:25px;

}

.internship-hero h1 span{

color:#38BDF8;

}

.internship-hero p{

font-size:18px;

line-height:34px;

color:#ddd;

}

.hero-btns{

margin-top:35px;

}

.hero-btns .btn{

padding:15px 35px;

border-radius:40px;

margin-right:15px;

font-weight:500;

}

.hero-img{

max-width:95%;

animation:float 5s infinite ease-in-out;

}

@keyframes float{

50%{

transform:translateY(-15px);

}

}

.shape{

position:absolute;

border-radius:50%;

opacity:.15;

}

.shape.one{

width:300px;

height:300px;

background:#2563EB;

top:-100px;

right:-80px;

}

.shape.two{

width:220px;

height:220px;

background:#9333EA;

bottom:-80px;

left:-60px;

}

/* WHY US */

.why-us{

padding:20px 0;

background:#F8FAFC;

}

.section-title{

max-width:700px;

margin:auto;

margin-bottom:60px;

}

.section-title span{

color:#2563EB;

font-weight:600;

}

.section-title h2{

font-size:46px;

margin:15px 0;

font-weight:700;

}

.feature-box{

background:#fff;

padding:40px;

text-align:center;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.feature-box:hover{

transform:translateY(-10px);

}

.feature-box i{

font-size:50px;

color:#2563EB;

margin-bottom:20px;

}

.feature-box h4{

font-size:25px;

margin-bottom:15px;

font-weight:500;

}

.feature-box p{

line-height:30px;

color:#666;

}
/*==============================
INTERNSHIP PROGRAMS
==============================*/

.internship-programs{

padding:20px 0;

background:#ffffff;

}

.program-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

text-align:center;

height:100%;

transition:.35s;

border:1px solid #E5E7EB;

}

.program-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(37,99,235,.15);

}

.program-icon{

width:90px;

height:90px;

margin:auto;

background:linear-gradient(135deg,#2563EB,#38BDF8);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.program-icon i{

font-size:36px;

color:#fff;

}

.program-card h4{

font-size:24px;

font-weight:500;

margin-bottom:15px;

}

.program-card p{

line-height:28px;

color:#6B7280;

margin-bottom:25px;

}

.program-info{

display:flex;

justify-content:space-between;

margin-bottom:25px;

font-size:15px;

font-weight:500;

color:#2563EB;

}

.program-btn{

display:inline-block;

padding:12px 30px;

background:#2563EB;

color:#fff;

text-decoration:none;

border-radius:40px;

font-weight:500;

transition:.3s;

}

.program-btn:hover{

background:#1D4ED8;

color:#fff;

}
/*==================================
TECH STACK
==================================*/

.tech-stack{

padding:20px 0;

background:#F8FAFC;

}

.tech-card{

background:#fff;

padding:30px;

border-radius:15px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.tech-card:hover{

transform:translateY(-10px);

}

.tech-card i{

font-size:45px;

color:#2563EB;

margin-bottom:15px;

}

/*==================================
JOURNEY
==================================*/

.journey{

padding:20px 0;

background:#fff;

}

.step{

width:70px;

height:70px;

background:#2563EB;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

font-size:24px;

font-weight:bold;

margin-bottom:20px;

}

.journey-box{

padding:20px;

}

/*==================================
ELIGIBILITY
==================================*/

.eligibility{

padding:20px 0;

background:#F8FAFC;

}

.eligibility h2{

font-weight:500;

margin-bottom:30px;

}

.eligibility ul{

padding:0;

list-style:none;

}

.eligibility li{

padding:15px 0;

border-bottom:1px solid #ddd;

font-size:18px;

}

.eligibility li::before{

content:"✔ ";

color:#2563EB;

font-weight:bold;

}
/* Testimonials */

.testimonials,
.faq-section,
.apply-section{

padding:20px 0;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

text-align:center;

height:100%;

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-8px);

}

.stars{

color:#F59E0B;

font-size:22px;

margin-bottom:15px;

}

.testimonial-card h5{

margin-top:20px;

font-weight:500;

}

.faq-section{

background:#F8FAFC;

}

.apply-section{

background:#fff;

}

.apply-section .form-control,
.apply-section .form-select{

height:55px;

border-radius:12px;

}

.apply-section textarea{

height:150px !important;

}

.internship-cta{

padding:20px 0;

background:linear-gradient(135deg,#2563EB,#0F172A);

color:#fff;

text-align:center;

}

.internship-cta h2{

font-size:48px;

font-weight:500;

margin-bottom:20px;

}

.internship-cta p{

font-size:20px;

margin-bottom:35px;

}

.internship-cta .btn{

padding:15px 40px;

border-radius:50px;

font-weight:500;

}


*{
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:500;
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;
 .navbar{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}   height:auto;
}

.logo img:hover {
    transform: scale(1.03);
}
header{
    position:relative;
    overflow:hidden;
}

header::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 15% 20%, rgba(98,0,255,.08) 0%, transparent 25%),
    radial-gradient(circle at 85% 70%, rgba(255,0,128,.08) 0%, transparent 30%);
    z-index:0;
}

.navbar{
    position:relative;
    z-index:1;
}
nav ul li a{
    color:#43348D;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    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:72px 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;
}

}











