@font-face {
    font-family: 'Traveler';
    src: local('Traveler'), url('Fonts/Traveler.ttf') format("truetype");
}

/* =========================
   COMMON HEADING
========================= */

#my_sub_Heading {
    font-family: "Traveler";
    font-size: 5rem;
    color: #101F46;
    text-align: center;
    font-weight: 500;
    letter-spacing: 20px;
}

@media screen and (max-width:476px) {

    #slogan-box {
        transform: translate(0, 83px) !important;
    }

    #my_sub_Heading {
        font-size: 2.5rem !important;
        letter-spacing: 8px;
    }
}

/* =========================
   HOME BANNER
========================= */

#my_home_banner {
    /* background:url(../assets/images/ecno_home_video.mp4); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    inset: 0;
    z-index: -1;
}

#backgroundVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

#my_home_banner_1 {
    background: url(images/slider-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.banner-inner-wrap {
    height: 70vh; /* reduced 30% */
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.overlay {
    background: linear-gradient( rgba(0,0,0,0.45), rgba(0,0,0,0.55) );
    position: absolute;
    inset: 0;
}

/* =========================
   CALLBACK / CONTACT
========================= */

#my_callback_imge_1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 540px;
}

#my_contact_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -136px;
    min-height: 385px;
}

/* =========================
   DESTINATION CARDS
========================= */

.destination-card {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

    .destination-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    }

.destination-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s ease;
}

.destination-card:hover .destination-img {
    transform: scale(1.05);
}

.destination-content {
    padding: 14px;
    text-align: center;
    background: #f8fafc;
}

    .destination-content h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 14px;
        color: #0f172a;
    }

.destination-btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.destination-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.enquiry-btn {
    background: #0f766e;
}

.sightseeing-btn {
    background: #2563eb;
}

.destination-btn:hover {
    transform: translateY(-3px);
    color: #fff;
}

.enquiry-btn {
    background: #0f766e;
    color: #ffffff;
}

    .enquiry-btn:hover {
        background: #115e59;
        color: #ffffff;
    }

.sightseeing-btn {
    background: #2563eb;
    color: #ffffff;
}

    .sightseeing-btn:hover {
        background: #1d4ed8;
        color: #ffffff;
    }

/* =========================
   TESTIMONIAL SECTION
========================= */

.testimonial-section {
    background: linear-gradient( 135deg, #0f172a, #1e3a8a, #0f766e );
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

    .testimonial-section::before,
    .testimonial-section::after {
        content: '';
        position: absolute;
        border-radius: 50%;
    }

    .testimonial-section::before {
        width: 320px;
        height: 320px;
        background: rgba(255,255,255,0.05);
        top: -120px;
        right: -120px;
    }

    .testimonial-section::after {
        width: 250px;
        height: 250px;
        background: rgba(255,255,255,0.04);
        bottom: -100px;
        left: -100px;
    }

    /* heading */

    .testimonial-section .section-heading h5 {
        color: #facc15;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .testimonial-section .section-heading h2 {
        color: #ffffff;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 18px;
        position: relative;
        display: inline-block;
    }

        .testimonial-section .section-heading h2::after {
            content: '';
            width: 80px;
            height: 4px;
            background: #facc15;
            display: block;
            margin: 14px auto 0;
            border-radius: 10px;
        }

    .testimonial-section .section-heading p {
        color: #e2e8f0;
    }

/* testimonial card */

.testimonial-content {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 40px;
    border-radius: 24px;
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.20);
}

    .testimonial-content p {
        color: #ffffff;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .testimonial-content cite {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        display: block;
    }

    .testimonial-content .company {
        color: #fde68a;
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }

/* =========================
   ACTIVITY SECTION
========================= */

.activity-section {
    background: linear-gradient( to bottom, #f0fdfa 0%, #ffffff 35% );
    padding: 90px 0;
    position: relative;
}

    /* heading */

    .activity-section .section-heading h5 {
        color: #0f766e;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .activity-section .section-heading h2 {
        color: #0f172a;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 18px;
        position: relative;
        display: inline-block;
    }

        .activity-section .section-heading h2::after {
            content: '';
            width: 70px;
            height: 4px;
            background: #0f766e;
            display: block;
            margin: 14px auto 0;
            border-radius: 10px;
        }

    /* activity cards */

    .activity-section .text-center {
        background: #ffffff;
        border-radius: 20px;
        transition: 0.4s ease;
        padding: 35px 25px;
        box-shadow: 0 8px 25px rgba(15,23,42,0.06);
    }

        .activity-section .text-center:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 40px rgba(15,23,42,0.12);
        }

    .activity-section i {
        margin-bottom: 20px;
    }

    .activity-section .fa-map-marked-alt {
        color: #0f766e;
    }

    .activity-section .fa-hotel {
        color: #2563eb;
    }

    .activity-section .fa-car {
        color: #ea580c;
    }

    .activity-section .fa-umbrella-beach {
        color: #db2777;
    }

    .activity-section h4 {
        color: #0f172a;
        font-weight: 700;
        margin-bottom: 14px;
    }

    .activity-section p {
        color: #64748b;
        line-height: 28px;
        margin-bottom: 0;
    }

/* =========================
   SEARCH SECTION
========================= */

.trip-search-section .trip-search-inner {
    box-shadow: 0 15px 25px rgba(0,0,0,0.08);
    padding: 0;
    position: relative;
    align-items: flex-end;
    flex-wrap: wrap;
}

/* =========================
   INNER BANNERS
========================= */

#banner_back_img,
#detail_bg_banner,
#blog_banner,
#blog_detail_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0 110px;
    text-align: center;
    position: relative;
}

#detail_bg_banner {
    background: url(images/inner-banner.jpg);
}

#blog_detail_banner {
    object-fit: cover;
}

/* =========================
   COMMON ELEMENTS
========================= */

.place_cont {
    width: 38rem;
    object-fit: contain;
    padding: 0.50rem;
}

.book_now {
    color: #0791BE;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
    border: 1px solid #0791BE;
    border-radius: 5px;
    transition: 0.3s ease;
}

    .book_now:hover {
        background: #0791BE;
        color: #ffffff;
    }

#des_hotel_sec {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.special-section {
    padding-bottom: 1px;
}

.Gallery_list_sec {
    margin-bottom: 2rem;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/* =========================
   IMAGE SIZES
========================= */

.dest_img_1 {
    width: 322px !important;
    height: 539px !important;
    object-fit: cover;
}

.dest_img_2 {
    width: 460px !important;
    height: 255px !important;
    object-fit: cover;
}

.place_img_size {
    width: 365px !important;
    height: 305px !important;
    object-fit: cover;
}

.offer-image {
    width: 360px;
    height: 450px;
    object-fit: cover;
}

.packages-image {
    height: 242.66px !important;
}

.blogs-image {
    height: 300px !important;
}

.blog-detail-image {
    width: 1200px !important;
    height: 400px !important;
    object-fit: cover !important;
}

/* gallery */

#gallery-img-1 {
    width: 455px;
    height: 330px;
    object-fit: cover;
}

#gallery-img-2,
#gallery-img-3 {
    width: 315px;
    height: 250px;
    object-fit: cover;
}

#gallery-img-4,
.additional-img {
    width: 655px !important;
    height: 350px !important;
    object-fit: cover;
}

.additional-img {
    margin-bottom: 1rem;
}

/* =========================
   PARALLAX
========================= */

.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.place_row_head {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

/* =========================
   HOVER
========================= */

#india_address:hover {
    color: blue !important;
}
