/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Varela+Round&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Varela+Round&display=swap'); */






.creative-number {
    /* font-family: "Roboto Mono", monospace; */
    font-family: "Varela Round", sans-serif;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600; 
}


.creative-content p {
    /* font-family: "Roboto Mono", monospace; */
    font-family: "Varela Round", sans-serif;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 600; 
}

  .creative-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
}

 .creative-list li {
    display: flex;
    align-items: flex-start;
    background: rgba(3, 31, 66, 0.9);
    border-radius: 8px;
    padding: 15px;
    position: relative;
    color: #fff; 
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

 .creative-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg/illustration-bg.png') no-repeat center center; 
    background-size: cover; 
    border-radius: 8px;
    z-index: 0; 
    pointer-events: none; 
}


 .creative-list li:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.creative-number {
    width: 40px; 
    height: 40px;
    min-width: 40px; 
    min-height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0; 
    border-radius: 50%; 
    margin-right: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    z-index: 1; 
}


 .creative-list li:nth-child(1) .creative-number { background: linear-gradient(45deg, #ff6f61, #de4463); }
 .creative-list li:nth-child(2) .creative-number { background: linear-gradient(45deg, #6a11cb, #2575fc); }
 .creative-list li:nth-child(3) .creative-number { background: linear-gradient(45deg, #00c6ff, #0072ff); }
 .creative-list li:nth-child(4) .creative-number { background: linear-gradient(45deg, #ff7e5f, #feb47b); }
 .creative-list li:nth-child(5) .creative-number { background: linear-gradient(45deg, #43cea2, #185a9d); }
 .creative-list li:nth-child(6) .creative-number { background: linear-gradient(45deg, #ff4e50, #f9d423); }
 .creative-list li:nth-child(7) .creative-number { background: linear-gradient(45deg, #36d1dc, #5b86e5); }
 .creative-list li:nth-child(8) .creative-number { background: linear-gradient(45deg, #f12711, #f5af19); }
 .creative-list li:nth-child(9) .creative-number { background: linear-gradient(45deg, #654ea3, #eaafc8); }
 .creative-list li:nth-child(10) .creative-number { background: linear-gradient(45deg, #ff416c, #ff4b2b); }
 .creative-list li:nth-child(11) .creative-number { background: linear-gradient(45deg, #00b4db, #0083b0); }
 .creative-list li:nth-child(12) .creative-number { background: linear-gradient(45deg, #ffe259, #ffa751); }
 .creative-list li:nth-child(13) .creative-number { background: linear-gradient(45deg, #76b852, #8dc26f); }
 .creative-list li:nth-child(14) .creative-number { background: linear-gradient(45deg, #c94b4b, #4b134f); }
 .creative-list li:nth-child(15) .creative-number { background: linear-gradient(45deg, #3494e6, #ec6ead); }
 .creative-list li:nth-child(16) .creative-number { background: linear-gradient(45deg, #00c9ff, #92fe9d); }
 .creative-list li:nth-child(17) .creative-number { background: linear-gradient(45deg, #ff5f6d, #ffc371); }
 .creative-list li:nth-child(18) .creative-number { background: linear-gradient(45deg, #f093fb, #f5576c); }
 .creative-list li:nth-child(19) .creative-number { background: linear-gradient(45deg, #4e54c8, #8f94fb); }
 .creative-list li:nth-child(20) .creative-number { background: linear-gradient(45deg, #ff7e5f, #feb47b);}
 .creative-list li:nth-child(21) .creative-number {background: linear-gradient(45deg, #43cea2, #185a9d); }
 .creative-list li:nth-child(22) .creative-number { background: linear-gradient(45deg, #f7971e, #ffd200); }
.creative-list li:nth-child(23) .creative-number { background: linear-gradient(45deg, #ff6f61, #de4463); }
.creative-list li:nth-child(24) .creative-number { background: linear-gradient(45deg, #fc5c7d, #6a82fb); }
.creative-list li:nth-child(25) .creative-number { background: linear-gradient(45deg, #f85032, #e73827); }
.creative-list li:nth-child(26) .creative-number { background: linear-gradient(45deg, #3a1c71, #d76d77); }
.creative-list li:nth-child(27) .creative-number { background: linear-gradient(45deg, #ff9a9e, #fad0c4); }
.creative-list li:nth-child(28) .creative-number { background: linear-gradient(45deg, #ffafbd, #ffc3a0); }
.creative-list li:nth-child(29) .creative-number { background: linear-gradient(45deg, #b92b27, #1565c0); }
.creative-list li:nth-child(30) .creative-number { background: linear-gradient(45deg, #b24592, #f15f79); }
.creative-list li:nth-child(31) .creative-number { background: linear-gradient(45deg, #00416a, #e4e5e6); }
.creative-list li:nth-child(32) .creative-number { background: linear-gradient(45deg, #004e92, #000428); }
.creative-list li:nth-child(33) .creative-number { background: linear-gradient(45deg, #ff6f61, #de4463); }
.creative-list li:nth-child(34) .creative-number { background: linear-gradient(45deg, #ffb347, #ffcc33); }
.creative-list li:nth-child(35) .creative-number { background: linear-gradient(45deg, #8e2de2, #4a00e0); }
.creative-list li:nth-child(36) .creative-number { background: linear-gradient(45deg, #2193b0, #6dd5ed); }
.creative-list li:nth-child(37) .creative-number { background: linear-gradient(45deg, #00c6ff, #0072ff); }
.creative-list li:nth-child(38) .creative-number { background: linear-gradient(45deg, #8a2387, #e94057, #f27121); }
.creative-list li:nth-child(39) .creative-number { background: linear-gradient(45deg, #d299c2, #fef9d7); }
.creative-list li:nth-child(40) .creative-number { background: linear-gradient(45deg, #4e54c8, #8f94fb); }
.creative-list li:nth-child(41) .creative-number { background: linear-gradient(45deg, #fcb045, #fd1d1d); }
.creative-list li:nth-child(42) .creative-number { background: linear-gradient(45deg, #e96443, #904e95); }
.creative-list li:nth-child(43) .creative-number { background: linear-gradient(45deg, #0093e9, #80d0c7); }
.creative-list li:nth-child(44) .creative-number { background: linear-gradient(45deg, #ff9a9e, #fad0c4); }
.creative-list li:nth-child(45) .creative-number { background: linear-gradient(45deg, #00d2d3, #028a7e); }
.creative-list li:nth-child(46) .creative-number { background: linear-gradient(45deg, #bc4e9c, #f80759); }
.creative-list li:nth-child(47) .creative-number { background: linear-gradient(45deg, #1d2b64, #f8cdda); }
.creative-list li:nth-child(48) .creative-number { background: linear-gradient(45deg, #ff6b6b, #f06595); }
.creative-list li:nth-child(49) .creative-number { background: linear-gradient(45deg, #ff9a9e, #fad0c4); }
.creative-list li:nth-child(50) .creative-number { background: linear-gradient(45deg, #e55d87, #5fc3e4); }

.creative-content  {
    margin: 5px 0 0;
    font-size: 14px;
    /* color: #555; */
     color: #292828;
}

.creative-content p:hover {
    color: #de4463;
    text-decoration: none;
}


@media (max-width: 1200px) {
     .creative-list {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 768px) {
     .creative-list {
        grid-template-columns: 1fr; 
    }
}

@media (max-width: 576px) {
    .creative-number {
        width: 30px; 
        height: 30px;
        font-size: 14px;
    }

    .creative-content p {
        font-size: 12px;
    }
}


.course-description {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 5px;
    font-size: 1em;
    color: #ffffff;
    z-index: 1; 
}

.course-description i {
    position: absolute;
    left: 0;
    color: #007BFF; 
    font-size: 1.2em; 
    line-height: 2em;
    
}

.alt-ptag-white {
    color: #ffffff;
      font-weight: 600;
      margin-bottom: 0.2rem !important;
  }


  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  
  .fa-bounce-custom {
    animation: bounce 2s infinite;
  }

 
@media only screen and (min-width: 1200px) {
    .height-3 {
      height: 253px;
    }
  
    .height-2 {
      height: 283px;
    }
  
    .height-1 {
      height: 313px;
    }
    .height-4 {
        height: 213px;
    }
  }
  

  @media only screen and (max-width: 1199px) {
    .height-3, .height-2, .height-1, .height-4 {
      height: auto; 
    }
  }
  

  
@media only screen and (max-width: 767px) {
    .btn-sm {
      width: 115px;
    }
  
    .btn {
      /* font-size: 9px; */

    }
  }
  


  .step-item {
    position: relative; 
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-image: radial-gradient(circle at right top, hsl(239, 100%, 95%), #f7f7f7, #ffffff);
    cursor: pointer;
    overflow: hidden; 
    transition: background-size 0.3s ease; 
    transition: all .4s ease;
  }
  
  .step-item:hover {
    background-size: 120% 120%; 
    
  }
  
  .step-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at right top, hsl(239, 100%, 95%), #f7f7f7, #ffffff);
    z-index: -1; 
    transition: background-size 0.3s ease, filter 0.3s ease; 
    background-size: 100% 100%; 
    filter: blur(5px); 
  }
  
  .step-item:hover::before {
    background-size: 120% 120%; 
    filter: blur(8px);
  }
  
  
  .bg-white {
    background-color: #fff;
  }

  .custom-select {
    border: 2px solid #F5F5F5;
    height: 55px;
    padding-left: 20px;
    background: #F5F5F5 url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e') no-repeat right 10px center;
    border-radius: 5px;
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    max-width: 100%;
    background-size: 20px; 
  }
  
  .custom-select::-ms-expand {
    display: none;
  }
  
  .custom-select:focus {
    border-color: #f14d5d;
    background: #fff;
    outline: none;
    box-shadow: none;
    background: #fff url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e') no-repeat right 10px center;
    appearance: none;
    width: 100%;
    font-size: 1rem;
    max-width: 100%;
    background-size: 20px; 
  }
  
  /* Basic option styling */
  .custom-select  {
    font-size: 1rem;
  }
  
  /* Option hover styles are not supported in many browsers */
  .custom-select :hover {
    background-color: #f14d5d; /* Background color on hover */
    color: #fff; /* Font color */
  }
  
  
  
  .form-label {
    margin-bottom: 0.1rem;
    color: #171212;
    font-weight: 500;

  }



.subheading2 {
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    color: var(--theme-secondary-color);
}

.alt-ptag-index {
    color: #363636;
    font-weight: 500;
    margin-bottom: 0.2rem !important;
    font-size: 15px;
}

.shake {
    animation: shake 0.5s;
  }

  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
  }


  .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 113px;
    right: 20px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 28px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 2;
  }

  .btn-whatsapp-pulse:hover {
    color: white;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
  
  .btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
  }
  
  .btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  
  @keyframes pulse-border {
    0% {
      padding: 25px;
      opacity: 0.75;
    }
    75% {
      padding: 50px;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  

  :root {
    --slide-background-master: radial-gradient(circle farthest-corner at 11.3% -0.8%, rgba(153,14,241,1) 0%, rgba(41,3,101,1) 100.2%);
    --slide-background-comprehensive: radial-gradient(circle farthest-corner at 83.7% 4.3%, rgba(173,0,171,1) 0%, rgba(15,51,92,1) 90%);
    --slide-background-real-world:linear-gradient(112.5deg, rgba(95,10,135,1) 11.4%, rgba(164,80,139,1) 60.2%);
    --slide-background-certification: linear-gradient( 111.6deg,  rgba(217,111,111,1) 0.4%, rgba(34,14,215,1) 100.3% );
}

.banner-style-4 {
    position: relative;
    z-index: 1;
    background-image: var(--slide-background-master); 
    padding-bottom: 110px;
    animation-delay: 0.3s;
}

  
  
.slides h1 ,p {
  color:#fff;
}

.slides h1  {
  margin-bottom: 10px;
}

.slides p {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.2rem !important;
}



.slide.active h1, .slide.active p, .slide.active .slide-btn {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateX(100%); 
  animation: slide-in 1s forwards;
}


.slide.active h1 {
  animation-delay: 0.3s;
}


.slide.active p:nth-child(2) {
  animation-delay: 0.8s;
}

.slide.active p:nth-child(3) {
  animation-delay: 1.3s;
}


.slide.active .slide-btn {
  animation-delay: 1.8s;
}

@keyframes slide-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



.top-slider {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px var(--shadow-color);
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.slide {
  flex: 0 0 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  /* text-align: center; */
  padding: 20px;
  box-sizing: border-box;
}



.comprehensive-slide  {
  color: #ffd700;
  /* font-weight: bold; */
}

.slider-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dot.active {
  background-color: white;
}

.slider-arrow {
  position: absolute;
  /* top: 50%; */
  top: 65%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 55px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-arrow.left {
  left: 15px;
}

.slider-arrow.right {
  right: 15px;
}

.left-arrow {
  margin-left: -8px;
}

.right-arrow{

  margin-left: -8px;
}

.banner-padding2 {
  padding: 25px 0px;
}

.counter-section4 {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.text-light a {
  color:#fff;
}

.for-small-screen {
  display: none !important;
}

@media (max-width: 577px) {
  .for-small-screen {
      display: block !important; 
  }
}

.bigscreen {
  display: block !important; 

}

@media (max-width: 577px) {
  .bigscreen {
    display: none !important;
  }
}


.team-page {

  padding: 2rem;
  color: #363636;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.card-mechanical {
  border: 3px solid hsl(239, 100%, 95%);
  cursor: pointer;
}

.card-electrical {
  border: 3px solid hsl(239, 100%, 95%);
  cursor: pointer;
}

/* Apply hover effects on team-page only */
.team-page:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
  display: block;
  position: relative;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(83);
  }
}

.card1:hover {
  p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:15px;
}

.cu-btn-kn {
  /* float: center; */
  padding: 6px 22px !important;
  border-color: var(--theme-secondary-color) !important;
    color: #fff !important;
    background: var(--theme-secondary-color) !important;

    

}

.cu-btn-kn:hover {
  /* border-color: #f31559 !important;
    color: #fff !important;
    background: #f31559 !important; */
    border-color: #3f44f0 !important;
    color: #fff !important;
    background: #3f44f0 !important;
}

.cu-btn-ap {
  /* float: center; */
  padding: 7px 22px !important; 
  border-color: #F14D5D !important;
    color: #fff !important;
    background: #F14D5D !important;

}
.cu-btn-ap:hover {
  padding: 7px 22px !important; 
  border-color: #1B1D42 !important;
    color: #fff !important;
    background: #1B1D42 !important;
}

.cu-btn-wp {
  padding: 7px 22px !important; 
  border-color: #25d366  !important;
    color: #fff !important;
    background: #25d366  !important;
}

.cu-btn-wp:hover {

  border-color: #0b8839  !important;
    color: #fff !important;
    background: #0b8839  !important;
}

.cu-btn-hr-ft-ap {
  padding: 6px 12px !important; 
  font-size: 14px !important; 
  color: #FFF !important; 
  background-color: #F14D5D !important; 
  border: none !important; 
  border-radius: 4px !important; 
  cursor: pointer !important; 
  transition: background-color 0.3s ease !important;
}

.cu-btn-hr-ft-ap:hover {
  border-color: #1B1D42 !important;
    color: #fff !important;
    background: #1B1D42 !important;
}

.text-align-center {
  text-align: center !important;
}

.left-div {
  padding-left: 28px;
}

.left-div-ho {
  padding-left: 22px;
}



.button-group a {
  margin-right: 15px; 
}

@media (max-width: 768px) {
  .button-group a {
    padding: 7px 7px !important;
      display: inline-block; 
      margin-bottom: 10px;
      width: calc(50% - 10px); 
      margin-right: 8px;
      font-size: 11px;
  }
  
  .button-group button {
      width: 98%;
      font-size: 11px;
  }
}


@media (min-width: 787px) and (max-width: 1040px) {
  .cu-btn-ap {
      width: 98%; 
 
  }

  .button-group a {
    margin-right: 4px;
    margin-bottom: 8px;
}
}


@media (min-width: 372px) and (max-width: 250px) {
  .button-group a {
    padding: 7px 5px !important;
    font-size: 11px;
}
}

@media (min-width: 1111px) {
  /* .button-group a {
    padding: 7px 0px !important;
} */

}

.cus-core-btn {
  color: #FFF !important; 
  background-color: #F14D5D !important; 
  border: none !important; 
  transition: background-color 0.3s ease !important;
}

.cus-core-btn:hover {
  border-color: #1B1D42 !important;
    color: #fff !important;
    background: #1B1D42 !important;
}

