@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: "Poppins", sans-serif;
}

body{
  width: 100vw;
  overflow-x: hidden;

}

/* NAVBAR */

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding: 20px 80px;
background:white;
height: 100px;
}

.logo img{
max-height:200px;
/* width:auto; */
padding-top: 5px;
margin-left: -4vw;
}


.menu{
display:flex;
gap:50px;
list-style:none;
font-weight:700;
font-size: 18px;
transition: all 0.3s linear;
}

/* parent list */
.menu li{
position:relative;
}

/* dropdown */
.dropdown{
position:absolute;
top:100%;
left:0;
background:white;
width:200px;
display:none;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
z-index: 2;
padding: 20px;
}

/* dropdown items */
.dropdown li{
padding:10px;
font-size: 0.9rem;
}

/* show on hover */
.menu li:hover .dropdown{
display:block;
}

.menu a{
  transition: all 0.3s linear;  
}

a{
  text-decoration: none;
  color: #0B1C2F;
}

.menu a:hover{
    color: #165eb1;
    /* font-size: 20px; */
    cursor: pointer;
    
}

li{
  list-style-type: none;
}


.quote{
background:#4f79ff;
color:white;
border:none;
padding:12px 20px;
border-radius:8px;
cursor:pointer;
font-size: 18px;
transition: all 0.3s linear;  
}

.quote:hover{
    background:#000208;
}


/* HERO SECTION */

.hero{
display:flex;
height:70vh;
}

.hero-left{
width:50%;
overflow:hidden;
position:relative;
border-right: 15px solid #007bff;
}


.hero-left::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/* background:linear-gradient(to right, rgba(0,0,0,0.1), rgba(11,31,58,0.8)); */
}

.hero-left img{
width:100%;
height:100%;
object-fit:cover;
/* clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%); */

object-position: center;

}

.hero-right{
width:50%;
background:linear-gradient(120deg,#0b1f3a,#1d4ed8);
color:white;
display:flex;
flex-direction:column;
justify-content:center;
padding:80px;


/* clip-path: polygon(10% 0,100% 0,100% 100%,0% 100%); */
}

.hero-right h1{
font-size:40px;
margin-bottom:20px;
}

.hero-right p{
margin-bottom:30px;
font-size:18px;
line-height:1.5;
}

.start{
background:#4f79ff;
border:none;
color:white;
padding:15px 30px;
border-radius:8px;
font-size:16px;
cursor:pointer;
}



/* -----------------------SERVICES----------------- */


.services{
padding:80px 130px 130px 130px;
background:#fff;
}

.services-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:60px;
padding: 0 130px;
}

.services-header h2{
font-size:40px;
font-weight:700;
}

.services-header p{
color:#777;
font-size:16px;
max-width:400px;
}

.card-slider{
padding:40px;
text-align:center;
}

.slider-title{
font-size:40px;
margin-bottom:40px;
}

.slider-container{
position:relative;
display:flex;
align-items:center;
}

.slider{
display:flex;
overflow:hidden;
scroll-behavior:smooth;
gap:10px;
}

/* Left arrow */
.prev{
position:absolute;
left:-60px;
top:50%;
transform:translateY(-50%);
background:#2b6df6;
color:white;
border:none;
padding:12px 16px;
border-radius:6px;
cursor:pointer;
}

/* Right arrow */
.next{
position:absolute;
right:-80px;
top:50%;
transform:translateY(-50%);
background:#2b6df6;
color:white;
border:none;
padding:12px 16px;
border-radius:6px;
cursor:pointer;
}

.card{
min-width:400px;
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 4px 15px rgba(0,0,0,0.1);
text-align:center;
}

.card img{
width:100%;
height:180px;
object-fit:cover;
border-radius:8px;
margin-bottom:15px;
}

.card h3{
margin-bottom:10px;
}

.card p{
color:#666;
font-size:16px;
margin-bottom:20px;
line-height: 1.7;
max-width: 320px;
/* word-wrap: break-word; */
}

.card button{
background:#2563eb;
color:white;
border:none;
padding:10px 18px;
border-radius:6px;
cursor:pointer;
font-size: 18px;
}

/* -------------------STATISTICS--------------------- */


.stats{
padding:90px 0;
background:#0b1c2f;
color:white;
text-align:center;
border-radius: 8px;


}

.stats h2{
font-size:40px;
margin-bottom:60px;
}


.stats-wrapper{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}


.stat-card{
background:#122b46;
padding:35px 30px;
border-radius:12px;
width:200px;
transition:0.3s;
box-shadow:0 8px 20px rgba(0,0,0,0.4);

}

.stat-card:hover{
transform:translateY(-6px);
background:#17385d;
}

.stat-card i{
font-size:36px;
margin-bottom:15px;
color:#4da3ff;
}

.stat-card h3{
font-size:34px;
margin-bottom:8px;
}

.stat-card p{
font-size:13px;
letter-spacing:1px;
opacity:0.8;
}


/* ------------------UNIVERSITIES------------------- */

.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.campus h1{
    font-size: 36px;
    font-weight: 600;
}

.campus p{
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.campus-col img{
    width: 100%;
    display: block;
}


.campus-section {
  width: 100%;
  padding: 80px 100px;
  /* background: linear-gradient(to right, #f9fbff, #eef4ff); */
  overflow: hidden;
}

.campus-heading {
    text-align: center;
    margin-bottom: 60px;
}

.campus-heading h1 {
    font-size: 42px;
    font-weight: 800;
    color: #002244;
    margin-bottom: 15px;
}

.campus-heading p {
    font-size: 17px;
    max-width: 750px;
    margin: auto;
    line-height: 1.8;
    color: #444;
}

/* Campus Cards Container */
.campus-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  scroll-behavior:smooth;

  
}

/* Campus Card */
.campus-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 370px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transition: 0.5s ease;
    text-align: center;
  

}

.campus-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
    display: block;



}

/* Hover Zoom */
.campus-card:hover img {
    transform: scale(1.12);
}

/* Overlay */
.campus-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: white;
    transition: 0.5s ease;
}

.campus-overlay h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.campus-overlay p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* Lift Effect */
.campus-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* ---------------------ABOUT------------------ */

.about {
  width: 100%;
  padding: 0 5%;
}

.about-heading {
  text-align: center;
  margin-bottom: 60px;
}

.about-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #002244;
}

.about-heading p {
  font-size: 16px;
  color: #444;
  max-width: 750px;
  margin: 15px auto 0;
  line-height: 1.8;
}

/* Layout */
.about-container {
  display: flex;
  align-items: center;
  gap: 55px;
  flex-wrap: wrap;
}

/* Image */
.about-image {
  flex: 1;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;

  /* ✅ Remove white background */
  background: none;
  padding: 0;
 
}

.about-image img {
  width: 100%;
  height: 100%;
  /* ✅ Image fully cover */
  object-fit: cover;
  display: block;
}

.about-text {
  padding: 40px;
}

.about-image {
  padding: 0;
}


.about-image:hover img {
  transform: scale(1.08);
}

/* Content */
.about-content {
  flex: 1;
}

.about-content h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0B1C2F;
  margin-bottom: 35px;
}

.about-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-card {
  display: flex;
  align-items: stretch; /* ✅ Makes both sides equal */
  padding: 0;           /* ✅ Remove extra padding */
}

/* Button */
.about-btn {
  display: inline-block;
  padding: 12px 26px;
  background: #0b1f3a;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.4s ease;
}

.about-btn:hover {
  background: #002244;
  transform: translateY(-4px);
}


/* -------------------FAQ---------------- */

.accordian{
    background-color: #EDF7FE;
    padding: 20px 20px 10px 20px;
    margin-bottom: 16px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgb(188, 188, 193);
    cursor: pointer;
}

.question{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon{
    margin-right: 16px;
    font-size: 25px;
    transition: transform 0.5s ;
    color: #165eb1;
}

.icon.active{
    transform: rotate(-180deg);
}

.answer{
    max-height: 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    transition: max-height 0.2s ;
}

.answer.active{
    max-height: 1000px;
}


/* --------------------REACH OUT SECTION------------------- */

.reachout{
 padding:70px 70px;
/* background: #e7eeff; */
}

.reachout-container{
display:flex;
align-items:center;
gap:60px;
flex-wrap:wrap;

}

/* LEFT FORM */

.reachout-form{
flex:1;
}

.reachout-form h2{
font-size:40px;
margin-bottom:15px;
color:#002244;
}

.reachout-form p{
color:#555;
margin-bottom:30px;
}

.reachout-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.reachout-form input,
.reachout-form textarea{
padding:14px;
border:1px solid #ccc;
border-radius:8px;
font-size:15px;
outline:none;
}

.reachout-form textarea{
height:120px;
resize:none;
}

.reachout-form button{
background:#2563eb;
color:white;
border:none;
padding:14px;
border-radius:8px;
font-size:16px;
cursor:pointer;
transition:0.3s;
}

.reachout-form button:hover{
background:#0b1c2f;
}

/* RIGHT IMAGE */

.reachout-image{
flex:1;
height:420px;
border-radius:15px;
overflow:hidden;
}

.reachout-image img{
width:100%;
height:100%;
object-fit:cover;
}

.reachout-form select{
padding:14px;
border:1px solid #ccc;
border-radius:8px;
font-size:15px;
outline:none;
background:white;
}

.reachout-form select{
padding:14px;
border:1px solid #ccc;
border-radius:8px;
font-size:15px;
outline:none;
background:white;

/* remove dropdown icon */
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
}

.reachout-heading{
    text-align: center;
    font-size: 1.7rem;
    color: #23324C;
}



/* --------------------VISION--------------------- */

.vision-container{
  display: flex;
  /* align-items: center; */
  justify-content: space-around;
  gap: 5rem;
  padding: 50px 80px 0 80px;
  
  
}

.vision-container .vision-right img{
  width: 100%;
  max-width: 1000px;
  object-fit: cover;
  vertical-align: middle;
}

.vision-left{
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
}

.vision-left h2{
  font-size: 2.8rem;
  padding: 20px;
}

.vision-left .vision-text{
  padding-left: 40px;
  line-height: 1.7;
  max-width: 1200px;
}

.vision-container .vision-accordian{
  padding-top: 30px;
}

.vision-right{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vision-right #team{
  height: 250px;
}


/* ------------------SUPPORT------------------- */


.support{
  padding-top: 50px;
}
.support-container{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-around;
  gap: 5rem;
  padding-top: 50px;
  background-color: #0b1f3a;
  text-align: center;
  color: #fff;
}

.support-up{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.support-up h3{
  font-size: 2.8rem;
}

.support-up h4{
  font-size: 0.9rem;
}

.support-down button{
  padding: 15px;
  border: none;
  outline: none;
  background: transparent;
  background-color: #1273d4;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 8px;
  font-weight: 700;
  width: 200px;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  top: -40px;
  transition: all 0.3s;
}

/* .support-container button:hover{
  background-color: #002244;
} */



/* --------------------TESTIMONIAL----------------- */

/* 3D TESTIMONIALS */

.testimonial-heading{
  font-size: 2.1rem;
}

.testimonial-3d{
padding:80px 80px;
/* background:#122b46; */
text-align:center;
}

.testimonialSwiper{
width:100%;
padding-top:50px;
padding-bottom:50px;
}

.testimonial-card3d{
background:#fff;
padding:40px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
text-align:center;
}

.testimonial-card3d p{
color:#555;
line-height:1.7;
margin-bottom:25px;
}

.student-info img{
width:300px;
height:300px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}

.student-info h4{
font-size: 1.5rem;
}

.student-info span{
font-size:14px;
color:#777;
}


/* ----------------CLIENTS SECTION---------------- */

.clients{
padding:40px 80px;
background:#f8fbff;
text-align:center;
}

.clients-heading h2{
font-size:40px;
margin-bottom:10px;
color:#002244;
}

.clients-heading p{
color:#666;
margin-bottom:50px;
}

.clients-slider{
position:relative;
display:flex;
align-items:center;
}

.clients-container{
display:flex;
gap:20px;
overflow:hidden;
scroll-behavior:smooth;
}

.client-card{
min-width:220px;
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 6px 20px rgba(0,0,0,0.1);
text-align:center;
transition:0.3s;
}

.client-card:hover{
transform:translateY(-8px);
}

.client-card img{
width:120px;
height:120px;
object-fit:contain;
margin-bottom:15px;
}

.client-card h4{
font-size:16px;
color:#333;
}

/* arrows */

.client-prev,
.client-next{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#2563eb;
color:white;
border:none;
padding:12px 16px;
border-radius:6px;
cursor:pointer;
}

.client-prev{
left:-60px;
}

.client-next{
right:-60px;
}

/* ----------------FOOTER---------------- */



.footer{
background:#051929e2;
color:white;
padding:80px 80px 80px 80px;
border-radius: 8px;
}

.footer-container{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:60px;
}

.footer-logo{
width:210px;
/* filter: brightness(0) invert(1); */
/* margin-bottom:20px; */
/* background: transparent; */
color: #fff;

}


.footer-col p{
color:#ccc;
line-height:1.6;
position: relative;
top: -25px;
margin-bottom: 12px;
padding-top: 15px;
}

.footer-col h3{
margin-bottom:20px;
font-size:20px;
}

.footer-col ul{
list-style:none;
}

.footer-col ul li{
margin-bottom:12px;
color:#ccc;
cursor:pointer;
font-size: 1.2rem;
transition:0.3s;
}

.footer-col ul li a{
  color: #ccc;
}

.footer-col ul li a:hover{
color:#4da3ff;
}

.footer-col p i{
margin-right:10px;
color:#4da3ff;
}

.social-icons{
margin-top:20px;
display:flex;
gap:12px;
}

.social-icons i{
background:#1d4ed8;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
cursor:pointer;
}


/* ------------------------COPYRIGHT------------------ */

/* COPYRIGHT */

.copyright{
  text-align: center;
  padding: 50px;
  font-size: 1.2rem;
}


.campusSwiper{
padding:40px 0;
}

.campusSwiper .swiper-slide{
width:320px;
height:370px;
border-radius:20px;
overflow:hidden;
}

.campusSwiper img{
width:100%;
height:100%;
object-fit:cover;
}



/* -------------------------SERVICE HTML------------------- */

.service{
width:100%;
overflow:hidden;
}

.service-img{
width:100%;
height:320px;
}

.service-img img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.service-banner{
width:100%;
height:100%;
object-fit:cover;
display:block;
filter: brightness(40%);
}


.service-text{
position:absolute;
top:35%;
left:50%;
transform:translate(-50%,-50%);
color:white;
text-align:center;
}

.service-text h2{
font-size:3rem;
font-weight:700;
letter-spacing:2px;
}

/* ----------------SERVICE SUPPORT----------------- */

.support{
  padding: 50px 0;

}

.service-container{
  background: #0f2b47;
  padding: 70px 80px 60px 80px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-container h2{
  font-size: 1.5rem;
  font-weight: 400;
}

.service-container h3{
  font-size: 2.1rem;
}

.service-container p{
  /* font-size: 1.5rem; */
  font-weight: 400;
  line-height: 1.7;
  width: 900px;
  margin-left: 16vw;
}


/* ----------------SUPPORT CONTENT----------------- */

.content{
  display: flex;
  /* align-items: center; */
  justify-content: space-around;
  gap: 5rem;
  padding: 10px 200px ;
  
  
}

.content .content-right img{
  width: 100%;
  max-width: 1200px;
  object-fit: cover;
  /* vertical-align: middle; */
  margin-top: 5vw;
  
}

.content-left{
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
}

.content-left h2{
  font-size: 2.5rem;
  padding: 20px;
}

.content-left .content-text{
  padding-left: 30px;
  line-height: 1.7;
  max-width: 1200px;
  opacity: 0.7;
}

.content .content-accordian{
  padding-top: 30px;
}

.content-right{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.view-btn{
  width: 190px;
  margin-top: 10px;
  background-color: #1273d4;
}


.serviceSwiper{
padding:40px 0;
position: relative;

}

.serviceSwiper .swiper-slide{
width:400px;
}


#read-btn:hover{
  background-color: #000208;
}


/* ----------------------------AMITY------------------- */

.banner{
width:100%;
overflow:hidden;
}

.banner-img{
width:100%;
height:320px;
}

.service-img img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.amity-banner{
width:100%;
height:100%;
object-fit:cover;
display:block;
filter: brightness(50%);
}


.amity-logo{
position:absolute;
top:35%;
left:50%;
transform:translate(-50%,-50%);
color:white;
text-align:center;

}

/* -------------AMITY NOTICE--------------- */

.notice-section{
width:90%;
margin:80px auto;
font-family:Arial, Helvetica, sans-serif;
}

.notice-title{
font-size:32px;
margin-bottom:30px;
}

.notice-table{
width:100%;
border:1px solid #ddd;
}

.notice-head{
display:grid;
grid-template-columns: 200px 1fr 150px;
background:linear-gradient(to right,#3f3f9e,#6b6bbf);
color:white;
font-weight:bold;
padding:15px 20px;
}

.notice-row{
display:grid;
grid-template-columns: 200px 1fr 150px;
padding:18px 20px;
border-top:1px solid #eee;
align-items:center;
}

.notice-row a{
color:#b40000;
text-decoration:none;
font-weight:bold;
}


.samples-section{
width:100%;
padding:60px 80px;
background:#f8f9fb;
}

.sample-heading{
text-align:center;
font-size:32px;
margin-bottom:40px;
}

.samples-container{
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
}

.sample-card{
width:320px;
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
text-align:center;
padding-bottom:20px;
}

.sample-card iframe{
width:100%;
height:250px;
border:none;
}

.sample-card h3{
margin:15px 0;
font-size:18px;
}

.download-btn{
display:inline-block;
padding:10px 20px;
background:#007bff;
color:white;
text-decoration:none;
border-radius:5px;
font-size:14px;
}

.download-btn:hover{
background:#0056b3;
}


.contact-section{
width:100%;
padding:80px 100px;
background:#f7f7f7;
}

.contact-container{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.contact-card{
width:300px;
background:white;
padding:40px 20px;
text-align:center;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:0.3s;
}

.contact-card:hover{
transform:translateY(-10px);
}

.contact-card i{
font-size:40px;
color:#007bff;
margin-bottom:20px;
}

.contact-card h3{
margin-bottom:10px;
font-size:20px;
}

.contact-card p{
font-size:15px;
color:#555;
}


/* -----------WHATSAPP-------------- */

.whatsapp{
position:fixed;
bottom:25px;
right:25px;
background:#25D366;
color:white;
font-size:28px;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
z-index:1000;
}

.whatsapp:hover{
background:#1ebe5d;
}

.whatsapp-text a{
color:#25D366;
font-weight:600;
text-decoration:none;
}


.quote a{
  color: #fff;
}


/* -----------contact btn---------------- */

#contact-btn{
  padding: 10px;
  width: 150px;
  font-size: 1.1rem;
  background: transparent;
  background-color: #1d79d6;
  border: none;
  outline: none;
  border-radius: 5px;
  margin: 2vw;
  cursor: pointer;
}

#contact-btn a{
  color: #fff;
}

#contact-btn:hover{
  background-color: #002244;
}

.about-essence{
  margin-bottom: 4vw;
}

/* -----------ABOUT ACCORDDIAN------------- */

.about-accordian{
  padding: 50px 200px;
}

.about-accordian h2{
  padding-bottom: 20px;
  font-size: 3rem;
}

/* POPULAR CLIENTS (ABOUT PAGE) */

.popular-clients{
padding:80px 120px;
text-align:center;
background:#ffffff;
}

.popular-clients h2{
font-size:38px;
color:#002244;
margin-bottom:10px;
}

.popular-clients p{
color:#666;
margin-bottom:50px;
}

.popular-clients-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:30px;
}

.popular-client{
width:180px;
background:#fff;
padding:25px;
border-radius:12px;
transition:0.3s;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
text-align:center;
}

.popular-client{
background:#fff;
padding:25px;
border-radius:12px;
transition:0.3s;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.popular-client:hover{
transform:translateY(-6px);
/* background:#e9f1ff; */
}

.popular-client img{
width:100px;
height:100px;
object-fit:contain;
margin-bottom:10px;
}

.popular-client span{
font-weight:600;
color:#002244;
font-size:14px;
}



/* PRIVACY POLICY */

.privacy-policy{
padding:80px 120px;
background:#f8fbff;
}

.policy-container{
max-width:900px;
margin:auto;
}

.policy-container h2{
font-size:38px;
color:#002244;
margin-bottom:20px;
}

.policy-container h3{
margin-top:35px;
color:#0b1c2f;
}

.policy-container p{
color:#555;
line-height:1.8;
margin:15px 0;
}

.policy-container ul{
margin-left:20px;
margin-top:10px;
}

.policy-container ul li{
margin-bottom:8px;
}

.policy-contact{
font-weight:600;
font-size:18px;
color:#165eb1;
}



/* -------------DOTS------------- */

.swiper-pagination{
margin-top:-900px;
margin-bottom: 50px;
}

.swiper-pagination-bullet{
background:#165eb1;
opacity:0.6;
}

.swiper-pagination-bullet-active{
opacity:1;
background:#0b1f3a;
}


/* ============================= */
/* TABLET RESPONSIVE */
/* ============================= */

@media (max-width: 1024px){

.navbar{
padding:20px 40px;
}

.menu{
gap:25px;
font-size:16px;
}

.hero{
flex-direction:column;
height:auto;
}

.hero-left,
.hero-right{
width:100%;
}

.hero-right{
padding:50px;
text-align:center;
}

.services{
padding:60px 40px;
}

.services-header{
padding:0;
flex-direction:column;
gap:20px;
text-align:center;
}

.card{
min-width:300px;
}

.campus-section{
padding:60px 40px;
}

.about-container{
flex-direction:column;
}

.vision-container{
flex-direction:column;
padding:40px 80px;
}

.reachout-container{
flex-direction:column;
}

.footer-container{
grid-template-columns:repeat(2,1fr);
}

}


/* ============================= */
/* MOBILE RESPONSIVE */
/* ============================= */

@media (max-width: 768px){

.navbar{
flex-direction:column;
height:auto;
padding:20px;
gap:20px;
}

.menu{
flex-direction:column;
gap:15px;
align-items:center;
}

.quote{
margin-top:10px;
}

.hero-right h1{
font-size:32px;
}

.hero-right p{
font-size:15px;
}

.services{
padding:50px 20px;
}

.card{
min-width:260px;
}

.stats-wrapper{
gap:15px;
}

.stat-card{
width:150px;
padding:25px;
}

.campus-section{
padding:50px 20px;
}

.about-heading h2{
font-size:30px;
}

.about-content h2{
font-size:26px;
}

.reachout{
padding:50px 20px;
}

.reachout-form h2{
font-size:30px;
}

.vision-left h2{
font-size:30px;
}

.testimonial-3d{
padding:60px 20px;
}

.clients{
padding:40px 20px;
}

.footer-container{
grid-template-columns:1fr;
gap:40px;
}

.footer{
padding:60px 20px;
}

.copyright{
padding:30px;
font-size:14px;
}

.student-info img{
width:120px;
height:120px;
}

}


@media (max-width:768px){

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 20px;
}

.menu{
position:absolute;
top:80px;
left:-100%;
width:100%;
background:white;
flex-direction:column;
align-items:center;
gap:20px;
padding:30px 0;
transition:0.3s;
}

.menu.active{
left:0;
z-index: 2;
}

.quote{
font-size:14px;
padding:8px 14px;
}

.logo img{
max-height:65px;
}

}


/* HAMBURGER */

.hamburger{
display:none;
font-size:28px;
cursor:pointer;
}


/* MOBILE NAVBAR */
@media (max-width:768px){

.navbar{
flex-direction:row;        /* keep logo and hamburger in same line */
justify-content:space-between;
align-items:center;
padding:15px 20px;
height:auto;
}

.hamburger{
display:block;
font-size:28px;
cursor:pointer;
}

.menu{
position:absolute;
top:80px;
left:-100%;
width:100%;
background:white;
flex-direction:column;
align-items:center;
gap:20px;
padding:30px 0;
transition:0.3s;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.menu.active{
left:0;
}

}


/* ---------------SERVICE RESPONSIVE--------------- */


#favi-wala{
  height: 200px;
}

.service-block{
padding:70px 160px;
}

.service-wrapper{
display:flex;
align-items:center;
gap:150px;
}

.service-image{
flex:1;
}

.service-image img{
width:100%;
max-width:520px;
}

.service-info{
flex:1;
}

.service-tag{
background:#e7f0ff;
color:#1273d4;
padding:6px 14px;
border-radius:20px;
font-size:13px;
font-weight:600;
}

.service-info h2{
font-size:38px;
margin:20px 0;
color:#002244;
}

.service-info p{
color:#555;
line-height:1.8;
margin-bottom:25px;
}

.service-features{
list-style:none;
margin-bottom:30px;
}

.service-features li{
margin-bottom:12px;
font-size:15px;
color:#333;
}

.service-features i{
color:#1273d4;
margin-right:10px;
}

.service-btn{
display:inline-block;
background:#1273d4;
color:white;
padding:12px 26px;
border-radius:8px;
text-decoration:none;
}

.service-btn:hover{
background:#002244;
}







/* WHY CHOOSE SCHOLARA TIMELINE */

.why-scholara-timeline{
padding:90px 120px;
background:#f8fbff;
}

.why-title{
text-align:center;
font-size:40px;
margin-bottom:60px;
color:#002244;
}

.timeline{
position:relative;
max-width:800px;
margin:auto;
}

.timeline::before{
content:"";
position:absolute;
left:25px;
top:0;
width:4px;
height:100%;
background:#1273d4;
}

.timeline-item{
display:flex;
align-items:flex-start;
margin-bottom:40px;
}

.timeline-icon{
width:50px;
height:50px;
background:#1273d4;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-right:25px;
font-size:18px;
z-index:1;
}

.timeline-content h3{
font-size:20px;
margin-bottom:5px;
color:#002244;
}

.timeline-content p{
color:#555;
font-size:14px;
line-height:1.6;
}






/* MODERN ABOUT SECTION */

.about-modern{
padding:80px 120px;
background:#ffffff;
}

.about-modern-container{
display:flex;
align-items:center;
gap:70px;
flex-wrap:wrap;
}

.about-modern-left{
flex:1;
}

.about-modern-left h2{
font-size:42px;
color:#002244;
margin-bottom:20px;
}

.about-modern-text{
color:#555;
line-height:1.8;
margin-bottom:30px;
}

.about-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-bottom:30px;
}

.about-feature{
display:flex;
align-items:center;
gap:10px;
font-weight:500;
color:#0b1c2f;
}

.about-feature i{
color:#1273d4;
}

.about-btn-modern{
display:inline-block;
background:#1273d4;
color:white;
padding:12px 28px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.about-btn-modern:hover{
background:#002244;
}

.about-modern-right{
flex:1;
}

.about-modern-right img{
width:100%;
border-radius:12px;
}



/* ============================= */
/* SERVICE RESPONSIVE FIX */
/* ============================= */

/* Tablet */
@media (max-width: 1024px){

  .service-block{
    padding:50px 40px;
  }

  .service-wrapper{
    gap:60px;
  }

  .service-info h2{
    font-size:30px;
  }

  .service-container p{
    width:100%;
    margin:0;
  }
}


/* Mobile */
@media (max-width: 768px){

  .service-block{
    padding:40px 20px;
  }

  .service-wrapper{
    flex-direction:column;
    gap:30px;
    text-align:center;
  }

  /* Reverse layout fix (for alternating sections) */
  .service-wrapper:nth-child(even){
    flex-direction:column;
  }

  .service-image img{
    max-width:100%;
  }

  .service-info h2{
    font-size:24px;
  }

  .service-info p{
    font-size:14px;
  }

  .service-features li{
    font-size:14px;
  }

  .service-btn{
    padding:10px 20px;
    font-size:14px;
  }

  /* Fix banner text */
  .service-text h2{
    font-size:2rem;
  }

  /* Fix support text width */
  .service-container{
    padding:40px 20px;
  }

  .service-container p{
    width:100%;
    margin:0;
  }
}




/* ============================= */
/* ABOUT PAGE RESPONSIVE FIX */
/* ============================= */

/* Tablet */
@media (max-width: 1024px){

  .about-modern{
    padding:60px 40px;
  }

  .about-modern-container{
    flex-direction:column;
    gap:40px;
    text-align:center;
  }

  .about-modern-left h2{
    font-size:32px;
  }

  .about-modern-text{
    font-size:15px;
  }

  .about-features{
    grid-template-columns:1fr 1fr;
  }

  .why-scholara-timeline{
    padding:60px 40px;
  }

  .popular-clients{
    padding:60px 40px;
  }
}


/* Mobile */
@media (max-width: 768px){

  .about-modern{
    padding:40px 20px;
  }

  .about-modern-container{
    flex-direction:column;
    gap:25px;
  }

  /* Fix image size */
  .about-modern-right img{
    width:100%;
    height:auto;
  }

  .about-modern-left h2{
    font-size:24px;
  }

  .about-modern-text{
    font-size:14px;
    line-height:1.6;
  }

  /* Features stack */
  .about-features{
    grid-template-columns:1fr;
    gap:10px;
  }

  .about-feature{
    justify-content:center;
  }

  .about-btn-modern{
    padding:10px 20px;
    font-size:14px;
  }

  /* Timeline */
  .why-scholara-timeline{
    padding:50px 20px;
  }

  .why-title{
    font-size:26px;
  }

  .timeline::before{
    left:15px;
  }

  .timeline-item{
    gap:10px;
  }

  .timeline-icon{
    width:40px;
    height:40px;
    font-size:14px;
  }

  .timeline-content h3{
    font-size:16px;
  }

  .timeline-content p{
    font-size:13px;
  }

  /* Clients section */
  .popular-clients{
    padding:50px 20px;
  }

  .popular-clients h2{
    font-size:24px;
  }

  .popular-client{
    width:140px;
    padding:15px;
  }

  .popular-client img{
    width:70px;
    height:70px;
  }

  /* Stats */
  .stats-wrapper{
    justify-content:center;
  }

  .stat-card{
    width:130px;
    padding:20px;
  }

  .stat-card h3{
    font-size:22px;
  }
}



/* ============================= */
/* SAMPLES PAGE RESPONSIVE FIX */
/* ============================= */

/* Tablet */
@media (max-width: 1024px){

  .samples-section{
    padding:50px 40px;
  }

  .sample-heading{
    font-size:26px;
  }

  .samples-container{
    gap:20px;
  }

  .sample-card{
    width:280px;
  }

  .sample-card iframe{
    height:200px;
  }
}


/* Mobile */
@media (max-width: 768px){

  .samples-section{
    padding:40px 20px;
  }

  .sample-heading{
    font-size:22px;
  }

  .samples-container{
    flex-direction:column;
    align-items:center;
    gap:20px;
  }

  .sample-card{
    width:100%;
    max-width:350px;
  }

  .sample-card iframe{
    height:180px;
  }

  .sample-card h3{
    font-size:16px;
  }

  .download-btn{
    padding:8px 16px;
    font-size:13px;
  }

  /* Banner text */
  .service-text h2{
    font-size:2rem;
  }
}


/* ============================= */
/* CONTACT PAGE RESPONSIVE FIX */
/* ============================= */

/* Tablet */
@media (max-width: 1024px){

  .contact-section{
    padding:60px 40px;
  }

  .contact-card{
    width:260px;
    padding:30px 20px;
  }

  .reachout{
    padding:50px 40px;
  }

  .reachout-heading h2{
    font-size:26px;
  }

  .reachout-form h2{
    font-size:30px;
  }
}


/* Mobile */
@media (max-width: 768px){

  .contact-section{
    padding:40px 20px;
  }

  .contact-container{
    flex-direction:column;
    align-items:center;
    gap:20px;
  }

  .contact-card{
    width:100%;
    max-width:320px;
  }

  /* Reachout section */
  .reachout{
    padding:40px 20px;
  }

  .reachout-container{
    flex-direction:column;
    gap:30px;
  }

  .reachout-heading h2{
    font-size:20px;
    line-height:1.4;
  }

  .reachout-form h2{
    font-size:24px;
  }

  .reachout-form p{
    font-size:14px;
  }

  .reachout-form input,
  .reachout-form textarea,
  .reachout-form select{
    font-size:14px;
    padding:12px;
  }

  .reachout-form button{
    font-size:14px;
    padding:12px;
  }

  .reachout-image{
    height:auto;
  }

  .reachout-image img{
    width:100%;
    height:auto;
  }

  /* Banner text */
  .service-text h2{
    font-size:2rem;
  }
}



/* ============================= */
/* PRIVACY POLICY RESPONSIVE FIX */
/* ============================= */

/* Tablet */
@media (max-width: 1024px){

  .privacy-policy{
    padding:60px 40px;
  }

  .policy-container h2{
    font-size:30px;
  }

  .policy-container h3{
    font-size:20px;
  }

  .policy-container p{
    font-size:15px;
  }
}


/* Mobile */
@media (max-width: 768px){

  .privacy-policy{
    padding:40px 20px;
  }

  .policy-container{
    width:100%;
  }

  .policy-container h2{
    font-size:24px;
  }

  .policy-container h3{
    font-size:18px;
  }

  .policy-container p{
    font-size:14px;
    line-height:1.6;
  }

  .policy-container ul{
    margin-left:15px;
  }

  .policy-container ul li{
    font-size:14px;
  }

  .policy-contact{
    font-size:16px;
  }

  /* Banner text */
  .service-text h2{
    font-size:2rem;
  }
}






