
.container-fluid{
  height: 100vh;
  width: 100%;
  position: relative;
}
.container{
  width: 75%;
  height: 90%;
  position: relative;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  background-color: #024475;
  display: flex;

}
.container h1{
  color: white;
  font-size: 2.5rem;
  padding-bottom: 20px;

}
.container p{
  color: white;
  font-size: 1.3rem;
  padding-bottom: 20px;

}
.container img{
  position: absolute;
  height: 70%;
  width: 50%;
  top: 50%;
  left: 1%;
  transform: translate(-50%, -50%)

}
.container div{
  padding: 100px 200px 100px 350px;
}
.container h1::before {
  content: "";
  width: 30px;
  height: 6px;
  background: #ff3b3b;
  position: absolute;
  top: 150px;
  left:350px;
}
@media (max-width: 768px) {
    .container {
        width: 90%;
        height: auto;
        flex-direction: column;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .container h1 {
        font-size: 1.8rem;
        padding-bottom: 15px;
        color: black;
    }
    /* .container h1::before {
  content: "";
  width: 30px;
  height: 6px;
  background: #ff3b3b;
  position: absolute;
  top: 360px;
  left:40px;
} */
    .container p {
        font-size: 1rem;
        padding-bottom: 15px;
    }
    .container img {
        position: relative;
        height: auto;
        width: 80%;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto 20px;
    }
    .container div {
        padding: 20px 20px 20px 20px;
    }
    
}
@media (max-width: 480px) {
    .container {
        width: 95%;
        padding: 15px;
        height: 90vh;
    }
    .container h1 {
        font-size: 1.4rem;
        padding-bottom: 10px;
        color:black;
    }
    /* .container h1::before {
  content: "";
  width: 30px;
  height: 4px;
  background: #ff3b3b;
  position: absolute;
  top: 275px;
  left:30px;
} */
    .container p {
        font-size: 0.9rem;
        padding-bottom: 10px;
    }
    .container img {
        width: 100%;
        margin: 0 auto 15px;
    }
    .container div {
        padding: 15px;
    }
}





/* <-------------------next section--------------> */



.text {
      height: 75vh;
      width: 100%;
      position: relative;
    }

    .text-section {
      position: absolute;
      height: 70%;
      width: 50%;
      top: 50%;
      left: 38%;
      transform: translate(-50%, -50%)

    }

    .text-section h2 {
      font-size: 50px;
      font-weight: bold;
      margin-bottom: 25px;

    }
    .text-section h2::before {
      content: "";
      width: 30px;
      height: 6px;
      background: #024475;
      position: absolute;
      top: 55px;
      left:5px;
}

    .text-section p {
      font-size: 18px;
      color: #333;
      line-height: 1.7;
      padding-right: 200px;
    }

    .grid {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding-top: 50px; 
      padding-left: 700px;
      padding-right: 50px;
    }

    .card {
      background:#f5f5f5;
      border-radius: 1px;
      display: flex;
      justify-self: center;
      justify-content: center;
      align-items: center;
      height: 110px;
      width: 120px;
      padding: 0 15px;
    }

    .card img {
      width: 52px;
      height: 49px;
    }
   @media (max-width: 768px) {
    .text {
        height: auto;
        padding: 20px 10px;
    }
    .text-section {
        position: relative;
        width: 90%;
        height: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding: 20px 10px;
    }
    .text-section h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .text-section h2::before {
      content: "";
      width: 30px;
      height: 6px;
      background: #024475;
      position: absolute;
      top: 55px;
      left:175px;
}
    
    .text-section p {
        font-size: 16px;
        padding-right: 0;
    }
    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .card {
        height: 100px;
        width: 100px;
        padding: 0 10px;
    }
    .card img {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 480px) {
    .text {
        padding: 15px 8px;
    }
    .text-section {
        width: 95%;
        padding: 15px 8px;
    }
    .text-section h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .text-section h2::before {
      content: "";
      width: 30px;
      height: 4px;
      background: #024475;
      position: absolute;
      top: 40px;
      left:85px;
}
    .text-section p {
        font-size: 14px;
    }
    .grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 15px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .card {
        height: 80px;
        width: 80px;
        padding: 0 8px;
    }
    .card img {
        width: 30px;
        height: 30px;
    }
}


    
/* <-------------------next section--------------> */

 .next{
  height: 90vh;
  width: 100%;
  background-color:black;
 }
 .next-txt{
  width: 75%;
  height: 45%;
  padding-top: 70px;
  padding-left: 300px;
  color: #f5f5f5;
}
.next-txt h2{
  font-size: 32px;
  font-weight:300;
  margin-bottom: 25px;
  text-align: center;

}
.next-txt p{
  text-align: center;
}
.icon{
  
  padding-left: 70px;
  padding-right: 30px;
  display: flex;
  

}
.icon img{
  padding-right: 20px;
}
.GR{
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-right: 50px;
  border: 2px solid white;
  box-shadow: 0 0 10px white, 0 0 20px white;
}
.GR h2{
  color: #fafafa;
}
.GR p{
  color: #fafafa;
  font-size: 16px;
}
.GR img{
  height: 140px;
  width: 180px;
  padding-bottom: 7px;
}
.GC{
  
  padding-right: 10px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-right: 50px;
  border: 2px solid white;
  box-shadow: 0 0 10px white, 0 0 20px white;
}

.GC h2{
  color: #fafafa;
  padding-top: 20px;
}
.GC p{
  color: #fafafa;
  font-size: 16px;
}
.GC img{
  height: 120px;
  width: 140px;
}
.GS{
  
  padding-right: 10px;
  padding-left: 0px;
  padding-bottom: 30px;
  margin-right: 0px;
  border: 2px solid white;
  box-shadow: 0 0 10px white, 0 0 20px white;

}
.GS h2{
  
  color: #fafafa;
  padding-top: 50px;
  padding-left: 30px;
}
.GS p{
  color: #fafafa;
  font-size: 16px;
  padding-left: 30px;
}
.GS img{
  padding-top: 20px;
  height: 90px;
  width: 160px;
}
@media (max-width: 768px) {
    .next {
        height: auto;
        padding: 20px 10px;
    }
    .next-txt {
        width: 90%;
        height: auto;
        padding-top: 20px;
        padding-left: 20px;
        text-align: center;
    }
    .next-txt h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .next-txt p {
        font-size: 14px;
    }
    .icon {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }
    .icon img {
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .GR, .GC, .GS {
        margin-right: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
    .GR h2, .GC h2, .GS h2 {
        font-size: 18px;
        padding-top: 10px;
        padding-left: 0;
        text-align: center;
    }
    .GR p, .GC p, .GS p {
        font-size: 14px;
        text-align: center;
        padding-left: 0;
    }
    .GR img {
        height: 100px;
        width: 140px;
    }
    .GC img {
        height: 100px;
        width: 120px;
    }
    .GS img {
        height: 80px;
        width: 140px;
        padding-top: 10px;
    }
}
@media (max-width: 480px) {
    .next {
        padding: 15px 8px;
    }
    .next-txt {
        width: 95%;
        padding-top: 15px;
        padding-left: 10px;
    }
    .next-txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .next-txt p {
        font-size: 12px;
    }
    .icon {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 20px;
    }
    .icon img {
        padding-right: 5px;
        margin-bottom: 8px;
    }
    .GR, .GC, .GS {
        margin-right: 5px;
        margin-bottom: 15px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 10px;
    }
    .GR h2, .GC h2, .GS h2 {
        font-size: 16px;
        padding-top: 8px;
        text-align: center;
    }
    .GR p, .GC p, .GS p {
        font-size: 12px;
        text-align: center;
        padding-left: 0;
    }
    .GR img {
        height: 80px;
        width: 120px;
    }
    .GC img {
        height: 80px;
        width: 100px;
    }
    .GS img {
        height: 60px;
        width: 120px;
        padding-top: 8px;
    }
}



/* <=================================section=============================> */

.industries {
  padding: 80px 20px;
  text-align: center;
  background-color:lightblue;
}
.industries h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}
.industries p {
  font-size: 1rem;
  color:black;
  margin-bottom: 50px;
}


.grid-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.cards-more{
  perspective: 1000px;
}
.card-inner {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  border-radius: 10px;
}
.cards-more:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.card-front {
  background: #1c1c1c;
  transition: all 0.3s ease;
}
.card-front i {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #f5f5f5;
}
.card-front span {
  font-size: 1rem;
  font-weight: 500;
  color:#f5f5f5;
}


.card-back {
  background:#5d5c5c;
  color: white;
  transform: rotateY(180deg);
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;

}
@media (max-width: 768px) {
  .industries {
    padding: 40px 10px;
  }

  .industries h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .industries p {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    max-width: 100%;
    padding: 0 10px;
  }

  .card-inner {
    height: 150px;
  }

  .card-front i {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .card-front span {
    font-size: 0.9rem;
  }

  .card-back {
    font-size: 0.8rem;
    padding: 15px;
    line-height: 1.2rem;
  }
}
@media (max-width: 480px) {
  .industries {
    padding: 30px 8px;
  }

  .industries h2 {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }

  .industries p {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 5px;
  }

  .card-inner {
    height: 120px;
  }

  .card-front i {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .card-front span {
    font-size: 0.8rem;
  }

  .card-back {
    font-size: 0.7rem;
    padding: 10px;
    line-height: 1rem;
  }
}


