.non22 {
    display: block;
}
.non33 {
    display: none;
}
@media only screen and (max-width : 768px) {
    .non {
        display: none;
    }
    .non22 {
        display: none;
    }
    .non33 {
        display: block;
    }
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    transition: transform 0.5s ease-in-out;
}
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.card-deck {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease-in-out;
}
/* HERO BUTTON--------------------- */
.hero-button {
    position: absolute;
    bottom: 5%;
    right: 26%;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #b56a28;
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    transition: all 0.3s ease;
  }

  .hero-button:hover{
    background-color: #4fd448;
    text-decoration: none;
    color: white;
  }
  
  /* Tablets (768px - 991px) */
  @media (max-width: 991px) {
    .hero-button {
      right: 25%;
      padding: 6px;
      font-size: 11px;
    }
  }
  
  /* Mobile (up to 767px) */
  @media (max-width: 767px) {
    .hero-button {
      right: 25%;
      bottom: 3%;
      padding: 6px;
      font-size: 9px;
    }
  }
  
  /* Extra Small Devices (up to 480px) */
  @media (max-width: 480px) {
    .hero-button {
      right: 25%;
      bottom: 2%;
      padding: 6px;
      font-size: 7px;
    }
  }
  
/* HERO BUTTON--------------------- */
  
  
.card {
    flex: 0 0 calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    height: auto;
    height: auto;
    border: none;
    text-align: center;
    border-radius: 24px;
    background-color: rgb(230, 230, 230);
    transition: transform 0.3s ease-in-out;
}
.card img {
    border-radius: 24px 24px 0 0;
    width: 100%;
    height: auto;
}
.btn-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.slide-btn {
    padding: 10px;
    font-size: 15px;
    border: none;
    /* color: gray; */
    /* background-color: green; */
    cursor: pointer;
    border-radius: 5px;
    /* margin-top: -25px; */
    margin: 10px;
    transition: color 0.3s ease;
    color: black;
    font-weight: 900;
    border: 1px solid rgb(211, 211, 211);
    background-color: transparent;
}
.slide-btn:hover{
    color: white;
    background-color: rgb(50, 171, 50);
    border: none;

}
.slide-btn:active,
.slide-btn:focus {
    color: white;
    background-color: rgb(50, 171, 50);
    border: none;
}
.carousel-inner .carousel-item {
    /* background-color: rgb(238, 238, 238); */
    /* border: 3px solid rgb(220, 255, 220); */
    /* border-radius: 55px; */
    padding: 10px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .carousel-inner .carousel-item {
        height: auto;
    }
    
}
.carousel-inner h2 {
    color: green;
    text-align: center;
}
.carousel-item img {
    height: 300px;
    width: 300px;
    border-radius: 10px;
    border: 2px solid green;
}
.ai-railway-section {
    width: 100%;
    background-color: #ffffff;
    color: #1e293b;
    padding: 4rem 2rem;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.ai-railway-section p {
    text-align: justify;
}
.ai-railway-section h2 {
    color: #16a34a;
    font-weight: 700;
    margin-bottom: 2rem;
}
.defect-identified{
    color: red;
}
.defect-fixed{
    color: green;
}
.defect-identified, .defect-fixed{
    font-weight: 600;
}
.defect-page-cta-button .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    border: none;
    width: 15%;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
  }
  .defect-page-cta-button .btn:hover {
    text-decoration: none;
  }
.info-box {
    background-color: #fafafa;
    border-left: 4px solid #22c55e;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-top: 1.5rem;
}
.info-box p {
    margin: 0.4rem 0;
}
.images-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}
.images-flex img {
    width: 100%;
    max-width: 450px;
    border-radius: 1rem;
    height: 300px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
a {
    color: #16a34a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .ai-railway-section {
        padding: 2rem 1rem;
    }
}

/* RESPONSIVENESS -------------------------------- */
@media (max-width: 992px) {
    .card {
        flex: 0 0 calc(100% / 2 - 15px);
        max-width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 576px) {
    .card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.hurray__hotel1 {
    overflow: hidden;
}

.hurray__offer {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.hurray__offer .thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 24px 25px 0 0;
}

.owl-carousel .owl-dots {
    direction: rtl;
}

/* products */
.card-deck {
  display: flex;
  align-items: stretch; 
  gap: 20px; 
}
.card {
  display: flex;
  flex-direction: column;
}
.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-body a:last-child {
  margin-top: auto; 
}
/* products */

.header img{
    width: 100px;
    height: 100px;
}

