

::selection {
  background-color: #4CAF50;
  color: white; 
}

::-webkit-scrollbar {
  width: 12px; 
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, var(--blue-color), var(--green-color)); 
  border-radius: 10px; 
  box-shadow: 5px 5px 15px #00000042;
}


::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, var(--green-color), var(--blue-color));
  border: 3px solid #000;
  transition: all 0.5s ease;
}

.popup-random {
  position: fixed;
  left: 1.4rem;
  top: 80%;
  width: 15rem;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.158);
  display: none; /* Hidden initially */
  z-index: 1000;
}

.popup-content {
  display: flex;
  align-items: center;
}

.popup-icon {
  flex-basis: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-text {
  flex-basis: 80%;
  padding-left: 10px; /* Optional for spacing */
}

.popup-gif {
  width: 40px;
  height: 40px;
}
@media (max-width: 576px) {
  .popup-random {
    left: 1rem;
    width: 10rem;
    padding: 6px;
  }
  .popup-gif {
    width: 35px;
    height: 35px;
  }
  .popup-text {
    flex-basis: 80%;
    font-size: .7rem;
    line-height: 1rem;
    padding-left: 10px; /* Optional for spacing */
  }
}

:root {
  /* Primary and Secondary Colors */
  --blue-color: #4A90E2;
  --green-color: #4CAF50; 
  --white-color: #ffffff; 
  --black-color: #000000; 

  
  /* Background and Text Colors */
  --background-color: #4A90E2;
  --background-color-white: #ffffff; 
  --background-color-green: #4CAF50; 
  --background-color-black: #000000; 
  --text-color: #212529;      
  
  /* Gradients (Optional) */
  --primary-gradient: linear-gradient(45deg, #007bff, #0056b3); 
  --secondary-gradient: linear-gradient(45deg, #6c757d, #5a6268);

  
  /* font-family. */
  --Raleway-font: 'Raleway', sans-serif;
  --Mulish-font: 'Mulish', sans-serif;
--Quicksand-font: 'Quicksand', sans-serif;

}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/* top-screen-btn */
/* Button Style */
#backToTopBtn {
position: fixed;
bottom: 5px;
right: 20px;
z-index: 1100;
background-color: #000;
color: #fff;
border: none;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
display: none; 
}
#backToTopBtn dotlottie-player{
width: 2rem;
height: 2rem;
}

#backToTopBtn:hover {
background-color: #555;
}
@media screen and (max-width: 576px) {
  #backToTopBtn dotlottie-player{
    width: 1rem;
    height: 1rem;
    }
}
/* top-screen-btn-end */



/* Basic Styles */
body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
/* Top Bar Styling */
/* Full-width background container */
.top-bar-container {
  background-color: #428bca;
  width: 100%;
}

/* Inner top-bar content with max-width */
.top-bar {
  color: white;
  padding: 5px 0; /* Removed left and right padding */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  max-width: 1350px; /* Set the max width */
  margin: 0 auto; /* Center the top bar */
}


.contact-info-nav span {
margin-left: 10px;
}
.contact-info-nav span a{
text-decoration: none;
color: #fff;
}
.contact-info-nav a{
text-decoration: none;
color: #fff;
font-size: 1rem;

}
.job-gurantee-mobi{
  display: none;
}
.job-gurantee-desc{
  border-left: 2px solid #fff;
  padding-left: 5px;
}


@media screen and (max-width: 768px) {
  .contact-info-nav a{
    font-size: .8rem;
    
    }
  .job-gurantee-desc{
    display: none;
    border-left: none;
    padding-left: 0;
  }
  .job-gurantee-mobi{
    display: block;
    font-size: .8rem;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 3px;
  }
  
}


.social-icons a{
text-decoration: none;
color: #fff;
}
.social-icons a i {
margin-right: 20px;
}

.social-icons a i:hover {
color: #ddd;
cursor: pointer;
}
/* Responsive Styles */
@media (max-width: 768px) {

.top-bar .social-icons {
    justify-content: center;
    margin-top: 10px;
}
.top-bar {
  padding: 2px 1%;
  font-size: 10px;
}
.top-bar .contact-info-nav{
display: grid;
}

.social-icons i {
margin-right: 10px;
font-size: 1rem;
}

}


/* Topbar Styles */
.active-nav {
  color: var(--green-color); 
  border-bottom: 2px solid var(--green-color);
  font-weight: bold;
}


/* Second-Level Dropdown */
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  background-color: #ffffff;
  padding: 10px 0px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  /* border-top: 3px solid var(--green-color); */
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
  
}

/* Show Second-Level Dropdown on Hover */
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-sub-menu .menu-item-sub{
  margin-bottom: 1px;
  padding: 10px 10px;
  color: var(--black-color);
  background-color: #eeeeee;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-sub-menu .menu-item-sub a{
  text-decoration: none;
  font-size: 16px;
font-weight: 600;
color: #000000;
transition: all 0.3s ease;
text-transform: capitalize;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-sub-menu .menu-item-sub a:hover {
  color: #4CAF50;
  transition: all 0.3s ease;
}
.menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-sub-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: auto;
}

.menu-item-has-children > .sub-menu > .menu-item-has-children .toggle-submenu i {
  color: var(--blue-color);
  padding-right: .5rem;
  font-weight: bolder;
}






 

.accordion-one {
  width: 200px;
  margin: 20px auto;
  display: none;
  box-shadow: none;
}

/* .accordion-item-one {
  border-bottom: 1px solid #ccc;
  
} */

.accordion-header-one {
  padding: 15px;
  font-weight: 700;
  padding-left: 2.2rem;
  background-color: #00000057;
  color: #fff;
  box-shadow: none;
  border-bottom: 1px solid #333333;

}
.accordion-header-one a{
  color: #ffffff;
  
}
@media (max-width: 768px) {
  .accordion-header-one i{
    float: right;
    padding-right: 10px;
  }
}

.accordion-body-one {
  display: none; /* Initially hidden */
  padding: 5px 4px;
  background-color: #3b3b3b;
  margin-left: 1rem;
  color: #fff;
  height: 100%;
}

.accordion-body-one ul {
  list-style: none;
  padding: 0;
}

.accordion-body-one li {
  margin: 1px 0;
  background-color: #000;
  padding: 10px 0;
}

.accordion-body-one a {
  text-decoration: none;
   padding-left: 10px;
  color: #a1a1a1;
}

.accordion-body-one a:hover {
  text-decoration: underline; /* Underline on hover */
}

@media screen and (max-width: 768px) {
  .accordion-one {
    width: 300px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 5px;
    display: block;
  }
}





.container-header{
  max-width: 1350px; 
  margin: 0 auto;
  padding: 0 5px; 
  box-sizing: border-box; 
}
.header ul{
list-style: none;
margin:0;
padding:0;
}
.header a{
text-decoration: none;
}
/*header*/

/* Default header styling */
.header {
position: absolute;
width: 100%;
left: 0;
z-index: 9999;
transition: all 0.3s ease-in-out;
background-color: #ffffff;

}


.header.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
z-index: 9999;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  width: 100%; /* Ensures full width inside container */
}

.header .logo{
padding: 0 15px;
}

.header .nav-menu{
padding: 0 15px;
}
.header .menu > .menu-item{
display: inline-block;
margin-left: 30px;
position: relative;
}
.header .menu > .menu-item > a{
display: block;
padding: 12px 0;
font-size: 18px;
color: #000000;
text-transform: capitalize;
font-weight: 600;
transition: all 0.3s ease;
font-family: var(--Quicksand-font);
}

.header .menu > .menu-item > a .plus{
display: inline-block;
height: 12px;
width: 12px;
position: relative;
margin-left:5px; 
pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
content:'';
position: absolute;
box-sizing: border-box;
left: 50%;
top:50%;
background-color: #000000;
height: 2px;
width: 100%;
transform: translate(-50%,-50%);
transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
 background-color: var(--background-color-green);
}
.header .menu > .menu-item > a .plus:after{
 transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
color: var(--green-color);
}
.header .menu > .menu-item > .sub-menu{
box-shadow: 0 0 10px rgba(0,0,0,0.2);
width: 220px;
position: absolute;
left:-3rem;
top:100%;
background-color: #ffffff;
padding: 10px 0;
border-top: 3px solid var(--blue-color);
transform: translateY(10px);
transition: all 0.3s ease;
opacity:0;
visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.header .menu > .menu-item-has-children:hover > a .plus:after{
  transform: translate(-50%,-50%) rotate(0deg);		
}
}
.header .menu > .menu-item > .sub-menu > .menu-item{
display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
display: block;
padding: 10px 20px;
font-size: 16px;
font-weight: 600;
color: #000000;
transition: all 0.3s ease;
text-transform: capitalize;
background-color: #eeeeee;
margin-bottom: 1px;
}
.header .open-nav-menu{
height: 34px;
width: 40px;
margin-right: 15px;
display: none;
align-items: center;
justify-content: center;
cursor: pointer;
}
.header .open-nav-menu span{
display: block;
height: 3px;
width: 24px;
background-color: #000000;
  position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
content: '';
position: absolute;
left:0;
width: 100%;
height: 100%;
background-color: #000000;
box-sizing: border-box;
}
.header .open-nav-menu span:before{
top:-7px;
}
.header .open-nav-menu span:after{
top:7px;
}
.header .close-nav-menu{
height: 40px;
width: 40px;
background-color: #ffffff;
margin:0 0 15px 15px;
cursor: pointer;
display: none;
align-items: center;
justify-content: center;
}
.header .close-nav-menu img{
width: 16px;
}
.header .menu-overlay{
position: fixed;
z-index: 999;
background-color: rgba(0,0,0,0.5);
left:0;
top:0;
height: 100%;
width: 100%;
visibility: hidden;
opacity:0;
transition: all 0.3s ease;
}


/* responsive */

@media(max-width: 991px){
.header .menu-overlay.active{
visibility: visible;
opacity: 1;
}

.header .nav-menu.open{
  visibility: visible;
  right: 0px;
}
.header .menu > .menu-item{
  display: block;
  margin:0;
}
.header .menu > .menu-item-has-children > a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu > .menu-item > a{
  color: #ffffff;
  padding: 12px 15px;
  border-bottom: 1px solid #333333;

}
.header .menu > .menu-item:first-child > a{
    border-top: 1px solid #333333;	
}
.header .menu > .menu-item > a .plus:before, 
.header .menu > .menu-item > a .plus:after{
  background-color: #ffffff;
}
.header .menu > .menu-item-has-children.active > a .plus:after{
      transform: translate(-50%,-50%) rotate(0deg);
}
.header .menu > .menu-item > .sub-menu{
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  border:none;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(0px);
  padding: 0px;
  left: auto;
  top:auto;
  max-height: 0;
  overflow: hidden;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
  padding: 12px 35px;
  color: #ffffff;
  border-bottom: 1px solid #333333;
  background-color: #00000057;
}
.header .close-nav-menu,
.header .open-nav-menu{
  display: flex;
}
.header-main{
  padding: 2px 1%;
}
.header .logo a img{
  width: 60px;
}
}


@media screen and (min-width:400px) and (max-width:991px) {
.header .nav-menu{
  position: fixed;
  right: -400px;
  visibility: hidden;
  width: 400px;
  height: 100%;
  top:0;
  overflow-y: auto;
  background-color: #222222;
  z-index: 1000;
  padding: 15px 0;
  transition: all 0.5s ease;
}
}

@media screen and (min-width:200px) and (max-width:400px) {
.header .nav-menu{
  position: fixed;
  right: -300px;
  visibility: hidden;
  width: 300px;
  height: 100%;
  top:0;
  overflow-y: auto;
  background-color: #222222;
  z-index: 1000;
  padding: 15px 0;
  transition: all 0.5s ease;
}
}


/* hero-section */
/* Carousel section */


 

.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('https://www.careerera.com/images/car_new.jpg') no-repeat center center/cover;
  height: 85vh;
  position: relative;
}

.slider-container {
  position: relative;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  top: 15%;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.slide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  align-items: center;
}

.slide.active {
  opacity: 1;
  position: relative;
  
}

.left-content {
  flex: 1;
  color: #333;
  
}

.left-content h1 {
  font-size: 3rem;
  color: var(--black-color);
  font-family: var(--Raleway-font);
  font-weight: 700;  
}
.left-content h1 .span-first{
  font-size: 3rem;
  color: var(--blue-color);
  font-family: var(--Raleway-font);
  font-weight: 700;  
}
.left-content h1 .span-second{
  font-size: 3rem;
  color: var(--green-color);
  font-family: var(--Raleway-font);
  font-weight: 700;  
}

.left-content p {
  font-size: 1.5rem;
  margin: 10px 0;
  font-family: var(--Quicksand-font);
  font-weight: 700;
  color: #444444;
}
.left-content h2 {
  font-size: 1.4rem;
  margin: 20px 0;
  color: #383838;
  font-weight: 700;
  text-transform: capitalize;
   width: 35rem;
   font-family: var(--Mulish-font);
}

.right-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-content img {
  max-width: 100%;
  height: auto;
}

.icon-boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  z-index: 2;
  max-width: 1350px;
  width: 100%;
}

.icon-box-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Center content vertically */
  text-align: center;
  background-color: var(--background-color-green);
  width: 35%;
  height: 7rem;
  border-radius: 1rem;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--Quicksand-font);
  line-height: 3rem;
  padding-top: 1rem;
  box-shadow: 5px 5px 15px #0000003d;
  transition: transform 0.5s ease;
  border: 2px solid #fff;
}
.icon-box-first p{
  color: #ffffff;
}
.icon-box-first:hover{
  transform: translateY(-10px);

  cursor: help;
}



.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Center content vertically */
  text-align: center;
  width: 10%;
  height: 7rem;
  color: #ffffff;
  border-radius: 1rem;
  font-size: 1rem;
  font-family: var(--Raleway-font);
  font-weight: 700;
  box-shadow: 5px 5px 15px #0000003d;
  transition: transform 0.5s ease;
}
.icon-box i{
  font-size: 3rem;
  color: #fff;
}
.icon-box:hover{
  transform: translateY(-10px);
  border: 2px solid #fff;
  cursor: help;
}
.box-one{
  background-color: var(--background-color);
}
.box-two{
 background-color: #5b9ce6;
}
.box-three{
 background-color: #6ea8eb;
}
.box-four{
 background-color: #80b3ee;
}
.box-five{
 background-color: #8cbaee;
}
.box-six{
 background-color: #9bc2ee;
}



.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}


/* Media Queries for responsiveness */


@media (max-width: 576px) {
  .icon-boxes {
    margin-top: 30%;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .icon-box-first {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    line-height: 1rem;
    padding-top: 1rem;
  }
  
.icon-box {
  width: 32%;
  height: 4rem;
  font-size: .8rem;
  margin-top: 10px;
  padding-top: .8rem;
}
.icon-box i{
  font-size: 1rem;
}

.left-content h1 {
  font-size: .9rem;
  padding-bottom: 0;
}
.left-content h1 .span-first{
  font-size: .9rem;
}
.left-content h1 .span-second{
  font-size: .9rem;
}

.left-content{
  padding-left: 10px;
}
.left-content p {
  font-size: .8rem;
}
.left-content .Awards {
  font-size: .6rem;
}
.left-content h2 {
  font-size: .8rem;
   width: auto;
   margin: 0 0;
}
.right-content img {
  max-width: 40%;
  height: auto;
}
.hero-section {
  background: url('https://www.careerera.com/images/car_new.jpg') no-repeat center center/cover;
  height: 85vh;
  position: relative;
}
.slider-container {
  top: 15%;
}
}

#registration {
  /* position: fixed; */
  bottom: 0;
  left: 0;
  width: 100%;
}

form {
  width: 100%;
}
#registration{
  background-color: var(--background-color);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#registration .registration-input input{
  border-radius: 1rem;
}
#registration .registration-input select{
  border-radius: 1rem;
}
#registration .registration-input button{
  border-bottom-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
#registration .btn-submit{
  background-color: var(--background-color-green);
  border: none;
  padding: 5px 0;
  color: var(--white-color);
  font-weight: 600;
  font-size: 1.2rem;
}
#registration .btn-submit:hover{
    background-color: var(--black-color);
    transition: all 0.3s ease;
}
#registration h5{
    color: var(--white-color);
    padding-bottom: .6rem;
}

/* hero-section-end */


/* why-choose-us-section */

#why-choose-us .custom-card {
  background-color: var(--background-color); 
  color: white;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  border-radius: 5px;
  /* border: none;  */
  
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}


#why-choose-us .custom-card:hover {
  transform: translateY(-15px); 
  background-color: black; 
  color: white;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

#why-choose-us .custom-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

#why-choose-us .custom-card:hover img {
  filter: brightness(0) invert(1); 
}

#why-choose-us .custom-card .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#why-choose-us .custom-card .card-text {
  font-size: 14px;
}

#why-choose-us .custom-card-content {
  padding: 30px 20px;  
}

.icon {
  margin-bottom: 10px;
}
#why-choose-us .col-md-3{
  margin: 0;
  padding: 0;
}
#why-choose-us .row{
 background-color: var(--background-color);
 border-radius: 5px;
}
/* why-choose-us-section-end */


/* top-cources */
.section-heading {
  font-size: 35px; 
  text-align: center;
  position: relative;
  margin-bottom: 30px; 
  font-family: var(--Quicksand-font);
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

/* Centered border styling */
.section-heading::after {
  content: '';
  display: block;
  width: 160px; 
  height: 3px; 
  background-color: #4CAF50; 
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Carousel Container */
.carousel-container {
position: relative;
width: 100%;   
max-width: 1400px;  
margin: 0 auto;
padding: 0 40px;
}


@media screen and (max-width: 576px) {
  .carousel-container {
      padding: 0 20px;
  }
  .section-heading {
      font-size: 25px; 
  }
}


.owl-carousel .item {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1rem .5rem;
}
.owl-carousel .item .top-info h3{
    height: 2rem;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
.owl-carousel .item-two {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1rem .5rem;
  background-color: #4caf4f13;
  height: 25rem;
}

.owl-carousel .item img {
  width: 150px;
  height: 180px;
  margin-bottom: 10px;
  object-fit: fill;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.owl-carousel .item-two img {
  width: 150px;
  height: 180px;
  margin-bottom: 10px;
  object-fit: cover;
  border-radius: 1rem;
}

/* Style the Previous and Next buttons */
.prev-btn, .next-btn {
  background-color: #4CAF50;
  color: white;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.top-info{
  padding: 10px;
}
.top-info .top-info-btn-one{
  background-color: var(--background-color-green);
  border: none;
  border-radius: 1.5rem;
  padding: 5px 20px;
  font-size: 1.2rem;
  color: var(--white-color);
  text-decoration: none;
}
.top-info .top-info-btn-one:hover{
  background-color: var(--background-color-black);
  transition: all 0.3s ease;
}
.top-info-two{
  padding: 10px;
}
.top-info-two .top-info-con{
  height: 8rem;
}
.top-info-two .top-info-con p{
  color: var(--blue-color);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.top-info-two .top-info-con .top-info-heading{
  height: 3rem;
}
.top-info-two .top-info-two-btn .top-info-btn{
  background-color: var(--background-color);
  border: none;
  border-radius: 1.5rem;
  padding: 5px 20px;
  font-size: 1.2rem;
  color: var(--white-color);
  text-decoration: none;
}
.top-info-two .top-info-two-btn .top-info-btn:hover{
  background-color: var(--background-color-black);
  transition: all 0.3s ease;
}
/* Position of the Previous button */
.prev-btn {
  left: 10px;
}

/* Position of the Next button */
.next-btn {
  right: 10px;
}

/* Hover effect for the buttons */
.prev-btn:hover, .next-btn:hover {
  background-color: #45a049;
}

/* swiper-top-card-end */
/* top-cources-end */

/* popup-upcoming-section */
/* Overlay background for the popup */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Popup content box */
.popup-content-call {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 700px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.popup-content-call .form-con-call{



  display: flex;
}

/* Close button */
.close-call-back-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Heading style */
.popup-content-call h3 {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: normal;
}

/* Image styling */
.popup-image {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

/* Form input fields */
.form-control {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Submit button */
.submit-btn {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  background-color: var(--background-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: var(--background-color-green);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .popup-content-call {
      width: 90%;
      max-width: 400px;
      padding: 15px;
      margin: 0 1rem;
  }

  .popup-content-call .form-con-call {
      flex-direction: column; /* Stack form and image vertically */
      align-items: center;
  }

  .popup-image {
      width: 200px;
      height: 200px;
      margin-bottom: 15px;
  }

  .popup-content-call h3 {
      font-size: 16px;
      margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .popup-content-call {
      width: 100%;
      padding: 10px;
  }

  .popup-image {
      width: 150px;
      height: 150px;
  }

  .popup-content-call h3 {
      font-size: 14px;
      margin-bottom: 15px;
  }

  .form-control {
      padding: 8px;
  }

  .submit-btn {
      padding: 8px;
  }
}
/* popup-upcoming-section-end */

/* counting-section */
.counting-section {
background-color: #4a91e22c;
padding: 10px 0;
}

.counting-container {
display: flex;
justify-content: space-around;
align-items: center;
margin: 0 auto;
padding: 20px 0;
width: 100%; 
max-width: 1300px; 
flex-wrap: wrap; 
}

.counting-container .counter-item {
text-align: center;
margin: 15px;
flex: 1 1 22%; 
}

#counting-section .counting-container .counter-item .counting-count {
display: flex;
align-items: center;
justify-content: center;
font-family: var(--Mulish-font);
}

#counting-section .counting-container .counter-item .counting-count p {
font-size: 3rem;
font-weight: bold;
}

.counting-container .counter-item h3 {
font-size: 4rem;
font-weight: bold;
margin: 0;
}

.counting-container .counter-item p {
font-size: 20px;
color: #000000;
font-weight: 900;
font-family: var(--Mulish-font);
}

.counting-container .counter-icon {
width: 50px;
height: 50px;
margin-bottom: 10px;
}

/* Responsive design */
@media (max-width: 1200px) {
.counting-container {
    max-width: 1000px; 
}
.counting-container .counter-item h3 {
    font-size: 3rem;
}
#counting-section .counting-container .counter-item .counting-count p {
    font-size: 2.5rem;
}
}

@media (max-width: 768px) {
.counting-container {
    flex-wrap: wrap; 
}
.counting-container .counter-item {
    flex: 1 1 45%; 
    max-width: 45%; 
    margin: 20px auto;
}
.counting-container .counter-item h3 {
    font-size: 2.5rem;
}
#counting-section .counting-container .counter-item .counting-count p {
    font-size: 2rem;
}
.counting-section {
  background-color: #4a91e22c;
  padding: 2px 0;
}

}

@media (max-width: 576px) {
.counting-container {
    padding: 10px; 
}
.counting-container .counter-item {
    flex: 1 1 45%; 
    max-width: 45%; 
}
.counting-container .counter-item h3 {
    font-size: 2rem;
}
#counting-section .counting-container .counter-item .counting-count p {
    font-size: 1.8rem;
}
}

/* counting-section-end */
/* why */
#Expert-Led{
  padding: 3rem 0;
}
.container-Expert {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
}

/* Two-column section styling */
.two-column-section {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Image column styling */
.image-column-Expert {
  flex: 1;
}

.responsive-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Content column styling */
.content-column-Expert {
  flex: 1;
}

.content-column-Expert ul {
  list-style-type: none;
  padding: 0;
}

.content-column-Expert li {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  font-family: var(--Quicksand-font);
  font-weight: 600;
  color: #7e7e7e;
  padding-left: 30px; /* Space for the icon */
position: relative;
}
.content-column-Expert li::before {
  content: "✔"; /* You can replace this with any icon or Unicode character */
  font-size: 20px; /* Adjust icon size */
  color: #4CAF50; /* Icon color */
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(15%); /* Center the icon vertically if needed */
}

.content-column-Expert li strong {
  font-weight: 700;
  color: #000;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .two-column-section {
      flex-direction: column;
      text-align: left;
  }

  .content-column-Expert li {
      font-size: 16px;
  }
  #Expert-Led{
    padding: .5rem 0;
  }
}

/* why-end */


/* tabs-section */


/* Tabs Section */
#tabs-container-fluid {
margin: 1rem 0;
 
}
@media screen and (max-width:576px) {
#tabs-container-fluid {
  margin: 1rem 0;
  margin-top: 4rem;
}
#tabs-container-fluid .course-tab-btn {
  margin-right: 1px;
}
}
.tabs-container {
display: flex;
justify-content: space-between;
margin: 20px auto;
width: 1200px;
margin-bottom: 3.5rem;
}

.course-tab-btn {
padding: 10px 1.2rem;
margin-right: 10px;
border: 1px solid #ddd;
border-radius: 25px;
cursor: pointer;
background-color: #f5f5f5;
transition: background-color 0.3s ease;
font-family: var(--Raleway-font);
font-weight: 700;
font-size: 1rem;
}

.course-tab-btn.active {
background-color: #4caf50;
color: white;
}

.course-tab-btn:hover {
background-color: #4caf50;
color: white;
}

/* Cards Section */
.course-cards-container {
display: grid;
grid-template-columns: repeat(4, 1fr); 
gap: 20px;
margin: 20px auto;
max-width: 1200px;
}

.course-card {
background-color: #fff;
padding: 20px;
border: 1px solid #ddd;
border-radius: 10px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
text-decoration: none;
color: #000;

}

.course-card img {
width: 100%;
border-radius: 10px;
margin-bottom: 10px;
}

.course-card h4 {
font-size: 20px;
margin-top: 10px;
font-family: var(--Mulish-font);
font-weight: 700;
}

.course-card:hover {
transform: translateY(-5px); 
}

/* Responsive Design */

/* Only for mobile screens (480px and below) */
/* For devices with a maximum width of 576px (Mobile) */
@media (min-width: 200px) and (max-width: 576px) {

.tabs-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.tabs-container .course-tab-btn {
  padding: 8px 1.5rem; 
  font-size: 0.65rem;
  text-align: center;
}

.tabs-container .course-tab-btn:last-child {
  grid-column: span 2; 
}

/* Cards: 2 per row in mobile view */
.course-cards-container {
  grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
}

.course-card h4 {
  font-size: 14px;
}
}


/* For devices with a maximum width of 768px (Tablet) */
@media (min-width: 576px) and (max-width: 900px) {
/* Tabs: 3 in the first row and 2 in the second row */
.tabs-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 15px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.tabs-container .course-tab-btn {
  padding: 10px 2rem;
  font-size: 0.95rem;
}

/* First three tabs in the first row */
.tabs-container .course-tab-btn:nth-child(1),
.tabs-container .course-tab-btn:nth-child(2),
.tabs-container .course-tab-btn:nth-child(3) {
  grid-column: span 1;
}

/* Last two tabs in the second row with 50% each */
.tabs-container .course-tab-btn:nth-child(4),
.tabs-container .course-tab-btn:nth-child(5) {
  grid-column: span 1; 
  grid-template-columns: repeat(2, 1fr); 
}

/* Cards: 2 per row on tablet */
.course-cards-container {
  grid-template-columns: repeat(2, 1fr);
}

.course-card h4 {
  font-size: 22px;
}
}


.welcome-container{
   max-width: 1320px;
   width: 100%;
   margin: 0 auto;

}
.world-bg-image .welcome-container .welcome-con{
   font-size: 1.6rem;
   font-family: var(--Raleway-font);
   color: #000;
   text-align: justify;
   font-weight: 600;
   padding: 2rem 1rem;
   background-color: #428bca2a;
   border-radius: 1rem;
   
}
.world-bg-image .welcome-container .welcome-con span{
   font-size: 1.8rem;
   font-family: var(--Raleway-font);
   color: var(--green-color);
   font-weight: 700;
   
}
@media (max-width: 576px) {
  .world-bg-image .welcome-container .welcome-con{
    font-size: 1rem;
    
 }
 .world-bg-image .welcome-container .welcome-con span{
    font-size: 1.1rem;
 }
}
.world-bg-image {
position: relative;
padding-bottom: 3rem;
padding-top: 2rem;
}

.world-bg-image::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.6; 
z-index: -1;
pointer-events: none;
}
.world-bg-image-two {
position: relative;
padding-bottom: 3rem;
}

.world-bg-image-two::before {
content: "";
position: absolute;


background-repeat: no-repeat;
background-size: cover;
opacity: 0.6; 
z-index: -1;
pointer-events: none;
}



/* call-to-action */
#call-to-action{
  background-color: #4a91e218;
  padding-top: 2rem;
}
#call-to-action .call-social{
  display: flex;
  gap: 20px;
}
#call-to-action .call-social .call-social-par a{
  display: flex;
  background-color: #00000017;
  border-radius: 2.3rem;
  padding: 1px .3rem;
  text-decoration: none;
  color: var(--black-color);
}
/* From Uiverse.io by JaydipPrajapati1910 */ 
#call-to-action .call-social .call-social-par a button {
background: transparent;
position: relative;
padding: 5px 15px;
display: flex;
align-items: center;
font-size: 17px;
font-weight: 600;
text-decoration: none;
cursor: pointer;
/* border: 1px solid var(--green-color); */
border-radius: 28px;
border: none;
outline: none;
overflow: hidden;
color: var(--green-color);
transition: color 0.3s 0.1s ease-out;
text-align: center;
}

#call-to-action .call-social .call-social-par a button span {
margin: 10px;
}
#call-to-action .call-social .call-social-par a button i {
background-color: var(--background-color-green);
padding: 7px 13px;
border-radius: 3rem;
color: #fff;
font-size: 1.2rem;
}

#call-to-action .call-social .call-social-par a button::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
content: '';
border-radius: 50%;
display: block;
width: 20em;
height: 20em;
left: -5em;
text-align: center;
transition: box-shadow 0.5s ease-out;
z-index: -1;
}

#call-to-action .call-social .call-social-par a button:hover {
color: #fff;

}

#call-to-action .call-social .call-social-par a button:hover::before {
box-shadow: inset 0 0 0 10em var(--blue-color);
}












.bg-green .call-social-par-green a{
  display: flex;
  background-color: #fff;
  border-radius: 2.3rem;
  padding: 1px .3rem;
  text-decoration: none;
  color: var(--black-color);
  box-shadow: 5px 5px 15px #00000042;
}
.bg-green .col{
  display: flex;
  justify-content: space-between;
}

.bg-green .call-social-par-green a button {
background: transparent;
position: relative;
padding: 5px 15px;
display: flex;
align-items: center;
font-size: 17px;
font-weight: 600;
text-decoration: none;
cursor: pointer;
/* border: 1px solid var(--green-color); */
border-radius: 28px;
border: none;
outline: none;
overflow: hidden;
color: var(--green-color);
transition: color 0.3s 0.1s ease-out;
text-align: center;
}

.bg-green .call-social-par-green a button span {
margin: 10px;
}
.bg-green .call-social-par-green a button i {
background-color: var(--background-color-green);
padding: 7px 13px;
border-radius: 3rem;
color: #fff;
font-size: 1.2rem;
}

.bg-green .call-social-par-green a button::before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
content: '';
border-radius: 50%;
display: block;
width: 20em;
height: 20em;
left: -5em;
text-align: center;
transition: box-shadow 0.5s ease-out;
z-index: -1;
}

.bg-green .call-social-par-green a button:hover {
color: #000000;

}

.bg-green .call-social-par-green a button:hover::before {
box-shadow: inset 0 0 0 10em var(--blue-color);
}
#call-to-action h1{
  font-family: var(--Raleway-font);
  font-weight: 700;
}
#call-to-action .call-para{
  font-family: var(--Mulish-font);
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 200px) and (max-width: 576px) {
#call-to-action .call-social{
  display: block;
  gap: 0;
}
#call-to-action .call-social .call-social-par a{
width: 100%;
margin-bottom: .4rem;
}
}
@media screen and (min-width: 576px) and (max-width: 900px) {
#call-to-action .call-social{
  display: block;
  gap: 0;
}
#call-to-action .call-social .call-social-par a{
width: 100%;
margin-bottom: .4rem;
}
#call-to-action h1{
font-size: 1.6rem;
}
#call-to-action .call-para{
font-size: 1rem;
}
#call-to-action .call-social .call-social-par a span{
width: 2rem;
height: 2rem;
}
#call-to-action .call-social .call-social-par a span i{
font-size: 1rem;
}
}
/* call-to-action-end */




.container-place {
width: 100%; 
padding: 4rem 0;
margin: auto; 
overflow: hidden;
}

.slider {
background: transparent;
height: 150px;
margin: 20px auto;
overflow: hidden;
position: relative;
width: 100%; 
}

.slider::before,
.slider::after {
content: "";
height: 160px;
position: absolute;
width: 300px;
z-index: 899;
background: linear-gradient(to right, rgb(247, 253, 248) 40%, rgba(144, 255, 144, 0) 100%);
}

.slider::after {
right: 0;
top: 0;
bottom: 0;
transform: rotateZ(180deg);
}

.slider::before {
left: 0;
top: 0;
bottom: 0;
}
/* placemnet-slider */
.slider-place {
background: transparent;
height: 150px;
margin: 20px auto;
overflow: hidden;
position: relative;
width: 100%; 
}

.slider-place::before,
.slider-place::after {
content: "";
height: 160px;
position: absolute;
width: 300px;
z-index: 899;
background: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}

.slider-place::after {
right: 0;
top: 0;
bottom: 0;
transform: rotateZ(180deg);
}

.slider-place::before {
left: 0;
top: 0;
bottom: 0;
}
@media screen and (max-width: 768px) {
  .slider-place::before,
.slider-place::after {
  content: "";
  height: 160px;
  position: absolute;
  width: 50px;
  z-index: 999;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.slider-place {
  background: white;
  height: 100px;
  margin: 2px auto;
}


.container-place {
  width: 100%; 
  padding: 2rem 0;
  margin: auto; 
  overflow: hidden;
  }
}
/* placement-slider-end */
.right-slider {
direction: rtl;
}

.right-slider .slide-track {
animation: scroll-right 40s linear infinite; 
display: flex;
width: calc(250px * 14); 
}

@keyframes scroll-right {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(250px * 7));
}
}

.slide-track {
animation: scroll 40s linear infinite; 
display: flex;
width: calc(250px * 14); 
}

.slide-place {
height: 100px;
width: 250px;
}


@keyframes scroll {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-250px * 7)); 
}
}

/* Responsive Design */

/* For tablets and smaller screens */
@media (max-width: 768px) {
.slide-place img{
    width: 150px;
    height: 80px; 
}
.slider::before,
.slider::after {
  content: "";
  height: 160px;
  position: absolute;
  width: 50px;
  z-index: 999;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.slider {
  background: transparent;
  height: 100px;
  margin: 2px auto;
}
.right-slider .slide-track,
.slide-track {
    width: calc(200px * 14);
}

@keyframes scroll-right {
    100% {
        transform: translateX(calc(200px * 7)); 
    }
}

@keyframes scroll {
    100% {
        transform: translateX(calc(-200px * 7)); 
    }
}
}

/* For mobile screens (480px and below) */
@media (max-width: 480px) {
.slide-place {
    width: 150px; 
    height: 60px; 
}

.right-slider .slide-track,
.slide-track {
    width: calc(150px * 14);
}

@keyframes scroll-right {
    100% {
        transform: translateX(calc(150px * 7)); 
    }
}

@keyframes scroll {
    100% {
        transform: translateX(calc(-150px * 7)); 
    }
}
}



/* palacement-section-end */



/* testimonals-section */
#owl-carousel-three {
   margin-bottom: 2rem;
}

#testimonials .itme-three {
text-align: center;
padding-top: 70px; 
background-color: transparent;


}
#testimonials .item-three-child{
/* box-shadow: 5px 5px 15px #0000002a; */
border-radius: 1rem;
border: 2px solid #808080;
padding: .5rem 1rem;
margin-bottom: 2rem;
background-color: #ffffff;
}
#testimonials .item-three-child .top-info-con-three h3{
 color: var(--blue-color);
 font-family: var(--Quicksand-font);
 font-weight: 800;
}
#testimonials .item-three-child .top-info-con-three p{
 font-family: var(--Quicksand-font);
 font-weight: 700;
}
#testimonials .item-three-child .top-info-con-three .top-info-para{
 height: 6rem;
}

#testimonials .itme-three div {
position: relative;
}

#testimonials .itme-three div img {
width: 120px;
height: 120px;
border-radius: 50%;
position: absolute; 
top: -60px; 
left: 50%; 
transform: translateX(-50%); 
border: 5px solid var(--background-color); 
background-color: #000000;
z-index: 999;
}

#testimonials .top-info-three {
padding-top: 80px;
}


/* testimonals-section-end */






/* blog-section */
#blog-container {
margin-top: 50px;
}


.blog-card {
display: block;
text-decoration: none;
color: inherit;
border: 1px solid #eee;
border-radius: 10px;
overflow: hidden;
transition: box-shadow 0.3s ease, transform 0.3s ease;
margin-bottom: 2rem;
}

.blog-card:hover {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
transform: translateY(-10px); 
}

.blog-image img {
width: 100%;
height: auto;
border-bottom: 1px solid #eee;
}

.blog-content {
padding: 20px;
}

#blog-container .row .col-md-4 .blog-card .blog-content h5 {
font-size: 22px;
font-family: var(--Quicksand-font);
font-weight: bold;
margin-bottom: 10px;
height: 3rem;
}

.blog-content p {
font-size: 14px;
color: #555;
margin-bottom: 20px;
}

.author-info {
display: flex;
align-items: center;
}

.author-img {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 10px;
}

.author-name {
font-size: 14px;
font-weight: bold;
}

.date {
font-size: 12px;
color: #999;
margin-left: 10px;
}


/* blog-section-end */




/* footer-section */
.bg-green {
background-color: #4CAF50;
padding: 25px 0;
}

/* Content text styling */
.text-content p {
font-size: 24px;
color: #fff;
margin: 0;
font-weight: bold;
}


/* Button styling inside the <a> tag */
.btn-purchase {
background-color: #fff;
color: #4CAF50;
padding: 10px 25px;
border-radius: 30px; 
font-weight: bold;
align-items: center;
align-content: center;
font-size: 16px;
text-transform: capitalize;
border: none;
text-decoration: none;
 
transition: background-color 0.3s ease, box-shadow 0.3s ease;
box-shadow: 5px 5px 15px #00000042;
}

/* Hover effect */
.btn-purchase:hover {
background-color: #f0f0f0; 
box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15); 
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .bg-green .col{
   display: block;
   justify-content: center;
   text-align: center;
    }
  .bg-green .col div{
   margin-bottom: 10px;
    }
.text-content p {
  font-size: 18px;
}

.btn-purchase {
  padding: 6px 16px;
  font-size: 14px;
}


.text-content, .text-center {
  text-align: center; 
}

/* .col-md-8, .col-md-4 {
  width: 100%;
} */
}

/* sub-footer */
footer {
background-color: #428bca2d;
padding: 40px 0;
font-family: 'Poppins', sans-serif;
font-family: var(--Quicksand-font);
font-weight: 600;
}

.footer-container {
max-width: 1350px;
margin: 0 auto;
padding: 0 20px;
}

.footer-content {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}

.footer-section {
flex: 1;
margin-right: 20px;
}
.footer-container .footer-two-col{
     display: flex;
     gap: 5rem;
     margin-right: 5rem;
}

@media screen and (max-width: 576px) {
  .footer-container .footer-two-col{
    display: flex;
    gap: 0rem;
    margin-right: 0;
}
.footer-two-col .footer-section ul li a {
  color: var(--black-color);
  text-decoration: none;
  font-size: .9rem;
  }
.footer-two-col .footer-section ul {
 line-height: 1rem;
  }
}

/* other-dropdoan */
.links-section ul {
  list-style: none;
  padding: 0;
}

.links-section ul li {
  position: relative;
  margin: 5px 0;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%; /* Open to the right */
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 4px;
  z-index: 10;
}

.dropdown{
  width: 5rem;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  margin: 5px 0;
  padding: 0 1rem;
}

.dropdown-menu a {
  text-decoration: none;
  color: #333;
  display: block;
}

.dropdown-menu a:hover {
  color: #007bff;
}

/* other-dropdoan-end */



.footer-section h3 {
font-size: 24px;
color: var(--green-color);
margin-bottom: 15px;
font-weight: 700;
}

.footer-section ul {
list-style: none;
padding: 0;
}

.footer-section ul li {
margin-bottom: 10px;
}

.footer-section ul li a {
color: var(--black-color);
text-decoration: none;
font-size: 1.2rem;
}

.footer-section ul li a:hover {
color: var(--blue-color);
text-decoration: underline;
}

.footer-section p {
color: var(--black-color);
margin: 0 0 10px;
font-size: 1rem;
}


.footer-section i {
margin-right: 10px;
color: #0d816c;
}

.footer-logo {
max-width: 150px;
margin-bottom: 10px;
}

.hours-table {
display: flex;
}

.day-column {
width: 40%;
}

.time-column {
width: 60%;
}

.footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid #ccc;
padding-top: 20px;
}

.footer-social a {
margin-right: 15px;
color: #000;
font-size: 18px;
}

.footer-social a:hover {
color: #0d816c;
}
.footer-social {
margin-top: 20px;
}

.footer-social h4 {
margin-bottom: 15px;
font-size: 18px;
font-weight: bold;
}

.footer-social a {
display: inline-block;
width: 40px; 
height: 40px; 
border-radius: 50%;  
background-color: #ffffff; 
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px; 
transition: background-color 0.3s ease, transform 0.3s ease;  
text-decoration: none;
border: 1px solid #c4c4c4;
}

.footer-social a i {
color: #000000;  
font-size: 18px;  
}
.footer-social a i:hover {
color: #ffffff;
font-size: 18px;  
}
.footer-social span{
display: flex;
}

.footer-social a:hover {
background-color: #1c8836;  
transform: scale(1.1);  
}

.footer-subscribe {
display: flex;
flex-direction: column;
}

.subscribe-form {
display: flex;
align-items: center;
}

.footer-subscribe input {
padding: 10px 20px;
border: 1px solid #ccc;
border-radius: 20px 0 0 20px;
margin-right: 0;
flex-grow: 1;
width: 300px;

}

.footer-subscribe button {
padding: 10px 20px;
background-color: var(--background-color-green);
color: var(--white-color);
border: none;
border-radius: 0 20px 20px 0;
cursor: pointer;
}

.footer-subscribe button:hover {
background-color: #063b32;
}

/* COPYRIGHT SECTION */
.footer-copyright {
background-color: var(--background-color);
color: var(--white-color);
text-align: center;
padding: 10px 0;
margin: 0 0;
font-size: 14px;
}

.footer-copyright p {
margin: 0;
}

.footer-copyright ul {
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
}

.footer-copyright ul li {
display: inline;
margin-left: 15px;
}

.footer-copyright ul li a {
color: white;
text-decoration: none;
}

.footer-copyright ul li a:hover {
text-decoration: underline;
}

@media (max-width: 768px) {
.footer-content {
  flex-direction: column;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-bottom {
  flex-direction: column;
  text-align: center;
}

.footer-bottom ul {
  justify-content: center;
  margin-top: 15px;
}
.footer-subscribe input {
  width: 200px;
  
}
.footer-copyright {
  padding: 5px 0;
}

}
.contact-item {
display: flex;
align-items: center;
margin-bottom: 20px;  
}

.contact-item i {
font-size: 20px;  
color: #24aa45;  
background-color: white;  
border-radius: 50%; 
padding: 10px;  
margin-right: 15px;  
border: 2px solid #24aa45;  
width: 40px; 
height: 40px;  
display: flex;
align-items: center;
justify-content: center; 
}

.contact-info {
display: flex;
flex-direction: column;  
line-height: .8rem;
}

.contact-info a {
color: #000; 
text-decoration: none;
font-size: 18px;  

}

.contact-info a:hover {
text-decoration: underline;
color: #0d816c;  
}

/* footer-section-end */




/* All-cources-page------------------------------------------------------------------------------------ */
/* Background gradient for full-width section */
#header-section-fluid{
  position: relative;
  background: linear-gradient(to right, #428bca, #0a66b6);
  overflow: hidden;
  padding: 1rem 0;
}


.header-section-it {
  color: white;
  display: flex;
  max-width: 1320px;
  padding-top: 6rem;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  
  height: auto;
  z-index: 1; /* Ensures content is above circles */
}

/* Circle styles for background animation */
.header-section-it .circle {
  position: absolute;
  border-radius: 50%;
  z-index: 0; /* Lower z-index to place behind content */
  animation: float 20s infinite ease-in-out alternate;
    opacity: 0.15;
}
.content-it, .other-link {
  position: relative;
  z-index: 2; /* Ensures these are above circles */
}

/* Creating individual circles with varying properties */
.header-section-it .circle:nth-child(1) {
  width: 80px;
  height: 80px;
  background-color: rgb(255, 255, 255);
  top: 10%;
  left: 5%;
  animation-duration: 18s;
}

.header-section-it .circle:nth-child(2) {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.904);
  top: 50%;
  left: 30%;
  animation-duration: 22s;
}

.header-section-it .circle:nth-child(3) {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.877);
  top: 70%;
  left: 70%;
  animation-duration: 25s;
}

.header-section-it .circle:nth-child(4) {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.829);
  top: 30%;
  left: 80%;
  animation-duration: 30s;
}

/* Animation for moving circles across the background */
@keyframes float {
  0% {
      transform: translate(0, 0);
  }
  25% {
      transform: translate(30px, -30px);
  }
  50% {
      transform: translate(-30px, 50px);
  }
  75% {
      transform: translate(50px, 30px);
  }
  100% {
      transform: translate(-50px, -50px);
  }
}



.content-it {
  width: 55%;
}

.content-it h1 {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: var(--Raleway-font);
}

.features-it {
  display: flex;
  gap: 2rem;
}
.other-link {
  width: 42%;
  text-align: left;
  align-self: self-start;
}
.other-link .other-link-ul{
  display: flex;
  gap: 1rem;
}
.other-link h2{
  font-size: 2rem;
  font-family: var(--Raleway-font);
  font-weight: 600;
  color: var(--background-color-white);
}
.other-link ul{
  margin: 0 0;
  padding: 0 0;
  width: 100%;
}
.other-link ul li{
  list-style: none;
  background-color: #fff;
  padding: .2rem .5rem;
  border-radius: .5rem;
  margin-bottom: 10px;
  box-shadow: 5px 5px 15px #00000041;
  z-index: 9999;
  transition: background-color 0.3s ease;
  align-items: center;
  align-content: center;
}

.other-link ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000000;
  font-family: var(--Quicksand-font);
  font-size: .8rem;
  font-weight: 700;
}
.other-link ul li a i {
  font-size: 1.2rem;
  color: #000;
  margin-left: auto;
}
.other-link ul li:hover {
  background-color: var(--background-color-green); 
  cursor: pointer;
}
.other-link ul li:hover a{
  color: #ffffff; /* Black text on hover */
}

.features-it ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.features-it li {
  margin-bottom: 10px;
}

.buttons-it {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.buttons-it button {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-size: 1em;
  cursor: pointer;
  color: rgb(0, 0, 0);
  font-weight: 600;
  box-shadow: 5px 5px 15px #00000027;
}

.buttons-it button:nth-child(1) {
  background-color: #ffffff;
}

.buttons-it button:nth-child(2) {
  background-color: #ffffff;
}

.buttons-it button:nth-child(3) {
  background-color: #28a745;
  color: #fff;
}

nav.breadcrumb {
  margin-bottom: 20px;
  font-size: 0.9em;
}

.breadcrumb {
  padding: 8px 16px;
  background: transparent;
  display: inline-flex;
  list-style: none;
}

.breadcrumb-item a {
  color: #ffffff !important; 
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item.active {
  color: #c9c9c9 !important; 
  font-weight: 500;
}

.breadcrumb-item.active::before {
  content: ""; 
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #e6e6e6 !important; 
  padding: 0 8px;
}


.bg-section-registration{
  margin-top: 80px;
   background: linear-gradient(to right, #428bca, #0a66b6);
}
.bg-section-registration .cource-container{
   padding: 2rem 0;
   max-width: 1320px;
   width: 100%;
   margin: 0 auto;
}
.bg-section-registration .cource-container .placment-para{
   color: var(--white-color);
   font-family: var(--Raleway-font);
   font-weight: 700;
}
.bg-section-registration .cource-container p{
   color: var(--white-color);
   font-family: var(--Quicksand-font);
}
.bg-section-registration .cource-container h4{
   color: #d1d1d1;
   font-family: var(--Quicksand-font);
   font-weight: 600;
}

@media screen and (max-width: 576px) {
  .bg-section-registration{
    margin-top: 60px;
  }
  .bg-section-registration .cource-container{
    padding: 1rem 0;
 }
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .features-it {
    gap: 40px;
  }
  .content-it h1 {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .header-section-it {
    padding: 0px 10px;
    height: auto;
    padding-top: 5rem;
  }

  .features-it {
    flex-direction: column;
    gap: 20px;
  }

  .content-it h1 {
    font-size: 1.5em;
  }

  .buttons-it {
    flex-direction: column;
    gap: 10px;
  }

  .buttons-it button {
    padding: 8px 15px;
    font-size: 0.9em;
  }
  .content-it {
    padding-top: 14%;
  }
  .features-it li {
    font-size: .8rem;
  }
  
.header-section-it {
   display: block;
}
.content-it {
  width: 100%;
  padding: 0 0;
  margin: 0 0;
}



.other-link {
  width: 100%;
  text-align: left;
}
}

@media (max-width: 480px) {
  .other-link h2{
    font-size: 1.2rem;
    padding-top: 2rem;
    text-align: center;
  }
  .content-it h1 {
    font-size: 1em;
  }

  .features-it {
    gap: 10px;
  }

  .buttons-it button {
    padding: 6px 12px;
    font-size: 0.8em;
  }

  nav.breadcrumb {
    font-size: 0.8em;
  }
  .other-link ul li{
    padding: .2rem .5rem;
    margin-bottom: 10px;
    line-height: 1rem;
    align-items: center;
    align-content: center;

  }
  .other-link .other-link-ul{
    gap: .5rem;
  }
  .other-link-ul{
    margin: 0 auto;
    justify-content: center;
  }
  .other-link ul li a{
      font-size: .6rem;

  }
  .other-link ul li a i{
      font-size: .7rem;

  }
}
/* dectorate-section */

.program-section {
  text-align: left;
  max-width: 1320px;
  margin: 2rem auto;
  width: 100%;
  padding: 20px;
  border-left: 18px solid  var(--green-color);
  border-radius: 2rem;
  background: linear-gradient(to right, #428bca17, #0a66b604);
}

.program-section h2 {
  font-size: 40px;
  font-family: var(--Raleway-font);
  font-weight: bold;
}

.program-section .highlight {
  color: var(--green-color);
}

.program-section .subheading {
  font-size: 20px;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 15px;
}

.program-section .description {
  color: #333;
  line-height: 1.6;
  font-size: 1.1rem;
  font-family: var(--Quicksand-font);
  font-weight: 700;
}

.extra-content {
  display: none;
  color: #333;
  line-height: 1.6;
  font-size: 1.1rem;
  font-family: var(--Quicksand-font);
  font-weight: 700;
}
.extra-content h3{
  color: #333;
  font-family: var(--Quicksand-font);
  font-weight: 700;
}

.toggle-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  background-color: var(--background-color);
  border: none;
  border-radius: 1.5rem;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.toggle-btn:hover {
  background-color: #000000;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .program-section h2 {
    font-size: 35px;
  }
  .program-section .subheading {
    font-size: 18px;
  }
  .program-section .description,
  .extra-content {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .program-section {
    padding: 15px;
    border-left: 12px solid var(--green-color);
    border-radius: 1.5rem;
  }
  .program-section h2 {
    font-size: 30px;
  }
  .program-section .subheading {
    font-size: 16px;
  }
  .toggle-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .program-section {
    padding: 10px;
    border-left: 8px solid var(--green-color);
    border-radius: 1rem;
    
    margin: 20px 10px;
  }
  .program-section h2 {
    font-size: 24px;
  }
  .program-section .subheading {
    font-size: 14px;
    padding: 0 0;
    padding-bottom: 10px;
    margin: 0 0;
  }
  .program-section .description,
  .extra-content {
    font-size: 0.8rem;
  }
  .toggle-btn {
    padding: 6px 12px;
    font-size: 12px;
    margin-top: 0;
  }
}
/* dectorate-section-end */


/* program-section */
    /* Main container with 100% width */
    .Eligibility {
      display: flex;
      width: 100%;
      align-items: center;
      flex-wrap: wrap; /* Allows stacking on smaller screens */
  }

  /* Left column for the image */
  .program-image-container {
      flex: 1 1 50%; 
  }

  .program-image {
      width: 100%;
      height: auto;
      object-fit: cover;
  }

  /* Right column for text with gradient background */
  .program-details-container {
      flex: 1 1 50%;
      padding: 40px;
      background: linear-gradient(135deg, #054996, #4A90E2);
      color: #ebebeb;
      height: auto;
      align-content: center;
  }

  .program-details-container h2 {
      font-size: 24px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #ffffff;
  }

  .program-details-container p {
      line-height: 1.3;
      font-weight: 500;
      font-size: 1.5rem;
      font-family: var(--Quicksand-font);
  }

  .program-info {
      margin-top: 20px;
  }

  .program-info p {
      margin: 5px 0;
  }

  .download-brochure {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 20px;
      background-color: #28a745;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      transition: all 0.3s ease;
  }
  .download-brochure:hover {
      background-color: #000000;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .program-image-container, .program-details-container {
          flex: 1 1 100%; /* Full width on smaller screens */
      }

      .program-details-container {
          padding: 20px;
          height: auto;
      }

      .program-details-container h2 {
          font-size: 18px;
      }
  
    .program-details-container p {
        font-size: .9rem;
    }
  
  }

  .form-popup-Eligibility {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    z-index: 1000;
  }
  
  .form-content-Eligibility{
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
  }
  
  .form-content-Eligibility h3 {
    margin-bottom: 15px;
    color: #264653;
  }
  
  .form-content-Eligibility input{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .form-content-Eligibility .button-Eligibility {
    padding: 10px 20px;
    background-color: var(--background-color-green);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .form-content-Eligibility .button-Eligibility:hover {
    background-color: #000000;
    color: #fff;
  }
  
  .close-btn-Eligibility {
    position: absolute;        
    top: 10px;                 
    right: 10px;               
    background: #f00;         
    border: none;              
    border-radius: 50%;        
    width: 30px;               
    height: 30px;              
    font-size: 18px;           
    cursor: pointer;           
    color: #fff;              
    display: inline-flex;      
    align-items: center;       
    justify-content: center;   
    padding: 0;                
    margin: 0;                 
}


@media (max-width: 576px) {
          
  .form-content-Eligibility input {
    width: 30vh;
}

}





/* program-section-end */

/* indivisual-section */
.container-Individual {
  max-width: 85%;
  margin: 4rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(to right, #428bca49, #0a66b604);
  border-bottom-right-radius: 10rem;
  padding-left: 10px;
  border-radius: .5rem;
  padding-left: 15%;
}

.text-column-Individual {
  flex: 1 1 60%;
  padding-right: 2rem;
  text-align: justify;
}

.text-column-Individual h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: var(--Raleway-font);
  font-weight: 700;
}

.text-column-Individual p {
  line-height: 1rem;
  margin-bottom: 5px;
  font-size: .9rem;
  font-family: var(--Quicksand-font);
  font-weight: 600;
}

.text-column-Individual ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.text-column-Individual ul li {
  margin-bottom: 0px;
  font-size: 1.1rem;
  font-family: var(--Quicksand-font);
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.image-column-Individual {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
}

.image-column-Individual .image-two-ind{
  width: 100%;
  height: 20rem;
  box-shadow: 5px 5px 8px #0000006e;
  border-bottom-right-radius: 10rem;
  object-fit: cover;

}
.image-column-Individual .image-one-ind {
  width: 100%;
  height: 20rem;
  box-shadow: 5px 5px 8px #0000006e;
  border-top-left-radius: 10rem;
  object-fit: cover;

}

@media (max-width: 768px) {
  /* .container {
    flex-direction: column;
  } */

  .image-column-Individual {
    flex: 1 1 48%;
    display: block;
  }
  .image-column-Individual .image-two-ind{
    width: 48%;
    height: auto;
    box-shadow: 5px 5px 8px #0000006e;
    border-bottom-right-radius: 3rem;
    object-fit: cover;
  
  }
  .image-column-Individual .image-one-ind {
    width: 48%;
    height: auto;
    box-shadow: 5px 5px 8px #0000006e;
    border-top-left-radius: 3rem;
    object-fit: cover;
  
  }
  .container-Individual {
    max-width: 95%;
    margin: 2rem auto;
    padding-top: 10px;
    padding-left: 10px;
  }
  .text-column-Individual h2 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  
  .text-column-Individual h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .text-column-Individual p {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: .7rem;
    font-weight: 600;
  }
  .text-column-Individual ul li {
    margin-bottom: 2px;
    font-size: .7rem;
    font-weight: 600;
    
  }
  .text-column-Individual {
    padding-right: .2rem;
  }
  
}
/* indivisual-section-end */

/* important-section */
#important {
  background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
}

.container-important {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

}

.image-container-important {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.image-container-important img {
  width: 100%; /* Image fills container */
  height: 300px; /* Maintain aspect ratio */
  border-radius: 0.4rem;
  object-fit: cover;
  box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.37);
  transition: all 0.3s ease-in-out;
}

.content-important {
  flex: 1 1 45%;
}

.content-important h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #333;
  font-family: var(--Raleway-font);
  font-weight: 700;
}

.content-important p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
  font-weight: 600;
  padding-right: 1rem;
  text-align: justify;
  font-family: var(--Quicksand-font);
}
.content-important .content-important-para{
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
  font-weight: 600;
  font-family: var(--Quicksand-font);
  padding-left: 20px;
}
.content-important .content-important-h3{
  padding-left: 20px;
}


/* Tablet and Mobile Styles */
@media (max-width: 992px) {
  .container-important {
    flex-direction: column; /* Stack elements vertically */
  }
   .important-img-one{
    order: -1;
   }
  .content-important {
    text-align: justify; /* Center content on smaller screens */
    padding-top: 5px;
  }
  .content-important .content-important-para{
    padding-left: 0px;
  }
  .content-important .content-important-h3{
    padding-left: 0px;
  }
  .content-important p {
    padding-right: .2rem;
  }
}

@media (max-width: 480px) {
  .content-important h3 {
    font-size: 24px; /* Adjust heading size for smaller screens */
  }
.image-container-important img{
  height: 150px;
  width: 20rem;
}
  .content-important p {
    font-size: 12px;
  }
}

/* important-section-end */


/* highlight-section */
/* Container styling */
#highlights{
  background-color: #4a91e20e;
}
.program-highlights {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

/* Heading styling */
.program-highlights h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--Raleway-font);
}

.program-highlights .highlight {
    color: var(--green-color); /* Orange color */
}

.program-highlights p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: var(--Quicksand-font);
}

/* Card container styling */
.highlight-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Individual card styling */
.card-highlights {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(50% - 10px); /* Two card-highlightss per row */
    /* max-width: 500px;
    min-height: 180px; */
    text-align: left;
    transition: transform 0.3s ease;
}

.card-highlights:hover {
    transform: translateY(-5px);
    background: #e9e9e9;
}

.card-highlights h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--Raleway-font);
    margin-bottom: 10px;
}

.card-highlights ul {
    list-style: none;
    padding: 0;
}

.card-highlights li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: var(--Quicksand-font);
}

.card-highlights li::before {
    content: "✅";
    color: var(--green-color);
    margin-right: 8px;
}

/* Responsive styling */
@media (max-width: 768px) {
    .highlight-cards {
        flex-direction: column;
    }

    .card-highlights {
        width: 100%;
    }
}

/* highlight-section-end */


/* curriculum-section */
          /* Container */
          .container-currylulum {
            max-width: 1320px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Heading */
        .container-currylulum h2 {
            font-size: 2rem;
            color: var(--green-color);
            text-align: center;
            font-family: var(--Raleway-font);
            font-weight: 700;
        }
        .container-currylulum p {
            font-size: 1rem;
            color: #000000;
            text-align: center;
            margin-bottom: 20px;
            font-family: var(--Quicksand-font);
            font-weight: 500;
            padding: 0 0;
        }

        /* Module Card */
        .content-preview {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .module {
            background-color: #428bca33;
            padding: 20px;
            border-radius: 8px;
            width: 49%;
            box-shadow: 5px 4px 15px rgba(0, 0, 0, 0.233);
            transition: transform 0.3s ease;
        }
        .module:hover {
          transform: translateY(-10px);
        }
        .module .module-div {
           display: flex;
        }

        .module h3 {
            font-size: 1.5rem;
            color: #264653;
            margin-bottom: 10px;
        }

        .module ul {
            list-style: none;
            padding-left: 2px;
            color: #555;
            /* width: 49%; */
           
        }
        .module-div ul p{
          text-align: left;
        }
        .module ul li {
            font-family: var(--Quicksand-font);
            font-weight: 700;
        }
        .module ul li::before {
          content: "🟢"; /* Unicode for bullet point or you can replace it with an icon */
          color: #007BFF; /* Change this color to match your design */
          font-size: 1.2em; /* Adjust size as needed */
          margin-right: 8px; /* Space between icon and text */
      }
        /* Show More Button */
        .download-btn-currylulum {
          display: block;
          padding: 10px 20px;
          background-color: var(--background-color-green);
          color: #fff;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          margin: 10px auto; /* Center align button */
          text-align: center;
          margin-top: 2rem;
      }
        .download-btn-currylulum:hover {
          background-color: var(--background-color-black);
          color: #fff;
      }
      @media screen and (max-width: 576px) {
        .module {
          width: 100%;
      }

      .module ul li {
        font-size: .9rem;
    }
    .module ul li::before {
      font-size: .8em;
  }
  .module .module-div {
    display: block;
 }
 .module h3 {
  font-size: 1.2rem;
}
      }

        /* Form Popup */
        #form-popup-currylulum {
          display: none;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #fff;
          padding: 20px;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          border-radius: 8px;
          z-index: 1000;
        }

        .form-content-currylulum {
            background-color: #fff;
            padding: 20px;
           
            width: 100%;
            border-radius: 8px;
            text-align: center;
        }

        .form-content-currylulum h3 {
            margin-bottom: 15px;
            color: #264653;
        }

        .form-content-currylulum input {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }

        .form-content-currylulum .button-currylulum {
            padding: 10px 20px;
            background-color: var(--background-color-green);
            color: #fff;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        @media (max-width: 576px) {
          
          .form-content-currylulum input {
            width: 30vh;
        }

        }
        /* Initially hide extra modules */
.hidden-modules {
  display: none;
}

/* curriculum-section-end */


/* why-section */
/* Section Styling */
#why-section-fluid{
    background-color: #428bca1e;
}
.why-section {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
}

.why-section h2 {
  font-size: 35px;
  color: #333;
  font-family: var(--Raleway-font);
  font-weight: 700;
}

.why-section .highlight-why {
  color: var(--green-color); /* Orange color */
}

.why-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  font-family: var(--Quicksand-font);
  font-weight: 600;
}

/* Info Cards Container */
.info-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

/* Individual Card Styling */
.card-why-details {
    width: 24%;
    margin: 0 auto;
    justify-content: center;
    transition: transform 0.3s;
}
.card-why-details .why-info{
  background-color: #ececec;
  border: 2px dashed #949494;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  height: 120px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
 
}


.card-why-details:hover {
  transform: translateY(-10px);
}

/* Icon Background Styling */
.icon-bg {
  background-color: var(--background-color);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  margin-bottom: -2rem;
  padding-bottom: 1.2rem;
}

.icon-bg img {
  width: 40px;
  height: 40px;
}

/* Title and Number Styling */
.card-why-details .title-why {
  font-size: 16px;
  font-family: var(--Raleway-font);
  font-weight: bold;
  color: #333;
  margin: 0 0 ;
  padding: 0 0 ;
}

.card-why-details .number-why {
  font-size: 34px;
  color: #00a5cf;
  font-weight: 600;
  margin: 0 0 ;
  padding: 0 0 ;
  margin-top: 5px;
  font-family: var(--Raleway-font);
}

/* Responsive Design */
@media (max-width: 768px) {
  .info-cards {
      flex-direction: column;
      align-items: center;
  }
  
  .card-why-details {
      width: 100%;
      max-width: 300px;
  }
  
.why-section h2 {
  font-size: 1.5rem;
}
.why-section p {
  font-size: .9rem;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.why-section {
  padding: 20px 20px;
}

}

/* why-section-end */

/* benefits-section */
/* Section Styling */
.benefits-section {
  text-align: center;
  margin: 40px auto;
  max-width: 1200px;
  padding: 20px;
}

.benefits-section .benefits-title-heading {
  font-size: 35px;
  font-family: var(--Raleway-font);
  font-weight: 700;
  color: var(--green-color);
  margin-bottom: 0;

}

.benefits-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  margin-top: 0;
  padding-top: 0px;
  font-weight: 600;
  font-family: var(--Quicksand-font);
  padding-bottom: 20px;
}

/* Cards Container */
.benefits-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.benefits-cards p{
  font-size: 1.2rem;
  color: #000;
  font-family: var(--Raleway-font);
  font-weight: 700;
  text-align: left;
}

/* Individual Card Styling */
.benefit-card {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  width: 28%;
  min-width: 280px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border-left: 3px solid #0000007c;
}

.benefit-card:hover {
  transform: scale(1.05);
}

/* Icon Styling */
.benefit-icon {
  width: 80px;
  height: 80px;
  padding: 0 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
margin-left: -4rem;
  border: 5px solid #ffffff;
}

.benefit-icon img {
  width: 32px;
  height: 32px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .benefits-cards {
    flex-direction: column;
    align-items: center;
  }

  .benefit-card {
    width: 100%;
  }
}

/* benefits-section-end */

/* Data-Science */
#Data-Science{
  /* background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9); */
  padding: 0 0;

}
#Data-Science .col{
   justify-content: center;
   text-align: center;
   width: 100%;
}
#Data-Science .col img{
   width: 100%;
}
@media screen and (max-width: 576px) {
  #Data-Science .col img{
      width: 100%;
 }
}
/* Data-Science-end */


/* Alumni-section */
#Alumni{
  background-color: #428bca0a;
  padding: 2rem 0;
}
#Alumni .col-12{
  align-content: center;
 
}
#Alumni .col-12 img {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  background-size: contain;

}

#Alumni .Alumni-h2{
  font-size: 1.7rem;
  color: #3d3d3d;
  font-family: var(--Quicksand-font);
  font-weight: 700;
}
#Alumni .Alumni-one{
 font-size: 2rem;
 padding-bottom: 2rem;
}
#Alumni .Alumni-two{
  color: var(--green-color);
}
#Alumni .Alumni-three{
 border-bottom: 1px dashed #3a3a3a;
   padding-bottom: 1rem;
}
#Alumni .Alumni-four{
  color: var(--blue-color); 
}
#Alumni .Alumni-five{
  border-bottom: 1px dashed #3a3a3a;
    padding-bottom: 1rem;
}
#Alumni .Alumni-six{
  color: #79ec94;
}
#Alumni .Alumni-seven{
 border-bottom: 1px dashed #3a3a3a;
   padding-bottom: 1rem;
}
#Alumni .Alumni-eight{
  color: #f37f7f;
}
#Alumni .Alumni-nine{
   border-bottom: 1px dashed #3a3a3a;
     padding-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  #Alumni .col-12  img{
    width: 100%;
  }
}
/* Alumni-section-end */

/* sign-up */

.signup-container-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1350px;
  padding: 3rem 0;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.signup-image-details{
  width: 35%;
}
.signup-image-details img {
  width: 100%;
}

.signup-form-details {
  padding: 20px;
  background-color: #dceafc;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 60%;
}

.signup-form-details h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}

.signup-form-details .form-group-details {
  margin-bottom: 15px;
}

.signup-form-details input,
.signup-form-details select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.signup-form-details select {
  background-color: #fff;
}

/* Style for two inputs in a row */
.signup-form-details .form-row {
  display: flex;
  gap: 10px;
}

.signup-form-details .form-row input {
  width: 100%;
}

.signup-form-details .phone-group-details {
  display: flex;
  align-items: center;
  width: 50%;
}

.signup-form-details .phone-group-details .country-code {
  background-color: #e0e0e0;
  padding: 12px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  border-right: none;
  color: #555;
}

.signup-form-details .phone-group-details input {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

.signup-form-details .captcha-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signup-form-details .captcha-details label {
  font-size: 14px;
  color: #555;
}

.signup-form-details button {
  width: 100%;
  padding: 12px;
  background-color: var(--background-color-green);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.signup-form-details button:hover {
  background-color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .signup-container-details {
      flex-direction: column;
      align-items: center;
  }

  .signup-image-details img {
      max-width: 200px;
      margin-bottom: 20px;
  }

  .signup-form-details {
      width: 100%;
  }

  .signup-form-details .form-row {
      flex-direction: column;
  }
  .signup-form-details .phone-group-details {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
}

/* sign-up-end */


/* accordian-faqs */
#faqs-fluid{
  background-color: #428bca25;
}
        .container-faqs {
            max-width: 1350px;
            margin: 0 auto;
            padding: 2rem 0;
            width: 100%;
            display: flex;
            gap: 20px;

        }

        /* Left Column (FAQ Section) */
        .faq-container {
            width: 60%;
            background-color: #ffffff91;
            border-radius: 8px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.075);
            padding: 20px;
        }

        .faq-title {
            font-size: 30px;
            color: var(--green-color);
            font-weight: bold;
            border-bottom: 2px solid var(--green-color);
            padding-bottom: 8px;
            margin-bottom: 20px;
            font-family: var(--Raleway-font);
        }

        .faq-description {
            color: #555;
            font-size: 18px;
            margin-bottom: 20px;
            font-weight: 600;
            font-family: var(--Quicksand-font);
        }

        .accordion-faqs {
            /* border: 1px solid #ccc; */
            border-radius: 5px;
            overflow: hidden;
        }

        .accordion-item-faqs {
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.075);
            margin-bottom: 1rem;
        }

        .accordion-item-faqs:first-child {
            border-top: none;
        }

        .accordion-header-faqs {
            padding: 15px;
            font-size: 18px;
            cursor: pointer;
            background-color: #f9f9f9;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #333;
            transition: background-color 0.3s ease;
            font-family: var(--Quicksand-font);
            font-weight: 600;
        }

        .accordion-header-faqs:hover {
            background-color: #eaeaea;
        }

        .accordion-content-faqs {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 15px;
            font-size: 16px;
            color: #666;
            font-family: var(--Quicksand-font);
            font-weight: 700;
        }

        .accordion-content-faqs p {
            margin: 15px 0;
        }

        .accordion-header-faqs::after {
            content: '+';
            font-weight: bold;
            color: var(--green-color);
            transition: transform 0.3s ease;
        }

        .accordion-header-faqs.active::after {
            content: '-';
            transform: rotate(180deg);
        }

        .accordion-header-faqs.active + .accordion-content-faqs {
            max-height: 150px; /* Adjust based on content length */
        }

        /* Right Column (Certificate Image) */
        .certificate-container {
            width: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .certificate-image {
            width: 100%;
            border: 2px solid var(--green-color);
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        @media screen and (max-width: 576px) {
          .faq-container {
            width: 100%;
        }
        .certificate-container {
          width: 100%;
      }

      .container-faqs {
        display: block;
    }

    
    .accordion-header-faqs {
      font-size: 14px;
  }


  .accordion-content-faqs {
      font-size: 12px;
  }
  .accordion-item-faqs {
      margin-bottom: 1rem;
  }

  
  .faq-title {
    font-size: 25px;
}

.faq-description {
    font-size: 15px;
}

        }
/* accordian-faqs-end */










/* cards-section */

.cards-container {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
grid-gap: 20px;
max-width: 1350px;
margin: 20px auto;
}


.card {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
text-align: center;
padding: 10px;
transition: transform 0.3s;
}

.card:hover {
transform: translateY(-10px);
}

.card-img {
width: 120px;
height: 200px;
border-radius: 50%; /* Makes image circular */
object-fit: cover;
margin-bottom: 15px;
}

.card-title {
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
font-family: var(--Raleway-font);
height: 3rem;
}

.card-info {
display: flex;
gap: 15px;
font-size: 14px;
color: #555;
margin-bottom: 10px;
}

.card-info span {
display: flex;
align-items: center;
}

.card-info i {
margin-right: 5px;
color: #28a745; /* Icon color */
}

.card-description {
font-size: 16px;
color: #494949;
margin-bottom: 10px;
font-family: var(--Mulish-font);
line-height: 20px;
padding-bottom: 1rem;
}

.card-author {
display: flex;
justify-content: left;
align-items: center;
align-content: center;
font-size: 15px;
color: #504e4e;
margin-bottom: 20px;
font-weight: 700;
font-family: var(--Mulish-font);
}
.card-author p{
margin-bottom: 0;
}

.author-img {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 10px;
}

.course-card-btn {
background-color: #28a745;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
font-size: 16px;
text-decoration: none;
text-align: center;
}

.course-card-btn:hover {
background-color: #218838;
cursor: pointer;
}

/* Responsive Design */
@media (max-width: 1024px) {
.cards-container {
    grid-template-columns: repeat(3, 1fr); /* 2 cards per row for tablets */
}
}

@media (max-width: 768px) {
.cards-container {
    grid-template-columns: repeat(2, 1fr); /* 1 card per row for small screens */
    padding: 0 10px;
    grid-gap: 10px;
}
}
@media (min-width:200px) and (max-width: 576px) {

.card-img {
width: 120px;
height: 110px;
}

.card-title {
font-size: 14px;
height: auto;
}

.card-info {
gap: 10px;
font-size: 9px;
}
.card-description {
font-size: 10px;
line-height: 14px;
padding-bottom: .1rem;
}

.card-author {
font-size: 12px;
line-height: 14px;
}

.course-card-btn {
padding: 5px 20px;
}

}

.show-more-container {
text-align: center;
margin-top: 20px;
display: flex;
justify-content: center;
gap: 10px; /* Add some space between the buttons */
margin-bottom: 2rem;
}

#show-more, #show-less {
background-color: var(--background-color);
color: white;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
font-size: 16px;
display: inline-block;
}

#show-more:hover, #show-less:hover {
background-color: #218838;
}



/* top-courses */
.section-heading-course {
font-size: 35px; 
text-align: left;
position: relative;
margin-bottom: 30px; 
font-family: var(--Quicksand-font);
font-weight: bold;
text-shadow: 1px 1px 2px black;
}

/* Centered border styling */
.section-heading-course::after {
content: '';
display: block;
width: 160px; 
height: 3px; 
background-color: #4CAF50; 
margin-top: .5rem;
border-radius: 2px;
}
#top-cources-four{
padding-bottom: 2rem;
border-bottom: 1px solid #797979;
}
#top-cources-four .item-four {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(121, 120, 120, 0.185);
text-align: center;
padding: 10px;
transition: transform 0.3s;
margin: 1rem .2rem;
}

#top-cources-four .item-four:hover {
transform: translateY(-10px);
}

#top-cources-four .item-four-img {
width: 100%;
height: 200px;
object-fit: cover;
margin-bottom: 15px;
border-radius: 5px;
}

#top-cources-four .card-title-four {
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
font-family: var(--Raleway-font);
height: 2.8rem;
}

#top-cources-four .card-info-four {
display: flex;
gap: 15px;
font-size: 14px;
color: #555;
margin-bottom: 10px;
}

#top-cources-four .card-info-four span {
display: flex;
align-items: center;
}

#top-cources-four .item-four .card-info-four i {
margin-right: 5px;
color: var(--blue-color); /* Icon color */
}

#top-cources-four .card-description-four {
font-size: 16px;
color: #494949;
margin-bottom: 10px;
font-family: var(--Mulish-font);
line-height: 20px;
}

#top-cources-four .card-author-four {
display: flex;
justify-content: left;
align-items: center;
align-content: center;
font-size: 15px;
color: #504e4e;
margin-bottom: 20px;
font-weight: 700;
font-family: var(--Mulish-font);
}
#top-cources-four .card-author-four p{
margin-bottom: 0;
}

#top-cources-four .author-img-four {
width: 30px;
height: 30px;
border-radius: 50%;
margin-right: 10px;
}

#top-cources-four .cource-btn-four {
margin: 1rem 0;
text-align: center;
}

#top-cources-four .course-card-btn-four {
background-color: var(--background-color);
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
font-size: 16px;
text-decoration: none;
text-align: center;
}

#top-cources-four .course-card-btn-four:hover {
background-color: #218838;
cursor: pointer;
}
/* top-courses-end */


/* search-input */
.search-container {
width: 100%;
max-width: 1350px;
margin: 0 auto;
margin-top: 2rem;
}

.search-row {
display: flex;
justify-content: end;
align-items: center;
flex-direction: row; /* Ensure elements are in a row by default */
/* margin-bottom: -2rem; */
}

@media screen and (max-width: 576px) {
.search-row {
  flex-direction: column; /* Stack elements vertically on small screens */
  align-items: center; /* Center elements */
  margin: 0; /* Remove any margin for cleaner layout */
}

.search-box {
  width: 100%; /* Allow search box to take full width on mobile */
  max-width: 350px; /* Limit max width to maintain design */
  margin-bottom: 1rem; /* Add space below the input on mobile */
}

.section-heading-course {
  order: 2; /* Set heading to appear second */
  margin: 0; /* Remove default margin */
  color: #333;
}

.search-field {
  order: 1; /* Set input to appear first */
  width: 100%; /* Make sure input takes full width */
}
.section-heading-course {
  margin-bottom: 3px; 
}

}

.section-heading-course {
font-size: 1.5rem;
margin: 0;
color: #333;
}

.search-box {
--input-line: #cccccc;
--input-text-color: #5f5f5f;
--input-border-color: #afafaf;
--input-border-hover-color: #999999;
--input-bg-color: #ffffff;
--search-max-width: 350px;
--search-min-width: 350px;
--border-radius: 5px;
--transition-cubic-bezier: 150ms cubic-bezier(0.4, 0, 0.2, 1);
max-width: var(--search-max-width);
min-width: var(--search-min-width);
height: 45px;
border: 1px solid var(--input-border-color);
border-radius: var(--border-radius);
padding: 5px 15px;
background: var(--input-bg-color);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.178);
transition: var(--transition-cubic-bezier);
}

.search-box:hover {
border-color: var(--input-border-hover-color);
}

/*Section input*/
.search-field {
position: relative;
width: 100%;
height: 100%;
left: -5px;
border: 0;
}

.input {
width: calc(100% - 29px);
height: 100%;
border: 0;
font-size: 1rem;
color: var(--input-line);
background: var(--input-bg-color);
border-right: 2px solid var(--input-border-color);
outline: none;
}

.input::placeholder {
color: var(--input-text-color);
}

.input:focus::placeholder {
color: transparent;
}

/*Search button*/
.search-box-icon {
width: 52px;
height: 45px;
position: absolute;
top: -6px;
right: -21px;
background: transparent;
border-bottom-right-radius: var(--border-radius);
border-top-right-radius: var(--border-radius);
}

.search-box-icon:hover {
background: var(--input-border-color);
}

.btn-icon-content {
background: transparent;
border: none;
cursor: pointer;
border-radius: var(--border-radius);
opacity: 0.4;
}

.btn-icon-content:hover {
opacity: 0.8;
}

/* search-input-end */
/* cards-section-end */
/* All-cources-page-end------------------------------------------------------------------------------------ */





/* details-page--------------------------------------------------------------------------------------------- */


/* react-img-section */
#react-img {
width: 1350px;
max-width: 100%;
margin: 2rem auto;
text-align: center;
}

#react-img p {
font-size: 1rem;
padding: 1rem 0;
color: var(--black-color);
text-align: left;
font-family: var(--Raleway-font);
font-weight: 500;
}



#read-more-btn {
background-color: var(--background-color);
color: white;
border: none;
padding: 0.7rem 1.5rem;
cursor: pointer;
margin-top: 1rem;
font-size: 1.2rem;
border-radius: 2rem;
  font-family: var(--Raleway-font);
}

#read-more-btn:hover {
background-color: var(--background-color-green);
}
@media screen and (max-width: 576px) {
#react-img img{
  width: 100%;
}
#react-img p {
  font-size: .8rem;
  text-align: justify;
}

}
/* react-img-section-end */

#react-img #text-paragraph {
  font-size: 2rem;
  color: var(--black-color);
  font-weight: 700;
  font-family: var(--Raleway-font);
}
@media screen and (max-width: 576px) {
  #react-img #text-paragraph {
    font-size: 1.2rem;
    color: var(--black-color);
    font-weight: 700;
    font-family: var(--Raleway-font);
  }
  
}

/* tabs-details-section */
/* Tabs Section */

/* 
.tabs-section {
max-width: 1350px;
margin: 0 auto;
padding: 2rem 0;
}

.tabs {
display: flex;
justify-content: space-around;
padding: 0;
list-style: none;
margin-bottom: 1.5rem;
background-color: var(--white-color);
box-shadow: 5px 5px 15px #0000002c;
border-radius: 2.5rem;
padding: .5rem 1rem;
flex-wrap: wrap;
}

.tab-item {
padding: 0.35rem 1.5rem;
background-color: #e0e0e0;
border-radius: 2rem;
cursor: pointer;
transition: background-color 0.3s;
width: 24%;
text-align: center;
font-size: 1.2rem;
font-family: var(--Raleway-font);
font-weight: 500;
}

.tab-item.active {
background-color: #4caf50;
color: white;
}

@media (max-width: 768px) {
.tabs {
  border-radius: 1rem;
}

.tab-item {
  width: 48%;
  margin: .2rem 0;
  font-size: .8rem;
  padding: 0.35rem .5rem;
}

.tab-item:nth-child(odd):last-child {
  width: 100%;
}
}


.tab-content {
display: none;
}

.tab-content.active {
display: block;
}

.row {
display: flex;
}

.col-left {
flex-basis: 60%; 
padding-right: 2rem;
}
.col-left h2 {
color: var(--green-color);
}
.col-left h3 {
color: var(--black-color);
padding-bottom: 1rem;
}
.col-left .text-content .short-text p{
color: var(--black-color);
font-size: 1.2rem;
font-weight: 400;
font-family: var(--Mulish-font);
padding-bottom: 1.4rem;
}   
.col-left .text-content .full-text p{
color: var(--black-color);
font-size: 1.2rem;
font-weight: 400;
font-family: var(--Mulish-font);
}

.col-right {
flex-basis: 40%; 
}

.col-right img {
max-width: 100%;
height: auto;
display: block;
}

.text-content .full-text {
display: none;
}

.read-more-wrapper {
text-align: center;
margin-top: 1.5rem;
}

.read-more-btn {
background-color: #007bff;
color: white;
border: none;
padding: 0.75rem 1.5rem;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s;
}

.read-more-btn:hover {
background-color: #0056b3;
}
@media screen and (max-width: 576px) {

.row {
  display: block;
}

.col-left {
  flex-basis: 100%;
  padding-right: 0;
  order: 2; 
}

.col-right {
  flex-basis: 100%; 
  order: 1;
}
.col-left h2 {
  font-size: 1.4rem;
}
.col-left h3 {
  padding-bottom: .2rem;
}
.col-left .text-content .short-text p{
  font-size: 1rem;
  padding-bottom: 1.4rem;
  text-align: left;
}   
.col-left .text-content .full-text p{
  font-size: 1rem;
  text-align: left;
}

} */


/* tabs-details-section-end */

/* tabs-container-two */
.custom-tabs-container {
width: 1350px;
max-width: 100%;
margin: 0 auto; /* To center the container */
}
.custom-tabs-container {
width: 1350px;
margin: 0 auto; /* To center the container */
}

.custom-tabs {
display: flex; /* Use flexbox to distribute the tabs */
justify-content: space-between; /* Space them evenly */
border-radius: 20px;
flex-wrap: nowrap; /* Keep all tabs in a single row on desktop */
}

.custom-tabs button {
flex: 1; /* Make each button take equal space */
background-color: #4a91e244;
border: none;
outline: none;
cursor: pointer;
padding: 14px 0; /* Add padding vertically */
transition: 0.3s;
border-radius: 3rem;
margin: 7px 5px; /* Adjust margins for a consistent look */
text-align: center;
box-shadow: 0px 5px 2px #0000002a;
font-size: 1.3rem;
font-weight: 600;
font-family: var(--Mulish-font);
}

.custom-tabs button:hover {
background-color: #ddd;
}

.custom-tabs button.active {
background-color: var(--background-color);
color: white;
}

.custom-tabcontent {
display: none; /* Hidden by default */
padding: 10px;
border-top: none;
margin-top: 20px;
box-shadow: 5px 5px 15px #0000002f;
border-radius: 1rem;
padding: 2rem;
margin-bottom: 3rem;
height: 35rem; /* Change to auto for flexible height */
}

.custom-tabcontent h3 {
margin-top: 0;
color: var(--green-color);
padding-bottom: 1.5rem;
}

.custom-tabcontent p {
font-size: 1.5rem;
font-family: var(--Mulish-font);
}

.custom-tabcontent .what-lern {
display: flex;  
justify-content: space-between;
flex-wrap: wrap; /* Allow skill items to wrap */
}

.custom-tabcontent .what-lern p {
font-size: 1.2rem;
font-family: var(--Mulish-font);
background-color: #4a91e238;
border-radius: 1rem;
padding: 1rem 2rem;
width: 24%; /* 4 items per row */
text-align: center;
font-weight: 700;
}

/* Media Query for Mobile Screens */
@media (max-width: 576px) {
.custom-tabs-container {
  padding: 2rem 0;
}
.custom-tabs {
  flex-wrap: wrap; /* Allow the buttons to wrap in smaller screens */
}

.custom-tabs button {
  flex: 1 1 48%; /* Two buttons per row, allows wrapping */
  margin: 1%; /* Margin for spacing */
  font-size: 1rem; /* Adjust font size for mobile */
  padding: 8px 0;
}

.custom-tabcontent {
  padding: 1rem; /* Adjust padding for mobile */
  margin-top: 10px; /* Reduced margin on top */
  height: auto; /* Let content dictate height */
}

.custom-tabcontent p {
  font-size: 1.2rem; /* Smaller font size */
}

.custom-tabcontent .what-lern p {
  font-size: 1rem; /* Smaller font size for skills */
  width: 48%; /* Two items per row */
  margin-bottom: 10px; /* Space between skill items */
}

}



/* tabs-container-two-end */
/* details-page-end--------------------------------------------------------------------------------------------- */


/* placement-page------------------------------------------------------------------------------------------------ */

.profile-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px; /* This will add space between the cards */
  padding: 20px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}

.profile-card {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-card img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto; /* Center the image horizontally */
  margin-bottom: 15px;
  display: block;
}

.profile-card h2 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--black-color);
  text-align: center;
  width: 100%;
  font-family: var(--Mulish-font);
}

.profile-card div {
  display: flex;
  justify-content: flex-start;
  gap: 10px; /* Space between columns */
}

.profile-card div span {
  display: flex;
  flex-direction: column;
}

.profile-card div span:first-child p {

  color: var(--blue-color);
  font-size: 1rem;
}

.profile-card div span:first-child {
  width: 40%;
  text-align: left;
}

.profile-card div span:last-child {
  width: 60%;
  text-align: left;
}

.profile-card p {
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;

  width: 100%;
}
.profile-card .stories {
  font-size: .8rem;
  line-height: 1.1rem;
  text-align: left;

  width: 100%;
}

.profile-card:hover {
  transform: translateY(-10px);
}

/* Responsive design for tablets */
@media (max-width: 768px) {
  .profile-cards {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row on smaller screens */
    gap: 15px; /* Adjust gap between cards */
  }
}

/* Responsive design for mobile */
@media (min-width: 250px) and (max-width: 380px) {
  
  .profile-card {
    padding: 5px 5px; /* Adjust padding for smaller screens */
    padding-bottom: 0;
  }

  .profile-card h2 {
    font-size: .9rem; /* Adjust font size for smaller screens */
    margin-bottom: 6px;
  }
  .profile-card img {
    width: 80px; /* Reduce image size */
    height: 80px;
  }
  .profile-card div span:first-child p {

    color: var(--blue-color);
    font-size: .6rem;
    height: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 12px;
  }
  .profile-card div span:nth-child(2) p{
     margin-bottom: 5px;
     font-size: .6rem;
     line-height: 12px;
     height: 1.3rem;
  }
  .cource-container .placment-para {
    font-size: 2rem; /* Large font size */
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 1;
    }
}
@media (min-width: 380px) and (max-width: 576px) {
  .profile-cards {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row on mobile */
    gap: 10px; /* Adjust gap between cards */
  }

  .profile-card {
    padding: 5px 10px; /* Adjust padding for smaller screens */
    padding-bottom: 0;
  }

  .profile-card img {
    width: 100px; /* Reduce image size */
    height: 100px;
  }

  .profile-card h2 {
    font-size: 1.2rem; /* Adjust font size for smaller screens */
    margin-bottom: 6px;
  }

  .profile-card div span:first-child p {

    color: var(--blue-color);
    font-size: .9rem;
    height: 2.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .profile-card div span:nth-child(2) p{
     margin-bottom: 5px;
     font-size: .8rem;
     line-height: 15px;
     height: 2rem;
  }
  .cource-container .placment-para {
    font-size: 2rem; /* Large font size */
    font-weight: bold;
    margin-bottom: 10px;
    z-index: 1;
    }
    
}

/* Add more unique styles for different profile cards as needed */

/* placement-page-end------------------------------------------------------------------------------------------------ */

/* corporate-training-page----------------------------------------------------------------------------------------- */
/* hero-section */
#corp-hero{
  height: 80vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}
#corp-hero .hero-container{
     max-width: 1350px;
     width: 100%;
     margin: 0 auto;
}
#corp-hero .hero-container .col-lg-7{
     padding-top: 8rem;
}
#corp-hero .hero-container .col-lg-7 h1{
     font-family: var(--Raleway-font);
     font-weight: 700;
     font-size: 4rem;
     color: #ffffff;
}
#corp-hero .hero-container .col-lg-7 h1 span{
     color: #000000;
}
#corp-hero .hero-container .col-lg-7 h3{
     color: #ffffff;
     font-family: var(--Raleway-font);
     padding-top: 1rem;
}
@media screen and (max-width: 576px) {
  #corp-hero{
    height: 100%;
    background-size: cover;
    margin-top: 50px;
  }
  #corp-hero .hero-container .col-lg-7 h1{
    font-size: 1.4rem;
}
#corp-hero .hero-container .col-lg-7 h3{
  padding-top: .1rem;
  font-size: .8rem;
  padding-bottom: 2rem;
}
#corp-hero .hero-container .col-lg-7{
  padding-top: 2rem;
  width: 100%;
}
}
/* hero-section-end */

/* Capstone-Projects-section */
#Capstone{
  background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
}
.capstone-section {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0;
  border-radius: 10px;
}

.capstone-section h2 {
  font-size: 35px;
  font-family: var(--Raleway-font);
  font-weight: 700;
}

.highlight-currylulum {
  color: var(--green-color);
}

.projects-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.project-card-currylulum {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  align-items: center;
  align-content: center;
  display: flex;
  gap: 1.2rem;
}
.card-content{
  display: flex;
}

.icon-currylulum {
  width: 80px; /* Consistent width */
  height: 80px; /* Consistent height */
  background-color: var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0; /* Prevents shrinking */
  margin-right: 20px;
}

.icon-currylulum img {
  width: 50%; /* Adjusts image size within the icon box */
  height: 50%; /* Adjusts image size within the icon box */
  object-fit: contain; /* Ensures image fits inside without distortion */
}


button#show-more-currylulum {
  background-color: var(--background-color-green);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
}

.hidden-currylulum {
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .projects-container {
    gap: 10px;
  }
  
  .project-card-currylulum {
   width: 100%;
    gap: .2rem;
  }
  .currylulum-info {
    align-content: center;
  }
  .currylulum-info h3{
    font-size: 1rem;
  }
  .currylulum-info p{
    font-size: .7rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .projects-container {
    grid-template-columns: 1fr; /* Stack cards in a single column */
  }

  .capstone-section {
    padding: 2rem 1rem; /* Adjust padding for smaller screens */
  }

  .capstone-section h2 {
    font-size: 28px; /* Smaller font size for headers on mobile */
  }

  button#show-more-currylulum {
    width: 100%; /* Full width button on mobile */
  }
}

@media (max-width: 480px) {
  .project-card-currylulum {
    width: 100%;
     gap: .2rem;
   }
  .capstone-section h2 {
    font-size: 24px; /* Further reduce font size for very small screens */
  }
  .capstone-section .currylulum-para {
    font-size: 12px;
    padding: 0 0;
    margin: 0 0;
    padding-bottom: 10px;
  }
  .icon-currylulum {
    width: 60px; /* Smaller icons on mobile */
    height: 60px; /* Smaller icons on mobile */
  }

  .icon-currylulum img {
    width: 40%; /* Smaller images within icons */
    height: 40%; /* Smaller images within icons */
  }
}
/* Capstone-Projects-section-end */


/* accordian-section*/
/* Styling the accordion container */
.accordian-container-fluid {
  background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.accordion-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.accordion-container h2{
  font-size: 30px;
  font-family: var(--Raleway-font);
  color: var(--black-color);
  font-weight: 700;
  text-align: center;
}
.accordion-container h2 span{
  font-size: 30px;
  font-family: var(--Raleway-font);
  color: var(--green-color);
  font-weight: 700;
  text-align: center;
}
.accordion-container p{
  font-size: 16px;
  font-family: var(--Quicksand-font);
  color: var(--black-color);
  font-weight: 600;
  text-align: center;
  padding-bottom: 1.5rem;
}
.accordion-form-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.accordion {
  width: 50%; /* Accordion takes 50% width */
}

.accordion-two {
  width: 40%; /* Form takes 40% width */
  padding-left: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.accordion-two h3,
.accordion-two h1,
.accordion-two p {
  margin-bottom: 1rem;
  font-family: var(--Raleway-font);
}
.accordion-two h1 {
 font-size: 2rem;
 font-weight: 700;
}
.accordion-two h3 {
  color: var(--blue-color);
  font-weight: 700;
}
.accordion-two p {
  padding-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .accordion-form-wrapper {
    flex-direction: column; /* Stack the accordion and form vertically */
  }

 .accordion-form-wrapper .accordion,
 .accordion-form-wrapper .accordion-two {
    width: 100%; /* Both sections take 100% width on mobile */
   
  }
  .accordion-two h1 {
    font-size: 1.1rem;
    margin-bottom: 10px;     
   }
   .accordion-two h3 {
     color: var(--blue-color);
     margin-bottom: 0;
     
   }
   .accordion-two p {
     padding-bottom: 0rem;
     font-size: .8rem;
   }
}
.accordion-two form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.accordion-two form button {
  width: 100%;
  padding: 10px;
  background-color: var(--blue-color);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


.accordion-container .accordion-item{
 margin-bottom: 1rem;
 border: none;
 box-shadow: none;
 background-color: transparent;
}


.accordion-item .accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #ffffff;  
  color: var(--blue-color); 
  border-radius: 5px;
  transition: background-color 0.1s ease, color 0.1s ease;
  padding: 20px 30px;
  box-shadow: 5px 5px 15px #00000021;
  font-family: var(--Raleway-font);
}


.accordion-body {
  padding: 15px;
  background-color: #f8f8f8; 
  color: #333;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 1rem;
}
.accordion-body ul li{
  color: #000;
  font-family: var(--Quicksand-font);
  font-weight: 600;
}

.accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 2s ease; 
}

.accordion-collapse.show {
  max-height: 2000px;  
}

.accordion-button:focus {
  color: var(--green-color) !important;  
  outline: none;  
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2); 
}
@media (max-width: 768px) {
  .accordion-button {
      font-size: 1rem;
      padding: 10px;
  }
  .accordion-body {
      font-size: 0.875rem;
  }
  .accordian-container-fluid {
    padding: 1rem 0;
  }
  .accordion-item .accordion-header .accordion-button {
    font-size: .8rem;
    font-family: var(--Raleway-font);
  }
  
}

/* accordian-section-end*/

/* benefits-section */
.benefits-section {
  text-align: center;
  margin: 40px auto;
  width: 90%;
  max-width: 1350px;
}

.benefits-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--Raleway-font);
}

.benefits-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 20px;
}

.benefits-list li {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-family: var(--Mulish-font);
}
.benefits-list li i{
  color: var(--blue-color);
  padding-right: 1rem;
}

.description {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 40px;
  text-align: left;
  font-family: var(--Mulish-font);
}

.benefits-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.benefits-card {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0px 1px 10px rgba(14, 114, 228, 0.541)
}

.benefits-card img {
  max-width: 80px;
  margin-bottom: 15px;
}

.benefits-card h3 {
  font-size: 1.125rem;
  color: #00af4a;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: var(--Raleway-font);
}

.benefits-card p {
  font-size: 0.9rem;
  color: #4e4e4e;
  font-family: var(--Mulish-font);
}

.benefits-card:hover {
  transform: translateY(-10px);
  background-color: #4a91e225;
  transition: all 0.5s ease;
  box-shadow: none;
}

@media (max-width: 768px) {
  .benefits-section {
    width: 100%;
  }
  .benefits-cards-container {
      grid-template-columns: 1fr;
  }
  .benefits-list li {
    font-size: .9rem;
  }
  .benefits-list li i{
    padding-right: .5rem;
  }
  
.description {
  font-size: 1rem;

}
.benefits-cards {
  padding-left: 2rem;
}
}

/* benefits-section-end */


/* enquiry-section  */
.enquiry-section {
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  background-attachment: fixed;
}

.container {
  max-width: 1350px;
}
.container .row{
  justify-content: space-between;
}

.enquiry-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  font-family: var(--Raleway-font);
}

.enquiry-section p {
  font-size: 1.1rem;
  color: white;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: var(--Mulish-font);
}

.contact-info-two {
  display: flex;
  gap: 15px;
}

.contact-box {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: white;
  border-radius: 30px;
  font-size: 1rem;
  color: black;
  text-decoration: none;
}

.contact-box i {
  margin-right: 10px;
  color: var(--green-color);
  font-size: 1.4rem;
}

.form-container {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-container h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  font-family: var(--Mulish-font);
  text-align: center;
  position: relative; /* Required for positioning the border */
}

.form-container h4::after {
  content: "";
  display: block;
  width: 60px; /* Adjust the width as needed */
  height: 3px; /* Adjust the height as needed */
  background-color: #28a745; /* Use the color of your choice */
  margin: 10px auto 0; /* Center the border with auto */
  border-radius: 5px; /* Rounded corners if needed */
}

.form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
}

.btn-inquiry {
  background-color: var(--background-color-green);
  border: none;
  border-radius: 5px;
  padding: 10px 3rem;
  width: 100%;
  color: #fff;
  text-align: center;
}
.btn-inquiry:hover {
  background-color: #048339;
  transition: all 0.4s ease;
}

@media (max-width: 768px) {
  .enquiry-section {
    padding: 30px 0;
  }

  .contact-info-two {
    flex-direction: column;
    gap: 10px;
  }

  .btn-success {
    width: 100%;
  }
  
.contact-info-two {
  display: block;
}
.contact-box {
  width: 100%;
  margin-bottom: 1rem;
}

}

/* enquiry-section-end */


/* counting-section */
.success-section {
  text-align: center;
  padding: 50px 0;
  background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
}

.success-section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--Mulish-font);
}

.success-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: green;
  margin: 10px auto 0;
}

.counters-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.counter-box {
  font-size: 4rem;
  font-weight: bold;
  color: #2b8bf2;
  font-family: var(--Mulish-font);
  font-weight: 800;
}

.counter-box p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;

  font-family: var(--Mulish-font);
}
@media screen and (max-width: 576px) {
  .counters-container {
    display: block;
  }
  
}
/* counting-section-end */
/* corporate-training-page-end---------------------------------------------------------------------------------------- */



/* about-page------------------------------------------------------------- */
/* about-hero-section */
.about-hero-section {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.about-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay effect */
  z-index: 1;
}

.about-content {
  z-index: 2; /* Content stays on top */
  color: white;
}
.about-content a{
  background-color: #428bca3b;
  color: var(--green-color);
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 2rem;
}

.about-content h1 {
  font-size: 3rem; /* Adjust as needed */
  margin-bottom: 2.5rem;
  padding-top: 2rem;
  font-family: var(--Raleway-font);
  font-weight: 700;
}

.about-content .btn {
  background: linear-gradient(to right, #4CAF50, #00C1E2);
  color: white;
  padding: 12px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.about-content .btn::after {
  content: '\2192'; /* Unicode for right arrow (→) */
  position: absolute;
  opacity: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem; /* Make the arrow slightly larger */
  font-weight: bold; /* Bold arrow */
  transition: opacity 0.3s ease; /* Only opacity changes on hover */
}

.about-content .btn:hover {
  background-color: #45a049;
}

.about-content .btn:hover::after {
  opacity: 1; /* Arrow appears in the same position */
}

@media (max-width: 576px) {
  .about-content h1 {
    font-size: 1rem; /* Adjust as needed */
    margin-bottom: 1.5rem;
  }
  .about-hero-section {
    background-size: contain;
    height: auto;
    padding-top: 100px;
  }
  .about-content .btn {
    background: linear-gradient(to right, #4CAF50, #00C1E2);
    color: white;
    padding: 6px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 2rem;
    font-size: .8rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
}
/* about-hero-section-end */

/* about-us */
.about-us-bg{
  background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
}
.about-section {
    padding-top: 6rem;
}
.about-section .row{
     justify-content: space-between;
}

.first-column {
  width: 50%;
}

.image-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.image-grid .bouncing-image {
  width: 100%;
  animation: bounce 2s infinite;
}
.image-grid .second-image {
  width: 100%;
  animation: bounce 3s infinite;
}
.image-grid .third-image {
  width: 100%;
  animation: bounce 2.2s infinite;
}

.second-image {
  margin-top: 20px; /* Adding top margin to the second image */
}

.third-image {
  width: 20rem; /* Make the third image smaller */
  /* grid-column: span 2; */
  position: relative;
  top: -8rem; /* Moves the third image slightly up to overlap */
  margin-left: 10rem;
  margin-right: auto;
}

@media screen and (max-width: 576px) {
  .first-image {
    width: 7rem;
  }
  .third-image {
    width: 100%; /* Make the third image smaller */
    /* grid-column: span 2; */
    top: -6rem; /* Moves the third image slightly up to overlap */
    margin-left: 7rem;
  }
  .image-grid {
    height: 25rem;
  }

}


@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.second-column {
  width: 40%;

}

.section-heading-about {
  text-align: left;
}

/* Centered border styling */
.section-heading-about {
  font-size: 35px; 
  text-align: left;
  position: relative;
  margin-bottom: 3px; 
  font-family: var(--Quicksand-font);
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

/* Centered border styling */
.section-heading-about::after {
  content: '';
  display: block;
  width: 160px; 
  height: 3px; 
  background-color: #4CAF50; 

  border-radius: 2px;
}
@media (max-width: 576px) {
  .section-heading-about {
    font-size: 35px; 
    text-align: center;
    position: relative;
    margin-bottom: 3px; 
    font-family: var(--Quicksand-font);
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
  }
  
  /* Centered border styling */
  .section-heading-about::after {
    content: '';
    display: block;
    width: 160px; 
    height: 3px; 
    background-color: #4CAF50; 
    margin: 10px auto 0;
    border-radius: 2px;
  }
 .about-section .second-column h3 {
    font-size: 1.5rem;
    padding-top: 1rem;
    margin-bottom: 10px;
    text-align: left;
  }
 .about-section .second-column p {
    font-size: .8rem;
    text-align: left;
  }
 .about-section .second-column .feature p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .second-column .feature {
    align-items: left;
  }
  .second-column h4 {
    text-align: left;
  }
  .second-column .feature {

  margin-bottom: 1px;
}

}

.second-column h3 {
  font-size: 2.3rem;
  color: #333;
  font-weight: 700;
  padding-top: 2rem;
  margin-bottom: 20px;
  font-family: var(--Raleway-font);
}
.second-column p {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  font-family: var(--Mulish-font);
}

.second-column .highlight {
  color: #4caf50;
}

.second-column .feature {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}

.second-column i {
  background-color: #4a91e265;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 0 1rem;
  margin-right: 15px;
  font-size: 1.2rem;
  color: var(--background-color);
  text-align: center;
  align-content: space-evenly;
}

.second-column h4 {
  font-size: 1.2rem;
  color: #333;
  font-weight: 800;
  font-family: var(--Raleway-font);
}

@media screen and (max-width: 768px) {
  .about-section {
    flex-direction: column;
    text-align: center;
  }
}

/* about-us-end */


/* how-we-work-section */
.how-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 1rem;
  padding-bottom: 4rem;
}
.how-container  h1 {
   font-weight: 700;
   font-family: var(--Raleway-font);
   color: var(--blue-color);
   padding: 1rem 0;
}
.how-container  p {
  color: var(--black-color);
  font-size: 1rem;
  font-family: var(--Mulish-font);
}
.how-container .how-video iframe{
   width: 100%;
   height: 100%;
   border-radius: 1rem;
}
.how-container .how-video {
   border-radius: 1rem;
}
@media (max-width: 576px) {
  .how-container  h1 {
    font-size: 1.5rem;
    padding: 0 0;
 }
 .how-container  p {
   font-size: .9rem;
 }
}
/* how-we-work-section-end */

/* why-course-section */
.why-learn-section {
  padding: 60px 0;
  background-color: #f1f5fc;
}

.why-learn-section .container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.why-learn-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: var(--Quicksand-font);
}

.why-learn-section p {
  font-size: 1.1rem;
  margin-bottom: 50px;
  font-family: var(--Mulish-font);
}

.brand-name {
  color: #4A90E2; /* Blue */
  font-weight: bold;
}

.brand-name-two {
  color: var(--green-color); /* Green */
  font-weight: bold;
}

/* Grid for larger screens */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards per row */
  gap: 20px;
}

.card-why {
  background-color: #e2e6ee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card-why:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 8px rgb(145, 192, 236);
}

.card-icon {
  width: 60px;
  margin-bottom: 20px;
}

.card-why h3 {
  font-size: 1.2rem;
  color: var(--blue-color);
  margin-bottom: 10px;
  font-weight: 700;
  font-family: var(--Raleway-font);
}

.card-why p {
  font-size: 1rem;
  color: #555;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row on large tablets */
  }
}

@media (max-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row on medium screens */
  }
}

@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row on tablets */
  }
  
  .why-learn-section h2 {
    font-size: 1.6rem;
  }

  .why-learn-section p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .card-grid {
    grid-template-columns: repeat(1, 1fr); /* 1 card per row on small mobile screens */
  }
  
  .why-learn-section h2 {
    font-size: 1.4rem;
  }

  .why-learn-section p {
    font-size: 0.9rem;
  }
}

/* why-course-section-end */

/* instractor-section */
/* instructor-section */
.instructor-section {
  text-align: center;
  padding: 50px 0;
}

.instructor-section .container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

.instructor-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.instructor-section p {
  font-size: 2rem;
  margin-bottom: 40px;
  font-family: var(--Raleway-font);
}

.highlight {
  color: #4A90E2; /* Blue Color */
  font-weight: bold;
}

/* Grid Styles */
.instructor-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Row Styles */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.first-row .instructor-card {
  flex: 0 0 24%; /* 4 items per row, taking up ~23% width each */
  padding: 0px;
  border-radius: 40px;
}

.second-row .instructor-card {
  flex: 0 0 16%; /* 6 items per row, taking up ~16% width each */
  padding: 4px;
  border-radius: 20px;
}

/* Instructor Card Styles */
.instructor-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: 5px 4px 8px rgba(0, 0, 0, 0.37);
}
.instructor-card img:hover {
  transform: translateY(-10px);
  box-shadow: 5px 4px 8px rgb(145, 192, 236);
  cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .first-row .instructor-card, .second-row .instructor-card {
    flex: 0 0 48%; /* Two items per row on medium screens */
    margin-bottom: 20px;
  }

  .instructor-section h2 {
    font-size: 1.6rem;
  }

  .instructor-section p {
    font-size: 1rem;
  }
  .instructor-grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 1rem;
  }
}

@media (max-width: 576px) {
  .first-row .instructor-card, .second-row .instructor-card {
    flex: 0 0 48%; /* Two items per row on small screens */
    margin-bottom: 20px;
  }
}

/* Modal Styling */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  backdrop-filter: blur(8px); /* Blur effect */
}

.modal-content {
  background-color: #fff;
  margin: 10% auto; /* 10% from the top and centered */
  padding: 20px;
  border-radius: 10px;
  width: 80%; /* Could be adjusted */
  max-width: 1000px;
  display: flex;
  gap: 20px;
  position: relative; /* To position close button relative to this */
}

.modal-body {
  display: flex;
  gap: 30px;
}

.modal-image img {
  width: 350px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-info {
  flex-grow: 1;
}

.modal-info h3 {
  margin-top: 0;
  color: #333;
  font-size: 1.8rem;
  font-family: var(--Raleway-font);
  font-weight: 700;
}

.modal-info h4 {
  color: #4A90E2;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: var(--Mulish-font);
}

.modal-info p {
  color: #555;
  font-size: 1rem;
  height: 68%;
}

.close-images {
  position: absolute;
  top: 10px;  /* Adjust top position */
  right: 20px; /* Adjust right position */
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 101;  /* Ensure close button is on top */
}

.close-images:hover,
.close-images:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Social Icons */
.modal-social-icons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.social-icon {
  color: #555;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #4A90E2; /* Change color on hover */
}



/* Responsive Styles */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 90%; /* Adjust modal width for smaller screens */
    max-width: none; /* Disable the max width */
    flex-direction: column; /* Stack the image and info vertically */
    margin: 20% auto; /* Adjust margin for smaller screens */
  }

  .modal-body {
    flex-direction: column; /* Stack image and content in a column on mobile */
  }

  .modal-image img {
    width: 100%; /* Make image take full width on mobile */
    margin-bottom: 20px; /* Add margin below the image */
  }

  .modal-info {
    width: 100%; /* Ensure modal info takes full width */
  }

  .close-images {
    top: 10px;
    right: 10px; /* Adjust close button for smaller screens */
    font-size: 25px; /* Slightly smaller close button */
  }
}

@media screen and (max-width: 480px) {
  .modal-content {
    width: 95%; /* Further reduce width for very small screens */
  }

  .modal-info h3 {
    font-size: 1.2rem; /* Adjust heading size for small screens */
  }

  .modal-info h4 {
    font-size: 1rem; /* Adjust subheading size for small screens */
  }

  .modal-info p {
    font-size: 0.9rem; /* Adjust paragraph size for small screens */
  }

  .social-icon {
    font-size: 1.2rem; /* Adjust icon size for small screens */
  }
}
/* Disable scroll when modal is open */
.no-scroll {
  overflow: hidden;
}

/* instractor-section-end */
/* about-page-end -------------------------------------------------*/


/* registration-form-page---------------------------------------------- */
/* registration-section */
#registration-fluid {
  background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
}
.registration-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  align-items: center;
  align-content: center;
  border-radius: 10px;
  text-align: center;
  justify-content: space-between;
  gap: 20px;
}
.registration-col-one {
 
    border-radius: 1rem;
    
    width: 40%;
}
.registration-col-two {
    box-shadow: 5px 5px 15px #00000018;
    border-radius: 1rem;
    padding: 20px;
    width: 50%;
}
.registration-col-one img{
  width: 80%;
  height: auto;
  align-content: center;
  align-items: center;
  padding: 0 0;
  margin: 0 0;
}
.registration-col-one span h1{
   font-size: 2rem;
   color: var(--green-color);
   font-family: var(--Raleway-font);
   margin: 0 0;
   text-align: left;
   padding: 0 0;
  padding-left: 2rem;
}
.registration-col-one span p{
   font-size: 1rem;
   color: var(--black-color);
   text-align: left;
   font-family: var(--Quicksand-font);
   margin: 0 0;
   padding: 0 0;
   padding-bottom: 2rem;
  padding-left: 2rem;
}
.registration-container h1 {
  font-family: var(--Raleway-font);
  font-size: 36px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 700;
  padding-top: 2rem;
}
.registration-container p {
  font-family: var(--Raleway-font);
  font-size: 16px;
  color: #181818;
  margin-bottom: 3rem;
  font-weight: 600;
}

/* Form styling */
.registration-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#registration-fluid .submit-input-reg{
     width: 100%;
     background-color: var(--green-color);
     height: 3rem;
     border: none;
     border-radius: 5px;
     color: #fff;
     font-size : 1.4rem;
}
#registration-fluid .submit-input-reg:hover{
     background-color : var(--background-color);
     transition: all 0.4s ease;
}
#registration-fluid input[type="date"]::-webkit-datetime-edit {
  color: black;
}

#registration-fluid input[type="date"]::-webkit-inner-spin-button,
#registration-fluid input[type="date"]::-webkit-clear-button {
  display: none;
}

.form-group {
  display: flex;
  gap: 20px;
  flex: 1;
  min-width: 100%;
  margin-bottom: 1rem;
}

.form-group input, .form-group select {
  width: calc(50% - 10px);
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

.form-group input[type="date"] {
  padding-right: 40px; 
}

.form-group input:focus, .form-group select:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

.form-group:nth-child(5) input {
  width: 100%;
}

@media (max-width: 768px) {
  .form-group input, .form-group select {
      width: 100%;
  }
  .form-group {
    margin-bottom: 0;
  }
  .registration-container {
    padding: 1rem 0;
    padding-bottom: 2rem;
 
  }
  .registration-container .row{
   display: block;
 
  }
  .registration-col-one {
 
    
    width: 100%;
}
.registration-col-two {
    width: 100%;
}
  .registration-col-one span h1{
    font-size: 1.2rem;
   padding-left: 0rem;
 }
 .registration-col-one span p{
    font-size: .8rem;
   padding-left: 0rem;
 }
}

/* registration-section-end */

/* registration-form-page-end--------------------------------------------- */


/* contact-us-page--------------------------------------------------------------------- */
/* location-info-section */
#location-info-con {
  background: linear-gradient(to bottom right, #e0f7fa, #f1f8e9);
}
#location-info-con .container-info-con {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
#location-info-con .container-info-con .contact-heading{
   text-align: center;
   padding-top: 15%;
}
#location-info-con .container-info-con .contact-heading a{
    text-decoration: none;
    background-color: #00af491e;
    border-radius: 2rem;
    padding: .5rem 2rem;
    color: var(--green-color);
    font-size: 1.2rem;
    font-weight: 600;
}
#location-info-con .container-info-con .contact-heading h1{
    width: 40rem;
    color: var(--black-color);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0;
}
#location-info-con .container-info-con .row{
    gap: 10px;
    padding-bottom: 2rem;
    padding-top: 1rem;

}
#location-info-con .container-info-con .col-12{
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 5px 5px 15px #00000010;
    padding: 1.5rem;
    width: 32%;
    transition: transform 0.5s ease;
}
#location-info-con .container-info-con .col-12:hover{
    transform: translateY(-10px);
}
#location-info-con .container-info-con .col-12 i{
    font-size: 2rem;
}
#location-info-con .container-info-con .col-12 span p{
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-family: var(--Mulish-font);
    font-weight: 600;
}
#location-info-con .container-info-con .col-12 .locat{
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: .9rem;
    font-family: var(--Mulish-font);
    font-weight: 600;
}
#location-info-con .container-info-con .col-12 .first-p-info{
     font-size: 1.2rem;
     font-weight: 700;
     font-family: var(--Mulish-font);
}

/* location-info-section-end */


/* contact-form-section */
.container-form {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding-top: 3rem;

}
.container-form .contact-form h3{
    background-color: #00af4921;
    color: var(--green-color);
    font-family: var(--Raleway-font);
    width: 23rem;
    text-align: center;
    border-radius: 2rem;
    padding: .5rem 1rem;
    font-weight: 600;
}
.container-form .contact-form h1{
     font-family: var(--Raleway-font);
     font-weight: 700;
     padding-top: 1.5rem;
     font-size: 2.2rem;
     padding-bottom: 1.5rem;
}
.container-form .contact-form form{
  display: inline-grid;
}
.container-form .contact-form form .contact-form-group{
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: .5rem;
  box-shadow: 5px 5px 15px #00000013;
}
.container-form .contact-form form .contact-form-group-btn {
  background: linear-gradient(to right, #00C1E2, #4CAF50);
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: .5rem;
  box-shadow: 5px 5px 15px #00000013;
  font-size: 1.4rem;
  color: var(--white-color);
  font-family: var(--Raleway-font);
  margin-top: 2rem;
}
.container-form .contact-form form .contact-form-group-btn:hover {
  background: linear-gradient(to right, #4CAF50,#00C1E2);
  transition: all 0.5s ease;
}
.container-form .contact-img img{
  width: 100%;
}
/* contact-form-section-end */

/* map-section */
.map-container iframe{
  width: 100%;
  height: 800px;
}
/* map-section-end */


@media screen and (max-width: 576px) {
  #location-info-con .container-info-con .contact-heading h1{
    width: auto;
    font-size: 1.5rem;
}
#location-info-con .container-info-con .contact-heading{
  padding-top: 25%;
}
.container-form .contact-img img{
    width: 100%;
}
#location-info-con .container-info-con .col-12{
  width: 100%;
  text-align: center;
}
#location-info-con .container-info-con .row{
  padding: 0 10px;
}
.container-form .contact-form h3{
  width: auto;
  padding: .5rem .5rem;
  font-size: .9rem;
}
.container-form .contact-form h1{
   padding-top: 1rem;
   font-size: 1.5rem;

}
.container-form .contact-form form .contact-form-group-btn {
  padding: .5rem 2rem;
  margin-top: 1rem;
}
/* map-section */
.map-container iframe{
  width: 100%;
  height: 400px;
}
/* map-section-end */

}
/* contact-us-page-end-------------------------------------------------------------------- */


/* popup-btn- */
/* Hide popup by default */
.popup-form-it {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Form container styling */
.form-container {
  background: #fff;
  padding: 20px;
  max-width: 500px;
  width: 90%;
  border-radius: 8px;
  position: relative;
  padding-top: 4rem;
}

/* Close button */
.close-btn-it {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Button styling */
.btn-inquiry {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.enquiry-btn-it {
  cursor: pointer;
  padding: 10px 15px;
}

/* popup-btnend */


.registration-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  justify-content: center;
  text-align: center;
  justify-items: center;
}
.registration-popup-content {
  justify-content: center;
  text-align: center;
  justify-items: center;
}
.registration-popup-content button {
  padding: 10px 20px;
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
}
.registration-popup-content h3 {
  color: #28a745;
}
.registration-popup-content p {
  color: #000;
}

.registration-popup-content button:hover {
  background-color: #218838;
}





/* Confirmation Popup Styles */
/* Confirmation Popup Styles */
.confirmation-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.confirmation-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 300px;
  position: relative;
}
 

.close-bottom-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.close-bottom-btn:hover {
  background-color: #ddd;
}



.confirmation-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--Quicksand-font);
  color: var(--green-color);
}
.confirmation-content p {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: var(--Quicksand-font);
  color: var(--black-color);
}