﻿/* General card styles */
.card-custom {
    min-height: 350px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
}

    .card-custom:hover {
        transform: translateY(-5px);
    }

/* Image */
.card-custom-img {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

/* Body */
.card-custom-body {
    padding: 1rem;
    text-align: center;
}

/* Footer */
.card-custom-footer {
    background: transparent;
    border-top: none;
    padding-bottom: 1rem;
    text-align: center;
}

/* Link button */
.link-button {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
}

    .link-button:hover {
        text-decoration: underline;
    }

/* View All button */
.view-all-btn {
    padding: 0.75rem 2rem;
    border-radius: 50rem;
}
.banner-section {
    padding: 20px;
    margin-bottom: 50px;
    background-color:lightgray;
    color :Black;
}
/*list package hotel cab flight*/

.custom-card {
    max-width: 340px;
    margin: auto;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .custom-card:hover {
        transform: scale(1.03);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

.card-img-top {
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height:300px;
}

.card-body, .card-footer {
    padding: 1rem;
}


.tour-card {
    
    min-height: 450px;
    width: 100%;
}

.tour-image {
    height: 300px;
    object-fit: cover;
}

.tour-badge {
    border-radius: 0.25rem;
}

.tour-skeleton-img {
    height: 300px;
    width: 100%;
    border-radius: 0.25rem;
}

.tour-skeleton-badge {
    width: 60px;
    height: 25px;
    border-radius: 0.25rem;
}

.tour-skeleton-title {
    width: 70%;
    height: 20px;
    border-radius: 0.25rem;
}

.tour-skeleton-price {
    width: 40px;
    height: 24px;
    border-radius: 0.25rem;
}

.tour-skeleton-btn {
    width: 90px;
    height: 30px;
    border-radius: 0.25rem;
}
.skeleton-img-lg {
    width: 100%;
    height: 100px;
    border-radius: 0.25rem;
}

.skeleton-text-md {
    width: 70%;
    height: 20px;
}

.skeleton-text-sm {
    width: 50%;
    height: 16px;
}

.skeleton-btn-lg {
    width: 100px;
    height: 36px;
}

.skeleton-footer-line {
    width: 40%;
    height: 20px;
}

.rounded-full {
    border-radius: 20px;
}

.ml-auto {
    margin-left: auto;
}

.cab-divider {
    width: 100%;
    margin: 0;
}
/* Skeleton Elements */
.skeleton-image-md {
    height: 150px;
    width: 100%;
    border-radius: 4px;
}

.skeleton-text-sm {
    width: 80%;
    height: 15px;
}

.skeleton-text-xs {
    width: 60%;
    height: 15px;
}

.skeleton-text-md {
    width: 50%;
    height: 25px;
}

.skeleton-button-full {
    width: 100%;
    height: 35px;
}

.skeleton-footer-line {
    width: 50%;
    height: 15px;
}

/* Flight Image */
.flight-image {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.banner-slider {
    position: relative;
    overflow: hidden;
}

.banner-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.banner {
    min-width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    position: relative;
}

.banner-content {
    border-radius: 0.5rem;
    padding: 1rem;
    max-width: 70%;
}
.btn{
    background-color:gray;
    color:white;
}

.banner-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 1rem;
}

.banner-btn {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 50%;
}
.aboutimg {
    width: 100%
}
.tetiImg{
    width:80px;
}
.title {
    text-decoration: none;
    color: black;
}


/*Home Page Banner Css*/

.banner-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.banner {
    min-width: 100%;
    height: 90vh; /*   90% of screen height */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-size: cover;
    background-position: center;
    align-items: flex-end; /* Align content to the bottom */
    padding-top: 200px;
}

.banner-content {
    /*        background: rgba(0, 0, 0, 0.6); */
    padding: 20px;
    width: 100%;
    text-align: center;
    /*    border-radius: 0 0 10px 10px; */
}


.banner h2 {
    margin-bottom: 10px;
}

.watch-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: red;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.banner-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.banner-btn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .banner {
        height: 50vh; /* half screen height */
    }

        .banner h1 {
            font-size: 1.8rem;
        }

        .banner p {
            font-size: 1rem;
        }
}

.banner {
    position: relative;
    height: 500px; /* or your desired height */
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); /* perfectly center horizontally, and offset vertically */
    color: white;
    text-align: center;
    width: 80%; /* control width so text doesn't stretch too wide */
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7); /* strong shadow for readability */
    z-index: 2;
}

    .banner-content h2 {
        font-size: 3rem; /* big heading */
        margin-bottom: 0.5rem;
    }

    .banner-content p {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

.watch-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: rgba(0,0,0,0.6);
    color: white;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

    .watch-btn:hover {
        background-color: rgba(0,0,0,0.85);
    }


/* Skeleton base */
.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    user-select: none;
}

    /* Skeleton shimmer animation */
    .skeleton::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -150px;
        height: 100%;
        width: 150px;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        animation: shimmer 1.5s infinite;
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
.destination-img {
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 4px;
}

.skeleton-img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.skeleton-text {
    border-radius: 4px;
}

.skeleton-title {
    height: 20px;
    width: 80%;
    margin-bottom: 10px;
}

.skeleton-subtitle {
    height: 14px;
    width: 60%;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.cardStyle {
    height: 448px;
}

.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}

.skeleton-line {
    margin-bottom: 10px;
}

.skeleton-text {
    height: 20px;
    width: 100%;
}

.skeleton-img {
    width: 100%;
    height: 300px;
    background-color: #ccc;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.skeleton-text {
    height: 1em;
    margin-bottom: 0.5em;
}

.skeleton-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.packageImg{
    width:100%;
}
.destiImg {
  width: 100%;
}

/*Hotel Page Slider */

.banner-slider {
    position: relative;
    overflow: hidden;
    height: 480px; /* Make sure this matches the height of .banner */
}

.banner-container {
    display: flex;
    transition: transform 0.6s ease;
    width: 100%;
    height: 100%; /* Ensure container fills the banner-slider */
}

.banner {
    flex: 0 0 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.banner-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 1rem;
    z-index: 10;
}

.banner-btn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 5px;
}

/*Hotel Page Slider */

/*Activity Detail*/

/* Skeleton base styles */
.skeleton-line,
.skeleton-box,
.skeleton-banner {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: shimmer 1.2s ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-line {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-box {
    border-radius: 4px;
    display: inline-block;
}

.skeleton-banner {
    width: 100%;
    height: 300px;
    border-radius: 12px;
}

/* Width helpers */
.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

/* Animation */
@keyframes shimmer {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 500px 0;
    }
}
