@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> */

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

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}


/* Float Whatsapp Button Start */
/* Keyframes for the blinking effect */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
        /* Fully visible */
    }

    50% {
        opacity: 0.5;
        /* Half visible */
    }
}

/* Apply blinking animation to the WhatsApp button */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
    background-color: #ffffff;
    border-radius: 80px;
    padding: 10px 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #2CB742;
    animation: blink 1.5s infinite;
    /* Animation with infinite blinking */
}

/* Other styles remain the same */
.floating-whatsapp a {
    color: #050913;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
}

.floating-whatsapp img {
    width: 30px;
    height: 30px;
}


/* Float Whatsapp Button End */

/* ========== Header Section Start ========== */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0px;
    background: linear-gradient(1980deg, #000000b0, transparent);
}

header .logo-sider{

}

header .menu-sider ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 33px;
    margin: 0;
}

header .menu-sider ul li {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

header .menu-sider ul li a {
    color: #ffffff;
}

header .menu-sider ul li a.active {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

header .menu-sider ul li a .enquery {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 20px;
    border: 1px solid #406AED;
    border-radius: 8px;
    background: #406AED;
    color: #ffffff;
}

.header-shyle-one.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff !important;
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.header-shyle-one .mobile-menu button {
    color: #ffffff;
}

.header-shyle-one.sticky .mobile-menu button {
    color: #000000;
}

.header-shyle-one.sticky .header-left img {
    height: 70px;
}

.header-shyle-one.sticky .menu-sider ul li a {
    color: #050913;
}

.header-shyle-one.sticky .menu-sider ul li a.active {
    color: #406AED;
}

.header-shyle-one.sticky .menu-sider ul li a .enquery {
    border: 1px solid #406AED;
    color: #ffffff;
}

/* ========== Header Section End ========== */
/* ========== Header Section Style 2 Start ========== */
.header-style-two {
    background: white !important;
    position: inherit;
    border-bottom: 1px solid #DCDDDF;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

.header-style-two.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.header-style-two .menu-sider ul li a {
    color: #050913;
}

.header-style-two .menu-sider ul li a.active {
    color: #406AED;
    /* Example active color */
    text-decoration: underline;
}

.header-style-two .menu-sider ul li a .enquery {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 20px;
    border: 1px solid #406AED;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    background-color: #406AED;
}


.header-style-two .menu-sider ul li a .enquery:hover {
    color: #ffffff;
    /* Ensures the text color changes to white on hover */
    border-color: #406AED;
    /* Optional: Update border color for hover effect */
    background-color: #406AED;
}

.mobile-menu button {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    font-size: 40px;
    cursor: pointer;
    display: none;
}

/* ========== Header Section Style 2 End ========== */



/* ========== Banner Section Start ========== */

.home-banner {
    position: relative; 
}

@media only screen and (min-width: 1600px) {
    .home-banner .slider-item {
        height: 100vh; 
    }
    .home-banner{
        height: 100vh; 
    }
}

@media only screen and (max-width: 1599px) {
    .home-banner .slider-item {
        height: 760px; 
    }
    .home-banner {
        height: 760px;
    }
}

.home-banner .slider-item {
    position: relative;
    padding: 200px 0px 50px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    color: #fff;
}



.home-banner .slider-item .overlay-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.68%, rgba(0, 0, 0, 0.63) 68.2%);
}

.home-banner .slider-item .text-content {
    position: relative;
    z-index: 5;
    margin-top: -150px;
}

.home-banner .slider-item .text-content p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}

.home-banner .slider-item .text-content h2 {
    font-size: 125px;
    line-height: 150px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.home-banner .slider-item .text-content .button-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 45px;
    margin-bottom: 60px;
}

.home-banner .slider-item .text-content .button-container .book-button {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background: transparent;
    transition: 0.3s;
}

.home-banner .slider-item .text-content .button-container .book-button:hover{
    background: #406AED;
    border-color: #406AED;
    color: white;
}

.home-banner .slider-item .text-content .button-container .counter {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.home-banner .slider-item .text-content .banner-subText p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    max-width: 445px;

    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   font-weight: 300;
   opacity: 0.7;
}

/* .slider-item .inner-sliding-card {
    position: absolute;
    top: 200px;
    display: flex;
    gap: 30px;
    width: 40%;
    right: 0;
    transition: transform 0.5s ease;
    z-index: 4;
}

.slider-item .inner-sliding-card .banner-card {
    width: 306px;
    min-width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-item .inner-sliding-card .banner-card {
    width: 306px;
    height: 380px;
}

.owl-carousel .slider-item .inner-sliding-card .banner-card .banner-card img {
    width: 100%;
    height: 100% !important;
} */

.slider-item .card-positions {
    position: absolute;
    top: 50%;
    width: auto;
    right: 30px;
    overflow: hidden;
    z-index: 4;
    transition: 0.5s;
    transform: translate(0%, -50%);
}
/* 
.slider-item .card-positions:hover {
    width: 50%;
} */

/* @media only screen and (max-width: 1500px) {
    .slider-item .card-positions:hover {
        width: 65%;
    }
} */

.slider-item .card-positions .inner-sliding-card {
    display: flex;
    align-items: center;
    gap: 30px;
    transition: 0.5s;
    /* Transition for transform */
}

.slider-item .card-positions .inner-sliding-card .banner-card {
    width: 306px;
    /* Fixed width for individual cards */
}

.slider-item .card-positions .inner-sliding-card .banner-card p{
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    opacity: 0.7;
}

.slider-item .card-positions .inner-sliding-card .banner-card img {
    width: 306px;
    height: 380px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 16px;
}

.slider-item .card-positions .inner-sliding-card .banner-card a {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 10px;
    margin: 5px 5px !important;
    background: #ebf0ff !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #406AED !important;
}

.hire-us-carousel-section .owl-theme .owl-dots .owl-dot.active span{
    background: #fff !important;
}

.hire-us-carousel-section .owl-theme .owl-dots .owl-dot span{
    background: #ffffff4d !important;
}





/* Custom Controls */
.home-banner .custom-nav {
    text-align: center;
    margin-top: 20px;
}

.home-banner .btn-nav {
    font-size: 24px;
    color: #333;
    cursor: pointer;
    margin: 0 15px;
}

.home-banner .btn-nav:hover {
    color: #007bff;
}

.home-banner .owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

/* ========== Banner Section End ========== */

/* ========== Tour Place Section Start ========== */
.placetype {
    padding: 35px 0px;
    border-bottom: 1px solid #00000010;
}

.travel-partner .tour-partner img {
    height: 55px;
    object-fit: contain;
}

.placetype .owl-dots {
    display: none;
}

/* ========== Tour Place Section End ========== */

/* ========== Hire Us Section Start ========== */
.hire-us-carousel-section {
    padding: 60px 0px 60px 60px;
    background: #406aed;
}

.hire-us-carousel-section .section-heading h2 {
    font-size: 88px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0;
}

.hire-us-carousel-section .section-heading h2 span {
    font-weight: 700;
}

/* .hire-us-carousel-section .section-heading a {
    color: #050913;
    font-size: 45px;
} */
.hire-us-carousel-section .section-heading a i {
    line-height: 1;
}

.hire-us-carousel-section .section-heading a {
    color: #fff;
    font-size: 65px;
    transition: .4s ease-in;
}

.hire-us-carousel-section .section-heading a:hover {
    color: #FFBD0B;
}

.travle-enquire-carousel {
    margin-top: 40px;
}

.travle-enquire-carousel .inquiry-image {
    height: 400px;
    border-radius: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
    margin-top: 10px;
}

.travle-enquire-carousel .enquire-item{
    transition: 0.3s ease-in-out;
}

.travle-enquire-carousel .enquire-item:hover{
    transform: translateY(-10px);
}

.travle-enquire-carousel .enquire-item:hover .enquire-btn{
    background: #406AED;
    color: white;
    transform: scale(1.05);
}

.travle-enquire-carousel .inquiry-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.travle-enquire-carousel .inquiry-name {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    max-width: 250px;
    min-height: 105px;
}

.travle-enquire-carousel .inquiry-name h4 {
    font-size: 20px;
    font-weight: 700;
    color: #050913;
    margin-bottom: 0;
}

.travle-enquire-carousel .enquire-details {
    padding-left: 10px;
}

.travle-enquire-carousel .enquire-details a .enquire-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.travle-enquire-carousel .enquire-details a .enquire-btn:hover {
    background-color: #fff;
    color: #000;
}

.tour-tag {
    position: absolute;
    top: 22px;
    left: 22px;
    background-color: #ffffff;
    color: #050913;
    padding: 4px 10px;
    border-radius: 110px;
}

.tour-tag h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

/* ========== Hire Us Section End ========== */

/* ========== Hire Us World Section Start ========== */
.hire-for-world-tour {
    background-color: #FFD76D;
    padding: 85px 0px;
}

.world-image-view {
    position: relative;
    border-radius: 16px;
    transition: 0.4s;
}

.world-image-view:hover{
    transform: scale(1.02);
}

.world-image-view:hover .bi-arrow-up-right-circle{
    transform: scale(1.1);
}

.world-image-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.world-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000a3, #0000003b, transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: white;
}

.world-view-overlay .info-badge {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 20px;
    width: max-content;
}

.world-view-overlay .hignlight-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}

.world-view-overlay .hignlight-badge .info-badge.offer-badge {
    background-color: #FFBD0B;
    color: #ffffff;
}

.world-view-overlay h3 {
    font-size: 50px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}

.world-view-overlay a {
    font-size: 40px;
    color: #ffffff;
}

.world-image-view:hover .world-view-overlay a {
    color: #FFBD0B;
}

.tourHeading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.tourHeading .linker-arrow {
    position: absolute;
    top: 20%;
    right: 70px;
}

.tourHeading .linker-arrow a {
    font-size: 45px;
    color: #000;
}

.tourHeading .linker-arrow a:hover {
    color: #406AED;
}

.tourHeading h2 {
    font-size: 75px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    margin: 0px;
}

.tourHeading h2 span {
    font-weight: 700;
}

/* ========== Hire Us World Section End ========== */

/* ========== Service Section Start ========== */
.service-section {
    padding: 100px 0px;
    position: relative;
}

.service-section-page {
    border-bottom: 1px solid #DCDDDF;
}

.half-circle-one {
    position: absolute;
    top: 0;
    left: 80px;
}

.half-circle-two {
    position: absolute;
    bottom: 0px;
    right: 80px;
}

.half-circle-two img {
    width: 115px;
}

.service-section .service-heading {
    margin-bottom: 40px;
    text-align: center;
}

.service-section .service-heading h2 {
    font-size: 56px;
    margin-bottom: 12px;
    font-weight: 700;
}

.service-section .service-heading p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
}

.services-tags {
    padding: 20px 20px;
    border-radius: 16px;
    border: 1px solid #DCDBDC;
    /* display: flex
; */
    transition: 0.3s ease-in-out;
    /* cursor: pointer; */
    width: 25%;
    text-align: center;
    background: #ffd76d38;
    border: 1px solid #ffd76d;
}

.services-tags:hover {
    background: #ffd76d;
    transform: scale(1.05);
}

.services-tags .text-sider h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-tags .text-sider p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px;
    opacity: 0.7;
}

.icon-sider .icon {
    font-size: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}

.icon-sider .icon.bg-1 {
    background-color: #FFC3C6;
}

.icon-sider .icon.bg-2 {
    background-color: #FFE59D;
}

.icon-sider .icon.bg-3 {
    background-color: #D2DDFF;
}

.icon-sider .icon.bg-4 {
    background-color: #ffd76d;
}

.icon-sider .icon.bg-5 {
    background-color: #DFDFE1;
}

.icon-sider .icon.bg-6 {
    background-color: #B1FFE8;
}

.service-groups {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.service-button {
    margin-top: 50px;
}

.service-button .explore-btn {
    font-size: 18px;
    /* width: 190px; */
    font-weight: 500;
    padding: 12px 40px;
    border: 1px solid #406AED;
    border-radius: 8px;
    background: #406AED;
    color: #ffffff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.service-card {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #DCDBDC;
    box-shadow: 0px 4px 0px 0px #406AED;
    margin-bottom: 20px;
}

.service-banner-section {
    background-image: url('../image/service-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 180px 0px 120px 0px;
}

.service-page-header {
    text-align: center;
}

.service-page-header h2 {
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 12px;
}

.service-page-header p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.service-timeliner {
    padding: 80px 0px 100px 0px;
    border-bottom: 1px solid #DCDDDF;
}

.first-service {
    padding: 50px 24px;
    background-color: #FFEFC5;
    border-radius: 24px;
}

.second-service {
    padding: 24px 24px;
    background-color: #D9F7FF;
    border-radius: 24px;
}

.third-service {
    padding: 24px 24px;
    background-color: #CFFFEA;
    border-radius: 24px;
}

.forth-service {
    padding: 50px 24px;
    background-color: #FFE3DB;
    border-radius: 24px;
}

.serv-image {
    margin-top: 50px;
}

.serv-image img {
    width: 100% !important;
    height: 340px !important;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.gap-betweent-row {
    margin-bottom: 40px;
}

.service-image-section {
    position: relative;
    height: 365px;
}

.service-tags .tag-button .bg-button-1 {
    color: #050913;
}

.serv-image .owl-theme .owl-dots .owl-dot.active span {
    background-color: #FFBD0B;
}

/* .service-image-section::after{
    content: "";
    position: absolute;
    top: 24px;
    left: -24px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 2px solid #FFBD0B;
    z-index: -1;
} */
.service-image-section img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.service-text-side .enquire-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 20px;
    border: 1px solid #406AED;
    border-radius: 8px;
    background: #406AED;
    color: #ffffff;
    transition: .3s ease-in-out;
}

.service-text-side h3 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 30px;
}

.service-text-side h3 span {
    font-weight: 700;
}

.service-text-side p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.service-tags {
    margin-bottom: 30px;
}



/* ========== Service Section End ========== */

/* ========== Blog Section End ========== */
.blog-section {
    padding: 100px 0px 75px;
    background-color: #406AED;
}

.blog-section .blog-heading h2 {
    font-size: 55px;
    margin-bottom: 0px;
    font-weight: 200;
    color: #ffffff;
}

.blog-section .blog-heading h2 span {
    font-weight: 700;
}

.blog-section .blog-heading a button {

    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 20px;
    margin: 0;
    border: 1px solid #ffffffa1;
    background: transparent;
    border-radius: 7px;
}


.blog-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 24px;
}

.blog-slider-view {
    padding-left: 60px;
}

.blog-slider-view .owl-dots {
    display: none;
}

.blog-card {
    background-color: #ffffff;
    padding: 16px;
    border: 1px solid #E8E8EA;
    border-radius: 12px;
    margin-top: 10px;
    transition: 0.3s;
}

.blog-card:hover{
    transform: translateY(-10px);
}


.blog-card .blog-image img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.blog-card .text-part {
    padding: 16px 8px;
}

.text-part p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: 400;
    color: #181A2A;
    font-size: 16px;
}

.blog-card .text-part .text-badge {
    font-size: 14px;
    padding: 4px 10px;
    color: #4B6BFB;
    display: inline;
    border-radius: 6px;
    background-color: #F6F7FF;
}

.blog-card .text-part h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 59px;    color: black;
}

.blog-card:hover .text-part h4 {
    color: #172341;
}

.blog-writes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.blog-writes h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #97989F;
}

.blog-writes .usericon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-writes .usericon img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.blog-writes .usericon h6 {
    font-size: 16px;
    font-weight: 500;
    color: #97989F;
}

/* ========== Blog Section End ========== */
/* ========== Subscribe Section Start ========== */
.subscribe-section {
    padding: 36px 0px;
    position: relative;
    background: #ffd76d;
}

.half-circle-full {
    position: absolute;
    bottom: 0;
    left: 42%;
}

.half-circle-full img {
    width: 60px;
}

.fill-circle {
    position: absolute;
    left: 40%;
    bottom: 20px;
}

.fill-circle img {
    width: 24px;
}

.subdcribe-wraper {
    padding: 32px;
}

.subdcribe-wraper .subcribe-text h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.subdcribe-wraper .subcribe-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
}

.subdcribe-wraper .subscribe-field form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.subdcribe-wraper .subscribe-field form .email-field {
    flex-grow: 1;
    position: relative;
}

.subdcribe-wraper .subscribe-field form .email-field .messageIcon {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 20px;
    color: #97989F;
}

.subdcribe-wraper .subscribe-field form .email-field input {
    height: 48px;
    position: relative;
    border: 1px solid #DCDDDF;
}

.subdcribe-wraper .subscribe-field form .email-field input::placeholder {
    color: #97989F;
}

.subdcribe-wraper .subscribe-field form button {
    padding: 12px 50px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 6px;
    background-color: #406AED;
    border: none;
    outline: none;
}

/* ========== Subscribe Section End ========== */
/* ========== Testimonial Section Start ========== */
.client-feedback {
    padding: 100px 0px;
    background-color: #ffffff;
}

.testimonial-heading {
    margin-bottom: 40px;
}

.testimonial-heading h2 {
    font-size: 48px;
    font-weight: 300;
    color: #050913;
    margin-bottom: 0;
    text-align: center;
}

.testimonial-heading h2 span {
    font-weight: 600;
}

.client-messages {
    padding-left: 60px;
}

.client-messages .client-infos {
    padding: 32px;
    border-radius: 16px;
    background-color: #ffffff;
}

.client-infos .client-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.client-header .client-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* background-color: #FBBC05; */
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-header .client-icon.bg-one {
    background-color: #EA4335;
}

.client-header .client-icon.bg-two {
    background-color: #FBBC05;
}

.client-header .client-icon.bg-three {
    background-color: #34A853;
}

.client-header .client-icon.bg-four {
    background-color: #4285F4;
}

.client-header p {
    font-size: 12px;
    font-weight: 400;
    margin: 8px 0px;
}

.client-header .rating {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #FBBC05;
    gap: 2px;
}

.client-infos .message-body p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 32px;
    text-align: center;
}

.client-infos .message-from a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #4285F4;
    font-weight: 400;
    gap: 8px;
    justify-content: center;
}

.client-infos .message-from a img {
    width: 16px;
    height: 16px;
}

/* ========== Testimonial Section End ========== */

/* ========== Footer Section Start ========== */
.footer-section {
    padding: 60px 0px 30px 0px;
    background-color: #ffffff;
}

.footer-logo-side p {
    max-width: 370px;
    margin-bottom: 0px;
    font-weight: 300;
    opacity: 0.6;
}

.footer-logo-side a img {
    height: 70px;
    margin-bottom: 20px;
}
.locIcon{
    width: 40px;
    height: 40px;
    border: 1px solid #999b9f30;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #999b9f30;
}
.footer-nagivate-side .footer-navigations h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.footer-nagivate-side .footer-navigations ul {
    padding: 0;
    margin: 0;
}

.footer-nagivate-side .footer-navigations ul li {
    margin-bottom: 12px;
}

.footer-nagivate-side .footer-navigations ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #050913;
    opacity: 0.6;
}

.footer-nagivate-side .footer-navigations.contactInfo ul li {
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-nagivate-side .footer-navigations.contactInfo ul li a {
    font-weight: 600;
    opacity: 1;
}

.border-footer {
    border-top: 1px solid #DCDDDF;
    border-bottom: 1px solid #DCDDDF;
    padding: 20px 0px;
}

.social-media ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 36px;
}

.social-media ul li a {
    /* font-size: 24px; */
    font-size: 18px;
    color: #050913;
}

.location {
    display: flex;
    gap: 8px;
    align-items: center;
}

.location p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.location span i {
    font-size: 18px;
}

.footer-copy-right {
    padding-top: 30px;
}

.footer-reserve p {
    margin-bottom: 0;
    font-size: 14px;
    color: #3B3C4A;
}

.footer-terms ul {
    padding: 0;
    margin: 0;
    text-align: end;
}

.footer-terms ul li {
    display: inline-block;
    padding-right: 16px;
    border-right: 1px solid #E8E8EA;
}

.footer-terms ul li:last-child {
    padding-right: 0;
    border: none;
}

.footer-terms ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #3B3C4A;
}

/* ========== Footer Section End ========== */

/* ========== Domestic Tour Section End ========== */
.domestic-tour-section {
    padding: 40px 0px 40px 0px;
}
.second-service, .third-service{
    height: 100%;
}
.domestic-inernational-tab button {
    padding: 5px 30px;
    border-radius: 40px !important;
    background-color: #eaeaea;
    font-size: 16px;
    font-weight: 600;
    color: #050913;
    margin-right: 8px;
}

.domestic-inernational-tab button:hover{
    color: black;
}

.domestic-inernational-tab button.active{
    background: #406aed !important; 
}

.domestic-inernational-tab button img {
    width: 48px;
    height: 48px;
    margin-right: 5px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.domestic-inernational-tab button.active img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.search-field {
    position: relative;
}

.search-field input {
    width: 100%;
    height: 58px;
    border: 1px solid #d7d7d7;
    border-radius: 40px;
    padding-left: 30px;
}

.search-field input::placeholder {
    color: #000000;
    font-weight: 500;
}

.search-field .searchicon {
    position: absolute;
    top: 12px;
    right: 22px;
    font-size: 20px;
}

.tab-details {
    margin-top: 45px;
}

.all-tags {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 30px;
}

.all-tags h3{
    font-size: 45px;
    font-weight: 700;
}

.tag-button {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.tag-button {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tag-button button {
    padding: 5px 14px;
    border: none;
    border-radius: 100px;
    font-size: 13px;
    color: #ffffff;
}

.bg-button-1 {
    background-color: #FFBD0B;
}

.bg-button-2 {
    background-color: #406AED;
}

.bg-button-3 {
    background-color: #34A853;
}

.tour-packages .tour-image img {
    border-radius: 24px;
    width: 100%;
}

.tour-packages .tour-texts {
    padding-top: 20px;
    margin-top: 0px;
}

.tour-packages .tour-texts .tag-button {
    margin-bottom: 16px;
}

.tour-packages .tour-texts h4 {
    font-size: 24px;
    font-weight: 600;
    color: #181A2A;
    margin-bottom: 20px;
}

.tour-palce-rows .tour-packages {
    margin-bottom: 24px;
}

.tour-palce-rows .tour-packages .tour-image{
    overflow: hidden;
    border-radius: 24px;
}

.tour-palce-rows .tour-packages .tour-image img{
    transition: 0.3s ease-in-out;
}

.tour-palce-rows .tour-packages .tour-image img:hover{
    transform: scale(1.05);

}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">") !important;
}

/* ========== Domestic Tour Section End ========== */
/* ========== Tour Details Section End ========== */
.tour-details-section {
    padding: 50px 0px;
}

.tour-details-section .page-navigator {
    margin-bottom: 0px;
}

.tour-details-heading h2 {
    font-size: 48px;
    font-weight: 300;
    color: #050913;
    margin-bottom: 0;
    padding-right: 30px;
}

.tour-details-heading h2 span {
    font-weight: 600;
}

.tour-revs {
    padding: 16px 30px;
    border-radius: 12px;
    border: 1px solid #D8D8D8;
}

.revs-column h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    /* cursor: pointer; */
}


.revs-column h5.stars{
    font-size: 25px;
    color: #FF9800;
}

.revs-column ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2px;
}

.revs-column ul li {
    color: #FFBD0B;
    font-size: 8px;
}

.revs-column p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}

.tour-revs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divider-line {
    width: 1px;
    background-color: #D8D8D8;
    height: 24px;
}

.tour-banner {
    padding: 45px 0px 60px;
}

.tour-banner-image {
    width: 100%;
    max-height: 390px;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.tour-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.tour-other-image {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #D8D8D8;
}

.tour-other-image h5 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}

.tour-other-image span {
    font-weight: 500;
    font-size: 16px;
}

.detais-para p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #000000;
    margin-bottom: 40px;
}

.tour-detail-right h4 {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 40px;
}

.sub-heading {
    margin-bottom: 60px;
}

.sub-heading h2 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #406aed;
}

.sub-heading p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}

.inner-image-column {
    margin-bottom: 40px;
}

.inner-image-column img {
    width: 100%;
    height: 222px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
}

.inner-image-column .image-text h5 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.inner-image-column .image-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    opacity: 0.8;
}

.tour-enquiry {
    position: sticky;
    top: 100px;
}

.tour-enquiry .enquir-heading {
    margin-bottom: 20px;
}

.tour-enquiry .enquir-heading h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}

.tour-enquiry .enquir-heading p {
    font-size: 16px;
    color: #696A75;
    font-weight: 300;
}

.enquiry-form {
    padding: 32px;
    border: 1.5px solid #D8D8D8;
    border-radius: 12px;
}

.enquiry-form input {
    height: 48px;
    border: 1px solid #D8D8D8;
    padding: 12px 16px;
    border-radius: 6px;
}

.enquiry-form button {
    padding: 12px 16px;
    width: 100%;
    border-radius: 6px;
    background-color: #406AED;
    font-weight: 500;
    color: #ffffff;
    border: none;
}

.eating-row {
    padding: 60px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.eat-heading {
    margin-bottom: 30px;
}

.eat-heading h2 {
    font-size: 39px;
    font-weight: 500;
    margin-bottom: 24px;
}

.eat-heading p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.foods-columns {
    width: 100%;
    margin-bottom: 30px;
}

.foods-columns img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 24px;
}

.foods-columns .foods-names h4 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}

.foods-columns .foods-names p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
}

.travel-advice-row {
    padding: 40px 0px 60px;
    border-bottom: 1px solid #D8D8D8;
}

.travel-advice-row h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.travel-advice-tab ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.travel-advice-tab button {
    padding: 0 !important;
    border-radius: 16px !important;
    background-color: #ffffff !important;
}

.travel-advice-tab button .advice-tips {
    color: #000000;
}

.travel-advice-tab button .advice-tips img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.travel-advice-tab button.active .advice-tips {
    color: #406AED;
    border: 1px solid #406AED;
}

.travel-advice-tab button.active .advice-tips img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.advice-tips {
    padding: 10px 30px;
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.advice-tips h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.advice-tips img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.advice-inner-content {
    border: 1px solid #97989F;
    padding: 24px 40px;
    border-radius: 16px;
}

.inner-content {
    padding-bottom: 24px;
    border-bottom: 1px solid #DCDDDF;
    margin-bottom: 24px;
}

.inner-content:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.inner-content h4 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #181A2A;
}

.inner-content p {
    margin-bottom: 12px;
    color: #000000;
    font-weight: 300;
}

.inner-content p span {
    font-weight: 600;
}

.inner-content p:last-child {
    margin-bottom: 0;
}

.why-visit-row {
    padding: 42px 0px 60px;
    border-bottom: 1px solid #D8D8D8;
}

.why-visit-row .visit-place h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 42px;
}

.why-visit-row .visit-place p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.place-descrip {
    padding-top: 42px;
}

.place-heading h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 42px;
}

.place-heading p {
    margin-bottom: 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-weight: 300;
}

.place-heading .more-details-view {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

/* ========== Tour Details Section End ========== */
/* ========== Explore Section Start ========== */
.explorer-section {
    padding: 85px 0px 100px;
    background-color: #F5F5F5;
}

.explore-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.explore-heading h2 {
    font-size: 48px;
    font-weight: 400;
    color: #050913;
    margin-bottom: 0;
}

.explore-heading a button {
  
    margin: 0;

    font-weight: 500;
    color: #050913;
    background-color: transparent;
}

/* ========== Explore Section End ========== */
/* ========== Review Modal Start ========== */
.feedback-modal .modal-header {
    border-bottom: none;
    padding: 30px 50px;
    padding-bottom: 0;

}

.review-modal-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #D8D8D8;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 16px;
}

.review-rating h3 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.review-rating ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}

.review-rating ul li {
    font-size: 24px;
    color: #FFBD0B;
}

.send-review {
    display: flex;
    align-items: center;
    gap: 36px;
}

.send-review h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.send-review a button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #050913;
    border: 1px solid #050913;
    border-radius: 8px;
    background-color: transparent;
}

.feedback-modal .modal-body {
    padding: 50px;
}

.feedback-persons .feedbackBy {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.feedback-persons .feedbackBy .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* background-color: #EA4335; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
}

.bg-one {
    background-color: #EA4335;
}

.bg-two {
    background-color: #FBBC05;
}

.bg-three {
    background-color: #34A853;
}

.bg-four {
    background-color: #4285F4;
}

.feedback-persons .feedbackBy p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.feedback-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.feedback-rating p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
}

.feedback-rating ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}

.feedback-rating ul li {
    font-size: 20px;
    color: #FFBD0B;
}

.feedback-message p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.feedback-persons {
    margin-bottom: 50px;
}

.feedback-persons:last-child {
    margin-bottom: 0;
}

/* ========== Review Modal End ========== */
/* ========== About Section Start ========== */
.about-section {
    padding: 60px 0px;
}

.about-section .about-text {
    padding-bottom: 60px;
    border-bottom: 1px solid #D8D8D8;
}

.about-section .about-text h2 {
    font-size: 48px;
    font-weight: 300;
    color: #050913;
    margin-bottom: 54px;
}

.about-section .about-text h2 span {
    font-weight: 600;
}

.about-section .about-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.why-choose-text {
    /* padding-top: 45px; */
}

.why-choose-text h2 {
    font-weight: 300;
    color: #050913;
    font-size: 55px;
    margin-bottom: 20px;
}

.why-choose-text h2 span {
    font-weight: 600;
}

.why-choose-text p {
    margin-bottom: 0;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.7;
}

.why-us-image img {
    max-height: 490px;
    display: block;
    margin-left: auto;
}

.about-top-section {
    padding: 64px 0px;
    background: url(../image/about-bg.png)no-repeat;
    width: 100%;
    background-size: 100%;
}

.banner-heding {
    position: relative;
    height: 100%;
}

.dividerStyle {
    height: 2px;
    background-color: #ffffff;
    width: 165px;
    position: absolute;
    bottom: 24px;
}

.banner-heding h1 {
    font-size: 55px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}

.banner-heding h1 span {
    font-weight: 700;
}

.banner-text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 200;
    line-height: 28px;
    margin-bottom: 24px;
}

/* ========== About Section End ========== */
/* ========== Mission Vission Section Start ========== */
.mission-vission-section {
    padding: 46px 0px;
    background-color: #F5F5F5;
}

.mission-vission-section .mission h4 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 24px;
}

.mission-vission-section .mission p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 24px;
}

.mission-vission-section .mission ul {
    padding: 0;
    margin: 0;
}

.mission-vission-section .mission li {
    margin-bottom: 24px;
    display: flex;
}

.mission-vission-section .mission li span {
    font-size: 24px;
    margin-right: 10px;
    color: #406AED;
}

.mission-vission-section .mission li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.mission-vission-section .mission li:last-child {
    margin-bottom: 0;
}
.blog-section.about-bottom-section{
    background-color: #ffffff;
    border-bottom: 1px solid #DFDFE1;
}

.blog-section.about-bottom-section .blog-heading h2{
    color: #050913;
}
.blog-section.about-bottom-section .blog-heading a button {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    color: #ffffff;
    padding: 14px 30px;
    margin: 0;
    border: none;
    background: #406AED;
    border-radius: 8px;
}
/* ========== Mission Vission Section End ========== */
/* ========== Review page Section End ========== */
/* .review-side-sticky{
    position: sticky;
    top: 20px;
} */
.review-right-sider {
    max-width: 420px;
}

.review-card {
    max-width: 420px;
    padding: 32px;
    border: 1px solid #97989F;
    border-radius: 16px;
    margin-top: 45px;
}

.review-card .feeds-header {
    text-align: center;
}

.review-card .feeds-header .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
}

.review-card .feeds-header p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #6A6A6A;
    margin: 8px 0px;
}

.review-card .feeds-header .feedback-rating {
    justify-content: center;
}

.review-card .feeds-message {
    margin: 32px 0px;
    text-align: center;
}

.review-card .feeds-message p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #6A6A6A;
}

.review-card .message-from a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #4285F4;
    font-weight: 400;
    gap: 8px;
    justify-content: center;
}

.review-card .message-from a img {
    width: 16px;
}

.review-right-sider h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 50px;
}

.review-right-sider h2 span {
    font-weight: 600;
}

.review-right-sider img {
    height: 260px;
    width: 100%;
    border-radius: 24px;
}

.rev-img-text {
    padding: 32px 20px;
}

.rev-img-text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.rev-img-text .blog-writes h6 {
    font-weight: 500 !important;
}

.review-form-section {
    padding: 60px 0px 80px;
    border-bottom: 1px solid #D8D8D8;
}

.review-form-side .form-heds {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 40px;
}

.review-form-side .form-heds h4 {
    font-size: 24px;
    font-weight: 600;
    color: #181A2A;
    margin-bottom: 24px;
}

.review-form-side .send-feedback .star-rating {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-form-side .send-feedback .star-rating i {
    font-size: 35px;
    color: #97989F;
}

.review-form-side .send-feedback .star-rating .bi.filled {
    color: #FFBD0B;
}

.review-form-side .send-feedback {
    display: flex;
    align-items: center;
    gap: 24px;
}

.review-form-side .send-feedback p {
    font-size: 14px;
    font-weight: 500;
    color: #97989F;
    line-height: 24px;
    margin-bottom: 0;
}

.selection .form-select {
    height: 36px;
    border-radius: 100px;
    width: 170px;
    padding: 0px 20px;
    border: 1px solid #050913;
}

.expaddings {
    padding-top: 40px;
}

.form-field h4 {
    font-size: 24px;
    font-weight: 600;
    color: #181A2A;
    margin-bottom: 24px;
}

.form-field input {
    height: 54px;
    border: 1px solid #97989F;
    border-radius: 8px;
}

.form-field textarea {
    height: 200px;
    margin-bottom: 24px;
}

.form-field p {
    font-weight: 500;
    color: #97989F;
    margin-bottom: 0;
    font-size: 14px;
}

.form-field .submit-review {
    padding: 12px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    background-color: #406AED;
    border: none;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 40px;
}

/* ========== Review page Section End ========== */
/* ========== Enquiry Page Section Start ========== */
.enquiry-section {
    padding: 60px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.enquiry-heading {
    margin-bottom: 60px;
}

.enquiry-heading h6 {
    color: #050913;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 24px;
}

.enquiry-heading h2 {
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 0;
}

.enquiry-heading h2 span {
    font-weight: 700;
}

.enquiry-section .enquiry-banner {
    background: url(../image/enquiry-banner.png)no-repeat;
    padding: 60px 0px 60px 75px;
    margin-bottom: 70px;
}
.enquiry-banner-two .enquiry-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 12px;
}
.enquiry-banner-two .enquiry-heading button{
    padding: 22px 32px;
    background-color: transparent;
    border: none;
    font-size: 32px;
    font-weight: 600;
}
.enquiry-banner-two .enquiry-heading button span{
    margin-left: 24px;
}
.contact-info-card{
    background-color: #406AED;
    padding: 50px 40px 30px 40px;
    border-radius: 16px;
}
.contact-info-card h3{
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 50px;
}
.contact-info-card h3 span{
    font-weight: 200;
}
.cont-cards label{
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}
.cont-cards label span{
    color: #fff;
    margin-right: 12px;
}
.call-nums a{
    font-size: 20px;
    font-weight: 200;
    color: #ffffff;
}
.call-nums {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.callNumber{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff40;
}
.mail-cards{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff40;
}
.mail-cards label{
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 12px;
}
.mail-cards label span{
    color: #fff;
    margin-right: 12px;
}

.mails-webs{
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.mails-webs a{
    font-size: 20px;
    font-weight: 200;
    color: #ffffff;
}
.contMap iframe{
    width: 100%;
    height: 196px;
    border-radius: 16px;
}
.enquiry-formMain .form-inputs{
    margin-bottom: 24px;
}


.form-inputs {
    margin-bottom: 40px;
}

.form-inputs label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.form-inputs input {
    height: 54px;
    border: 1px solid #97989F;
    border-radius: 8px;
    padding-left: 20px;
}


.form-inputs select {
    height: 54px;
    border: 1px solid #97989F;
    border-radius: 8px;
    padding-left: 20px;
}

.form-inputs textarea {
    height: 160px;
    border: 1px solid #97989F;
    border-radius: 8px;
    padding-left: 20px;
}

.enquiry-formMain{
    padding-left: 20px;
}

.form-button button {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background-color: #000;
    border-radius: 8px;
    padding: 15px;
    border: none;
}

.field-calender {
    position: relative;
}

.field-calender .cal-icon {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 24px;
}


/* ========== Enquiry Page Section End ========== */
/* ========== Offer Section Start ========== */
.offer-section {
    padding: 75px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.offer-heading h2 {
    font-size: 48px;
    margin-bottom: 45px;
    font-weight: 600;
    color: #050913;
}

.offer-boxs {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
}

.offer-tag {
    position: absolute;
    top: 6px;
    right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.offer-boxs .offer-image img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 8px;
}

.offer-boxs .offer-texts {
    padding-right: 20px;
    padding-top: 15px;
}

.offer-boxs .offer-texts h5 {
    font-size: 24px;
    margin-bottom: 12px;
}

.offer-boxs .offer-texts p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}

.offer-boxs .offer-texts .divider {
    height: 2px;
    width: 40px;
    background-color: #f20028;
}

.offer-texts a {
    font-size: 16px;
    font-weight: 600;
    color: #406AED;
    text-align: right;
}

/* ========== Offer Section End ========== */
/* ========== Gallery Section Start ========== */
.photo-gallery {
    padding: 50px 0px 80px;
    border-bottom: 1px solid #D8D8D8;
}

.gallery-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gallery-heading h2 {
    font-size: 45px;
    font-weight: 600;
    color: #050913;
    margin-bottom: 0;
}

.masonry-item {
    width: 100%;
    margin-bottom: 24px;
    transition: 0.3s;
}

.masonry-item:hover{
    transform: scale(1.03);
    cursor: pointer;
}

.masonry-item img {
    width: 100%;
    height: 188px;
    border-radius: 6px;
}

.search-select select {
    height: 54px;
    border: 1px solid #97989F;
    border-radius: 8px;
    padding-left: 20px;
    min-width: 100px;
    width: 100%;
}

/* ========== Gallery Section End ========== */
/* ========== Blog Page Section Start ========== */
.blog-page-content {
    padding: 60px 0px 120px;
    border-bottom: 1px solid #DCDDDF;
}

.blog-page-header {
    margin-bottom: 60px;
}

.blog-page-header h2 {
    font-size: 48px;
    color: #050913;
    font-weight: 500;
    text-align: center;
}

.latest-one {
    width: 100%;
}

.latest-one img {
    width: 100%;
}

.target-blog-text {
    padding: 20px;
}

.blog-tag {
    font-size: 14px;
    color: #406AED;
    line-height: 20px;
    background-color: #406AED1A;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline;
    font-weight: 500;
}

.target-blog-text h3 {
    font-size: 30px;
    font-weight: 600;
    color: #181A2A;
    margin: 24px 0px;
}

.target-blog-text:hover h3 {
    color: #113ba3;
}

.target-blog-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #050913;
    opacity: 0.7;
}

.target-blog-text .blog-writes {
    margin-top: 60px;
}

.latest-upload-blog {
    margin-bottom: 75px;
}

/* ========== Blog Page Section End ========== */
/* ========== Blog Details Section End ========== */
.blog-details-page {
    border-bottom: 1px solid #DCDDDF;
    overflow: hidden;
}

.blog-details-expand {
    border-right: 1px solid #DCDDDF;
    padding: 60px 30px 100px;
}

.blog-image-side .blog-icon img {
    height: 64px;
    width: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-image-side {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-image-side .writer-text h6 {
    font-size: 18px;
    letter-spacing: 1;
    font-weight: 600;
    color: #151515;
    margin-bottom: 4px;
}

.blog-image-side .writer-text p {
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    margin-bottom: 0;
}

.blog-media-side ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: end;
}

.blog-media-side ul li a {
    font-size: 24px;
    color: #A8A8A8;
}

.blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.blog-details-texts img {
    height: 360px;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 24px;
}

.conntent-text .tag-of-text {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: #406AED1A;
    color: #406AED;
    display: inline;
    border-radius: 4px;
}

.conntent-text h4 {
    font-weight: 600;
    font-size: 24px;
    color: #181A2A;
    margin: 24px 0px;
}

.conntent-text p {
    color: #050913;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.conntent-text h5 {
    font-weight: 600;
    font-size: 20px;
    color: #181A2A;
    margin: 24px 0px;
}

.conntent-text h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #050913;
}

.conntent-text ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 24px;
}

.conntent-text ul li span {
    font-weight: 600;
}

.conntent-text .multi-list li {
    margin-bottom: 24px;
}

.sumbit-the-form textarea {
    height: 115px;
    border-radius: 6px;
    margin-bottom: 24px;
}

.sumbit-the-form button {
    padding: 12px;
    border: none;
    background-color: #406AED;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.search-blogs input {
    height: 54px;
    border: 1px solid #97989F;
    width: 100%;
    padding-left: 50px;
    margin-bottom: 75px;
}

.blog-details-small {
    padding: 60px 0px 0px 20px;
}

.searching {
    top: 10px;
    left: 20px;
    font-size: 24px;
    color: #97989F;
}

.blog-writer-small .blog-image-side {
    margin-bottom: 24px;
}

.blog-writer-small p {
    margin-bottom: 24px;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 45px;
}

.blog-share .follow-btn {
    padding: 12px 28px;
    background-color: #406AED;
    color: #ffffff;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    line-height: 24px;
}

.blog-share .share-paper {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #406AED;
    color: #ffffff;
    font-size: 24px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.small-blog-links h4 {
    font-size: 22px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 24px;
}

.small-blog-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.small-blog-box .blog-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.blog-tex-side .blog-written {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.blog-tex-side .blog-written h6 {
    margin-bottom: 0;
    font-weight: 400;
}

.blog-tex-side .blog-written img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.blog-title a {
    font-size: 16px;
    font-weight: 600;
    color: #151515;
}

/* ========== Blog Details Section End ========== */

/* ========== Review Section Start========== */
.review-banner {
    background: url(../image/review-banner.png)no-repeat;
    background-size: 100%;
    background-position: center;
}

.rev-heading {
    text-align: center;
    padding: 120px 0px;
}

.rev-heading h2 {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    color: #050913;
}

.rev-subheading h2 {
    font-size: 48px;
    margin-bottom: 0;
    font-weight: 300;
    color: #050913;
}

.rev-subheading h2 span {
    font-weight: 600;
}

.rev-from-google {
    text-align: end;
}

.google-revheading {
    margin-bottom: 50px;
}

.rev-from-google button {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #050913;
    background-color: transparent;
    color: #050913;
}

.rev-from-google button img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.paginations-bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}

.paginations-bottom p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #050913;
}

.page-left-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-left-right .left {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 24px;
    color: #050913;
    border: none;
}

.page-left-right .right {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 24px;
    color: #050913;
    border: none;
}

.page-left-right .value {
    color: #050913;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    border: none;
    background-color: transparent;

}
.blog-section.review-bottom-section{
    background-color: #F5F5F5;
}
.blog-section.review-bottom-section .blog-heading h2{
    color: #050913;
}
.blog-section.review-bottom-section .blog-heading a button {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
    padding: 14px 30px;
    margin: 0;
    border: none;
    background: #406AED;
    border-radius: 8px;
}
/* ========== Review Section End========== */


.gallery-section .masonry-item p{
    margin-bottom: 0px;
    
    margin-top: 10px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
   font-size: 12px;
    color: #97989F;
}


@font-face {
  font-family: 'Overtis-Signature-Free';
  src: url('../fonts/Overtis-Signature-Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.signaturer {
  font-family: 'Overtis-Signature-Free', cursive;
}




/* Service Section Styling */
.custom-services {
    padding: 100px 0;
    position: relative;
    background-color: #ffffff;
}
/* .sticky-wrapper {
    position: sticky;
    top: 130px;
    z-index: 100;
} */
.custom-services .service-heading h2 {
    font-size: 55px;
    font-weight: 700;
    color: #050913;
    margin-bottom: 16px;
    animation: fadeInUp 0.8s ease-out forwards;
    /* background-image: url(https://regaltravels.in/dev/public/admin_assets/uploads/IMG_2025-04-03%2005:34:50how-is-beutiful.jpg);
    background-size: contain;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-style: italic; */
}
.custom-services .service-heading p {
    font-size: 18px;
    color: #555;
    animation: fadeInUp 1s ease-out forwards;
}
.service-cards {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: fadeIn 1s ease-in-out;
}
.service-cards:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.service-cards img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    transition: transform 0.5s ease;
    margin-bottom: 16px;
    border-radius: 6px;
}
.service-cards:hover img {
    transform: scale(1.05);
}
.service-cards .service-texts {
    /* padding: 16px; */
}
.service-cards .service-texts h4 {
    font-size: 20px;
    margin-bottom: 4px;
    color: #1a1a1a;
}
.service-cards .service-texts p {
    font-size: 14px;
    margin-bottom: 14px;
    color: #555;
}
.service-cards .textLinker {
    font-weight: 500;
    color: #406AED;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}
.service-cards .textLinker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #406AED;
    transition: width 0.4s ease;
}
.service-cards:hover .textLinker::after {
    width: 100%;
}
.service-cards .textLinker:hover {
    color: #1a3fbd;
}

/* Fade-in Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.card-bg1{
    background-color: #FFEFC5;
}
.card-bg2{
    background-color: #D9F7FF;
}
.card-bg3{
    background-color: #CFFFEA;
}
.card-bg4{
    background-color: #FFE3DB;
}