html,body{
  background-color: white;
  color: #000 !important;
  font-family: 'DM Sans',sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 250px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

div, ul, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

li{
  list-style: none;
}

.index-intro{
  margin: 1rem 0rem;
  display: flex;
}

.index-intro>li{
  margin-right: 1.5rem;
}

.about-intro{
  margin:0.2rem 0rem;
  display: flex;
  flex-wrap: wrap;
}
.about-intro>li{
  margin-right: 1rem;
}

.ml-desktop{
  margin-left: 1rem;
}

@media only screen and(min-width:1280px){
  .desktop-ml{
  margin-left: 12rem !important;
}
}

@media only screen and (max-width:1028px){
  .about-intro{
    display: block;
  }
}

@media only screen and (max-width:768px){
  .mx-auto-mobile{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  .index-intro{
    display: block;
    font-size: 1.1rem;
  }
  .px-mobile{
    padding: 0% 5%;
  }
  .about-intro{
    display: block;
  }
}

input::placeholder, textarea::placeholder{
  /* color: #888 !important; */
  color: #343232 !important;
  padding: 0rem 0.7rem !important;
}
input,textarea{
  border-color:var(--tertiary-color) !important;
  border-radius: 12px !important;
}

:root{
  --background-one:#f8f7ff;
  --background-two:#f0effa;
  --white-text:#f0effa;
  --highlight:#ffffff;
  --main-color: #0d2b52;  
  --secondary-color: #00b4b0;
  --tertiary-color:#ff8c42;
  --temporary-color:black;
  --body-text-color: black;
  --highlight-text: white;
  --dark-grey-text: #353839;
};

a{
  color:white !important;
}

#courses{
  padding: 3rem 8rem;
}

.donisha-margin{
  margin-top: 1rem;
}
@media only screen and (max-width: 1220px){
  .donisha-margin{
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 768px){
  .ratings{
    padding: 3rem 5rem;
  }
  #courses{
    padding: 3rem 7rem;
  }
  .donisha-margin{
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width:600px){
  #courses{
    padding: 3rem 5rem;
  }
  .ratings{
    padding: 3rem 5rem;
  }
}

@media only screen and (max-width:550px){
  #courses{
    padding: 3rem 2rem;
  }
  .ratings{
    padding: 3% 5%;
  }
}

@media only screen and (max-width: 500px){
  #courses{
    padding: 3rem 1rem !important;
  }
  .ratings{
    padding: 3% 0% !important;
  }
}

@media only screen and (min-width:768px){
  .cols-two-padding{
    padding: 0rem 5rem;
  }
  #courses{
    padding: 3rem 2rem;
  }
}

@media only screen and (min-width:1028px){
  .cols-two-padding{
    padding: 0rem 8rem;
  }
  .course-card-text{
    padding: 0rem 0rem;
  }
}

@media only screen and (min-width:1400px){
  .cols-two-padding{
    padding: 0rem 14rem;
  }
}

/*ICONS*/
i{
  font-size: 1.3rem !important;
}
.fa-whatsapp{
  font-size: 2rem !important;
}
.arrow{
  transform: rotate(319deg);
font-size: 1rem !important;
}

.fa-star{
  color: gold;
  -webkit-text-stroke:1px grey;
  font-size: 1rem !important;
}
.rounded-icon{
  width: 48px !important;
  height: 48px !important;
  border-radius: 9999px !important;
}
.icon-circle {
  background-color: var(--secondary-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*FONT SIZES AND COLORS*/

.hero-title{
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 900;
}
@media only screen and (max-width: 1028px){

}

@media only screen and (max-width: 600px){
  /* .hero-title{
    font-size: 40px;
  } */
}

.section-title{
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
}

.section-title-2{
  font-size: 24px;
}


.card-heading{
  font-size: 22px;
}

.subheading{
  font-size: 24px;
  font-weight: 700;
}

.new-subheading{
  font-size: 21px;
  font-weight: 700;
}

.body-text{
  font-size: 14px;
}

/* LINE HEIGHT */
.line-height{
  line-height: 1.8;
}

.line-height-small{
  line-height: 1;
}

.text-padding{
  display: inline-block;
  margin:1rem 0rem;
}

#custom-padding{
  padding: 4rem 0rem !important;
}

/* BACKGROUND COLORS */
.hero-gradient{
  background: linear-gradient(to bottom right,var(--main-color)30%,#2b60ca,var(--highlight)) !important;
}

.background-one{
  background-color: var(--background-one);
}

.background-two{
  background-color: var(--background-two);
}

.highlight{
  background-color: var(--highlight) !important;
}

.highlight-text{
  color: var(--highlight-text);
}

.highlight-text{
  color: var(--highlight);
}

.dark-grey-text{
  color: var(--dark-grey-text);
}

.main-color{
  background-color: var(--main-color);
}

.main-color-text{
  color: var(--main-color);
}

.white-text{
  color:var(--white-text);
}

.body-text-color{
  color: var(--body-text-color) !important;
  opacity: .9;
}

.subhead{
  font-size: 1.2rem;
}

.sub-para{
  margin-top: 0rem;
}

.forced-width{
  min-width: 10%;
}

.secondary-color{
  background-color: var(--secondary-color);
}

.secondary-color-text{
  color: var(--secondary-color);
}

.tertiary-color{
  background-color: var(--tertiary-color) !important;
  border-radius: 30px;
  border: none !important;
}

.tertiary-color-text{
  color: var(--tertiary-color);
}

.letter-spacing{
  letter-spacing: 1px;
}
/* NAVBAR */
/* Logo Size */
#navbar-logo {
  width: 8rem !important;
  height: auto;
}

/* Navbar Container */
.nav-bar {
  position: sticky;
  top: 0;
  z-index:9999;
  width: 100%;
  height: 4rem;
  background: var(--background-one);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
}

.nav-bar > img {
  width: 100px;
  margin-left: 1rem;
}

ul li {
  list-style: none;
  display: inline-block;
  font-weight: 700;
  margin: 0px 20px;
}

ul li:hover {
  cursor: pointer;
}

.nav-link{
  color: black !important;
}

.nav-link:hover{
  color: var(--tertiary-color) !important;
}

/* .main-menu {
  margin-right: px;
} */

.closeBtn,
.menuBtn {
  font-size: 24px;
  margin: 0px 20px;
  display: none;
  cursor: pointer;
}

/* MOBILE */
@media only screen and (max-width: 1028px) {
  #menu {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background: white;
    text-align: center;
    z-index: 9999;
    padding: 1rem 0;
  }

  #menu.open {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }

  #menu li {
    display: block;
    margin: 20px 0;
  }

  .menuBtn {
    display: inline-block;
  }

  .closeBtn {
    display: none;
  }
}

/* DESKTOP */
@media only screen and (min-width: 1029px) {

  /* Horizontal menu */
  #menu {
    display: flex !important;
    align-items: center;
    position: static;
    padding: 0;
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Inline menu items */
  #menu li {
    display: inline-block;
    margin: 0 20px;
  }

  /* Hide toggle buttons */
  .menuBtn,
  .closeBtn {
    display: none !important;
  }
}

/*HERO SECTION*/
.hero-background
{
        height: 100%;
        width: 100%;
        background-image: url(../images/gallery5.jpeg);
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
}

.hero-background::before
{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,0.5);
}

.custom-hero-height{
  min-height: 20vh;
  padding: 7rem 1rem !important;
}

.custom-hero-height-about{
  max-height: 50vh;
  padding: 1rem 1rem !important;
}

.hero-background-about
{
  background-image: url(../images/banner-removebg-preview.png);
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.hero-background-about::before
{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,0.9);
}

.success-card-image{
  max-width: 15rem !important;
}

.custom-image{
 object-fit: cover;
 object-position: top;
 width: 100%;
 border-radius: 50px;
}


/* FONTS AND COLUMNS AND PADDING MEDIA QUERIES*/

.column-max-height{
  max-height: 30rem;
}

.no-margin{
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
}


@media only screen and (max-width: 1028px){
  #testimonials{
    padding: 0rem 1rem !important;
    columns:300px !important;
  }
  .ml-0-mobile-custom{
    margin-left: 0rem !important;
  }
   .faculty-card-image{
    max-width: 25rem !important;
  } 
  .success-card-image{
    max-width: 20rem !important;
  }
  /* .section-title{
    font-size: 40px;
    font-weight: 900;
  } */
  /* .hero-title{
    font-size: 60px;
  } */

.course-padding{
    padding-right: 1rem !important; padding-left: 1rem !important;
}
.reverse-container{
  padding: 0rem 1rem !important;
}
.hero{
  padding: 0rem !important;
}
/* .custom-hero-height{
  min-height: 30vh !important;
} */
.custom-hero-height-about{
  min-height: 20vh !important;
}
.inbetween{
  margin: 0rem 4rem !important;
}
.nav-bar{
  padding: 0rem 1rem;
}
}

@media only screen and (max-width: 768px){
  .reverse-column{
    display: flex;
    flex-direction: column-reverse;
    padding: 0rem;
  }
  .mobile-button-column{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-hero-height-about{
    min-height: 10vh !important;
  }
  .ml-0-mobile-custom{
    margin-left: 0rem !important;
  }
  .inbetween{
    margin: 0rem 2rem !important;
  }
}

.course-padding{
padding-right: 10rem ; padding-left: 10rem ;
}

/*CARDS*/
.card-top{
  border-top: 5px solid var(--secondary-color);
}
.rating-card{
  height: 100%;
}
/* PADDING */
#global-padding{
  padding: 0rem 10rem;
}

.inbetween{
  margin-left: 15%;
  margin-right: 15%;
}

.custom-px{
 padding: 0% 2%;
}

/*CARDS*/

.more-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-container{
  max-height: 24rem !important;
}

.home-card-container{
  max-height: 23rem !important;
}

/* .home-course-card{
  height: 100%;
} */

.why-us-card{
  height: 100%;
}

@media only screen and (max-width: 1028px){
  .why-us-padding{
    padding: 0% 7% !important;
   }
  .director-padding{
    padding: 0% 7% !important;
   }
}

@media only screen and (max-width: 768px){
   .why-us-padding{
    padding: 0% 10% !important;
   }
}

.course-card{
  /* max-height: 24rem;
  min-width:12rem !important; */
  height: 100%;
}

/* @media only screen and (max-width:900px){
  .course-card{
    max-height: 30rem !important;
  }
} */

.achievement-card{
 height: 100%;
}

 .card.highlight 
 {
      background: #ffffff;
      border: 1px solid #ddd;
      border-radius: 10px;
      transition: transform 0.2s ease-in-out, box-shadow 0.2s;
}

.card.highlight:hover 
{
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-top{
  border-top: 2px solid var(--secondary-color);
}



/* DIVIDERS */
.underline{
  position: relative;
  display: inline-block;
  text-align: center;
}

.underline::after{
  content: " ";
  display: block;
  width: 150px;
  height: 3px;
  background-color: #000;
  margin: 3rem auto 0;
  border-radius: 2px;
}

/* IMAGE */
img{
  border-radius: 35px;
}

.image-students{
  width: 35rem;
  height: 23rem;
  object-fit: cover;
}

.image{
  background-color:var(--background-one);
  border-radius: 0px !important;
}

/*CARDS*/
/*.custom-card{
  height: auto;
}
*/
/*BUTTONS*/

.read-more-btn{
  transition: 0.3s;
  margin-top: auto;
}
.read-more-btn:hover{
  color: orange !important;
}

.contact-button{
  background-color: black;
  padding: 5px 20px;
  border-radius: 20px;
}

.contact-button-2{
  border: 2px solid white;
  border-radius: 5px;
  padding: 10px;
}
.flex-align{
  display: inline-flex;           
  align-items: center;          
  gap: 1em;
}

.longButton{
  background-color: white;
  border-radius: 50px;
  padding:0.5em;
  cursor: pointer;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #1ebc59;
}

/* MAP */
.custom-map{
  width: 85%;
  height: 350px;
}
.custom-map-section{
  display: flex;
  justify-content: center;
}

/*FOOTER*/
.custom-footer a 
{
  color: var(--white-text);
}

.custom-footer a:hover{
  color: var(--tertiary-color);
}

.custom-footer 
{
  padding:2rem;
  background: var(--main-color) !important;
}

.custom-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width:1280px){
  .custom-map{
    width: 95%;
  }
}
@media only screen and (max-width:1028px){
  .custom-flex{
    flex-direction: column;
    align-items: center;

  }
  .custom-map{
    width: 85%;
  }
}

@media only screen and (max-width:768px){
  .custom-flex{
    flex-direction: column;
    align-items: center;
  }
  .custom-map{
    width: 95%;
  }
}

@media only screen and (max-width:600px){
  .custom-flex{
    flex-direction: column;
    align-items: center;
  }
}

.custom-column{
  max-width: 18rem;
}

.footer-logo{
  width: 10rem;
}
.logo-para{
  max-width: 250px;
}

.footer-head{
  color: white !important;
}

.what-section{
  padding:5rem 5rem;
}

/* COURSES */
#course-subhead{
  padding: 0rem 0rem;
}

.custom-min-height{
  min-height: 15.5rem;
}

.course-subtitle{
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.course-card{
  padding: 1rem;
}

.custom-hero{
  padding-bottom: 10rem !important;
}

.custom-lr-margin{
  margin: 0% 10%;
}

.margin-top-custom{
  margin-top: 20px;
}

@media only screen and (max-width: 600px){
  .courses-padding{
    padding: 10% 2%;
  }
}

@media only screen and (min-width: 600px){
  .courses-padding{
    padding: 1rem 4rem;
  }
}

@media only screen and (min-width: 768px){
  .courses-padding{
    padding:0rem 2rem;
  }
  .course-cols-pl{
    padding-left: 8rem !important;
  }
  .course-cols-pr{
    padding-right: 8rem !important;
  }
}

@media only screen and (min-width:1024px){
  .courses-padding{
    padding: 5rem 3rem;
  }
  .course-cols-pl{
    padding-left: 12rem !important;
  }
  .course-cols-pr{
    padding-right: 12rem !important;
  }
}

@media only screen and (min-width:1280px){
  #course-subhead{
    padding: 1rem 4rem;
  }
  .courses-padding{
    padding: 0rem 5rem;
  }
  .course-cols-pl{
    padding-left: 10rem;
  }
  .course-cols-pr{
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 1536px){
  #course-subhead{
    padding: 1rem 10rem;
  }
  .courses-padding{
    padding: 0rem 12rem;
  }
  .course-cols-pl{
    padding-left: 17rem;
  }
  .course-cols-pr{
    padding-right: 17rem;
  }
}

@media only screen and (max-width:1028px){
  #mobile-padding{
    padding: 0% 0%;
  }
}

@media only screen and (max-width:850px){
  #home-custom-block{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0% 10%;
  }
  #custom-block{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0% 10%;
  }
  #custom-block-reverse{
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0% 10%;
  }
  /* .custom-tl-tablet{
    display: flex !important;
    justify-content: left;
    margin-left: 6% !important;
  } */
}

@media only screen and (max-width:768px){
  #custom-block{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0% 0%;
  }
  #custom-block-reverse{
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0% 0%;
  }
#mobile-padding{
  padding: 0% 8%;
}
.ml-mobile{
  padding-left: 0rem;
}
#mobile-padding-two{
  padding: 0% 10%;
}
}

@media only screen and (max-width:600px){
  #mobile-padding{
    padding: 0% 3%;
  }
  .ml-mobile{
    padding-left: 0rem;
  }
  }