.btn-close{
  margin-right: 15px !important;
}

.custom-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #212529;
}

:root {
  --theam-color: rgba(1, 33, 55, 1);
  --white-color: white;
  --dark-color: black;
  --blue-color: #1c90d0;
  --lightblue-color: rgba(233, 245, 252, 1);
  --orange-color: rgba(245, 126, 34, 1);



}
.fa-solid-11{
  margin-top: 15px;
  }

@font-face {
   font-family: 'Poppins', sans-serif !important;
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'Poppins', sans-serif !important;
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}


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

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

img {
    display: block;
    width: 100%;
    border-radius: 15px; /* Adjust the value as needed */
}
a {
  text-decoration: none;
}

/* .row{
display: flex !important;
flex-wrap: wrap !important;
} */
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-left: 1rem !important;

}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pad-section {
  /* padding: 100px 0px; */
  padding-top: 100px;
}

/* topbar */
.topbar {
  background-color: var(--theam-color);
  padding: 10px 0px;
}

.topbar-img {
  width:300px;
  height: 75px;
}

.enrollbtn {
  padding: 10px 20px 10px 20px;
  border-radius: 28px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  font-family: 'Poppins', sans-serif;

}

.enrollbtn:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
  border: 1px solid var(--blue-color);

}
select {
  background-color: #f0f0f0; /* Background color of the select box */
  color: #333;               /* Text color of the selected option */
  padding: 5px;              /* Padding inside the select box */
  border-radius: 5px;        /* Rounded corners */
  border: 1px solid #ccc;    /* Border color */
}

/* Style the options (Note: Not all browsers support this) */
select option {
  background-color: #686869;    /* Background color of options */
 color: white;       
       /* Text color of options */
}

/* Hover effect for the options (Not all browsers support this) */
select option:hover {
  background-color: var(--orange-color);   /* Background color on hover */
}
/* Styling the selected option when dropdown is open (Not all browsers support this) */

.donatebtn {
  padding: 10px 20px 10px 20px;
  border-radius: 28px;
  border: 1px solid var(--white-color);
  color: var(--dark-color);
  text-decoration: none;
  background-color: var(--white-color);
  font-weight: 600;
  transition: 0.3s ease;
  font-family: 'Poppins', sans-serif;

}

.donatebtn:hover {
  background-color: var(--blue-color);
  color: var(--dark-color);
  border: 1px solid var(--blue-color);
}

/* topbar end */
/* header start*/
.header-bg {
  background: linear-gradient(90deg, #042B45 0%, #011B2D 50.52%, #042B45 100%);
}

.meanhead {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--white-color);
  font-family: 'Poppins', sans-serif;
  margin-right: 30px;
}

.meanhead:hover {
  color: var(--white-color);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
 width: 245%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 44px;
  left: -15px;
  border-radius: 10px;
  padding: 25px 20px;
} 
.dropdown-content a {
  color: black;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  border-radius: 10px;

  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s linear;
  

}
.dropdown-content a:hover{
  background-color:  rgba(233, 245, 252, 1);
  border-bottom: 2px solid transparent !important;}
.dropdown-content span{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.menu li{ 
  transition: 1s ease;
  position: relative;
  
}
.menu li a{
  transition: 0.3s ease;
border-bottom: 2px solid transparent;
padding-bottom: 17px;
}
.menu li a:hover{
  transition: 0.3s linear;
  position: relative;
  border-bottom: 2px solid var(--white-color);

}.menu li{
  transition: 0.3s linear;
  position: relative;
}
.menu li:hover .dropdown-content {
  display: block;
}
.fa-angle-down {
  margin-left: 5px;
}
.fa-angle-down {
  transition: transform 1s ease; /* Add this line for smooth transition */
}
.back-btn {
  padding: 15px 30px;
background-color: var(--white-color);
color: var(--dark-color);
  border-radius: 60px ;
  font-size: 16px ;
  font-weight: 600;
  display: none;
  margin: 0px 10px;
}
.sideline{
  height: 1px ;
  width: 100%;
 background-color:  rgba(187, 207, 221, 1);
 margin-top: 40px;
 display: none;

}
.hide {
  display: none;

}
.dropdowenarrow{
  color: var(--white-color);
  background-color: rgba(2, 51, 85, 1);
  padding: 4px 20px;
}
.active-li {
 font-size:23px !important; /* Adjust as needed */
}
.dropdown-side-content{
  display: none;
}
.menu li:hover .fa-angle-down {
  transform: rotate(180deg);
}
.side-nav ul li a:hover{
  border-bottom: none;
}


.dropdown-side-content a{
  font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 500;
color: var(--white-color);
margin: 20px 0px;

}
.dropdown-side-content a span{
font-weight: 400;

}
.togelmenu {
  background-color: transparent;
  color: var(--white-color);
  font-size: 35px;
}

.offcanvas {
  background-color: var(--theam-color) !important;
}
.offcanvas.offcanvas-top {
  height: auto !important;
  padding: 0px;
}
.closebtn {
  background: transparent;
  border: none;
  color: var(--white-color);
  font-size: 35px;
}
.offcanvas-body {
  padding: 20px 0px ;
}
.search-btn{
  padding: 0px 10px;
}

/* header end */
/* baner start */
.banner {
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Mask-group-2.png');
  background-position:  center;
  /* Position the image to the right */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
  background-size: cover;
  /* Ensure the image covers the container */
  width: 100%;
  /* Ensure the banner takes up the full width of its container */
  height: 74vh;
  /* Set the height of the banner */
  position: relative;
  /* Position relative to position text absolutely */
  display: flex;
  /* Flexbox for centering text */
  align-items: center;
  /* Center text vertically */
  justify-content: center;
  /* Center text horizontally */
  color: #fff;
  /* Text color */
  text-align: center;
  /* Center text alignment */
}
.donatebanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/07/Group-117-1-1.png') !important;

}
.learningbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-95.png') !important;
}

.secondarybanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-94-1.png') !important;

}
.fees{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/07/Group-118.png') !important;

}

.cobanner {
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-97-1.png') !important;
}
.alevelbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-96.png') !important;

}
.extrabanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-24-4.png') !important;

}
.tutitionbanner{
  background-image: url('../imges/tutitionbanner.png') !important;

}
.admisionbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-99.png') !important;

}
.supportbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-109.png') !important;
}
.aboutbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-97-1.png') !important;
}
.careerbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-108.png') !important;

}
.contactbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-102.png') !important;
}
.clendarbanner{
  background-image: url('../imges/calenderbanner.png') !important;

}
.unhcrbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-103.png') !important;

}
.enrollbanner{
  background-image: url('https://ideasinternational.my/wp-content/uploads/2025/06/Group-101-1.png') !important;

}
.banner-text {
  max-width: 72%;
  height: 60%;
  text-align: start;
  /* padding: 0px 170px; */
}

.banner h1 {
  font-family: 'Poppins', sans-serif;

  font-size: 55px;
  font-weight: 600;

}

.banner p {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 500;

}

.bannerenrollbtn,
.Enroll-btn {
  display: inline-block;
  margin-right: 10px;
  width: 225px;
  /* Set width for the button */
  height: 50px;
  background: rgba(245, 126, 34, 1);
  color: var(--dark-color);
  border-radius: 60px;
  font-family: 'Poppins', sans-serif;

  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  transition: 0.3s ease;

}
.Enroll-btn:hover{
  color: var(--dark-color); 
}

.bannerenrollbtn:hover {
  background-color: #F6A567;
  color: var(--dark-color);

}

.bannerdiscoverbtn {
  background: var(--white-color);
  color: var(--dark-color);
}

.bannerdiscoverbtn:hover {
  background: rgba(245, 126, 34, 1);
  color: var(--dark-color);
}

.banner-img img {
  width: 59%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 30px;
}

.banner-img img:hover {
  transform: scale(1.04);
}

.banner-img:hover .bannerimg-btn {
  background: rgba(28, 144, 208, 1);

}

.banner-img {
  position: relative;
}

.manin-banner-img {
  text-align: -webkit-right;

}

.bannerimg-btn {
  position: absolute;
  bottom: 20px;
  right: -29px;
  transform: translateX(-50%);
  /* background-color: var(--theam-color); */
  background: rgba(255, 255, 255, 1);

  color: var(--dark-color);
  text-decoration: none;
  border-radius: 28px;
  transition: background-color 0.3s ease, color 0.3s ease;

  padding: 10px 20px 10px 20px;

  border-radius: 60px;


}

.bannerimg-btn:hover {
  background-color: var(--white-color);
  color: var(--theam-color);
}

.secondary-img {
  padding: 30px 30px 0px 30px;
  background: var(--Accent-Secondary, rgba(254, 241, 231, 1));
  width: 61%;
  margin-top: 30px;

  border-radius: 30px;
  transition: 0.3s linear;

}

.secondary-img:hover {
  background: linear-gradient(180deg, #F0D9C7 0%, #DF9C69 100%);


}

.secondary-img img {
  width: 60%;
}
.secondary-img:hover .seconder-text {
  color: var(--dark-color);
}
.seconder-text {
  text-align: left;
  color: var(--dark-color);
  font-size: 13px;
}
.donate-card{
  margin-right: -12px;
}
.seconder-text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;

}

.seconder-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;

}

/* banner end*/
/* about start*/
.about-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgba(190, 87, 9, 1);
}

.about-text h4 {
  font-family: 'Poppins', sans-serif;
  line-height: 45px;
  font-size: 30px;
  font-weight: 600;
  color: var(--theam-color);

}

.about-text a {
  border-bottom: 1px solid rgba(28, 144, 208, 1);
  font-family: 'Poppins', sans-serif;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;

}
.about-img img{
  border-radius: 30px 0px 0px 30px;
  height:auto;
}

.about-img    h2 {
  color: var(--theam-color);
  font-family: 'Poppins', sans-serif;
  text-align: start;
  font-size: 42px;
  font-weight: 600;

}

.about-img-box {
  position: relative;
  width: 98%;
  margin: 20px auto 0px auto;
  overflow: hidden;
  border-radius: 30px;

}

.about-img-bootom-box {
  position: relative;
  width: 95%;
  margin: 20px auto 0px auto;
  overflow: hidden;
  border-radius: 30px;
}



.about-img-box img {
  transition: 0.3s;
  border-radius: 30px;
}

.about-img-bootom-box img {
  transition: 0.3s;
  border-radius: 30px;
}

.about-img-box:hover img {
  transform: scale(1.1);
}

.about-img-bootom-box:hover img {
  transform: scale(1.1);
}

.mian-block {
  margin-right: -62px;

}

.about-midal-img {
  height: 680px !important;
}
.about-girl-img{
  height: 865px !important;
}
.about-img-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: start;
  border-radius: 30px;
  z-index: 1;
  background:
    linear-gradient(162.91deg, rgba(0, 0, 0, 0.6) 9.38%, rgba(0, 0, 0, 0.2) 52.93%, rgba(0, 0, 0, 0) 89.02%);

  transition: 0.3s;
  opacity: 1;
}

.about-img-botoom-text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  border-radius: 30px;
  z-index: 1;
  background:
    linear-gradient(207.83deg, rgba(0, 0, 0, 0) 2.1%, rgba(0, 0, 0, 0) 35.41%, rgba(0, 0, 0, 0.288) 70.21%, rgba(0, 0, 0, 0.4224) 97.56%);


  transition: 0.3s;
  opacity: 1;
}

.about-img-top-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
  z-index: 1;

  transition: 0.3s;
  opacity: 1;
}

.about-img-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  z-index: 1;

  transition: 0.3s;
  opacity: 1;
}



.about-img-text p {
  margin-top: 35px;
  margin-left: 29px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;

}

.about-img-text h5 {
  font-size: 30px;
  margin-left: 29px;
  font-family: 'Poppins', sans-serif;

  font-weight: 600;
  letter-spacing: -0.015em;
  text-align: left;

}


.about-img-botoom-text p {
  margin-top: 35px;
  margin-left: 29px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;

}

.about-img-botoom-text h5 {
  font-size: 30px;
  margin-left: 29px;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;

  font-weight: 600;
  letter-spacing: -0.015em;
  text-align: left;

}


.discover-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 28px;
  background-color: var(--white-color);
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.discover-arrow-btn {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-color: var(--white-color);
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.about-img-box:hover .discover-btn {
  background-color: rgba(28, 144, 208, 1);
  color: var(--dark-color);
}

.about-img-bootom-box:hover .discover-arrow-btn {
  background-color: rgba(28, 144, 208, 1);
  color: var(--dark-color);
}

/* about end*/
.book-box {
  background-color: var(--blue-color);
  border-radius: 20px;
  color: var(--white-color);
  padding: 30px 25px;
}

.book-box p {
  font-family: 'Poppins', sans-serif;

  font-size: 17px;
  font-weight: 700;
}

.book-box h4 {
  font-family: 'Poppins', sans-serif;

  font-size: 30px;
  font-weight: 600;

}

.book-box a {
  font-family: 'Poppins', sans-serif;
  transition: 0.3s linear;
  background-color: var(--white-color);
  color: var(--dark-color);
  float: right;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 28px;
  font-size: 16px;
}

.book-box a:hover {
  background-color: var(--blue-color);
}

/* value start*/
.titel {
  font-family: 'Poppins', sans-serif;

  font-size: 42px;
  font-weight: 600;

}

.value-box {
  padding: 20px 20px 20px 20px;
  border-radius: 30px;
  width: 318px;
  height: 312px;
  background: var(--lightblue-color);
  margin-right: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;

}

.value-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;

}

.value-box h5 {
  font-family: 'Poppins', sans-serif;

  font-size: 18px;
  font-weight: 600;

}



/* team swiper start*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent !important;
  background-color: var(--theam-color) !important;
  color: var(--white-color) !important;  

}

.nav-link {
  padding: 10px 20px 10px 20px;
  border-radius: 60px;
  background-color: rgba(244, 244, 244, 1) !important;
  color: var(--dark-color) !important;
  margin-right: 6px !important;
}

.nav-link:hover {
  background-color: var(--blue-color) !important;
  color: var(--dark-color);
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-link {
  border-top-left-radius: 60px !important;
  border-top-right-radius: 60px !important;
  margin-top: 18px; 
}

.teambtn {
  padding: 10px 30px 10px 30px;
  border-radius: 60px;
}
.team-tab-content{
height: 500px !important; 
}

.team-box {
  position: relative;
  width: 100%;
  max-width: 300px;
  /* Adjust as needed */
  /* margin: 20px 20px; */
  background: linear-gradient(180deg, #E9F5FC 0%, rgba(233, 245, 252, 0) 100%) !important;
  border-radius: 20px;
  
  transition: 0.3s;
}
.team-box:hover{
  background: linear-gradient(180deg, #CEE9F8 0%, #E9F5FC 100%)
  !important;

}
.team-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  padding-top: 40px;
  padding-left: 65px;
}

.team-text {
  position: absolute;
  bottom: 30px;
  /* left: 50%; */
  width: 80%;
  height: 74px;
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--white-color);
  /* Semi-transparent background */
  text-align: center;
  border-radius: 15px;
  /* Match the image border-radius if needed */
  opacity: 1;
  /* Start hidden */
  transition: opacity 0.3s ease;
  margin: 0px 30px;
  padding: 20px 0px;
  border-radius: 20px;
}





.team-text h4 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: -4px;
  font-size: 17px;
  font-weight: 500;
  color: rgba(24, 125, 180, 1);


}

.team-text p {
  font-family: 'Poppins', sans-serif;
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;

}
.btn-wrap{
  margin-top: -65px;
}
.prev-btn{
  border: 1px solid  rgba(1, 33, 55, 1);
padding: 10px 30px 10px 30px;
border-radius: 60px;
color: rgba(1, 33, 55, 1);
 font-family: 'Poppins', sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 24px;
background-color: var(--white-color);
}
.next-btn{
  border: 1px solid  rgba(1, 33, 55, 1);
padding: 10px 30px 10px 30px;
border-radius: 60px;
color: rgba(1, 33, 55, 1);
 font-family: 'Poppins', sans-serif !important;
font-size: 16px;
font-weight: 600;
line-height: 24px;
background-color: var(--white-color);
}
.next-btn:hover{
  background-color: var(--theam-color);
  color: var(--white-color);
}
.prev-btn:hover{
  background-color: var(--theam-color);
  color: var(--white-color);
}
.team-section .slider {
  position: relative; /* Ensure positioning context for arrows */
}
/* team swiper emd */

/* admisiion start*/
.box-103{
  width: 103% !important;
}

.admission-box {
  background: linear-gradient(101.32deg, #012137 1.01%, #02345C 100%);
  width: 100%;
  border-radius: 30px;
  position: relative;
  /* height: 100%; */
  /* overflow: hidden; */
}

.admission-text {
  padding: 75px 0px 75px 75px;
  color: var(--white-color);
  transition: 0.3s;

}

.admission-text h4 {
  font-family: 'Poppins', sans-serif;

  font-size: 42px;
  font-weight: 600;

}

.admission-text h3 {
  font-family: 'Poppins', sans-serif;

  font-size: 30px;
  font-weight: 600;

}

.admission-text span {
  font-family: 'Poppins', sans-serif;

  font-size: 90px;
  font-weight: 600;

}

.admission-text p {
  color: rgba(187, 207, 221, 1);
}
.admission-text-index{
  padding: 75px 0px 75px 75px;
  color: var(--white-color);
  transition: 0.3s;

}
.admission-text-index h4 {
  font-family: 'Poppins', sans-serif;

  font-size: 42px;
  font-weight: 600;

}

.admission-text-index h3 {
  font-family: 'Poppins', sans-serif;

  font-size: 30px;
  font-weight: 600;

}

.admission-text-index span {
  font-family: 'Poppins', sans-serif;

  font-size: 90px;
  font-weight: 600;

}

.admission-text-index p {
  color: rgba(187, 207, 221, 1);
}

.second-enroll-btn {
  margin-top: 40px;
  margin-bottom: 130px;
}

.img-container {
  position: absolute;
  bottom: 100px;
  right: 135px;
  width: 28%;
  height: 111%;
  z-index: 11;
}

.img-arrow {
  position: absolute;
  bottom: -195px;
  right: -50px;
  width: 55%;
  height: 98%;
}

.img-kite {
  position: absolute;
  top: 38px;
  right: 58px;
  width: 12%;
  height: 98%;

}

.img-container,
.img-arrow,
.img-kite {
  position: absolute;
  display: flex;
  align-items: center; 
  justify-content: center;
  transition: transform 1s ease;
  /* Smooth transition */

}

/* Hover effects */
/* .admission-box:hover{
  overflow: hidden;
  z-index: 1;

} */

.admission-box:hover .img-container {

  transform: scale(1.03) translate(10px, -10px);
}

.admission-box:hover .Enroll-btn {
  background-color: #F6A567;
  color: var(--dark-color);
}

.admission-box:hover .img-arrow {
  transform: scale(0.9);
  /* Minor zoom out */

}

.admission-box:hover .img-kite {
  transform: scale(0.9);
  /* Minor zoom out */
}

.img-container img {
  max-width: 100%;
  height: auto;
}




/* admission end*/

/* client start*/
/* client start*/
.qoutes {
  width: 100px !important;
  margin: auto;
  padding-top: 30px;
}

.client-item h4 {
  font-family: 'Poppins', sans-serif;
  color: var(--theam-color);

  font-size: 29px;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
  line-height: 45px;

}

.client-item span {
  color: var(--blue-color);
}

.client-info img {
  width: 70px !important;
  height: 70px;
  border-radius: 50px;
  margin-right: 20px;
}

.client-info h6 {
  font-family: 'Poppins', sans-serif;

  font-size: 18px;
  font-weight: 600;
  color: var(--theam-color);
margin-top: 15px;
}

.client-info p {
  font-family: 'Poppins', sans-serif;

  font-size: 12px;
  font-weight: 400;

}
.carousel-indicators {
  margin-bottom: -3rem;
border-radius: 50%;
}
.carousel-indicators [data-bs-target] {
  height: 9px ;
  width: 9px;
  border-radius: 50px;
    border-top: 0px solid transparent; 
       border-bottom: 0px solid transparent;
}
/* client end */
/* support start*/
.support-icone img {
  width: 140px;
  height: 140px;
  transition: 0.3s;

}

.support-icone img:hover {
  transform: scale(1.3);

}

.support-icone {
  margin-top: 20px;
}

.support-item {
  margin-top: 30px;
  width: 13%;
  text-align: -webkit-center;

}

.support-items {
  width: 10px;
}

.col-lgsupport-2 {
  margin-top: 30px;
  text-align: -webkit-center;
  flex: 0 0 auto;
  width: 13%;


}

.abc {
  padding: 5px;
}

/* support end */
/* footerstart*/
.footer {
  background-color: var(--theam-color);
  width: 100%;

}

.map {
  height: 274px;
  border-radius: 30px;
  color: var(--white-color);

}

.info-box {
  background-image: url("<?php echo content_url('/themes/astra/uptech_assets/imges/footbg.png'); ?>");
  background-position: right center;
  /* Position the image to the right */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  border-radius: 30px 0px 0px 30px;
}

.info-box h6 {
  font-family: 'Poppins', sans-serif;

  font-size: 22px;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 20px;

}

.info-box i {
  color: var(--dark-color);
}

.info-box p {
  color: var(--dark-color);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;

}

.footer-ifram iframe {
  border-radius: 0px 30px 30px 0px;
}

.map-btn {
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: var(--dark-color);
}

.map-btn a {

  color: var(--dark-color);
}

/* .map-btn:hover {

  color: var(--white-color);
  background-color: var(--orange-color);
}
.map-btn:hover i{

  color: var(--white-color);
} */
.fast-foot h6 {
  font-family: 'Poppins', sans-serif;

  font-size: 28px;
  font-weight: 700;
  color: var(--white-color);

}

.email-controler {
  background: rgba(2, 51, 85, 1) !important;
  position: relative !important;
  border-radius: 30px !important;
  /* Adds border radius */
  border: none !important;
  padding: 15px !important;
  /* Adds padding inside the input */
  color: #aaa !important;

}
.form-control:focus {
  color: #aaa;
}
.email-controler::placeholder {
  color: #aaa !important;
  /* Sets the placeholder text color (you can customize the color) */
  opacity: 1 !important;
  /* Ensures the placeholder color is fully opaque */
  font-family: 'Poppins', sans-serif !important;

}

.submit-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  transition: 0.3s ease;
  font-weight: 500;
}
.submit-btn:hover{
  background-color: var(--orange-color);
}

.input-container {
  position: relative;
}

.foort-icone h6 {

  font-size: 28px;
}

.foort-icone i {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(2, 51, 85, 1);
  color: var(--white-color);
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  margin-right: 13px;
  margin-top: 20px;

}

.second-foot h6 {
  font-family: 'Poppins', sans-serif;

  font-size: 28px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 20px;


}

.second-foot li a {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(187, 207, 221, 1);


}
.second-foot li{
  margin-bottom: 10px;
}
.second-foot ul{
padding-left: 0px !important;
}
.foot-line {
  width: 100%;
  height: 1px;
  background-color: rgba(4, 46, 74, 1);
	

}

.second-foot li a:hover {
  color: rgba(187, 207, 221, 1);


}

.last-foot {
  background: linear-gradient(90deg, #04273F 0%, #012137 50.52%, #04273E 100%);
  padding: 20px 0px;
}

.last-foot h6 {
  font-family: 'Poppins', sans-serif;
  color: rgba(187, 207, 221, 1);

  font-size: 14px;
  font-weight: 500;

}
/* .footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bcorp-logo {
  height: 72px;
  max-width: 390px;
  width: auto;
  margin-left: auto;
} */

.bcorp-logo {
  max-width: 50%; /* or smaller % */
  width: auto;
  height: auto;
  padding-right: 5px;
  margin-top: 90px !important;
  margin-bottom: -30px;
  margin-left: -5px;
}



/* ------------------------------------------------  cocurricular page css  ----------------------------------------------------- */
/* banner  */
.second-banner {
  background-image: url('../imges/secondbannerdesktop.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 87vh;
  display: flex;
  align-items: start;
  justify-content: start;
  color: #fff;

}

.second-banner h1 {
  margin-top: 100px;
  font-family: 'Poppins', sans-serif;

  font-size: 60px;
  font-weight: 600;
  border-bottom: 10px solid var(--orange-color);
  display: inline-block;
  padding-bottom: 35px;
}

.second-banner-line {
  width: 723px;
  height: 10px;
  background-color: var(--orange-color);
  margin-top: 40px;
  display: none;
}

/* cocurricularstart */
.cocurricular {
  background-color: var(--white-color);
  /* position: absolute;
  bottom: -150px; */
  z-index: 1;
  border-radius: 13px 13px 0px 0px;
  max-width: 100%;
  padding: 50px 80px;
  margin-top: -300px;
}

.tabel-contaent {
  /* width: 285px; */
  height: 320px;
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(244, 244, 245, 1);
}



.tabel-contaent h3 {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 700;

}

.tabel-contaent-line {
  border-top: 1px solid rgba(244, 244, 245, 1);
}

.tabel-contaent-list {
  position: relative;

}

.sidebar {
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.sidbaractive h4 {
  background: rgba(233, 245, 252, 1) !important;
  border-radius: 0px 10px 10px 0px;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding-left: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;

}

.sidbaractive h4::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 7px !important;
  /* Width of the left border */

  background-color: var(--orange-color) !important;
  border-radius: 15px !important;
  /* Border-radius for the left border */
}

.tabel-contaent-list h4 {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 600;
  /* border-left: 7px solid  rgba(242, 242, 242, 1); */
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabel-contaent-list h4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 7px;
  /* Width of the left border */
  background-color: rgba(242, 242, 242, 1);
  border-radius: 15px;
  /* Border-radius for the left border */
}

.banner-accordion {
  margin-left: 127px;
  margin-right: 127px;

  list-style: none;
  border: 1px solid rgba(244, 244, 245, 1);
  border-radius: 10px;
  margin-top: -170px;
  background-color: var(--white-color);
}



/* Thumb */
.accordion-thumb {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 700;
  padding: 30px;
}

.accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}
.accordion-body{
  padding-left: 00px !important;
}

.co-programs {
  background: linear-gradient(180deg, #FEF1E7 0%, #FDE6D5 100%);
  padding: 40px 35px;
  border-radius: 30px 30px 0px 0px;
}

.co-programs h3 {
  font-family: 'Poppins', sans-serif;

  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.co-programs p {
  margin-bottom: 20px;
}

.co-programs ul li {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 400;

}

.co-programs span {
  font-family: 'Poppins', sans-serif;

  font-size: 17px;
  font-weight: 600;
}

.more-info-btn {
  padding: 17px 25px;
  border-radius: 60px;
  background-color: var(--white-color);
  font-family: 'Poppins', sans-serif;
cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  color: var(--dark-color);
  display: inline;
}

.more-info-btn:hover {
  color: var(--dark-color);
}

.edu-programing h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-top: 45px;

}

.edu-program-box {
  border: 1px solid rgba(244, 244, 245, 1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;

}

.edu-program-box h5 {
  font-family: 'Poppins', sans-serif;

  font-size: 17px;
  font-weight: 700;

}

.edu-list-box {
  padding: 20px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 1);
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;

}

.edu-list-white-box {
  background-color: var(--white-color);
}

.approach-box {
  background-image: url(../wp-content/uploads/2024/imges/Frame23.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  /* display: flex;
  align-items: start;
  justify-content: start;
  color: #fff; */
  border-radius: 30px;
  padding: 60px;
  margin-top: 20px;
}

.approach-box h5 {
  font-family: 'Poppins', sans-serif;

  font-size: 22px;
  font-weight: 600;

}

.approach-box h3 {
  font-family: 'Poppins', sans-serif;

  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 30px;
}

.approach-box p {
  margin-bottom: 30px;

}

.approach-box-list p {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 500;

}

.approach-box-list span {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 600;

}

.enroll-today {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  font-weight: 600;
}

.enroll-box {
  background-color: var(--theam-color);
  width: 100%;
  height: 450px;
  border-radius: 30px;
  position: relative;
}

.main-enroll-box {
  padding: 0px 80px;
}



/*---------------------------------------- alevel page  cssss     ------------------------------------------------------------ */
/* Learningstart */

.onlineclass {
  background: var(--lightblue-color);
  padding: 60px;
  border-radius: 30px;
  height: 600px;
}
.studyclass{
  height: 410px;
}
.onlineclass img {
  width: 84px;
  height: 84px;
  margin-bottom: 20px;
}

.onlineclass h4 {
  font-family: 'Poppins', sans-serif;

  font-size: 30px;
  font-weight: 600;
}

.onlineclass p {
  margin-top: 20px;
}

/* Learningend */
/* alevel-overview start  */
.alevel-overview {
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(244, 244, 245, 1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  margin-top: 20px;
}

.alevel-overview h4 {
  font-family: 'Poppins', sans-serif;

  font-size: 20px;
  font-weight: 700;
  color: rgba(63, 63, 63, 1);

}
.alevel-overview h3 {
  font-family: 'Poppins', sans-serif;

  font-size: 20px;
  font-weight: 700;
  color: rgba(63, 63, 63, 1);

}

.overview-box-left {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 700;
  color: rgba(63, 63, 63, 1);
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  background: rgba(243, 243, 243, 1);



  margin-right: 10px;
}

.overview-box-rigtht ul li {

  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 700;

}

.overview-box-rigtht span {
  font-weight: 700;
}

/* alevel-overview end */
/* FeeSchedulestart */
.fee-tab {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(244, 244, 245, 1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);

}

.FeeSchedule h4 {
  font-family: 'Poppins', sans-serif;

  font-size: 30px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 20px;

}

.fee-nav-link {
  border: none;
  background: transparent;


  padding: 30px 50px 30px 20px;
  font-size: 19px;
  font-weight: 600;
  color: rgba(190, 87, 9, 1);


}

.fee-nav-item {
  background: rgba(250, 250, 250, 1);

}

.Foreigner-tab {
  border-right: 1px solid rgba(228, 228, 228, 1);
  border-left: 1px solid rgba(228, 228, 228, 1)
}

.nav-tabs .fee-nav-item.active-border {
  border-bottom: 8px solid;
  background-color: white;
  border-right: transparent;
  border-left: transparent
}

.overview-box-left span {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 500;
}

/* FeeScheduleend */
/* IdeasInternationalstart  */
.IdeasInternational p {
  margin-bottom: 20px;
}

.IdeasInternational span {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 600;

}

/* IdeasInternationalend */
/* acrodeien start */
.alevelaccordion-button {
  border: none;
  background-color: transparent;
  font-family: 'Poppins', sans-serif;

  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: start;
  position: relative;
}

.alevel-accordion-item {
  padding: 9px 30px 10px 30px;
  border-radius: 10px;
  border: 1px solid rgba(244, 244, 245, 1);
  margin-bottom: 13px;
}

.alevelaccordion-button::after {
  content: "";
  background-image: url("../imges/Property\ 1=default.png");
  transition: all 0.5s;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  /* Adjust based on your preference */
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;

}

.alevelaccordion-button:not(.collapsed)::after {
  background-image: url("../imges/Vector\ \(2\).png");
  width: 13px;
  height: 13px;
}

.alevelaccordion-button::after {
  transition: all 0.5s;
}

/* alevel-registrations start  */
.alevel-registrations {

  padding: 60px;
  border-radius: 30px;
  background: var(--lightblue-color);

}

.alevel-registrations h5 {
  font-family: 'Poppins', sans-serif;

  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;

}

.alevel-registrations span {
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 600;
  color: rgba(24, 125, 180, 1);

}

.alevel-registrations img {
  width: 80px;
  height: 80px;
}

/* alevel-registrations end */
/* cumpes start */
.cumps-first-img {
  width: 457px;
  height: 563px;  
  border-radius: 30px; 

}

.cumps-second-img {
  width: 457px;
  height: 276px;
  border-radius: 30px;

}

.cumps-third-img {
  width: 194px;
  height: 267px;
  border-radius: 30px;
  margin-top: 20px;

}

.cumps-four-img {
  width: 218.5px;
  height: 267px;
  border-radius: 30px;
  margin-top: 20px;
}

.loadmore {
  padding: 15px 20px 15px 30px;
  border-radius: 60px;
  border: 1px solid rgba(28, 144, 208, 1);
  display: inline-block;
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color);
  margin-top: 30px;
  cursor: pointer;
}

.loadmore:hover {
  color: var(--dark-color);

}

/* cumpes end */


/*-----------------------------------------------------------------  extracurricular page css--------------------------------------------------------------------------- */
.extra-curricular {
  background-color: var(--white-color);
  /* position: absolute;
  bottom: -150px; */
  z-index: 1;
  border-radius: 13px ;
  max-width: 100%;
  /* padding: 0px 40px; */
  margin-top: -300px;
  border: 1px solid rgba(244, 244, 245, 1);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);

}
.extra-curricular h2{
  font-family: 'Poppins', sans-serif;
text-align: start;
font-size: 42px;
font-weight: 600;
padding: 0px !important;

}
/* Confidence-box start  */
/* .nav{
 
} */

.extra-curricular-box img{
  border-radius: 20px 20px 0px 0px;
  /* width: 571px;
  height: 200px; */
  
}
.extra-curricular-box-details{
  background-color: var(--lightblue-color);
  border-radius: 0px 0px 20px 20px;
padding: 40px 30px;  

}

.small-tab{
  font-family: 'Poppins', sans-serif;

  font-size: 16px;
  font-weight: 500;
  
padding: 4px 10px 4px 10px;
border-radius: 10px;
background-color: var(--white-color);
margin-right: 10px;
}
.extra-curricular-box-details h3{
  font-family: 'Poppins', sans-serif;

font-size: 30px;
font-weight: 600;
margin-top: 30px;
margin-bottom: 15px;
}
.extra-curricular-price{
  font-family: 'Poppins', sans-serif !important;

font-size: 40px !important;
font-weight: 700 !important;
color: var(--blue-color) !important;
margin-top: 50px !important;
}
.extra-curricular-box-details p{
  /* color: var(--blue-color) !important; */
  margin-top: -12px !important;
}
.extra-curricular-box-details-list{
  background: rgba(221, 237, 246, 1);
border-radius: 20px;
}
.extra-curricular-box-details-list h6{
  font-family: 'Poppins', sans-serif;

font-size: 20px;
font-weight: 700;
padding: 25px ;
margin-bottom: 0px !important;

}

.extra-curricular-box-details-list p{

font-weight: 700;
padding: 25px;
color: var(--dark-color);
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.extra-curricular-box-details-list p:nth-of-type(2){
  font-weight: 500;
  text-align: end;
}
.extra-curricular-line{
  background-color: white;
  width: 100%;
  height: 1px;
}

.extra-curricular-btn {
  display: inline-block;
  margin-right: 10px;
  padding: 0px 40px ;
  background: rgba(245, 126, 34, 1);
  color: var(--dark-color);
  border-radius: 60px;
  font-family: 'Poppins', sans-serif;
margin-top: 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  transition: 0.3s ease;

}
.extra-curricular-btn:hover{
  color: var(--dark-color);
  background-color: #F6A567;
}
/* Confidence-box end */

/*--------------------------------------------------------------- admision page css-------------------------------------------------------------- */
.admission-Process-box h5{
  font-family: 'Poppins', sans-serif;

font-size: 30px;
font-weight: 600;
margin-top: 30px;
margin-bottom: 20px;

}
.admision-accordion a{
  font-family: 'Poppins', sans-serif;

font-size: 14px;
font-weight: 700;
color:  rgba(63, 63, 63, 1);

border-bottom: 1px solid var(--dark-color);

}
.Admission-Download-btn {
padding: 15px 25px;
border-radius: 60px;
background-color: var(--theam-color);
text-align: center;
color: var(--white-color);
font-weight: 600;
font-size: 15px;
}
.Admission-Download-btn:hover{
  color: var(--white-color);
  background: rgba(0, 63, 107, 1);

}
.tour-text h5{
  font-family: 'Poppins', sans-serif;

font-size: 30px;
font-weight: 600;

}
.tour-text p{
  margin: 20px 0px;
}
.tour-img{
  width: 90%;
  float: right;
}
.ideas{
  width: 90%;
}




/*----------------------------------------Enroll page css ----------------------------------------------------------*/

.line1 {
  background-color: #f48024;
  width:170px;
  height: 10px;
  gap: 0px;
  opacity: 0px;
  text-align: start;
}


.informationbox3 {
  background: #e9f5fc;
  padding: 60px 60px 60px 40px;
  border-radius: 30px;
  opacity: 0px;
  margin:10px -14px ;
 }

.informationbox3 h4 {
  font-weight: bold;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;

}

.informationbox3 p {
  margin-top: 30px;


}
.informationbox3 span {
  color: var(--Display-text, #187db4);
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: left;

}

.image{
  width: 80px;
height: 80px;
gap: 0px;
opacity: 0px;

}

.titel1 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-left: 25px;
  margin-top: -33px;
}



/* .informationbox4 {
  background-image: url("../imges/tour.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
    border-radius: 40px;
    padding: 20px ;

} */


/* .informationbox5 {
  background-image: url("../imges/informationbox5.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height:400px;
  border-radius: 40px;
  padding: 20px ;
   } */


   .informationbox4 p{
    color: var(--white-color);
   }
.informationbox4 h1 {
  font-family: "Poppins", sans-serif;

  font-size: 32px;
  font-weight: 600;
  color: var(--white-color);
}
.admission {
     display: inline-block;
    padding: 10px 20px;
    border-radius: 28px;
    background-color:var(--white-color);
    color:  #000;
    text-decoration: none;
    font-weight: 600;
     float: right;
     margin-top: 170px;
     transition: 0.3s ease;

}
.admission:hover{
color:var(--dark-color);
background-color: var(--blue-color);
}





.informationbox5 p {
  color: var(--white-color);
}

.informationbox5 h1 {
  font-family: "Poppins", sans-serif;
   font-size: 32px;
  font-weight: 600;
  color: #e9f5fc;
}


.enrollprocess{
  background-image: url("../imges/Frame 48.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 0px 0px 30px;
  padding:40px 30px;

  
}

.form{
  background-color: #FAFAFA;
  /* border-radius: 30px 30px 30px 30px; */
  padding: 15px;
  
}

.enrollprocess h4{
font-family: "Poppins", sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 30px;
text-align: left;
margin-top: 20px;
margin:20px;
}

.enrollprocess p{
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 30px;
text-align: left;
margin:20px;
margin-top: -19px;

}

.Guide{
font-family: "Poppins", sans-serif;
padding: 30px 19px 20px 30px;
border-radius: 10px;
background-color: white;
margin:29px;
margin-top: 20px;
position: relative;
}

.Guide::after{
  content: '';
  position:absolute;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background-color: var(--orange-color);
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.Guide:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 1px;
  height:450px; /* Adjust the height of the border as needed */
  background-color: var(--dark-color); /* Adjust the color of the border as needed */
  top: -76px; /* Adjust the position of the border as needed */
  left: -1px;
}
.Guide span{
  margin-top:-5px;
}

.Guide p{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  margin-bottom:1px;
  margin-left: 5px;
  
  
  
  }



.form h3{
  font-family: "Poppins", sans-serif;
font-size: 42px;
font-weight: 600;

}






.form button {
  font-family: "Poppins", sans-serif;
    gap: 5px;
    border-radius: 60px;
    font-size: 16px;
    color:#000;
    background-color: #ff7a00;
    border: none;
    font-weight: bold;
    margin-top:30px;
    margin-bottom:30px;
   padding :10px  20px 10px 20px;
   
}

.form h2 {
  margin-top: 0;
  color: #333;
}

.form p {
  color: #666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 28px;
  

}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #333;
 
   
}

.form-group input,
.form-group select,
.form-group textarea{
  width: 100%;
  padding: 10px;
  border:1px solid #DFDFDF;
  background-color: #F0F0F0;
  border-radius: 10px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--theam-color);
  outline: none;
}
.form-group input:hover,
.form-group select:hover {
  border-color: var(--theam-color);
  outline: none;
}
.ellipse{
    
  position:relative;
}


/* calender  page section start */

.download-box {
  background-color: white;
  padding: 26px;
  border-radius: 10px;
  border: 1px solid rgba(244, 244, 245, 1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.03);
}

.download-box p {
  margin: -5px;
  margin-bottom:30px;
  font-weight: bold;
  font-size: 16px;
 }

    .download-btna{
padding: 10px 20px ;
background-color: var(--orange-color);
color: var(--dark-color);
border-radius: 60px ;
display: block;
font-family: "Poppins", sans-serif;

font-size: 14px;
font-weight: 600;
text-align: center;
transition: 0.3s ease;
}

.download-btna:hover{
  color: var(--dark-color);
   background-color: #F6A567;
}

.download-btn{
padding: 10px 20px ;
background-color: var(--orange-color);
color: var(--dark-color);
border-radius: 60px ;
display: block;
font-family: "Poppins", sans-serif;

font-size: 14px;
font-weight: 600;
text-align: center;
transition: 0.3s ease;
}
.download-btn:hover{
  color: var(--dark-color);
   background-color: #F6A567;
}
.calendar {
  padding: 20px 30px 20px 30px;
  gap: 24px;
  border-radius: 10px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  background-color: #ffffff;
  border: 1px solid rgba(244, 244, 245, 1);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.03);
}

.calendar h2 {
  margin-bottom: 20px;
  color: #000;
  text-align: start;
  padding: 0px;
}

.calendar h6 {
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  /* margin: 0 auto; */
}

table thead {
  background-color: #fafafa;
  color: #000;
}

table th,
table td {
  border: 1px solid #e0e0e0;
  padding: 30px;
  text-align: left;
  color: #000;
  border: none;
  padding: 20px 10px 20px 10px;
  gap: 5px;
  opacity: 0px;
}

table th {
  background-color: #f4f4f5;
  font-weight: bold;
  color: #000;
}

table tbody tr:nth-child(even) {
  background-color: #fafafa;
  color: #000;
}
.underline {
  background-color: #f48024;
  width: 601px;
  height: 10px;
  gap: 0px;
  opacity: 0px;
  text-align: start;
}
.clender-tabel {
  margin-top: -300px;
  z-index: 1;
  padding-top: 50px;
}



/* calender section end */

/*----------------------------------------UNHCR holder page css  ----------------------------------------------------------*/

.line {
  background-color: #f48024;
  width:400px;
  height: 10px;
  gap: 0px;
  opacity: 0px;
  text-align: start;
}

.holder-tabel {
  border-radius: 30px 0px 0px 0px;
  opacity: 0px;
  top: 452px;
  left: 238px;
  gap: 0px;
  opacity: 0px;
  border: none;
  margin-top: -200px;
}

.UNHCRbox {
  background: #fef1e7;

  border-radius: 30px 0px 0px 30px;
  opacity: 0px;
  text-align: center;
  padding: 80px;
}

.UNHCRbox img {
  width: 160px;
  height: 160px;
  margin: auto;
}

.UNHCRbox1 {
  padding: 50px;
  background: var(--Accent-Alternate, #fafafa);
  z-index: 1;
  border-radius: 0px 30px 30px 0px;
  letter-spacing: 1px;
}

.UNHCRbox1 h1 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
}



.good-to-know {
  padding: 20px 20px 20px 20px;
  border-radius: 30px;
  background-image: url("../imges/Frame.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width: Fixed (1, 252px);
  height: Fixed (698px); */
  padding:50px;

}

.good-to-know h2 {
  margin-top: 0;
  text-align: left;
  font-weight: bold;
	
}

.goodyoknowtext{
font-weight: 500 !important;
color:var(--dark-color);
font-size: 16px !important;
margin-top: 15px;
	


}

.accordion-flush {
  text-align: center;
}

.accordion-flush .accordion-item {
  border-radius: 10px;
  opacity: 0px;
  margin-top: 20px;
  text-align: left;

}
.accordion-body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
	
	
	
	
}
.accordion-button:focus {
  box-shadow: none !important;
  margin:10px;
	
}
.accordion-button:not(.collapsed) {
  color: #000;
   background-color: transparent !important;
	
}



.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  /* background-image: var(--bs-accordion-btn-icon); */
  /* background-image: url('../imges/logo1.png'); */
  background-repeat: no-repeat;
  /* background-size: var(--bs-accordion-btn-icon-width); */
  transition: var(--bs-accordion-btn-icon-transition);
	
}
.accordion-button {
  border: 0;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
	
	
	
	
    
}

.accordion-header {
  color: #000;
	
}

.informationbox1 {
  background: #e9f5fc;
  padding: 60px 60px 60px 40px;
  border-radius: 30px;
  opacity: 0px;
}

.informationbox1 h4 {
  font-weight: bold;
  font-size: 20px;
}

.informationbox1 p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.informationbox1 span {
  color: var(--Display-text, #187db4);
  font-size: 16px;
  font-weight: 600;
}

.heading {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  font-weight: bold;
  padding-right: 10px;

}

.informationbox2 {
  background-image: url("../imges/school-tour.png.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 60px 40px 80px 40px;
  
}
.informationbox2 p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #e9f5fc;
}

.informationbox2 h1 {
  font-family: "Poppins", sans-serif;

  font-size: 30px;
  font-weight: 600;
  color: #e9f5fc;
}
.booktour {
  color: #000;
  border-radius: 60px;
  background-color: white;
  margin:20px;
  padding: 10px 20px 10px 30px;
  float: right;
}


.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 30px;
}

.Schooltour {
  color: #000;
  border-radius: 60px;
  background-color: white;
  /* margin:20px; */
  padding: 10px 20px 10px 30px;
  float: right;
  font-weight: bold;
  transition: 0.3s ease;

}
.Schooltour:hover{
  color: var(--dark-color);
background-color: var(--blue-color);
}

/* --------------------------------------Unchor Page end -------------------- */

/*--------------------------- secondery eduction page css ------------------------------------ */
.subject-nav-link{
  border: none;
  background: transparent;
  padding: 20px 50px 20px 20px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;

  color: var(--orange-color);
}

.subject-nav-tab .subject-nav-item.subject-nav-tab-border {
  background-color: white;
  border-right: transparent;
  border-left: transparent;
}
.subject-nav-tab{
  height: 63px;
}
.subject-nav-tab-border{
  border-bottom: 5px solid var(--orange-color);
}
.subject-nav-item {
  background: rgba(250, 250, 250, 1);

}

.Year9-tab {
  border-right: 1px solid rgba(228, 228, 228, 1);
  border-left: 1px solid rgba(228, 228, 228, 1)
}

.fee-mian-tab{
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: rgba(63, 63, 63, 1) !important;
  padding: 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
  background: rgba(243, 243, 243, 1) !important;
  margin-right: 10px !important;

}
.fee-text-gray-tab{
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgba(63, 63, 63, 1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
  background: rgba(243, 243, 243, 1) !important;
  border-radius: 10px;
  padding: 20px 50px;
  
}

.text-gray-tab{
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgba(63, 63, 63, 1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
  background: rgba(243, 243, 243, 1) !important;
  border-radius: 10px;
  padding: 20px 20px;

}

.fee-text-white-tab{
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: rgba(63, 63, 63, 1) !important;
  padding: 20px !important;
  margin: 0px 20px !important;
}
.text-white-tab-nowrap{
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: rgba(63, 63, 63, 1) !important;
  /* padding: 20px !important; */
  margin: 0px 20px !important;

}
/* .table-container {
  overflow-x: auto;
}
td,th{
  margin: 0px 20px;
  position: relative;
}
td::before, td::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: white;
}
td::before {
  left: -8px;
}
td::after {
  right: -8px;
}
th::before, th::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-color: white;
}
th::before {
  left: -8px;
}
th::after {
  right: -8px;
} */

.table-container {
  display: contents;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 8px;
}

.vertical-header {
  width: 30%;
  border-spacing: 8px;
}

.vertical-header th,
.vertical-header td {
  padding: 8px;
  text-align: left;
  background-clip: padding-box;
  background-color: #f5f5f5;
}

.main-table {
  flex: 1 1 auto;
  border-collapse: separate;

}

.main-table th,
.main-table td {
  text-align: left;
  border-radius: 10px;
  background-clip: padding-box;
}



th.sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: #f5f5f5;
}

.scrollable {
  overflow-x: auto;
}

tr.year7-8{
  height: 95px;
}

.tabel-head{
  padding: 15px !important;
   font-family: 'Poppins', sans-serif !important;
font-size: 16px;
font-weight: 700;
border: none !important;
background-color: white !important;
border: 2px solid rgba(251, 251, 251, 1)!important;
color:  rgba(63, 63, 63, 1) !important;


}
.fee-title{
   font-family: 'Poppins', sans-serif !important;
font-size: 18px;
font-weight: 700;
color: rgba(63, 63, 63, 1);
background: rgba(243, 243, 243, 1) !important;
padding: 10px 20px !important;
border: 2px solid rgba(251, 251, 251, 1)!important;



}
.table-bordered>:not(caption)>* {
  border-width: 0 !important;
}
.fee-sub-title{
   font-family: 'Poppins', sans-serif !important;
font-size: 17px;
font-weight: 600;
color:  rgba(63, 63, 63, 1);
padding: 25px !important;
background: rgba(250, 250, 250, 1) !important;
width: 25%;

}
.fee-amount{
   font-family: 'Poppins', sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  color:  rgba(63, 63, 63, 1);
  padding: 25px !important;
  background: white !important;
  border: 2px solid rgba(251, 251, 251, 1)!important;
}
/* -----------------------------------contact & location ----------------------------------------------------- */
.line2 {
  background-color: #f48024;
  width:568px;
  height: 10px;
  gap: 0px;
  opacity: 0px;
  text-align: start;
}


.address{
  background-image: url("../imges/list.png");
  /* background-position: right center; */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 0px 0px 30px;
  padding:30px;
  background-color:  #012137;
}


.address h6{
  font-family: "Poppins", sans-serif;
  color: #BBCFDD;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
 
  

}
.address p{
  color: var(--white-color);
}


   .map1 {
     
     height: 528px;
  }


.map1 iframe {
    width: 100%;
    height: 76.5%;
    border-radius: 0px 30px 30px 0px;

}

   .admissionbox1 {
    background: #e9f5fc;
    padding: 60px 60px 60px 40px;
    border-radius: 30px;
    opacity: 0px;
    margin-top: 20px;
  }


  .admissionbox1 h4 {
    font-weight: bold;
    font-size: 20px;
  }
  
  .admissionbox1 p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .admissionbox1 span {
    color: var(--Display-text, #187db4);
    font-size: 16px;
    font-weight: 600;
  }
  
  .head {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
  }

  .location{
    
    padding: 30px 20px 30px 20px;
    gap: 20px;
    opacity: 0px;
    

  }

  .location h1{
    font-weight: bold;
  }

  .location p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.015em;
    text-align: left;
  }

  /* --------------------------------------------------------about page css------------------------------------------------------------ */
  .aboutus-img img{
    border-radius: 30px 0px 0px 30px;
    height:725px;
  }
  .about-us{
    background-color: #fafafa;
  }
  .aboutus-text{
    border-radius: 0px 30px 30px 0px;
padding: 40px 60px 35px 60px;
background-color: #fafafa;
  }
  .aboutus-text h3{
    font-family: "Poppins", sans-serif;

font-size: 42px;
font-weight: 600;
margin-bottom: 20px;

  }
  .aboutus-text p{
    color: rgba(63, 63, 63, 1);

  }
  .aboutus-text span{
    font-family: 'Poppins', sans-serif;

font-size: 20px;
font-weight: 600;
margin-top: 20px;

  }
  .approach h5{
    font-family: 'Poppins', sans-serif;

font-size: 26px;
font-weight: 600;
color: rgba(24, 125, 180, 1);
margin-bottom: 20px;

  }
  .approach p{
    font-family: 'Poppins', sans-serif;

font-size: 26px;
font-weight: 600;

  }
  .contectandloaction{
    background-image: url(https://ideasinternational.my/wp-content/uploads/2025/07/778t.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    align-items: end;
  }
  .schoolcalender{
    background-image: url(https://ideasinternational.my/wp-content/uploads/2025/07/555555558.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    align-items: end;
  }
  .ideas-img{
    height: 500px;
  }
  .careers{
    background-image: url(https://ideasinternational.my/wp-content/uploads/2025/07/Penang-Team-2.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    align-items: end;
  }
  .discover-btn:hover {
    background-color: rgba(28, 144, 208, 1);
    color: var(--dark-color);
  }
  .history {
    margin-left: 245px;
  }
  .history h4{
    font-family: 'Poppins', sans-serif;

font-size: 30px;
font-weight: 600;
  }
  .history-img{
    background-image: url(../imges/Frame\ 1143.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width:  550px !important;
    height: 550px;
    border-radius: 40px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    color: var(--white-color);
    text-align: start;
    justify-content: end;
  }
  .item {
    background-color: transparent;
    padding: 30px 0px;
    margin: 0px 10px;
  }
  /* .owl-item:not(:first-child) {
    margin-right: -70px !important; 
} */
.owl-theme .owl-dots .owl-dot.active span{
  background: var(--theam-color) !important;
}
 .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theam-color);
}
  /* .owl-item{
    margin-right: -70px !important;
  } */
  .history-img h4{
    font-family: 'Poppins', sans-serif;

font-size: 25px;
font-weight: 600;
line-height: 45px;
  }
  .history-img p{
    margin-top: 10px;
    margin-bottom: 0px !important;
  }
  .second-history-img{
    background-image: url(../imges/img\ \(9\).png);
    width:  245px !important;

  }
  .third-history-img{
background-image: url(../imges/img\ \(10\).png);
width:  245px !important;
    height: 250px;
  }
  .third-second-history-img{
    background-image: url(../imges/img\ \(11\).png);
width:  245px !important;
    height: 275px;
    margin-top: 20px;
    
  }
  .four-history-img{
    background-image: url(../imges/img\ \(12\).png);
    width:  240px !important;
  }

  .five-history-img{
    background-image: url(../imges/img\ \(13\).png);
    height: 265px;
    aspect-ratio: 16 / 9;
    width: 430px !important;
  }
 .five-second-history-img{
  background-image: url(../imges/img\ \(14\).png);
  height: 265px;
  margin-top: 20px;
  width: 430px !important;
 }

.second-history-img-2{
	 background-image: url('http://ideasinternational.my/wp-content/uploads/2025/04/Ideas-Timeline-10.png');
    width:  245px !important;
	
}

.third-history-img-2{
	background-image: url('http://ideasinternational.my/wp-content/uploads/2025/04/Ideas-Timeline-13.png');
width:  245px !important;
    height: 250px;
	
}

.third-second-history-img-3{
	background-image: url('http://ideasinternational.my/wp-content/uploads/2025/04/Ideas-Timeline-15.png');
width:  245px !important;
    height: 275px;
    margin-top: 20px;
	
}

  .alumni {
    padding: 1rem 0;
    /* tablet sizing*/
    /* width: 746px; */
    height: min-content;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  
  .carousel__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr max-content;
    grid-template-areas:
      "title nav"
      "carousel carousel";
    position: relative;
    width: 100%;
    height: max-content;
    gap: 2rem 0;
    align-items: center;
  }
  
  .carousel__header {
    grid-area: title;
    font-weight: 700;
    font-size: 2rem;
  }
  
  .carousel {
    grid-area: carousel;
    position: relative;
    overflow-x: clip;
  }
  
  .carousel__item {
    position: absolute;
    top: 0;
    transition: all ease-in-out 800ms;
    display: grid;
    place-items: center;
  }
  

  
  .carousel__item__name {
    color: #fff;
    text-align: center;
  }
  
  .carousel__item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 0;
  }
  
  
  /* Caousel Nav */
  .carousel__nav {
    grid-area: nav;
    justify-self: end;
    display: flex;
    justify-content: center;
    gap: 0 1rem;
  }
  
  .carousel__nav__item {
    padding: 10px 20px 10px 20px;
    border-radius: 60px ;
    
    border: 1px solid  rgba(1, 33, 55, 1);
    border-radius: 24px;
    background-color: var(--white-color);
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    font-size: 13px;
  }
  
  .carousel__nav__item:hover {
    background-color: var(--theam-color);
    color: var(--white-color);
  }
  .Alumni-team-box{
    background: linear-gradient(180deg, #FEF1E7 0%, rgba(254, 241, 231, 0) 100%);
    position: relative;
    width: 100% !important;
    max-width: 300px !important;
    /* margin: 20px 20px; */
    border-radius: 30px;
  }
  .Alumni-team-box img{
      /* width: 270px !important; */
      margin-left: auto;
      height: 390px;
  }
  

  .Team-nav-box{
    background: linear-gradient(180deg, #FEF1E7 0%, rgba(254, 241, 231, 0) 100%);
    max-width: 300px !important;
    margin: 20px 20px;
    border-radius: 30px;
  }

  .Team-nav-box img{
    width: 225px !important;
margin-left: auto;
height: 350px;
  }
  .promise{
    background:  rgba(254, 241, 231, 1);
    padding: 40px;
    border-radius: 30px;
    height: 240px;
  }
  .promise h5{
    font-family: 'Poppins', sans-serif;

font-size: 30px;
font-weight: 600;
margin-bottom: 20px;

  }
  .campus-section{
    background: rgba(250, 250, 250, 1);
padding-top: 70px;
padding-bottom: 100px;
  }
/*   .cumpus-item-img{
    width: 96% !important;
  } */
  .cumpus-seconditem-img{
    max-width: 105% !important;
  }
/*   .cumpus-firstitem-img{
    max-width: 98% !important;

  } */
/* New  */


/*   .cumpus-3item-img{
    max-width: 97% !important;
  }
  .cumpus-fouritem-img{
    max-width: 93% !important;
  } */
  .lomoredisplay{
    display: none;
    
  }

  /* -----------------------------------Careers ----------------------------------------------------- */


  /* .Careers {
    background-color: #f48024;
    width:235px;
    height: 10px;
    gap: 0px;
    opacity: 0px;
    text-align: start;
  } */


.International p{
  line-height: 30px;
}

  .International {
    /* height: 285px; */
    padding: 40px 60px ;
    gap: 20px;
    opacity: 0px;
    background: var(--Accent-Alternate, #fafafa);
    z-index: 1;
    border-radius: 0px 30px 30px 0px;
    font-weight: bold;
  }

  .International-img{
    
    border-radius: 30px 0px 0px 30px;
      aspect-ratio: 16 / 9;
      object-fit: cover; /* Ensures the image covers the entire aspect ratio box */
      width: 100%;
      height: 606px;
  }

.careers-img img{ 
  /* width: 300px; */
}
  .International  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 600;

  }


.Vacancies {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.Vacancies h1 {
   font-family: "Poppins", sans-serif;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
   
}

.Vacancies p {
  font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}



.vacancy-list {
    display: flex;
    flex-direction: column;
}

.vacancy-item {
    background-color: #eaf6ff;
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 13px;
}

.vacancy-item h2 {
    font-size: 23px;
    font-weight: 600;
  font-family: "Poppins", sans-serif;
    text-align: start;
padding: 0px;
}

.vacancy-item p {
  font-family: "Poppins", sans-serif;
    
    font-size: 16px;
    font-weight: 500;
    }

.Vacanciesdownload-btn {
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: none;
    color:#000;
}

.Vacanciesdownload-btn:hover {
    /* background-color: #333; */
    background-color: rgba(28, 144, 208, 1);
    color: #fff;
}



.Learn  h2 {
  font-family: "Poppins", sans-serif;
  margin-top: 70px;
font-size: 35px;
font-weight: 600;
text-align: start !important;
padding: 0px !important;

}


.Package h3{
  font-family: "Poppins", sans-serif;

font-size: 25px;
font-weight: 600;

}

.Compensation {
 
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 20px 30px 20px 30px;
  border-radius: 10px ;
   margin-top: 30px;

}

.Compensation h1 {
  font-family: "Poppins", sans-serif;
  text-align: left;
  color: #333;
  margin-bottom: 20px;

}

.Compensation p {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #666;

}

.Compensation h2 {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 400;
  padding: 0px !important;
  text-align: start !important;
}

.Compensationitem {
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  padding: 10px;
  background-color: #FAFAFA;
  
 
}

.Compensationitem h3 {
  margin-top: 0;
  color:black;
  font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 27px;
text-align: left;

}

.Compensationitem p {
  font-family: "Poppins", sans-serif;
  margin: 10px 0 0;
  color: black;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.015em;
text-align: left;

}

.Compensationitem1 {
  font-family: "Poppins", sans-serif;
  padding: 20px;
  background-color:white;
  
 
}
.Compensationitem1 h3 {
  margin-top: 0;
  color:black;
  font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 27px;
text-align: left;

}

.Compensationitem1 p {
  font-family: "Poppins", sans-serif;
  margin: 10px 0 0;
  color: black;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.015em;
text-align: left;

}
/* --------------------Support us---------------------- */

.Support{
  background-color: #f48024;
  width:322px;
  height: 10px;
  gap: 0px;
  opacity: 0px;
  text-align: start;
}

.regular{
  background-color: #D3EFFF;
  padding: 60px 60px 80px 60px;
border-radius: 30px  
}
.regular img{
  width: 90%;
}


.regular  h4{
font-family: "Poppins", sans-serif;
font-size: 42px;
font-weight: 600;}
.regular h3{
  font-family: "Poppins", sans-serif;

font-size: 35px;
font-weight: 600;

}






  


.video-bg{

  /* height: 650px; */
  /* margin-top: 110px; */
}


.video h4{
  font-family: "Poppins", sans-serif;

font-size: 30px;
font-weight: 600;
}



.team1{
  
  border-Radius:30px  30px 0px 0px;

 

}

.Academy{
  background-color:  #FAFAFA;
  border-Radius:0px 0px 30px 30px;
  Padding:60px;
}
.Academy h3{
  font-family: "Poppins", sans-serif;
font-size: 30px;
font-weight: 600;

text-align: left;
}

.Academy h5{
  font-family: "Poppins", sans-serif;

  font-size: 16px;
  font-weight: 700;

  }

.kite{
  width: 86px;
height: 44px;
gap: 0px;
opacity: 0px;
}
/* donate page  */
.education{
  background-color: #FEF1E7;
  border-radius:30px;
  Padding:60px;
  Gap:20px;

}
.radio-text{
  font-family: "Poppins", sans-serif;

font-size: 14px;
font-weight: 600;

}
.education h4{ 
   font-weight:bold;
   font-family: "Poppins", sans-serif;
font-size: 30px;
font-weight: 600;

text-align: left;

}
.Contributions{
    
  padding: 30px 20px 30px 20px;
  

}

.Contributions h3{
  font-family: "Poppins", sans-serif;
font-size: 30px;
font-weight: 600;
}
.titel2 {
  font-family: "Poppins", sans-serif;
 
   font-size: 30px;
  font-weight: 600;
  text-align: left;
}
.value1 {
  padding:60px;
  border-radius: 30px;
  background: rgba(233, 245, 252, 1);
   display: flex;
  justify-content: center;
  flex-direction: column;margin: 0px 10px;
  
}


.value2 {
  padding:60px;
  border-radius: 30px;
  background:  #FEF1E7;
  display: flex;
  justify-content: center;
  flex-direction: column;
 
}
.value1 img, .value2 img {
  width: 84px;
  height: 84px;
  margin-bottom: 30px;
}

.value1 h5, .value2 h5 {
  font-family: "Poppins", sans-serif;

  font-size: 30px;
  font-weight: 600;
}
/* eduction page  */
/* students css  */
.sutdent-box {
  background-color: #E9F5FC;

  height: 500px;
  position: relative;
  background-size: contain;
  background-position: center center;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;

}

.arrow-img {
  position: absolute;
  top: 65px;
  left: 0px;
  width: 100%;
 
}

.student2-img {
  position: absolute;
  top: 20px;
  right: 70px;
  width: 54%;
}

.student3-img {
  width: 54%;
  position: absolute;
  top: 40px;
  left: 10px;
}
.catagory-containt {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
}

.icon>img {
  position: absolute;
  margin-top: -20px;
  margin-left: 40px;
  width: 10%;
}
.secondary {

  padding: 20px 40px;
  background: #D7EEF8;

  border-radius: 0px 0px 30px 30px;

}


.secondary .secondery-education h2 {
    font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;

}

.secondary .secondery-education p {
    font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
  text-align: left;

}

.eduction-btn{
  width: 50px !important; 
  height: 50px !important;
  line-height: 50px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--dark-color);
  border-radius: 50px;
}




.arrow-img,
.student2-img,
.student3-img{
  transition: transform 1s ease;
}

.sutdent-box:hover .arrow-img{
  transform: scale(0.9);
}

.sutdent-box:hover .student2-img{
  transform: scale(1.04);
}


.sutdent-box:hover .eduction-btn{
  background: var(--Primary, #1C90D0);

}

.welcome-area .co-curricular {
  background: var(--Accent-Secondary, #FEF1E7);
  width: Fixed (1, 252px)px;
  height: Fixed (515px)px;
  top: 1021px;
  left: 238px;
  padding: 35px 0px 0px 35px;
  gap: 0px;
  border-radius: 30px 30px 30px 30px;
  /* justify: space-between; */
  opacity: 0px;

}


.welcome-area .co-curricular .co-curricular-programs {
  width: 681px;
  height: 148px;
  gap: 0px;
  opacity: 0px;

}

.co-curricular-programs h1 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 600;

}



.welcome-area .co-curricular .co-curricular-programs h1>img {
  display: block;
}



.welcome-area .co-curricular .more-details {
  margin-top: -75px;
  z-index: 1;
}

/* .welcome-area .co-curricular .more-details .button {

  width: 170px;
  height: 60px;
  padding: 10px 20px 10px 0px;
  gap: 5px;
  border-radius: 60px 0px 0px 0px;
  opacity: 0px;
} */

 .go-head {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-align: center;

}





.student{
  transition: transform 1s ease;
}

.co-curricular:hover .btn{
  background: var(--Primary, #1C90D0);

}
.co-curricular:hover .student{
  transform: scale(1.05) translate(10px, -10px);
}

.go-head {
  border-radius: 60px;
  border: 1px;
  padding: 20px 30px;
  background-color: white;
}
.approachtext{
  width: 50%;
}

/* slider donate page  */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
    /* text-align: center;
  font-size: 18px;
  background: #fff; */
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.swiper-slide-active .info-card {
  background-color: var(--theam-color) !important;
  color: var(--white-color) !important;
} 
.swiper-slide-hover .info-card {
  background-color: #e9f5fc !important;
  color: var(--dark-color) !important;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.slide-container {
  display: flex;
  align-items: center;
}
.main-slider {
  width: 75%;
  height: 100%;
}
.thumbs-slider {
  width: 40%;
  height: 100%;
  padding: 10px 0;
}
.thumbs-slider .swiper-slide {
  height: 33.33%; /* 100% / 3 */
  width: 100%;
  /* opacity: 0.4; */
  transition: opacity 0.3s ease;
}
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.donate {
  display: flex;

  max-width: 1200px;
  background-color: #fff;

  border-radius: 10px;
  overflow: hidden;
  border: 1px;
}



.donate-form {
  font-family: "Poppins", sans-serif;
  padding: 30px;
  /* width: 40%; */
  background-color: var(--white-color);
  border: 1px solid #F4F4F5;
  border-radius: 30px;
  z-index: -1;

}

.donate-info h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.donation-type {

  display: flex;
  margin: 20px 0;
}

.donate-monthly{
  flex: 1;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: rgba(244, 244, 244, 1) ;
color: var(--dark-color) ;
  border-radius: 60px;
  margin-right: 10px;
  transition: background-color 0.3s;
}



.donate-once {
  flex: 1;
  padding: 10px;
  border: none;
  cursor: pointer;
  background: #012137;
  color: #fff;
  color: var(--white-color);
  border-radius: 60px;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.donate-monthly:hover {
  background: #012137 !important;
  color: #fff;

}
.donate-once:hover{
  background: rgba(0, 63, 107, 1);

}
.donation-amounts .donation-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #FAFAFA;

}

.donation-amount:hover {
  background: #012137;
  color: #FAFAFA;

}

.donation-amount button {
  padding: 5px 10px;
  background-color: #fff;
  color: black;
  border: none;
  border-radius: 60px;
  cursor: pointer;
  height: 48px;
  width: 92px;
  margin-right: 15px;
}



.donation-amounts p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500; 
  text-align: left;
  margin-bottom: 5px;

}

.donation-amounts span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 24px;

}

.donation-amount:hover button {
  background-color: #F57E22;

}

.different-amount {
  /* display: block; */
  margin-top: 20px;
  /* text-align: center; */
  color: #1F1F1F;
cursor: pointer;
  text-decoration: none;
}

.different-amount:hover {
  text-decoration: underline;
}

.donation-info {
  padding: 20px;
  /* width:30%; */
  /* background-color: #fff; */
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  /* Width:230.4px; */
  /* Height:393px; */
  align-items: center;
  overflow: hidden;
}

.donation-for .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.info-card {
  flex: 1 1 calc(50% - 10px);
  padding: 25px;
  /* border: 1px solid #e0e0e0; */
  border-radius: 10px;
  background: #E9F5FC;
  width: 22px !important;
  height: 393px;
  display: flex !important;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-top: 95px ;
}

.department h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.info-card h4 {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;


}

.info-card span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #187DB4;

}

.info-card p {
  font-weight: 500;


}

.symbol {
  padding: 10px 0px 10px 0px;
  display: flex;
}

.info-card img {
  width: 30px;
  /* margin: 5px; */
  display: inline;
  margin-right: 10px;
}

.donation-info .donation-for .info-card:hover{
  background-color: #012137;
  color: #E9F5FC;
  /* display: flex;
  flex-direction: column-reverse; */
}

.donation-info .donation-for .info-card:hover .department{
  display: flex;
  flex-direction: column-reverse;
}

.donation-amount:hover .info-card{
  background-color: #012137;
  color: #E9F5FC;
}
.monthly-donate{
  background:  rgba(233, 245, 252, 1) ;

  border-radius: 30px;
  padding: 40px;
}
.monthly-donate h5{
  font-family: "Poppins", sans-serif;

font-size: 16px;
font-weight: 700;

}
.myr-input{
  background: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(223, 223, 223, 1) !important;
  border-radius: 10px !important;

}
.Donate-btn{
  margin: 20px 0px 0px 0px;
  display: inline;
  background-color: var(--orange-color);
  color: var(--dark-color);
  padding: 10px 40px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}
.thankyouvideo{
  padding: 50px 60px 0px 60px;
}

.social-text{
  font-family: "Poppins", sans-serif;

font-size: 30px;
font-weight: 600;

}

.h-next-prv-btn {
  margin-right: 80px; 
  padding-bottom: 10px;
}

@media (min-width: 1600px) {
  .h-next-prv-btn {
    margin-right: 95px; /* for ≥1600px */
  }
	.c-f-img-l {
	height:740px !important;
    width:100% !important;
}
	.c-f-img-s {
		height:360px !important;
    width:100% !important;
	}
	.c-f-img-s2 {
		height:360px !important;
    width:100% !important;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
  .h-next-prv-btn {
    margin-right: -50px; 
  }
	.c-f-img-l {
	height:740px !important;
    width:100% !important;
}
	.c-f-img-s {
		height:360px !important;
    width:100% !important;
	}
	.c-f-img-s2 {
		height:360px !important;
    width:100% !important;
	}
}


