* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

body.dark {
    background-color: black;
    color: #fff;
}

.section-one {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.swiper-hero {
    width: 100%;
    height: 100%;
    user-select: none;
    /* pointer-events: none; */
    overflow: hidden;
}

.hero-wrapper {
    width: 100%;
}

.hero-slide {
    position: relative;
    width: 100%;
}

/* Adding an overlay with reduced opacity using the ::before pseudo-element */
.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.slide-text {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    width: 80%;
}
.slide-text h2 {
    font-size: 58px;
    font-weight: 400;
}

.slide-text p {
    width: 60%;
    font-size: 18px;
    line-height: 30px;
}
nav {
    width: 100%;
    background-color: #56687A;
    display: flex;
    padding: 1rem;
    padding-inline: 1.5rem;
    justify-content: space-between;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

nav h1 {
    text-align: center;
    padding-right: 2rem;
    font-weight: 300;
    font-size: 30px;
    cursor: pointer;
}

ul {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-left: auto;
}

ul li {
    list-style: none;
    padding-inline: 1rem;
    align-items: center;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

ul a {
    text-decoration: none;
    color: inherit;
}

ul li:hover {
    transform: scale(1.05);
    cursor: pointer;
}

nav button {
    margin-right: 1rem;
}

.nav-icons {
    display: flex;
    align-items: center;
    margin-right: 0.70rem;
    font-size: 20px;
    gap: 10px;
    z-index: 9999;
}

.filledSun {
    display: none;
    vertical-align: middle;
}

.open {
    display: none;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.close {
    display: none;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.black {
    color: black;
}

/* dropdown of contact section */
.cntct {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.contact-dropdown {
    position: absolute;
    top: 50px;
    padding: 10px;
    color: black;
    background-color: #fff;
    border-radius: 4px;
    display: none;
    width: 100%;
}

.contact-dropdown a {
    line-height: 30px;
    cursor: pointer;
    color: #2D2D2D;
    text-decoration: none;
}

.contact-dropdown.active {
    display: block;
}

.contact-dropdown a:hover {
    background-color: #e9e8e8;
}

.contact-dropdown i {
    color: black;
    padding-left: 4px;
}

.contact-dropdown .inbox {
    padding-left: 8px;
}

.place-text {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #fff;
}

.place-text h1 {
    font-size: 64px;
    font-weight: 400;
}

.place-text p {
    font-size: 18px;
    font-weight: 300;
    width: 60%;
    text-align: justify;
    line-height: 26px;
}

/* hamburger section */
.hamburger-box {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
}


/* For navbar Only */

@media (max-width: 768px) {
    nav {
        padding-inline: 0.70rem;
    }

    nav h1 {
        font-size: 24px;
        padding-right: 0;
    }

    .tab-ph-hamburger {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 66px;
        left: 0;
        background: linear-gradient(135deg, #4a90e2, #9013fe);
        /* Gradient background */
        height: 0;
        /* Start collapsed */
        overflow: hidden;
        border-radius: 0 0 10px 10px;
        padding-left: 1rem;
        transition: height 0.5s ease-in-out;
    }

    .nav-active .tab-ph-hamburger {
        height: 60vh;
    }

    .tab-ph-hamburger a,
    .tab-ph-hamburger li {
        padding-block: 10px;
        margin-right: auto;
        padding-inline: 0;
    }


    nav button {
        /* left: 0; */
        order: -1;
        margin-top: 1rem;
        margin-right: auto;
    }

    .open {
        display: block;
    }

    .close {
        display: none;
    }

    .nav-active .open {
        display: none;

    }

    .nav-active .close {
        display: block;
    }

}


/* packages section */
.packages {
    margin-inline: 4rem;
    margin-top: 1rem;
    margin-bottom: 0;
    position: relative;
}

.packages-text {
    width: 70%;
}

.packages-text :nth-child(1) {
    font-size: 50px;
    font-weight: 300;
}

.packages-text :nth-child(2) {
    font-size: 18px;
}

.main-swiper {
    padding-inline: 2.6rem;
    overflow: hidden;
    padding-block: 3rem;
}

.package-wrapper {
    padding-block: 1rem;
}

.one {
    /* width: 300px; */
    min-height: 420px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 1rem;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    /* transition: filter 0.50s ease; */
    user-select: none;

}

.one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 20px;
    /* Matches the container’s border radius */
    pointer-events: none;
}

.one:hover {
    transform: scale(1.05);
}

.one-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* text-decoration: underline; */
    flex-wrap: wrap;
}

.one-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    /* Ensures justify-content will work correctly */
    position: absolute;
    bottom: 15px;
    width: calc(100% - 34px);
}

.one h5 {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.info-btn {
    /* vertical-align: middle; */
    padding: 3px 14px;
    background-color: grey;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.ad {
    background-color: lightgreen;
}

.cs {
    background-color: #ff004f;
}

.fm {
    background-color: goldenrod;
}

.hn {
    background-color: deeppink;
}

.one .text {
    font-size: 16px;
    margin-bottom: 1rem;
}

.book-now {
    vertical-align: middle;
    max-width: 100%;
    background-color: #0011ff;
    color: white;
    border: none;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.book-now:hover {
    background-color: #0000cc;
    transform: scale(1.08);
}

.packages .first {
    background-image: url(assests/Packages/pckg-1.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.packages .two {
    background-image: url(assests/Packages/pckg-2.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.filter {
    filter: blur(5px);
}

/* Destination section stars from here */
.destinations {
    margin-inline: 4rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.destinations h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 1rem;
}


/* Grid Section Starts from here */

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    gap: 1rem;
    /* Space between grid items */
    grid-auto-rows: minmax(200px, 240px);
    padding-inline: 1rem;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: appear linear;
    animation-timeline: veiw();
    animation-range: entry 0;

}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: 100% 100%;
    border-radius: inherit;
    transition: 0.90s;
}

.grid-item span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem;
    font-size: 1.1rem;
    border-radius: 5px;
}

/* Gulmarg (1 column wide) */
.gulmarg {
    grid-column: 1 / 2;
    grid-row: 1;
}

/* Dal Lake (spanning 2 columns) */
.dal-lake {
    grid-column: 2 / 4;
    /* Span from column 2 to 4 */
    grid-row: 1;
}

/* Sonmarg (1 column wide) */
.sonmarg {
    grid-column: 4 / 5;
    grid-row: 1;
}

/* Pahalgam and Gurez (2nd row) */
.pahalgam {
    grid-column: 1 / 3;
    /* Span 2 columns */
    grid-row: 2;
    /* height: 350px; */
}

.gurez {
    grid-column: 3 / 5;
    /* Span 2 columns */
    grid-row: 2;
    /* height: 350px; */

}

.grid-item img:hover {
    transform: scale(1.2);
    /* Slightly enlarge the image on hover */
    filter: brightness(0.8);
    /* Darken the image */
}

/* foods section */
.foods-section {
    margin-inline: 4rem;
    margin-block: 2rem;
}

.foods-section h2 {
    margin-block: 1rem;
    font-size: 50px;
    font-weight: 300;
}

.foods {
    display: flex;
    justify-content: space-between;
    text-align: justify;
}

.container-text {
    width: 40%;
    padding: 1rem 0;
}

.explore-btn-anc {
    text-decoration: none;

}

.explore-btn {
    padding: 10px 16px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: none;
}

.explore-btn:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

.explore-btn:active {
    background-color: #3d8c40;
    transform: scale(0.98);
}

.container-food {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: yellow; */
    padding: 2rem;
}

.common {
    width: 30%;
    height: 25rem;
    transition: width 0.70s ease-in-out !important;

}

.common img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover;
}

.common:hover {
    width: 70rem;
}

/* what we offer section stars from here */
.what-we-offer {
    margin-inline: 4rem;
    margin-block: 2rem;
    /* background-color: yellow; */
}

.what-we-offer h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 1rem;
}

.offer-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
}

.flaps {
    max-width: 320px;
    height: 360px;
    color: white;
    /* padding: 10px; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    position: relative;
    overflow: hidden;
    transition: opacity 0.5s ease;
    border-radius: 4px;
}

.hidden {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: -1;
}

.flaps img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.layer {
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    /* height: 100%; */
    overflow: hidden;
    transition: height 0.5s;
    background: linear-gradient(rgba(0, 0, 0, 0.336), #ff004f);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-inline: 1rem;
}

.layer h3 {
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 30px;
}

.layer p {
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
}

.flaps:hover .layer {
    height: 100%;
}

.btn-container {
    width: 100%;
    text-align: center;
}

.see-more-btn {
    margin: 50px auto;
    width: fit-content;
    /* border: 1px solid #ff004f; */
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    transition: background 0.5s;
    background-color: #56687A;
    border: none;
}

.see-more-btn:hover {
    background-color: #ff004f;
}

/* Faq section starts from here */
.faq {
    margin-inline: 4rem;
    margin-block: 2rem;
}

.faq h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 1rem;
}

.group1 {
    width: 74%;
    margin: auto;
    margin-bottom: 1rem;
    padding: 10px;
    /* box-shadow: rgba(34, 34, 34, 0.336) 0px 3px 8px; */
    /* border-radius: 4px; */
}

.group1 h3 {
    /* padding-left: 2rem; */
    font-size: 30px;
    font-weight: 300;
    width: 50%;
}

.accordian {
    margin: auto;
    cursor: pointer;

}

.accordian-question {
    background-color: #2D2D2D;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
    /* margin-block: 8px; */
    margin-bottom: 4px;
    color: #fff;
    border-radius: 4px;
    user-select: none;
}

.accordian-question:hover {
    background-color: #2d2d2df1;
}

.accordian-question h4 {
    font-size: 18px;
    font-weight: 300;
}

.accordian-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s;
    font-size: 16px;
    /* background-color: yellow; */
    padding-inline: 8px;
}

.icon {
    transition: transform 0.4s;
}

.icon.active {
    transform: rotate(-180deg);
}

/* Testimonial Section */
.testimonial {
    padding-inline: 4rem;
    padding-block: 2rem;
    position: relative;
    padding-bottom: 3rem;
}

.testimonial h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 2rem;
}

.testimonial-swiper {
    overflow: hidden;
    width: 80%;
    margin: auto;

}

.card {
    display: flex;
    align-items: center;
    padding-inline: 2rem;
    padding-block: 2rem;
    border-radius: 12px;
    position: relative;
    padding-bottom: 4rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px, inset rgba(0, 0, 0, 0.23) 0px 3px 10px 0px;
    user-select: none;
}

body.dark .card {
    border: 1px solid #00bcd4;
}
.img-container{
    margin-right: 2rem;
    margin-bottom: 1.3rem;
}
.card img {
    width: 120px;
    height: 120px;
    clip-path: circle();
    object-fit: cover;
    object-position: center 0px; 
}
.user-info {
    position: absolute;
    bottom: 10px;
}

.user-info h3 {
    font-size: 24px;
    font-weight: 300;
    color: #3597B8;
}

.user-info i {
    color: rgb(212, 186, 34);
}

/* pre Footer Section */
#location {
    padding-inline: 3rem;
    padding-block: 3rem;
}

#location h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 1rem;
}
.map-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
}
.map {
    flex: 1 1 45%;
    /* Side-by-side layout with location-details */
    /* min-width: 300px; */
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body.dark .map {
    background-color: #333;
}
.map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Location Details Section Styling */
.location-details {
    flex: 1 1 45%;
    /* min-width: 300px;     */
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* Dark Mode Styles */
body.dark .location-details {
    background-color: #333;
    color: #fff;
}
body.dark .location-details a {
    color: #a5d6ff;
}

body.dark .location-details p,
body.dark .location-details li,
body.dark .location-details h3 {
    color: white;
}

body.dark .location-details button {
    background-color: #555;
    color: #fff;
}

body.dark .location-details button:hover {
    background-color: #777;
}

.location-details div {
    margin-bottom: 20px;
}

.location-details h3 {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
}

.location-details p,
.location-details li {
    color: #555;
    font-size: 1em;
    margin: 4px 0;
}

.address button {
    margin-top: 10px;
    padding: 8px 12px;
    font-size: 0.9em;
    color: #fff;
    background-color: #3498db;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.address button:hover {
    background-color: #2980b9;
}

.contact-info a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #2980b9;
}

.opening-hours ul {
    /* padding-left: 20px; */
    list-style-type: disc;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    #location {
        padding-inline: 1rem;
    }

    #location h2 {
        font-size: 30px;
    }

    .map-container {
        flex-direction: column;
    }

    .map,
    .location-details {
        width: 100%;
    }
}




/* contact us section stars from here */

#footer {
    position: relative;
    background-color: #575c62;
    display: flex;
    justify-content: space-around;
    padding: 1.2rem;
    z-index: 2;
}

#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assests/footer.png);
    z-index: 1;
    background-position: center center;
    background-size: cover;
    opacity: 0.20;
    z-index: -1;
    pointer-events: none;
}

#footer .info {
    color: #fff;
    width: 40%;
    /* border:1px solid black; */
    padding: 1rem;
}

.info h3 {
    font-size: 28px;
    font-weight: 400;
    /* color: gold; */
    /* color: black; */
    text-decoration: underline;
    margin-bottom: 10px;
}

.info :nth-child(2) {
    font-size: 1rem;
    margin-top: 4px;
}

.info h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 6px;
    /* color: gold; */
    text-decoration: underline;
}

.info p {
    font-size: 15px;
}

.info-icons {
    margin-top: 0.80rem;
}

.info-icons a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    transition: all 0.70s;
    margin-inline: 4px;
}

/* Transition for the icon */
.info-icons i {
    transition: transform 0.4s ease;
}

/* Apply hover effect to the anchor tag */
.info-icons a:hover {
    color: #FFD700;
    transform: translateY(-4px) scale(1.5);
}

/* Optional: If you want to keep the hover effect on the icon too */
.info-icons a:hover i {
    transform: translateY(-4px) scale(1.5);
}

.contact-us {
    width: 40%;
    /* border:1px solid black; */
    padding: 1rem;
}

.contact-us h3 {
    font-size: 28px;
    font-weight: 400;
    color: white;
    text-decoration: underline;
}

.contact-us :nth-child(1) {
    margin-bottom: 6px;
}

.contact-us input,
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 17px;

}

.contact-us input,
textarea {
    background: transparent;
    outline: none;
    color: white;
    border: 2px solid grey;
    background-color: #53595F;
    resize: none;

}

.contact-us input::placeholder {
    color: white;
    opacity: 0.50;
}

.contact-us textarea::placeholder {
    color: white;
    opacity: 0.50;
}

.footer-btn {
    padding: 10px 14px;
    border: 1px solid white;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 2px;
}

.footer-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.footer-btn:active {
    background-color: rgba(255, 255, 255, 0.4);
    transform: scale(0.95);
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #575C62 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.tab {
    display: none;
}
/* Footer Styles */
.post-footer {
    background-color: #333;
    color: #fff;
    padding: 12px;
    text-align: center;
}

.footer-content {
    margin-bottom: 6px;
}

.company-name {
    font-size: 26px;
    font-weight: 300;
}

.footer-bottom {
    font-size: 14px;
    color: #ccc;
}

.copyright {
    margin-top: 8px;
}

.back-to-top {
    background-color: #ff5733;
    color: white;
    border: none;
    padding: 6px 8px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    margin-top: 12px;
}

/* Hover effect on the button */
.back-to-top:hover {
    background-color: #e74c3c;
    transform: scale(1.1);
}

.back-to-top:focus {
    outline: none;
    box-shadow: 0 0 0 2px #ff5733;
}

  @media (max-width: 600px) {
    .company-name {
      font-size: 18px;
    }
  
    .footer-text {
      font-size: 12px;
    }
  
    .footer-bottom {
      font-size: 10px;
    }
    .back-to-top {
        background-color: #ff5733;
        color: white;
        font-size: 14px; 
        padding: 8px 12px; 
        width: 30%; 
        border-radius: 8px;
        margin-top: 16px;
    }

    .back-to-top:hover {
        background-color: #e14b2e;
        transform: scale(1.05);
    }
  } 

/* media querries for tab  */
@media (min-width: 601px) and (max-width: 1120px) {

    .one:hover {
        transform: scale(1) !important;
    }

    .slide-text h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 1rem;
    }

    .slide-text p {
        width: 80%;
        line-height: 22px;
    }

    nav h1 {
        font-size: 26px;
        padding-right: 0;
    }

    ul li {
        padding-inline: 14px;
    }

    .testimonial-swiper {
        width: 90%;
    }

    .grid-container {
        padding-inline: 4px;
        grid-template-columns: repeat(2, 1fr);
        /* 1 column */
    }

    .gulmarg,
    .dal-lake,
    .sonmarg,
    .pahalgam {
        grid-column: auto;
        grid-row: auto;
    }

    .gurez {
        grid-column: 1/3;
        grid-row: 2;
    }

    .sonmarg {
        grid-column: auto;
        grid-row: 3;

    }

    .icons {
        margin-left: auto;
    }




    .foods {
        flex-direction: column;
    }

    .container-text {
        width: 90%;
        margin: auto;
    }

    .container-food {
        width: 90%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        /* background-color: red; */
        gap: 4px;
    }

    .common {
        /* background-color: yellow; */
        width: 48%;
        height: 12rem;
        padding: 8px;
    }

    .tab {
        display: block;
    }

    .offer-container {
        justify-content: center;
    }

    .flaps {
        width: 45%;
        height: 350px;
    }

    .layer {
        padding-inline: 8px;
    }

    .layer h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .layer p {
        margin-top: 2px;
        font-size: 16px;
        font-weight: normal;
    }

    .faq h2 {
        font-size: 34px;
    }

    .group1 {
        width: 80%;
        padding: 0;
    }




    #footer {
        flex-direction: column;

    }

    #footer .info {
        width: 80%;
        /* background-color: yellow; */
    }

    .contact-us {
        width: 80%;
    }
}

/* For Mobile Phones */
@media (max-width:600px) {
    .slide-text h2 {
        font-style: inherit;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 1rem;
    }
    .slide-text p {
        width: 80%;
        line-height: 22px;
    }

    .contact-dropdown {
        width: 150px;
    }

    .tab {
        display: none;
    }
    .packages {
        margin-inline: 2rem;
    }

    .packages-text :nth-child(1) {
        font-size: 32px;
        padding-bottom: 6px;
    }
    .packages-text :nth-child(2){
        margin-bottom: 10px;
    }
    .packages-text {
        width: 90%;
    }

    .destinations h2,
    .foods-section h2,
    .what-we-offer h2,
    .faq h2 {
        /* background-color: yellow; */
        font-size: 36px;
    }

    .foods-section {
        margin-inline: 2rem;
    }

    .offer-container {
        padding-inline: 4px;
    }

    .container-text {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .container-food {
        width: 100%;
        flex-wrap: wrap;
        margin: auto;
        gap: 4px;
        padding: 0;
        margin-top: 15px;
        display: none;

    }
    .common {
        width: 100%;
    }
    /* Grid Section */

    .destinations {
        margin-inline: 2.2rem;
    }

    .grid-container {
        padding-inline: 4px;
        grid-template-columns: repeat(1, 1fr);
        /* 1 column */
    }

    /* Remove specific grid placements to avoid overlap */
    .gulmarg,
    .dal-lake,
    .sonmarg,
    .pahalgam,
    .gurez {
        grid-column: auto;
        /* Reset column spans */
        grid-row: auto;
        /* Reset row spans */
    }

    .faq {
        margin-inline: 2rem;
    }

    .group1 {
        width: 100%;
        padding: 0;
    }

    /* FAQ Section Starts From here */

    .group1 h3 {
        /* padding-left: 1.70rem; */
        padding-left: 0.40rem;
        font-size: 22px;
        width: 100%;
        /* background-color: yellow; */
        margin-bottom: 10px;
    }

    .accordian {
        max-width: 100%;
    }

    .accordian-question {
        padding: 0.70rem;
    }

    .accordian-question h4 {
        font-size: 18px;
    }

    .what-we-offer {
        margin-inline: 2rem;
    }

    .flaps {
        width: 100%;
        height: 330px;
    }
    .layer h3{
        margin-bottom: 12px;
    }
    .layer p{
        margin-top: 10px;
    }

    .main-swiper {
        padding-inline: 0;
        width: 100%;
        padding-block: 0;
        padding-bottom: 2rem;
    }

    .one:hover {
        transform: scale(1) !important;
    }

    .filter {

        filter: blur(0);
    }

    .testimonial-swiper {
        width: 90%;
    }

    .testimonial {
        padding-inline: 1rem;

    }

    .testimonial h2 {
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 2rem;
    }

    .card {
        flex-direction: column;

    }
.img-container{
    margin-right: 0;
    margin-bottom: 4px;
}
    .card img {
        width: 100px;
        /* height: 100%; */
        clip-path: circle();
        object-fit: cover;
        margin-right: 0;
        /* margin-bottom: 10px; */

    }

    .card p {
        padding-bottom: 1rem;

    }

    .user-info {
        left: 30px;
    }

    .explore-btn {
        display: block;
        margin: auto;
        margin-top: 1rem;
    }


    #footer {
        flex-direction: column;

    }

    #footer .info {
        width: 80%;
        /* background-color: yellow; */
    }

    .contact-us {
        width: 80%;
    }


}

@media (min-width: 601px) and (max-width: 1240px) {
    .see-more-btn {
        display: none;
    }

    .hidden {
        opacity: 1;
        position: relative;
        z-index: 1;

    }
}