
.info-details-services,
.travel-destination-management-info-details-services{
    padding: 30px 0;
}

.image-card-container a:hover{
    text-decoration: none;
}
.image-card-container {
      display: flex;
      gap: 50px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .image-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      padding: 25px;
      width: 320px;
      transition: transform 0.3s ease;
    }

    .image-card:hover {
      transform: translateY(-8px);
    }

    .image-card img {
      width: 80px;
      height: 80px;
      border-radius: 15px;
      object-fit: cover;
      margin-bottom: 20px;
    }

    .image-card h3 {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #1a1a1a;
    }

    .image-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      color: #555;
      margin-bottom: 20px;
    }

    .image-card-footer {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .image-card .badge {
      background: linear-gradient(90deg, #00e0ff, #7effd8);
      color: #fff;
      font-size: 0.85rem;
      font-weight: 600;
      padding: 6px 14px;
      border-radius: 30px;
      box-shadow: 0 4px 10px rgba(0, 224, 255, 0.3);
      white-space: nowrap;
    }

    .image-card .price {
      font-size: 0.9rem;
      font-weight: 500;
      color: #444;
    }

    .image-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 15px;
      background: white;
      transition: transform 0.2s ease;
    }

    .image-card img {
      max-width: 100px;
      display: block;
      margin: 0 auto 15px;
    }

    .image-card h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      text-align: center;
    }

    .image-card p {
      font-size: 0.9rem;
      text-align: center;
      color: #555;
    }

    .image-card-footer {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      font-size: 0.9rem;
    }

    .badge {
      background: #ffeb3b;
      color: #333;
      padding: 5px 10px;
      border-radius: 10px;
      font-weight: bold;
    }

    .price {
      color: #e91e63;
      font-weight: bold;
    }

.travel-destination-management-info-details-services-left .accordion h2 button{
    font-weight: 600;
}
.travel-destination-management-info-details-services-left .air-hotel-booking-info li h5{
    font-weight: 600;
}

@media only screen and (max-width: 1025px) {
    .image-card-container{
        gap: 25px;
    }
    .image-card{
        width: 280px;
    }
}

@media only screen and (max-width: 769px) {
    .image-card-container{
        gap: 10px;
    }
    .image-card{
        width: 210px;
    }
    .image-card h3{
        font-size: 0.9rem;
    }
    .image-card p{
        font-size: 0.7rem;
        margin-top: 0;
    }
}

@media only screen and (max-width: 426px) {
    .image-card{
        width: 185px;
    }
    .image-card h3{
        font-size: 0.7rem;
        margin-top: 10px;
    }
    .image-card p{
        font-size: 0.6rem;
        margin-top: 0;
    }
}

@media only screen and (max-width: 376px) {
    .image-card {
        width: 160px;
    }
    .image-card h3{
        font-size: 0.6rem;
        margin-top: 10px;
    }
    .image-card p{
        font-size: 0.5rem;
        margin-top: 0;
    }
}

/* ------------------------- */
.info-details-Culinary{
    padding: 20px 0;
}

/* ------------------------------- */
.Culinary-services-list {
    list-style: none;
    text-decoration: none;
}
.Culinary-services-list li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    border: 1px solid #ededed;
    border-radius: 7px;
    padding: 10px 20px;
    transition: all 1.5s ease;
}
.Culinary-services-list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.9s ease;
    cursor: pointer;
    font-weight: 600;
}

.image-grid-view {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, 1fr);   /* 2 rows */
    gap: 10px; /* no gap between images */
    overflow: hidden; /* ensures rounded corners stay clean */
    width: 100%;
    max-width: 600px; /* optional, adjust size */
}

/* Make all images fill their grid cell */
.image-grid-view div {
    width: 100%;
    height: 100%;
}

.image-grid-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Rounded corners for only the outer corners */
.image-grid-view div:nth-child(1) img {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.image-grid-view div:nth-child(2) img {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.image-grid-view div:nth-child(3) img {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.image-grid-view div:nth-child(4) img {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* offering */

.Offering .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.Offering .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}

/* .Offering .mySwiper .swiper-slide {
    width: 55% !important;
    border-radius: 9px;
} */
/* .swiper-slide {
    width: 500px ;
} */



.Offering .mySwiper .swiper-slide:nth-child(2n) {
    width: 60%;
}

.Offering .mySwiper .swiper-slide:nth-child(3n) {
    width: 40%;
}

.Offering .mySwiper .swiper-slide.swiper-slide-active {
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(2, 2, 9, 0.6);
    transition: transform 0.3s;
    z-index: 10;
    /* transform: scale(1.08); */
    transition-duration: 1s;
}

.Offering .mySwiper .swiper-slide.swiper-slide-active:hover {
    /* transform: scale(1.05); */
    transition: transform 0.3s;
    z-index: 10;
}

.Offering {
    background: #f1f1f1;
    padding: 30px 0px;
}

.Offering h2 {
    margin-top: 10px;
}

/* .Offering .mySwiper .swiper-wrapper{
    padding: 30px 0;
} */

/* animated text */
/*
.Offering .animated-text {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nocturne, serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}

.Offering .front-text {
    float: left;
    margin-right: 0.3em;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(102 102 102);
}

.Offering .middle-text {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.Offering span1 {
    display: inline-block;
    color: rgb(244, 136, 23);
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    -webkit-animation: move 9s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -30px;
    }

    40% {
        top: -60px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}
*/

.offer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 350px;
}

.offer-list li {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

/* Left icon/image */
.offer-list li img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 15px;
    transition: transform .35s ease;
}

/* Text */
.offer-list li span {
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

/* Hover animation */
.offer-list li:hover {
    transform: translateX(6px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

/* Image zoom on hover */
.offer-list li:hover img {
    transform: scale(1.1);
}

/* Shine animation */
.offer-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.3) 50%,
        transparent 100%
    );
    transition: .5s;
}

.offer-list li:hover::before {
    left: 120%;
}
.offer-list li.active {
    transform: translateX(10px);
    background: #f5f7ff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.offer-list li.active img {
    transform: scale(1.15);
}
