@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rosario:ital,wght@0,300..700;1,300..700&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    font-family: "Open Sans", Roboto;
    color: #242424;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 36px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p {
    margin-bottom: 0 !important;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

button {
    border: none;
    background-color: white;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

/* a:hover {
    text-decoration: none;
    color: #B0000D !important;
} */

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

.breadcrumb ul {
    list-style: outside none none;
}

/* ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
} */

figure {
    padding: 0;
    margin: 0;
}

label {
    margin-bottom: 0.5rem;
}



.subheading h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 26px;
    line-height: 30.49px;
    color: #4a4a4a;
}

.subheading h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: white;
}

.subheading p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: white;
}

.subheadings h3 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: #434343;
}

.subheadings p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: #434343;
}

.subheadings {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.49px;
    color: #434343;
}

.subheadings-teams {
    font-family: Roboto;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 28.49px !important;
    color: #434343;
}

.subtopic p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #4a4a4a;
}

.subtopic h5 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #4a4a4a;
}

.subtopic-red {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #b42126;
}

.fotter-css {
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #6d6c6c !important;
}

.fotter-css li a {
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #6d6c6c !important;
}

.bodypart-css p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #414040;

}

.bodypart-css {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #414040;

}

.contact-css {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #4a4a4a;
}

.bannertext-css p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: white;
}

.book-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #b42126;
}

.line-clamp-11 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 11;
    /* Number of lines to show */
    line-clamp: 11;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-14 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 14;
    /* Number of lines to show */
    line-clamp: 14;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* Number of lines to show */
    line-clamp: 2;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    /* Number of lines to show */
    line-clamp: 6;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    /* Number of lines to show */
    line-clamp: 1;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    /* Number of lines to show */
    line-clamp: 4;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    line-clamp: 3;
    /* For future-proofing as it becomes standardized */
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    /* Number of lines to show */
    line-clamp: 5;
    /* For future-proofing as it becomes standardized */
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 5;
}

/*
button css */
/* accoding css */

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-box {
    /* height: 55px !important; */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.accordion-card {
    border-radius: 20px !important;
}

.accordion-card button {
    border-radius: 20px !important;
}

.button1 {
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;

    background: #b42126;
    text-decoration: none;
    border: none;
    z-index: 0;
    position: relative;
    padding: 11px;
    overflow: hidden;
    border-radius: 10px;
}

.button1:hover {
    background-color: #6d6e70;
    transform: translateY(1px);
}

.button1 a {
    color: white;
}

.button1:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: 0.4s ease-in;
}

.button1:hover:before {
    left: 0;
    transition: 0.8s ease-out;
}

.button1:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: 0.6s ease-in;
}

.button1:hover:after {
    left: 0;
    transition: 0.6s ease-out;
}

/*----------------------------------------*/
/*  02. Header  css*/

.dropdown-toggle::after {
    display: none !important;
}

.nav-img img {
    height: 56px;
}

.nav-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.nav-margin {
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-toggler {
    border: none !important;
}

.header-menu-icon {
    color: #312E81 !important;
    font-size: 30px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.error-container img {
    height: 100%;
    width: 100%;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0px 2px 4px grey;
    animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
    transition: 0.5s;
    left: 0;
    right: 0;
    border-radius: 0px;
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}

.nav-item .dropdown-menu {
    width: 255px;
}

.nav-item .dropdown-menu,
.dropend {
    width: 255px;
}

.nav-link {
    color: black;
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0px !important;
    padding: 0px;
}

.dropdown-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.hover-effect {
    background: linear-gradient(to right, #b42126 50%, rgb(255, 255, 255) 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all ease-out 0.5s;
}

.hover-effect:hover {
    background-position: left bottom;
    color: white !important;
}

.hover-effect:hover .learn-more {
    color: white !important;
}

.border-css {
    border-bottom: 1px solid rgb(194, 191, 191);
}

.banner-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.inner-container {
    z-index: 100px;
    position: relative;
}

.text-heading h1,
.small-text p,
.button1 {
    color: white;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .swiper-slide {
        height: 400px;
        width: 500px;
    }
}

.home-banner-btn {
    transform: translateY(50%);
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    /* margin: 1em auto; */
    background: #b42126;
    text-decoration: none;
    border: none;
    z-index: 0;
    position: relative;
    padding: 11px;
    overflow: hidden;
    border-radius: 10px;
}

.home-banner-btn:hover {
    background-color: #6d6e70;
}

.home-banner-btn a {
    color: white;
}

.home-banner-btn:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: 0.4s ease-in;
}

.home-banner-btn:hover:before {
    left: 0;
    transition: 0.8s ease-out;
}

.home-banner-btn:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: 0.6s ease-in;
}

.home-banner-btn:hover:after {
    left: 0;
    transition: 0.6s ease-out;
}

.bannner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-container {
    padding-top: 10px;
}

.text-container {
    margin-top: 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    max-width: 90%;
    position: absolute;
    top: 30%;
    left: 5%;
    right: 5%;
    z-index: 5;
}

.homebanner-card {
    background-color: white;
    padding: 4px;
    margin-top: 4px;
    margin: 8px;
    margin-bottom: 4px;
    top: 92%;
    position: absolute;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 18px 0 rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

@media screen and (max-width: 1388px) {

    /* .travel-text p{
        position: absolute;
        color: white;
        font: 900 120px Arial;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px;
        display: flex;
        justify-content: center;
        top:65%;
        left: 4%;
        margin-right: 210px;
        text-transform: uppercase;
    }
    .time-text{
        padding-left: 90px;
    } */
    .trip-container {
        position: absolute;
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        top: 93.5%;
        left: 5%;
        right: 5%;
        z-index: 6;
    }
}

.travel-text {
    position: absolute;
    color: white;
    font: 900 100px Arial;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    display: table;

    top: 80%;
    text-transform: uppercase;
    text-align: center;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* .time-text{
    padding-left: 90px;
} */
@media screen and (min-width: 1388px) {

    /* .travel-text p{
        position: absolute;
        color: white;
        font: 900 140px Arial;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px;
        display: flex;
        justify-content: center;
        top:65%;
        left: 12%;
        margin-right: 210px;
        text-transform: uppercase;
    }

    .time-text{
        padding-left: 110px;
    } */
    .trip-container {
        position: absolute;
        background-color: white;
        border-radius: 20px;
        padding: 20px;
        top: 95.5%;
        left: 5%;
        right: 5%;
        z-index: 6;
    }
}

/* @media screen and (min-width: 1600px) {
        .travel-text p{
            position: absolute;
            color: white;
            font: 900 140px Arial;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 1px;
            display: flex;
            justify-content: center;
            top:65%;
            left: 12%;
            margin-right: 210px;
            text-transform: uppercase;
        }} */
/* .main-nav-container {
    position: absolute;
    top: 30px;
    background: white;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    z-index: 9 !important;
} */
/* .container-icon{
    color: #B42126;
    font-size: 18px;
    margin-right: 5px;
} */
/* .trip-search,.trip-location,.trip-when, .trip-type{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-right: 2px solid #696969;
    margin-right: 20px;

} */
.innner-trip-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.offer-section {
    margin-top: 80px;
}

.offer-img-wrapper {
    position: relative;
    height: 275px;
    /* Define the height to match the image */
    width: 100%;
    overflow: hidden;
    /* Ensures that any absolutely positioned elements stay within bounds */
    border-radius: 10px;
}

.offer-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.4s ease-in-out;
}

.offer-price {
    position: absolute;
    top: 0;
    left: 0px;
    /* Adjust this value as needed */
    background-color: #b42126;
    padding: 8px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border: none;
    border-radius: 10px 0px 0px 0px;
}

.trek-price {
    position: absolute;
    bottom: 0px;
    /* Adjust this value as needed */
    left: 0px;
    /* Adjust this value as needed */
    background-color: #b42126;
    padding: 8px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border: none;
    border-radius: 0px 0px 0px 10px;
}

.offer-des-container {
    position: absolute;
    bottom: 0px;
    /* Adjust this value as needed */
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    border-radius: 5px;
}

.certificate-des-container {
    position: absolute;
    bottom: 0px;
    /* Adjust this value as needed */
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    border-radius: 5px;
}

.offer-img-wrapper:hover img {
    transform: scale(1.2);
}

.time-date-part {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.offer-icon {
    font-size: 14px;
    margin-right: 4px;
}

.line::after {
    content: "";
    display: block;
    width: 72px;
    margin-left: 8px;
    margin-top: 10px;
    border: 2px solid #b42126;
    transform: skew(60deg);
    /* border-radius: 115px 95px 0px 0px; */
}

.footer-class {

    color: rgb(32, 32, 32);
    position: relative;
}

.fotter-headings {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #434343;
}

.fotter-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6d6c6c;
}

.primary-color {
    background-color: #b42126;
    color: white;
}

.fotter-side-img {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.fotter-side-img img {
    height: 440px;
}

.social-icon {
    color: white;
    background-color: #0056b3;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
}

.inner-payement-container img {
    height: 51px;
    width: 61px;
    margin: 10px;
    /* object-fit: cover; */
}

.trek-card {
    border-radius: 20px;
    background-color: white;
}

.trek-media-wrapper img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.trek-media-wrapper {
    height: 229px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.rating-icon {
    position: absolute;
    color: #eeb931;
    top: 10px;
    right: 10px;
}

.activities-media-wrapper {
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.activities-media-wrapper img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
}

.border-part {
    border-bottom: 3px solid #b42126;
}

.activity-card-1:hover img {
    transform: scale(1.2);
}

.activity-price-1 {
    position: absolute;
    top: 0px;
    /* Adjust this value as needed */
    left: 0px;
    /* Adjust this value as needed */
    background-color: #b42126;
    padding: 8px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border: none;
    border-radius: 10px 0px 0px 0px;
}

.activity-price-2 {
    position: absolute;
    bottom: 0px;
    /* Adjust this value as needed */
    left: 0px;
    /* Adjust this value as needed */
    background-color: #b42126;
    padding: 8px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border: none;
    border-radius: 0px 0px 0px 10px;
}

.activities-media-wrapper-1 {
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}

.activities-media-wrapper-1 img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
}

.service-card {
    border-radius: 20px;
}

.service-page-card {
    height: 369px;
}

.service-icon-container {
    background-color: #b42126;
    padding: 10px;
    border: none;
    text-decoration: none;
    border-radius: 50%;
    /* height: 60px;
width: 60px; */
}

.service-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ltr-effect {
    padding: 10px;
    background: linear-gradient(to right, #fff0f0 50%, rgb(255, 255, 255) 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all ease-out 0.5s;
}

.ltr-effect:hover {
    background-position: left bottom;
    color: white !important;
}

.blog-media-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    transition: transform 0.4s ease-in-out;
}

.blog-media-wrapper {
    height: 243px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.blog-icon {
    color: #0056b3;
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 16px;
    background-color: white;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-card {
    border-radius: 20px;
    background-color: white;
}

.blog-card:hover .blog-icon {
    color: white;
    background-color: #0056b3;
}

.blog-card:hover img {
    transform: scale(1.2);
}

.rating-blog {
    color: #eeb931;
    margin-right: 4px;
}

.reviw-part {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.testimonial-img-wrapper {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.quotation-icon {
    font-size: 47px;
    position: absolute;
    top: -2%;
    right: 10%;
    color: #a5a3df;
}

.testimonial-img-wrapper img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.4s ease-in-out;
}

.testomonial-card {
    background-color: white;
    border-radius: 18px;
}

.testonomial-text-sec {
    padding-bottom: 20px;
}

.trip-location,
.trip-when,
.trip-type {
    border-left: 2px solid #b42126;
    padding-left: 20px;
}

.trek-main-card:hover .trek-card {
    background-color: #fff0f0;
}

/* .about-bannner{
        height: 70vh;
    } */
.about-banner {
    position: relative;
    width: 100%;
}

.about-banner img {
    width: 100%;
    height: 65vh;
    display: block;
    object-fit: cover;
}

.bannner-overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65vh;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the opacity here */
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    font-family: Roboto;
    line-height: 42px;
    text-align: center;
}

.overlay-text ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: Open Sans;
    line-height: 24px;
    text-align: center;
}

.team-card {
    background-color: white;
    border-radius: 100px 100px 0px 0px;
    border: 1px solid #b42126;
    overflow: hidden;
}

.team-img-wrapper {
    position: absolute;
    top: 5%;
    right: -20%;
    transform: translate(-50%, -50%);
    height: 167px;
    width: 167px;
}

.team-img-wrapper img {
    height: 167px;
    width: 167px;
    border-radius: 150px 150px 150px 0px;
    transition: transform 0.4s ease-in-out;
}

.team-text-sec {
    padding-bottom: 100px;
}

.img-border::before {
    content: "";
    position: absolute;
    background-color: #b42126;
    border-radius: 150px 150px 150px 0px;
    width: 103%;
    height: 100%;
    z-index: -1;
    top: 4px;
    left: -4px;
}

.img-border {
    position: relative;
}

.team-social-icon {
    color: #909090;
    background-color: #e4e0e0;
    padding: 8px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.innner-social-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trek-page-img-wrapper {
    position: relative;
    height: 400px;
    /* Define the height to match the image */
    width: 100%;
    overflow: hidden;
    /* Ensures that any absolutely positioned elements stay within bounds */
    border-radius: 20px;
}

.trek-page-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.4s ease-in-out;
}

.trek-page-img-wrapper:hover img {
    transform: scale(1.2);
}

/* .trek-description .media-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        } */
.trek-description .media-wrapper img {
    width: 100%;
    height: 425px;
    object-fit: cover;
    border-radius: 20px;
}

.testimonial-rating-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eeb931;
    font-size: 19px;
    padding-bottom: 10px;
}

.main-img-1 img {
    height: 347px;
    width: 400px;
    border-radius: 10px;
}

.main-img-2 img {
    height: 95px;
    width: 180px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 44%;
    border: 2px solid white;
}

.main-img-3 img {
    height: 95px;
    width: 180px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 44%;
    border: 2px solid white;
}

.main-img-container {
    position: relative;
}

.subheading-blog {
    background-color: #0056b3;
    padding: 10px;
}

.top-img-wrapper {
    height: 85px;
    /* Set the desired height */
    width: 85px;
    /* Ensure this matches the image width */
    border-radius: 8px;
    overflow: hidden;
    /* Ensures the image doesn't overflow */
    flex-shrink: 0;
    /* Prevent the container from shrinking */
}

.top-img-wrapper img {
    height: 100%;
    /* Maintain the height as 100% of the container */
    width: 100%;
    /* Adjust the width to be 100% of the container */
    object-fit: cover;
    /* Ensures the image covers the container without distortion */
    border-radius: 14px;
}

.innner-blog-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
}

.top-blog-container {
    top: 80px;
    position: sticky;
    z-index: 1;
}

form.shadow.p-4.my-3.rounded {
    position: relative;
    /* Make sure the form is properly positioned */
    z-index: 10;
    /* Ensure it's above the "Top Blogs" section */
}

.detail-main-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.detail-img-wrapper1 img {
    height: 493px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.detail-img-wrapper2 img {
    height: 241px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.detail-img-wrapper3 img {
    height: 241px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.overview-wrapper {
    flex-shrink: 0 !important;
}

.overview-wrapper img {
    height: 60px;
    width: 60px !important;
    flex-shrink: 0 !important;
}

.overview-inner-section {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.inner-text-part {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(37, 37, 37);
}

.highlights strong {
    font-weight: 600px;
    font-size: 16px;
    line-height: 35px;
}

.highlights ul li {
    font-weight: 400px;
    font-size: 16px;
    line-height: 35px;
    color: #434343;
}

.question-text {
    color: #b42126;
    font-weight: 500;
    font-size: 18px;
}

.accordion-button:not(.collapsed) {
    color: #434343 !important;
    background-color: white !important;
}

.abcd strong {
    color: #b42126;
}

.custom-list {
    list-style: none !important;
    font-size: 1.125rem;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.custom-list li {
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
}

.custom-list li:before {
    content: "✓";
    color: #5a5757;
    display: inline-block;
    position: relative;
    top: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border: 3px solid #474545;
    border-radius: 50%;
    text-align: center;
}

.exclusice-list {
    list-style: none !important;
    font-size: 1.125rem;
    word-wrap: break-word;
}

.exclusice-list li {
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
}

.exclusice-list li:before {
    content: "❌";
    color: #dc3545;
    display: inline-block;
    position: relative;
    top: 0;
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    border: 2px solid red;
    border-radius: 50%;
    text-align: center;
}

.ribbon-2 {
    --f: 10px;
    /* control the folded part*/
    --r: 15px;
    /* control the ribbon shape */
    --t: 10px;
    /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - var(--f)),
            calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),
            0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f) / 2));
    background: #b42126;
    color: white;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
}

.box {
    position: relative;
}

.book-rating-icon {
    position: absolute;
    color: #eeb931;
    top: 10px;
    left: 10px;
}

.form-group-inline {
    display: flex;
    justify-content: space-between;
}

.form-group-inline .form-group {
    flex: 1;
}

.form-group-inline .form-group:not(:last-child) {
    margin-right: 15px;
}

.modal-content {
    padding: 20px;
}

form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.form-group {
    padding: 6px;
}

.form-control {
    height: 58px;
}

.inner-part {
    position: sticky;
    top: 1000px;
}

.ceo-img-wrapper img {
    border-radius: 20px;
    height: 479px;
    width: auto;
    object-fit: cover;
}

/* .message-from-ceo{
    padding-top: 200px;
} */
.ceo-container {
    display: flex;
}

.ceo-message-container {
    position: relative;
}

.ceo-img-wrapper {
    position: relative;
}

.ceo-messsage-container {
    position: absolute;
    top: 50%;
    left: 35%;
    /* Adjust as necessary */
    transform: translateY(-50%);
    background-color: #FFFFFF;
    padding: 28px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.sticky-wrapper {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 80px;
}

.form-group-half {
    width: 100%;
}

.astrik {
    color: #b42126;
}

.contact-form {
    border-radius: 20px;
}

.contact-icon {
    color: #c8102e;
    font-size: 1.8rem !important;
    font-weight: 400;
}

.card {
    border: none;
}

.card-title {
    padding-left: 6px;
}

@media (max-width: 992px) {
    .ceo-messsage-container {
        position: static;
        transform: none;
        /* padding-top: 120px; */
        background-color: transparent;
        box-shadow: none;
    }
}

.contact-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.contact-icon {
    font-size: 1.1rem;
    color: #c8102e;
    margin-right: 5px;
}

.card-title {
    padding-left: 6px;
}

.popup-icon {
    font-size: 2.2rem;
    color: #414040;
}

.contact-small-text {
    padding-left: 30px;
}

.location iframe {
    height: 92% !important;
    width: 100% !important;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="message"],
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #6d6e70;
    border-radius: 8px;
    box-sizing: border-box;
}

.form-group input[type="submit"] {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input[type="submit"]:hover {
    background: #0056b3;
}

.asterisk {
    color: #ad3535;
}

.form-half-part {
    width: 100%;
}

.contact-img {
    padding-left: 0 !important;
}

.contact-img img {
    height: 506px;
    width: 100%;
    padding-left: 0 !important;
}

.input-field {
    border: 1px solid #6d6c6c;
}

.image-hover img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.custom-hover:hover {
    background-color: rgba(180, 33, 38, 1);
}

.custom-hover:hover .whychoseus-innnercontent>p,
.custom-hover:hover .whychoseus-innnercontent>h3 {
    color: white;
}

/* image hover effect */
.image-hover {
    position: relative;
    overflow: hidden;
}

.curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: 0.5s ease, transform 0.5s ease;
}

.curtain::before,
.curtain::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: rgba(200, 200, 200, 0.5);
    transition: transform 0.5s ease;
}

.curtain::before {
    left: 0;
    transform: translateX(0);
}

.curtain::after {
    right: 0;
    transform: translateX(0);
}

.image-hover:hover .curtain {
    opacity: 0;
}

.image-hover:hover .curtain::before {
    transform: translateX(-100%);
}

.image-hover:hover .curtain::after {
    transform: translateX(100%);
}

@media screen and (max-width: 375px) {
    .wraper {
        height: 10px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 975px) {
    .img-wrapper {
        position: absolute;
        z-index: 3;
    }

    .photo-box {
        display: inline;
        width: 379px;
        height: 279px;
        border: 3px solid white;
        border-radius: 2em;
        margin-top: 138px;
        margin-left: 2em;
        margin-right: -1.5em;
    }

    .wraper {
        max-width: 100%;
        width: 505px;
        height: 373px;
        border: 4px solid white;
        border-radius: 20px;
        margin-left: 4em;
    }
}

@media only screen and (min-width: 992px) {

    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .text-container {
        margin-top: 10px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.6);
        color: white;
        max-width: 70%;
        position: absolute;
        top: 30%;
        left: 18%;
        right: 18%;
    }

    .trek-border::before {
        content: "";
        position: absolute;
        width: 94%;
        height: 100%;
        z-index: -1;
        top: -20px;
        left: -20px;
    }

    .trek-border::after {
        content: "";
        position: absolute;
        background-color: white;
        width: 100%;
        height: 425px;
        z-index: -1;
        top: 22px;
        left: -20px;
        border: 2px solid #b42126;
        border-radius: 20px;
    }

    .trek-border {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main-img-1 img {
        height: 447px;
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    .main-img-2 img {
        height: 195px;
        width: 380px;
        border-radius: 10px;
        position: absolute;
        top: 20px;
        left: 50%;
        border: 2px solid white;
    }

    .main-img-3 img {
        height: 195px;
        width: 380px;
        border-radius: 10px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        border: 2px solid white;
    }

    .popup-content img {
        height: 500px;
        width: 500px;
    }
}

/* .offer-side-img{
    position: absolute;
    top: 0;
}
.description-section{
    position: relative;
} */
.description-section {
    position: relative;
    padding: 20px;
    /* Add some padding if needed */
    color: #000;
    /* Text color */
}

.offer-side-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    display: flex;
    justify-content: end;
    align-items: end;
}

.offer-side-img img {
    width: 360px;
    height: 360px;
}

.trekking-section {
    position: relative;
    padding: 20px;
    color: #000;
}

.activity-side-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    display: flex;
    justify-content: start;
    align-items: start;
}

.activity-side-img img {
    width: 210px;
    height: 550px;
    opacity: 2;
}

.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-active .overlay {
    display: block;
}

.popup-active .popup {
    display: block;
}

.contact-container {
    position: absolute;
    top: 50.5%;
    right: 0%;
    z-index: 6;
}

.swiper-slide {
    height: 400px;
    width: 500px;
}

/* .swiper {
    width: 600px;
} */
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,
            initial);
    box-sizing: content-box;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}

.our-team-card {
    padding-bottom: 80px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.single-gallery .swiper-pagination-bullet {
    background: hsla(0, 0%, 100%, 0.8);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet {
    width: 1rem !important;
    border-radius: 0.25rem !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.background-img {
    position: relative;
}

.background-img .galley-back {
    height: 100%;
}

.mySwiper {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 10%;
}

.galley-back {
    width: 100%;
}

.inner-team-container {
    width: 100%;
}

.texts-containers {
    margin-bottom: 160px;
}

.counter-img {
    background-color: #c8102e;
    padding: 8px;
    border-radius: 30px;
    margin-right: 10px;
}

.counter-text {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #2c2c2c !important;
}

/* .contact-us-btn{
   background-color: #B42126;
   writing-mode: vertical-rl;
   transform: rotate(180deg);
}
.contact-container{
    background-color: #B42126;
    padding: 20px;
    color: white;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.socials-icons {
    display: none;
}

.contact-us-btn:hover + .socials-icons {
    display: flex;
} */
.gallery img {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.blog-detail-image img {
    border-radius: 30px;
    height: 447px;
    width: 100% !important;
    object-fit: cover;
}

.packagge-detail-img img {
    height: 444px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.trekking-pack-container {
    padding-left: 10px;
}

.sitemap ul li {
    list-style: none;
}

@media (min-width: 768px) {
    .d-md-block {
        display: none !important;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* .row {
    display: flex;
    justify-content: space-between;
}
.row > div {
    flex: 1;
    margin: 0 10px;
} */
.gIDrEg {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.widget-container {
    width: 100%s;
}

.swiper {
    width: 100%;
}

.map-img img {
    height: 600px;
    width: 100%;
    object-fit: contain;
    /* overflow: hidden; */
}

.custom-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-form .form-control:focus {
    box-shadow: none;
    border-color: #007bff;
}

.custom-form .btn-custom {
    background-color: #007bff;
    color: #fff;
}

.custom-form .btn-custom:hover {
    background-color: #0056b3;
}

section.contact-us .section-heading {
    position: relative;
    display: block;
    margin: auto;
}

.section-heading h4 {
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #B42126;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

input,
textarea {
    width: 100%;
    position: relative;
    display: block;
    background-color: #f4f7fb;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline-color: #9e9e9e;
}

input {
    height: 40px;
    padding: 0px 15px;
}

textarea {
    min-height: 140px;
    max-height: 180px;
    padding: 15px;
    resize: none;
}

.contact-us span {
    height: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

.valid_info_name,
.valid_info_email,
.valid_info_message {
    display: inline-block;
    font-size: 13px;
    margin: 5px 2px;
}

.valid {
    border: 2px solid green;
    outline-color: green;
}

.invalid {
    border: 2px solid red;
    outline-color: red;
}

.btn {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}

#form-submit {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #B42126;
    background: #B42126;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    transition: all .3s;
}

#form-submit:disabled {
    border: 1px solid #9e9e9e;
    background: transparent;
    color: #9e9e9e;
    transition: none;
    transform: none;
    cursor: default;
}

#form-submit:hover:disabled {
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    background: transparent;
    transition: none;
    transform: none;
    cursor: default;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.home-trek-card {
    height: 460px;
}

.trekker-form {
    height: 429px;
    width: 100%;
    /* object-fit: cover; */
}

.top-header-part {
    background-color: #312E81;
    color: white;
    padding: 8px;
}

.top-bar {
    background-color: #312E81;
}

.contact-button {
    position: relative;
    background: linear-gradient(to left, rgb(115, 100, 167), #312E81);
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    border: none;
    /* margin-top: 20px; */
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1;
    transition: all 500ms ease;
}

.contact-button::before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background: linear-gradient(to left, #c57777, #690000);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.contact-button:hover:before {
    top: -40%;
}

.contact-button:hover {
    color: white !important;
}

.page-bg-color {
    background-color: #e7e5f0;
}

/* Styles for screens greater than md (768px and up) */
@media (min-width: 768px) {
    .slider-img-1 img {
        height: 350px;
        border-radius: 30px;
    }

    .slider-img-2 img {
        height: 150px;
        border-radius: 30px;
        position: absolute;
        top: 10px;
        right: -40px;
    }

    .slider-img-3 img {
        height: 150px;
        border-radius: 30px;
        position: absolute;
        bottom: 10px;
        right: -40px;
    }
}

/* Styles for screens smaller than md (less than 768px) */
@media (max-width: 767.98px) {
    .slider-img-1 img {
        height: 250px;
        border-radius: 30px;
    }

    .slider-img-2 img {
        height: 80px;
        border-radius: 30px;
        position: absolute;
        top: 10px;
        right: -10px;
    }

    .slider-img-3 img {
        height: 80px;
        border-radius: 30px;
        position: absolute;
        bottom: 10px;
        right: -10px;
    }
}

.heading-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;

}

.heading-title-all {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #006960;
}

.text-css {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #636262;
}

.slogan-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 18.19px;
}

.heading-css h3 {
    font-family: Rosario;
    font-weight: 700;
    font-size: 33px;
    line-height: 42.19px;
    color: #03A24F;
}

.heading-css {
    font-family: Rosario;
    font-weight: 700;
    font-size: 33px;
    line-height: 42.19px;
    color: #585859;
}

.main-img-container {
    position: relative;
}

.about-small-img {
    position: absolute;
    bottom: -40px;
    right: -20px;
}

.about-small-img img {
    height: 190px;
    border-radius: 20px;
    border: 8px solid #ffff;
}
@media (min-width: 768px) {
.about-img-container img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #ffff;
}
.about-small-img {
    position: absolute;
    bottom: -40px;
    right: -20px;
}

.about-small-img img {
    height: 190px;
    border-radius: 20px;
    border: 8px solid #ffff;
}
}
@media (max-width: 767.98px) {
    .about-img-container img {
        height: 360px;
        width: 95%;
        object-fit: cover;
        border-radius: 20px;
        border: 5px solid #ffff;
    }
    .about-small-img {
        position: absolute;
        bottom: -40px;
        right: -20px;
    }
    
    .about-small-img img {
        height: 140px;
        width: 95%;
        border-radius: 20px;
        border: 8px solid #ffff;
    }  
}
.product-img-wrapper img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.course-img-container img {
    height: 310px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.course-text {
    font-family: Rosario;
    font-weight: 700;
    font-size: 28px;
    line-height: 28.19px;
    color: #03A24F;
}

.productsingle-wrapper img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.card-vendor h2 {
    font-family: Rosario;
    font-weight: 500;
    font-size: 23px;
    line-height: 19.19px;
    color: #585859;
}

.card-vendor span {
    font-family: Rosario;
    font-weight: 500;
    font-size: 23px;
    line-height: 19.19px;
    color: #03A24F;
}

.map-location {
    width: 100%;
}

.gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 1rem;
    /* padding: 4rem; */
}

.image img {
    height: auto;
    width: 100%;
    padding-bottom: 10px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 1;
        --webkit-column-count: 1;
        --moz-column-count: 1;
    }
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

/* Ensure swiper slide doesn't overflow */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

/* Adjust the buttons or pagination position if needed */
.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

/* Swiper navigation size adjustment */
:root {
    --swiper-navigation-size: 19px !important;
}
.img-dashain img{
    height: 500px;
    width: 100%;
    object-fit: contain;
}