*{
    border: 0;
    padding: 0;
}


.hero-img{
    width: 100%;
    height:100% ;
}
.rotating-bg {
    transform: translateZ(-2000px) rotateX(180deg);
    opacity: 0;
    transition: transform 1s ease, opacity 2s ease;
    will-change: transform, opacity;
    max-width: 100%;
    height: auto;
    display: block;
  }
  .rotating-bg.show {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }

.container{
    width: 100%;
    height: 100%;
    position: relative;
}

.text-container {
    display: flex;
    max-width: 90%;
    height: 70px;
    background-color: #F8A32F;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
}

.text {
    font-size: 28px;
    font-weight: 700;
    color: #21346B;
    text-align: center;
    margin-top: 5px;
}



/* Text Content */
.text-content {
    max-width: 90%;
    margin: 20px auto;
    padding: 10px;
}

.text-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: justify;
}

/* AGTCODERS Section */
.agtcoders {
    background-color: #F8A32F;
    text-align: center;
    margin: 10px auto;
    max-width: 70%;
    height: 70px;
    padding: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.agtcoders p {
    font-size: 28px;
    color: #21346B;
    font-weight: 700;
    margin-top: 5px;
}

.agtcoder-text {
    max-width: 90%;
    margin: auto;
    padding: 10px;
}

.agtcoder-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: justify;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .text-container, .agtcoders {
        max-width: 80%;
    }

    .text {
        font-size: 20px;
    }

    .text-content p, .agtcoder-text p {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .text-container, .agtcoders {
        max-width: 90%;
        padding: 10px;
    }

    .text {
        font-size: 15px;
    }
 

    .text-content, .agtcoder-text {
        max-width: 85%;
    }

    .text-content p, .agtcoder-text p {
        font-size: 14px;
    }
}

@media screen and (min-width: 320px ) and (max-width:767px) {
    .text-container, .agtcoders {
        max-width: 95%;
        padding: 8px;
    }

    .text {
        font-size: 16px;
    }



    .text-content, .agtcoder-text {
        max-width: 80%;
    }

    .text-content p, .agtcoder-text p {
        font-size: 14px;
        line-height: 1.4;
    }
    .container{
        padding: 0;
        width: 100% !important;
    }
}


/* card Container */



/* #card-item {
    
    
} */
.card {
    width: 150px;
    /* height: auto; */
    border: 3px solid hsl(35, 100%, 57%);
    background-color: #fff;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.card-img-top {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
}

.hover-shadow {
    transition: transform 0.2s, box-shadow 0.2s;
}
.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .card {
        width: 140px;
    }

    .card p {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .card {
        width: 130px;
    }

    .card-img-top {
        height: auto;
        width: 55px;
        object-fit: contain;
    }

    .card p {
        font-size: 19px;
    }
}

@media screen and (min-width: 320px ) and (max-width:767px) {
  

    .card {
        width: 100%;
        max-width: 200px;
    }
    /* #card-item{
        margin-left: 1% ;
       
    } */

    .card-img-top{
        height: auto;
        width: 50px;
        object-fit: contain;
    }

    .card p {
        font-size: 19px;
    }
}



/* Carousel Container */

/* .carousel-inner{
    display: flex;
    text-align: center;
}

.carousel-item {
   display: inline-block;
    vertical-align: middle;
   
} */

.expert-section {
    background-color: #ffffff;
    padding: 3rem 1rem;
    /* margin-left: 15px; */
  }

  .expert-img-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .expert-img {
    width: 100%;
    height: 100%;
  }

  .name-badge {
    background-color: #1d2d5c;
    color: white;
    font-weight: bold;
    border-radius: 12px;
    padding: 10px 20px;
    display: inline-block;
  }

  @media (min-width: 768px) {
    .expert-img-wrapper {
      max-width: 100%;
    }
  }

#item{
    margin-left: 2%;
}

/* Image Styling */
/* .img-slide {
    max-width: 80%;
    height: auto;

    justify-content: center;
    align-items: center;
    object-fit: contain;
} */
.img-fluid{
    max-width: 80%;
    height: auto;
    /* gap: 20px; */
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

/* Navigation Buttons */
.carousel-control-prev-icon{
    background-color: rgba(0, 0, 0, 0.6);
    
    /* margin: 100px; */
    width: 40px; 
    height: 40px;
    border-radius: 30%;
    padding: 10px;
}
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    
    /* margin: 100px; */
    width: 40px; 
    height: 40px;
    border-radius: 30%;
    padding: 10px;
}

/* Responsive Styles */
@media screen and (min-width: 768px ) and (max-width:1064px) { /* Tablets */
    .carousel {
        /* width: 770px; */
        text-align: center;
    }
   


    .img-slide {
        width: 80%;
        height: auto;
        /* gap: 25px; */
        display: inline-block;
        vertical-align: middle;
        
        
    }
}

@media screen and (min-width: 320px ) and (max-width:767px) { /* Mobile */
    .carousel {
        /* width: 550px; */
        text-align: center;
       
    }
   
    .img-slide {
        width: 100%;
        height: auto;
        /* gap: 25px; */
        display: inline-block;
        vertical-align: middle;
        
        
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 10px;
        height: 10px;
        
    }
}


/* Training Section */
.training {
    max-width: 80%;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.adv-train p {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000000 ;
    line-height: 1.2;
}

.training-text  p{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
}



/* Responsive Styles */
@media (max-width: 1024px) { /* Tablets */
    .training {
        max-width: 90%;
    }
    
    .adv-train p {
        font-size: 24px;
    }

    .training-text {
        font-size: 14px;
    }

   
}

@media screen and (min-width: 320px ) and (max-width:767px) { /* Mobile */
    .training {
        max-width: 95%;
    }

    .adv-train p {
        font-size: 20px;
    }

    .training-text {
        font-size: 13px;
    }    
}


/* Text Body Section */
.text-body {
    max-width: 90%;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}

.text-body p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    text-align: justify;
}

.text-body-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.img-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.img-logo img {
    width: 20px;
    height: 20px;
}

.img-logo p {
    margin: 0;
    font-size: 18px;
    color: #333;
}

/* Responsive Styles */
@media (max-width: 1024px) { /* Tablets */
    .text-body {
        max-width: 95%;
    }
    
    .text-body p {
        font-size: 15px;
    }

    .img-logo img {
        width: 22px;
        height: 22px;
    }

    
}

@media screen and (min-width: 320px ) and (max-width:767px) { /* Mobile */
    .text-body {
        max-width: 100%;
        padding: 15px;
    }

    .text-body p {
        font-size: 14px;
    }

    .img-logo img {
        width: 20px;
        height: 20px;
        margin: 0;
    }    
}
/* our top alumunium company */
.circle-text {
   
    background-color: #21346B;
    border-radius: 10px;
    padding: 3px;
    text-align: center;
    margin: 20px auto 10px;
}

.circle-text p {
    margin-top: 2px;
    font-weight: 700;
    font-size: 30px;
    font-family: inter;
    color: #fff;
    text-align: center;
}

/* Carousel Container */
.carousel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 30px 0;
    background-color: #f8f9fa;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    animation: scrollCarousel 7s linear infinite;
  }

  .carousel-item-img {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 2px;
    width: 100px;
    /* height: 180px; */
    border: 5px solid #F8A32F;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }

  .carousel-item-img img {
    
    width: 170px;
    /* height: 100%; */
    object-fit: contain;
  }

  /* Animation keyframes */
@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .carousel-item-img {
        min-width: 120px;
    }
}

@media (max-width: 480px) {
    .carousel-item-img {
        min-width: 100px;
    }
}


  @media (min-width: 1200px) {
    .carousel-item-img { width: 24.68%; }
  }

  @media (min-width: 768px) and (max-width: 1199px) {
    .carousel-item-img { width: 48.95%; }
  }

  @media (max-width: 767px) {
    .carousel-item-img { width: 98%; }
  }



/* Responsive Breakpoints */
/* @media (max-width: 1023px) { 
    #carousel-item {
        flex: 0 0 calc(100% / 2); 
    }
    .circle {
        width: 200px;
        height: 200px;
    }
    #carousel {
        border: 1px solid black;
        width: 92%;
        overflow: hidden;
        margin-left: 34px;
    }
    #carousel-track {
        transition: transform 0.5s ease-in-out;
        margin-left: 45px;
    }
    .circle-text p{
        margin-top: 2px;
    }
} */

/* @media (max-width: 767px) {
    #carousel-item {
        flex: 0 0 100%; 
        
    }
    .circle {
        width: 200px;
        height: 200px;
    }
    #carousel-track {
       
        margin-left: 25%;
    }
    .circle-text{
        width: 100%;
    }
    #carousel {
        border: 1px solid black;
        width: 80%;
        overflow: hidden;
        margin-left: 34px;
    }
} */






/* Card Container */
.card-div {
  text-align: center;
  padding: 30px 0;
  width: 90%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 20px auto;
}

.card {
  width: 150px;
  border: 3px solid hsl(35, 100%, 57%);
  background-color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.card-img-top {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
  object-fit: cover;
}

.hover-shadow {
  transition: transform 0.2s, box-shadow 0.2s;
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .card {
    width: 140px;
  }

  .card p {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
  .card {
    width: 130px;
  }

  .card-img-top {
    height: auto;
    width: 55px;
    object-fit: contain;
  }

  .card p {
    font-size: 19px;
  }
}

@media screen and (min-width: 320px ) and (max-width:767px) {
  .card-div {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: 200px;
  }

  .card-img-top {
    height: auto;
    width: 50px;
    object-fit: contain;
  }

  .card p {
    font-size: 19px;
  }
}



.carousel-item {
  display: inline-block;
  vertical-align: middle;
} *

.carousel-item img {
  object-fit: contain;
}




/* Navigation Buttons */
.carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 100px;
  width: 40px;
  height: 40px;
  border-radius: 30%;
  padding: 10px;
}

.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 100px;
  width: 40px;
  height: 40px;
  border-radius: 30%;
  padding: 10px;
}



/* Container */

.placed {
    
    background-color: #21346B;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
   
}

#carousel-inner{
    width: 100%;
    /* display: flex; */
    /* padding-left: 230px; */
}

.upper-card {
    background-color: #21346BD9;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    
   
}

.middle-card {
    background-color: #F8A32F;
    border-radius: 12px;
    margin-top: 90px;
    position: relative;
    height: 150px;
}

.circle-card {
    width: 120px;
    height: 120px;
    border: 3px solid #21346B;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.circle-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.student-name {
    width: 136px;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    margin-top: 60px;
    color: #21346B;
}

.company-name {
    font-size: 16px;
    color: #fff;
    background-color: #21346B;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 0px;
}
.nameclass{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
   position: absolute;
   /* top: 10px; */
   left: 50%;
   transform: translateX(-50%);
 
}

/* Responsive Styles */
@media (min-width: 1024px) {
    #carousel-inner{
        width: 100%;
        /* display: flex; */
        padding-left: 230px;
    }
}
@media screen and (min-width: 769px) and (max-width:1024px) { /* Tablet */
    .middle-card {
        height: 160px;
    }

    .circle-card {
        width: 100px;
        height: 100px;
        top: -50px;
    }
    .upper-card{
        max-width: 400px;
        height: 280px;
        /* margin-left: 85px; */
    }
    

    .nameclass {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    }
    #carousel-inner{
        width: 100%;
        margin-left: 0px;
    }
    

}

@media screen and (min-width: 320px) and (max-width:768px) { /* Mobile */
    .placed {
        font-size: 18px;
    }
    /* .upper-card{
        width: 370px;
        height: 280px;
        padding-left: -200px; 
         margin-left: 30px;
       
    } */

   

    .middle-card {
        height: 170px;
        margin-top: 70px;
    }

    .circle-card {
        width: 120px;
        height: 120px;
        top: -40px;
    }

    .nameclass {
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    }
    
}

 

#carousel-inner-section{
    width: 100%;
    margin-left: 0px;
}

.project{
    /* width: 100%; */
    /* height: 368px; */
    /* margin-left: 350px; */
    
    
    text-align: center;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.project-text{
    /* width: 522px; */
    height: 57px;
    border-radius: 12px;
    background-color: #21346B;
    margin: 10px;
    padding: 10px;
    text-align: center;
    
    
}
.project-text p{
    /* width: 490px; */
    height: 36px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36.31px;
    color: #fff;
    font-family: inter;
}
.live-project{
    /* width: 834px; */
    height: 271px;
    /* gap: 21px; */
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row; 
    /* margin-left: 150px; */
  
    
}
.project-item{
    width: 261px;
    height: 276px;
    background-color: #21346B;
    border: 1px solid ;
    
    
}
.project-item1{
    width: 227px;
    height: 204px;
    border-radius: 5px;
    background-color: #fff;
    
    margin-top: 55px;
    margin-left: 14px;
   
}
.top-item{
    width: 227px;
    height: 97px;
    position: relative;
    display: flex;
    text-align: center;
    
}
.top-item-circle{
    width: 69px;
    height: 69px;
    border-radius: 50%;
    position: absolute;
    bottom: 55px;
    left: 35%;
    background-color: #fff;
    border: 2px solid  #21346B;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.top-item-circle img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    clip-path: circle(50%);
    margin: 15px;

}
.top-item-text{
    width: auto;
    height: auto;
    position: relative;
   
    padding: 10px;
   
}
.new {
   
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: 180px;
    height: 33px;
}

.new p{
    font-family: inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    color: #21346B;
    
}
.middle-item{
    width: 227px;
    height: 58px;
    background-color: #21346B;
   
}
.middle-text-left{
    width: 71px;
    height: 46px;
    float: left;
    padding: 3px;
}
.p2{
    float: left;
}
.middle-text-right{
    width: 110px;
    height: 46px;
    float: right;
    padding: 3px;
}
.middle-text-left,
.middle-text-right p{
    font-weight: 600;
    font-size: 14px;
    font-family: inter;
    line-height: 16.94px;
    color: #fff;
    
}
.buttom-item{
    width:227px;
    height: 49px;
    background-color: #F8A32F; 
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}
.buttom-text{
    width: 100px;
    height: 27px;
    background-color: #21346B;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 4px #00000040;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    text-decoration: none;
}
.buttom-text p{
    font-family: inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #fff;
    padding: 3px;
}



/* Responsive Design */


@media screen and (min-width: 769px) and (max-width:1024px) {
    .project{
        
        width: 100%;
        height: 100%;
        display: flex;
      
       
    }
    .project-text{
        /* width: 100%; */
      text-align: center;
       justify-content: center;
      
    }
    .project-text p {
        font-size: 18px;
        text-align: center;
    }
    .project-item {
        width: 100%;
        margin-top: 15px;
        /* margin-left: 24px; */
    }
    .live-project{
        height: auto;
        margin-top: 23px;
        margin-left: 85px;
       
    }
    .top-item-text p {
        font-size: 18px;
    }
    .middle-text-left p, .middle-text-right p {
        font-size: 12px;
    }
    #carousel-inner-section{
        width: 100%;
         margin-left: 40px;
      
    }
    .top-item-text{
        width: auto;
        height: auto;
        position: relative;
       
        padding: 10px;
       
    }
    .new {
       
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 25px;
        width: 180px;
        height: 33px;
    }
    
    .new p{
        font-family: inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 29.05px;
        color: #21346B;
        
    }
    
    
   
}

@media screen and (min-width: 320px ) and (max-width:767px) {
    .project{
        
        width: 100%;
        height: 70%;
        display: flex;
        /* flex-direction: column; */
       
    }
 
    .project-text p {
        
        font-size: 18px;
        
    }
  
    .live-project{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 300px;
        margin-left: 20px;
               
    }
    
   
    .top-item-circle{
       
        position: absolute;
        bottom: 55px;
        left: 38%;
    }
   
    .top-item-text{
        position:relative;
    }
    .new {
        
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 63px;
        width: 115px;
        height: 33px;
    }
   
    .new p {
     
        font-size: 18px;
    }
    .middle-text-left p, .middle-text-right p {
        font-size: 12px;
    }
    #carousel-inner-section{
        margin-left: 30px;
    }
}



.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    /* padding: 10px 15px; */
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
    width: 20px;
    height: 30px;
}

.prev {
    left: 150px;
}

.next {
    right: 150px;
}

.carousel-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}



/* Flip Card Base */
.flip-card {
    perspective: 1000px;
   
    max-width: 400px;
    height: 350px;
    border: 2px double #F8A32F;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* Scale effect on hover */
.flip-card:hover {
    transform: scale(1.0);
}

/* Flip Card Inner */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

/* Flip animation on hover */
.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

/* Front & Back */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}

/* Front Styling */
.flip-card-front {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Image */
.flip-card-front img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Card Body */
.flip-card-body {
    padding: 15px;
    text-align: center;
    background: #F8A32F;
    color: #21346B;
}

/* Back Styling */
.flip-card-back {
    background: #21346B;
    color: white;
    transform: rotateX(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* padding: 20px; */
}
.flip-card-back p{
    text-align: center;
    height: auto;
    /* padding: 10px; */
}

/* Button Styling */
.view-more {
    background: none;
    border: 2px solid #21346B;
    color: #21346B;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.view-more:hover {
    background: #21346B;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .flip-card {
        max-width: 220px;
        height: 320px;
    }
    
    .flip-card-front img {
        height: 200px;
    }

    .flip-card-body {
        font-size: 14px;
        padding: 10px;
    }

    .flip-card-back {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .flip-card {
        max-width: 400px;
        height: 380px;
        /* margin-left: 80px; */
    }
    
    .flip-card-front img {
        height: 290px;
    }

    .flip-card-body {
        font-size: 20px;
        padding: 8px;
        height: 87px;
    }

    .flip-card-back {
        font-size: 12px;
        padding: 10px;
    }

    .view-more {
        padding: 6px 12px;
        font-size: 12px;
    }
}
/* Responsive Adjustments */
/* @media (max-width: 992px) { 
    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
} */

@media (max-width: 768px) { /* Mobile */
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) { /* Small Mobile */
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* whatsapp */
#whatsapp {
    position: fixed;
    bottom: 50px; /* Use bottom instead of top */
    right: 20px;
    height: 55px;
    width: 55px;
    background-color: #21346B;
    border-radius: 50%;
    z-index: 100000000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

#whatsapp svg {
    width: 28px;
    height: 28px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: #21346B;
    }
    50% {
        transform: scale(1.1);
        background-color: #25D366; /* WhatsApp green */
    }
    100% {
        transform: scale(1);
        background-color: #F8A32F;
    }
}

/* Responsive fix for very small screens */
@media (max-width: 480px) {
    #whatsapp {
        border: 2px solid #25D366;
        height: 50px;
        width: 50px;
        bottom: 20px;
        right: 30px;
        /* z-index: 100000; */
    }

    #whatsapp svg {
        width: 24px;
        height: 24px;
    }
}

/*mode of training*/

/* we offer training */
.training-box {
    background-color: #fff;
    transition: all 0.5s ease;
    border: 2px solid transparent;
  }
  .training-box p{
    font-size: 400;
    font-weight: 26px;
  }

  .training-box:hover {
    background-color:#F8A32F;
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color:#21346B;
  }

  .training-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
    background-color: #F8A32F;
    border-radius: 20px;
  
  }

  .training-box:hover .training-img {
    transform: scale(1.15);
  }







