
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}
/***edited change topbae colour ***/
.topbar-green {
    background-color:var(--bs-primary) !important;
}
/***end edited ***/
.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***//***edited ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    padding: 35px 15px;
    color: var(--bs-white) !important;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    outline: none;
    transition: .5s;
    white-space: nowrap;
}


body {
    font-family: 'Inter', sans-serif;
}

.navbar-brand h1,
.section-title,
.section-about-title,
.btn {
    font-family: 'Cormorant Garamond', serif;
}
/*** end edited ***/
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: var(--bs-primary);
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        padding: 20px 10px;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 15px;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
        background: #ffffff;
    }

    .navbar-light .navbar-nav {
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .navbar-light .navbar-brand h1 {
        font-size: 22px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}
.navbar .btn.btn-primary {
    background-color: #F2B50B !important;
    border-color: #F2B50B !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.navbar .btn.btn-primary:hover {
    background-color: #dba404 !important;
    border-color: #dba404 !important;
    color: #ffffff !important;
}
/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}
/*** Carousel Hero Header End ***/
/***edited ***/
.carousel-caption h1,
.carousel-caption h4,
.carousel-caption p,
.carousel-caption a,
.search-bar input,
.search-bar button {
    font-family: 'Cinzel', serif;
}

.carousel-caption h1 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: clamp(26px, 3.8vw, 62px);
}

.carousel-caption h4 {
    letter-spacing: 2px;
    font-size: clamp(13px, 1.8vw, 20px);
}

.carousel-caption p {
    font-size: clamp(12px, 1.4vw, 16px);
}

@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 22px;
    }

    .carousel-caption h4 {
        font-size: 11px;
    }

    .carousel-caption p {
        font-size: 9px;
    }
}
/***end edited ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../images/p1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}
/*** Single Page Hero Header End ***/
/*********************************
        ABOUT SECTION
*********************************/

.about{
    padding:90px 0;
    font-family:'Inter',sans-serif;
    overflow:hidden;
}

/* Left Image */

.about .about-img{
    position:relative;
}

.about .about-img img{
    width:100%;
    height:620px;
    object-fit:cover;
    display:block;
}

.about .img-frame{
    border:45px solid;
    border-color:transparent #25671E transparent #25671E;
}

/*********************************
        RIGHT CONTENT
*********************************/

.about .about-content{
    padding-left:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}



.about .section-about-title{
    display:flex;
    align-items:center;
    gap:18px;

    font-family:'Cinzel', serif;
    font-size:20px;          /* Increased from 15px */
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#25671E;
    margin-bottom:24px;
    width:fit-content;
}

.about .section-about-title::after{
    content:"";
    width:65px;
    height:2px;
    background:#25671E;
    display:block;
}


/*********************************
        HEADING
*********************************/

.about h1{
    font-family:'Cinzel',serif;
    font-size:48px;
    line-height:1.25;
    font-weight:700;
    color:#16351F;
    letter-spacing:.5px;
    margin-bottom:30px;
}

.about h1 .text-primary{
    color:#25671E !important;
}

/*********************************
        PARAGRAPH
*********************************/

.about p{
    font-size:17px;
    line-height:1.9;
    color:#5d6760;
    margin-bottom:24px;

    text-align:justify;
    text-align-last:left;
    hyphens:auto;
    word-break:normal;
    overflow-wrap:break-word;
}

/*********************************
        FEATURES
*********************************/

.about-features{
    margin-top:40px;
    padding-top:10px;
    align-items:stretch;
}

.feature-box{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    text-align:center;
    height:100%;
    padding:0 15px;
    border-right:1px solid #ececec;
}

.feature-box:last-child{
    border-right:none;
}

.feature-box i{
    font-size:46px;
    color:#25671E;
    margin-bottom:18px;
}

.feature-box h5{
    font-family:'Cinzel',serif;
    font-size:18px;
    font-weight:600;
    line-height:1.45;
    color:#25671E;
    margin:0;
}

/*********************************
        BUTTON
*********************************/

.about .btn-primary{
    align-self:flex-start;
    margin-top:40px;
    padding:15px 40px;
    border-radius:50px;
    background:#25671E;
    border:none;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.about .btn-primary:hover{
    background:#1b4f16;
    transform:translateY(-3px);
}

/*********************************
        LARGE SCREEN
*********************************/

@media (max-width:1199px){

.about h1{
    font-size:42px;
}

.about .about-content{
    padding-left:40px;
}

.about .about-img img{
    height:560px;
}

}

/*********************************
        TABLET
*********************************/

@media (max-width:991px){

.about{
    padding:70px 0;
}

.about .about-content{
    padding-left:0;
    margin-top:45px;
    text-align:left;
    align-items:flex-start;
}

.about .section-about-title{
    align-self:flex-start;
}

.about h1{
    font-size:38px;
    text-align:left;
}

.about p{
    text-align:justify;
    text-align-last:left;
}

.about .about-img img{
    height:500px;
}

.feature-box{
    border-right:none;
    margin-bottom:30px;
}

.about .btn-primary{
    align-self:flex-start;
}

}

/*********************************
        MOBILE
*********************************/

@media (max-width:767px){

.about{
    padding:60px 0;
}

.about h1{
    font-size:30px;
    line-height:1.35;
}

.about p{
    font-size:16px;
    line-height:1.8;

    /* Better readability on small screens */
    text-align:left;
    text-align-last:left;
    hyphens:none;
}

.about .about-content{
    text-align:left;
    align-items:flex-start;
}

.about .section-about-title{
    align-self:flex-start;
}

.about .about-img img{
    height:380px;
}

.about .img-frame{
    border-width:25px;
}

.feature-box{
    margin-bottom:25px;
}

.about .btn-primary{
    width:100%;
    text-align:center;
}

}
/*** ABOUT SECTION END ***/
/**************************************
    MEET YOUR HOST
**************************************/

.host-section{
    padding:100px 0;
    background:#fff;
    overflow:hidden;
}

/* Heading */

.host-subtitle{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    color:#25671E;
    font-family:'Cinzel',serif;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:18px;
    margin-bottom:20px;
}

.host-subtitle span{
    width:50px;
    height:2px;
    background:#25671E;
    display:block;
}

.host-title{
    font-family:'Cinzel',serif;
    font-size:56px;
    line-height:1.15;
    color:#132C18;
    margin-bottom:25px;
}

.host-intro{
    max-width:760px;
    margin:auto;
    font-size:20px;
    line-height:1.9;
    color:#666;
}

/***************************
    LEFT CARD
****************************/

.host-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(0,0,0,.08);
    transition:.35s;
}

.host-card:hover{
    transform:translateY(-8px);
}

.host-card img{
    width:100%;
    height:520px;
    object-fit:cover;
}

.host-card-content{
    background:#E7F1E3;
    padding:35px;
    text-align:center;
}

.host-card-content h3{
    font-family:'Cinzel',serif;
    color:#17331D;
    font-size:38px;
    margin-bottom:10px;
}

.host-card-content span{
    color:#25671E;
    font-size:18px;
    font-weight:600;
}

/***************************
    CONTENT
****************************/

.host-heading{
    font-family:'Cinzel',serif;
    color:#17331D;
    font-size:42px;
    margin-bottom:30px;
}

.host-section p{
    color:#666;
    font-size:18px;
    line-height:2;
    margin-bottom:24px;
}

.host-section strong{
    color:#17331D;
}

/***************************
    HIGHLIGHT BOX
****************************/

.host-box{
    background:#F8FAF7;
    border-left:5px solid #25671E;
    padding:35px;
    border-radius:10px;
    margin-top:40px;
}

.host-box h4{
    font-family:'Cinzel',serif;
    color:#17331D;
    margin-bottom:18px;
    font-size:34px;
}

.host-box p:last-child{
    margin-bottom:0;
}

/***************************
    FEATURES
****************************/

.mini-feature{
    background:#fff;
    padding:30px 20px;
    border-radius:12px;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    height:100%;
}

.mini-feature:hover{
    transform:translateY(-8px);
}

.mini-feature i{
    font-size:42px;
    color:#25671E;
    margin-bottom:18px;
}

.mini-feature h6{
    font-family:'Cinzel',serif;
    font-size:20px;
    color:#17331D;
    line-height:1.5;
    margin:0;
}

/***************************
    QUOTE
****************************/

.host-quote{
    margin-top:60px;
    border-left:5px solid #25671E;
    padding-left:35px;
}

.host-quote h4{
    font-family:'Cinzel',serif;
    font-size:34px;
    color:#17331D;
    margin-bottom:20px;
}

.host-quote blockquote{
    font-size:28px;
    color:#4B5C4F;
    font-style:italic;
    line-height:1.6;
    margin:35px 0 25px;
    font-family:'Cormorant Garamond',serif;
}

.host-quote strong{
    font-size:24px;
    color:#17331D;
}

.host-quote span{
    color:#666;
    font-size:17px;
}

/***************************
    RESPONSIVE
****************************/

@media(max-width:1199px){

.host-title{
    font-size:46px;
}

.host-heading{
    font-size:36px;
}

.host-card img{
    height:460px;
}

}

@media(max-width:991px){

.host-section{
    padding:80px 0;
}

.host-title{
    font-size:40px;
}

.host-heading{
    margin-top:40px;
}

.host-card{
    max-width:450px;
    margin:auto;
}

.host-card img{
    height:500px;
}

}

@media(max-width:767px){

.host-title{
    font-size:32px;
}

.host-heading{
    font-size:28px;
}

.host-intro{
    font-size:17px;
}

.host-section p{
    font-size:16px;
}

.host-card img{
    height:400px;
}

.host-card-content h3{
    font-size:30px;
}

.host-box{
    padding:25px;
}

.host-box h4{
    font-size:26px;
}

.host-quote blockquote{
    font-size:22px;
}

.mini-feature{
    margin-bottom:20px;
}

}

/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
.service-thumb {
    flex: 0 0 170px;
}

.service-thumb img {
    min-height: 140px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .service-thumb {
        flex: 0 0 auto;
    }

    .service-thumb img {
        min-height: 180px;
    }
}
/*** Service End ***/


/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}
/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;

}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: inline-block;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
   opacity: 1;
   margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 99, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}


.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}



/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}
.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}
/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary); 
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white); 
    border-style: dotted;
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/
.ExploreTour h1{
    font-family:'Cinzel',serif;
    font-size:52px;
    font-weight:600;
    color:#245c2e;
}

.ExploreTour h5.section-title{
    font-family:'Cinzel',serif;
    letter-spacing:3px;
    color:#2f6b3c;
}

.ExploreTour p{
    font-family:'Inter',sans-serif;
    font-size:18px;
    line-height:1.9;
}

.national-info h5,
.international-info h5{
    font-family:'Cinzel',serif;
    letter-spacing:1px;
}

.nav-pills .nav-link,
.nav-pills span{
    font-family:'Inter',sans-serif;
    font-weight:600;
}
/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../images/c.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}
.footer h4,
.footer .footer-title {
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 600;
}

.footer a,
.footer p,
.footer span,
.copyright {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.footer-item a:hover {
    color: #6DBE45 !important;
    padding-left: 5px;
    transition: .3s;
}
.footer-item p{
    color: #fff;
    margin-bottom: 12px;
    font-size: 16px;
}

.footer-item p i{
    color: #fff;
    margin-right: 8px;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/
/* ==========================================
   BLOG SECTION
========================================== */

.blog {
    background: #f8faf8;
}

.blog .section-title {
    color: #25671E;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog h1 {
    font-weight: 800;
    color: #1a1a1a;
}

.blog-item{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    height:100%;
}

.blog-item:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 50px rgba(0,0,0,.15);
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img-inner {
    overflow: hidden;
}

.blog-img img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    transition: .6s;
}

.blog-item:hover .blog-img img {
    transform: scale(1.08);
}

.blog-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: .4s;
}

.blog-item:hover .blog-icon {
    opacity: 1;
}

.blog-icon a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37,103,30,.9);
    border-radius: 50%;
    text-decoration: none;
}

.blog-info{
    background:#25671E;
}

.blog-info small,
.blog-info a{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

.blog-info .fa{
    color:#fff !important;
}

.blog-content{
    padding:30px;
    display:flex;
    flex-direction:column;
    flex:1;
    border:none !important;
}

.blog-content p:first-child {
    color: #25671E;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
}

.blog-content .h4,
.blog-content h4{
    font-family:'Cinzel', serif;
    font-size:22px;
    font-weight:700;
    color:#2d2d2d;
    text-transform:uppercase;
    line-height:1.3;
    letter-spacing:.3px;
    margin:0 0 8px;
    padding:0;
    min-height:auto;
    height:auto;
}
.blog-content .h4:hover {
    color: #25671E;
}

.blog-content .my-3{
    color:#666;
    font-size:16px;
    line-height:1.7;
    text-align:left;
    margin:0 0 20px;
    min-height:auto;
}
.blog-content .btn-primary {
    background: #25671E;
    border-color: #25671E;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .3s;
}
.blog-content .btn{
    margin-top:auto;
    align-self:flex-start;
}
.blog-content .btn-primary:hover {
    background: #1d5317;
    border-color: #1d5317;
    transform: translateY(-2px);
}

/* ==========================================
   BLOG HERO SECTION
========================================== */

.blog-hero-text {
    max-width: 800px;
    margin: auto;
}

.blog-hero-text p {
    color: #666;
    font-size: 17px;
    line-height: 1.9;
}

/* ==========================================
   FEATURED LABEL
========================================== */

.blog-badge {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #25671E;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}



/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

    .blog-img img {
        height: 240px;
    }

    .blog-content {
        padding: 25px;
    }
}

@media (max-width: 768px) {

    .blog h1 {
        font-size: 32px;
    }

    .blog-img img {
        height: 220px;
    }
}



/*==============================
BLOG DETAILS
==============================*/


/* ==========================================
   CONTACT PAGE
========================================== */

.contact {
    background: #f8faf8;
}

.contact .section-title {
    color: #25671E;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact h1 {
    color: #1a1a1a;
    font-weight: 800;
}

.contact .bg-white {
    border-radius: 20px !important;
    transition: all .4s ease;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.contact .bg-white:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

/* Contact Info Cards */

.contact .fa-map-marker-alt,
.contact .fa-phone-alt,
.contact .fa-envelope-open {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background: rgba(37,103,30,.08);
    transition: .4s;
}

.contact .bg-white:hover .fa-map-marker-alt,
.contact .bg-white:hover .fa-phone-alt,
.contact .bg-white:hover .fa-envelope-open {
    transform: scale(1.08);
    background: rgba(37,103,30,.15);
}

.contact h4 {
    font-weight: 700;
    margin-top: 15px;
}

.contact p {
    color: #666;
    line-height: 1.8;
}

/* ==========================================
   CONTACT FORM
========================================== */

.contact form .form-floating {
    position: relative;
}

.contact .form-control {
    border-radius: 14px !important;
    min-height: 60px;
    background: #f7f9f8;
    border: 1px solid #e8ece9 !important;
    box-shadow: none !important;
    padding-left: 20px;
    transition: .3s;
}

.contact textarea.form-control {
    min-height: 180px !important;
}

.contact .form-control:focus {
    border-color: #25671E !important;
    background: #fff;
    box-shadow: 0 0 0 0.15rem rgba(37,103,30,.15) !important;
}

.contact .form-floating label {
    color: #666;
    font-weight: 500;
}

/* ==========================================
   BUTTON
========================================== */

.contact .btn-primary {
    background: #25671E;
    border-color: #25671E;
    font-weight: 600;
    letter-spacing: .5px;
    transition: .4s;
}

.contact .btn-primary:hover {
    background: #1c5116;
    border-color: #1c5116;
    transform: translateY(-2px);
}

/* ==========================================
   GOOGLE MAP
========================================== */

.contact iframe {
    border-radius: 20px !important;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

/* ==========================================
   CONTACT HEADER
========================================== */

.bg-breadcrumb h3 {
    font-weight: 800;
    letter-spacing: 1px;
}

.bg-breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,.9);
}

.bg-breadcrumb .breadcrumb-item.active {
    font-weight: 600;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

    .contact .bg-white {
        margin-bottom: 20px;
    }

    .contact h1 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {

    .contact h1 {
        font-size: 28px;
    }

    .contact .form-control {
        min-height: 55px;
    }
}
/* ==========================================
   GALLERY SECTION
========================================== */

.gallery {
    background: #f8faf8;
}

.gallery .section-title {
    color: #25671E;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery h1 {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.gallery .mx-auto p {
    color: #666;
    font-size: 17px;
    line-height: 1.9;
}

/* ==========================================
   GALLERY TABS
========================================== */

.gallery .nav-pills .nav-link,
.gallery .nav-pills a {
    transition: all .4s ease;
}

.gallery .nav-pills .active {
    background: #25671E !important;
    border-color: #25671E !important;
    box-shadow: 0 8px 25px rgba(37,103,30,.25);
}

.gallery .nav-pills .active span {
    color: #fff !important;
    font-weight: 600;
}

.gallery .nav-pills a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

/* ==========================================
   GALLERY CARDS
========================================== */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: all .4s ease;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: all .7s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* ==========================================
   IMAGE OVERLAY
========================================== */

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0),
        rgba(0,0,0,.75)
    );

    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: .4s;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h5 {
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 22px;
    margin-bottom: 5px;
}

.gallery-overlay p {
    color: rgba(255,255,255,.85);
    margin-bottom: 0;
    font-size: 14px;
}

/* ==========================================
   CATEGORY BADGE
========================================== */

.gallery-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #25671E;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    z-index: 2;
}

/* ==========================================
   FEATURED IMAGE EFFECT
========================================== */

.featured-gallery {
    border-top: 5px solid #25671E;
}

/* ==========================================
   LIGHTBOX ICON
========================================== */

.gallery-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: rgba(37,103,30,.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: .4s;
}

.gallery-item:hover .gallery-icon {
    opacity: 1;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {

    .gallery-item img {
        height: 280px;
    }
}

@media (max-width: 768px) {

    .gallery h1 {
        font-size: 32px;
    }

    .gallery-item img {
        height: 240px;
    }

    .gallery-overlay h5 {
        font-size: 18px;
    }
}


/* Equal service card sizes */
.service .row > [class*="col-"] {
    display: flex;
}

.service-content-inner {
    width: 100%;
    min-height: 210px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .4s ease;
}

.service-content-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.service-content {
    flex: 1;
}

.service-content h5 {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 700;
    color: #25671E;
    margin-bottom: 16px;
    line-height: 1.3;
}

.service-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 0;
}

.service-icon {
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.service-icon i {
    font-size: 54px;
    color: #25671E;
}

/* Make left and right cards align properly */
.service .col-lg-6 .row {
    align-items: stretch;
}

.service .col-12 {
    display: flex;
}


/**************************************
    SIGNATURE GALLERY
**************************************/

.signature-gallery{
    position:relative;
    padding:100px 0;
    overflow:hidden;

    background:
        radial-gradient(circle at top left,
            rgba(255,255,255,.45) 0%,
            transparent 40%),

        radial-gradient(circle at bottom right,
            rgba(37,103,30,.08) 0%,
            transparent 45%),

        linear-gradient(135deg,
            #edf7e7 0%,
            #dcefd3 45%,
            #cfe7c6 100%);
}

/* Decorative Shapes */

.signature-gallery::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    top:-170px;
    left:-140px;
    filter:blur(10px);
}

.signature-gallery::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(37,103,30,.06);
    bottom:-220px;
    right:-170px;
    filter:blur(15px);
}

.signature-gallery .container{
    position:relative;
    z-index:2;
}

/* Heading */

.signature-gallery-title{
    font-family:'Cinzel',serif;
    font-size:54px;
    color:#17331D;
    margin-bottom:18px;
}

.signature-gallery-text{
    max-width:820px;
    margin:auto;
    font-size:18px;
    line-height:1.9;
    color:#5e6660;
}

/**************************************
    FILTER
**************************************/

.signature-filter{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin:55px 0;
}

.signature-filter button{
    border:none;
    padding:14px 34px;
    border-radius:50px;
    background:#fff;
    color:#17331D;
    font-weight:600;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.signature-filter button:hover,
.signature-filter button.active{
    background:#25671E;
    color:#fff;
}

/**************************************
    CARDS
**************************************/

.signature-gallery .row{
    --bs-gutter-x:28px;
    --bs-gutter-y:28px;
}

.signature-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:330px;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.signature-card:hover{
    transform:translateY(-10px);
}

.signature-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.signature-card:hover img{
    transform:scale(1.08);
}

.signature-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:26px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.78),
        rgba(0,0,0,.35),
        transparent);
}

.signature-overlay span{
    display:inline-block;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:8px;
}

.signature-overlay h4{
    color:#fff;
    font-size:27px;
    margin-bottom:10px;
    font-family:'Cinzel',serif;
}

.signature-overlay a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.signature-overlay a:hover{
    color:#FFD56B;
}

/**************************************
    RESPONSIVE
**************************************/

@media(max-width:991px){

.signature-gallery{
    padding:80px 0;
}

.signature-gallery-title{
    font-size:42px;
}

.signature-card{
    height:300px;
}

}

@media(max-width:767px){

.signature-gallery{
    padding:70px 0;
}

.signature-gallery-title{
    font-size:34px;
}

.signature-gallery-text{
    font-size:16px;
}

.signature-filter button{
    width:100%;
}

.signature-card{
    height:260px;
}

}
/**************************************
   blog
**************************************/
.munnar-hero{
    background:
        linear-gradient(rgba(42,40,40,.60), rgba(0,0,0,.60)),
        url('/images/p1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 320px;
    padding: 60px 0 50px;
    color: #fff;
}

.hero-content{
    max-width: 800px;
    margin: 60px auto 0;
    text-align: center;
}

.hero-badge-wrapper{
    margin-bottom: 18px;
}

.hero-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #28a745;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.hero-content h1{
    color: #fff;
    font-size: 40px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
    text-shadow: 0 3px 10px rgba(0,0,0,.6);
}

.hero-content p{
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 18px;
}

.hero-meta{
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    color: #fff;
    font-size: 15px;
}

.hero-meta i{
    color: #ffc107;
}
.munnar-blog{
    background:#f7f9fb;
    padding:90px 0;
}

.blog-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.blog-card{
    background:#fff;
    padding:60px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.blog-card h2{
    font-family:'Cinzel',serif;
    color:#1d5b3d;
    font-size:42px;
    margin-bottom:35px;
}

.blog-card p{
    font-size:19px;
    line-height:2.1;
    text-align:justify;
    color:#555;
}

.facts-section{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.fact-card{
    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:20px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.fact-card:hover{
    transform:translateY(-10px);
}

.fact-card i{
    font-size:45px;
    color:#2e8b57;
    margin-bottom:18px;
}

.fact-card h4{
    font-size:20px;
    margin-bottom:12px;
}

.fact-card p{
    margin:0;
    color:#666;
}

.highlight-box{
    margin-top:70px;
    padding:60px;
    border-radius:20px;
    background:linear-gradient(135deg,#1f7d4d,#39b36b);
    color:#fff;
}

.highlight-box h3{
    font-family:'Cinzel',serif;
    font-size:38px;
    margin-bottom:40px;
}

.highlight-box ul{
    list-style:none;
    padding:0;
}

.highlight-box li{
    margin-bottom:22px;
    font-size:20px;
}

.highlight-box li:before{
    content:"✔";
    margin-right:12px;
    color:#ffe082;
}

.quote-box{
    margin-top:70px;
    background:#fff;
    padding:60px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.quote-box i{
    font-size:55px;
    color:#2e8b57;
    margin-bottom:25px;
}

.quote-box p{
    font-size:30px;
    line-height:1.8;
    color:#444;
    font-style:italic;
}

.travel-tips{
    margin-top:70px;
    background:#fff;
    padding:60px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.travel-tips h2{
    font-family:'Cinzel',serif;
    margin-bottom:35px;
}

.travel-tips ul{
    columns:2;
    list-style:none;
    padding:0;
}

.travel-tips li{
    margin-bottom:20px;
    font-size:18px;
}

.travel-tips li:before{
    content:"🌿";
    margin-right:10px;
}

@media(max-width:992px){

.blog-card{
    padding:35px;
}

.blog-card h2{
    font-size:34px;
}

.facts-section{
    grid-template-columns:repeat(2,1fr);
}

.travel-tips ul{
    columns:1;
}

}
@media (max-width:768px){

    .munnar-hero{
        min-height: 260px;
        padding: 45px 0;
    }

    .hero-content{
        margin-top: 25px;
    }

    .hero-content h1{
        font-size: 30px;
    }

    .hero-content p{
        font-size: 15px;
    }

    .hero-badge{
        font-size: 13px;
        padding: 7px 18px;
    }

    .hero-meta{
        font-size: 14px;
        gap: 15px;
    }
}

/**************************************
    booking
**************************************/

.booking-journey{
    position: relative;
    background:
        linear-gradient(rgba(24,64,29,.86), rgba(35,102,36,.74)),
        url('../images/p1.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 70px 0 80px;
    overflow: hidden;
}
.booking-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(10, 46, 18, .28), rgba(64, 125, 47, .12));
    pointer-events:none;
}

.booking-content{
    position:relative;
    z-index:2;
}

.journey-intro{
    color:#fff;
    padding-right:20px;
}

.section-tag{
    display:flex;
    align-items:center;
    gap:14px;
    color:#e8d95d;
    font-size:18px;
    letter-spacing:1.2px;
    text-transform:uppercase;
    margin-bottom:14px;
}

.section-tag span{
    font-weight:500;
}

.section-tag i{
    font-size:15px;
    opacity:.9;
}

.journey-intro h1{
    font-family:'Cinzel',serif;
    font-size:64px;
    line-height:1.08;
    font-weight:700;
    color:#fff;
    margin-bottom:22px;
    text-shadow:0 3px 12px rgba(0,0,0,.16);
}

.section-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:18px 0 24px;
    width:100%;
    max-width:420px;
}

.section-divider span{
    height:1px;
    flex:1;
    background:rgba(232,217,93,.45);
}

.section-divider i{
    color:#e8d95d;
    font-size:16px;
}

.journey-intro p{
    font-size:18px;
    line-height:1.75;
    margin-bottom:18px;
    max-width:650px;
    color:rgba(255,255,255,.95);
}

.journey-card{
    margin-top:34px;
    padding:42px 34px 34px;
    border-radius:28px;
    background:rgba(244, 245, 230, .96);
    border:2px solid rgba(196, 205, 171, .9);
    box-shadow:0 18px 35px rgba(0,0,0,.18);
    position:relative;
    color:#44523b;
}

.journey-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:28px;
    background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,0));
    pointer-events:none;
}

.journey-card-icon{
    width:86px;
    height:86px;
    position:absolute;
    top:-43px;
    left:50%;
    transform:translateX(-50%);
    border-radius:50%;
    background:#2d5f19;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    border:5px solid rgba(255,255,255,.85);
    box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.journey-card h3{
    text-align:center;
    font-family:'Cinzel',serif;
    font-size:34px;
    color:#4b5d38;
    margin:18px 0 28px;
}

.journey-step{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
    font-size:17px;
    line-height:1.7;
    color:#4d4d4d;
}

.journey-step i{
    color:#4a7a1c;
    font-size:18px;
    margin-top:4px;
    flex:0 0 auto;
}

.booking-panel{
    background:rgba(247, 247, 234, .94);
    border:1px solid rgba(255,255,255,.62);
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.16);
    padding:28px 24px 26px;
    backdrop-filter:blur(10px);
}

.booking-panel h2{
    font-family:'Cinzel',serif;
    font-size:42px;
    color:#20311d;
    margin-bottom:8px;
}

.booking-panel-subtitle{
    color:#5f6d58;
    font-size:16px;
    line-height:1.7;
    margin-bottom:22px;
}

.booking-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:16px;
}

.field-box{
    position:relative;
}

.field-box-full{
    grid-column:1 / -1;
}

.field-box label{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#263020;
    margin:0 0 8px 6px;
}

.field-input-wrap{
    position:relative;
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid rgba(38, 48, 32, .12);
    border-radius:12px;
    min-height:66px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
    overflow:hidden;
}

.field-input-wrap i{
    width:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#5a7a2d;
    font-size:18px;
    flex:0 0 44px;
}

.field-input-wrap input,
.field-input-wrap select,
.field-input-wrap textarea{
    width:100%;
    border:none;
    outline:none;
    background:transparent;
    font-size:16px;
    color:#2c2c2c;
    padding:18px 16px 18px 0;
    font-family:inherit;
}

.field-input-wrap input::placeholder,
.field-input-wrap textarea::placeholder{
    color:#9aa09a;
}

.field-input-wrap input:focus,
.field-input-wrap select:focus,
.field-input-wrap textarea:focus{
    box-shadow:none;
}

.select-box .field-input-wrap{
    padding-right:44px;
}

.select-box .field-input-wrap select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-right:0;
}

.select-arrow{
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    width:auto !important;
    pointer-events:none;
    color:#2f2f2f !important;
    font-size:14px !important;
}

.textarea-wrap{
    min-height:120px;
    align-items:flex-start;
}

.textarea-wrap i{
    padding-top:18px;
}

.textarea-wrap textarea{
    min-height:120px;
    resize:vertical;
    padding-top:18px;
    line-height:1.7;
}

.submit-wrap{
    display:flex;
    justify-content:center;
    margin-top:24px;
    padding-top:6px;
}

.planning-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border:none;
    border-radius:999px;
    padding:16px 42px;
    min-width:360px;
    background:linear-gradient(135deg, #355f0f, #607f15);
    color:#fff;
    font-family:'Cinzel',serif;
    font-size:18px;
    font-weight:700;
    box-shadow:0 15px 35px rgba(0,0,0,.22);
    transition:all .35s ease;
}

.planning-btn:hover{
    transform:translateY(-3px);
    color:#fff;
    background:linear-gradient(135deg, #446e14, #6c8d16);
    box-shadow:0 22px 40px rgba(0,0,0,.26);
}

.planning-btn .leaf{
    color:#c5d39f;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
}

.planning-btn .leaf.left{
    margin-right:2px;
}

.planning-btn .leaf.right{
    margin-left:2px;
}

.sweet-journey-popup{
    border-radius:22px !important;
    box-shadow:0 24px 55px rgba(0,0,0,.18) !important;
}

@media (max-width: 991px){
    .booking-journey{
        background-attachment:scroll;
        padding:55px 0 65px;
    }

    .journey-intro{
        padding-right:0;
    }

    .journey-intro h1{
        font-size:48px;
    }

    .booking-panel{
        padding:24px 18px 22px;
    }

    .booking-panel h2{
        font-size:34px;
    }
}

@media (max-width: 768px){
    .journey-intro h1{
        font-size:36px;
    }

    .section-tag{
        font-size:15px;
        gap:10px;
    }

    .journey-intro p{
        font-size:16px;
    }

    .journey-card{
        padding:36px 20px 24px;
    }

    .journey-card h3{
        font-size:28px;
    }

    .booking-grid{
        grid-template-columns:1fr;
    }

    .planning-btn{
        width:100%;
        min-width:0;
        padding:15px 20px;
        font-size:16px;
    }
}


/**************************************
    contact
**************************************/

.contact-section{
    background:
        linear-gradient(rgba(245,248,243,.92), rgba(245,248,243,.92)),
        url('../images/p1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-heading h1{
    color:#17331e;
    font-size:48px;
}

.contact-subtitle{
    font-size:18px;
    line-height:1.9;
    color:#5d6b5f;
}

.required-note{
    font-size:15px;
    color:#5c6b60;
    font-weight:500;
}

.required-note span{
    color:#c62828;
    font-weight:700;
}

.contact-info-card{
    background:linear-gradient(180deg, #ffffff, #f7fbf5);
    border:1px solid rgba(27,94,32,.10);
    border-radius:24px;
    padding:28px 24px;
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.contact-info-item{
    text-align:center;
    padding:18px 10px 24px;
    margin-bottom:18px;
    border-bottom:1px solid rgba(27,94,32,.08);
}

.contact-info-item:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:10px;
}

.contact-icon{
    width:62px;
    height:62px;
    margin:0 auto 14px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg, #1b5e20, #4f8a3f);
    color:#fff;
    font-size:22px;
    box-shadow:0 12px 24px rgba(27,94,32,.22);
}

.contact-info-item h4{
    font-family:'Cinzel',serif;
    color:#1b5e20;
    margin-bottom:10px;
    font-size:24px;
}

.contact-info-item p{
    color:#4f5d52;
    font-size:15px;
    line-height:1.7;
}

.contact-form-card{
    background:linear-gradient(180deg, #ffffff, #fafcf8);
    border:1px solid rgba(27,94,32,.10);
    border-radius:28px;
    padding:30px;
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.contact-form-header{
    margin-bottom:22px;
}

.contact-form-header h3{
    font-family:'Cinzel',serif;
    color:#17331e;
    font-size:34px;
    margin-bottom:8px;
}

.contact-form-header p{
    color:#5d6b5f;
    margin:0;
    font-size:16px;
}

.contact-input{
    border:1px solid #dfe7dd !important;
    border-radius:16px !important;
    background:#fff !important;
    box-shadow:none !important;
    height:62px;
    padding-left:18px;
}

.contact-textarea{
    min-height:170px !important;
    height:170px !important;
    padding-top:1.6rem;
}

.form-floating > label{
    padding:1rem 1rem;
    color:#6a756d;
}

.form-floating > .contact-input:focus{
    border-color:#1b5e20 !important;
    box-shadow:0 0 0 .2rem rgba(27,94,32,.12) !important;
}

.contact-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px 28px;
    font-size:15px;
    font-weight:700;
    font-family:'Cinzel',serif;
    color:#fff;
    background:linear-gradient(135deg, #1b5e20, #467f2c);
    border:none;
    border-radius:999px;
    box-shadow:0 15px 30px rgba(27,94,32,.22);
    transition:all .3s ease;
}

.contact-btn:hover{
    transform:translateY(-2px);
    color:#fff;
    background:linear-gradient(135deg, #215f29, #568c38);
    box-shadow:0 18px 35px rgba(27,94,32,.28);
}

.map-card{
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 35px rgba(0,0,0,.08);
    border:1px solid rgba(27,94,32,.10);
}

.contact-map{
    height:430px;
    border:0;
    display:block;
}

.sweet-contact-popup{
    border-radius:20px !important;
    box-shadow:0 24px 55px rgba(0,0,0,.18) !important;
}

@media (max-width: 991px){
    .contact-heading h1{
        font-size:36px;
    }

    .contact-form-card{
        padding:24px 18px;
    }

    .contact-form-header h3{
        font-size:28px;
    }

    .contact-map{
        height:360px;
    }
}

@media (max-width: 768px){
    .contact-heading h1{
        font-size:30px;
    }

    .contact-subtitle{
        font-size:16px;
    }

    .contact-info-card,
    .contact-form-card{
        border-radius:20px;
    }

    .contact-btn{
        width:auto;
        padding:11px 22px;
        font-size:14px;
    }

    .contact-map{
        height:300px;
    }
}

/* =========================
Trips Page
========================= */

.trips-breadcrumb{
    background:
        linear-gradient(rgba(14, 39, 18, .70), rgba(14, 39, 18, .70)),
        url('../images/p1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trips-breadcrumb-text{
    font-size:18px;
    line-height:1.8;
    max-width:760px;
    margin:0 auto;
}

.trips-intro-section{
    background:#f7fbf5;
}

.trips-intro{
    background:#fff;
    border:1px solid rgba(34, 85, 44, .10);
    border-radius:24px;
    padding:38px 34px;
    box-shadow:0 15px 30px rgba(0,0,0,.06);
}

.trips-main-title{
    color:#14311c;
    font-size:46px;
    line-height:1.2;
}

.trips-main-text{
    font-size:18px;
    line-height:1.9;
    color:#5c6b60;
}

.trip-cards-section{
    background:#f7fbf5;
}

.trip-card{
    margin-bottom:28px;
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    border:1px solid rgba(27, 94, 32, .10);
    box-shadow:0 16px 35px rgba(0,0,0,.08);
}

.trip-card-alt{
    background:linear-gradient(180deg, #ffffff, #fafcf8);
}

.trip-card-image{
    height:100%;
    min-height:320px;
}

.trip-card-image img{
    width:100%;
    height:100%;
    min-height:320px;
    object-fit:cover;
    display:block;
}

.trip-card-body{
    padding:34px 30px;
    height:100%;
}

.trip-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.8px;
    color:#1b5e20;
    background:rgba(27, 94, 32, .08);
    border:1px solid rgba(27, 94, 32, .12);
    padding:10px 16px;
    border-radius:999px;
    margin-bottom:18px;
}

.trip-card-body h2{
    font-family:'Cinzel',serif;
    color:#17331e;
    font-size:34px;
    line-height:1.25;
    margin-bottom:18px;
}

.trip-card-body p{
    font-size:17px;
    line-height:1.9;
    color:#5d6b5f;
    margin-bottom:16px;
}

.trip-highlight{
    margin-top:24px;
    padding-top:18px;
    border-top:1px solid rgba(27, 94, 32, .10);
}

.trip-point{
    position:relative;
    padding-left:18px;
    margin-bottom:12px;
    font-size:16px;
    line-height:1.8;
    color:#44524a;
}

.trip-point::before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#1b5e20;
}

.trip-point span{
    font-weight:700;
    color:#17331e;
    margin-right:6px;
}

@media (max-width: 991px){
    .trips-main-title{
        font-size:36px;
    }

    .trip-card-image,
    .trip-card-image img{
        min-height:260px;
    }

    .trip-card-body{
        padding:26px 20px;
    }

    .trip-card-body h2{
        font-size:28px;
    }
}

@media (max-width: 768px){
    .trips-intro{
        padding:28px 20px;
    }

    .trips-main-title{
        font-size:30px;
    }

    .trips-main-text,
    .trips-breadcrumb-text{
        font-size:16px;
    }

    .trip-card-image,
    .trip-card-image img{
        min-height:220px;
    }

    .trip-card-body{
        padding:22px 18px;
    }

    .trip-card-body h2{
        font-size:24px;
    }

    .trip-point{
        font-size:15px;
    }
}