@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

@font-face {
    font-family: 'Bhineka';
    src: url('Bhineka.woff2') format('woff2'),
        url('Bhineka.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bhineka';
    src: url('Bhineka.woff2') format('woff2'),
        url('Bhineka.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-1: #0D3DE5;
    --color-2: #fff;
    --color-3: #000000;
}

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

html {
    overflow-x: hidden;
}

/**
 * Remove default margin.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #666;
    overflow-x: hidden;
    background: rgb(246, 246, 246);
}
.logo img{
    width: 150px;
    object-fit: contain;
}
/* header-start */
.main_header {
    padding: 28px 0;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.mobile-view{
    display: none;
}

.r-nav {
    display: flex;
}

.r-nav .login-btn {
    margin-right: 28px;
}

.r-nav a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    text-transform: capitalize;
}

.navigation_area {
    /* padding-left: 135px; */
}

/*====================================== Start navigation ========================================*/
.navigation_area .nav_sec {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.navigation_area .nav_sec ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.navigation_area .nav_sec ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin: 0 50px 0 0;
    position: relative;
}
.navigation_area .nav_sec ul li:last-child{
    margin: 0;
}

.navigation_area .nav_sec ul li+li {
    /* margin-left: 30px; */
}

.navigation_area .nav_sec ul li a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 85px;
    text-transform: capitalize;
    transition: 0.8s;
}

.main_header .navigation_area .nav_sec ul .dropdown>a:after {
    content: "\f107";
    font-weight: 800;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 2px;
    right: -4px;
}

.navigation_area .nav_sec ul li .header_book_appointment_btn {
    margin-left: 148px;
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}

/* .header_book_appointment_btn::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -10px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background-color: #0D3DE5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* Icon Forward */


.right-nav-sec a i {
    color: var(--color-2);
}

.nav_sec ul a:hover {
    color: #ff621f !important;
}

/* .nav_sec ul a::before {
    content: '';
    display: block;
    height: 3px;
    background-color: #FF621F;
    position: absolute;
    top: 20px;
    width: 0%;
    transition: all 0.3s ease-in-out;
} */

.nav_sec ul a::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #FF621F;
    position: absolute;
    bottom: 20px;
    width: 0%;
    transition: all 0.3s ease-in-out;
}

.nav_sec ul a:hover::after {
    width: 100%;
}

/* .nav_sec ul a:hover::before {
    width: 100%;
} */

.nav_sec ul li ul li a:hover {
    background-color: var(--color-3);
}

.right-nav-sec {
    display: flex;
}

.right-nav-sec a {
    margin-right: 15px;
}


.navigation_area .nav_sec ul li ul {
    width: max-content;
    background: linear-gradient(225deg, #DE3D05 0%, #B60505 100%);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    text-align: left;
}

.navigation_area .nav_sec ul li:hover ul {
    display: block;
}

.navigation_area .nav_sec ul li ul li {
    width: 100%;
    /* float: left; */
    margin: 0;
    padding: 0;
}

.navigation_area .nav_sec ul li ul li+li {
    border-top: 1px solid var(--color-2);
}

.nav_sec ul>.active>a {
    color: var(--color-1);
}


.navigation_area .nav_sec ul li ul li a {
    margin: 0;
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
}


/* .navigation_area .nav_sec>ul>li:last-child {
    display: none;
} */

span.toggle-menu {
    display: none;
}

.toggle-menu img {
    width: 50px;
}


/* navigation-end */

/* CMN-BUTTON-CSS */
.cmn-btn a {
    padding: 14px 35px;
    background: #FF621F;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 85px;
    border: 2px solid #FF621F;
    text-transform: capitalize;
    transition: 0.8s;
}

.cmn-btn a:hover {
    background-color: transparent;
    border: 2px solid #FF621F;
    box-shadow: rgb(255 97 31 / 54%) 5px 5px;
    transition: .3s;
}

.r-nav .login-btn a {
    padding: 14px 35px;
    background: transparent;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 85px;
    border: 2px solid transparent;
    text-transform: capitalize;
    transition: 0.8s;
}

/* .r-nav .login-btn a:hover .register-btn a {
    background: transparent !important;
} */

.mystyle {
    background-color: transparent !important;
}

.r-nav .login-btn a:hover {
    background-color: #FF621F;
    border: 2px solid #FF621F;
    box-shadow: rgb(255 97 31 / 54%) 5px 5px;
    transition: .3s;
}


/* BANNER -SECTION-START */
.banner-slider {
    position: relative;
}

.banner-slider .my-slider .b_item {
    position: relative;
}

.banner-slider .my-slider .b_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000078;
}

.banner-slider .my-slider .b_item::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background-image: url(images/banner-bg-3.png);
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner-slider h1 {
    /* color: #FFF;
    text-align: center;
    font-family: Bhineka;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 85px;
    text-transform: capitalize; */
}

.banner-slider .my-slider img {
    width: 100%;
}

.my-slider .slick-dots li {
    transform: rotate(270deg);
    width: 30px;
}

.my-slider .slick-dots .slick-active::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #FF621F;
    left: -19px;
    top: 14px;
}

.my-slider .slick-dots .slick-active a {
    color: #FF621F;
    font-size: 36px;
    font-weight: 800;

}

.my-slider .slick-dots li a {
    color: #FF753B;
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.my-slider .slick-dots {
    top: 40%;
    left: -48%;
    /* transform: translate(-50%, -50%); */
    transform: rotate(90deg);
    bottom: unset !important;
    z-index: 999;
}

.b-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.b-content h1 {
    color: #FFF;
    text-align: center;
    font-family: Bhineka;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 85px;
    word-spacing: 10px;
    text-transform: capitalize;
}

.b-content h1 span {
    color: #FF621F;
}

.b-content p {
    margin-bottom: 50px;
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.b-content .cmn-btn a {
    padding: 14px 19px;
    font-size: 18px;
}


.getprice:after {
    content: '';
    position: absolute;
    width: 90px;
    transform: scaleX(0);
    height: 3px;
    bottom: 12px;
    left: 15px;
    background-color: #ff621f;
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.getprice:hover {
    color: #ff621f;
}

.getprice:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.b-content .cmn-btn a:last-child {
    background-color: transparent;
    position: relative;
    /* text-decoration: 3px underline; */
    border: none;
    box-shadow: none;
}

/* .b-content .cmn-btn a:last-child:hover {
    color: #ff621f;
    text-decoration: 3px underline;
} */

.p-item.slick-slide.slick-cloned.slick-active {
    transition: 0.8s;
}

/* .b-content .cmn-btn a:hover :last-child {
    color: #DE3D05;
} */
.p-item-img {

    overflow: hidden;
    border-radius: 10px;
}

.p-item-img img {
    width: 100%;
    height: 300px;
    transition: all 0.8s;
    object-fit: cover;
}

.p-item-img img:hover {
    transform: scale(1.1);
}

.p-item:hover img {
    transform: scale(1.1);
    border-radius: 10px;

}

/* BANNER-SECTION-END */

/* search-form-sec-start */
.search-form-sec {
    width: 100%;
    position: absolute;
    bottom: -28px;
}

.search-form-sec .row {
    display: flex;
    align-items: center;
}

.search-form-sec .search-box {
    padding: 35px 100px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 100%), lightgray 0px -492.5px / 100% 735.484% no-repeat;
    box-shadow: 0px -6px 32px 5px rgba(0, 0, 0, 0.25);
    /* background-image: url(images/form-bg.png); */

}

.search-form-sec .search-box label {
    color: #FF621F;
    text-align: center;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.search-form-sec .search-box input {
    border: none;
    border-bottom: 2px solid #08AC9E;
    color: #B6B6B6;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    background-color: #fcfcfc;
}
.search-form-sec #destination{
    border: none;
    border-radius: unset !important;
    border-bottom: 2px solid #08AC9E;
    color: #B6B6B6;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    outline: none;
    width: 100%;
    background-color: #fcfcfc;
    outline: none !important;
    padding: 0 !important;
}
#destination:focus{
    box-shadow: unset !important;
}

.search-form-sec .search-box .cmn-btn {
    text-align: center;
}

.search-form-sec .search-box .cmn-btn a {
    padding: 14px 45px;
}

.search-form-sec .search-box .cmn-btn a:hover {
    color: #000;
}

/* search-form-sec-end*/

/* benefits-section-start */
.cmn-heading h2 {
    color: #1F3347;
    text-align: center;
    font-family: DM Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.cmn-heading h2 span {
    color: #FF621F;
}

.benefits {
    padding: 100px 0 50px 0;
    background: #F6F6F6;
}

.benefits .benefits-card {
    text-align: center;
    padding: 25px;
    position: relative;
}

.benefits .benefits-card h3 {
    color: #1F3347;
    text-align: center;
    font-family: DM Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: capitalize;
}



.draw-line1 {
    position: absolute;
    top: 40px;
    right: -165px;
    display: none;
}

.draw-line2 {
    position: absolute;
    top: 85px;
    right: -165px;
    display: none;
}

.section-animation .draw-line1,
.section-animation .draw-line2 {
    display: block;
}

.section-animation .draw-line1 .dashed-animation,
.section-animation .draw-line2 .dashed-animation {
    stroke-dasharray: 20;

}

.draw-line1 .draw-animation-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dashed-animation 2s linear 1.5s forwards;
}

.draw-line2 .draw-animation-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dashed-animation 2s linear 2.5s forwards;
}

@keyframes dashed-animation {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.benefits .col-md-4:nth-child(2) .benefits-card {
    margin-top: 80px;
}

.benefits .col-md-4:nth-child(3) .benefits-card {
    margin-top: 175px;
}


/* benefits-section-end */

/* populer-sec-start */
.populer-sec {
    padding: 50px 0;
    background: #F6F6F6;
    position: relative;
}

.populer-sec .right-populer-slider .f_sec {
    padding: 20px 12px;
    /* display: flex;
    justify-content: space-between; */
    background: #F6F6F6;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s ease-in-out;

}

.right-populer-slider .p-item .f_sec a h4 {
    transition: 0.8s;
}

.right-populer-slider .p-item .f_sec a h4:hover {
    color: #FF621F;
}

/* .populer-sec .row .col-md-6:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
} */

.left-populer-sec {
    padding-left: 305px;
}

/* .right-slider-wrapper {
    position: absolute;
    top: 0;
} */


.right-populer-slider .slick-next.slick-arrow {
    display: none !important;
}

.right-populer-slider .slick-prev.slick-arrow {
    display: none !important;
}


.populer-sec .right-populer-slider .p_item_sec {
    display: none;
}

.p-item.slick-slide.slick-current.slick-active .p_item_sec {
    display: block;
    transition: 0.8s;
}

.populer-sec .right-populer-slider .p-item {
    border-radius: 5px;
    box-shadow: 0px 3px 20px -8px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    margin-right: 20px;
    transition: 0.8s;
}

.populer-sec .right-populer-slider .p-item img {
    width: 100%;
    border-radius: 5px;

}

.p-item.slick-slide.slick-current.slick-active.slick-center img {
    border-radius: 5px 5px 0 0;
}

.populer-sec .right-populer-slider .slick-track {
    display: flex;
    align-items: center;
    transition: 0.8s;
}

.f_sec h4 {
    color: #1F3347;
    font-family: DM Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: -0.4px;
}

.f_sec .cmn-btn {
    text-align: right;
}

.f_sec .cmn-btn a {
    padding: 5px 24px;
    color: #FAF8FD;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.4px;
}

.f_sec h6 span {
    color: #08AC9E;
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    /* 135% */
}

.f_sec h6 {
    color: #414142;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.f_sec .cmn-btn a:hover {
    color: #000;
}

.f_sec .star {
    margin-bottom: 38px;
}

.f_sec p {
    color: #414142;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 7px;
}

.cmn-heading h3 {
    color: #08AC9E;
    font-family: Bhineka;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonials .cmn-heading h3 {
    text-align: center;
}

.populer-sec .row {
    align-items: center;
}

.populer-sec .cmn-heading h2 {
    text-align: left;
    margin-bottom: 20px;
}

.cmn-heading h4 {
    color: #08AC9E;
    font-family: Bhineka;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.cmn-heading p {
    color: #000;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

/* populer-sec-end */

/* recommend-sec-start */
.recommend-sec {
    padding: 50px 0;
    background: #F6F6F6;
}

.recommend-sec .cmn-heading {
    text-align: left;
}

.recommend-sec .cmn-heading h2 {
    text-align: left;
    margin-bottom: 20px;
}

.recommend-sec .row {
    align-items: center;
}

.recommend-sec .cmn-heading p {
    margin-bottom: 30px;
}

.recommend-sec .left-recommend-sec-sec {
    position: relative;
    z-index: 1;
}

.recommend-sec .left-recommend-sec-sec img {
    width: 100%;
}

.left-recommend-sec-sec .layout-img-1 {
    position: absolute;
    top: 29%;
    right: 5%;
}

.left-recommend-sec-sec .layout-img-1 svg {
    display: none;
}

.section-animation2.left-recommend-sec-sec .layout-img-1 svg {
    display: block;
}

.section-animation .left-recommend-sec-sec .layout-img-1 {
    display: inline-block;
}

.arrow-path2 {
    stroke-dasharray: 20;

}

.arrow-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-width: 1px;
    animation: draw-arrow 3s linear 1s forwards, fillArrow 2s linear 2s forwards;
}

@keyframes draw-arrow {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fillArrow {
    from {
        fill: transparent;
    }

    to {
        fill: #08AC9E;
    }
}

.car-animation svg {
    transform: translateX(50px);
    animation: mover5 0.5s linear 1s forwards;
    display: none;
}

.section-animation .car-animation svg {
    display: inline-block;
}

@keyframes mover5 {
    0% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0px);
    }
}

.ani-2 svg {
    animation: mover6 0.5s linear 2s forwards;
    transform: translateY(20px);
    opacity: 0;
    display: none;
}

.section-animation .ani-2 svg {
    display: inline-block;
}

@keyframes mover6 {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.ani-3 svg {
    animation: mover7 0.5s linear 3s forwards;
    transform: translateY(-20px);
    display: none;
    opacity: 0;
}

.section-animation .ani-3 svg {
    display: inline-block;
}

@keyframes mover7 {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes mover2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

.left-recommend-sec-sec .layout-img-2 {
    position: absolute;
    top: 3%;
    left: -26%;
    z-index: -1;
    animation: mover2 2s ease-in-out 2s forwards, mover 3s infinite 4s alternate;
    opacity: 0;
    display: none;
}

.left-recommend-sec-sec.section-animation2 .layout-img-2 {
    display: inline-block;
}

@keyframes mover2 {
    0% {
        transform: translatex(-150px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(50px);
        opacity: 1;
    }
}

.layout-img-3 .suport {
    border-radius: 10px;
    background: linear-gradient(157deg, rgba(217, 217, 217, 0.80) -2.82%, rgba(217, 217, 217, 0.28) 111.3%);
    backdrop-filter: blur(5px);
    padding: 45px 20px;
    text-align: center;
}

.layout-img-3 .suport img {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.layout-img-3 {
    position: absolute;
    right: 0;
    bottom: 25%;
}

.layout-img-3 .suport h4 {
    color: #08AC9E;
    text-align: center;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 23.38px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.layout-img-3 .suport img {
    width: auto;
    margin-bottom: 15px;
}

.layout-img-3 .suport h5 {
    color: #000;
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 23.38px;
    /* 116.9% */
    text-transform: capitalize;
}


.recommend-sec .cmn-btn a:hover {
    color: #000;
}

.cmn-btn .user {
    display: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.cmn-btn .user {
    color: #fff;
}


/* recommend-sec-end */

/* attractive-packages-start */
.attractive-packages {
    padding: 50px 0;
    background: #F6F6F6;
    position: relative;
}

.attractive-slider .slick-dots {
    bottom: 40px;
}

.attractive-packages .main_tab {
    padding-left: 305px;
    max-height: 437px;
    overflow: auto;
    /* direction: rtl; */
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #08ac9e;
}

.attractive-packages .main_tab .tab-content {
    direction: ltr;
}
.attractive-packages .main_tab .tab-content img{
    border-radius: 15px;
}
.attractive-packages .a_right-sec {
    padding-left: 20px;
}

.attractive-packages .a_right-sec h3 {
    color: #000;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    transition: 0.8s;
}

.attractive-packages-card .row {
    align-items: center;
}

.attractive-packages-card img {
    width: 100%;
}

.attractive-packages-card:hover h3 {
    color: #ff621f;
}

.attractive-packages .tab-content:hover {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 19px 30px -12px rgba(0, 0, 0, 0.25);
    transition: 0.8s;
}

.attractive-packages-card .rate-icon span {
    color: #000;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.attractive-packages .a_right-sec h5 {
    color: #000;
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.38px;
    text-transform: capitalize;
}

.attractive-packages .a_right-sec h5 span {
    color: #08AC9E;
    text-align: center;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 23.38px;
    text-transform: capitalize;
    padding-left: 5px;
}

.attractive-packages .a_right-sec h4 {
    color: #414142;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

/* .attractive-slider {
    margin-right: -125px;
} */
.attractive-packages .row {
    align-items: center;
}

.attractive-slider .slick-dots li.slick-active button::before {
    color: #08AC9E;
    font-size: 15px;
}

.attractive-slider .slick-dots li button:before {
    color: #fff;
    font-size: 10px;
}

.attractive-packages .cmn-heading h3 {
    text-align: center;
}

.attractive-packages .cmn-heading h2 {
    margin-bottom: 20px;
}

.attractive-packages .cmn-heading p {
    text-align: center;
    margin-bottom: 30px;
}

.attractive-slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px 0px 0px 20px;
}

.tabs {
    border-radius: 17px;
    background: #EDEDED;
    min-height: 425px;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0px;
    overflow: auto;
}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background-color: #08E;
    height: 142px;
    width: 16px;
}

#tabs-nav li a {
    text-decoration: none;
    color: #000;
}

.tab-content {
    border-radius: 20px;
    background: #F8F8F8;
    padding: 14px;
    margin-bottom: 30px;
}

/* attractive-packages-end */

/* your-favorite-des-start */
.your-favorite-des {
    padding: 340px 0 250px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.your-favorite-des .your-favorite-des-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.your-favorite-des .your-favorite-des-content h2 {
    color: #FFF;
    text-align: center;
    font-family: Bhineka;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.your-favorite-des .your-favorite-des-content p {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.your-favorite-des .your-favorite-des-content .cmn-btn {
    text-align: center;

}

.your-favorite-des .your-favorite-des-content .cmn-btn a {
    position: relative;
}

.your-favorite-des::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    background-image: url(images/b-4.png);
    width: 100%;
    height: 428px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.your-favorite-des .cmn-btn a::after {
    content: "";
    position: absolute;
    background-image: url(images/i-5.png);
    top: -21px;
    right: -27px;
    width: 35.743px;
    height: 21.235px;
    background-repeat: no-repeat;
}

.your-favorite-des::before {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    background-image: url(images/b-3.png);
    width: 100%;
    height: 430px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.f-icon {
    position: absolute;
    top: 80px;
    right: 20%;
    animation: mymove12 20s infinite ease-out;
}

@keyframes mymove12 {
    from {

        right: 60%;
    }

    to {
        right: 0%;
        opacity: 0;
    }

}

/* your-favorite-des-end*/

/* exciting-discount-sec */
.exciting-discount-sec {
    padding: 50px 0;
    position: relative;
}

.exciting-discount-sec .slick-next {
    display: none !important;
}

.exciting-discount-sec .slick-prev {
    display: none !important;
}

.exciting-discount-sec .col-md-5 {
    padding-left: 305px;
}

.exciting-discount-slider {
    padding: 40px 0;
    position: relative;
}
.exciting-discount-slider img{
    height: 400px;
    object-fit: cover;
}

.exciting-discount-slider::before {
    content: "";
    position: absolute;
    right: 25px;
    top: -13px;
    background-image: url(images/i-8.png);
    background-repeat: no-repeat;
    width: 64.454px;
    height: 57.422px;

}

/* .exciting-discount-sec .cmn-heading {
    padding-left: 117px;
} */
/* .exciting-discount-slider {
    margin-right: -240px;
} */
.exciting-discount-sec .exciting-discount-slider .e-item {}

.exciting-discount-sec .exciting-discount-slider .e-item img {
    width: 100%;


}


.e-item-hover {
    overflow: hidden;
    border-radius: 10px;
}

.e-item-hover img {
    width: 100%;
    transition: all 0.8s;
}

.e-item-hover img:hover {
    transform: scale(1.1);
}

.exciting-discount-sec .exciting-discount-slider .e-item:hover img {
    transform: scale(1.1);
    border-radius: 10px;

}

/* .exciting-discount-sec .exciting-discount-slider .e-item .bottom_sec:hover img {
    transform: scale(1.1);
    border-radius: 50%;
    margin-top: 10px;
} */


.exciting-discount-slider .top_sec {
    position: absolute;
    right: 15px;
    top: 0;
    width: 56px;
    height: 81.333px;
    padding: 17px 11px;
    background-repeat: no-repeat;
    background-size: cover;
}

.exciting-discount-slider .top_sec h3 {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 129.9%;
    /* 20.784px */
    text-transform: capitalize;
}

.exciting-discount-sec .exciting-discount-slider .e-item {
    position: relative;
    padding: 10px 0 0 0;
}

.exciting-discount-sec .exciting-discount-slider .bottom_sec {
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(101deg, rgba(217, 217, 217, 0.04) 0%, rgba(217, 217, 217, 0.01) 99.66%);
    backdrop-filter: blur(5px);
}


.exciting-discount-sec .row {
    align-items: center;
}

.exciting-discount-slider .bottom_sec h4 {
    color: #FF621F;
    font-family: DM Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;

    /* 240% */
}

.exciting-discount-slider .bottom_sec a h5:hover {
    color: #FF621F;
}

.exciting-discount-slider .bottom_sec h5 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
    letter-spacing: -0.4px;
    transition: 0.8s;
}

.exciting-discount-slider .bottom_sec p {
    color: #DADADA;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
}

.exciting-discount-slider .bottom_sec .cmn-btn a {
    color: #FAF8FD;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    padding: 5px 18px;
    position: unset;
}

.exciting-discount-sec .cmn-btn a {
    position: relative;
}

.exciting-discount-slider .bottom_sec .cmn-btn a::after {
    content: "";
    background-image: none;
}

.exciting-discount-sec .cmn-heading .cmn-btn a::after {
    content: "";
    position: absolute;
    left: -84px;
    bottom: -32px;
    background-image: url(images/i-6.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 79.926px;
}

.exciting-discount-slider .bottom_sec .cmn-btn a:hover {
    color: #fff;
}

.exciting-discount-slider .bottom_sec p i {
    color: #fff;
    padding-right: 5px;
}

.exciting-discount-slider .bottom_sec h6 span {
    color: #08AC9E;
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 135% */
}

.exciting-discount-slider .bottom_sec h6 {
    color: #FAF8FD;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.exciting-discount-sec .exciting-discount-slider .e-item {
    margin-right: 20px;
}

.exciting-discount-sec .cmn-btn a:hover {
    color: #000;
}

.exciting-discount-sec .cmn-heading h2 {
    text-align: left;
    margin-bottom: 20px;
}

.exciting-discount-sec .exciting-discount-icon {
    position: absolute;
    bottom: 28%;
    left: 10%;
}


/*================== debalina testimonial slider start ====================*/
.testimonials {
    padding: 50px 0;
}

.slideshow__slides.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slider-image img {
    width: 100%;
}

/* Slider Caption Design */
.slider-image {
    position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.slider-image .slider-caption-wrap {
    color: #000000;
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 30px 20px 30px 0;
}

.slider-caption-wrap p {
    margin-bottom: 15px;
}

.slider-image .slider-caption-wrap h5 {
    color: #FF621F;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.slider-image .slider-caption-wrap h6 {
    color: #000;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Slider thumbnails and Slider Nav Design */
.slideshow__slides .prev-slick-img, 
.slideshow__slides .next-slick-img {
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.slideshow__slides .prev-slick-img:after,
.slideshow__slides .next-slick-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 172, 158, 0.70);
}


.slideshow__slides .prev-slick-img img,
.slideshow__slides .next-slick-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.slideshow__slides .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: inline-block;
    height: auto;
    width: auto;
    margin-bottom: 0;
    width: 25%;
    padding: 15px;
}

.slideshow__slides .slick-list.draggable {
    width: 50%;
    margin: 0 auto;
    padding: 15px 0;
}

.slideshow__slides .slick-arrow.slick-prev {
    left: 0;
}

.slideshow__slides .slick-arrow.slick-next {
    right: 0;
}

.slideshow__slides .slick-arrow:before {
    display: none;
}

.slideshow__slides .slick-arrow .arrow-icon {
    position: absolute;
    bottom: -70px;
    height: 50px;
    width: 50px;
    background-color: #FF621F;
    color: #FFF;
    font-size: 45px;
    opacity: 1;
    -webkit-transition: .5s all ease 0s;
    -moz-transition: .5s all ease 0s;
    -ms-transition: .5s all ease 0s;
    transition: .5s all ease 0s;
    z-index: 9;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding: 22px 0;
}

.slideshow__slides .slick-arrow .arrow-icon span {
    display: inline-block;
}

.slideshow__slides .slick-arrow .arrow-icon.prev-slick-arrow {
    left: 185%;
    transform: translateX(-50%);
}

.slideshow__slides .slick-arrow .arrow-icon.next-slick-arrow {
    right: 172%;
    transform: translateX(-50%);
}

.image-wrap {
    height: 350px;
}

.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*================== debalina testimonial slider end ====================*/

/* news-letter-sec-start */
.news-letter {
    padding: 180px 0 50px 0;
    position: relative;
}

.news-letter .cmn-heading h3 {
    text-align: center;
}

.news-letter .cmn-heading h2 {
    margin-bottom: 15px;
}

.news-letter .cmn-heading p {
    text-align: center;
    margin-bottom: 60px;
}

/* .input-box .button:hover {
    background-color: transparent;
    border: 1px solid #FF621F;
    color: #000;
} */

/* .n-icon {
    position: absolute;
    position: absolute;
    top: 55%;
    left: 15%;
} */

/* .n-icon svg {
    display: none;
} */

/* .section-animation3 .n-icon svg {
    display: inline-block;
} */


/* Form text input */
/* .input-box {
    position: relative;
    height: 72px;
    max-width: 750px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #FF621F;
    margin: 0 auto;
} */
/* 
.input-box i,
.input-box .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

/* .input-box i {
    left: 20px;
    font-size: 30px;
    color: #707070;
} */

/* .input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 155px 0 39px;
    background-color: transparent;
    color: #7E7E7E;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
} */

/* .input-box .button {
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #FF621F;
    border: 1px solid #FF621F;
    cursor: pointer;
    transition: 0.8s;
} */

/* .input-box .button.clicked {
    transform: translateY(-50%) scale(0.98);
} */

/* Responsive */
/* @media screen and (max-width: 500px) {
    .input-box {
        height: 66px;
        margin: 0 8px;
    }

    .input-box i {
        left: 12px;
        font-size: 25px;
    }

    .input-box input {
        padding: 0 112px 0 50px;
    }

    .input-box .button {
        right: 12px;
        font-size: 14px;
        padding: 8px 18px;
    }
} */


/* news-letter-sec-end*/

/* footer-section-start */
.footer {
    /* background-color: #000; */
    padding: 255px 0 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .footer::before {
    content: "";
    position: absolute;
    background-image: url(images/footer-img.png);
    width: 100%;
    height: 400px;
    top: 0;
} */

.footer a img {
    margin-bottom: 30px;
}

.footer p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer h3 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer ul li a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
}

.footer ul li a:hover {
    color: #FF621F;
    transition: 0.8s;
}

.footer .social-media {
    display: flex;
    align-items: center;
}

.footer .social-media a {
    color: #fff;
    padding: 10px 15px;
}

.footer .social-media a i {
    font-size: 16px;
}

.footer .social-media div {
    /* width: 35px;
    height: 35px; */
    background-color: #FF621F;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform-style: preserve-3d;
    transition: all .5s ease
}

.footer .social-media div:hover {
    /* transform: rotateY(-180deg); */
    background-color: #08ac9e;
}

.footer .social-media div:hover i {
    /* transform: rotateY(180deg) */
}

.footer ul {
    padding-left: 0;
}

.footer ul li p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 222.222% */
    text-transform: capitalize;
    margin-bottom: 0;
}

.sub-footer {
    text-align: center;
    border-top: 1px solid #FF621F;
    padding: 15px 0;
}

.footer .row {
    padding-bottom: 40px;
}

.sub-footer p {
    margin-bottom: 0;
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 250% */
}

.sub-footer p a {
    color: #fff;
}

.sub-footer p a:hover {
    color: #DE3D05;
    transition: 0.8s;
}

/* footer-section-end*/

/* button-css-hover */
/* 2.hover-filled-slide-up */
/* .hover-filled-slide-up::before {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.hover-filled-slide-up:hover::before {
    height: 0%;
}

.cmn-btn a::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
} */

/* animation */
.ml9 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
    letter-spacing: 10px;
}

.ml7 .letter-2 {
    transform-origin: 0 100%;
    display: inline-block;
    line-height: 1em;
}
.footer-logo img{
    width: 200px;
}

/* inner-page */
.inner-page .main_header{
    position: relative;
    background-color: #000;
}
.inner-header {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    color: #fff;
}

.inner-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 172, 158, 0.6); /* Semi-transparent overlay */
}

.inner-header .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.inner-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.inner-header p {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

.breadcrumb-wrapper {
    display: inline-block;
    background: rgb(255 255 255 / 32%);
    padding: 8px 15px;
    border-radius: 30px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    margin-right: 10px;
    color: #fff;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ffd700;
}

/* .breadcrumb-item::after {
    content: '>';
    margin-left: 10px;
} */


.breadcrumb-item.active {
    font-weight: 600;
}
.about-us-section {
    padding: 100px 0;
}
.about-us-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
.about-us-section p {
    font-size: 16px;
    line-height: 1.8;
}

.why-choose-us {
    padding: 100px 0;
    background-color: #f8f8f8;
}
.feature-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.feature-box i {
    font-size: 40px;
    color: #08AC9E;
    margin-bottom: 15px;
}
.feature-box h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.feature-box p {
    font-size: 15px;
    color: #555;
}
.feature-box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.cta-section {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.cta-section .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(8,172,158,0.7);
}
.cta-section h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.cta-section p {
    font-size: 18px;
}

.about-us-section img{
    border-radius: 15px;
}


/* Tours & Packages Section */
.tours-packages {
    padding: 80px 0;
    background: #f9f9f9;
}

.tours-packages .cmn-heading {
    margin-bottom: 50px;
}

.tours-packages .cmn-heading h3 {
    font-size: 18px;
    color: #08AC9E;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tours-packages .cmn-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.tours-packages .cmn-heading p {
    color: #555;
    margin-top: 10px;
    font-size: 16px;
}

/* Tour Box */
.tour-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.tour-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.15);
}

.tour-box .tour-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.tour-box .tour-content {
    padding: 20px;
}

.tour-box .tour-content h4 {
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
}

.tour-box .tour-content p {
    color: #555;
    font-size: 14px;
    margin-bottom: 15px;
}

.tour-box .tour-content h5 {
    color: #08AC9E;
    font-size: 18px;
    font-weight: 600;
}

.tour-box .cmn-btn {
    background: #08AC9E;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.tour-box .cmn-btn:hover {
    background: #066f61;
}

/* Responsive */
@media (max-width: 992px) {
    .tour-box .tour-img img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .tours-packages .cmn-heading h2 {
        font-size: 28px;
    }

    .tour-box .tour-img img {
        height: 180px;
    }
}


/* gallery-css */
/* Gallery Page */
/* =========================
   Gallery Page Styles
   ========================= */
.gallery-page {
    padding: 80px 0;
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
}

.gallery-page .cmn-heading {
    margin-bottom: 50px;
}

.gallery-page .cmn-heading h3 {
    color: #08AC9E;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gallery-page .cmn-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.gallery-page .cmn-heading p {
    font-size: 16px;
    color: #666;
}

/* =========================
   Gallery Grid
   ========================= */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* Gallery Item */
.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 4/3; /* ensures uniform grid height */
}

/* Images inside gallery */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* image fills container without distortion */
    display: block;
    transition: transform 0.4s ease;
}

/* Hover zoom effect */
.gallery-item:hover img {
    transform: scale(1.1);
}

/* Optional overlay */
.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 172, 158, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    pointer-events: none; /* allow clicks to pass through */
}

.gallery-item:hover::after {
    opacity: 1;
}

/* =========================
   Responsive adjustments
   ========================= */
@media (max-width: 1024px) {
    .gallery-page .cmn-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        gap: 15px;
    }
    .gallery-page .cmn-heading h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .gallery-page .cmn-heading h2 {
        font-size: 24px;
    }
}

/* contact-us */
/* ==============================
   Contact Page Styles
   ============================== */
.contact-page {
    padding: 80px 0;
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
}

/* Headings */
.contact-page h3 {
    color: #08AC9E;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact-page h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-page p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

/* ==============================
   Contact Form
   ============================== */
#contactForm {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

#contactForm .form-label {
    font-weight: 500;
    color: #333;
}

#contactForm .form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

#contactForm .form-control:focus {
    border-color: #08AC9E;
    box-shadow: 0 0 5px rgba(8,172,158,0.3);
    outline: none;
}

#contactForm button {
    background-color: #08AC9E;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#contactForm button:hover {
    background-color: #06a28d;
    transform: translateY(-2px);
}

/* ==============================
   Contact Info Section
   ============================== */
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
}

.contact-info li i {
    color: #08AC9E;
    margin-right: 10px;
    font-size: 18px;
    width: 25px;
}

/* Links in contact info */
.contact-info li a {
    color: #08AC9E;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info li a:hover {
    text-decoration: underline;
}

/* Google Maps */
.contact-info iframe {
    border-radius: 10px;
    margin-top: 20px;
}

/* ==============================
   Responsive Adjustments
   ============================== */
@media (max-width: 992px) {
    .contact-page {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    #contactForm {
        padding: 20px;
        margin-bottom: 30px;
    }

    .contact-page h2 {
        font-size: 28px;
    }

    .contact-page h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .contact-page h2 {
        font-size: 24px;
    }

    #contactForm button {
        width: 100%;
    }
}


/* Wrapper for floating button */
.whatsapp-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.whatsapp-float i {
    line-height: 60px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .whatsapp-wrapper {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .whatsapp-float i {
        line-height: 50px;
    }
}

#header .active{
    color: #FF621F;
}