html {
    scroll-behavior: smooth;
  }

@media (max-width: 576px){
   
    .stroke-text{
        display: none;
        font-size: 25px !important;
       
    }
    .techno-main{
        margin-top: 30px !important;
        padding: 50px;
      
    }
    .techno-content-cards{
        margin-bottom: 40px !important;
    }
    .internship-card{
        
        padding: 20px;
        margin-bottom: 20px;
        height: auto;
        position: relative;
    
    } 
    .service-section h2 {
      color: white;
      font-weight: 500 !important;
      font-size: 22px !important;
  }
}

.service-section h2{
    color: white;
    font-weight: 700;
    font-size: 30px;
}
.service-section{
    color: white;
}
.hero-page-right{
    display: flex;
    position: relative;
}
.circle-yellow{
    background-color: rgb(0, 0, 0);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dotted white;
    animation: spin 1s infinite;
   
    
}
.inner-circle{
    background-color: #F4C708;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.cta-btn-hero {
    position: absolute;
    top: 18px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    left: 30px;
    background-color: rgba(0, 0, 0, 0.299);
    backdrop-filter: blur(10px);
    padding: 5px 20px;
 
}
@keyframes spin{
    from{
        transform: rotate(1turn);
    }
    to{
        transform: rotate(2turn);
    }
}
.raw-spacing-1{
    padding-bottom: 100px;
}
/* .wwd-point-content::before{
    content: "";
    display: inline-block;
    width: 20px;  
    height: 20px; 
    background-image: url(/assets/images/focus.png); 
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle; 
  } */
  

   .wwd-content-icon{
    width: 10%;
   }

   .wwd-content-para{
    width: 90%;
   }


  .hww-card-icon{
   width: 70%;
    
  }
  .work-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #F4C708;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}

.work-content h3 {    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.work-content p{
    color: white;
}

.work-content h5 {    
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.work-content ul {
    padding-left: 15px;
}

.work-content ul li::marker{
    color: yellow;
}
.work-content ul li{
    color: white;
    list-style-type: square;

}
.heading-2-pages{
    color: white;
    font-weight: 700;
   padding-top: 10px;
   padding-bottom: 40px;
}
.heading-6-page{
    color: white;
}
.why-web{
    background-image: url(/assets/images/web-page-img.jpg);
    background-attachment: fixed;
   height: 100%;
   background-repeat: no-repeat;




}
.swo-crads{
    background-image: url(/assets/images/pricing-bg-32.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    margin-bottom: 20px;
    
}
.swo-crads .swo-icons{
    background-color: #F4C708;
    width: 10%;
    padding: 10px;
    border-radius: 50%;
}

.gradient-bg-section {
    background-image: url(/assets/images/home3-contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 575px;
    position: relative;
    z-index: 1;
    background-attachment: fixed    ;

   
}
.gradient-bg-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgb(15 15 15 / 52%) 0%, #0F0F0F 100%);
    z-index: -1;

}
.gradient-bg-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.13) 0%, #0F0F0F 100%);
    z-index: -1;
}
.techno-content{
    padding-top: 40px;
}
.stroke-text{
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(255 255 255 / 62%);
}

.internship-stroke-text{
  
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.897);
    
}



.internship-card{
    background-image: url(/assets/images/pricing-bg-3.png);
    padding: 20px;
    margin-bottom: 20px;
    height: 350px;
    position: relative;

} 
.internship-para-heading{
    color: rgba(245, 245, 245, 0.555);
    margin-top: 15px;
    font-size: 20px;

}
 .internhip-card-para{
    color: white;
    line-height: 28px;
    margin-top: 15px;
    font-size: 14px;
 }   
 .internship-card-vector-1{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4;

 }

.internship-card-vector-2{
    position: absolute;
    right: 0;
    top: 0;
    rotate: 180deg;
    opacity: 0.4;

}
.internship-card-vector-3{
    position: absolute;
    right: 0;
    bottom: 0;
    rotate: -90deg;
    opacity: 0.4;

}
.internship-card-vector-4{
    position: absolute;
    left: 0;
    top: 0;
    rotate: 90deg;
    opacity: 0.4;

}
.stroke-sub-heading{
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 1px;
    word-spacing: 4px;
}
.techno-content-para{
    text-align: center;
    color: white;
    margin-top: 20px;
}
.techno-content-cards {
    background-color: transparent;
    padding: 15px;
    backdrop-filter: blur(5px);
    border-top: 2px solid white;
}


.techno-content-cards .card {
   border: none;
}
.techno-main{
    margin-top: 100px;
}
.wmb-content {
    padding-bottom: 30px;
}
.wmb-content h4{
    color: #F4C708;
    font-size: 20px;
}
.wmb-content p{
    color: white;
}
.contact-heading-3{
    color: white;
    font-weight: 700;
}
.text-yellow{
    color: #F4C708 !important;
}
.spacing-top{
    padding-top: 100px;
}




.learn-content .accordion-header button{
    color: white !important;
  }
  /* Remove background color and border from accordion items */
  .learn-content .accordion-item {
    background-color: transparent !important;
    border: none !important; /* Removes border */
  }
  
  /* Make accordion button transparent and remove blue active state */
  .learn-content .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important; /* Removes default Bootstrap shadow */
    border: none !important; /* Removes border */
    color: white !important; /* Set text color (change if needed) */
  }
  
  /* Ensure background remains transparent when expanded */
  .learn-content .accordion-button:not(.collapsed) {
    background-image: url(/assets/images/pricing-bg-32.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    margin-bottom: 20px;
    color: #F4C708  !important; /* Keep text color consistent */
    font-weight: 600;
   
  }
  .learn-content  .accordion-body {
    color: white !important;
  }
  
  /* Remove blue highlight on click (focus) */
  .learn-content .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
  }
  
  /* Optional: Remove bottom border that appears on expanded state */
  .learn-content .accordion-collapse {
    border: none !important;
  }
  .learn-content .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
    font-size: 25px;
    content: "-";
    color: #F4C708 ;
  }
  
  .learn-content .accordion .accordion-item .accordion-button::after {
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    content: "+";
    font-size: 25px;
    color: rgba(255, 255, 255, 0.5);
    background-image: none;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
  }
  .middle-learn-section{
    
    background-color: #F4C708;
  }
  .middle-learn-section .learn-content{
    padding: 10px;
    
  }
  .tools-content-cards .tools-content-main {
    margin: 20px;
    border-top: 2px solid white;
    padding-top: 20px;
  }

  .course-bg-img{
    background-image: url(/assets/images/image-thumb.jpg);
    background-size:cover;
    height: 350px;
  }
  .choose-vec-top-r {
    position: absolute;
    bottom: 0;
    left: 0;
}
.HTA .wwd-point-content{
    color: white !important;
}
.internship-details{
    background-image: url(/assets/images/pricing-bg-32.png);
    background-size: cover;
    padding: 20px;
}
.internship-details-heading{
    font-size: 22px;
    color: white;
}
.internship-details-subheading{
    color: #F4C708;
    font-size: 18px;
}
.internship-details-para{
    color: white;
}
.white-line-hr{
    color: white;
}

.slider {
    height: 60px;
    position: relative;
    width: 100%;
  
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .slider::before,
  .slider::after{
    position:absolute;
    /* background-image:linear-gradient(to right, rgb(37 34 34) 0%, rgba(255, 255, 255, 0) 100%); */
    content:'';
    height:100%;width:25%;
    z-index:2;pointer-events:none;
  }
  .slider::before{
    left:0;
    top:0;
  }
  .slider::after{
    right:0;
    top:0;
    transform:rotateZ(180deg);
  }
  
  /*  IMPORTANT CODE BELOW */
  
  .slide-track {
    width: calc(150px * 20);
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
  }
  
  .slide-track2 {
    width: calc(150px * 15);
    display: flex;
    animation: scroll2 15s linear infinite;
    justify-content: space-between;
  }
  
  .slide {
    width: 150px;
    height: 60px;
  
    display: grid;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
  }
  .slide:hover{
    transform:scale(0.8)
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 10));
    }
  }
  
  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 5));
    }
  }
  
  @media screen and (max-width: 768px) {
    .slide-track {
      width: calc(80px * 20);
    }
  
    .slide-track2 {
      width: calc(80px * 15);
    }
  
    .slide {
      width: 80px;
    }
  
    @keyframes scroll {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(calc(-80px * 10));
      }
    }
  
    @keyframes scroll2 {
      0% {
        transform: translateX(0px);
      }
      100% {
        transform: translateX(calc(-80px * 5));
      }
    }
  }
  

  .slider-reverse {
    height: 60px;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slider-reverse::before,
.slider-reverse::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 25%;
    z-index: 2;
    pointer-events: none;
}

.slider-reverse::before {
    left: 0;
    top: 0;
}

.slider-reverse::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

/* Reverse Animation */
.slide-track-reverse {
    width: calc(150px * 20);
    display: flex;
    animation: scroll-reverse 20s linear infinite;
    justify-content: space-between;
}

.slide-track2-reverse {
    width: calc(150px * 15);
    display: flex;
    animation: scroll2-reverse 15s linear infinite;
    justify-content: space-between;
}

.slide {
    width: 150px;
    height: 60px;
    display: grid;
    place-items: center;
    transition: 0.5s;
    cursor: pointer;
}

.slide:hover {
    transform: scale(0.8);
}

/* Keyframes for Reverse Animation */
@keyframes scroll-reverse {
    0% {
        transform: translateX(calc(-150px * 10));
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes scroll2-reverse {
    0% {
        transform: translateX(calc(-150px * 5));
    }
    100% {
        transform: translateX(0px);
    }
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .slide-track-reverse {
        width: calc(80px * 20);
    }

    .slide-track2-reverse {
        width: calc(80px * 15);
    }

    .slide {
        width: 80px;
    }

    @keyframes scroll-reverse {
        0% {
            transform: translateX(calc(-80px * 10));
        }
        100% {
            transform: translateX(0px);
        }
    }

    @keyframes scroll2-reverse {
        0% {
            transform: translateX(calc(-80px * 5));
        }
        100% {
            transform: translateX(0px);
        }
    }
}



.whatsapp-btn a{
  text-decoration: none;
  color: white;
  font-weight: 700;
}

/* From Uiverse.io by mrhyddenn */ 
.whatsapp-btn {
  background: transparent;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  perspective: 30rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.308);
}

.whatsapp-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
background: #F9F021;
background: linear-gradient(135deg, #f9ee2162, #edcb099d);
  z-index: 1;
  transition: background 3s;
}

.whatsapp-btn:hover::before {
  animation: rotate 1s;
  transition: all 0.5s;
}

@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.web-page-para-content p{
  text-align: justify;
  line-height: 30px;
}
.why-choose-bg-img{
  background-image: url(/assets/images/service/why-choose-bg-img.jpg);
  height: 40vw;
  background-size: contain;
  background-position-x: 540px;
  background-attachment: fixed;
  
}

.video-content {

  height: 350px;
 
}

.responsive-video {
  width: 100%;
  height: 100%;  /* Stretch video to fill the container */
  object-fit: cover;  /* Ensures it fills the height without black bars */
}

.toc h5{
  background-image: url(/assets/images/pricing-bg-32.png);
  color: whitesmoke;
  padding: 20px 0px;
  text-align: center;

}
.toc .row .col-12{
  margin-bottom: 20px;
  cursor: pointer;
}
.case-contain{
  color: white;
}
.image-container {
  perspective: 1000px;
}
.image-container img {
  transition: transform 0.1s ease-out;
  transform-style: preserve-3d;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}