html {
  scroll-behavior: smooth;
}body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 80px;
  background: url("/images/helegance\ background.jpg.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-position: center; */
  background-size: cover;

  
}p,li{
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #373737;
  line-height: 1.6;
}#home {
  scroll-margin-top: 90px; /* same as navbar height */
}
/*.............. navbar.......................... */
.navbar-logo{
 height: 50px;
}
.nav-link {
  color: #373737;
  font-weight: 500;
  margin: 0 15px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}.nav-link:hover{
  color: #6E2161 
}
.active-link {
  color: #C92FB2 !important;
}
.active-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 3px;
  background: #C92FB2;
  border-radius: 10px;
}
.chat-btn {
  background: linear-gradient(to right, #4D0841, #6E2161);
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 800;
  font-size: 14px;
}

.chat-btn:hover {
  background: linear-gradient(to right, #6E2161, #4D0841);
  color: white;
}.chat-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.custom-toggler {
  border: none;
  background: transparent;
  padding: 5px;
}
.custom-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: #6e2161;
  margin: 5px 0;
  transition: all 0.3s ease;
}


.custom-toggler.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.custom-toggler.open span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.custom-toggler:focus {
  box-shadow: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.4s ease;
}@media (max-width: 820px) {

  .navbar .nav-link {
    display: inline-block;
    width: auto;
  }

  .nav-link.active-link::after {
    left: 0;
    width: 100%;
  }

}
.navbar.hide-nav {
  transform: translateY(-100%);
}



/*...................... banner section........................... */
.hero-title,
.hero-highlight {
  font-family: 'Alga', serif;
}

.hero-section {
  background-image: url("images/hero\ bg.png");
  background-size: cover;
  background-color: white;
  
  
  padding: 20px 0;
}@media (min-width: 1920px) {
  .hero-left{
    padding-top: 100px;
  }.hero-right{
    padding-top: 80px;
  }
}
.hero-title {
  font-size: 85px;
  font-family: serif;
  color: #373737;
  line-height: 1.2;
  font-family: 'Alga', serif;
}

.hero-highlight {
  font-size: 85px;
  font-weight: bold;
  color: #C92FB2;
  line-height: 1.1;
  font-family: 'Alga', serif;
}
@media (max-width: 1919px) {
  .hero-title {
    font-size: 70px;
    
  }.hero-highlight {
    font-size: 70px;
  }
}

.hero-subtitle {
  font-size: 16px;
  color: #373737;
  margin-top: 20px;
}
.enroll-btn {
  background: linear-gradient(to right, #4D0841, #6E2161);
  color: #fbfbfb;
  border-radius: 40px;
  padding: 12px 30px;
  font-weight: 600;
}
.enroll-btn:hover {
   background: linear-gradient(to right, #6E2161, #4D0841);
  color: #fbfbfb;
  
}
.hero-image {
  max-width: 100%;
 
}@media (min-width: 500px) and (max-width: 1919px) {
  .hero-image {
    height: 500px;
   
  }
}
@media (max-width: 991px) {

  .hero-section {
    text-align: center;
   
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-highlight {
    font-size: 40px;
  }

}
.enroll-icon{
  height: 20px;
}


/* ................counter section....................*/

.counter-section {
  padding-top: 80px;
 
}
.counter-number {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 65px;
  color: #C92FB2;
  font-weight: 400;
  margin-bottom: 10px;
}
.counter-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #373737;
}



.counter-line {
  width: 1px;
  height: 120px;
  background: #ddd;
  margin: auto;
}



@media (max-width: 768px) {

  .counter-item {
    margin-bottom: 30px;
  }

  .counter-number {
    font-size: 48px;
  }

}.counter-k {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7em;   
  font-weight: 600;
  margin-left: 2px;
}
/*...................certifation section......................*/

.certification-section {
  padding: 50px 0;
  background: transparent;
}
.cert-title {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 400;
  color: #373737;
  text-align: center !important;
  width: 100%;
  line-height: 1.4;
}
.cert-title span {
  color: #C92FB2;
  position: relative;
}
.cert-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #C92FB2;
  border-radius: 5px;
}

.cert-logo {
 
  height: 110px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: all 0.3s ease;
}
.cert-logo:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {

  .cert-title {
    font-size: 32px;
  }

  .cert-logo {
   max-width: 150px;
  }

}
/*...............course section....................*/

.course-section {
  background: 
    url("images/course\ details\ section.jpg"); 

  background-size: cover;
  background-position: center;

  padding: 100px 0;
  color: white;
}
.course-title {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 400;
  color: #fff;

  text-align: center;
  width: 100%;
}
.course-title span {
  color: #C92FB2;
  position: relative;
  display: inline-block;
}
.course-title span::after {
  content: "";
  width: 100%;
  height: 3px;

  background: #C92FB2;

  position: absolute;
  left: 0;
  bottom: -6px;
  border-radius: 5px;
}



.course-card-left {
  background: #fff;
  color: #373737;
  padding: 40px;
    border-radius: 0px 40px 0px 40px;

  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}
.course-card-right {
  background: #fff;
  color: #373737;
  padding: 40px;
    border-radius: 40px 0px 40px 0px;

  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}


.course-heading {
  font-size: 24px;
  font-weight: bold;
  color: #C92FB2;
  margin-bottom: 15px;
}



.course-list {
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  padding-left: 3.2rem;
}

.course-list li {
  
  position: relative;
  margin-bottom: 10px;
 padding-left: 20px;
}

.course-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #C92FB2;
  
 
}

.syllabus-btn {
  border: 1px solid #C92FB2;
  color: #C92FB2;
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 18px;
  margin-left: 3.2rem;
}

.syllabus-btn:hover {
  background: linear-gradient(to right, #6E2161, #4D0841);
  color: #fbfbfb;
}



.course-text{
  padding-left:3.2rem;
}



@media (max-width: 768px) {

  .course-title {
    font-size: 32px;
  }

  .course-card {
    padding: 25px;
  }

}.enroll-btn-white {
  background:#fbfbfb ;
  color: #6E2161 ;
  border-radius: 40px;
  padding: 12px 30px;
  font-weight: 600;
}
.enroll-btn-white:hover {
   background: linear-gradient(to right, #6E2161, #4D0841);
  color: #fbfbfb ;
  
}
/* ..................vide section.................. */

.video-section {
  padding-top: 80px;
}
.video-box {
 background:
    linear-gradient(
      rgba(90, 18, 79, 0.5),   /* overlay color */
      rgba(90, 18, 79, 0.5)
    ),
    url("images/maxresdefault.jpg");

  background-size: cover;
  background-position: center;

  border-radius: 25px;

  aspect-ratio: 16 / 9; 
  width: 100%;          

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  color: #fbfbfb;

  overflow: hidden;
}
.video-content {
  position: relative;
  z-index: 2;
 
}
.video-title {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  margin-bottom: 10px;
}

.video-subtitle {
  font-size: 16px;
  opacity: 0.9;
  color: #fbfbfb;
}
.play-btn {
  width: 70px;
  height: 70px;

  border-radius: 50%;
  border: none;

  background: rgba(255,255,255,0.9);
  color: #4D0841;

  font-size: 28px;

  margin-top: 20px;

  cursor: pointer;
  transition: all 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.1);
}
.video-frame {
  width: 100%;
  height: 100%;

  position: absolute;
  inset: 0;

  z-index: 3;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 25px;
}
.video-time {
  position: absolute;
  bottom: 20px;
  right: 20px;

  background: rgba(255,255,255,0.85);
  color: #4D0841;

  padding: 6px 14px;
  border-radius: 20px;

  font-size: 14px;

  z-index: 2;
}@media (max-width: 768px) {

  .video-title {
    font-size: 25px;
  }.video-time{
    right:10px
  }.play-btn{
     width: 40px;
  height: 40px;
  font-size: 15px;
  }

}
/* ..................About Section............ */

.about-section {
  padding-top: 80px;
  
}
.about-title {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 400;
  color: #373737;
  text-align: center !important;
  width: 100%;
  line-height: 1.4;
}
.about-title span {
  color: #C92FB2;
  position: relative;
}
.about-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #C92FB2;
  border-radius: 5px;
}

.about-text {
  max-width: 900px;
  margin: 0 auto;
 font-family: 'Montserrat', sans-serif;
}
@media (max-width: 768px) {

  .about-title {
    font-size: 32px;
  }.about-text{
   text-align: justify;
  }

  
}
/* ...............why choose us...................... */
.why-section {
  padding-top: 80px;
 
}

.why-title {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 400;
  color: #373737;
  text-align: center !important;
  width: 100%;
  line-height: 1.4;
}
.why-title span {
  color: #C92FB2;
  position: relative;
}
.why-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #C92FB2;
  border-radius: 5px;
}
.why-card {
  background: linear-gradient(to bottom, #fbfbfb, #ffeefc);
  border-radius: 0px 40px 0px 40px;
 
  padding: 60px 25px 35px;

 box-shadow: -6px 6px 15px rgba(0,0,0,0.40);

  position: relative;
  height: 100%;

  transition: all 0.3s ease;
  cursor: pointer;
}
.why-icon {
 width: 100px;
  height: 100px;

  background: #5a124f;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);

  transition: all 0.3s ease;
}


.why-icon img {
  width: 75px;
  height: auto;
}



.why-card h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #373737;

  transition: color 0.3s ease;
}
.why-card:hover {
  background: linear-gradient(to bottom, #4D0841, #6E2161);
  color: #fff;
  transform: translateY(-20px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.why-card:hover h4,
.why-card:hover p {
  color: #fff;
}

.why-card:hover .why-icon {

  background: linear-gradient(to bottom, #4D0841, #6E2161);
  border: 3px solid #fff; 
}

.why-card:hover .why-icon img {
  filter: none;
}
@media (max-width: 768px) {

  .why-title {
    font-size: 32px;
  }.why-container{
    margin-top: 50px;
  }.why-card:hover {
  
  transform: none;
  
}


}

/* ................Faculty Section ..........*/


.faculty-section {
  padding-top: 80px;
}

.faculty-title {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 400;
  color: #373737;
  line-height: 1.4;
}

.faculty-title span {
  color: #C92FB2;
  position: relative;
}

.faculty-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #C92FB2;
  border-radius: 5px;
}

@media (min-width: 1280px) {
  .faculty-box {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/* CARD */

.faculty-card {
  position: relative;
  overflow: hidden;
}

.faculty-img {
  width: 100%;
  display: block;
  object-fit: cover;
}



.faculty-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(90, 18, 79, 0.85);
  color: #fbfbfb;
  text-align: center;
  transition: opacity 0.4s ease;
  z-index: 2;
  min-height: 120px;
}

.faculty-left {
  border-radius: 0 0 0 55px;
}

.faculty-right {
  border-radius: 0 0 55px 0;
}

.faculty-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.faculty-info p {
  
  margin: 0;
  color: #fbfbfb !important;
}



.faculty-hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(90, 18, 79, 0.75);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding:15px;




  z-index: 1;
}

.left-radius {
  border-radius: 0 55px 0 55px;

  transform: translateX(-100%);
  transition: transform 0.9s ease-in-out;
}

.right-radius {
  border-radius: 55px 0 55px 0;
  
  transform: translateX(100%);
  transition: transform 0.9s ease-in-out;
}

.hover-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #fbfbfb;
}



.faculty-card:hover .faculty-info {
  opacity: 0;
}

.faculty-card:hover .faculty-hover-overlay {
  transform: translateY(0);
}



@media (max-width: 767px) {
  .faculty-title {
    font-size: 32px;
  }.hover-content p {
  font-size: 14.5px;
  line-height: 1.5;
  color: #fbfbfb;
}
}@media (width: 768px) {


  .hover-content p {
    font-size: 13px;
   
  }
}
/* ................Speciality Section............ */

.speciality-section {
  padding-top: 80px;
}
.speciality-img img {
  display: block;
  margin: 0 auto;   
}
.speciality-title {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  margin-bottom: 15px;
  color: #333;
}

.speciality-title span {
  color: #C92FB2;
  position: relative;
}

.speciality-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #C92FB2;
}

.speciality-text {
  font-size: 15px;
  color: #373737;
  line-height: 1.7;
    width: 100%;
  max-width: 100%;
 
}.speciality-icon {
  color: #c92fb2;
  font-size: 14px;
  margin-top: 3px;
}
.speciality-list {
  row-gap: 10px;
}

.speciality-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: bold;
  color: #333;
  font-size: 15px;
}


@media (max-width: 576px) {

  .speciality-title {
    font-size: 32px;
    text-align: center;
  }

  .speciality-text {
    text-align: justify;
  }

  .speciality-item {
    justify-content: center;
  }

  .speciality-enroll-button {
    text-align: center;
  }
}@media (min-width: 577px) and (max-width: 991px) {
  .speciality-enroll-button {
    text-align: center;
  }
}
/*  ...............faq section.............. */
.faq-section {
  padding-top: 80px;
  
  
  
}
.faq-item {
  margin-bottom: 2px;  
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  text-align: left;
}

.faq-question {
  background: #ededed;
  padding: 18px 25px;
  margin-bottom: 10px; 
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  cursor: pointer;
text-align: left;
  /* Left & Right only */
  border-radius: 15px 0 15px 0;

  transition: all 0.3s ease;
}


.faq-question p {
  font-size: 16px;
  font-weight: bold;
  color: #373737;
  margin: 0;
  
  width: 100%;
  margin-bottom: 0px;
}


.icon {
  position: absolute;
  right: 25px;
  font-size: 29px;
  font-weight: bold;
  color: #4D0841;
  transition: 0.3s;
}


.faq-answer {
  background: #ededed;
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: all 0.4s ease;
  color: #373737;
 
  border-radius: 0 0 15px 15px; 
  margin-top: 6px; 
}


.faq-item.active .faq-question {
  background: linear-gradient(to bottom, #4D0841, #6E2161);
   border-radius: 15px 0 15px 0;
   
}

.faq-item.active .faq-question p,
.faq-item.active .icon {
  color: #fbfbfb;
  font-weight: bold;
}

.faq-question:hover {
  background: linear-gradient(to bottom, #4D0841, #6E2161);
}

.faq-question:hover p,
.faq-question:hover .icon {
  color: #fbfbfb;
}


.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 20px 25px;
  margin-top: 0; 
  margin-bottom: 10px;
}.faq-title{
   font-family: 'Alga', 'Playfair Display', serif;
  font-size: 45px;
  font-weight: 400;
  color: #C92FB2; ;
   text-align: center;
}@media (max-width: 768px) {

  .faq-title {
    font-size: 32px;
  }


}
/* .....................last section ..........*/
.last-section {
  background: transparent;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.last-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}.last-text{
padding-left: 25px;
  padding-right: 25px;
}
 
.last-text h2 {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 10px;
 
}

.last-text h1 {
  font-family: 'Alga', 'Playfair Display', serif;
  font-size: 60px;
  font-weight: 500;
  color: #c92fb2;
  margin: 0;
}

.last-btn {
   display: inline-flex;
  align-items: center;
  gap: 10px;
 background: linear-gradient(to right, #4D0841, #6E2161);
  color: #fff;
  padding: 14px 30px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
    border: none;
  outline: none;
}

.last-btn img {
  width: 22px;
  height: 22px;
}

.last-btn:hover {
   background: linear-gradient(to right, #6E2161, #4D0841);
  color: #fbfbfb;
}



@media (max-width: 768px) {
  .last-content {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .last-text h2 {
    font-size: 32px;
  }

  .last-text h1 {
    font-size: 40px;
  }
}@media (max-width: 991px) {
  .last-text {
    text-align: center;
  }.last-btn{
    margin-top: 40px;
  }

  .col-lg-4 {
    justify-content: center !important;
  }
}
/* .........footer section........ */
.footer-section {
  
  background: linear-gradient(to bottom, #4D0841, #6E2161);
  color: #fbfbfb;
  padding-top: 80px;
  font-family: 'Montserrat', sans-serif;
}

.footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo img {
  width: 250px;
}


.footer-section h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #fbfbfb;
  text-decoration: none;
  
}

.footer-section ul li a:hover {
  opacity: 1;
}

.footer-bottom {
  padding: 20px 0;
  font-size: 14px;
}.address{
  color: #fbfbfb;
  font-size: 16px;
}

/* Mobile */

@media (max-width: 820px) {
  .footer-logo {
    justify-content: center;
  }

  .footer-section {
    text-align: center;
  }
}

/* ..............form pop section...................... */
.enroll-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.enroll-modal-content {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  border-radius: 15px;
  position: relative;
  animation: popupFade 0.3s ease;
  border: 2px solid #6e2161;
  max-height: 90vh;
  overflow-y: auto;
}

@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.enroll-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  cursor: pointer;
}

.enroll-modal-content h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #c92fb2;
  font-family: 'Montserrat', sans-serif;
}

.form-group {
  margin-bottom: 12px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 14px;
  color: #373737;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #373737;
}

.custom-select {
  position: relative;
}

.select-box {
  border: 1px solid #ccc;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  font-size: 14px;
  color: #373737;
}

.select-box .arrow {
  font-size: 12px;
  color: #6c757d;
}

.select-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  max-height: 180px;
  overflow-y: auto;
  z-index: 999999;
  font-size: 14px;
}

.select-list li {
  padding: 10px;
  cursor: pointer;
  color: #373737;
}

.select-list li:hover {
  background: #f2f2f2;
}

.select-list.show {
  display: block;
}

.enroll-submit-btn {
  width: 100%;
  background: linear-gradient(to bottom, #4D0841, #6E2161);
  color: #fbfbfb;
  padding: 12px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.enroll-submit-btn:hover {
  background: linear-gradient(to bottom, #6E2161, #4D0841);
}input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #373737 !important;
}.form-group.custom-select {
  position: relative;
  margin-bottom: 20px; 
}

.fake-select-input {
  position: absolute;
  opacity: 0;
  height: 1px;   
  width: 100%;
}
.error-msg {
  color: #d60000;
  font-size: 12px;
  margin-top: 4px;
  display: none; 
      margin-left: 10px;
}#qualificationInput {
  display: none;
}


#qualificationInput {
  margin-top: 6px;
  cursor: pointer;
  background: transparent;
}


.placeholder {
  color: #373737;
}