*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
/* root var */


/* animations  */

/* rest of styles */
body{
    width: 100vw;
    overflow-x: hidden;
}
main{
    /* height: 100vh; */
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}
/* header of the site */
nav{
    width: 100%;
    padding: 1% 2%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 5px 10px #000;  
    position: fixed;
    z-index: 20;
    top: 0;      
}
nav .menu{
  display: none;
  font-size: 30px;
  color: #ff6a00;
}
nav ul{
    list-style: none;
}
nav ul li{
    display: inline-block;
    margin: 5px  10px;
}
nav ul li a{
    text-decoration: none;
    padding: 10px 15px;
    color: #000;
    font-weight: bolder;
    font-size: large;
    border-radius: 20px;
    transition: 0.5s;
}
nav ul li a:hover{
    cursor: pointer;
    background-color: #ea5b0c;
    color:#fff ;
}
/* Home section */
.Home{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(assets/ChatGPT\ Image\ Jun\ 25\,\ 2025\,\ 06_26_08\ PM.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    gap: 30px;
    position: relative;
}
.I{
    color: #ea5b0c;
}
.HomeTitle{
    font-size: 60px;
    margin-bottom: 30px;
}
.homeMainP{
    text-align: center;
    line-height: 50px;
}
.HomeTextCon span{
    font-weight: 800;
}
.HomeHeroContent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 300px;
    opacity: 0;
    width: 90%;
    padding: 20px;
    transition: 1s;
}
.HomeTextCon{
    text-align: center;
}
.HomeHeroContent video{
    width: 40%;
    border-radius: 10px;
    border: 10px solid #ea5b0c;
    border-color: #ea5b0c #000 #000 #ea5b0c ;
    /* padding: 10px; */
}
.btn {
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  cursor: pointer;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: black;
  background-color: white;
  margin: 5px 15px;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.btn::after {
  background-color: #fff;
}

.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.info{
    display: flex;
    padding: 20px;
    width: 80%;
    gap: 30px;
}
.HomeCard{
    display: flex;
    gap: 30px;
    width: 30%;
    align-items: center;
    transition: 1s;
    opacity: 0;
}
.num{
  font-size: 40px;
  font-weight: 800;
}
.Ptitle{
  font-size: 30;
  font-weight:800 ;
}
.content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* About */


.About ,.foundingStory {
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 40px;
    margin: auto;
    opacity: 0;
    transition: 2s ease;
}

.about-image ,.fPhoto {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.about-image img,.fPhoto img {
  max-width: 100%;
  height: auto;
}

.about-content {
  flex: 1 1 60%;
  padding: 20px;
  height: 100%;
  padding-top: 15%;
}

.about-content h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.info-cards {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
}

.card {
  flex: 1 1 45%;
  background-color: #fdfdfd;
  border-left: 4px solid #ea5b0c;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.card h3 {
  color: #ea5b0c;
  font-size: 18px;
  margin-bottom: 10px;
}

.card h3 span {
  margin-right: 8px;
}
.foundingStory{
  opacity: 1;
  display: grid;
  grid-template-columns: 1.25fr 2fr 1.25fr;
}

.achivements{
  padding: 50px 30px;
  display: grid;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
  opacity: 0;
}
.achivementTitle{
  font-size: 35px;
  padding-top: 70px ;
  font-weight: 800;
  color: #ea5b0c;
  border-bottom: 2px solid #ea5b0c;
}
.achivementContent{
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  /* opacity: 0; */
  transition: 0.5s;
  position: relative;
  left:-200% ;
}
.achivementContent img{
  height:150px ;
  opacity: 0;
  transition: 0.5s;
}
.fPhoto img {
  opacity: 0;
  transition: 0.5s;
}
.story{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.storyContent{
  opacity: 0;
  transition: 0.5s;
}
.storyContent p:nth-child(1){
  font-size: 24px;
  color: #ea5b0c;
  font-weight: 700;
}

.EducationalPartners{
  display: grid;
  padding: 30px;
  padding-left: 150px;
  width: 100%;
  height: 100vh;
  grid-template-columns: 1fr 1fr;
}
.EducationalPartners .img{
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.EducationalPartners .img img{
  width: 70%;
  margin: auto;
}
.textContent {
  max-width: 600px;
  color: #111;
  font-family: 'Segoe UI', sans-serif;
  display: grid;
  grid-template-rows: 0.6fr 1fr;
}

.textContent h1 {
  font-size: 5em;
  font-weight: 900;
  margin: 0;
}



.partnershipDetails h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 30px 10px;
}

.partnershipDetails ul {
  padding-left: 20px;
  margin-top: 30px;
}

.partnershipDetails li {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6;
}


/* mark1 */

/* Services */

.Services{
  width: 100vw;
  height: 100vh;
  padding: 100px 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.5fr 1fr;
  text-align: center;
  gap: 30px;
}
.servicesTitle{
  font-size: 50px;
  color: #ea5b0c;
  font-weight: 900;
  text-decoration: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ServicesCards{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}
.servicesCArds{
  padding: 10px 5px 5px 20px;
  border-radius: 15px;
  background-color: #ea5b0c;
  color: #fff;
  display: grid;
  grid-template-rows:0.9fr 0.1fr 0.4fr;
  opacity: 0;
  transition: 0.5s;

}
.servicesCArds img{
  width: 250px;
  margin: auto;
}
.servicesCArds p{
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}
.servicesCArds ul li{
  list-style: disc;
  text-align: start;
  margin: 10px 5px;
  font-size: 20px;
}
/* Courses */
.Courses{
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(assets/futuristic-smart-city-with-5g-global-network-technology.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coursesTitle{
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}
.CoursesContent{
  width: 90%;
  height: 80%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0.25fr 1fr;
}
.CoursesCards{
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  gap: 10px;
}
.CCards{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.CCardsContent{
  height: 80%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: 1s;
  position: absolute;
  left: -100%;
}
.CCards img{
  width: 350px;
}
.CCards h2{
  text-align: center;
}

.cta {
  border: none;
  background: none;
  cursor: pointer;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* problems part */
.Problem{
  width: 100%;
  height: 100vh;
  padding: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
#SolvingPart{
  grid-template-columns: 1fr 1fr;
}
.Problem .illustration{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Problem img{
  max-width: 60%;
}

.Problem .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
  padding-left: 150px;
}

.Problem .content h1{
  font-size: 60px;
  font-weight: 800;
  margin: 0;
}

.highlight {
  color: #ff6a00;
}

.Problem .content h2  {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.Problem .content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.Problem .content li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.Problem .content li strong {
  font-weight: 700;
}
/* feedback custmer */
.feedback-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
}

.feedback-section h2 {
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: bold;
}

.feedback-section h2 span {
  color: #ea5b0c;
}

.feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  justify-items: center;
}

.feedback-left img,.feedback-center img {

  width: 450px;
  margin: 15px 0;
}
/* .feedback-center{
  display: flex;
  flex-direction: column;
} */
.feedback-center ,.feedback-left  {
display:  flex;
flex-direction: column;
}

.feedback-illustration img {
  max-width: 100%;
  height: auto;
}
/* OUR TEAM  */
.team{
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-template-rows: 0.5fr 1fr;
  padding: 30px  100px;
}
.teamtitle{
  grid-area:1 / 1 / 2 / 4 ;
  text-align: center;
  font-size: 100px;
  font-weight: 900;
}
.content_left{
  grid-area: 2 / 1 / 3 / 2  ;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 10px;
}
.swiper{
  grid-area:2 / 2 / 3 / 3 ;
}
.content_right{
  grid-area: 2 / 3 / 3 / 4 ;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 10px;
}

.swiper {
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.swiper-wrapper{
  display: flex;
  align-items: center;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #e1e1e1;
  padding:20% 30% ;
  display: flex ;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideCard{
  background-color: #ff6a00; 
  border-radius: 16px; 
  padding: 16px; 
  width: 80%; 
  text-align: center; 
  color: white; 
}
.slideCard img{
  width: 100%; 
  border-radius: 12px; 
  margin-bottom: 12px;
}
.slideCard h3{ 
  font-size: 18px; 
  font-weight: normal;
}
.slideCard h2{
  margin: 4px 0 12px;
  font-size: 22px;
}
.Contact{
  width: 100%;
  display: flex;
  height: 70px;
  background-color: #000;
  color: #ff6a00;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
.Contact p{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.Contact span{
  color: #ff6a00;
}
.Contact a{
  margin: 0 50px;
  font-size: 40px;
  color: #ff6a00;
}
.whatsapp{
  font-size: 50px;
  display: flex;
  align-items: center;
}
.whatsapp p{
  color: #ff6a00;
}
.whatsapp .a{
  text-decoration: none;
  color: #ff6a00;
}
/* Responsive layout

/* Small laptops (992px to 1199px) */
@media  (max-width: 1199px) {
  /* MacBook Air, mid-size laptops */
   body{
    overflow-y: scroll;
  }
    nav ul{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0px;
    padding-top: 10px;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: space-around;
    background-color:#929292;
    right: -100%;
    opacity: 0;
    transition: right 0.5s;
    overflow-y: scroll;
  }
  nav .menu{
    display: block;
  }
 nav ul li {
  width: 100%;
  border: 1px solid #000 ;
  padding: 35px 0px;
  text-align: center;
 }
 .Home{
  padding-top: 100px;
  height: fit-content;
  overflow: hidden;  

 }
.HomeHeroContent{
  flex-direction: column;
}
.HomeTitle{
  font-size: 30px;
}

.homeMainP{
    text-align: center;
    line-height: 50px;
}
.HomeTextCon span{
    font-weight: 800;
}
.HomeHeroContent{
    gap: 10px;
    width: 90%;
    padding: 20px;
    transition: 1s;
}
.HomeTextCon{
    text-align: center;
}
.HomeHeroContent video{
    width: 600px;
    
}

.info{
  flex-direction: column;
  padding: 0px;
  margin-bottom: 20px;
  width: 90%;

}
.HomeCard{
    display: flex;
    gap: 30px;
    width: 100%;
    align-items: center;
    transition: 1s;
    opacity: 0;
}
.num{
  font-size: 20px;
  display: none;
}


.content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.About{
  height: fit-content;
}
.about-image,.fPhoto{
  display: none;
}
.info-cards{
  flex-direction: column;
} 
.about-content {
  flex: 1 1 80%;
  padding: 20px;
  height: 100%;
  padding-top: 15%;
}
.foundingStory{
  height: fit-content;
  grid-template-columns: 1fr;
}
.achivements{
  padding:10px;
  width: 100%;
}
.achivementTitle{
  font-size: 24px;
  padding-top: 30px ;
  font-weight: 800;
  color: #ea5b0c;
  border-bottom: 2px solid #ea5b0c;
}
.achivementContent{

  justify-content: space-between;
  text-align: start;
  margin: 10px;
}
.achivementContent img{
  height:100px ;
}

/* mark2 */


.CCards img{
  width: 300px;
}

.EducationalPartners{
  display: grid;
  padding: 30px;
  width: 100%;
  height: fit-content;
  grid-template-columns: 1fr ;
  
}
.Services{
  height: fit-content;
}
.ServicesCards{
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

.Problem{
  grid-template-columns: 1fr;
  padding: 0;
  padding-left:0 ;
  height: fit-content;
}
#SolvingPart{
  grid-template-columns: 1fr;
}
.Problem .content{
  padding: 30px;
}
.illustration  img ,.feedback-illustration{
  display: none;
}
.team{
  padding: 30px  0px;
}
.teamtitle{
  font-size: 70px;
}
  .feedback-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  /* Landscape phones or large phones */
  .Contact{
  flex-direction: column;
  height: fit-content;
  gap: 20px;
}
.Contact .socialmedia a{
  margin: 10px 15px;
}
.team {
  width: 90%;
  height: fit-content;
  margin-left: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);

}

.teamtitle {
  grid-area: 1 / 1 / 2 / 2;
}

.content_left {
  grid-area: 2 / 1 / 3 / 2;
}

.swiper {
  grid-area: 3 / 1 / 4 / 2;
}

.content_right {
  grid-area: 4 / 1 / 5 / 2;
}
}
 @media (max-width: 575px) {
  /* Landscape phones or large phones */
  body{
    overflow-x: hidden;
  }
.HomeHeroContent video{
    width: 300px;
    
}
.Courses{
  height:300vh;

}

.CoursesContent{

  grid-template-columns: 1fr;
}
.CoursesCards{
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr  ;
  gap: 10px;
}

.CCards img{
  width: 250px;
}




}

@media (max-width: 375px) {

.feedback-section img{
  width: 330px;
}

}