  .component3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-left: 80px;
  margin-right: 80px;
}

.component3-item {
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.component3-item:hover {
  transform: translateY(-8px);
}

.component3-item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

/* .component3-item p {
  margin-top: 12px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
  text-align: center;
} */
.card3-title {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}


@media (max-width: 1200px) {
  .component3-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .component3-grid {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .component3-item img {
    height: auto;
  }

  .component3-item p {
    font-size: 1rem;
  }
}
.blue-card {
      background-color: #000080; /* Dark blue */
      color: white;
      border-radius: 10px;
      padding: 30px;
      width: 130%;
    }
    .blue-card h5 {
      font-weight: bold;
      margin-bottom: 15px;
      padding-left: 10px;
    }
    .blue-card ul {
      padding-left: 20px;
    }
    .blue-card ul li {
      margin-bottom: 8px;
      /* padding-left: 50px; */
    }
    /* white card */
    
.white-card {
      background-color: white; /* Dark blue */
      color: gray;
      border-radius: 10px;
      padding: 50px;
      width: 130%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .white-card h5 {
      font-weight: bold;
      color: black;
      margin-bottom: 15px;
      padding-left: 10px;
    }
    .white-card ul {
      padding-left: 20px;
    }
    


    /*  */

.specifi-img-card{
    width: 85%;
    margin-left: 90px;
    margin-top: 50px;
}
.specifi-img-card h5{
  font-size: 20px;
}
.specifi-img{
    width: 85%;
    margin-left: 90px;
    margin-top: 50px;
}
.specifi-img img{
    /* width: 85%; */
    margin-left: -150px;
    /* margin-top: 50px; */
}
@media (max-width: 767.98px) {
  .specifi-img img {
    max-height: 180px !important;
    margin-left: 10px;

  }
  .specifi-img h1, .specifi-img h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .specifi-img{
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .specifi-img img {
    max-height: 220px !important;
  }
}
/* max table */
.pocket-table1{
    font-family: Poppins, Arial, sans-serif;
     font-size: 28px;
      line-height: 1.6;
      margin-left: 150px;
      margin-top:50px;
      Color: rgb(128, 128, 128);
      Size: 25px;
      line-height: 45px;
      /*  */
 
}
.pocket-image img {
    margin-top: 50px;
    margin-right: 250px;
    margin-left: -50px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .pocket-table1 {
    margin-left: 10px;
    /* padding-right: 15px; */
  }

  .pocket-table1 h5 {
    font-size: 18px;
  }

  .pocket-table1 ul li {
    font-size: 16px;
    line-height: 1.5;
  }
  .pocket-image img {
    margin-left: 5px;
    height: 200px;
  }

}

/* Pocket card 2 */
.pocket-card2{
    font-family: Poppins, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 30px; /* Reduced from 45px to tighten spacing */
}

.pocket-card2 .row > [class*='col-'] {
  padding-right: -50px;
  padding-left: -50px;
}
/* .pocket-card2-row{
    margin-right: 100px;
} */
.pocket-card2-row1{
    margin-left:50px;
}

      .arrow-btn {
  padding: 10px 15px;
  font-size: 20px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  border: none;
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.arrow-btn:hover {
  background: linear-gradient(90deg, #de0e0e, #fc8823);
}
      .slider-container {
        max-width: 1200px;
        margin: 40px auto;
        overflow: hidden;
        padding: 20px;
      }
      .slider-title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
        color: #333;
      }
      .slider-wrapper {
        display: flex;
        transition: transform 0.3s ease-in-out;
      }
      .card {
        background: #fff;
        border-radius: 8px;
        margin: 0 10px;
        flex-shrink: 0;
        width: 300px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        /* text-align: justify; */
      }
      .card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
      }
      .card-content {
        padding: 15px;
      }
      .card-title {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
      }
      .card-text {
        font-size: 14px;
        margin-bottom: 10px;
        color: #555;
        /* align-item: justify; */
      }
      .blog-slider-card {
  background: #fff;
  border-radius: 8px;
  margin: 0 10px;
  flex-shrink: 0;
  width: 360px; /* now you can adjust this freely */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.blog-slider-card img {
  display: block;              /* Removes default inline spacing */
  width: 100%;                 /* Full width of the card */
  height: 250px;               /* Adjust height as needed */
  object-fit: cover;           /* Ensures the image fills the space without distortion */
  border-top-left-radius: 8px; /* Optional: match card's border radius */
  border-top-right-radius: 8px;
      }
      .read-btn {
        display: inline-block;
        padding: 8px 15px;
        background: linear-gradient(90deg, #de0e0e, #fc8823);
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        transition: background 0.3s;
     
      }
      .btn-center {
  text-align: center;
}
      .read-btn:hover {
        background: #c0392b;
      }
      .controls {
        text-align: center;
        margin-top: 20px;
      }
      .controls button {
        padding: 10px 20px;
        margin: 0 10px;
        background: linear-gradient(90deg, #de0e0e, #fc8823);
        border: none;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
        transition: background 0.3s;
      }
  
      /* Mobile behavior: use scroll snapping and hide the buttons */
      @media (max-width: 768px) {
        .slider-wrapper {
          overflow-x: auto;
          scroll-snap-type: x mandatory;
        }
        .card {
          scroll-snap-align: center;
          width: 250px;
          margin: 0 5px;
        }
        .controls {
          display: none;
        }
      }