.title-card {
  display: flex;
  flex-direction: column;
  min-width: fit-content;
  cursor: pointer;
}

.custom-card{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;    
  transition: transform 0.3s ease, box-shadow 0.3s ease;    
  padding: 20px;
  border: 0.5px solid grey;
  align-items: center
}

.title-card:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.bg-card-actives {
  padding: 15px;
  background-color: #f5f5f5;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.bg-card-actives.active {
  background-color: #007bff;
  color: #fff;
}

.title-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #444;
}

.card-description {
  font-size: 1em;
  line-height: 1.5;
  color: #666;
}

.card-button {
  display: block;
  margin-top: 15px;
  padding: 10px 15px;
  text-align: center;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.card-button:hover {
  background-color: #0056b3;
}

.curriculum-title-container{
  width: 100%;
  display: flex;
  column-gap: 30px;
  overflow: scroll;
  scrollbar-width: none;
}

.data-Science-course-h2{
  text-align: center;
  font-size: 30px;
  display: block;
}


.learn-with h3{
  margin: 0 !important;
  font-size: 24px;
  text-align: center;
}
.learn-with span{
  
  color: rgb(238 44 60);
}

.learn-with{
  margin: 20px 0;
}

.curriculum-card{
padding: 30px !important;
margin-top: 50px;
margin-bottom: 30px;
}



.tools-img-name-container{
  display: flex;
  column-gap: 30px;
}

.tools-img-name-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 40px 0 10px 0;
}

.tools-img-name {
  display: flex;
  align-items: center;
  margin: 0 10px;
  min-width: 100px;
  text-align: center;
  column-gap: 5px;
}

.tools-img-name img {
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);    
  transition: transform 0.3s ease, box-shadow 0.3s ease;  
  border-radius: 5px;
}

.curriculum-details{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.curriculum-details {
  display: none; /* Hide by default */
}
.curriculum-details.active {
  display: flex; /* Show active details */
}

.center-container{
  width: 80vw;
  margin: auto;
}

.why-choose-card strong{
  color: rgb(238 44 60);
}

i{
  font-family: icomoon !important;
  /* speak: never; */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

.icon-chevron-right::before{
  content: "\e901";
}

.curriculum-right-left{
  display: flex;
  align-items: baseline;
  position: relative;
}


.arrow-btn, .arrow-btn {
  background-color: #e63946 !important; 
   color: #fff; 
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: white;
  cursor: pointer;
  font-size: 1.5rem;
}

.prev-btn {
  left: 10px;
   
}

.tools-and-technologies{
  margin-top: 20px;
}

.course-cover{
  display: flex;
  flex-direction: column;
}





/* ------- course page css ---------- */


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }


.banner-section{
  display: flex;
position: relative;
  /* justify-content: space-around; */
  padding-left: 20px;
  margin-left: 30px;
  align-items: center;
  margin-top: 44px;
}


.TExt-banner{
  font-size: 51px;
line-height: normal;
text-align: left;
color: #272c37;
letter-spacing: normal;
display: block;
font-weight: 600;
margin: 0;

}

.pTag{width: auto;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  margin-top: 8px;
  text-align: left;
  color: #272c37;
  padding-left: 0;
  margin: 0;

}

.right-banner{
  width: 40vw;
  margin-left: 30px;
  gap: 14px;
  display: flex;
  flex-direction: column;
}














.rank{
font-weight: 700;
}
ul{
  padding-inline-start: 0px;
}

ul li{
   list-style-type: none;
  margin-top: 8px;
  position: relative;
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 400;
  color: #272c37;
  /* padding-left: 23px; */
  
}
.phone{
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
 
 /* align-items:first baseline; */

}
.greentick::before{
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
  background: url(https://www.simplilearn.com/ice9/assets/new-master-banner-bullet.svgz) no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
.colabrtaion {
  display: flex;
  align-items: baseline;
  /* gap: 20px; */
  /* padding: 0px 10px; */
}
.colabrtaion img{
  width: auto;
height: 30px;    
}

.btn1{
  background: #1179ef;
      color: #fff;
      margin-right: 16px;
      width: 198px;
      line-height: 48px;
      font-size: 16px;
      font-weight: 500;
      text-transform: inherit;
      text-align: center;
      border-radius: 4px;
      margin-top: 2px;
      display: inline-block;
      outline: none;
      border: 1px solid #1179ef;


}
.BTN2{
  /* background: fff; */
  background-color: #fff;
      color: black;
      margin-right: 16px;
      width: 198px;
      line-height: 48px;
      font-size: 16px;
      font-weight: 500;
      text-transform: inherit;
      text-align: center;
      border-radius: 4px;
      margin-top: 2px;
      display: inline-block;
      outline: none;
      border: 1px solid #1179ef;
}
.colab{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
}

.colab p{
color: #012970;
font-family: "Nunito", sans-serif;
font-size: calc(1.3rem + .6vw);
margin-top: 0;
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
}


.colab img{
  width:auto;
  height: 40px;
}
.posre{
  position: relative;
}

.banner-bg-pre{
  background: #272c37;
  display: block;
  position: absolute;
  margin-top: 0;
  top: 0;
  right: 0;
  bottom: 0;
  
  background-size: cover;
  clip-path: polygon(100% 313%, 100% 0%, 0% 0%);

  max-height: 625px;
  width: calc(50% - 34px);
  height: 548px;
}
.dootedpre{
  content: "jkjkj";
  width: 190px;
  height: 140px;
  display: inline-block;
  background: url(https://www.simplilearn.com/ice9/assets/Certificate_banner_dots.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  transform: rotate(180deg);
  /* z-index: +222; */
}

.sir-banner-btn{
  position: absolute;
  gap: 30px;
  display: flex
;
  bottom: 1%;
  
}
.stuNum{
  font-size: 17px;
  font-weight: 700;
}
.bttp{
  font-size: 15px;
}
.btnban-btn::before{
  content: "🙋🏻‍♂️";
  width: 30px;
  /* display: block; */
}
.btnban-btn2::before{
  content: "⭐";
  width: 30px;
  /* display: block; */
}
.btnban-btn{
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  /* z-index: +22; */
      border-radius: 6px;
      background: #fff;
      box-shadow: 1px 4px 12px 0px rgba(17, 121, 239, .25);
      padding: 2px 30px;

      border: none;
      font-size:17px ;
      /* bottom: 0px; */
}
.btnban-btn2{
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  /* z-index: +22; */
      border-radius: 6px;
      background: #fff;
      box-shadow: 1px 4px 12px 0px rgba(17, 121, 239, .25);
      padding: 2px 30px;
      border: none;
      font-size:17px ;
      /* bottom: 0px; */
}
@media (min-width:1213px) {
.sir_banner_image img{
  position: absolute; 
  /* z-index: 1; */
left: 50%; 
top: 20px;
width: 420px !important;
}

}




/* timesection */
.second-section{

  max-width: 1200px;
  margin: auto;
}
.program-details {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #f9f9f9, #e6f7ff);
  padding: 20px;
  border-radius: 8px;
  gap: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.detail-item {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 4px;
  min-width: calc( 33.33%-10px);
  text-align: left;
  padding-left: 10px;
  position: relative;
}

.detail-item:nth-child(1)::after,
.detail-item:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 20;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(149, 147, 147, 0.404);
}


.icon-clock, .icon-calendar, .icon-book {
  font-size: 24px;
  color: #007bff;
  margin-right: 15px;

}

.detail-content {
  font-family: Arial, sans-serif;
}

.detail-title {
  font-size: 1rem;
  color: #000000 !important;
  margin: 0;
}

.detail-value {
  font-size: 1.2rem !important;
  font-weight: bold;
  color: #000;
  margin: 0;
}

  

/* Responsive Design */
@media (max-width: 768px) {
  .program-details {
    flex-direction: column;
  }

  .section-gap{
    margin-top: 20px;
  }

  .join-program-container{
      flex-direction: column;
  }

  .section-gap{
      margin-top: 20px !important;
  }

  .third-section{
       margin-top: 700px !important;
  }

  .detail-item {
    justify-content: flex-start;
  }

  .detail-item:nth-child(1)::after,
.detail-item:nth-child(2)::after {
  visibility: hidden;
}
}




.join-program-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    gap: 20px;
    padding-top: 10px;
    align-items: center;
    height: 645px;
    position: relative;
}


.cards-section {
    flex: 0 0 60%;
}

.couse-duraion-h3{
  position: absolute;
  /* top: 10%; */
  left: 25%;
  z-index: 11;
  /* transform: translate(-50%, -50%); */
  /* text-align: center; */
}


.form-section {
    flex: 0 0 40%;
    background-color: #F8FBFF;
    height: fit-content;
    padding: 20px ;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}



.benefits {
  
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;  
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px 10px;
    
}

.benefit {
    flex: 1 1 calc(10% - 10px);
    background: white;
    margin: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    /* height: 200px; */
}

.benefit h3{
  text-align: center !important;
  

}

.circle{
  text-align: center;
  background: #fff;
  margin: 0 auto;
  z-index: 1;
  margin-top: -50px;
  line-height: 40px;
  width: 38px;
  height: 38px;
 
  border-radius: 40px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .08);
}
.circle img{
  width: auto;
  max-height: 45px;
}
.ratings {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.rating {
    text-align: center;
}


.countdown {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input, .form-group select {
    width: 95%;
    padding: 10px;
    border: none;
    background-color: #F8FBFF;

    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.form-group input[type="radio"] {
    width: auto;
}

.form-group .radio-group {
    display: flex;
    gap: 10px;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    /* padding: 20px 0; */
}

.Why_Choose_Our_Data_Science_Course{
  font-size: 35px ;
  font-weight: 700;
  margin: 40px 0 50px 0;
}

/* button, input, optgroup, select, textarea{
  line-height: 0 !important;
  font-size: 16px !important;
} */

.submit-btn:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .cards-section, .form-section {
        flex: 1 1 100%;
    }

    .benefit {
        flex: 1 1 100%;
    }
    .couse-duraion-h3{
      position: static;
      text-align: center;
    }
}


#stats{
  display: block !important;
}

.stats{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
  align-items: center;
  
}
.stats-para{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-color:#f9f9f9;
  height: 200px;
  padding: 20px;
  flex: 1 1 200px;
  flex: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  
}
.stats-para img{
font-size: 10px; 

}
.stats-para .para{
color:#004080;
font-size: 20px;
}
@media (max-width: 1008px) {
  .stats {
    grid-template-columns: 1fr;
      
  }
}



/* thirdsection */

  
      .third-section{
       margin-top:150px;          
       position: relative;
      }

      .container-third {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
        /* position: relative; */
z-index: +111;
      }
      .background-bg{
          /* position:absolute; */
          z-index: -111;
          background-color: #f1eeee;
/* clip-path: polygon(32% 18%, 100% 20%, 96% 96%, 0 100%, 0% 38%); */
          clip-path: polygon(18% 20%, 100% 19%, 91% 94%, 0 100%, 0% 38%);
          width: 100%;
          height: 100%;
      }

      .header {
          text-align: center;
          margin-bottom: 40px;
      }

      .header h1 {
          font-size: 2rem;
          color: #333;
      }

      .header p {
          font-size: 1rem;
          color: #666;
      }

      .certificates {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          /* gap: 20px; */
      }

      .certificate {
          flex: 1;
          min-width: 300px;
          padding: 20px;
          position: relative;
          /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
          /* border-radius: 8px; */
          border: none;
          overflow: hidden;
          /* background-color: #fff; */
      }

      .certificate .background {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        
          z-index: 1;
      }

      .certificate img {
          width: 100%;
          height: auto;
          display: block;
          position: relative;
          z-index: 2;
      }

      .details {
          padding: 20px 0;
          text-align: center;
          position: relative;
          z-index: 3;
      }

      .details h3 {
          font-size: 1.2rem;
          margin-bottom: 10px;
          text-align: left;
      }

      .details ul {
          list-style: none;
          padding: 0;
          margin: 0;
      }

      .details ul li {
          margin-bottom: 8px;
          font-size: 0.9rem;
          display: flex;
          align-items: center;
          gap: 10px;
          text-align: initial;
      }

      .details ul li img {
          width: 20px;
          height: 20px;
      }

      .icon {
          position: absolute;
          top: 20px;
          right: 20px;
          width: 40px;
          height: 40px;
          background-color: #fff;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          z-index: 4;
      }

      .icon img {
          width: 24px;
          height: 24px;
      }

      @media (max-width: 768px) {
          .certificates {
              flex-direction: column;
          }
      }


      /* forthsection  */


      .unique-body {
          padding: 20px;
      }

      .unique-container {
          max-width: 1200px;
          margin: 0 auto;
          text-align: center;
      }

      .unique-h1 {
          font-size: 2rem;
          margin-bottom: 10px;
      }

      .unique-p {
          color: #555;
          margin-bottom: 30px;
      }

      .unique-achievements, .unique-alumni {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
          justify-content: center;
          margin-bottom: 30px;
      }

      .unique-achievements div {
        display: flex;
        flex-direction: column;
        align-items: center;
          /* flex: 1 1 200px; */
          flex: auto;
          border: 1px solid #ddd;
          border-radius: 8px;
          padding: 15px;
          text-align: center;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .unique-achievements div h3 {
          font-size: 1.5rem;
          color: #333;
          font-weight: bold;
      }

      .unique-achievements div p {
          font-size: 1.2rem;
          color: #666;
          font-weight: bold;
      }

      .unique-alumni img {
          max-height: 50px;
          margin: 10px;
      }


      .benefit h3{
          margin: 20px 0;
          font-size: 20px;
          font-weight: 700;
      }
  

      /* *, ::after, ::before{
          box-sizing: unset !important;
      } */

      @media (max-width: 768px) {
          .unique-h1 {
              font-size: 1.5rem;
          }

          /* .unique-achievements, .unique-alumni {
              flex-direction: column;
              align-items: center;
          } */

          .unique-achievements div {
              width: 100%;
          }
      }


      /* CSS.css */


      * {
          font-family: Arial, Helvetica, sans-serif;
      }
      
      .container {
          padding-top: 10px;
          height: auto;
          position: relative;
      }
      
      /* .col-lg-6 {
          display: flex;
          position: relative;
          padding-left: 20px;
          margin-left: 30px;
          align-items: center;
          margin-top: 44px;
      } */
      
      .text-banner {
          font-size: 32px;
          color: #272c37;
          font-weight: 500;
      }
      
      .pTag {
          font-weight: 400;
          font-size: 16px;
          margin-top: 8px;
          color: #272c37;
      }
      
      .right-banner {
          margin-left: 30px;
          display: flex;
          flex-direction: column;
      }
      
      .rank {
          font-weight: 700;
      }
      
      ul {
          padding-inline-start: 0;
      }
      
      ul li {
          list-style-type: none;
          margin-top: 8px;
          position: relative;
          font-size: 16px;
          color: #272c37;
          /* padding-left: 23px; */
      }

      ul{
        padding: 0 !important;
      }

      .right-banner ul li{
        padding-left: 23px;
      }
      
      /* .details li::before {
          width: 15px;
          height: 15px;
          content: "";
          display: inline-block;
          background: url(https://www.simplilearn.com/ice9/assets/new-master-banner-bullet.svgz) no-repeat;
          position: absolute;
          left: 0;
          top: 3px;
      } */

      .section-gap{
          margin-top: 20px;
      }
      
      .collaboration {
          display: flex;
          gap: 20px;
          padding: 0 10px;
      }
      
      .collaboration img {
          height: 25px;
      }
      
      .btn1, .btn2 {
          background: #1179ef;
          color: #fff;
          width: 198px;
          line-height: 48px;
          font-size: 16px;
          font-weight: 500;
          text-align: center;
          border-radius: 4px;
          margin-top: 2px;
          display: inline-block;
          border: 1px solid #1179ef;
      }
      
      .btn2 {
          background-color: #fff;
          color: black;
          border: 1px solid #1179ef;
      }
      
      .sir-banner-btn {
          position: absolute;
          gap: 30px;
          display: flex;
          bottom: 1%;
      }
      
      .sir-banner-image img {
          position: absolute;
          left: 50%;
          top: 20px;
          width: 420px;
      }
      
      .program-details {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          background-color: #f9f9f9;
          padding: 20px;
          border-radius: 8px;
          gap: 20px;
      }
      
      .detail-item {
          display: flex;
          align-items: center;
          flex: 1;
          min-width: 150px;
          text-align: left;
      }
      
      .icon-clock, .icon-calendar, .icon-book {
          font-size: 24px;
          color: #007bff;
          margin-right: 15px;
      }
      
      .detail-content {
          font-family: Arial, sans-serif;
      }
      
      .detail-title {
          font-size: 14px;
          color: #6c757d;
          margin: 0;
      }
      
      .detail-value {
          font-size: 16px;
          font-weight: bold;
          color: #000;
          margin: 0;
      }
      
      /* Responsive Design */
      @media (max-width: 768px) {
          .program-details {
              flex-direction: column;
          }
      
          .detail-item {
              justify-content: flex-start;
          }
      }


      @media (min-width:516px) and (max-width:620px){
        .third-section{
          margin-top: 780px !important;
        }
      }
      @media (min-width:450px) and (max-width:515px){
        .third-section{
          margin-top: 850px !important;
        }
      }
      @media (max-width:449px){
        .third-section{
          margin-top: 400px !important;
        }
      }




      /* ---------- review section css ------------- */


      body {
          font-family: Arial, sans-serif;
          margin: 0;
          padding: 0;
          background-color: #f9f9f9;
        }
        
        .testimonials {
          
          padding: 2rem 1rem;
        }
        
        .testimonials h2 {
          color: #e63946;
          margin-bottom: 2rem;
          font-size: 1.8rem;
        }
        
        .carousel {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          overflow: hidden;
        }
        
        .slides-container {
          overflow: hidden;
          width: 90%;
        }
        
        .slides {
          display: flex;
          transition: transform 0.5s ease-in-out;
          column-gap: 20px;
        }
        
        /* .slide {
          
        } */
        
        .quote-mark {
          font-size: 2rem;
          color: #e63946;
          margin-right: 0.5rem;
        }
        
        blockquote {
          font-style: italic;
          font-size: 0.95rem;
          color: #333;
          line-height: 1.5;
          min-width: 300px;
          max-width: 300px;
          
          margin: 0 10px;
          background: #fff;
          height: 300px;
          padding: 1.5rem;
          border-radius: 12px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          text-align: left;
        }
        
        .read-more {
          color: #0077b5;
          text-decoration: none;
          font-weight: bold;
        }
        
        .linkedin-link {
          color: #0077b5;
          font-size: 0.9rem;
        }
        
        .user-info {
          display: flex;
          align-items: center;
          gap: 1rem;
          margin-top: 5px; /* Add this line for spacing */
        }
        
        .user-info img {
          width: 80px;
          height: 80px;
          border-radius: 50%;
        }
        
        .user-info h3 {
          font-size: 1rem;
          color: #222;
        }
        
        .user-info p {
          font-size: 0.85rem;
          color: #666;
        }
        
        
        .prev-btn, .next-btn {
          position: absolute;
          top: 35%;
          transform: translateY(-50%);
          background-color: #e63946;
          color: #fff;
          border: none;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          cursor: pointer;
          font-size: 1.5rem;
          z-index: 11 !important;
        }
        
        .prev-btn {
          left: 0px;
        }
        
        .next-btn {
          right: 0px;
        }
        
        @media (max-width: 768px) {
          .slide {
            min-width: 90%;
          }

          .prev-btn, .next-btn {
            width: 30px;
            height: 30px;
            font-size: 1.2rem;
            top: 30%;
          }
        }
        .quate-card{
          padding-top: 4px;
        }
        
        
        .popup {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgb(0 0 0 / 68%);
          z-index: 1;
          justify-content: center;
          align-items: center;
          backdrop-filter: blur(8px); /* Blurs the background */
          overflow: hidden;
        }
        
        
        .popup-content {
          background: white;
          padding: 20px;
          border-radius: 10px;
          width: 100%;
          max-width: 500px;
          position: relative;
          text-align: center;
          
        }
        
        .popup-content h3 {
          margin-top: 0;
          color: #f97316;
        }
        
        .popup-content p {
          margin: 15px 0;
        }
        
        .user-info {
          display: flex;
          align-items: center;
          gap: 15px;
          margin-top: 20px;
        }
        
        .user-info img {
          width: 80px;
          height: 80px;
          border-radius: 50%;
        }
        
        .close-btn {
          position: absolute;
          top: 10px;
          right: 10px;
          font-size: 1.5rem;
          color: black;
          cursor: pointer;
        }
        
        .linkedin-link {
          color: #0077b5;
          text-decoration: none;
        }
        
        /* Responsive design */
        @media (max-width: 768px) {
          .popup-content {
            width: 95%;
          }
        
          .user-info {
            flex-direction: column;
            text-align: center;
          }
        }

        .btnban-btn p{
          margin: 0;
        }
        .btnban-btn2 p{
          margin: 0;
        }



        /* adarsh form css */


        * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
        }
    
      
    
        .form-container {
          background: #fff;
          padding: 25px 20px;
          border-radius: 15px;
          /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); */
          width: 100%;
          max-width: 100%;
          position: relative;
          animation: slideIn 1s ease-out;
        }
    
        @keyframes slideIn {
          from {
            transform: translateY(-50px);
            opacity: 0;
          }
          to {
            transform: translateY(0);
            opacity: 1;
          }
        }
    
        .form-container::before,
        .form-container::after {
          content: "";
          position: absolute;
          background: rgba(255, 255, 255, 0.1);
          border-radius: 50%;
        }
    
        .form-container::before {
          top: -20px;
          right: -20px;
          width: 80px;
          height: 80px;
          animation: float 6s infinite;
        }
    
        .form-container::after {
          bottom: -20px;
          left: -20px;
          width: 120px;
          height: 120px;
          animation: float 8s infinite reverse;
        }
    
        @keyframes float {
          0%, 100% {
            transform: translateY(0);
          }
          50% {
            transform: translateY(-15px);
          }
        }
    
        .form-container h2 {
          text-align: center;
          margin-bottom: 20px;
          color: #333;
          position: relative;
        }
    
        .form-container h2::after {
          content: '';
          display: block;
          width: 50px;
          height: 4px;
          background: linear-gradient(135deg, #6a11cb, #2575fc);
          margin: 8px auto 0;
          border-radius: 2px;
        }
    
        .form-group {
          position: relative;
          margin-bottom: 25px;
        }
    
        .form-group input {
          width: 100%;
          padding: 12px 0;
          border: none;
          border-bottom: 2px solid #ccc;
          font-size: 16px;
          background: transparent;
          transition: all 0.3s ease;
        }
    
        .form-group input:focus {
          outline: none;
          border-bottom: 2px solid #6a11cb;
        }
    
        .form-group label {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          font-size: 16px;
          color: #aaa;
          pointer-events: none;
          transition: all 0.3s ease;
        }
    
        .form-group input:focus + label,
        .form-group input:not(:placeholder-shown) + label {
          top: -10px;
          font-size: 12px;
          color: #6a11cb;
        }
    
        .submit-btn {
          width: 100%;
          padding: 12px;
          border: none;
          border-radius: 12px;
          background: linear-gradient(135deg, #6a11cb, #2575fc);
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          cursor: pointer;
          transition: transform 0.2s ease-in-out, box-shadow 0.3s;
        }
    
        .submit-btn:hover {
          transform: translateY(-5px);
          box-shadow: 0 10px 20px rgba(106, 17, 203, 0.5);
        }
    
        .submit-btn:active {
          transform: translateY(0);
          box-shadow: 0 6px 15px rgba(106, 17, 203, 0.3);
        }
    
         /* Media Query for Smaller Screens  */
        @media (max-width: 360px) {
          .form-container {
            padding: 20px 15px;
          }
    
          .form-group input {
            font-size: 14px;
          }
    
          .form-group label {
            font-size: 14px;
          }
    
          .submit-btn {
            font-size: 14px;
            padding: 10px;
          }
        }
    
        @media (max-width: 280px) {
          body {
            padding: 10px;
          }
    
          .form-container {
            padding: 15px 10px;
          }
    
          .form-group input {
            font-size: 12px;
          }
    
          .form-group label {
            font-size: 12px;
          }
    
          .submit-btn {
            font-size: 12px;
            padding: 8px;
          }
        }

        @media (max-width:990px){
          .contact-form-section{
              flex-direction: column-reverse;
              row-gap: 30px;
          }
        }

        .contact-form-section{
          display: flex;
          justify-content: space-around;
        }
      

        /* ----------------- why choose section css ------------- */

        .heading {
          color: #e63946;
          font-size: 28px;
          font-weight: bold;
          margin-bottom: 20px;
        }
    
        .content {
          font-size: 16px;
          color: #444;
          line-height: 1.8;
          overflow: hidden;
          max-height: 120px;
          transition: max-height 0.4s ease;
        }
    
        .content.expanded {
          max-height: none;
        }
    
        .read-more {
            color: #e63946;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            margin-top: 15px;
            padding: 8px 8px;
            border-radius: 8px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
    
        .read-more:hover {
          background-color: #e63946;
          color: #fff;
        }


        .choose-container{
          max-width: 900px;
          margin: 50px auto;
          padding: 30px;
          background-color: #fff;
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          border-radius: 12px;
        }



        /* --------- new form css ----------- */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f8fc;
  color: #333;
}

.apply-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-benefits-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.form-container,
.benefits-section {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);  */
  animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.form-container h2,
.benefits-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 1.5rem;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-group input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-bottom: 2px solid #6a11cb;
}

.form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: #aaa;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: #6a11cb;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.3s;
}

.submit-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(106, 17, 203, 0.5);
}

.benefits-section ul {
  list-style: none;
  padding: 0;
}

.benefits-section li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
}

.benefits-section li::before {
  content: "✔";
  color: #007bff;
  margin-right: 10px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .form-benefits-container {
    /* grid-template-columns: 1fr; */
    display: flex;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 480px) {
  .form-container,
  .benefits-section {
    padding: 20px 15px;
  }

  .form-group input {
    font-size: 14px;
  }

  .form-group label {
    font-size: 14px;
  }

  .submit-btn {
    font-size: 14px;
    padding: 10px;
  }
}


/* ---------- contact us css ----------- */


.ban_sec {
  width: 100%;
}

.ban_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ban_img img {
  width: 100%;
  height: auto;
  filter: blur(4px);
  transform: scale(1.1);
}

.ban_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.ban_text strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.ban_text strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}

.ban_text p {
  font: 400 25px/30px "Montserrat", sans-serif;
  color: #fff;
  margin: 7px 0 25px;
}

.ban_text a {
  display: inline-block;
  font: 800 19.39px/24px "Montserrat", sans-serif;
  background: #282828;
  border-radius: 26px;
  color: #fff;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.ban_text a:hover {
  background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }

  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }

  .ban_text strong span {
    font-size: 37px;
  }

  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }

  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  .ban_text {
    left: 2%;
  }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

.support-section {
  text-align: center;
  padding: 50px 20px;
  background-color: white;
}

.support-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.support-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.option {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.option:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 2.5rem;
  color: #f97316;
  margin-bottom: 10px;
}

.phone-icon::before {
  content: "📞";
}

.chat-icon::before {
  content: "💬";
}

.tweet-icon::before {
  content: "✖️";
}

.faq-icon::before {
  content: "💡";
}

.option h2 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 5px;
}

.option p {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .support-options {
    flex-direction: column;
    gap: 20px;
  }

  .option {
    width: 100%;
    max-width: 300px;
  }
}

.map-contact-card{
  width: fit-content;
}

.map-contact-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.map-section{
  position: relative;
}

.contact-mail-location{
  position: absolute;
}

@media screen and (max-width:1080px) {
  .map-contact-container{
    grid-template-columns: 1fr;
    
  }
}


/* --------- privacy policy css ----------- */

.banner-image-container {
  background: #f8f9fa;
  padding: 20px;
  text-align: center;
}

.banner-image-container img {
  width: 100%;
  height: 700px;
}

.texts h1 {
  font-size: 3.5rem;
  margin: 5px;
}

.container {
  margin-top: 20px;
}

.content-section {
  padding: 20px;
}

.content-section h2 {
  font-size: 1.5rem;
  margin-top: 20px;
}

.content-section p {
  margin-bottom: 10px;
}

.sidebar {
  position: sticky;
  top: 20px;
  padding-left: 15px;
}

.sidebar a {
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  color: #007bff;
}

.sidebar a:hover {
  text-decoration: underline;
}
@media screen and (max-width:991px) {
  .privacy-table{
      flex-direction: column-reverse;
  }
}

.career-service{
display: flex;
column-gap: 30px;
align-items: center;
}

.left-career-section{
display: grid;
grid-template-columns: auto auto;
column-gap: 30px;
width: 100%;
}

.service-card{
height: auto;
display: flex;
column-gap: 10px;
align-items: center;
margin-bottom: 10px;
}

.career-service-container h2{
margin: 20px 0 ;
}

@media  screen and (max-width:1070px) {

.right-career-section{
  display: none !important;
}

.left-career-section{
  row-gap: 20px;
  width: 100%;
}

.service-card{
  padding: 15px 5px !important;
}


}

.service-card img{
height: 30px;
width: 30px;
}

.career-counsellor-banner-image{
width: 100%;
height: 100%;
}

@media screen and (max-width:595px){
.left-career-section{
  display: flex;
  flex-direction: column;
}
.benefits{
  display: flex;
}
}





































.data-science-course {
  background: linear-gradient(135deg, #f9f9f9, #e6f7ff);
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.data-science-course h2 {
  text-align: center;
  font-size: 2rem;
  color: #004080;
  margin-bottom: 20px;
}

.data-science-course .description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-align: justify;
  color: #555;
}

.data-science-course h3 {
  font-size: 1.5rem;
  color: #004080;
  margin-bottom: 20px;
  text-align: center;
}

.key-highlights {
  list-style: none;
  padding: 0;
}

.key-highlights li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  border-radius: 8px;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.key-highlights li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.key-highlights li .icon {
  font-size: 1.5rem;
  color: #004080;
  margin-right: 15px;
}

.key-highlights li strong {
  font-weight: bold;
  color: #333;
}

.key-highlights li p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

h2,
h3 {
  color: #004080;
  margin-bottom: 20px;
  text-align: center;
}

p {
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

ul {
  list-style: none;
  padding: 0;
}

ul.modules {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;

}

ul.highlights{
  display: grid;
      grid-template-columns: auto auto;
      gap: 23px;
}

ul.stats li,
ul.modules li,
ul.highlights li {
  margin-bottom: 10px;
  padding: 10px;
  background: #f9f9f9;
  border-left: 4px solid #004080;
  border-radius: 5px;
}


.Tools_and_Technologies_You_ll_Master{
  font-size: 1.2rem;
  margin-left: 20px;
 
}



blockquote {
  font-style: italic;
  background: #f9f9f9;
  padding: 15px;
  margin: 15px 0;
  border-left: 4px solid #004080;
  border-radius: 5px;
}

cite {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

section {
  margin-bottom: 40px;
  background: #f4f8fb;
  padding: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.job-opportunities{
  box-shadow: none;
 
}
.modules li {
  font-weight: bold;
}

.reviews {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .reviews {
    flex-direction: row;
    justify-content: space-around;
  }
}

.phone-nu{
  font-size: 13px !important; 
}


/* .main {
 
  background: linear-gradient(135deg, #fdfdfd, #f9f9f9);
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  color: #333;
  padding: 30px 0;
  margin-bottom: 130px;
  
} */

.main h3 {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 20px;
  text-align: start;
  margin-left: 2.5%;
}

.apply-now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 20px; */
 
}

.price-details h3 {
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 5px;
  width: 100%;
}

.price-details .highlight {
  font-weight: bold;
  color: #004080;
}

.apply-now .apply-btn {
  background: #004080;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.apply-now .apply-btn:hover {
  background: #004080;
  transform: scale(1.05);
}

.fee-boxes {
  display: flex;
  gap: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex-direction: column;
}

.fee-box {
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  flex:1;
}

 

.cards-section-p{
  font-size: 20px;
  margin-bottom: 0 !important;
}


.fee-box h4 {
  font-size: 1.2rem;
  color: #333;
}

.fee-box .small-text {
  font-size: 0.9rem;
  color: #666;
}

.apply-now-fee-box{
 width: 50%;
 margin: 0 auto;
}

.fee-box .highlight {
  font-weight: bold;
  color: #004080;
}
 

@media (max-width: 768px) {
  .apply-now {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .fee-boxes {
    flex-direction: column;
    gap: 20px;
  }
}

.faq-increase-size{
  font-size: 2rem !important;
}

.apply-now-paragraph{
  color: #012970;
  font-size: calc(1.3rem + 1.5vw);
  text-align: center;


}

.comment-by-users{
  font-size: 1.2rem;
  font-weight: bold;
}

.in-today-paragraph{
  text-align: center;
}
/* --------- project section css --------------- */


/* Header styles (if required) */
.header {
  display: flex;
  align-items: center;
  padding: 20px;
  color: #fff;
}
.header img {
  width: 110px;
  margin-right: 40px;
  height: auto;
}


/* Slider Container */
.slider-container {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  overflow: hidden;
  position: relative;
}

/* Slider */
.slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

/* Cards */
.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  width: 30%; /* Show 3 cards */
  margin: 0 15px;
  padding: 30px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.card-header h2 {
  font-size: 1.5rem;
  color: #333;
}
.card-header p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.card ul li {
  font-size: 1rem;
  color: #777;
  margin: 5px 0;
}

.cta-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.cta-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.btn-primary {
  background-color: #007bff;
}
.btn-secondary {
  background-color: #6c757d;
}

/* Controls */
.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.control-btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0.8;
  transition: transform 0.4s ease-in-out; /* Smooth rotation */
}
.control-btn:hover {
  opacity: 1;
  background-color: #007bff;
  transform: rotate(360deg); /* Rotate 360 degrees */

}


@media (max-width: 768px) {
.card {
max-width: 90%;
margin: 0 auto;
}
.tool-img {
justify-content: center;
}
.cta-buttons {
flex-direction: column;
gap: 5px;
}
}
.tool-img img{
  height:40px !important;
  width: auto !important;
  } 

.faq-container {
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: none !important;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.faq-container h1 {
    text-align: center;
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 15px;
    display:flex;
    flex-direction:column;
}

.faq-question {
    width:100%;
    color: #007bff;
    padding: 15px;
    text-align: left;
    font-size: 1.1em;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.faq-question::after {
  content: "▶"; /* Right arrow symbol */
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(90deg); /* Rotate arrow when active */
}




.faq-question:hover {
    background-color: #e0e0e0;
}

.faq-answer {
    width: 100%;
    padding: 10px 30px;
    /* background-color: #f9f9f9; */
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* Hidden by default */
}

.faq-answer p {
    margin: 0;
    font-size: 1em;
    color: #666;
}
.faq-answer ul li {
   list-style: disclosure-closed;
}
 

 


.faq-answer ul li::marker {
 color: #1179ef;
}
@media screen and (max-width:599px) and (min-width:500px){
  .advantage-header{
    margin-top: 200px;
  }
}
@media screen and (max-width:499px) and (min-width:450px){
  .advantage-header{
    margin-top: 175px;
  }
}
@media screen and (max-width:374px) and (min-width:330px){
  .advantage-header{
    margin-top: 100px;
  }
}
@media screen and (max-width:329px){
  .advantage-header{
    margin-top: 200px;
  }
}
#header .container-fluid{
  justify-content: center !important;
}
.advantage-header{
  flex-direction: column;
}
.value-container .card{
  width: 100%;
}
.who-weare{
  max-height: fit-content !important;
}
.footimg {
  height: auto !important;
  width: 90px !important;
}
.phone-nu{
  font-size: 13px !important; 
}
















.clock-main-body_data_science{
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.clock_data_science {
	display: flex;
}
.flip_data_science {
	position: relative;
	width: 30px;
	height: 40px;
	margin: 2px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgb(86, 144, 192);
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(67, 117, 173, 0.5);
}
.digital_data_science::before,
.digital_data_science::after {
	position: absolute;
	content: attr(data-number);
	left: 0;
	right: 0;
	color: white;
	background: rgb(69, 106, 175);
	overflow: hidden;
	perspective: 160px;
}
.digital_data_science::before {
	top: 0;
	bottom: 50%;
	border-bottom: 1px solid #255677;
	border-radius: 10px 10px 0 0;
}
.digital_data_science::after {
	top: 50%;
	bottom: 0;
	line-height: 0;
	border-radius: 0 0 10px 10px;
}
.digital_data_science.front_data_science::after,
.digital_data_science.back_data_science::before {
	z-index: 1;
}
.digital_data_science.back_data_science::after {
	transform-origin: top center;
	transform: rotateX(0.5turn);
	z-index: 2;
}
.digital_data_science.front_data_science::before {
	z-index: 3;
}
.divider_data_science {
	font-size: 40px;
	line-height: 40px;
	font-style: normal;
}
.flip_data_science.running_data_science .front_data_science::before {
	transform-origin: center bottom;
	animation: frontFlipDown_data_science 0.6s ease-in-out;
	box-shadow: 0 -2px 6px rgba(81, 123, 185, 0.3);
	backface-visibility: hidden;
}
.flip_data_science.running_data_science .back_data_science::after {
	animation: backFlipDown_data_science 0.6s ease-in-out;
}
@keyframes frontFlipDown_data_science {
	to {
		transform: rotateX(0.5turn);
	}
} 
@keyframes backFlipDown_data_science {
	to {
		transform: rotateX(0);
	}
}
