@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: 'Work Sans', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}



body {
    font-size: 16px;
    color: #808080;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Work Sans', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1450px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'Work Sans', sans-serif;
    color: #808080;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    /* font-weight: bold; */
    font-weight: bold;
    color: #061a3a;
    margin: 0px;
    transition: all 500ms ease;
}



.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 17.5px 41.5px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 15px 25px 0px rgba(255, 124, 91, 0.3);
    transition: all 500ms ease;
}

.theme-btn:hover {
    background: #061a3a;
}

.theme-btn:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background: #061a3a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.theme-btn:hover:before {
    top: -40%;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #061a3a;
    border: 1px solid #e4e8e9;
    text-align: center;
    padding: 16.5px 41.5px;
    border-radius: 4px;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn-two:hover {
    color: #ffffff;
    box-shadow: 0px 15px 25px 0px rgba(255, 124, 91, 0.3);
}

.theme-btn-two:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background: #ff7c5b;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.theme-btn-two:hover:before {
    top: -40%;
}


.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.pagination li:last-child {
    margin: 0px !important;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
    color: #061a3a;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
    box-shadow: 0px 15px 25px 0px rgba(255, 124, 91, 0.3);
}

.pagination li a i {
    font-weight: 700;
}

.sec-pad {
    padding: 144px 0px 150px 0px;
}

.sec-pad-2 {
    padding: 39px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 55px;
    height: 55px;
    line-height: 64px;
    position: fixed;
    bottom: 50px;
    /* 🔁 Changed from 105% to 50px */
    right: 30px;
    font-size: 40px;
    z-index: 9999;
    /* Increased for safety */
    color: #ffffff;
    background-color: #000;
    /* Optional: to make it visible */
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Optional hover effect */
.scroll-top:hover {
    background-color: #333;
}

/* Icon color */
.scroll-top span {
    color: #fff;
}


.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sec-title p {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #808080;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.sec-title.light p,
.sec-title.light h2 {
    color: #ffffff;
}



.booking-form .form-group {
    position: relative;
    float: left;
    width: 33.333%;
    margin: 0px;
}

.booking-form .form-group input[type='text'] {
    position: relative;
    max-width: 286px;
    width: 100%;
    height: 64px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    transition: all 500ms ease;
}

.booking-form .form-group i {
    position: absolute;
    top: 24px;
    right: 39px;
    z-index: 1;
}

.booking-form .form-group .nice-select:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #848484;
    top: 0px;
    right: 30px;
    margin: 0px;
    margin: 0px;
    border: none !important;
    transform: rotate(0deg) !important;
}

.booking-form .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    max-width: 287px;
    line-height: 64px;
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    background: #ffffff;
    border-radius: 5px;
    padding: 0px 20px;
}

.booking-form .message-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.booking-form .message-btn .theme-btn {
    box-shadow: none;
    padding: 19.5px 50.5px;
}

.booking-form .message-btn .theme-btn i {
    margin-right: 10px;
}

.bg-color-1 {
    background: #f5f6f6;
}







.page-title {
    position: relative;
    width: 100%;
    padding: 96px 0px 102px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title:before {
    position: absolute;
    content: '';
    background: #091122;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.5;
}

.page-title .content-box h1 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Playfair Display', sans-serif;
    color: aquamarine;
    font-weight: 900;
    margin-bottom: 14px;
}

.page-title .content-box p {
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.page-title .content-box p:hover {
    color: rgb(253, 174, 178);
}


/** destination-details **/

.destination-details {
    position: relative;
    padding: 150px 0px;
}

.destination-details-content {
    position: relative;
    padding-right: 20px;
}

.destination-details-content:before {
    position: absolute;
    content: '';
    background: #e6ebeb;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
}

.destination-details-content p {
    margin-bottom: 28px;
}

.destination-details-content .text p:last-child {
    margin-bottom: 0px;
}

.destination-details-content .text {
    position: relative;
    margin-bottom: 61px;
}

.destination-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 21px;
}

.destination-details-content .inner-box .image-box .image {
    position: relative;
    float: left;
    border-radius: 10px;
    margin-right: 10px;
}

.destination-details-content .inner-box .image-box .image:last-child {
    margin: 0px !important;
}

.destination-details-content .inner-box .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.destination-details-content .inner-box .image-box {
    position: relative;
    margin-bottom: 64px;
}

.destination-details-content .inner-box {
    padding-bottom: 21px;
}

.destination-details-content h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 22px;
}

.destination-details-content .country-details .details-list {
    position: relative;
    display: block;
    border: 1px solid #e4e8e9;
}

.destination-details-content .country-details .details-list li {
    position: relative;
    display: block;
    padding: 0px 30px 0px 70px;
    border-bottom: 1px solid #e4e8e9;
    font-size: 17px;
    font-weight: 500;
    color: #888888;
}

.destination-details-content .country-details .details-list li a {
    color: #888888;
}

.destination-details-content .country-details .details-list li a:hover {}

.destination-details-content .country-details .details-list li:last-child {
    border-bottom: none !important;
}

.destination-details-content .country-details .details-list li i {
    position: absolute;
    left: 40px;
    top: 30px;
    font-size: 17px;
}

.destination-details-content .country-details .details-list li span {
    position: relative;
    display: inline-block;
    width: 215px;
    font-size: 17px;
    color: #061a3a;
    padding: 25px 0px 24px 0px;
    font-weight: 500;
    margin-right: 40px;
    border-right: 1px solid #e4e8e9;
}

.destination-details-content .country-details .text {
    margin-bottom: 34px;
}

.destination-details-content .country-details {
    position: relative;
    margin-bottom: 91px;
}

.destination-details-content .photo-gallery .image-box {
    position: relative;
    margin: 0px -5px;
}

.destination-details-content .photo-gallery .image-box .image {
    position: relative;
    float: left;
    margin: 0px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #000000;
}

.destination-details-content .photo-gallery .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.destination-details-content .photo-gallery .image-box .image:hover img {
    opacity: 0.3;
}

.destination-details-content .photo-gallery .image-box .image .view-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    z-index: 1;
}

.destination-details-content .photo-gallery .image-box .image:hover .view-btn {
    transform: translate(-50%, -50%) scale(1, 1);
}

.destination-details-content .photo-gallery .text {
    margin-bottom: 31px;
}

.destination-details-content .photo-gallery {
    position: relative;
    margin-bottom: 81px;
}

.destination-details-content .location-map .text {
    margin-bottom: 30px;
}

.destination-details-content .location-map .map-inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.destination-details-content .location-map #contact-google-map {
    position: relative;
    width: 100%;
    height: 370px;
}

.destination-details-content .location-map {
    position: relative;
    margin-bottom: 91px;
}

.destination-details-content .comment-box .comment-form {
    position: relative;
    display: block;
    background: #f5f6f6;
    padding: 50px 50px;
    border-radius: 10px;
}

.destination-details-content .comment-box .comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.destination-details-content .comment-box .comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.destination-details-content .comment-box .comment-form .form-group input[type='text'],
.destination-details-content .comment-box .comment-form .form-group input[type='email'],
.destination-details-content .comment-box .comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 15px;
    color: #848484;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.destination-details-content .comment-box .comment-form .form-group textarea {
    resize: none;
    height: 170px;
}

.destination-details-content .comment-box .comment-form .form-group input:focus,
.destination-details-content .comment-box .comment-form .form-group textarea:focus {}

.destination-details-content .comment-box .text {
    margin-bottom: 35px;
}

.ml-20 {
    margin-left: 20px;
}

.default-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background: #fff;
    padding: 42px 30px 50px 30px;
    border-radius: 10px;
    margin-bottom: 35px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.08);
}

.default-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.default-sidebar .widget-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.default-sidebar .search-form .form-group {
    position: relative;
    margin: 0px;
}

.default-sidebar .search-form .form-group input[type='search'] {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e6ebeb;
    border-radius: 10px;
    font-size: 16px;
    color: #848484;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
}

.default-sidebar .search-form .form-group button {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 18px;
    color: #848484;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
}

.default-sidebar .search-form .form-group input:focus {}

.default-sidebar .search-form .form-group input:focus+button,
.default-sidebar .search-form .form-group button:hover {}

.default-sidebar .downloads-widget .download-links li {
    position: relative;
    display: block;
}

.default-sidebar .downloads-widget .download-links li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #061a3a;
    padding: 13px 0px;
    border-top: 1px solid #e9ebf0;
}

.default-sidebar .downloads-widget .download-links li a i {
    position: relative;
    top: 8px;
    float: right;
    font-size: 13px;
    color: #c5c5c5;
    transition: all 500ms ease;
}

.default-sidebar .downloads-widget .download-links li a:hover {}

.default-sidebar .downloads-widget .download-links li a:hover i {}

.default-sidebar .downloads-widget {
    padding-bottom: 30px;
}

.default-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-left: 110px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    min-height: 90px;
}

.default-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
}

.default-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.default-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.default-sidebar .post-widget .post:hover .post-thumb img {
    opacity: 0.2;
}

.default-sidebar .post-widget .post .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    color: #8e949f;
    margin-bottom: 1px;
}

.default-sidebar .post-widget .post h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.default-sidebar .post-widget .post h4 a {
    display: inline-block;
    color: #061a3a;
}

.default-sidebar .post-widget .post h4 a:hover {}

.default-sidebar .advice-widget .inner-box {
    position: relative;
    width: 100%;
    padding: 38px 50px 212px 50px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.default-sidebar .advice-widget .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.85;
}

.default-sidebar .advice-widget .inner-box h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Playfair Display', sans-serif;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 5px 9px rgba(0, 0, 0, 0.1);
}


/*** 

====================================================================
                        Tours-Page
====================================================================

***/

.tours-page-section {
    position: relative;
    background: #ffffff;
    padding: 205px 0px 120px 0px;
}

.wrapper.list .tour-list-content {
    display: block;
}

.wrapper.list .tour-grid-content {
    display: none
}

.wrapper.grid .tour-list-content {
    display: none;
}

.wrapper.grid .tour-grid-content {
    display: block
}

.tours-page-section .item-shorting {
    position: relative;
    margin-bottom: 40px;
}

.tours-page-section .item-shorting .left-column h3 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
}

.tours-page-section .item-shorting .right-column .short-box {
    float: left;
    width: 190px;
    margin-right: 10px;
}

.tours-page-section .item-shorting .right-column .menu-box {
    float: left;
}

.tours-page-section .nice-select .option {
    float: none;
    display: block;
    margin: 0px;
}

.tours-page-section .item-shorting .right-column .nice-select {
    height: 50px;
    border: 1px solid #e5e7ec !important;
    border-radius: 5px;
    padding: 0px 20px;
    line-height: 50px;
    color: #808080;
    font-size: 15px;
    font-weight: 500;
}

.tours-page-section .item-shorting .right-column .nice-select:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #848484;
    top: 0px;
    right: 30px;
    margin: 0px;
    margin: 0px;
    border: none !important;
    transform: rotate(0deg) !important;
}

.tours-page-section .item-shorting .right-column .menu-box button {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border: 1px solid #e5e6eb;
    border-radius: 5px;
    color: #94949d;
    background: transparent;
    cursor: pointer;
    margin-right: 10px;
    transition: all 500ms ease;
}

.tours-page-section .item-shorting .right-column .menu-box button:last-child {
    margin-right: 0px !important;
    font-size: 20px;
}

.tours-page-section .item-shorting .right-column .menu-box button.on {
    color: #fff;
    box-shadow: 0px 15px 25px 0px rgba(255, 124, 91, 0.3);
}

.tours-page-section .tour-block-one .inner-box {
    margin-bottom: 30px;
}

.custom-check-box .custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    border: 1px solid #d2d4d9;
    cursor: pointer;
    border-radius: 3px;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 8px;
    color: #fff;
    width: 15px;
    height: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    opacity: 0;
}

.custom-check-box .custom-control.material-checkbox .material-control-input:checked~.material-control-indicator:before {
    opacity: 1;
}

.custom-check-box .custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    font-size: 15px;
    color: #808080;
    cursor: pointer;
    font-weight: 500;
}

.default-sidebar .custom-check-box {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.default-sidebar .custom-check-box:last-child {
    margin-bottom: 0px;
}

.default-sidebar .custom-check-box .custom-control {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding-left: 28px;
}

.tour-sidebar .category-widget .widget-title {
    margin-bottom: 17px;
}

.tour-sidebar .category-widget {
    padding-bottom: 43px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 5px;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
    top: -7px;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
}

.ui-widget-content {
    border: none;
    background: #e9e9e9;
    height: 5px;
    border-radius: 3px;
}

.range-slider .value-box {
    position: relative;
    display: block;
    margin-bottom: 11px;
}

.range-slider .value-box p {
    font-size: 15px;
    font-weight: 500;
}

.tour-sidebar .price-filter .widget-title {
    margin-bottom: 15px;
}

.tour-sidebar .price-filter {
    padding-bottom: 57px;
}

.tour-sidebar .duration-widget .widget-title {
    margin-bottom: 17px;
}

.tour-sidebar .duration-widget {
    padding-bottom: 43px;
}

.custom-check-box .custom-controls-stacked .description i {
    font-size: 14px;
}

.custom-check-box .custom-controls-stacked .description i.light {
    color: #e6e7e8;
}

.tour-sidebar .review-widget .widget-title {
    margin-bottom: 17px;
}

.tour-sidebar .review-widget {
    padding-bottom: 43px;
}

.page-title.style-two {
    padding-bottom: 0px;
}

.page-title.style-two .form-inner {
    position: relative;
    display: block;
    padding: 50px 225px 50px 30px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: -85px;
    background: #ffffff;
    z-index: 1;
}

.page-title.style-two .booking-form .form-group input[type='text'],
.page-title.style-two .booking-form .form-group .nice-select {
    border: 1px solid #e6ebeb !important;
}

.page-title.style-two .booking-form .message-btn {
    top: 50px;
}

.page-title.style-two .content-box {
    margin-bottom: 102px;
}

.page-title.style-three {
    padding: 556px 0px 40px 0px;
    padding-bottom: 30px;
    bottom: 0px;
}

.page-title.style-three .inner-box .rating span {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 23px;
    margin-bottom: 11px;
}

.page-title.style-three .inner-box .rating span i {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 13px;
}

.page-title.style-three .inner-box h2 {
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 13px;
}

.page-title.style-three .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.page-title.style-three .inner-box h3 span {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.page-title.style-three:before {
    opacity: 0.3;
}


/** tour-details **/

.tour-details {
    position: relative;
}

.tour-details-content {
    position: relative;
    padding: 25px 0px 120px 0px;
    margin-right: 20px;
}

.tour-details-content h2 {
    cursor: pointer;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 23px;
}

.tour-details-content h2:hover {
    color: #ff7c5b;
}

.tour-details-content .inner-box .text p {
    margin-bottom: 28px;
}

.tour-details-content .inner-box .text .info-list {
    position: relative;
    display: block;
    background: #f5f6f6;
    border: 1px solid #e6ebeb;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
}

.tour-details-content .inner-box .text .info-list li {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.tour-details-content .inner-box .text .info-list li:last-child {
    width: 40%;
}

.tour-details-content .inner-box .text .info-list li i {
    margin-right: 10px;
}

.tour-details-content .inner-box .text .info-list li:before {
    position: absolute;
    content: '';
    background: #dce0e0;
    width: 1px;
    height: 20px;
    top: 4px;
    right: 0px;
}

.tour-details-content .inner-box .text .info-list li:last-child:before {
    display: none;
}

.tour-details-content .inner-box {
    position: relative;
    margin-bottom: 40px;
}

.tour-details-content .overview-inner .overview-list {
    position: relative;
    display: block;
    border: 1px solid #e4e8e9;
}

.tour-details-content .overview-inner .overview-list>li {
    position: relative;
    display: block;
    padding: 0px 30px 0px 40px;
    border-bottom: 1px solid #e4e8e9;
    font-size: 17px;
    font-weight: 500;
    color: #888888;
}

.tour-details-content .overview-inner .overview-list>li:last-child {
    border-bottom: none;
}

.tour-details-content .overview-inner .overview-list>li:before {
    position: absolute;
    content: '';
    background: #e4e8e9;
    width: 1px;
    height: 100%;
    left: 285px;
    top: 0px;
}

.tour-details-content .overview-inner .overview-list>li span {
    position: relative;
    display: inline-block;
    width: 215px;
    font-size: 17px;
    color: #061a3a;
    padding: 25px 0px 24px 0px;
    font-weight: 500;
    margin-right: 70px;
}

.tour-details-content .overview-inner .overview-list li ul {
    position: relative;
    display: inline-block;
}

.tour-details-content .overview-inner .overview-list li ul li {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 9px;
}

.tour-details-content .overview-inner .overview-list li ul li:last-child {
    margin-bottom: 0px;
}

.tour-details-content .overview-inner .overview-list li ul li:before {
    position: absolute;
    font-family: 'icomoon';
    left: 0px;
    top: 0px;
    font-size: 15px;
}

.tour-details-content .overview-inner .overview-list li ul.included-list li:before {
    content: "\e906";
}

.tour-details-content .overview-inner .overview-list li ul.excluded-list li:before {
    content: "\e911";
}

.tour-details-content .overview-inner .overview-list>li.clearfix span {
    float: left;
}

.tour-details-content .overview-inner .overview-list li ul {
    padding: 24px 0px;
}

.tour-details-content .overview-inner {
    position: relative;
    margin-bottom: 92px;
}

.tour-details-content .tour-plan .text {
    margin-bottom: 43px;
}

.tour-details-content .tour-plan .single-box {
    position: relative;
    padding-left: 110px;
    padding-bottom: 62px;
}

.tour-details-content .tour-plan .single-box:last-child {
    padding-bottom: 0px;
}

.tour-details-content .tour-plan .single-box:before {
    position: absolute;
    content: '';
    background: #e4e8e9;
    width: 1px;
    height: 100%;
    left: 35px;
    top: 10px;
    z-index: -1;
}

.tour-details-content .tour-plan .single-box:last-child:before {
    display: none;
}

.tour-details-content .tour-plan .single-box span {
    position: absolute;
    display: inline-block;
    left: 5px;
    top: 3px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

.tour-details-content .tour-plan .single-box span:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border-radius: 50%;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.tour-details-content .tour-plan .single-box h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.tour-details-content .tour-plan .single-box h3 {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 26px;
}

.tour-details-content .tour-plan .single-box p {
    margin-bottom: 15px;
}

.tour-details-content .tour-plan .single-box .list li {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #061a3a;
    margin-bottom: 9px;
}

.tour-details-content .tour-plan .single-box .list li:last-child {
    margin-bottom: 0px;
}

.tour-details-content .tour-plan .single-box .list li:before {
    position: absolute;
    content: '';
    border: 1px solid #cfd3d3;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}

.tour-details-content .tour-plan {
    position: relative;
    margin-bottom: 81px;
}

.tour-details-content .photo-gallery .image-box {
    position: relative;
    margin: 0px -5px;
}

.tour-details-content .photo-gallery .image-box .image {
    position: relative;
    float: left;
    margin: 0px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #000000;
}

.tour-details-content .photo-gallery .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.tour-details-content .photo-gallery .image-box .image:hover img {
    opacity: 0.3;
}

.tour-details-content .photo-gallery .image-box .image .view-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    z-index: 1;
}

.tour-details-content .photo-gallery .image-box .image:hover .view-btn {
    transform: translate(-50%, -50%) scale(1, 1);
}

.tour-details-content .photo-gallery .text {
    margin-bottom: 31px;
}

.tour-details-content .photo-gallery {
    position: relative;
    margin-bottom: 90px;
}

.tour-details-content .location-map .text {
    margin-bottom: 30px;
}

.tour-details-content .location-map .map-inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.tour-details-content .location-map #contact-google-map {
    position: relative;
    width: 100%;
    height: 370px;
}

.tour-details-content .location-map {
    position: relative;
    margin-bottom: 91px;
}

.progress-box {
    margin-bottom: 13px;
    position: relative;
}

.progress-box:last-child {
    margin-bottom: 0px;
}

.progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background: #ebeded;
    border-radius: 3px;
}

.progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    border-radius: 3px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.progress-box .bar-inner.counted .count-text {
    opacity: 1;
}

.progress-box p {
    position: relative;
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
}

.progress-box .count-text {
    position: absolute;
    bottom: 9px;
    right: 0px;
    font-size: 15px;
    font-weight: 500;
}

.tour-details-content .review-box {
    position: relative;
    display: block;
    border: 1px solid #e6ebeb;
    border-radius: 10px;
    padding-left: 200px;
    overflow: hidden;
}

.tour-details-content .review-box .text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 100%;
    background: #f5f6f6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-details-content .review-box .text h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 0px;
}

.tour-details-content .review-box .text span {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

.tour-details-content .review-box .progress-content {
    position: relative;
    padding: 42px 50px 49px 50px;
}

.tour-details-content .review-box {
    margin-bottom: 111px;
}

.tour-details-content .comment-box .comment-form {
    position: relative;
    display: block;
    background: #f5f6f6;
    padding: 50px 50px;
    border-radius: 10px;
}

.tour-details-content .comment-box .comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.tour-details-content .comment-box .comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.tour-details-content .comment-box .comment-form .form-group input[type='text'],
.tour-details-content .comment-box .comment-form .form-group input[type='email'],
.tour-details-content .comment-box .comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 15px;
    color: #848484;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.tour-details-content .comment-box .comment-form .form-group textarea {
    resize: none;
    height: 170px;
}

.tour-details-content .comment-box .comment-form .form-group input:focus,
.tour-details-content .comment-box .comment-form .form-group textarea:focus {}

.tour-details-content .comment-box .text {
    position: relative;
    margin-bottom: 24px;
}

.tour-details-content .comment-box .text .list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-bottom: 17px;
}

.tour-details-content .comment-box .text .list li h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}

.tour-details-content .comment-box .text .list li i {
    font-size: 15px;
}

.tour-details-content .comment-box .text p {
    margin-bottom: 37px;
}

.tour-details .tour-sidebar {
    position: relative;
    margin-top: -163px;
    z-index: 1;
}

.tour-sidebar .form-widget {
    position: relative;
    display: block;
    background: #f5f6f6;
    padding: 20px 30px 50px 30px;
    border-radius: 10px;
    margin-bottom: 35px;
}

.tour-sidebar .tour-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.tour-sidebar .tour-form .form-group:last-child {
    margin-bottom: 0px;
}

.tour-sidebar .tour-form .form-group input[type='text'],
.tour-sidebar .tour-form .form-group input[type='email'],
.tour-sidebar .tour-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 43px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.tour-sidebar .tour-form .form-group input:focus,
.tour-sidebar .tour-form .form-group textarea:focus {}

.tour-sidebar .tour-form .form-group textarea {
    resize: none;
    height: 160px;
}

.tour-sidebar .tour-form .form-group button {
    display: block;
    width: 100%;
}

.tour-sidebar .tour-form .form-group select,
.tour-sidebar .tour-form .form-group input[type='time'],
.tour-sidebar .tour-form .form-group input[type='number'] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    transition: all 500ms ease;
    appearance: none;
}

.tour-sidebar .tour-form .pickup-time-group select {
    flex: 1;
    height: 43px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.tour-sidebar .tour-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 43px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    transition: all 500ms ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}






/** booking-process **/

.booking-section {
    position: relative;
    padding: 120px 0px;
}

.booking-process-content .process-label {
    position: relative;
    display: block;
    border: 1px solid #e6ebeb;
    background: #f5f6f6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 61px;
}

.booking-process-content .process-label li {
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    padding: 25px 0px;
    background: #f5f6f6;
    font-size: 17px;
    color: #808080;
    font-weight: 500;
}

.booking-process-content .process-label li:last-child {
    width: 34%;
}

.booking-process-content .process-label li span {
    margin-right: 10px;
}

.booking-process-content .process-label li:nth-child(2):before {
    position: absolute;
    content: '';
    right: 12px;
    top: 8px;
    width: 60px;
    height: 60px;
    border-right: 1px solid #dce0e0;
    border-top: 1px solid #dce0e0;
    transform: rotate(45deg);
}

.booking-process-content .process-label li.current {
    color: #ffffff;
    clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.booking-process-content .processing-form .form-group {
    position: relative;
    margin-bottom: 22px;
}

.booking-process-content .processing-form .column:last-child .form-group {
    margin-bottom: 0px;
}

.booking-process-content .processing-form .form-group label {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}

.booking-process-content .processing-form .form-group input[type='text'],
.booking-process-content .processing-form .form-group input[type='email'],
.booking-process-content .processing-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e6ebeb;
    border-radius: 5px;
    font-size: 15px;
    color: #848484;
    width: 500;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.booking-process-content .processing-form .form-group input:focus,
.booking-process-content .processing-form .form-group textarea:focus {}

.booking-process-content .processing-form .form-group textarea {
    height: 170px;
    resize: none;
}

.booking-process-content h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 24px;
}

.booking-process-content .processing-form .form-group.message-btn {
    padding-top: 48px;
}

.booking-process-content .processing-form .form-group .theme-btn i {
    margin-left: 10px;
}

.process-sidebar .content-box {
    position: relative;
    display: block;
    background: #14161c;
    border-radius: 10px;
    padding: 41px 30px 50px 30px;
}

.mr-20 {
    margin-right: 20px;
}

.process-sidebar .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 22px;
}

.process-sidebar .content-box .image-box {
    position: relative;
    display: block;
    margin-right: 10px;
    margin-bottom: 22px;
}

.process-sidebar .content-box .image-box img {
    width: 100%;
    border-radius: 10px;
}

.process-sidebar .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 13px;
}

.process-sidebar .content-box .info li {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 16px 0px 14px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.process-sidebar .content-box .info li:last-child {
    border-bottom: none;
}

.process-sidebar .content-box .info li i {
    position: absolute;
    left: 0px;
    top: 21px;
}

.process-sidebar .content-box .info li span {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.process-sidebar .content-box .info {
    position: relative;
    margin-bottom: 19px;
}

.process-sidebar .content-box .price h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background: #ffffff;
    padding: 16px 25px;
    border-radius: 5px;
    text-align: center;
}

.booking-process-2 .booking-process-content .process-label li:nth-child(2):before {
    display: none;
}

.booking-process-2 .booking-process-content .process-label li:first-child {}

.booking-process-2 .booking-process-content .process-label li.current {
    clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.booking-process-content .processing-form .form-group .card-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
}

.booking-process-content .processing-form .form-group .card-list li:last-child {
    margin-right: 5px;
}

.booking-process-content .processing-form .form-group .card-list li img {
    border-radius: 5px;
}

.booking-process-content .processing-form .payment-option {
    position: relative;
    padding-top: 40px;
}

.booking-process-2 .booking-process-content .processing-form .form-group.message-btn a.theme-btn {
    float: left;
}

.booking-process-2 .booking-process-content .processing-form .form-group.message-btn button.theme-btn {
    float: right;
}

.booking-process-2 .booking-process-content .processing-form .form-group.message-btn a.theme-btn i {
    margin-left: 0px;
    margin-right: 10px;
}

.booking-process-3 .booking-process-content .process-label li.current {
    clip-path: polygon(88% 0%, 100% 50%, 88% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.booking-process-content .process-label li:nth-child(2):before {
    display: none;
}

.booking-process-3 .booking-process-content .process-label li:first-child:before {
    position: absolute;
    content: '';
    right: 12px;
    top: 8px;
    width: 60px;
    height: 60px;
    border-right: 1px solid #dce0e0;
    border-top: 1px solid #dce0e0;
    transform: rotate(45deg);
}

.booking-process-3 .booking-process-content .process-label li:first-child,
.booking-process-3 .booking-process-content .process-label li:nth-child(2) {}

.booking-process-3 .booking-process-content .process-label {
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.booking-process-content .confirm-box .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e6ebeb;
    border-radius: 5px;
    padding: 81px 30px 76px 30px;
}

.booking-process-content .confirm-box .inner-box .icon-box {
    position: relative;
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 25px;
}

.booking-process-content .confirm-box .inner-box p a {
    display: inline-block;
}

.booking-process-content .confirm-box .inner-box p a:hover {
    text-decoration: underline;
}

.booking-process-content .confirm-box h3 {
    margin-bottom: 32px;
}

.booking-process-content .confirm-box .inner-box h3 {
    margin-bottom: 22px;
}

.before-none:before {
    display: none !important;
}

.offer-section.tour-deals-page {
    padding-bottom: 120px;
}

.offer-section.tour-deals-page .offer-block-one .inner-box {
    margin-bottom: 30px;
}

.team-section.tour-guide-page {
    padding: 150px 0px 120px 0px;
}

.team-section.tour-guide-page .team-block-one .inner-box {
    margin-bottom: 30px;
}




/* .sec-title h2{
            text-align: center;
        } */

.accordion-box .block {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e6ebeb;
    transition: all 500ms ease;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn .icon-outer:after {
    position: absolute;
    content: "\e913";
    font-size: 16px;
    color: #dadee1;
    font-family: 'icomoon';
    font-weight: 400;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:after {
    color: #ffffff;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 19px 80px 21px 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {}

.accordion-box .block .acc-btn.active h4 {
    color: #ffffff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 34px 40px 40px 40px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-content .text p {
    margin-bottom: 23px;
}

.accordion-box .block .acc-content .text .list li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #061a3a;
    padding-left: 20px;
    margin-bottom: 9px;
}

.accordion-box .block .acc-content .text .list li:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-content .text .list li:before {
    position: absolute;
    content: '';
    border: 1px solid #cfd3d3;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}



.sidebar-page-container {
    position: relative;
    padding: 150px 0px;
}



/* social links */
.social-links {
    list-style: none;
    padding: 0;
    margin: 12px;
    display: flex;
    /* ensures one row */
    gap: 15px;
    /* spacing between icons */
    justify-content: center;
    /* optional, center-align */
    align-items: center;
    padding-right: 52px;
}

.social-links li a {
    color: #ffffff;
    /* icon color */
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links li a:hover {
    color: #007bff;
    /* hover color */
}

.contact-section .form-inner {
    position: relative;
    display: block;
    background: #f5f6f6;
    padding: 50px 50px;
    border-radius: 10px;
}

.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea {
    resize: none;
    height: 170px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {}

/* overview section and booking form */
/* Section container and layout */
.golf-info-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.golf-info-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000000;
}

.section-title:hover {
    color: #ff7c5b;
}

/* Flex layout for content */
.tour-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* Align items to equal height */
    gap: 40px;
}

/* Left (Tour Overview) and Right (Booking Form) have equal width */
.tour-overview-text,
.tour-booking-form {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* Ensure children are stacked vertically */
}

/* Tour Overview Styles */
.tour-overview-text {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Booking Form Styles */
.tour-booking-form {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    /* Ensure form stretches to match height of left column */
}

.tour-booking-form h3:hover {
    color: #ff7c5b;
}

/* Form layout */
.tour-booking-form form {
    flex-grow: 1;
    /* Allow form to grow and fill height */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* Heading styles inside form */
.tour-booking-form h3 {
    font-weight: bold;
    text-align: center;
    grid-column: span 2;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #333;
}

/* Label and input field styles */
.tour-booking-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.tour-booking-form input,
.tour-booking-form textarea,
.tour-booking-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: inherit;
    box-sizing: border-box;
}

.tour-booking-form textarea {
    grid-column: span 2;
}

/* Submit button styles */
.tour-booking-form button {
    grid-column: span 2;
    padding: 10px 20px;
    background-color: #ff7c5b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tour-booking-form button:hover {
    background-color: #0b2a5c;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .tour-content-wrapper {
        flex-direction: column;
        gap: 20px;
        /* Adjust gap for mobile */
    }

    .tour-booking-form form {
        grid-template-columns: 1fr;
        /* Single column on small screens */
    }

    .tour-booking-form h3,
    .tour-booking-form textarea,
    .tour-booking-form button {
        grid-column: span 1;
    }
}


/* tour highlights */
.tour-highlights {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.highlight-header {
    display: flex;
    align-items: center;
    color: #d72323;
    margin-bottom: 15px;
}

.highlight-header i {
    font-size: 22px;
    margin-right: 10px;
}

.highlight-header h3 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    color: #333;
}

.highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlight-list li {
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.5;
}

.highlight-list i {
    color: #d72323;
    margin-right: 10px;
    font-size: 14px;
    margin-top: 4px;
}

/* Responsive adjustment (for mobile) */
@media screen and (max-width: 768px) {
    .tour-content-wrapper {
        flex-direction: column;
    }

    .tour-overview-text,
    .tour-booking-form {
        width: 100%;
        margin-bottom: 30px;
    }

    .tour-highlights {
        margin-top: 20px;
    }
}

/* end */

/* tour itenary */
.tour-itinerary-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.itinerary-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

/* Itinerary Left Section */
.itinerary-accordion {
    flex: 0 0 65%;
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.itinerary-accordion h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
    color: #333;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item h3 {
    font-size: 18px;
    color: skyblue;
    margin-bottom: 10px;
}

.accordion-item p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.itinerary-buttons {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.itinerary-buttons .btn {
    background-color: skyblue;
    padding: 12px 25px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    flex: 1 1 200px;
    color: #fff;
    /* Ensure default text is white */
}

.book-now {
    background-color: #ff7c5b;
    color: #fff;
}

.book-now:hover {
    background-color: #000000 !important;
    /* Blue background */
    color: #fff !important;
    /* White text */
}

.whatsapp {
    background-color: #25D366;
    color: #fff;
}

.whatsapp:hover {
    background-color: #000000 !important;
    /* Dark blue background */
    color: #fff !important;
    /* White text */
}

/* ✅ Mobile Responsive */
@media (max-width: 600px) {
    .itinerary-buttons {
        flex-direction: row;
        padding: 0px;
    }

    .itinerary-buttons .btn {
        width: 100%;
    }
}



/* Right: Tripadvisor Banner */
.trip-banner {
    flex: -1 0 33%;
    background: #fff;
    border: 1px solid #4caf50;
    padding: 16px;
    height: 350px;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.trip-logo img {
    width: 130px;
    margin-bottom: 15px;
}

.trip-banner h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.stars {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.green-dot {
    width: 12px;
    height: 12px;
    background: #4caf50;
    border-radius: 50%;
    margin-right: 4px;
}


/* Responsive */
@media (max-width: 768px) {
    .itinerary-container {
        flex-direction: column;
    }

    .itinerary-accordion,
    .trip-banner {
        flex: 1 1 100%;
    }
}

/* end */

/* tour included css */
.tour-cost-section {
    padding: 40px 0;
    background: #fdfdfd;
}

.cost-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.cost-box {
    flex: 0 0 48%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cost-box h3 {
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.cost-box h3:hover {
    color: #ff7c5b;
}

.cost-box ul {
    padding-left: 20px;
}

.cost-box ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #444;
    list-style: circle;
}

@media (max-width: 768px) {
    .cost-box {
        flex: 0 0 100%;
    }
}

/* offer section */
.offer-banner {
    background-color: #f9f9f9;
    padding: 40px 0;
    text-align: center;
}

.offer-banner .offer-image img {
    max-width: 100%;
    height: auto;
    width: 350px;
    /* Adjust width as per your design */
}

@media (max-width: 450px) {
    .offer-banner {
        margin-bottom: -45px;
    }
}



/* end */



/* included excluded */
.overview-inner {
    display: block;
    padding: 20px 0;
}

.overview-section {
    margin-bottom: 20px;
}

.overview-section h4 {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}


.excluded-list {
    padding-left: 20px;
    /* Add spacing for bullets */
}

.included-list {
    padding-left: 20px;
}

.included-list li {
    list-style-type: disc;
    /* Show bullet points */
    margin-bottom: 8px;
    font-size: 16px;
    color: #666;
}

.excluded-list li {
    list-style-type: disc;
    /* Show bullet points */
    margin-bottom: 8px;
    font-size: 16px;
    color: #666;
}


/* nvanbar */
/* NAVBAR CONTAINER */
.navbar {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo img {
    height: 65px;
    max-width: 200%;
    object-fit: contain;
}

.nav-toggle {
    display: none;
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
}

/* NAV MENU */
ul.nav-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
    transition: all 0.3s ease;
}

ul.nav-menu li {
    position: relative;
}

ul.nav-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 10px;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

ul.nav-menu li:hover>a {
    color: rgb(255, 124, 91);
}

/* DROPDOWN MENU */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    /* black background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    min-width: 220px;
    z-index: 999;
    transition: all 0.3s ease;
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    /* white text */
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background-color: #f3f3f3;
    color: rgb(255, 124, 91);
    /* hover orange */
}

.dropdown-menu.open {
    display: block;
}

/* SUBMENU */
.has-submenu {
    position: relative;
}

.has-submenu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    /* black background */
    min-width: 180px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.has-submenu .submenu a {
    display: block;
    padding: 10px;
    color: #fff;
    /* white text */
    text-decoration: none;
}

.has-submenu .submenu a:hover {
    background: #f3f3f3;
    color: rgb(255, 124, 91);
    /* hover orange */
}

/* HOVER OPEN (desktop) */
li:hover .dropdown-menu {
    display: block;
}

.has-submenu:hover>.submenu {
    display: block;
}

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
    .nav-toggle {
        display: block;
    }

    ul.nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: rgba(0, 0, 0, 0.95);
        padding: 20px;
        gap: 15px;
    }

    ul.nav-menu.active {
        display: flex;
    }

    .dropdown-menu,
    .submenu {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 0;
        box-shadow: none;
    }

    .dropdown-menu a,
    .submenu a {
        color: #fff;
        padding: 10px 15px;
    }

    .has-submenu .submenu {
        padding-left: 15px;
    }
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #002147;
    /* dark blue */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}


/* footer */
/* footer */
.site-footer {
    background: linear-gradient(-45deg, #111, #1a1a1a, #0f0f0f, #1a1a1a);
    background-size: 400% 400%;
    animation: animateBackground 12s ease infinite;
    color: #ccc;
    padding: 40px 20px 10px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: -152px;
    /* margin-top: 34px; */
}

.phone-link {
    color: #fff !important;
    text-decoration: none !important;
    -webkit-text-size-adjust: none;
    font-size: 14px;
    /* optional: match your design */
}

.phone-link:visited {
    color: #fff !important;
    text-decoration: none !important;
}


@keyframes animateBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    column-gap: 5px;
    row-gap: 15px;
    max-width: 1200px;
    margin: auto;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.footer-col {
    flex: 1 1 22%;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo {
    width: 235px;
    margin-bottom: 10px;
}

.footer-about {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: -5px;
    /* text-align: justify; */
    /* 👈 Word spacing ko equal karega */
    /* text-justify: inter-word; */
}

.footer-social a img {
    width: 24px;
    margin-right: 10px;
    transition: transform 0.3s;
}

/* .footer-social a img:hover {
  transform: scale(1.2);
} */

.footer-social a:hover {
    color: rgb(255, 124, 91);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: rgb(255, 124, 91);
}

.contact-info {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-info img {
    width: 18px;
    margin-right: 10px;
}

.payment-heading {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
}

.payment-icons img {
    width: 40px;
    margin-right: 8px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #222;
}

.footer-bottom a {
    color: rgb(255, 124, 91);
}

.footer-social a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-right: 12px;
    transition: color 0.3s, transform 0.3s;
}

.footer-social a:hover {
    color: rgb(255, 124, 91);
    transform: scale(1.2);
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-info i {
    color: rgb(255, 124, 91);
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
}

.payment-icons img {
    width: 40px;
    margin-right: 8px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
}



@media (max-width: 600px) {
    .footer-social a img {
        margin-right: 6px;
    }

    .payment-icons img {
        width: 32px;
        margin-right: 6px;
    }
}

/* @media (max-width: 768px){
  .site-footer{
    
    padding: 161px 20px;
  }
} */

@media (max-width: 768px) {
    .tripadvisor-card {
        margin-bottom: 162px;
    }
}


/* Responsive Styles */
@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }

    ul.nav-menu {
        flex-direction: column;
        width: 100%;
        display: none;
        margin-top: 10px;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 15px 0;
    }

    ul.nav-menu.active {
        display: flex;
    }

    ul.nav-menu li {
        width: 100%;
        text-align: left;
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        border: none;
    }

    .dropdown-menu a {
        padding-left: 25px;
    }

    .slide-content h1 {
        font-size: 2rem;
    }

    .slide-content p {
        font-size: 1rem;
    }

    .navbar {
        padding: 10px 15px;
    }
}


/* itenary css */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Hero Section */
.hero {
    background: url('my\ images/itenarybanner.jpg') no-repeat center center/cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 20px;
}

.hero h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.breadcrumb {
    font-size: 14px;
    color: #ddd;
}

/* Main Layout */
.two-column {
    display: flex;
    gap: 30px;
    padding: 40px 0;
}

.left-column {
    flex: 2;
}

.right-column {
    flex: 1;
    position: relative;
}

/* Tour Overview */
.tour-overview {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.tour-details p {
    margin-bottom: 10px;
}

.tour-details h2 {
    color: #061a3a;
}

/* Itinerary */
.itinerary h2,
.inclusions h2,
.cta h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.itinerary-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.itinerary-buttons .btn {
    background-color: skyblue;
    padding: 12px 25px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    flex: 1 1 200px;
    color: #fff;
}

.book-btn {
    background-color: #2980b9;
    color: #fff;
}

.book-btn:hover {
    background-color: #1c5985;
}

.whatsapp-btn {
    background-color: #25d366;
    color: #fff;
}

.whatsapp-btn:hover {
    background-color: #1da851;
}

.itinerary .day {
    margin-bottom: 20px;
}

.itinerary .day h3 {
    color: #d9534f;
    font-size: 20px;
    margin-bottom: 5px;
}

/* Inclusions & Exclusions */
.inclusions {
    background-color: #f1f1f1;
    padding: 30px;
    margin: 40px 0;
    border-radius: 10px;
    margin-bottom: 120px;
}

.inclusions h2 {
    color: skyblue;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.inclusion-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.inclusion-box,
.exclusion-box {
    flex: 1 1 45%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.inclusion-box h4,
.exclusion-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.inclusion-box ul,
.exclusion-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inclusion-box li,
.exclusion-box li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.icon {
    margin-right: 10px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .inclusion-wrapper {
        flex-direction: column;
    }
}



/* CTA Section */
.cta {
    margin-top: 40px;
    text-align: center;
}

.btn-book {
    display: inline-block;
    padding: 10px 25px;
    background-color: #d9534f;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

/* Sidebar Form */
.sidebar-form {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    top: 30px;
}

.sidebar-form p {
    color: rgb(37, 111, 141);
}

.sidebar-form h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.sidebar-form input,
.sidebar-form textarea,
.sidebar-form select,
.sidebar-form button {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sidebar-form textarea {
    resize: vertical;
    height: 80px;
}

.sidebar-form button {
    background-color: rgb(255, 124, 91);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.sidebar-form button:hover {
    background-color: #101279;
}

/* NEW for inline rows */
.sidebar-form .row {
    display: flex;
    gap: 10px;
}

.sidebar-form .row select,
.sidebar-form .row input {
    flex: 1;
}


/* Tour Cards */
.tour-card {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.tour-card img {
    width: 100%;
    height: auto;
}

.tour-card h4 {
    padding: 15px 10px 5px;
    font-size: 18px;
}

.tour-card a {
    display: inline-block;
    margin: 10px 0 15px;
    background: #5bc0de;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.tour-card a:hover {
    background: #31b0d5;
}

@media(max-width:768px) {
    .tour-card {
        margin-bottom: 128px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .two-column {
        flex-direction: column;
    }

    .right-column {
        position: static;
    }
}

@media (max-width: 600px) {
    .hero h1 {
        font-size: 22px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .itinerary h2,
    .inclusions h2,
    .cta h2 {
        font-size: 22px;
    }

    .sidebar-form h3 {
        font-size: 18px;
    }

    .tour-card h4 {
        font-size: 16px;
    }
}




/* bookingform */
.sidebar-form h3 {
    text-align: center;
    background-color: skyblue;
}



/* new itenary css */
.itinerary-banner {
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Mobile-specific tweak if needed */
@media (max-width: 768px) {
    .banner-img {
        height: auto;
    }
}

/* tour overview */
/* CONTAINER LAYOUT */
.tour-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    background: #fff;
}

/* Left Side - Tour Overview */
.tour-overview {
    max-width: 800px;
    /* Limit the width for better readability */
    margin-bottom: 40px;
}

.tour-overview h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.tour-overview p {
    font-size: 16px;
    line-height: 1.8;
    /* Better vertical rhythm */
    text-align: justify;
    /* Aligns text equally on both sides */
    margin-bottom: 20px;
    color: #000000;
    /* margin-right: 30px;             */
}

/* Right Side - Booking Form */
.booking-form {
    flex: 1;
    min-width: 320px;
    background: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 168px;
}

.booking-form h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
}

/* headings inside form */
.info-heading {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #000000;
}

.booking-form label {
    font-weight: 600;
    display: block;
    margin-top: 12px;
    color: #444;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.booking-form textarea {
    height: 80px;
    resize: none;
}

/* Two column layout for phone & code and HH/MM */
.form-row {
    display: flex;
    gap: 10px;
}

.form-row input,
.form-row select {
    flex: 1;
}

.note-text {
    font-size: 11px;
    color: rgb(0, 0, 0);
    margin-top: 8px;
}

.booking-btn {
    width: 100%;
    padding: 12px;
    background: rgb(255, 124, 91);
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s ease;
}

.booking-btn:hover {
    background: #121157;
}

/* Responsive */
@media(max-width: 768px) {
    .tour-section {
        flex-direction: column;
    }
}

/* itenarey */
.tour-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    background: #fff;
}

.tour-overview {
    flex: 1;
    min-width: 300px;
}

.tour-overview h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.tour-overview p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

/* --- ITINERARY SECTION --- */
.itin-heading {
    font-size: 24px;
    margin: 25px 0 15px;
    color: #222;
    font-weight: bold;
}

.itinerary h4 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
}

.itinerary p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* --- BUTTON ROW --- */
.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-btn {
    background: rgb(255, 124, 91);
    color: #fff;
}

.book-btn:hover {
    background: #1d1b72;
}

.whatsapp-btn {
    background: rgb(255, 124, 91);
    color: #fff;
}

.whatsapp-btn:hover {
    background: #1d1b72;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .tour-section {
        flex-direction: column;
    }

    .btn-row {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .tour-section {
        flex-direction: inherit;
        /* ✅ Mobile pe text center align */
        align-items: flex-end;
        margin-left: -25px;
        /* ✅ Whole section center hoga */
    }

    .tour-overview,
    .booking-form {
        width: 100%;
        max-width: 500px;
        /* ✅ Mobile pe ek decent width */
    }

    .btn-row {
        flex-direction: column;
        /* ✅ Buttons neeche neeche aa jayenge */
    }
}


/* included not included */
.inclusion-exclusion-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.include-exclude-wrapper {
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.included,
.excluded {
    flex: 1;
}

.included h2,
.excluded h2 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
}

.included ul li,
.excluded ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .include-exclude-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .included h2,
    .excluded h2 {
        text-align: center;
    }
}


/* tripadvisor poster */
.booking-right-column {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end;  */
    gap: 30px;
    margin-bottom: 274px;
}





/* 3 */
/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
}

header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* NAVBAR CONTAINER */
.navbar {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo img {
    height: 65px;
    max-width: 200%;
    object-fit: contain;
}

.nav-toggle {
    display: none;
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
}

/* NAV MENU */
ul.nav-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
    transition: all 0.3s ease;
}

ul.nav-menu li {
    position: relative;
}

ul.nav-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 10px;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

ul.nav-menu li:hover>a {
    color: rgb(255, 124, 91);
}

/* DROPDOWN MENU */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    /* black background */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    min-width: 220px;
    z-index: 999;
    transition: all 0.3s ease;
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    /* white text */
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background-color: #f3f3f3;
    color: rgb(255, 124, 91);
    /* hover orange */
}

.dropdown-menu.open {
    display: block;
}

/* SUBMENU */
.has-submenu {
    position: relative;
}

.has-submenu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    /* black background */
    min-width: 180px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

.has-submenu .submenu a {
    display: block;
    padding: 10px;
    color: #fff;
    /* white text */
    text-decoration: none;
}

.has-submenu .submenu a:hover {
    background: #f3f3f3;
    color: rgb(255, 124, 91);
    /* hover orange */
}

/* HOVER OPEN (desktop) */
li:hover .dropdown-menu {
    display: block;
}

.has-submenu:hover>.submenu {
    display: block;
}

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
    .nav-toggle {
        display: block;
    }

    ul.nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: rgba(0, 0, 0, 0.95);
        padding: 20px;
        gap: 15px;
    }

    ul.nav-menu.active {
        display: flex;
    }

    .dropdown-menu,
    .submenu {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.9);
        border-radius: 0;
        box-shadow: none;
    }

    .dropdown-menu a,
    .submenu a {
        color: #fff;
        padding: 10px 15px;
    }

    .has-submenu .submenu {
        padding-left: 15px;
    }
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #002147;
    /* dark blue */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}



/* Hero Slider */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider {
    height: 100%;
    width: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay for text */
    z-index: 1;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.slide-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.slide-content p {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .hero-slider {
        height: 80vh;
        /* reduce overall height on mobile */
    }

    .slide {
        background-size: cover;
        background-position: center;
    }

    .slide-content h1 {
        font-size: 2rem;
    }

    .slide-content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-slider {
        height: 70vh;
        /* smaller screens get slightly less height */
    }

    .slide-content h1 {
        font-size: 1.6rem;
    }

    .slide-content p {
        font-size: 0.95rem;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }

    ul.nav-menu {
        flex-direction: column;
        width: 100%;
        display: none;
        margin-top: 10px;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 15px 0;
    }

    ul.nav-menu.active {
        display: flex;
    }

    ul.nav-menu li {
        width: 100%;
        text-align: left;
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        border: none;
    }

    .dropdown-menu a {
        padding-left: 25px;
    }

    .slide-content h1 {
        font-size: 2rem;
    }

    .slide-content p {
        font-size: 1rem;
    }

    .navbar {
        padding: 10px 15px;
    }
}



/* .card {
  background: #fff;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
} */

.card {
    background: linear-gradient(to bottom right, #ffffff, #f7f7f7);
    color: #000;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
}

.card-image-wrapper {
    padding: 15px 15px 0;
    /* top space before image */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    /* optional: make image corners round */
}

@media (max-width: 768px) {
    .card img {
        height: 258px;
    }
}

.card h4 {
    font-size: 20px;
    padding: 10px 15px 5px;
}

.card a {
    color: rgb(13, 20, 87);
    text-decoration: none;
    font-weight: 600;
    padding: 0 15px 10px;
    display: inline-block;
}

.card a:hover {
    color: rgb(0, 0, 0);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}





/* scrollbutton */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
    font-size: 22px;
    background: rgb(255, 124, 91);
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
}

#scrollTopBtn:hover {
    background: #013557;
}




/* footer */
.site-footer {
    background: linear-gradient(-45deg, #111, #1a1a1a, #0f0f0f, #1a1a1a);
    background-size: 400% 400%;
    animation: animateBackground 12s ease infinite;
    color: #ccc;
    padding: 40px 20px 10px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: -152px;
    /* margin-top: 34px; */
}

.phone-link {
    color: #fff !important;
    text-decoration: none !important;
    -webkit-text-size-adjust: none;
    font-size: 14px;
    /* optional: match your design */
}

.phone-link:visited {
    color: #fff !important;
    text-decoration: none !important;
}


@keyframes animateBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    column-gap: 5px;
    row-gap: 15px;
    max-width: 1200px;
    margin: auto;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.footer-col {
    flex: 1 1 22%;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-logo {
    width: 235px;
    margin-bottom: 10px;
}

.footer-about {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: -5px;
    /* text-align: justify; */
    /* 👈 Word spacing ko equal karega */
    /* text-justify: inter-word; */
}

.footer-social a img {
    width: 24px;
    margin-right: 10px;
    transition: transform 0.3s;
}

/* .footer-social a img:hover {
  transform: scale(1.2);
} */

.footer-social a:hover {
    color: rgb(255, 124, 91);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: rgb(255, 124, 91);
}

.contact-info {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-info img {
    width: 18px;
    margin-right: 10px;
}

.payment-heading {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
}

.payment-icons img {
    width: 40px;
    margin-right: 8px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #222;
}

.footer-bottom a {
    color: rgb(255, 124, 91);
}

.footer-social a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-right: 12px;
    transition: color 0.3s, transform 0.3s;
}

.footer-social a:hover {
    color: rgb(255, 124, 91);
    transform: scale(1.2);
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-info i {
    color: rgb(255, 124, 91);
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
}

.payment-icons img {
    width: 40px;
    margin-right: 8px;
    border-radius: 4px;
    background: #fff;
    padding: 2px;
}



@media (max-width: 600px) {
    .footer-social a img {
        margin-right: 6px;
    }

    .payment-icons img {
        width: 32px;
        margin-right: 6px;
    }
}

/* @media (max-width: 768px){
  .site-footer{
    
    padding: 161px 20px;
  }
} */

@media (max-width: 768px) {
    .tripadvisor-card {
        margin-bottom: 162px;
    }
}



/* tour overview */
/* CONTAINER LAYOUT */
.tour-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    background: #fff;
}

/* Left Side - Tour Overview */
.tour-overview {
    max-width: 800px;
    /* Limit the width for better readability */
    margin-bottom: 40px;
}

.tour-overview h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.tour-overview p {
    font-size: 16px;
    line-height: 1.8;
    /* Better vertical rhythm */
    text-align: justify;
    /* Aligns text equally on both sides */
    margin-bottom: 20px;
    color: #333;
    /* margin-right: 30px;             */
}

/* Right Side - Booking Form */
.booking-form {
    flex: 1;
    min-width: 320px;
    background: #fafafa;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 168px;
}

.booking-form h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
}

/* headings inside form */
.info-heading {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #000000;
}

.booking-form label {
    font-weight: 600;
    display: block;
    margin-top: 12px;
    color: #444;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.booking-form textarea {
    height: 80px;
    resize: none;
}

/* Two column layout for phone & code and HH/MM */
.form-row {
    display: flex;
    gap: 10px;
}

.form-row input,
.form-row select {
    flex: 1;
}

.note-text {
    font-size: 11px;
    color: rgb(0, 0, 0);
    margin-top: 8px;
}

.booking-btn {
    width: 100%;
    padding: 12px;
    background: #36297c;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s ease;
}

.booking-btn:hover {
    background: #8a6a3c;
}

/* Responsive */
@media(max-width: 768px) {
    .tour-section {
        flex-direction: column;
    }
}

/* itenarey */
.tour-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    background: #fff;
}

.tour-overview {
    flex: 1;
    min-width: 300px;
}

.tour-overview h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

.tour-overview p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* --- ITINERARY SECTION --- */
.itin-heading {
    font-size: 24px;
    margin: 25px 0 15px;
    color: #222;
    font-weight: bold;
}

.itinerary h4 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 4px;
}

.itinerary p {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* --- BUTTON ROW --- */
.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-btn {
    background: #2b2183;
    color: #fff;
}

.book-btn:hover {
    background: #8a6a3c;
}

.whatsapp-btn {
    background: #111279;
    color: #fff;
}

.whatsapp-btn:hover {
    background: #1ebe5c;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .tour-section {
        flex-direction: column;
    }

    .btn-row {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .tour-section {
        flex-direction: inherit;
        /* ✅ Mobile pe text center align */
        align-items: flex-end;
        margin-left: -25px;
        /* ✅ Whole section center hoga */
    }

    .tour-overview,
    .booking-form {
        width: 100%;
        max-width: 500px;
        /* ✅ Mobile pe ek decent width */
    }

    .btn-row {
        flex-direction: column;
        /* ✅ Buttons neeche neeche aa jayenge */
    }
}


/* included not included */
.inclusion-exclusion-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    margin-bottom: 102px;
}

.include-exclude-wrapper {
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.included,
.excluded {
    flex: 1;
}

.included h2,
.excluded h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.included ul li,
.excluded ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .include-exclude-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .included h2,
    .excluded h2 {
        text-align: center;
    }
}



.ui-datepicker {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.ui-datepicker-header {
  background: #007bff;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
.ui-state-active {
  background: #007bff !important;
  color: white !important;
  border-radius: 50%;
}