
:root{
  --primary:#6762A6;
  --primary-subtle:#9C91CE;
  --secondary:#F8FBFB;
  --grey:#424352;
  --grey-subtle:#6F6B80;
  --grey-2:#F5F5F5;
  --grey-3:#9C91CE;
}
*{
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
}
.title-1{
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 5px;
}
.btn-top{
  position: absolute;
  bottom: 0;
  right: 5%;
  background: #6762A6;
  padding: 10px;
  border-radius: 5px;
}
a{
  text-decoration: none!important;
}
.title{
  font-size: 2.3rem;
}
.text-justify{
  text-align: justify;
}
ul{
  list-style: none;
}
hr{
  width: 200px;
  border: 3px solid var(--primary)!important;
}
.center{
  margin-left: auto;
  margin-right: auto;
}
.header{
  padding: 10px ;
  background: transparent;
  position: fixed;
  color: #F5F5F5;
}
.logo{
  height: 70px;

}
.white{
  color:var(--secondary)!important ;
}
.primary{
  color: var(--primary)!important;
}
.bg-primary-subtle{
  background: var(--primary-subtle);
}
.btn-secondary{
  background: var(--secondary)!important;
  color: var(--primary)!important;
  font-weight: 600!important;
  border: 2px solid var(--primary)!important;
  padding: 5px 30px !important;
}
.sticky{
  background: var(--secondary);
  position: fixed!important;
  top: 0!important;
  width: 100%!important;
  z-index: 1000;
  top: 0;
  color: var(--grey);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.header{
    z-index:99;
}
.menu{
  display: flex;
  align-items: center;

}
.menu ul {
  list-style: none;
  margin-bottom: 0px!important;
  flex-direction: row;
  margin-right: 3rem;
}
.nav-item{
  padding: 5px 10px;
  transition: all 0.2s ease-in;
}

.nav-item:hover{
  background: var(--primary-subtle);
  color: var(--secondary);
}
.nav-link{
  font-weight: 600;
}
.cta-btn{
  margin-right: 10px;
}
.primary-btn{
  padding: 5px 30px !important;
  background: var(--primary) !important;
  border: none;
  border-radius: 5px;
  color: var(--secondary) !important;
  font-weight: 500;
}
.hamburger{
  margin-left: 10px;
  display: none;
  align-items: center;
  cursor: pointer;
}
.hamburger i{
  font-size: 1.5rem;
  color: var(--primary);
}

section {
  padding: 100px 0;
  /* min-height: 100vh; */
  border-bottom: 1px solid #ccc;
  overflow: hidden!important;
}
.hero{
  background:var(--primary) url(../img/g-1.png) no-repeat center/cover fixed;
  overflow:hidden;
}
.content-section{
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
}
.hr-intro{
  width: 200px;
  border: 2px solid var(--secondary);
}
.back{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 40%;
  transform: translate(-50%, -0%);
  
}
.form-section{
  /* background: var(--secondary); */

 
}
.form-section img{
  /* height: 100%; */
  max-height: 800px;
}
.abt-img{
  height: 400px;
  margin-right: 30px;
}
.feature-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* font-size: 1; */
}
.icon-s{
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center ;
}
.feature-list i{
  
  font-size: 2rem;
  margin-right: 20px;
  margin-top: 10px;

}
#courses{
  background: var(--primary) url(../img/bg-2.jpg)no-repeat center/cover fixed;
}
.f-card .card-body{
  justify-content: center!important;
  height: auto;
}
.testimonials{
  background: url(../img/6.png)no-repeat center/cover fixed;
}
#testimonials .rounded-circle {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

#testimonials blockquote {
  font-style: italic;
  color: #555;
}

#testimonials .carousel-control-prev-icon,
#testimonials .carousel-control-next-icon {
  background-color: var(--primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#contact {
  padding: 60px 20px;
  background: var(--primary-subtle)  url(../img/7.png)no-repeat center/cover fixed;
}

#contact h3, 
#contact h2 {
  color: var(--primary);
}

#contact .form_control {
  color: var(--grey);
  border: none;
  border-bottom: 2px solid var(--primary);
  border-radius: 0;
}

#contact .form_control:focus {
  box-shadow: none;
  border-bottom: 2px solid var(--primary-subtle);
}

#contact .primary-btn {
  display: inline-block;
  background: var(--primary);
  color: var(--secondary);
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

#contact .primary-btn:hover {
  background: var(--primary-subtle);
  color: var(--grey);
}
.map-container img{
  height: 100%;
  width: 100%;
  margin-left: 10px;
}

.glass-container {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.form_control{
  background: transparent!important;
  border: none!important;
  border-bottom: 2px solid #fff!important;
}
.footer .container{
  background: url(../img/10.png) no-repeat center/cover;
}
.footer-logo{
  height: 60px!important;
}
@media only screen and (max-width : 1100px) {
  .abt-img{
    height: 300px;
  }
}
@media only screen and (max-width : 986px) {
.header{
  position: fixed;
}
.card{
    height:auto!important;
}
  .menu {
    display: none;
    position: absolute;
    top: 85%;
    left: 0;
    width: 100%;
    color: var(--grey);
    z-index: 999;
    background: var(--secondary);
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .show{
    display: block!important;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  .menu ul{
    align-items: flex-start!important;
    padding: 0!important;
    flex-direction: column;
  }
  .nav-item{
    padding: 10px;
    width: 100%;
  }
  
  .hamburger{
    display: flex;
    padding: 10px;
    background: var(--secondary);
    border-radius: 2px;

  }
  .logo{
    height: 60px;
    width: 180px;
  }
  .content-section{
    z-index: 1;
  }
 .btn-secondary{
  margin-left: auto;
  margin-right: auto;
 }
 .hr-intro{
  margin-left: auto;
  margin-right: auto;
 }
 .abt-img{
  height: 250px;

 }
}

@media only screen and (max-width : 768px) {
  
  .logo{
    height: 50px;
    width: 180px;
  }
  .content-section{
    text-align: center;
    align-items: center;
  }
 .hero{
  min-height: 60vh!important;
 }
 .abt-img{
  margin-bottom: 2rem;
  margin-right: 0;
  height: 400px;
  width: 100%;
 }
}
/* Courses Cards */
/* Ensure all cards have equal height */
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 200px;
  object-fit: cover;
}

/* Card body layout */
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

.card ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;  /* Add margin to avoid button collision */
}

.card ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;
}

.card ul li i {
  color: var(--primary);
  margin-right: 10px;
}

/* Ensure the button is always at the bottom of the card */
.card-body .btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

/* Hover effect for buttons */
.card-body .btn:hover {
  background-color: var(--primary);
  color: white;
}


/* Media Queries */
@media (max-width: 767px) {
  .card-body {
    padding: 15px;
  }

  .card ul li {
    font-size: 14px;
  }
}
