:root {
  --primary: #531f7e;
  --secondary: #F84D9E; /* corrected spelling */
  --bs-font-family: 'Poppins', sans-serif; /* fallback font added */
}


.header {
  background-color: var(--primary);
  color: white;
  padding: 5px 0;
}


.info-text {
  font-size: 14px;
  display: flex;
  padding-right: 5px;

  justify-content: end;
  font-weight: 500;
  /* gap: 10px; */
}


.info-text p {
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 3px;
}

.info-phn {
  padding-top: 3px;
  font-size: 14px;
  font-weight: 500;
}

.sub-header {
  background-color: white;
  /* padding-top: 30px; */
}

.sub-header-section {
  position: sticky;
  top: 0;
  z-index: 1000;

}
.banner-left{
  position: relative;
}
.banner-img {
  position: relative;
}

.nav-ul {
  display: flex;
}

.navigate nav ul li {
  list-style-type: none;

}
.right-header{
  display: flex;align-items: center;justify-content:end;
}

.right-nav {
  display: flex;
  align-items: center;
}



.faq-head{
 
  display: flex;                         
  justify-content: space-between;        
  align-items: center;                   
  border-bottom-left-radius: 0.5rem;     
  border-bottom-right-radius: 0.5rem;

}
.faq-arrow path {
    stroke: black !important;
}
.faq-item.active .faq-arrow {
    transform: rotate(180deg);
    transition: transform 0.1s ease;
}
.foot-second{
  padding-left: 20%;
}

.enquiry-header {
  display: flex;
  align-items: center;
  gap: 4px;

}
.nav-list-course {
  background-image: linear-gradient(to right, #531f7e);
  padding: 9px 28px;
  color: white;
}

.nav-list-course .course {
  color: white;
}
.nav-list-course .course::after {
  content: url('../images/arrow-down.png');
  padding-left: 3px;
}

.enquiry::after {
  content: url(' ../images/arr-down.svg');
  padding-left: 3px;

}

.sub-head {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

.head {
  color: black;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 60px;
  
}

.circle-item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.social-icons{
  display: flex;
  justify-content: start;
  gap: 10px;
}
.circle-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.btn-warning {
  font-weight: bold;
}

.sub-header {
  padding: 8px 0;
}

.header-icons>div {
  margin-left: 10px;
}


@media (max-width: 991.98px) {

  .header .info-text,
  .header .enquiry-header {
    font-size: 14px;
  }

  .logo img {
    max-width: 120px;
  }
}








.sub-header-section {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

/* footer section */
footer {
  background-color: var(--primary);
}

.foot p{
  color: #FFFFFF;
  font-family: "inter", sans-serif;
  font-size: 17px;
  font-weight: 400;

}

.footer-section {
  /* margin: 0 auto;           */
  color: #FFFFFF;
  font-family: "inter", sans-serif;
  text-align: left;
  font-weight: 600;
  padding-bottom: 10px;



}


.custom-carousel-icon {
  background-image: none !important;
 
  background-color: black !important;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}


.carousel-control-prev-icon.custom-carousel-icon::before {
  content: '\2039';
  /* Unicode for ‹ (left arrow) */
  color: black;
  font-size: 30px;
  position: absolute;
  left: 12px;
  top: 2px;
}

.carousel-control-next-icon.custom-carousel-icon::before {
  content: '\203A';
  /* Unicode for › (right arrow) */
  color: black;
  font-size: 30px;
  position: absolute;
  left: 12px;
  top: 2px;
}

/* Position tweaks */
.carousel-control-prev {
  left: -40px;
  /* Move left */
}

.carousel-control-next {
  right: -30px;
  /* Move right */
}

.about {
  background: #f9f9f9;
}

.about-img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.about-title {
  font-size: 1.1rem;
  background: linear-gradient(45deg, #675A9F, #F84D9E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.about-heading {
  font-weight: 700;
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  /* font-family: inherit; */
}

.about-text {
  line-height: 1.7;
  font-size: 1.2rem;
  text-align: justify;
}

.about-text {
  font-size: 1.2rem;
}

.footer-logo p {
  color: white;
  font-size: 18px;
  font-family: "inter";
  font-weight: 500;
  padding-top: 10px;
  padding-right: 12px;
}

.footer-section p {
  font-size: 18px;

}

.footer-section p:first-child {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "poppins";
}





.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* padding-top: 20px; */
  /* margin-top: 40px; */
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  flex-wrap: wrap;
  /* background-color:var(--primary); */
  padding: 3px;
  font-family: "inter";
}

.footer-bottom-container {
  background-color: #6b609e
}

.butter-img {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.hr {
  border: none;
  border-top: 2px solid #ffffff;
  /* Change to your desired color */
  opacity: 0.4;
 
  padding-bottom: 20px;
}

.footer-para {
  color: #FFFFFF;
  text-align: justify;
  padding-right: 18px;
}

.footer-copy,
.footer-dev {
  margin: 5px 0;
}

.course-tag-name {
  font-size: 16px;
  font-weight: 500;
  font-family: "inter";

}
.footer-about{
  font-size: 18px;
  color: #fff;
}
.foot-sec {
  padding: 80px 0px;
  background: url('../images/foot-back.png');
}

/* aspects */
.aspects {
  background: url('../images/banner.png');
  padding: 120px 0px;
  background-size: cover;
}

.aspects-head {
  color: #FFFFFF;
  font-family: 'poppins';
  padding: 20px 0px;
  font-weight: 600;
  font-size: 35px;
  padding: 0px 20px;
}

.box {
  width: 100px;
  height: 100px;
  border: 20px solid transparent;
  background-color: rgb(34, 33, 41);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 82px;
  
  color: rgb(200, 200, 200);
  /* original dim color */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.box:hover {
  color: white;
  /* background-color:#582288; */
}


.d-flex {
  display: flex;
  align-items: center;
}

.aspect-head {
  color: yellow;
  font-weight: 800;
  padding-top: 20px;
  font-family: 'poppins';
}

.aspect-para {
  color: #fff;
  font-size: 18px;
  padding-right: 20px;
  font-family: 'poppins';
  text-align: justify;
}

.aspect-box {
  
  padding-left: 15px;
}

/* banner section */
.banner {
  background: linear-gradient(135deg, #fef6f9, #e3f2fd);
  
}

.banner-head {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2c3e50;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.para {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.hero-btn {
  padding: 12px 25px;
  background-color: #ffe600;
  color: var(--primary);
  border: none;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #ffe600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.animated-img {
  animation: floatImg 4s ease-in-out infinite;
  max-width: 100%;
  position: relative;
  
}

@keyframes floatImg {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}

.shape-1 {
  width: 120px;
  height: 120px;
  background: #ffccbc;
  top: -30px;
  right: -30px;
}

.shape-2 {
  width: 80px;
  height: 80px;
  background: #bbdefb;
  bottom: -20px;
  left: -20px;
}

.bulb-img {
  position: absolute;
  right: 0;
  top: 5%;
  /* width: 80px; */
  opacity: 0.8;
  animation: floatBulb 6s ease-in-out infinite;
  z-index: 1;
}


/* Star Image */
.star-img {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 60px;
  opacity: 0.7;
  animation: twinkle 3s ease-in-out infinite;
  z-index: 1;
}

/* Floating animation for bulb */
@keyframes floatBulb {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* Twinkle effect for star */
@keyframes twinkle {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}




.feature {
  /* background: url('/school/images/her-bg.jpg'); */
  background-color: #bbdefb;
  text-align: center;
  color: white;
  padding: 80px 0px 175px 0px;
  position: relative;
}

.key-features h2 {
  font-weight: 800;
  font-family: "poppins";
}

.key-features p {
  font-weight: 600;
  font-family: "inter";
  /* padding-left: 30px; */
  margin: 0 auto;
  max-width: 45%;
  padding: 30px 0px;


}
.feature-sec{
  position: relative;
  background-color:black"
}

.feature-main .feature-main-para {
  font-size: 24px;
  font-family: "poppins";
  font-weight: 700;
  padding: 15px 0px;
  margin: 0;


}

.feature-des {
  font-size: 18px;
  font-family: "inter";
  padding: 5px 35px 5px 0px;

}

/* questions */
.query {
  background: linear-gradient(90deg, #8624D2, #F84D9E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  /* Optional styling */
  font-size: 36px;
  /* Optional size */
  display: inline-block;
}

.inline-query {
  background: linear-gradient(90deg, #8624D2, #F84D9E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  /* Optional styling */
  /* font-size: 36px;   Optional size */
  display: inline-block;
  font-family: "poppins";
}

.question {
  padding: 20px 0px;


}

.query-sec {
  width: 1150px;
  border-radius: 20px;

  position: absolute;
  top: 73%;
  left: 50%;

  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;

  padding: 30px 40px;
  transform: translateX(-50%);

  background-color: white;
}

.question h2 {
  font-family: "poppins";
  font-weight: 600;
  padding: 20px 0px 10px 0px;
  color: black;
}

.test {
  padding:200px 0px 60px 0px;


  
  
}

.review{
  padding-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
  /* margin: 60px 0px 20px 0px; */
}
.review-person{
  font-size: 18px;
  font-weight: 500;
}



.feedback-main img:first-child {
  width: 48px;
  /* Adjust size as needed */
  height: auto;
  margin-right: 8px;
  /* Space between quote and profile */
  align-self: flex-start;
  /* Align top if desired */
}





/* reviews */
.review-head {
  font-size: 50px;
  color: white;
  padding-top: 55px;
}

.review-image {
  position: absolute;
  top: 40%;
  left:22%

}
.review-para{
  display: flex;
  padding-left: 15px;
  
}
.review-para p{
  padding-left: 20px;
  text-align: justify;
  padding-top: 30px;
}
.review-para::before{
  content: url('../images/review.svg')

}

.review-box {
  /* border: 8px solid yellow; */

  border-radius: 20px;
  border-left: 8px solid #ffe600;
  border-bottom: 8px solid #ffe600;
  max-width: 700px; border-radius: 20px;
  padding: 55px;
  background-color:#23303c;
}

/* Query Section Styles */
.query-sec {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -190px;
  z-index: 2;
  width: 100%;
  max-width: 1020px;
  background-color: white;
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
  .query-sec {
    max-width: 95vw;
    padding: 20px 10px;
    margin-left: auto;

    margin-right: auto;
  }
}

  @media (max-width: 991.98px) {
  .header-left {
    justify-content: center;
    text-align: center;
  }

  .foot-second,.foot-third{
    padding-top: 20px;
  }
  .nav-list {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .nav-list.show {
    display: flex;
  }

  /* .menu-toggle {
    display: block;
    font-size: 28px;
    cursor: pointer;
  } */

  .review-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
  }

  .review-wrapper img {
    margin-bottom: 1rem;
  }

  .review-head {
    font-size: 26px;
    text-align: center;
  }

  .query-sec {
    padding: 1rem;
    margin: 0 auto;
    max-width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -250px;
  }

  .query-sec h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .review-box {
    padding-top: 60px;
  }

  .review-image {
    top: 36%;
    left: 30px;
    width: 160px;
  }

  .about-heading,
  .aspects-head,
  .head {
    font-size: 28px;
  }
 .info-text{
    justify-content: center;
  }

  .para,
  .aspect-para,
  .about-text {
    font-size: 17px;
    /* padding-left: 20px; */
  }

  .footer-section,
  .footer-logo p,
  .footer-bottom,
  .foot p,
  .course-tag-name {
    font-size: 15px !important;
  }

  .foot h4 {
    font-size: 16px;
    padding-top: 10px;
  }

  .foot-second {
    padding-left: 10px;
  }

  .foot-sec {
    padding-top: 30px;
  }

  .bulb-img {
    display: none;
  }
}



@media (max-width: 576px) {
  .query-sec {
    padding: 0px 20px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
    max-width: 97vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    bottom: -263px;
  }
  

  .query {
    font-size: 1.1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .query-sec h2 {
    font-size: 24px;
    line-height: 32px;


  }
  .review-para{
    padding: 0px;
  }
  .review-para::before{
    display: none;

  }
  .footer-bottom{
   display: flex;
   justify-content: center;
  }

  .review-wrapper {
    display: block !important;
    /* Override d-flex */
    text-align: center;
    padding-bottom: 2rem;
    /* Optional: maintain spacing */
  }

  .review-wrapper img {
    display: block;
    margin: 0 auto 1rem;
    /* Center image and add spacing below */
  }

  .review-wrapper h2 {
    margin-top: 0;
    /* Remove extra top margin */
    padding-top: 0.5rem;
    /* Optional: adjust spacing */
  }
  .review{
   margin:60px 0px 50px 0px;
  
  }
  .review-image{
     padding-bottom: 40px;

  }
  .review-box{
    padding-top: 58px;
  }


  .fw-bold,
  .course-section h2 {
    font-size: 14px !important;
  }

  .footer-section  {
       font-size: 15px !important;
    font-weight: 500 !important
  }

  .footer-logo p {
    font-size: 14px !important;
    font-weight: 500 !important
  }
  .foot h4{
    padding-top: 16px;
    font-weight: 500;
  }
  .foot-second{
    padding-left: 0;
  }
  .foot p{

    font-size: 14px;
  }

  .course-tag-name {
    font-size: 14px !important;
  }

  .footer-bottom {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .aspect-head{
    padding-left: 10px;
  }

  .foot-sec {
    padding: 30px 0px 0px 0px !important
  }

  .header-left{
   display: flex;
   justify-content: center;
  }
  .nav-links {
    width: 100%; /* Optional: make sure nav-list takes full width */
  }
  .info-text{
    justify-content: center;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    background: white;
    padding: 1rem;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .nav-list.show {
    display: flex;
  }

  /* .menu-toggle {
    font-size: 30px;
    cursor: pointer;
    margin-left: 10px;
    display: block;
  } */
  .bulb-img{
    display: none;
  }
  .banner-head {
    padding-top: 10px;
    font-size: 25px;
    line-height: 36px;
    margin: 0;
   text-align: center;
  }
  .about-heading,.aspects-head,.head{
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
    /* text-align: center; */
  }
  .about-title{
    padding-left: 10px;
  }
  .about{
    
  }
  .review-head{
    font-size: 24px;
    line-height: 35px;
    margin-top: 0;
    padding-top: 24px;

  }
  .testimonial-section{
    position: relative;
  }
 
  .para,.aspect-para{
    font-size: 16px;
     padding-left: 10px;
     padding-right: 10px;
   
  }
  .about-text{
    font-size: 16px;
    font-family: 'poppins';
     padding-left: 10px;
     padding-right: 10px;
  }
  .double-quotes{
    width: 65px;
  }
  .query-sec{
    /* top: 73%; */
    bottom: -25%;
    padding: 20px 0px;
  }


.review-image {
  position: absolute;
  top: -37px;           /* This pushes the image upward */
  left: 50%;            /* Center horizontally */
  transform: translateX(-50%);
  z-index: 2;           /* Ensure it's above other content */
  width: 150px;         /* Optional: Control size */
}

}
