  :root{
     --primry-color: #890c25;
    --secondary-color:#fec743;
    --font-color:#010035;
  }
    /* Main Footer */
    .edu-footer {
      /* background: linear-gradient(180deg, #17184c, #2b2d6b); */
      /* background: radial-gradient(circle, #3d3878 0%, #010035 30%); */
      background: radial-gradient(circle, #010035 0%, #010035 30%);

      color: white;
      position: relative;
      padding-top: 50px;
      overflow: hidden;
    }
    
    /* Grid Lines Only in Main Footer */
    .edu-footer::before {
      content: "";
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%; 
      height: calc(100% - 10px); 
      background-image: 
        linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
      background-size: 60px 60px;
      z-index: 1;
    }
    a{
      text-decoration:none !important;
    }
/* sub footer grid line  */
/* .edu-sub-footer {
  width: 100% !important;
  color: #fff !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px) !important;
  background-size: 60px 60px !important; 
} */


/* end grid line of */
    /* Icons in Background */
    .edu-footer-icon { 
        position: absolute; 
        z-index: 0; 
        opacity: 0.8; 
    }
    .edu-footer-icon-top-left { 
        top: 10px;
        left: 15px; 
    }
    .edu-footer-icon-bottom-left {
         bottom: 60px;
         left: 15px; 
    }
    .edu-footer-icon-top-right { 
        top: 10px;
        right: 15px; 
    }
    .edu-footer-icon-bottom-right {
         bottom: 60px; 
         right: 15px;
     }
    .edu-footer-icon-center-top { 
        top: 415px; 
        right: 45%; 
        transform: translateX(-50%);
     }

    /* Headings */
    .edu-footer h5 {
      font-weight: bold;
      margin-bottom: 20px;
      position: relative;
      padding-left: 15px;
      z-index: 2;
    }

    /* Links */
    .edu-footer ul {
      padding-left: 0;
      list-style: none;
      z-index: 2;
      position: relative;
    }
    .edu-footer ul li {
      margin-bottom: 7px;
    }
    .edu-footer ul li a {
      color: white;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .edu-footer ul li a:hover {
      color: #ffc107;
    }
    .edu-footer ul li i {
      margin-right: 8px;
      /* color: #ffc107; */
    }

    /* Sub Footer */
    .edu-sub-footer {
      background: rgba(255, 255, 255, 0.1) !important;
      padding: 10px;
      display: flex;
      font-size: 14px;
      position: relative;
      z-index: 2;
      background: rgba(255, 255, 255, 0.01);
      backdrop-filter: blur(1px) !important;
      -webkit-backdrop-filter: blur(10px);
    }
/* Left Text */
.edu-sub-footer .footer-left {
  flex: 1; 
}
.edu-sub-footer .brand {
  color: #fbbc05;
  font-weight: 600;
}
/* Right Icons */
.footer-icons {
  display: flex;
  gap: 10px;
}
.footer-icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fec743;
  color: #010035;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; 
  width: 32px;
  height: 32px;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
}

.footer-icons .icon:hover {
  background: #fbbc05;
  color: #fff;
}

/* end sub footer icon  */
 .eduFooter{
    z-index:2; 
    position:relative;
 }

 .glass-contact .contact-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 20px;
  color: #fff;
  height: 97%;
  width: 100%;
  position: relative;
  top: -99px;
}

.glass-contact h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.glass-contact p {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: justify;

}
.information{
  position: relative;
  top: 16px;
}
.about_sections{
  position: relative;
  /* top: -12px; */
  top: 0px;

}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
}

.contact-list i {
  font-size: 16px;
  margin-right: 10px;
  margin-top: 3px;
}

.contact-list a {
  color: #fff;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.conatct-section-img{
  width: 70px;
}

.satrs{
    width: 7%;
}
.testTub{
    width: 7%;
}
.ideaas{
    width: 7%;
}
.skilled{
    width: 7%;
}
.arrows{
    width: 7%;
}
.arrowss{
  width: 5%;
}
.allSectionGapping{
  margin-top: 13px;
  /* margin-left: 25px; */
}
.edu-footer-icon-center-bottom {
  position: absolute;
  bottom: 20px;  
  left: 50%;
  transform: translateX(-50%);
  max-width: 80px;
  height: auto;
}
/* logo about section */
.about-logo-img {
  max-width: 120px !important;  
  width: 100%;
  height: auto;
  border-radius: 12px;
  position: relative;
  /* top: 58px;  */
  top: -15px; 
  /* left: 30px; */
}
.about-logo {
  text-align: center;
}
/* box for icon */
.edu-contact .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.edu-contact .contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
}

.edu-contact .contact-list a {
  color: #fff;
  text-decoration: none;
}

.edu-contact .contact-list a:hover {
  text-decoration: underline;
}

/* Icon box */
.icon-box {
  /* background: #ffc107;
  color: #fff; */
  font-size: 16px;
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 34px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_dot{
  font-size: 14px !important;
  position: relative;
  left: 4px
}
/* contact line heading */
/* Footer Common Styles */
.eduFooter h5 {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}
.eduFooter h5::after {
  content: "";
  position: absolute;
  /* left: 50%; */
  left: 38%;
  bottom: -8px; 
  transform: translateX(-50%);
  width: 60px; 
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #3d3878, #fbc02d);
  background-size: 300%;
  animation: moveGradient 3s linear infinite;
}

@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* Contact Us Section */
.edu-contact .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.edu-contact .contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
}

.edu-contact .contact-list a {
  color: #fff;
  text-decoration: none;
}

.edu-contact .contact-list a:hover {
  text-decoration: underline;
}

/* Icon Box Styling */
.icon-box {
  background: #fec743;      
  color: #010035;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;     
  justify-content: center;   
  font-size: 18px;           
  flex-shrink: 0;           
}
.allSection_alig{
      margin-left: -15px;

}
.icon_dot {
  font-size: 16px;
}
/* contact us section start */
/* Section Background */
.course-section-unique {
  background: #fff;
}
/* Feature Boxes */
.feature-box-unique{
  display: flex;
  align-items: center;
}

.feature-box-unique p {
  font-size: 14px;
  color: #666;
  margin: 0;
  text-align: justify;
}

.feature-icon-unique {
  display: flex;
  align-items: center;
}
/* heading line */
.feature-box-unique h5 {
  position: relative;
  display: inline-block;   
  padding-bottom: 5px;     
}

.feature-box-unique h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;             
  height: 1px;             
  background-color: #000;  
}

/* Right Side Form */
.course-form-unique {
  background: #a11d28; /* dark red */
  position: relative;
}

.course-form-unique::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #f8c041; /* yellow */
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
/* Main Form Box */
.course-form-box {
  border-radius: 8px;
  overflow: hidden;
  /* max-width: 350px; */
  width: 90%;
}

.about-form-title{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;
}

.about-form-title i{
  font-size: 20px;
}


/* Triangle Cut for Red Bottom */
.form-header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--primry-color);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

/* Yellow Footer Section */
.form-footer {
  background: #f8c041;
  padding: 40px 20px 30px;
}

/* Inputs & Select */
.form-control-unique {
  border-radius: 4px;
  padding: 12px !important;
  border: 2px solid transparent  !important;
  box-shadow: none;
  font-size: 14px;
  transition: all 0.5s ease-in;
  outline: none !important;
}

.form-control-unique:focus {
  border: 2px solid var(--font-color) !important ;
  outline: none;
  box-shadow: none !important;
}
.form-control-unique:active{

}

/* Button */
.btn-darkblue {
  background: var(--font-color) !important;
  color: #fff !important;
  padding: 10px 30px !important;
  border-radius: 30px !important;
  border: none;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  top: 15px;
}

.add-text{
  font-size: 13px !important;
}

.btn-darkblue:hover{
  background-color: var(--primry-color) !important;
  color: white;
}

/* button effect */

/* end button effect */
/* neewww */
.form-header {
  background: var(--primry-color); /* red */
  padding: 35px;
  position: relative;
  color: #fff;
}

/* main red triangle */
.form-header::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 20px;
  /* background: #a11d28; red */
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 2;
} 

/* dark red shadow triangle */
.form-header::before {
  content: "";
  position: absolute;
  bottom: -37px; 
  left: 0;
  width: 100%;
  height: 37px;
  background: #a70022e3;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
/* searchable startt */
/* Select2 container ko Bootstrap input jaisa banane ke liye */
.select2-container .select2-selection--single {
  height: 45px;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  display: flex;
  align-items: center;
}

/* Placeholder style */
.select2-container .select2-selection__placeholder {
  color: #6c757d;
  font-size: 14px;
}

.form-teaxtarea{
  height: 80px !important;
}

.contact-section-buttons{
  width: 70% !important;
  
}
/* Dropdown arrow */
.select2-container .select2-selection__arrow {
  height: 100%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* Dropdown menu box */
.select2-container .select2-dropdown {
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
  margin-top: 5px;
  font-size: 14px;
}

/* Dropdown option */
.select2-container .select2-results__option {
  padding: 8px 12px;
  cursor: pointer;
}

/* Hovered option */
.select2-container .select2-results__option--highlighted {
  background-color: #0056b3 !important;
  color: #fff !important;
}

/* Not found message */
.select2-container .select2-results__option.select2-results__message {
  color: #dc3545;
  font-weight: 500;
  font-style: italic;
}


/* contact us section end */
@media(max-width:1399px){
  .edu-footer-icon-center-top {
        top: 76%;
        right: 45%;
        transform: translateX(-50%);
  }
    .contact-section-buttons{
    width: 80% !important;
  }
}

@media(max-width:1200px)
{
    .contact-section-buttons{
    width: 90% !important;
  }
}
@media(max-width:991px){
      .edu-footer-icon-center-top { 
        top: 83%; 
        right: 38%; 
        transform: translateX(-50%);
     }
     .arrows {
      width: 12%;
    }
.satrs {
    width: 10%;
}
.testTub {
    width: 11%;
}

.edu-footer-icon-top-left {
    top: 10px;
    left: 15px;
}
}
@media (max-width: 768px) {
  .about-logo-img {
    max-width: 100px; 
  }
    .edu-footer-icon-center-top { 
        top: 87%; 
        right: 33%; 
        transform: translateX(-50%);
     }
     .arrows {
    width: 14%;
    }
    .ideaas {
    width: 12%;
}
.testTub {
    width: 11%;
}
.gpping{
  margin-top: -50px;
}

  .contact-section-buttons{
    width: 100% !important;
  }
}
@media(max-width:576px){
      .edu-footer-icon-top-left { 
        top: 11%;
        left: 15px; 
    }
    .edu-footer-icon-center-top {
        top: 90%;
        right: 29%;
        transform: translateX(-50%);
}

.linksd{
  margin-top: -80px !important;
}
    .allSectionGapping{
  margin-top: 13px;
  margin-left: 25px;
}

    .edu-footer-icon-top-right {
    top: 0;
    right: 15px;
}
.testTub {
    width: 15%;
}
.satrs {
    width: 15%;
}
.glass-contact .contact-glass{
  width: 85%;
  left: 35px;
}
}
@media (max-width: 480px) {
  .about-logo-img {
    /* max-width: 80px;  */
    max-width: 100px; 
  }
  .edu-footer-icon-bottom-left {
    bottom: 57%;
    left: 60%;
    width: 20%;
}
.edu-footer-icon-top-left {
        top: 13%;
        left: 6px;
        width: 20%;
    }
    .edu-footer-icon-top-right{
      top: 0;
      width: 20%;
    }
        .edu-footer-icon-center-top {
        top: 90.3%;
        right: 23%;
        width: 20%;
        transform: translateX(-50%);
    }
    .arrowss {
    width: 13%;
}
.edu-footer-icon-bottom-right {
    bottom: 84px;
    right: 10px;
    width: 13%;
}
    .allSectionGapping{
      margin-left: 20px;
    }
    .glass-contact .contact-glass {
    padding: 31px;
    width: 78%;
    left: 43px;
    height: 110%;
}
 .edu-sub-footer {
    flex-direction: column;    
    text-align: center;          
    gap: 10px;                    
  }

  .footer-icons {
    justify-content: center;      /* center icons */
  }
}

@media(max-width:320px){
  .edu-footer-icon-bottom-left {
        bottom: 83px;
        left: 8px;
        width: 14%;
}
}

@media(max-width:1440px)
{

}