.feature-card .icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFB52A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.btn_1 {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: all 0.4s ease-in-out;
    padding: 10px 40px;
    border: 3px solid #fff !important;
    font-size: 1rem;
    font-weight: 400;
    color: #fff !important;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    background: none;
}
@media (width : 768px) {
    .btn_1 {
        padding: 10px 30px;
        font-size: 0.875rem;
    }
}
.btn_1:hover {
    background: #fff;
    color: #328F89 !important;
}


/* Call to Action */
.whatsapp-button .cc-whatsapp-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 2rem;
    bottom: 7rem;
    background: #27de63;
    width: 2rem;
    height: 2rem;
    padding: 6px;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-whatsapp-action-ripple 0.6s linear infinite;
    animation: cc-whatsapp-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.whatsapp-button .cc-whatsapp-action-ripple i {
    transition: 0.3s ease;
    font-size: 26px;
}

.whatsapp-button .cc-whatsapp-action-ripple:hover i {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
}

@-webkit-keyframes cc-whatsapp-action-ripple {
    0% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 0 #27de63, 0 0 0 5px #27de63,
            0 0 0 10px #27de63;
    }
    100% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 5px #27de63, 0 0 0 10px #27de63,
            0 0 0 20px rgba(0, 123, 255, 0);
    }
}

@keyframes cc-whatsapp-action-ripple {
    0% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 0 #27de63, 0 0 0 5px #27de63,
            0 0 0 10px #27de63;
    }
    100% {
        box-shadow: 0 4px 10px #27de63, 0 0 0 5px #27de63, 0 0 0 10px #27de63,
            0 0 0 20px rgba(0, 123, 255, 0);
    }
}
@media (max-width: 991px) {
    .display-none-md {
        display: none !important;
    }
}



.international_holiday {
    width: 100%;
    /*padding-bottom: 40px;*/
    position: relative;
    /*padding-top: 60px;*/
}
@media (max-width: 767px) {
    .international_holiday {
        padding-bottom: 0;
        padding-top: 50px;
    }
}
.international_holiday .shape2 {
    position: absolute;
    left: 60px;
    top: 60px;
}
@media (max-width: 767px) {
    .international_holiday .shape2 {
        display: none;
    }
}
.international_holiday .rectangle {
    position: absolute;
    top: 25%;
    left: 15%;
    border-radius: 447px;
    opacity: 0.25;
    background: #329b47;
    filter: blur(75px);
    width: 400px;
    height: 400px;
}
@media (max-width: 1199px) {
    .international_holiday .rectangle {
        min-height: 350px;
        max-height: 350px;
    }
}
@media (max-width: 991px) {
    .international_holiday .rectangle {
        min-height: 250px;
        max-height: 250px;
    }
}
@media (max-width: 767px) {
    .international_holiday .rectangle {
        display: none;
    }
}
.international_holiday .rectangle_3 {
    position: absolute;
    top: 5%;
    right: 0%;
    border-radius: 447px;
    opacity: 0.15;
    background: #329b47;
    filter: blur(75px);
    width: 400px;
    height: 400px;
}
@media (max-width: 1199px) {
    .international_holiday .rectangle_3 {
        min-height: 350px;
        max-height: 350px;
    }
}
@media (max-width: 991px) {
    .international_holiday .rectangle_3 {
        min-height: 250px;
        max-height: 250px;
    }
}
@media (max-width: 767px) {
    .international_holiday .rectangle_3 {
        display: none;
    }
}
.international_holiday .shape_one {
    position: absolute;
    left: 5%;
    top: 35%;
}
@media (max-width: 767px) {
    .international_holiday .shape_one {
        display: none;
    }
}
.international_holiday .shape_one img {
    width: 200px;
}
.international_holiday .shape_two {
    position: absolute;
    left: 5%;
    top: 30%;
}
@media (max-width: 767px) {
    .international_holiday .shape_two {
        display: none;
    }
}
.international_holiday .shape_two img {
    width: 200px;
}
.international_holiday .shape_three {
    position: absolute;
    right: 10%;
    top: 23%;
}
@media (max-width: 767px) {
    .international_holiday .shape_three {
        display: none;
    }
}
.international_holiday .shape_three img {
    width: 200px;
}
.international_holiday .rectangle_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 447px;
    opacity: 0.4;
    background: #329b47;
    filter: blur(75px);
    width: 400px;
    height: 400px;
}
@media (max-width: 1199px) {
    .international_holiday .rectangle_2 {
        min-height: 350px;
        max-height: 350px;
    }
}
@media (max-width: 991px) {
    .international_holiday .rectangle_2 {
        min-height: 250px;
        max-height: 250px;
    }
}
@media (max-width: 767px) {
    .international_holiday .rectangle_2 {
        display: none;
    }
}
.international_holiday .img_boxes {
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: relative;
}
.international_holiday .img_boxes::before {
    transition: all 0.4s ease-in-out;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 71%, rgba(255, 255, 255, 0) 100%);
    height: 90px;
    z-index: 9;
}
@media (max-width: 1200px) {
    .international_holiday .img_boxes::before {
        height: 80px;
    }
}
.international_holiday .img_boxes figure {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}
.international_holiday .img_boxes figure .btn_arrow {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 15px;
    opacity: 0;
    top: 15px;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
@media (max-width: 767px) {
    .international_holiday .img_boxes figure .btn_arrow {
        width: 20px;
        height: 20px;
    }
}
.international_holiday .img_boxes figure .btn_arrow i {
    color: #0c7478;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .international_holiday .img_boxes figure .btn_arrow i {
        font-size: 0.813rem;
    }
}
.international_holiday .img_boxes figure .location {
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 18px;
    z-index: 99;
}
@media (max-width: 1200px) {
    .international_holiday .img_boxes figure .location {
        bottom: 10px;
        left: 10px;
    }
}
@media (width : 767px) {
    .international_holiday .img_boxes figure .location {
        bottom: 15px;
        left: 15px;
    }
}
.international_holiday .img_boxes figure .location h4 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", serif;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .international_holiday .img_boxes figure .location h4 {
        font-size: 1rem;
    }
}
.international_holiday .img_boxes figure .location .days {
    font-size: 0.813rem;
    font-weight: 300;
    color: #fff;
}
.international_holiday .img_boxes figure .packages {
    position: absolute;
    left: 0;
    bottom: 15px;
    line-height: 18px;
    z-index: 99;
    width: 100%;
}
.international_holiday .img_boxes figure .packages h4 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    font-family: "Poppins", serif;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 1200px) {
    .international_holiday .img_boxes figure .packages h4 {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .international_holiday .img_boxes figure .packages h4 {
        font-size: 0.813rem;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .international_holiday .img_boxes figure .packages h4 {
        line-height: 18px;
    }
}
.international_holiday .img_boxes figure .packages .days {
    font-size: 0.813rem;
    font-weight: 300;
    color: #fff;
}
.international_holiday .img_boxes figure img {
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.international_holiday .img_boxes .img_one {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 800/280;
}
.international_holiday .img_boxes .img_two {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 500/440;
}
.international_holiday .img_boxes .img_two {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 500/440;
}
.international_holiday .img_boxes .img_three {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 600/700;
}
.international_holiday .img_boxes .img_four {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 800/300;
}
.international_holiday .img_boxes .img_five {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 500/400;
}
.international_holiday .img_boxes .img_six {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 500/450;
}
.international_holiday .img_boxes .img_seven {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 500/200;
}
.international_holiday .img_boxes:hover figure .btn_arrow {
    opacity: 1;
}
.international_holiday .img_boxes:hover figure img {
    transform: scale(1.2);
}

.domestic {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    padding-top: 40px;
    position: relative;
}
@media (max-width: 767px) {
    .domestic {
        padding-bottom: 0;
    }
}
.domestic .shape2 {
    position: absolute;
    left: 20px;
    bottom: 60px;
}
.domestic .shape2 img {
    width: 120px;
}
@media (max-width: 767px) {
    .domestic .shape2 img {
        display: none;
    }
}
.domestic .rectangle {
    position: absolute;
    top: 2%;
    right: 0;
    border-radius: 447px;
    opacity: 0.35;
    background: #329b47;
    filter: blur(75px);
    width: 400px;
    height: 400px;
    z-index: -1;
}
@media (max-width: 1199px) {
    .domestic .rectangle {
        min-height: 350px;
        max-height: 350px;
    }
}
@media (max-width: 991px) {
    .domestic .rectangle {
        min-height: 250px;
        max-height: 250px;
    }
}
@media (max-width: 767px) {
    .domestic .rectangle {
        display: none;
    }
}
.domestic .shape_two {
    position: absolute;
    left: 4%;
    top: 35%;
    z-index: -1;
}
@media (width : 768px) {
    .domestic .shape_two {
        display: none;
    }
}
.domestic .shape_two img {
    width: 100px;
}
.domestic .domestic_bg {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-size: cover;
    padding: 4rem 2.5rem;
}
@media (max-width: 767px) {
    .domestic .domestic_bg {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 4rem 1.5rem;
    }
}
.domestic .domestic_bg .left_box {
    padding: 0 3rem;
}
@media (max-width: 1200px) {
    .domestic .domestic_bg .left_box {
        padding: 0;
    }
}
.domestic .domestic_bg .left_box h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Courgette", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .domestic .domestic_bg .left_box h5 {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .domestic .domestic_bg .left_box h5 {
        font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
    .domestic .domestic_bg .left_box h5 {
        font-size: 1.2rem;
    }
    .domestic .domestic_bg .left_box h5 br {
        display: none;
    }
}
.domestic .domestic_bg .left_box h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    font-family: "Poppins", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .domestic .domestic_bg .left_box h3 {
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .domestic .domestic_bg .left_box h3 {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .domestic .domestic_bg .left_box h3 {
        font-size: 1.5rem;
    }
    .domestic .domestic_bg .left_box h3 br {
        display: none;
    }
}
.domestic .domestic_bg .left_box p {
    color: #fff;
    font-size: 0.8rem;
    font-family: var(--font-poppins);
}
.domestic .domestic_bg .left_box .btn_3 {
    color: #fff;
}
.domestic .domestic_bg .domestic_package {
    position: relative;
}
.domestic .domestic_bg .domestic_package .domestic_box {
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.domestic .domestic_bg .domestic_package .domestic_box::before {
    transition: all 0.4s ease-in-out;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: #000000;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 71%, rgba(255, 255, 255, 0) 100%);
    height: 90px;
    z-index: 9;
}
.domestic .domestic_bg .domestic_package .domestic_box .place_img {
    max-width: 300px;
    aspect-ratio: 300/415;
}
.domestic .domestic_bg .domestic_package .domestic_box img {
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.domestic .domestic_bg .domestic_package .domestic_box .btn_arrow {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    position: absolute;
    right: 10%;
    opacity: 0;
    top: 5%;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
@media (max-width: 767px) {
    .domestic .domestic_bg .domestic_package .domestic_box .btn_arrow {
        width: 20px;
        height: 20px;
    }
}
.domestic .domestic_bg .domestic_package .domestic_box .btn_arrow i {
    color: #0c7478;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .domestic .domestic_bg .domestic_package .domestic_box .btn_arrow i {
        font-size: 0.813rem;
    }
}
.domestic .domestic_bg .domestic_package .domestic_box .location {
    position: absolute;
    left: 20px;
    bottom: 20px;
    line-height: 18px;
    z-index: 99;
}
.domestic .domestic_bg .domestic_package .domestic_box .location h4 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", serif;
    margin-bottom: 0;
}
.domestic .domestic_bg .domestic_package .domestic_box .location .days {
    font-size: 0.813rem;
    font-weight: 300;
    color: #fff;
}
.domestic .domestic_bg .domestic_package .domestic_box:hover .btn_arrow {
    opacity: 1;
}
.domestic .domestic_bg .domestic_package .domestic_box:hover img {
    transform: scale(1.2);
}
.domestic .domestic_bg .owl-carousel .owl-nav button.owl-prev,
.domestic .domestic_bg .owl-nav button.owl-next {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    color: #0c7478;
    width: 30px;
    height: 30px;
    border: 1px solid #96ADBE;
}
.domestic .domestic_bg .owl-carousel .owl-nav button.owl-prev:hover,
.domestic .domestic_bg .owl-nav button.owl-next:hover {
    background: #0c7478;
    color: #fff;
}
.domestic .domestic_bg .owl-prev {
    position: absolute;
    right: auto;
    left: -30px;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .domestic .domestic_bg .owl-prev {
        left: -10px;
    }
}
.domestic .domestic_bg .owl-next {
    position: absolute;
    right: -60px;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .domestic .domestic_bg .owl-next {
        right: -30px;
    }
}

.get_in_touch {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}
@media (max-width: 767px) {
    .get_in_touch {
        padding-bottom: 0;
    }
}
.get_in_touch .shape_one {
    position: absolute;
    left: 5%;
    bottom: 15%;
    z-index: -1;
}
@media (width : 768px) {
    .get_in_touch .shape_one {
        display: none;
    }
}
.get_in_touch .shape_one img {
    width: 100px;
}
.get_in_touch .shape_two {
    position: absolute;
    left: 5%;
    top: 35%;
}
@media (width : 768px) {
    .get_in_touch .shape_two {
        display: none;
    }
}
.get_in_touch .shape_three {
    position: absolute;
    right: 4%;
    top: 10%;
    z-index: -1;
}
@media (width : 768px) {
    .get_in_touch .shape_three {
        display: none;
    }
}
.get_in_touch .shape_three img {
    width: 100px;
}
.get_in_touch .gettouch_bg {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 3rem;
}
@media (max-width: 767px) {
    .get_in_touch .gettouch_bg {
        padding: 3rem 1.5rem;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}
.get_in_touch .gettouch_bg .content {
    width: 100%;
    padding-right: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .get_in_touch .gettouch_bg .content {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .get_in_touch .gettouch_bg .content {
        padding-right: 0;
    }
}
.get_in_touch .gettouch_bg .content h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .get_in_touch .gettouch_bg .content h3 {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .get_in_touch .gettouch_bg .content h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .get_in_touch .gettouch_bg .content h3 {
        font-size: 1.5rem;
    }
}
.get_in_touch .gettouch_bg .content p {
    color: #fff;
    font-family: var(--font-roboto);
    font-size: 15px;
}
.get_in_touch .gettouch_bg .content ul {
    display: flex;
    flex-wrap: wrap;
}
.get_in_touch .gettouch_bg .content ul li {
    list-style: none;
    width: 50%;
    color: #fff;
    position: relative;
    padding-left: 1rem;
    font-family: var(--font-roboto);
    font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .get_in_touch .gettouch_bg .content ul li {
        font-size: 0.938rem;
    }
}
@media (max-width: 992px) {
    .get_in_touch .gettouch_bg .content ul li {
        width: 100%;
        font-size: 0.938rem;
    }
}
@media (max-width: 767px) {
    .get_in_touch .gettouch_bg .content ul li {
        font-size: 0.938rem;
    }
}
.get_in_touch .gettouch_bg .content ul li::before {
    content: "";
    left: 0;
    top: 7px;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.get_in_touch .gettouch_bg .forms {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    background: linear-gradient(180deg, rgba(5, 197, 179, 0.67) 0%, rgba(4, 144, 130, 0.73) 59.9%, rgba(2, 95, 86, 0.8) 100%);
    padding: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .get_in_touch .gettouch_bg .forms {
        padding: 1.5rem;
    }
}
@media (max-width: 767px) {
    .get_in_touch .gettouch_bg .forms {
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
        padding: 1.5rem;
    }
}
.get_in_touch .gettouch_bg .forms h3 {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .get_in_touch .gettouch_bg .forms h3 {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .get_in_touch .gettouch_bg .forms h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .get_in_touch .gettouch_bg .forms h3 {
        font-size: 1.4rem;
    }
}
.get_in_touch .gettouch_bg .forms .input-group input,
.get_in_touch .gettouch_bg .forms .input-group textarea {
    border-radius: 0;
    background: none;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.get_in_touch .gettouch_bg .forms .input-group input::-moz-placeholder, .get_in_touch .gettouch_bg .forms .input-group textarea::-moz-placeholder {
    color: #fff;
}
.get_in_touch .gettouch_bg .forms .input-group input::placeholder,
.get_in_touch .gettouch_bg .forms .input-group textarea::placeholder {
    color: #fff;
}
.get_in_touch .gettouch_bg .forms .input-group .input-group-text {
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}
.get_in_touch .gettouch_bg input:focus,
.get_in_touch .gettouch_bg textarea:focus,
.get_in_touch .gettouch_bg select:focus {
    outline: none !important;
    /* Removes the default focus outline */
    box-shadow: none !important;
    /* Removes the Bootstrap focus shadow */
}

@media (width : 992px) {
    .full_width_sticky .quick_contact {
        width: 50%;
        position: relative;
    }
    .full_width_sticky .quick_contact::before {
        position: absolute;
        content: "";
        right: 0;
        width: 1px;
        height: 100%;
        background: rgba(207, 210, 205, 0.2509803922);
    }
    .full_width_sticky .quick_contact:last-child::before {
        display: none;
    }
}

.quick_contact {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    transition: all 0.4s ease-in-out;
    position: fixed;
    right: 10px;
    cursor: pointer;
    bottom: 15px;
    padding: 0.5rem;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #0f6fb7;
    background: #fff;
    font-family: var(--font-poppins);
}
@media (width : 992px) {
    .quick_contact {
        bottom: 0;
        padding: 0;
        width: 100%;
        border: none;
        background: #0f6fb8;
        right: 0;
        left: 0;
        padding: 0.2rem 0.5rem;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        justify-content: center;
    }
}
.quick_contact a {
    border: 2px solid #0f6fb8;
}
.quick_contact .icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #0f6fb7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick_contact .icon i {
    color: #fff;
}
@media (width : 992px) {
    .quick_contact .icon {
        background: none;
    }
}
.quick_contact .contact {
    font-size: 14px;
    color: #0f6fb8;
    font-weight: 600;
    padding-left: 0.2rem;
    z-index: 9999;
}
@media (max-width: 992px) {
    .quick_contact .contact {
        font-size: 0.813rem;
        color: #0f6fb8;
    }
}
.quick_contact:hover {
    background: #0f6fb8;
}
.quick_contact:hover .contact {
    transition: all 0.4s ease-in-out;
    color: #fff;
}
.quick_contact:hover .icon {
    background: #0f6fb8;
}
@media (width : 992px) {
    .quick_contact:hover .icon {
        background: none;
    }
}


.bg-main {
    background: #0C7478 !important;
}
.bg-main-gradient {
    background: linear-gradient(45deg, #328F89, #328F8980);
}
.bg-color {
    color: #0c7478 !important;
}

.bg-main2 {
    background: #328F89c2 !important;
}

.tour-sidebar {
    position: sticky;
    top: 115px;
    transition: all ease-in-out 0.5s;
}
/* Desktop (default) */
.inspiration-details p {
    font-size: 0.938rem; /* ≈ 15px if root is 16px */
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
    .inspiration-details p {
        font-size: 0.875rem; /* ≈ 14px */
    }
}

/* Mobile */
@media (max-width: 768px) {
    .inspiration-details p {
        font-size: 0.813rem; /* ≈ 13px */
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .inspiration-details p {
        font-size: 0.75rem; /* ≈ 12px */
    }
}
/* Desktop (default) */
.about-content p,.about__content p {
    font-size: 0.938rem; /* ≈ 15px if root is 16px */
    line-height: 1.6;
}
.about-content ul {
    list-style: none;
    padding-left: 1rem;
}
.about-content ul li {
    font-size: 0.938rem; /* ≈ 15px if root is 16px */
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
    .about-content p,.about__content p {
        font-size: 0.875rem; /* ≈ 14px */
    }
}

/* Mobile */
@media (max-width: 768px) {
    .about-content p,.about__content p {
        font-size: 0.813rem; /* ≈ 13px */
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .about-content p,.about__content p {
        font-size: 0.75rem; /* ≈ 12px */
    }
}
.inclusions {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.inclusion-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inclusion-item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0c7478;
    border: 2px solid #d7e8e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inclusion-item .icon i {
    font-size: 21px;
    color: #ffffff;
}

.inclusion-item .text {
    font-size: 0.938rem; /* desktop font size */
    font-weight: 600;
    color: #000;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .inclusions {
        gap: 20px;
    }

    .inclusion-item .icon {
        width: 44px;
        height: 44px;
    }

    .inclusion-item .icon i {
        font-size: 18px;
    }

    .inclusion-item .text {
        font-size: 0.875rem;
    }
}
.items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.items-list li {
    display: flex;
    gap: 10px;
    font-size: 0.938rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.items-list i {
    font-size: 18px;
    margin-top: 4px;
}

.text-justify {
    text-align: justify !important;
}


.yellow {
    color: yellow !important;
}
.green {
    color: #00ff00 !important
}

.bg-yellow {
    background: yellow !important;
}
.bg-green {
    background: #00ff00 !important
}

.about__package {
    width: 100%;
    position: relative;
}
.about__package .shape3 {
    position: absolute;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
@media (width : 768px) {
    .about__package .shape3 {
        display: none;
    }
}
.about__package .shape3 img {
    width: 300px;
}
.about__package .shape4 {
    position: absolute;
    position: absolute;
    left: 0;
    top: 40%;
    z-index: -1;
}
@media (width : 768px) {
    .about__package .shape4 {
        display: none;
    }
}
.about__package .shape4 img {
    width: 300px;
}
.about__package .rectangle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 447px;
    opacity: 0.2;
    background: #329b47;
    filter: blur(75px);
    width: 400px;
    height: 400px;
}
@media (max-width: 1199px) {
    .about__package .rectangle {
        min-height: 350px;
        max-height: 350px;
    }
}
@media (max-width: 991px) {
    .about__package .rectangle {
        min-height: 250px;
        max-height: 250px;
    }
}
@media (width : 768px) {
    .about__package .rectangle {
        display: none;
    }
}
.about__package .about_img {
    overflow: visible !important;
}
.about__package .about_img .imgs {
    position: sticky;
    top: 100px;
}
.about__package .about__content {
    padding-left: 1.5rem;
    background: none;
}
@media (max-width: 1200px) {
    .about__package .about__content {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .about__package .about__content {
        padding: 0;
    }
}
.about__package .about__content h3 {
    font-size: 2rem;
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .about__content h3 {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    .about__package .about__content h3 {
        font-size: 1.5rem;
    }
}
.about__package .about__content .coverage {
    margin-bottom: 1.5rem;
}
.about__package .about__content .coverage ul {
    display: flex;
    flex-wrap: wrap;
}
.about__package .about__content .coverage ul li {
    list-style: none;
    width: 47%;
    margin-right: 1rem;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}
@media (max-width: 1200px) {
    .about__package .about__content .coverage ul li {
        width: 94%;
    }
}
.about__package .about__content .coverage ul li:nth-child(even) {
    border-right: none;
}
@media (max-width: 1200px) {
    .about__package .about__content .coverage ul li {
        border-right: none;
    }
}
.about__package .about__content .coverage ul li .full {
    width: 95%;
    position: relative;
    color: rgb(16, 85, 81);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-size: 1.15rem;
    font-weight: 500;
    min-height: 80px;
    padding: 1rem 1rem 1rem 2rem;
    display: flex;
    align-items: center;
}
@media (max-width: 1200px) {
    .about__package .about__content .coverage ul li .full {
        width: 95%;
        font-size: 1rem;
        padding: 0.8rem 0.5rem 0.8rem 2rem;
        min-height: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .about__package .about__content .coverage ul li .full {
        font-size: 1.05rem;
    }
}
.about__package .about__content .coverage ul li .full::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 8px solid rgb(236, 10, 21);
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 1200px) {
    .about__package .about__content .coverage ul li .full::before {
        width: 15px;
        height: 15px;
        border: 4px solid rgb(236, 10, 21);
    }
}
.about__package .img__box {
    position: relative;
}
.about__package .img__box .shape5 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -50px;
    z-index: 1;
    width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .img__box .shape5 {
        width: 80px;
        left: -18px;
    }
}
@media (max-width: 767px) {
    .about__package .img__box .shape5 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .img__box .shape5 img {
        width: 80px;
    }
}
.about__package .img__box .shape6 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: -80px;
    z-index: 1;
    width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .img__box .shape6 {
        width: 80px;
        right: -95px;
    }
}
@media (max-width: 767px) {
    .about__package .img__box .shape6 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .img__box .shape6 img {
        width: 80px;
    }
}
.about__package .pr-30 {
    padding-right: 6rem;
    padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .pr-30 {
        padding-right: 3rem;
    }
}
@media (max-width: 767px) {
    .about__package .pr-30 {
        padding-right: 0;
    }
}
.about__package .pl-30 {
    padding-left: 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .pl-30 {
        padding-left: 3rem;
    }
}
@media (max-width: 767px) {
    .about__package .pl-30 {
        padding-left: 0;
    }
}
.about__package .leadership__box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 4rem 3rem;
    background: linear-gradient(270deg, rgba(50, 143, 137, 0.6117647059) 0%, rgba(128, 195, 66, 0.6117647059) 100%);
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .about__package .leadership__box {
        padding: 3rem 2rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box {
        padding: 2rem;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box {
        padding: 2rem;
        margin-top: 3.5rem;
    }
}
@media (max-width: 480px) {
    .about__package .leadership__box {
        padding: 2rem 1.5rem;
    }
}
.about__package .leadership__box .icons {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -50px;
    right: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #258D98;
    border: 4px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .about__package .leadership__box .icons {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box .icons {
        width: 70px;
        height: 70px;
        right: 30px;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box .icons {
        width: 70px;
        height: 70px;
    }
}
.about__package .leadership__box .icons img {
    width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box .icons img {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box .icons img {
        width: 50px;
    }
}
.about__package .leadership__box h5 {
    color: #5C5C5C;
    font-size: 1.85rem;
    font-weight: 500;
    text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .about__package .leadership__box h5 {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box h5 {
        font-size: 1.4rem;
    }
}
.about__package .leadership__box ul li {
    list-style: none;
    text-align: right;
    color: #5C5C5C;
    padding: 0.5rem 2rem 0.5rem 0;
    position: relative;
}
.about__package .leadership__box ul li::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: 0;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    background: #80C342;
    top: 50%;
    transform: translate(0, -50%);
}
.about__package .leadership__box__second {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 4rem 3rem;
    background: linear-gradient(270deg, rgba(128, 195, 66, 0.6117647059) 0%, rgba(50, 143, 137, 0.6117647059) 100%);
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .about__package .leadership__box__second {
        padding: 3rem 2rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box__second {
        padding: 2rem;
        height: 100%;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box__second {
        padding: 2rem;
        margin-top: 4.5rem;
    }
}
@media (max-width: 480px) {
    .about__package .leadership__box__second {
        padding: 2rem 1.5rem;
    }
}
.about__package .leadership__box__second .icons {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #258D98;
    border: 4px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .about__package .leadership__box__second .icons {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box__second .icons {
        width: 70px;
        height: 70px;
        right: 30px;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box__second .icons {
        width: 70px;
        height: 70px;
    }
}
.about__package .leadership__box__second .icons img {
    width: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box__second .icons img {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box__second .icons img {
        width: 70px;
        width: 50px;
    }
}
.about__package .leadership__box__second h5 {
    color: #5C5C5C;
    font-size: 1.85rem;
    font-weight: 500;
    text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .about__package .leadership__box__second h5 {
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about__package .leadership__box__second h5 {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .about__package .leadership__box__second h5 {
        font-size: 1.4rem;
    }
}
.about__package .leadership__box__second ul li {
    list-style: none;
    text-align: left;
    color: #5C5C5C;
    padding: 0.5rem 0 0.5rem 2rem;
    position: relative;
}
.about__package .leadership__box__second ul li::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    background: #80C342;
    top: 50%;
    transform: translate(0, -50%);
}


.divisions {
    background: linear-gradient(270deg, rgb(0 70 124) 0%, rgb(63 160 71) 91.9%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    margin: 50px;
    border-radius: 30px;
}
.divisions::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: url(/images/map__icon.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.divisions h2 {
    font-weight: 500;
    font-size: 2rem;
    color: #D2EEB9;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .divisions h2 {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) {
    .divisions h2 {
        font-size: 1.8rem;
    }
    .divisions {
        padding: 60px 15px;
        margin: 25px;
    }
}
.divisions h5 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .divisions h5 {
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .divisions h5 {
        font-size: 1.2rem;
    }
}
.divisions .division__box {
    width: 100%;
    padding: 0.5rem 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .divisions .division__box {
        padding: 0.5rem;
    }
}
@media (max-width: 767px) {
    .divisions .division__box {
        padding: 0;
    }
}
.divisions .division__box .icon__box {
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 4px solid #fff;
    background: #4C8536;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .divisions .division__box .icon__box {
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 767px) {
    .divisions .division__box .icon__box {
        width: 55px;
        height: 55px;
    }
}
.divisions .division__box .icon__box img {
    transition: all 0.4s ease-in-out;
}
.divisions .division__box h6 {
    color: #8FD251;
    font-size: 1.2rem;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .divisions .division__box h6 {
        font-size: 1.1rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .divisions .division__box h6 {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .divisions .division__box h6 {
        font-size: 1rem;
    }
}
.divisions .division__box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 0.95rem;
}
@media (max-width: 767px) {
    .divisions .division__box p {
        margin-bottom: 0;
    }

}
.divisions .division__box:hover .icon__box {
    background: #328F89;
}
.divisions .division__box:hover .icon__box img {
    transform: scale(1.1);
}

.font-courgette {
    font-family: var(--font-courgette) !important;
}
/* Shorts-style vertical video */
.shorts-video {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
}

/* Make iframe behave like a reel */
.shorts-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none; /* disables interaction */
}

/* Each row */
.office-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
}

/* Icon column */
.office-icon {
    min-width: 36px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
}

/* Content column */
.office-content {
    font-size: 15px;
    line-height: 1.6;
}

.office-content strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.office-content p {
    margin: 0;
    opacity: 0.95;
}

.office-content a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.office-content a:hover {
    text-decoration: underline;
}

/* Mobile adjustment */
@media (max-width: 576px) {
    .office-row {
        align-items: flex-start;
    }

    .office-icon {
        font-size: 20px;
    }
}
/* Default state */
.header-area .sticky-logo {
    display: none;
}

.header-area .normal-logo {
    display: block;
}

/* Sticky state */
.header-area.sticky .normal-logo {
    display: none;
}

.header-area.sticky .sticky-logo {
    display: block;
}



.tour-card-custom {
    border-radius: 24px;
    overflow: hidden;
    /* background: #ffffff; */
    box-shadow: 2px 5px 4px 2px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
}

/* Image wrapper */
/*.tour-card-image {
    overflow: hidden;
}*/

/* Image */
.tour-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
    transform: scale(1.0);

}

/* Hover zoom effect */
.tour-card-custom:hover .tour-card-image img {
    transform: scale(1.3);
}

/* Content */
.tour-card-content {
    padding: 20px;
    background: white;
    border-radius: 30px;
    position: relative;
}

.tour-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.tour-duration {
    font-size: 14px;
    color: #3a9c6b;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Bricolage Grotesque';
}

.tour-route {
    font-size: 13px;
    color: #666;
    margin-bottom: 14px;
}

/* Features */
.tour-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #444;
    margin-bottom: 16px;
}

.tour-features span {
    display: flex;
    align-items: center;
    /* gap: 6px; */
    flex-direction: column;
    align-content: center;
}

.tour-features i {
    font-size: 14px;
}

/* Actions */
.tour-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-book-now {
    flex: 1;
    text-align: center;
    padding: 10px 16px;
    border-radius: 30px;
    border: 1.5px solid #3a9c6b;
    color: #3a9c6b;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-book-now:hover {
    background: #3a9c6b;
    color: #fff;
}

.btn-whatsapp {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}
/* ===== Tour Highlights Section ===== */
.tour-highlights-section {
    width: 100%;
}

.tour-highlights-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.tour-highlights-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tour-highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 16px;
}

.tour-highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.tour-highlight-icon i {
    color: var(--theme-color, #0aa2a2);
    font-size: 18px;
    margin-top: 2px;
}

.tour-highlight-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* Mobile */
@media (max-width: 767px) {
    .tour-highlights-list {
        grid-template-columns: 1fr;
    }
}
/* ==============================
   Tour Plan – Boxed Card Effect
   ============================== */

/* Wrapper spacing */
.tour-plan-wrap {
    background: #f9fcfc;
    padding: 24px;
    border-radius: 16px;
}

/* Individual card */
.tour-plan-wrap .accordion-item {
    background: #ffffff;
    border: 1px solid #e3f0f0;
    border-radius: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
}

/* Slight lift on hover */
.tour-plan-wrap .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* Header bar */
.tour-plan-wrap .accordion-button {
    background-color: #0c7478;
    padding: 18px 22px;
    border-radius: 14px 14px 0 0;
}

/* Active (opened) card */
.tour-plan-wrap .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #0c7478, #b9ffff);
    box-shadow: inset 0 -1px 0 #d8eeee;
}

/* Header text */
.tour-plan-wrap .accordion-button h6 {
    font-size: 15.5px;
    font-weight: 600;
    color: #ffffff;
}

/* Day badge look */
.tour-plan-wrap .accordion-button span {
    background: #e6f7f7;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    color: #0aa2a2;
}

/* Content area */
.tour-plan-wrap .accordion-body {
    background: #ffffff;
    padding: 22px;
    font-size: 14.5px;
    line-height: 1.7;
    color: #444;
    border-top: 1px dashed #e0f0f0;
}

/* Arrow refinement */
.tour-plan-wrap .accordion-button::after {
    filter: brightness(0.4);
    transform: scale(0.9);
}

/* SVG icon color */
.tour-plan-wrap svg path {
    fill: #0aa2a2;
}



/* Testimonial Video Wrapper */
.testimonial-slider .video-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
}

/* Responsive iframe */
.testimonial-slider .video-wrap iframe {
    width: 100%;
    height: 420px; /* desktop default */
    border: 0;
    object-fit: cover;
    display: block;
}

/* Tablet */
@media (max-width: 991px) {
    .testimonial-slider .video-wrap iframe {
        height: 360px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .testimonial-slider .video-wrap iframe {
        height: 260px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .testimonial-slider .video-wrap iframe {
        height: 220px;
    }
}
.video-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* disables YouTube UI */
}

/* Keep play button clickable */
.video-wrap .play-btn {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.tour-title a {
    color: black;
    transition: all 0.35s ease;
}

.tour-title a:hover {
    color: #0c7478;
}

/* ===============================
   Kerala Blog – Inspiration Details
================================= */

.kerala-blog {
    font-family: "Poppins", sans-serif;
    color: #333;
    line-height: 1.8;
}

/* Headings */
.kerala-blog h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1c3c2b;
}

.kerala-blog h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0f5132;
}

/* Paragraphs */
.kerala-blog p {
    font-size: 16.5px;
    margin-bottom: 18px;
    color: #444;
}

/* Line break separator */
.kerala-blog .line-break {
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #2ecc71, #27ae60);
    margin: 25px 0;
    border-radius: 5px;
}

/* Images */
.kerala-blog .inspiration-image img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Section spacing */
.blog-section {
    margin-bottom: 50px;
}

/* Highlight boxes (info sections) */
.highlight-box {
    background: #f4fff9;
    padding: 30px;
    border-left: 6px solid #2ecc71;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Conclusion box */
.conclusion-box {
    background: linear-gradient(135deg, #1c3c2b, #145a32);
    padding: 40px;
    border-radius: 16px;
    color: #fff;
}

.conclusion-box h3 {
    color: #ffffff;
}

.conclusion-box p {
    color: #e9f7ef;
}

/* Lists */
.blog-list {
    padding-left: 0;
    margin-top: 15px;
}

.blog-list li {
    list-style: none;
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
}

.blog-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #27ae60;
    font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 768px) {

    .kerala-blog h2 {
        font-size: 28px;
    }

    .kerala-blog h3 {
        font-size: 22px;
    }

    .kerala-blog p {
        font-size: 15.5px;
    }

    .highlight-box,
    .conclusion-box {
        padding: 22px;
    }
}
