@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
body{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #191D26;
    font-size: 16px;
}

/* ---- Custom Scrollbar (Global — all browsers) ---- */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 98, 15, 0.35) transparent;
}

/* Chrome / Safari / Edge (Webkit + Blink) */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
*::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb {
    background: rgba(212, 98, 15, 0.3);
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover {
    background: rgba(212, 98, 15, 0.55);
    border: 2px solid transparent;
    background-clip: padding-box;
}
*::-webkit-scrollbar-corner {
    background: transparent;
}
@media (min-width: 1220px) {
  .blg-detail .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1380px) {
  .blg-detail .container {
    max-width: 1360px !important;
  }
}
@media (min-width: 1580px) {
  .blg-detail .container {
    max-width: 1500px !important;
  }
}
.main-content{
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
}
img{
    max-width: 100%;
}
.btn {
    border-radius: 60px;
    padding: 15px 30px;
    gap: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    text-transform: uppercase;
    border: 0;
}
.button-sec {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}
.btn_secondary {
    background: transparent;
    border: 2px solid rgb(255 255 255);
    color: #fff;
}
.navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #D4620F;
}
.navbar-nav {
    gap: 15px;
    margin: 0 auto !important;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand .logo-img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}
a{text-decoration: none;}
a:-webkit-any-link:focus-visible, a:focus-visible {
    outline-offset: 0px;
    outline: 0;
}
h1,.h1{
    font-size: 75px;
    font-weight: 700;
}
h2,.h2{
    font-size: 50px;
    font-weight: 700;
}
h3,.h3{
    font-size: 32px;
    font-weight: 700;
}
h4,.h4{
    font-size: 22px;
}
h5,.h5{
    font-size: 18px;
}
h6,.h6{
    font-size: 15px;
}
h4, h5, h6{font-weight: 700;}
.form-control {
    border-color: #C1CEE0;
    font-size: 18px;
    padding: 13px 25px;
}
.header-sec {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 11;
}
.inner-header {
    background-image: url(../img/menu-bg.png);
    background-position: top center;
}
.header-sec.fixed-header {
    background: #000;
    position: fixed;
    top: 0;
    background-image: url(../img/menu-bg.png);
    background-position: top center;
}
.logo-fixed {
    display: none;
}
.header-sec.fixed-header .logo-img {
    max-height: 50px;
}
.fixed-header .btn {
    padding: 10px 20px;
}
.support-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
}
.t-header-left {
    display: flex;
    gap: 60px;
    font-size: 15px;
}
.lang-cn-wrap {
    display: flex;
    gap: 15px;
}
.supp-link-head ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin-bottom: 0;
}
.nav-btn-group {
    display: flex;
    gap: 15px;
}
.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #D4620F;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 50px;
    border: none;
    text-decoration: none !important;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.nav-cta-btn:hover {
    background: #1a1a1a;
    transform: translateX(2px);
}
.nav-cta-icon {
    display: flex;
    align-items: center;
}
.nav-cta-arrow {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}
.nav-cta-btn:hover .nav-cta-arrow {
    transform: translateX(4px);
}
.hero-sec {
    position: relative;
    padding: 190px 0 30px;
    height: calc(100% - 50px) !important;
    min-height: calc(100vh - 50px) !important;
}
.banner-p {
    padding: 100px 0;
    position: relative;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.address {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    position: relative;
}
.header-top {
    background: linear-gradient(180deg, rgba(254, 243, 223, 0.95) 0%, rgba(254, 243, 223, 0.95) 100%);
    padding: 10px 0;
}
.dropdown-toggle {
    padding: 6px 12px;
    border-radius: 30px;
    border: solid 1px #131212;
    line-height: 1.25;
    gap: 6px;
    font-size: 14px;
    text-transform: unset;
}
.dropdown-toggle:hover {
    gap: 6px;
    border: solid 1px #D4620F;
}
.dropdown-toggle svg {
    height: 14px;
    width: 14px;
}
.time {
    display: flex;
    align-items: center;
    gap: 10px;
}
.address:after {
    content: '';
    position: absolute;
    height: calc(100% - 6px);
    width: 2px;
    background: #000;
    right: -31px;
    top: 3px;
}
.a-ic img {
    height: 18px;
    width: 18px;
}
.a-ic {
    display: flex;
}
.supp-link-head ul li a {
    color: #131212;
    font-size: 15px;
}
.supp-link-head ul li {
    position: relative;
    display: flex;
}
.supp-link-head ul li:last-child:after {
    content: '';
    position: absolute;
    height: calc(100% - 8px);
    width: 2px;
    background: #131212;
    left: -16px;
    top: 5px;
}
.btn_primary {
    background: #D4620F;
    color: #fff;
    border: solid 2px #d3630e;
}
.btn_secondary:hover {
    background: #d3630e !important;
    color: #fff !important;
}
.btn_primary:hover {
    background: transparent;
    color: #fff !important;
    border: solid 2px #fff !important;
}
.btn_primary.btn_primary_light:hover {
    background: #000;
    border: solid 2px #d3630e !important;
}
.hero-sec:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(31, 30, 30, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    z-index: 0;
    left: 0;
}
.hero-sec .container {
    z-index: 1;

}
.home-banner-con {
    text-align: center;
}
.sc-down {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.btn_down {
    border: solid 2px #ffffff;
    border-radius: 10px;
    background: transparent;
    padding: 22px 20px;
}
.btn_down img{animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);}
@keyframes bounce {
50% {
    transform: translateY(-10px);
  }
}
.container-fluid {
    padding: 0 85px;
}
.hero-sec:before {
    content: '';
    position: absolute;
    height: 130px;
    width: 100%;
    left: 0px;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.sub-head-b {
    font-family: "Caveat", cursive;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 56px;
}
.home-banner-con h1 {
    color: #fff;
}
.home-banner-con h1 span {
    display: block;
    margin: 0 auto;
}


/* Why Section */
.title-center {
    text-align: center;
    margin-bottom: 30px;
}
.inner-sub-head {
    font-family: "Caveat", cursive;
    font-size: 40px;
    font-weight: 400;
}
.why-ic {
    height: 85px;
    width: 85px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto 25px;
    padding: 25px;
}
.why-tit {
    margin-bottom: 64px;
    position: relative;
}
.why-card {
    text-align: center;
}
.why-tit:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100px;
    background: #dc3545;
    bottom: -32px;
    left: calc(50% - 50px);
}
.why-sec:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(254 242 219 / 89%);
    top: 0;
    left: 0;
}
.why-sec .container {
    position: relative;
    z-index: 1;
}
.why-card p {
    margin-bottom: 0;
}



.category-row {
    display: flex;
    flex-wrap: wrap;
}

.category-col3 {
    flex: 0 0 25%;
}
.cate-card {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
.category-col6 {
    flex: 0 0 50%;
}
.category-cont {
    position: absolute;
    bottom: -40px;
    width: 100%;
    padding: 15px 20px;
    transition: all 0.5s;
    z-index: 1;
}

.category-cont p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.category-cont a {
    align-items: center;
    gap: 15px;
    color: #d4620e;
    display: flex;
    margin-top: 15px;
}

.cate-card:hover .category-cont {
    bottom: 0;
    transition: all 0.5s;
}

.cate-card:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #00000040;
}
.category-title.title-center {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(177deg, black, transparent);
    color: #fff;
    margin-bottom: 0;
    padding: 30px;
}
.tour-category-sec {
    position: relative;
}
.category-img {
    padding-bottom: 135%;
    position: relative;
}
.category-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.category-col6 .category-img {
    padding-bottom: 45%;
}




.carousel {
  position: relative;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* CARD */
.layer {
  position: absolute;
  width: 350px;
  height: 530px;
  border-radius: 22px;
  overflow: hidden;
  transition: transform .45s ease, opacity .45s ease;
  opacity: 1;
}

.layer.fade-out {
  opacity: 0;
  transform: scale(0.96);
}

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

/* POSITIONS */
.l1 {
  left: 1%;
  filter: blur(5px);
  z-index: 1;
  width: 290px;
  height: 440px;
}
.l2 {
  left: 13%;
  filter: blur(5px);
  z-index: 2;
}
.l3 {
  width: 420px;
  height: 640px;
  z-index: 10;
}
.l4 {
  right: 12%;
  filter: blur(5px);
  z-index: 2;
}
.l5 {
  right: 1%;
  filter: blur(5px);
  z-index: 1;
  width: 290px;
  height: 440px;
}

/* TITLE */
.carousel-tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 130px 15px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 130%);
}

.layer.l3 .carousel-tit {
  display: flex;
}
.arrow {
  position: absolute;
  background: transparent;
  border: 0;
  font-size: 40px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
.left { left: 2%; }
.right { right: 2%; }
.layer.l3 .carousel-tit {
    display: flex;
}
.title-left {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tit-r-menu {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 60%;
}
.tit-r-menu::-webkit-scrollbar {
    display: none;
}
.tit-r-menu ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: nowrap;
    padding-left: 0;
}
.tit-r-menu ul li {
    flex-shrink: 0;
}
.tit-r-menu ul li a {
    background: #d4620f38;
    color: #000000;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    transition: all 0.5s;
    white-space: nowrap;
}
.tit-r-menu ul li a.active {
    background: #d4620f;
    color: #fff;
    transition: all 0.5s;
}
.car-l p {
    margin-bottom: 0;
}



.trip-plan-sec {
    padding: 100px 0;
    min-height: 100vh;
    background: #000;
    height: 100%;
    display: flex;
    align-items: center;
}
.trip-plan-wrap {
    display: flex;
    gap: 20px;
}

.tl-img img {
    border-radius: 160px 160px 0px 160px;
    overflow: hidden;
    height: 100%;
}
.trip-img1 {
    border-radius: 160px 160px 160px 0px;
    overflow: hidden;
}

.trip-img2 {
    border-radius: 160px 0px 160px 160px;
    overflow: hidden;
}
.t-img2 {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.trip-plan-cont  .title-left {
    color: #fff;
}
.trip-plan-cont {
    padding-left: 35px;
}
.trip-icard {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.trip-icard span {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    flex: 0 0 55px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.t-info-cont {
    color: #fff;
}
.t-info-cont p {
    margin-bottom: 0;
}
.trip-plan-cont .title-left h2 {
    margin-bottom: 25px;
}
.tours-row {
    display: flex;
    gap: 15px;
    align-items: center;
}

.read-arrow {
    position: absolute;
    top: 10px;
    border-radius: 50%;
    background: #d4620f;
    z-index: 1;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
}
.tours-card{
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    height: 100%;
}
.read-arrow a {
    display: flex;
}
.tour-inner-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(180deg, rgba(196, 90, 31, 0) 0%, #C45A1F 132.26%);
    border-radius: 23px;
}
.tour-inner-cont p {
    margin-bottom: 0;
    color: #fff;
}
.tour-inner-cont h4 {
    margin-bottom: 0;
    color: #fff;
}
.tours-img {
    position: relative;
    padding-bottom: 75%;
}
.tours-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.tours-col {
    width: 20%;
}
.tours-col.tour_col_2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.tours-col.tour_col_3 .tours-img {
    padding-bottom: 158%;
}
.tours-cont {
    opacity: 0;
    transition: all 0.5s;
}
.tours-card:hover .tours-cont {
    opacity: 1;
    transition: all 0.5s;
}
.testimonial-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    position: relative;
}
.testimonial-sld .owl-item{
    transform: scale(.8) !important;
}
.testimonial-sld .owl-item.active.center {
    transform: scale(1) !important;    
}
.testimonial-sld .owl-item .testimonial-card:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000009c;
    top: 0;
    left: 0;
}
.owl-item.active.center .testimonial-card:after {
    display: none;
}
.rating-ic {
    display: flex;
}
.testimonial-wrap .title-center {
    color: #fff;
}
.client-img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
}
.client-cont {
    padding-top: 15px;
}
.rating-card {
    background: #FEF3DF;
    display: inline-flex;
    flex-direction: column;
    padding: 10px 18px;
    border-radius: 10px;
    gap: 5px;
}
.rating-card p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.c-author-wrap {
    margin-top: 15px;
}
.c-author-wrap h4 {
    color: #191D26;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.c-author-wrap p {
    font-size: 16px;
    color: #191D26;
    margin-bottom: 0;
}
.testimonial-wrap  .owl-nav [class*="owl-"] span  {
    display: none;
}
.testimonial-wrap .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    background: url(../img/arrow-r.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    position: absolute;
    top: calc(50% - 15px);
}
.testimonial-wrap .owl-nav .owl-prev {
    transform: rotate(180deg);
}
.testimonial-wrap .owl-nav {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 120px);
    margin: 0 auto;
}
.testimonial-wrap .owl-nav [class*="owl-"].owl-next {
    right: 60px;
}
.why-global .tours-row {
    align-items: unset;
    text-align: center;
}
.why-global .tours-col {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
}
.why-global .tours-row .w-icon {
    background: #D4620F;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.why-global .tours-col h4 span {
    display: block;
}
.footer-contact::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 80%);
}
.footer-contact {
    position: relative;
    overflow: hidden;
}
.footer-contact-con {
    width: 490px;
    color: #fff;
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.footer-contact-con h4 {
    font-weight: 500;
    margin: 0;
}
.footer-contact-con h3 {
    margin-bottom: 20px;
}
.footer-content-itm {
    margin-top: 40px;
}
.footer-content-itm {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer-content-meta p {
    margin: 0 0 8px;
}
.footer-content-meta a,
.footer-content-meta h4 a {
    color: #fff !important;
    text-decoration: none;
}
.footer-content-meta a:hover,
.footer-content-meta h4 a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.footers-top {
    background: #000000;
}
.padding-100{padding: 100px 0;}
.footers-clients {
    background: #F6F6F6;
    padding: 30px 50px;
    border-radius: 20px;
    position: relative;
}
.partners-carousel.owl-carousel {
    padding: 0 10px;
}
.partners-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footers-client {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    min-height: 80px;
}
.footers-client img {
    max-height: 60px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.footers-client:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
/* The Three O's Section */
.text-highlight {
    color: #D4620F;
}

/* Partners Carousel - Hide Navigation */
.partners-carousel.owl-carousel .owl-nav {
    display: none !important;
}
.footers-bot {
    background: #F8EDD9;
    padding: 20px 0;
}
.copyright-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.copyright-links a {
    color: #191D26;
}
.copyright-s p {
    margin: 0;
}
.footer-itms {
    margin-top: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.footer-itm-p {
    margin-top: 35px;
}
.social-links {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.social-links a {
    width: 50px;
    display: inline-flex;
    height: 50px;
    background: #000;
    border: 1px solid #5B5B5B;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.social-links a:hover {
    background: #d4620f;
    border-color: #d4620f;
    margin-top: -10px;
}
.footer-itms [class*="col-"]:first-child .footer-itm {
    padding-right: 50px;
}
.footer-itms [class*="col-"] {
    overflow: visible;
}
.footer-heading {
    position: relative;
    margin-bottom: 40px;
}
.footer-heading::after {
    content: "";
    background: #D4620F;
    height: 2px;
    width: 33px;
    display: inline-block;
    bottom: -15px;
    left: 0;
    position: absolute;
}
.footer-links {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-itms a {
    color: #fff;
}
.footer-itms a:hover {
    color: #D4620F;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-contact-info-itm ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-contact-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-contact-info-itm {
    max-width: 100%;
    overflow: hidden;
}
.footer-contact-info-itm ul li {
    margin-top: 8px;
}
.footer-contact-info-itm ul li a {
    word-break: break-all;
    overflow-wrap: break-word;
}
.footer-itm {
    max-width: 100%;
}
.footer-newsletter {
    margin-top: 25px;
}
.footer-newsletter-form .form-control {
    background: rgba(217,217,217,.16);
    color: #fff;
    border: 0 !important;
}
.newsletter-name-fields {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.newsletter-name-fields .form-control {
    flex: 1;
}
.send-btn {
    position: absolute;
    padding: 10px 15px;
    right: 0;
    top: 0;
    height: 100%;
}
.footer-newsletter-form .form-control::placeholder {
    color: #ddd;
}
.newsletter-success-msg {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4ade80;
    font-size: 14px;
    padding: 12px 0;
}
.newsletter-success-msg svg {
    flex-shrink: 0;
}
.footer-middle {
    position: relative;
    height: 100%;
}
.footer-itm.footer-middle {
    border-left: 1px solid rgba(255,255,255,.5);
    border-right: 1px solid rgba(255,255,255,.5);
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.footer-newsletter-in {
    position: relative;
}
.navbar-nav {
    font-size: 17px;
}
.inner-sec-in .row {
    align-items: center;
}
.around-map {
    padding-right: 180px;
}
.title-heading {
    margin-bottom: 25px;
}
.inner-sec-map-img {
    text-align: center;
}
.inner-sec-in {
    padding-top: 100px;
}
.inner-sec.banner-p {
    min-height: calc(100vh - 175px);
}
.inner-sec-map{position: relative;}
.map-a {
    margin: 0;
    padding: 0;
    list-style: none;
}
.map-a li {
    position: absolute;
    display: inline-flex;
}
.map-a li a {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    color: #000;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}

/* India Regions - Geographic Positions */
/* 1. North India - upper center (Delhi/UP region) */
.map-a li:nth-child(1) {
    top: 12%;
    left: 28%;
}
/* 2. South India - lower center (Kerala/TN) */
.map-a li:nth-child(2) {
    bottom: 18%;
    left: 40%;
}
/* 3. West India - left side (Gujarat/Maharashtra) */
.map-a li:nth-child(3) {
    top: 48%;
    left: 12%;
}
/* 4. Central India - center (MP) */
.map-a li:nth-child(4) {
    top: 38%;
    left: 35%;
}
/* 5. North East India - top right (Assam/NE) */
.map-a li:nth-child(5) {
    top: 18%;
    right: 2%;
}
/* 6. East India - right center (Bengal/Odisha) */
.map-a li:nth-child(6) {
    top: 40%;
    right: 2%;
}

/* Indian Subcontinent Regions */
/* 7. Bhutan - above NE India */
.map-a li:nth-child(7) {
    top: 4%;
    right: 5%;
}
/* 8. Nepal - top center-left (borders UP/Bihar) */
.map-a li:nth-child(8) {
    top: 4%;
    left: 22%;
}
/* 9. Sri Lanka - below southern tip */
.map-a li:nth-child(9) {
    bottom: 4%;
    right: 20%;
}

/* Indian Ocean Regions */
/* 10. Maldives - southwest of India */
.map-a li:nth-child(10) {
    bottom: 8%;
    left: 15%;
}
/* 11. Mauritius - far bottom right */
.map-a li:nth-child(11) {
    bottom: 2%;
    right: 2%;
}
/* 12. Seychelles - left below West India */
.map-a li:nth-child(12) {
    bottom: 28%;
    left: 2%;
}
/* Destination Map - Geographic Text Labels */
.dest-map-wrapper {
    position: relative;
    min-height: 420px;
}
.dest-map-img {
    text-align: center;
    position: relative;
    z-index: 1;
    opacity: 0.5;
}
.dest-map-img img {
    max-width: 100%;
    height: auto;
}
.dest-map-wrapper .map-a {
    z-index: 2;
}
.map-a-count {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    margin-top: 2px;
    font-weight: 400;
}
.map-a li a:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
    .dest-map-wrapper {
        min-height: 280px;
    }
    .map-a li a {
        padding: 8px 12px;
        font-size: 11px;
        border-radius: 8px;
    }
}
@media (max-width: 767px) {
    .dest-map-img {
        display: none;
    }
    .dest-map-wrapper {
        min-height: auto;
    }
    .dest-map-wrapper .map-a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .dest-map-wrapper .map-a li {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
    .map-a li a {
        padding: 8px 14px;
        font-size: 13px;
    }
}

.dest-directory-desc {
    max-width: 700px;
    margin: 15px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

/* Destination Directory Tabs */
.dest-directory-tabs {
    text-align: center;
    margin-bottom: 40px;
}
.dest-directory-tabs .nav-tabs {
    display: inline-flex;
    border: 0;
    background: #f5f5f5;
    border-radius: 30px;
    padding: 4px;
}
.dest-directory-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.dest-directory-tabs .nav-tabs .nav-link:hover {
    color: #D4620F;
}
.dest-directory-tabs .nav-tabs .nav-link.active {
    background: #D4620F;
    color: #fff;
}

.destination-meta {
    margin-bottom: 20px;
}
.destination-meta h3 {
    font-family: "Caveat", cursive;
    font-size: 28px;
    margin-bottom: 10px;
}
.destination-itm {
    background: #FEF3DF;
    padding: 8px 15px;
    display: block;
    width: 100%;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.destination-itm:hover {
    color: #D4620F;
    background: #fce8c8;
}
/* ---- Destination Page Responsive ---- */
/* iPad landscape / small laptop (max 1199px) */
@media (max-width: 1199px) {
    .destination-sec .container-fluid {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .around-map {
        padding-right: 80px;
    }
}
/* iPad portrait / tablet (max 991px) */
@media (max-width: 991px) {
    .around-map {
        padding-right: 0;
    }
    .destination-sec .row > .col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .dest-directory-tabs {
        margin-bottom: 25px;
    }
    .dest-directory-tabs .nav-tabs .nav-link {
        padding: 8px 20px;
        font-size: 13px;
    }
    .destination-meta h3 {
        font-size: 24px;
    }
    .destination-itm {
        font-size: 13px;
        padding: 6px 12px;
    }
    .cta-button1-in h2 {
        font-size: 24px;
    }
    .cta-button1-in p {
        font-size: 14px;
    }
    .top-destination .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .why-global .tours-row {
        flex-wrap: wrap;
    }
    .why-global .tours-col {
        width: 33.333%;
        margin-bottom: 15px;
    }
    .background-attachment-fixed {
        background-attachment: scroll !important;
    }
}
/* Mobile (max 767px) */
@media (max-width: 767px) {
    .destination-sec .row > .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .destination-meta h3 {
        font-size: 22px;
    }
    .destination-itm {
        font-size: 13px;
        padding: 6px 10px;
        margin-bottom: 6px;
    }
    .dest-directory-tabs .nav-tabs {
        border-radius: 25px;
        padding: 3px;
    }
    .dest-directory-tabs .nav-tabs .nav-link {
        padding: 8px 18px;
        font-size: 12px;
    }
    .cta-button1-in h2 {
        font-size: 20px;
    }
    .cta-button1-in p {
        font-size: 13px;
    }
    .top-destination .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-destination-itm {
        text-align: center;
    }
    .why-global .tours-col {
        width: 50%;
    }
    .background-attachment-fixed {
        background-attachment: scroll !important;
    }
}
/* Small mobile (max 575px) */
@media (max-width: 575px) {
    .destination-sec .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .destination-sec .row > .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .destination-meta {
        margin-bottom: 15px;
    }
    .destination-meta h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .destination-itm {
        font-size: 12px;
        padding: 5px 8px;
        margin-bottom: 5px;
    }
    .why-global .tours-col {
        width: 100%;
    }
    .top-destination .title-center h2,
    .why-global .title-center h2 {
        font-size: 20px;
    }
}

.cta-button1 {
    position: relative;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.cta-button1::after {
    content: "";
    background: rgba(0,0,0,.65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-button1-in {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
}
.cta-button-btn {
    margin-top: 40px;
}
.cta-button1-in h2 {
    margin-bottom: 25px;
}
.specialist-user {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
}
.specialist-user-con p {
    margin: 0;
}
.specialist-user-con {
    margin-top: 20px;
}
.heading-sec {
    display: flex;
    gap: 50px;
}
.specialist-cta {
    display: flex;
    gap: 15px;
    align-items: center;
}
.heading-sec-cta {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex: 0 0 258px;
}
.heading-sec-cta .cta-button-btn {
    margin-top: 25px;
    width: 100%;
}
.specialist-meta h4 {
    margin: 0;
}
.specialist-meta h4 a {
    color: #333;
    text-decoration: none;
}
.specialist-meta h4 a:hover {
    color: #D4620F;
    text-decoration: none;
}
.specialist-meta p {
    margin-bottom: 10px;
}
.heading-sec-con {
    border-right: 1px solid #000000;
    padding-right: 50px;
    width: 100%;
}
.specialist-s-in .row [class*="col-"] {
    margin-top: 40px;
}
.background-attachment-fixed {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-black {
    color: #fff;
}
.top-destination-img img {
    border-radius: 20px;
}
.top-destination-con {
    text-align: center;
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 20px;
    width: calc(100% - 60px);
    margin: -90px auto 0;
    z-index: 1;
    position: relative;
}
.top-destination-con p {
    margin: 0;
}
.brocher-img img {
    border-radius: 30px;
}
.inspiration-itm-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 130%;
}
.inspiration-itm-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.inspiration-itm {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.inspiration-itm-con {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);transition: all .5s;
}
.inspiration-sec [class*="col-"] {
    margin-top: 25px;
}
.inspiration-sec .title-center {
    margin: 0;
}
.inspiration-itm-con h4 {
    margin: 0;
}
.btn_circle {
    background: #D4620F;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}
.inspiration-itm:hover .inspiration-itm-con{background: transparent;}
.inspiration-itm .inspiration-itm-img::after {
    content: "";
    background: rgba(212,98,15,.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all .5s;
}
.inspiration-itm:hover .inspiration-itm-img::after {
    height: 100%;
}
.list-style1 {
    margin: 30px 0 0 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list-style1 li::marker {
  color: #D4620F;
}
.tabing-sec {
    padding: 12px 0;
}
.tabing-sec .nav-tabs {
    justify-content: center;
    border: 0;
    gap: 15px;
}
.tabing-sec .nav-link {
    color: #fff;
    border: 0 !important;
    border-radius: 30px !important;
    text-transform: capitalize;
}
.tabing-sec button:hover {
    color: #D4620F;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #D4620F;
    color: #fff;
}
.btn-dark {
    background: #000;
    border: solid 2px #000000;
}
.holiday-sec-info {
    background: #FEF3DF;
    padding: 40px;
    border-radius: 20px;
}
.holiday-sec-info h5 {
    text-transform: uppercase;
}
.trustpilot-sec {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.trustpilot-rating {
    background: #00B67A;
    padding: 8px 20px 5px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
.trustpilot-cnt {
    font-size: 14px;
    margin-top: 3px;
}
.trustpilot-stars {
    display: flex;
    gap: 5px;
}
.holiday-itm h5 {
    text-transform: capitalize;
    margin: 0;
}
.holiday-itm p {
    margin: 0;
}
.holiday-itm {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.right-btn-sec .btn {
    margin-top: 15px;
}
.title-sec {
    margin-bottom: 20px;
}
.heading-sec-con.no-border {
    border: 0;
    padding: 0;
}
.white-space-nowrap {
    white-space: nowrap;
}
.luxury-holiday [class*="col-"], .top-destination-itms [class*="col-"] {
    margin-top: 25px;
}
.luxury-holiday-itm-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 150%;
}
.luxury-holiday-itm-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.luxury-holiday-itm {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.tag-s {
    background: #000;
    border: 1px solid #D4620F;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-flex;
}
.luxury-holiday-con .tag-s {
    position: absolute;
    top: 10px;
    left: 10px;
}
.luxury-holiday-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 112.26%);
    color: #fff;
    padding: 50px 25px 25px 25px;
}
.luxury-holiday-price {
    color: #D4620F;
}
.luxury-holiday-price span {
    color: #fff;
    font-size: 14px;
}
.faq-sec .accordion {
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.faq-sec .accordion-item {
    background: rgba(217,217,217,.1);
    border: 0;
    color: #fff;
    border-radius: 15px;
}
.faq-sec .accordion-item .accordion-button {
    background: transparent;
    color: #fff;
    font-size: 20px;
    box-shadow: unset;
}
.faq-sec .accordion-item .accordion-body {
    padding-top: 5px;
}
.faq-sec .accordion-item .accordion-button::after {
    filter: brightness(0.5) invert(1);
}
.insider-con-img img {
    border-radius: 20px;
}
.left-tabing {
    padding: 20px;
    border-radius: 20px;
}
.left-tabing .nav-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 0;
}
.left-tabing .nav-tabs li {
    width: 100%;
}
.left-tabing .nav-tabs li button {
    width: 100%;
    text-align: left;
    border: 0;
    color: #fff;
    border-radius: 30px;
}
.left-tabing .nav-tabs li button.active:hover{
    color: #fff;
}
.left-tabing .nav-tabs li button:hover {
    color: #D4620F;
}
.top-hotels-itms {
    position: relative;
}

.owl-nav [class*="owl-"] {
    width: 36px;
    background: url(../img/arrow-r.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    position: absolute;
    top: calc(50% - 15px);
}
.sliderarrow-top .owl-next {
    top: -70px;
    right: 0 !important;
    left: auto;
}
.owl-nav [class*="owl-"] {
    background-size: 36px !important;
    height: 25px;
    top: -60px;
}
.owl-nav .owl-prev {
    transform: rotate(180deg);
}
.owl-nav [class*="owl-"] span {
    display: none;
}
.sliderarrow-color .owl-nav [class*="owl-"] {
    background: url(../img/slider-arrow-right.svg) !important;
    background-size: 36px !important;
}
.sliderarrow-top .owl-prev {
    
    right: 70px !important;
    left: auto;
}
.top-hotels-con .tit-r-menu ul li a {
    padding: 5px 10px;
    font-size: 14px;
}
.top-hotels-con ul {
    gap: 7px;
    flex-wrap: wrap;
    padding: 0;
}
.top-hotels-con {
    padding: 20px 0 0;
}
.top-hotels-con .tit-r-menu {
    margin-bottom: 15px;
}
.top-hotels-con p {
    margin: 0;
}
.top-hotels-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 93%;
    border-radius: 15px;
}
.top-hotels-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.instructor-sec-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
    border-radius: 175px 0 0 175px;
    flex: 0 0 60%;
    border: 15px solid #fff;
}
.instructor-sec-img img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
select.form-control {
    background-image: url(../img/down_arrow_3.svg);
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    padding-right: 35px;
}
.filter-s {
    margin-top: 35px;
}
.filter-title p {
    margin: 0;
}
.tabs-top-border {
    border-top: 1px solid #BEBEBE;
    margin-top: 50px;
    padding-top: 30px;
}
.instructor-sec {
    background: #FEF3DF;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    gap: 15px;
    position: relative;
}
.instructor-sec-con {
    width: 50%;
    flex: 0 0 50%;
    padding: 25px;
}
.instructor-sec-con h4 {
    margin-bottom: 25px;
}
.instructor-sec-btn {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 50px);
    left: 25px;
}
.instructor-sec-btn .btn {
    width: 100%;
}

/* Specialist Sidebar */
.specialist-sidebar {
    background: #FEF3DF;
    border-radius: 20px;
    overflow: hidden;
    position: sticky;
    top: 120px;
}
.specialist-sidebar-header {
    background: #000;
    color: #fff;
    padding: 30px 25px;
    text-align: center;
}
.specialist-sidebar-header .specialist-sidebar-icon {
    width: 50px;
    height: 50px;
    background: #D4620F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.specialist-sidebar-header .specialist-sidebar-icon img {
    width: 24px;
    filter: brightness(0) invert(1);
}
.specialist-sidebar-header h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #fff;
}
.specialist-sidebar-header p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.5;
}
.specialist-sidebar-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.specialist-sidebar-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #D4620F;
}
.specialist-sidebar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialist-sidebar-info h5 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
}
.specialist-sidebar-info span {
    font-size: 13px;
    color: #D4620F;
    font-weight: 500;
}
.specialist-sidebar-bio {
    padding: 0 25px 20px;
}
.specialist-sidebar-bio p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}
.specialist-sidebar-contact {
    padding: 0 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.specialist-sidebar-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
}
.specialist-sidebar-contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.specialist-sidebar-contact-ic {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.specialist-sidebar-contact-ic img {
    width: 18px;
    filter: brightness(0) invert(1);
}
.specialist-sidebar-contact-meta span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.specialist-sidebar-contact-meta strong {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-top: 2px;
}
.specialist-sidebar-cta {
    padding: 0 25px 25px;
}
.specialist-sidebar-cta .btn {
    width: 100%;
    justify-content: center;
}

@media (max-width: 767px) {
    .specialist-sidebar {
        position: static;
        margin-top: 40px;
    }
}

.top-destination.tabs-top-border .top-destination-con {
    background: #000;
    color: #fff;
}
.featuring-map iframe {
    width: 100%;
    height: 100%;
}
.featuring-map {
    border-radius: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.map-featuring-s .row [class*="col-"] {
    padding: 0;
}
.map-featuring-s .row {
    margin: 0;
}
.accordion-item {
    border: 0;
    border-radius: 0;
}
.map-featuring-tabs .accordion-header button {
    background: #D4620F;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    box-shadow: unset !important;    text-transform: uppercase;
}
.map-featuring-tabs .accordion .accordion-item, .map-featuring-tabs .accordion, .map-featuring-tabs .accordion-header button {
    border-radius: 0 !important;
}
.map-featuring-tabs .accordion-item {
    border-bottom: 1px solid #fff;
}
.map-featuring-tabs .accordion-item:last-child {
    border-bottom: 0;
}

.map-featuring-tabs .accordion-button::after{
    filter: brightness(0.5) invert(1);
}
.featuring-map-item {
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 50%;
    background: rgba(0,0,0,.8);
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}
.featuring-map-itm-img img {
    border-radius: 15px;
}
.featuring-map-itm-con {
    margin: 0;
    margin-top: 15px;
}
.thinkstodo-itm-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 90%;
}
.thinkstodo-itm-img img {
    position: absolute;
    left: 0;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translateY(-50%);
}
.travel-takes-itm-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 150%;
    border-radius: 20px;
    overflow: hidden;
}
.travel-takes-itm-img img {
    position: absolute;
    left: 0;
    top: 50%;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transform: translateY(-50%);
}
.thinkstodo-itm {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    position: relative;
}
.thinkstodo-con {
    padding: 20px;
}
.thinkstodo-itm .tag-s {
    position: absolute;
    left: 10px;
    top: 10px;
}
.more-btn {
    color: #D4620F;
    font-weight: 500;
}
.more-btn:hover {
    color: #000;
}
.thinkstodo-listing [class*="col-"] {
    margin-top: 25px;
}
.load-more-btn {
    margin-top: 30px;
    text-align: center;
}
.thinkstodo-info h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.thinkstodo-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.holiday-sec-cnn {
    margin-top: 40px;
}
.best-time-head {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px 15px 0;
}
.best-time-in {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 25px;
}
.best-time-in::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(212, 98, 15, 0.79);
}
.best-time-in-ss {
    position: relative;
    color: #fff;
}
.best-time-head-l {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 41.59%, rgba(0, 0, 0, 0) 98.84%);
    padding: 10px 30px;
}
.best-time-itms {
    padding: 0px 30px 30px;
}
.best-time-itm {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
}
.best-time-meta {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.best-time-meta-itm {
    position: relative;
}
.best-time-meta-itm::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 2px;
    background: #A9A9A9;
    right: -20px;
}
.best-time-meta-itm:last-child::before {
    display: none;
}
.best-time-itm-nm {
    line-height: 1;
    margin-top: 5px;
}
.best-time-itm h4 {
    margin-bottom: 15px;
}
.best-time-itms [class*="col-"] {
    margin-top: 25px;
}
.border-radius-img img {
    border-radius: 15px;
}
.back-btn {
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 1;
    text-transform: capitalize;
    color: #d4620f;
    transition: all .5s;
}
.page-back-in {
    padding: 15px 0;
}
.back-btn:hover {
    gap: 25px;transition: all .5s;
}
/* Breadcrumb */
.breadcrumb-nav {
    padding: 15px 0;
}
.breadcrumb-nav ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.breadcrumb-nav ul::-webkit-scrollbar {
    display: none;
}
.breadcrumb-nav ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0;
}
.breadcrumb-nav ul li a {
    color: #d4620f;
    text-decoration: none;
    transition: all .3s;
}
.breadcrumb-nav ul li a:hover {
    opacity: 0.8;
}
.breadcrumb-nav ul li .breadcrumb-separator {
    color: #fff;
    font-size: 12px;
}
.blog-img {
    text-align: center;
    margin: 30px 0;
}
.blog-cta {
    margin: 30px 0;
}
.steps-holiday {
    padding-top: 70px;
}
.step-itm {
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 30px;
    position: relative;
}
.step-itm-nm {
    background: #D4620F;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 27px;
}
.step-itm::before {
    content: "";
    border-left: 2px dashed #000000;
    height: calc(100% + 38px);
    position: absolute;
    left: 23px;
    top: 20px;
    z-index: -1;
}
.step-itm-con p {
    margin: 0;
}
.step-itm:last-child::before {
    display: none;
}
.top-destination-itms {
    margin-top: 25px;
}
.heading-sec-con {
    width: calc(100% - 200px);
}
.faq-sec.bg-white .accordion-item {
    background: #F8EDD9;
}
.faq-sec.bg-white .accordion-item .accordion-button, .faq-sec.bg-white .accordion-item {
    color: #000;
}
.faq-sec.bg-white .accordion-item .accordion-button::after {
    filter: unset;
}
.top-hotels-itms {
    margin-top: 25px;
}
.travel-takes-itms {
    margin-top: 25px;
}
.insider-con-info {
    background: #fff;
}
.insider-con-bg {
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}
.fh-sec .steps-holiday {
    padding: 0;
}
.banner-gradient::before {
    content: "";
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-gradient .container {
    position: relative;
    color: #fff;
}
.subheading-h4 {
    font-weight: normal;
}
.inner-sec-meta-in {
    display: flex;
    gap: 50px;
    margin-top: 30px;
    justify-content: center;
}
.inner-sec-meta-itm p {
    margin: 0;
}
/* Tour Hero Banner */
.tour-hero-banner {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0 0 60px;
}
.tour-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
}
.tour-hero-banner .container {
    position: relative;
    z-index: 2;
}
.tour-hero-content {
    text-align: center;
    color: #fff;
}
.tour-hero-content h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.tour-hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.tour-hero-meta {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.tour-hero-meta-item {
    text-align: center;
}
.tour-hero-meta-item h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.tour-hero-meta-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0;
    text-transform: lowercase;
}

.inner-tour {
    padding-bottom: 0;
    align-items: unset;
}
.inner-tour .inner-sec-in {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
}
.page-bk .page-back-in {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.inner-tr-info h4 {
    font-weight: normal;
    line-height: 1.5;
}
.overview-block {
    margin-bottom: 40px;
}
.overview-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.overview-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}
.overview-content p {
    margin-bottom: 15px;
}
.overview-content strong,
.overview-content b {
    color: #333;
}
.highlights-block {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 30px 35px;
}
.highlights-block h3 {
    margin-bottom: 20px;
}
.highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}
.check-listing {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check-listing li {
    margin-top: 15px;
    position: relative;
    padding-left: 36px;
}
.check-listing li::before {
    content: "";
    background-image: url(../img/check-list.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 23px;
    height: 20px;
    top: 2px;
}
.inner-tr-con h3 {
    margin-bottom: 25px;
}
.inner-tr-info {
    padding-right: 30px;
}
.inner-tr-con {
    padding-left: 30px;
}
.inner-tr-in {
    position: relative;
}
.itinerary-s-itm-cn {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}
.itinerary-s-img {
    position: relative;
    padding-bottom: 90%;
    overflow: hidden;
    border-radius: 15px;
}
.itinerary-s-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.inner-tr-ht {
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #B9CDD2;
    display: inline-flex;
    padding: 10px 10px 10px 20px;
    align-items: center;
}
.inner-tr-ht-img img {
    border-radius: 10px;
}
.itinerary-s-itm-day {
    background: #F2C8A1;
    display: inline-flex;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}
.itinerary-s-itm {
    padding-left: 55px;
    position: relative;
    margin-bottom: 30px;
}
.itinerary-s-itm:last-child{margin-bottom: 0;}
.itinerary-s-itm-day::before {
    content: "";
    background-image: url(../img/Polygon.svg);
    background-position: center;
    position: absolute;
    width: 15px;
    left: -9px;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
}
.itinerary-s-itm::before {
    content: "";
    background: #F2C8A1;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    border: 2px solid #D4620F;
    top: 6px;
    z-index: 1;
}
.itinerary-s-itm::after {
    content: "";
    border: 1.5px dashed #A9A9A9;
    position: absolute;
    left: 14px;
    height: calc(100% + 40px);
    top: 10px;
}
.itinerary-s-itm:last-child::after {
    display: none;
}
.thinkstodo-sld {
    margin-top: 25px;
}
.best-timevisit-in {
    padding: 40px;
    border-radius: 20px;
}
.best-timevisit-itm {
    background: #FEF3DF;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: #000;
    height: 100%;
}
.best-timevisit-itm h4 {
    color: #D4620F;
}
.best-timevisit-itm-list {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.best-timevisit-itm-list li {
    color: #D4620F;
    text-transform: capitalize;
    background: #fff;
    padding: 5px 20px;
    border-radius: 28px;
}
.best-timevisit-best li {
    background: #D4620F;
    color: #fff;
}
.best-timevisit-good li {
    background: rgba(212,98,15,.3);
}
.best-timevisit-cn {
    margin-top: 30px;
    text-align: center;
}
.best-timevisit-cn p {
    margin: 0;
}
.inner-tour-gl-img {
    position: relative;
    padding-bottom: 73%;
}
.inner-tour-gl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.inner-tour-col:nth-child(2) .row {
    gap: 25px 0;
}
.inner-tour-col:nth-child(2) .row .inner-tour-gl-img {
    padding-bottom: 71.7%;
}
.btn-sec {
    text-align: center;
    margin-top: 40px;
}

/* Tour Detail - Inclusion Section */
.inclusion-s {
    position: relative;
}
.inclusion-s-in {
    max-width: none;
}
.inclusion-s .title-left h2 {
    margin-bottom: 20px;
}
.exclusion-listing li::before {
    background-image: url(../img/cross-list.svg);
    content: "";
}

/* Tour Detail - Gallery Grid */
.tour-gl-clickable {
    cursor: pointer;
    overflow: hidden;
}
.tour-gl-clickable img {
    transition: transform 0.4s ease;
}
.tour-gl-clickable:hover img {
    transform: scale(1.05);
}
.tour-gl-more {
    position: relative;
}
.tour-gl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    transition: background 0.3s ease;
}
.tour-gl-more:hover .tour-gl-overlay {
    background: rgba(0,0,0,0.4);
}
.tour-gl-overlay span {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Tour Detail - Lightbox */
.tour-gallery-lightbox .modal-content {
    background: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tour-gl-lb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    flex-shrink: 0;
}
.tour-gl-counter {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}
.tour-gl-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.tour-gl-close:hover {
    opacity: 1;
}
.tour-gl-lb-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 0;
    padding: 0 60px;
}
.tour-gl-lb-img {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour-gl-lb-img img {
    max-width: 100%;
    max-height: 65vh;
    object-fit: contain;
    border-radius: 8px;
    user-select: none;
}
.tour-gl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    font-size: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 2;
}
.tour-gl-nav:hover {
    background: rgba(255,255,255,0.25);
}
.tour-gl-prev { left: 8px; }
.tour-gl-next { right: 8px; }
.tour-gl-thumbs {
    display: flex;
    gap: 8px;
    padding: 16px 24px 24px;
    overflow-x: auto;
    justify-content: center;
    flex-shrink: 0;
}
.tour-gl-thumb {
    width: 72px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s;
    flex-shrink: 0;
    border: 2px solid transparent;
}
.tour-gl-thumb:hover {
    opacity: 0.7;
}
.tour-gl-thumb.active {
    opacity: 1;
    border-color: #D4620F;
}
.tour-gl-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tour-gl-thumb {
    position: relative;
}
.tour-gl-thumb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 17px;
    pointer-events: none;
}
.tour-gl-thumb-play svg {
    width: 100%;
    height: 100%;
}

/* Tour Detail - Gallery Play Icon */
.tour-gl-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.tour-gl-play-sm {
    width: 44px;
    height: 32px;
}
.tour-gl-clickable:hover .tour-gl-play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}
.tour-gl-play-icon svg {
    width: 100%;
    height: 100%;
}

/* Tour Detail - Lightbox Video */
.tour-gl-lb-video {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    border: none;
    background: #000;
}
/* ──────────────────────────────────────────────
   Tour Detail Page - Responsive
   ────────────────────────────────────────────── */

/* iPad landscape / small laptop (max 1199px) */
@media (max-width: 1199px) {
    .inner-tour .inner-sec-in { padding-bottom: 40px; }
    .page-bk .page-back-in { gap: 20px; }
    .inner-tr-info { padding-right: 20px; }
    .inner-tr-con { padding-left: 20px; }
    .best-timevisit-in { padding: 30px; }
    .itinerary-s-itm-cn { padding: 15px; }
}

/* iPad portrait / tablet (max 1024px) */
@media (max-width: 1024px) {
    .tour-detail-tabs { overflow-x: auto; overflow-y: hidden; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
    .tour-detail-tabs::-webkit-scrollbar { display: none; }
    .tour-detail-tabs .nav-item { flex-shrink: 0; }
    .tour-detail-tabs .nav-link { white-space: nowrap; font-size: 13px; padding: 8px 14px !important; }
    .tabing-sec .nav-tabs { gap: 8px; }
    .inner-tour-col:nth-child(2) .row { gap: 15px 0; }
}

/* iPad portrait / tablet (max 991px) */
@media (max-width: 991px) {
    .inner-tour .title-heading h1 { font-size: 36px; }
    .inner-sec-meta .subheading-h4 { font-size: 15px; }
    .inner-sec-meta-in { gap: 30px; margin-top: 20px; }
    .page-bk .page-back-in { flex-direction: column; gap: 10px; align-items: stretch; }
    .page-bk .page-back-in .back-btn { flex-shrink: 0; }
    .breadcrumb-nav { padding: 8px 0; }
    .breadcrumb-nav ul { font-size: 13px; }
    .tabing-sec .nav-tabs { gap: 6px; justify-content: flex-start; }
    .inner-tr-info { padding-right: 0; margin-bottom: 30px; }
    .inner-tr-con { padding-left: 0; }
    .highlights-grid { grid-template-columns: 1fr; }
    .itinerary-s-itm { padding-left: 40px; }
    .itinerary-s-itm::before { width: 24px; height: 24px; top: 8px; }
    .itinerary-s-itm::after { left: 11px; }
    .itinerary-s-itm-day { font-size: 14px; padding: 8px 12px; }
    .inner-tr-ht { flex-direction: row; flex-wrap: wrap; }
    .itin-map-layout { min-height: 450px; }
    .itin-map-sidebar { width: 340px; }
    .itin-map-sidebar-header { padding: 18px 18px 14px; }
    .itin-map-sidebar-label { font-size: 17px; }
    .itin-map-day-head { padding: 16px 18px; gap: 12px; }
    .itin-map-day-num { width: 36px; height: 36px; font-size: 14px; }
    .itin-map-day-num small { font-size: 7px; }
    .itin-map-day-title { font-size: 15px; }
    .itin-map-day-body { padding-left: 66px; }
    .itin-map-day.open .itin-map-day-body { padding-left: 66px; }
    .best-timevisit-in { padding: 25px; }
    .best-timevisit-itm-list { gap: 8px; }
    .best-timevisit-itm-list li { padding: 5px 14px; font-size: 13px; }
    .inner-tour-gl-img { border-radius: 10px; }
    .btn-sec { margin-top: 25px; }
    .tour-gl-overlay span { font-size: 26px; }
}

/* Mobile (max 767px) */
@media (max-width: 767px) {
    /* Hero Banner */
    .inner-tour .title-heading h1 { font-size: 26px; line-height: 1.3; }
    .inner-sec-meta .subheading-h4 { font-size: 14px; line-height: 1.5; }
    .inner-sec-meta-in { gap: 20px; margin-top: 15px; }
    .inner-sec-meta-itm h4 { font-size: 16px; }
    .inner-sec-meta-itm p { font-size: 12px; }
    .inner-tour .inner-sec-in { padding-bottom: 30px; }

    /* Sticky Tab Bar */
    .page-bk .page-back-in { gap: 8px; padding: 8px 0; }
    .breadcrumb-nav { padding: 5px 0; }
    .breadcrumb-nav ul li { font-size: 12px; gap: 5px; }
    .breadcrumb-nav ul { gap: 5px; }
    .tabing-sec .nav-tabs { gap: 4px; }
    .tour-detail-tabs .nav-link { font-size: 12px; padding: 6px 12px !important; }

    /* Overview */
    .inner-tr-info h4 { font-size: 15px; line-height: 1.6; }
    .inner-tr-con h3 { font-size: 20px; margin-bottom: 15px; margin-top: 10px; }
    .check-listing li { margin-top: 10px; padding-left: 30px; font-size: 14px; }
    .check-listing li::before { width: 20px; height: 17px; }

    /* Itinerary */
    .itinerary-s-itm { padding-left: 30px; margin-bottom: 20px; }
    .itinerary-s-itm::before { width: 20px; height: 20px; top: 8px; }
    .itinerary-s-itm::after { left: 9px; height: calc(100% + 30px); }
    .itinerary-s-itm-day { font-size: 13px; padding: 6px 10px; margin-bottom: 10px; }
    .itinerary-s-itm-day::before { left: -7px; width: 12px; }
    .itinerary-s-itm-cn { padding: 12px; border-radius: 12px; }
    .itinerary-s-info h4 { font-size: 16px; }
    .itinerary-s-info p { font-size: 13px; }
    .itinerary-s-img { padding-bottom: 60%; margin-top: 15px; }
    .inner-tr-ht { padding: 8px 8px 8px 12px; gap: 12px; }
    .inner-tr-ht-img { width: 45px; height: 45px; }
    .inner-tr-ht-con h4 { font-size: 14px; }
    .inner-tr-ht-con h5 { font-size: 12px; }
    .itinerary-s-stay > h4 { font-size: 11px; }

    /* Itinerary Map View */
    .itin-map-layout { flex-direction: column-reverse; min-height: auto; border-radius: 0; }
    .itin-map-sidebar { width: 100%; }
    .itin-map-container { height: 350px; position: relative; }
    .itin-map-container #itineraryMap { position: absolute; }
    .itin-map-sidebar-list { max-height: 320px; }
    .itin-header { flex-direction: column; text-align: center; gap: 15px; margin-bottom: 25px; }
    .itin-header-left h2 { font-size: 26px; }
    .itin-header-left p { font-size: 13px; }
    .itin-view-tabs { max-width: 280px; padding: 4px; }
    .itin-tab { padding: 10px 16px; font-size: 12px; gap: 6px; }
    .itin-tab svg { width: 15px; height: 15px; }

    /* Best Time to Visit */
    .best-timevisit-in { padding: 20px; border-radius: 12px; }
    .best-timevisit-itm { padding: 15px; border-radius: 10px; }
    .best-timevisit-itm h4 { font-size: 14px; }
    .best-timevisit-itm-list { gap: 6px; }
    .best-timevisit-itm-list li { padding: 4px 12px; font-size: 12px; }
    .best-timevisit-cn { margin-top: 20px; }
    .best-timevisit-cn p { font-size: 13px; }

    /* Inclusion/Exclusion */
    .inclusion-s-in { margin-bottom: 25px; }
    .inclusion-s .title-left h2 { font-size: 20px; margin-bottom: 15px; }

    /* Gallery Grid */
    .inner-tour-gl-img { border-radius: 8px; }
    .inner-tour-col { margin-bottom: 10px; }
    .inner-tour-col:nth-child(2) .row { gap: 10px 0; }
    .inner-tour-col:nth-child(2) .row .inner-tour-gl-img { padding-bottom: 65%; }
    .btn-sec { margin-top: 20px; }
    .tour-gl-overlay span { font-size: 22px; }
    .tour-gl-play-icon { width: 48px; height: 34px; }
    .tour-gl-play-sm { width: 32px; height: 22px; }

    /* Lightbox */
    .tour-gl-lb-body { padding: 0 40px; }
    .tour-gl-nav { width: 36px; height: 36px; font-size: 20px; }
    .tour-gl-prev { left: 4px; }
    .tour-gl-next { right: 4px; }
    .tour-gl-lb-img img { max-height: 50vh; }
    .tour-gl-lb-video { max-width: 100%; }
    .tour-gl-thumbs { padding: 10px 12px 16px; gap: 6px; justify-content: flex-start; }
    .tour-gl-thumb { width: 56px; height: 38px; }
    .tour-gl-lb-header { padding: 12px 16px; }
    .tour-gl-counter { font-size: 13px; }

    /* FAQs */
    .faq-sec-in .accordion-button { font-size: 14px; padding: 12px 16px; }
    .faq-sec-in .accordion-body { font-size: 13px; padding: 12px 16px; }

    /* Related Tours */
    .related-tours-hot-sec .heading-sec { gap: 15px; }
}

/* Small mobile (max 575px) */
@media (max-width: 575px) {
    /* Hero */
    .inner-tour .title-heading h1 { font-size: 22px; }
    .inner-sec-meta .subheading-h4 { font-size: 13px; }
    .inner-sec-meta-in { flex-direction: column; gap: 10px; align-items: center; }
    .inner-tour .inner-sec-in { padding-bottom: 20px; }

    /* Tab bar */
    .tour-detail-tabs .nav-link { font-size: 11px; padding: 5px 10px !important; }
    .breadcrumb-nav ul li { font-size: 11px; gap: 4px; }
    .breadcrumb-nav ul { gap: 4px; }
    .tabing-sec .nav-tabs { gap: 3px; }
    .tabing-sec { padding: 8px 0; }

    /* Itinerary */
    .itin-stats { flex-wrap: wrap; border-radius: 10px; }
    .itin-stat { flex: 1 1 45%; padding: 14px 16px; gap: 10px; }
    .itin-stat-info strong { font-size: 13px; }
    .itin-stat-info span { font-size: 11px; }
    .itin-meals { gap: 6px; }
    .itin-meal-chip { padding: 4px 10px; font-size: 12px; }
    .itin-activity-tag { padding: 4px 10px; font-size: 11px; }
    .itinerary-s-itm { padding-left: 25px; }
    .itinerary-s-itm::before { width: 16px; height: 16px; top: 10px; }
    .itinerary-s-itm::after { left: 7px; }
    .itinerary-s-itm-day { font-size: 12px; }
    .itinerary-s-itm-cn { padding: 10px; }

    /* Best Time */
    .best-timevisit-in { padding: 15px; }
    .best-timevisit-itm-list li { padding: 4px 10px; font-size: 11px; }

    /* Gallery */
    .inner-tour-col:nth-child(2) .row .col-md-6.col-6 { flex: 0 0 50%; max-width: 50%; }
    .tour-gl-play-icon { width: 38px; height: 27px; }
    .tour-gl-play-sm { width: 26px; height: 18px; }
    .btn-sec .btn { font-size: 13px; padding: 10px 20px; }

    /* Lightbox */
    .tour-gl-lb-body { padding: 0 32px; }
    .tour-gl-nav { width: 30px; height: 30px; font-size: 16px; }
    .tour-gl-prev { left: 2px; }
    .tour-gl-next { right: 2px; }
    .tour-gl-lb-img img { max-height: 40vh; border-radius: 4px; }
    .tour-gl-thumbs { padding: 8px 10px 12px; gap: 4px; }
    .tour-gl-thumb { width: 48px; height: 32px; border-radius: 4px; }
    .tour-gl-thumb-play { width: 18px; height: 13px; }
    .tour-gl-close { font-size: 26px; }

    /* Inclusions stacking gap */
    .inclusion-s .row > [class*="col-"]:first-child { margin-bottom: 20px; }
}

/* Tour Detail - Hotel Cards */
.inner-tr-hotel-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    height: 100%;
}
.inner-tr-hotel-img {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}
.inner-tr-hotel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.inner-tr-hotel-info {
    padding: 20px;
}
.inner-tr-hotel-info h4 {
    margin-bottom: 5px;
    font-size: 18px;
}
.inner-tr-hotel-info p {
    margin-bottom: 5px;
    color: #D4620F;
    font-weight: 500;
}
.hotel-location {
    color: #737373;
    font-size: 14px;
}

/* Tour Detail - Itinerary stays */
.itinerary-s-stay {
    margin-top: 20px;
}
.itinerary-s-stay > h4 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #737373;
    margin-bottom: 10px;
}
.inner-tr-ht-con h4 {
    margin: 0;
    font-size: 16px;
}
.inner-tr-ht-con h5 {
    margin: 0;
    font-size: 14px;
    color: #737373;
    font-weight: normal;
}
.inner-tr-ht-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.inner-tr-ht-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tour Stats Summary */
.itin-stats {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #1a1a1a;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 35px;
    overflow: hidden;
}
.itin-stat {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.itin-stat:last-child { border-right: none; }
.itin-stat svg { flex-shrink: 0; color: #D4620F; }
.itin-stat-info { display: flex; flex-direction: column; gap: 2px; }
.itin-stat-info strong { font-size: 15px; font-weight: 700; color: #fff; }
.itin-stat-info span { font-size: 12px; color: rgba(255,255,255,0.5); }

/* Day by Day - Arrival/Departure hover tooltip */
.itinerary-s-itm-day.is-arrival,
.itinerary-s-itm-day.is-departure {
    position: relative;
}
.itinerary-s-itm-day.is-arrival::after,
.itinerary-s-itm-day.is-departure::after {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    background: #D4620F;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.itinerary-s-itm-day.is-arrival::after { content: 'Arrival'; }
.itinerary-s-itm-day.is-departure::after { content: 'Departure'; }
.itinerary-s-itm-day.is-arrival:hover::after,
.itinerary-s-itm-day.is-departure:hover::after {
    opacity: 1;
}

/* Map View - Arrival/Departure badge with hover tooltip */
.itin-map-day-badge {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #D4620F;
    cursor: default;
}
.itin-map-day-badge svg { color: #fff; }
.itin-map-day-badge::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    background: #D4620F;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.itin-map-day-badge:hover::after {
    opacity: 1;
}

/* Location Badge - Day by Day */
.itin-location-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #D4620F;
    margin-bottom: 8px;
}
.itin-location-badge svg { color: #D4620F; }

/* Meals Included */
.itin-meals {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}
.itin-meals-label {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.itin-meal-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #f8f5f2;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}
.itin-meal-chip svg { color: #D4620F; }

/* Activities Tags */
.itin-activities {
    margin-top: 14px;
}
.itin-activities-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.itin-activities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.itin-activity-tag {
    display: inline-block;
    padding: 5px 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    transition: all 0.2s;
}
.itin-activity-tag:hover {
    border-color: #D4620F;
    color: #D4620F;
}

/* Map View - Activity Tags */
.itin-map-activities {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 14px;
}
.itin-map-activity-tag {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(212,98,15,0.15);
    border-radius: 14px;
    font-size: 11px;
    font-weight: 600;
    color: #D4620F;
}
.itin-map-meta-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Itinerary Header - Side by Side */
.itin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    gap: 20px;
}
.itin-header-left h2 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a1a1a;
    font-family: "Playfair Display", serif;
}
.itin-header-left p {
    margin: 0;
    color: #555;
    font-size: 18px;
    line-height: 1.6;
}

/* Itinerary View Tabs */
.itin-view-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-shrink: 0;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    max-width: 340px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    border: 1px solid #e5e5e5;
}
.itin-tab {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}
.itin-tab svg { width: 18px; height: 18px; flex-shrink: 0; }
.itin-tab.active {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.itin-tab:hover:not(.active) {
    background: rgba(0,0,0,0.04);
    color: #333;
}
.itin-panel { display: none; }
.itin-panel.active { display: block; }

/* Itinerary Map Layout */
.itin-map-layout {
    display: flex;
    overflow: hidden;
    background: #fff;
    min-height: 750px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: calc(100vw - 60px);
    margin-left: calc(-50vw + 50% + 30px);
    border-radius: 14px;
}
.itin-map-sidebar {
    width: 520px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #1a1a1a;
    border-right: none;
}
.itin-map-sidebar-header {
    padding: 24px 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.itin-map-sidebar-label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    font-family: "Playfair Display", serif;
    margin-bottom: 4px;
}
.itin-map-sidebar-count {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.3px;
}
.itin-map-sidebar-list {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}
.itin-map-sidebar-list::-webkit-scrollbar { width: 4px; }
.itin-map-sidebar-list::-webkit-scrollbar-track { background: transparent; }
.itin-map-sidebar-list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; }

/* Accordion Day Item */
.itin-map-day {
    border-bottom: 1px solid rgba(255,255,255,0.08);
    cursor: pointer;
}
.itin-map-day:last-child { border-bottom: none; }
.itin-map-day-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    transition: background 0.2s;
}
.itin-map-day:hover .itin-map-day-head {
    background: rgba(255,255,255,0.05);
}
.itin-map-day.open .itin-map-day-head {
    background: rgba(255,255,255,0.03);
}
.itin-map-day-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #D4620F;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    line-height: 1;
}
.itin-map-day-num small {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.8;
    line-height: 1;
    margin-bottom: 1px;
}
.itin-map-day-title {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itin-map-day-chevron {
    flex-shrink: 0;
    color: rgba(255,255,255,0.4);
    transition: transform 0.3s ease;
}
.itin-map-day.open .itin-map-day-chevron {
    transform: rotate(180deg);
    color: #D4620F;
}

/* Accordion Body */
.itin-map-day-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 24px 0 82px;
}
.itin-map-day.open .itin-map-day-body {
    padding: 0 24px 24px 82px;
}
.itin-map-day-body p {
    margin: 0 0 16px;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.75;
}
.itin-map-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 8px;
}
.itin-map-meta:last-child { margin-bottom: 0; }
.itin-map-meta svg { flex-shrink: 0; color: #D4620F; }
.itin-map-meta strong { color: #fff; }
.itin-map-meta span { color: rgba(255,255,255,0.4); }

/* Map Container */
.itin-map-container {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
}
.itin-map-container #itineraryMap {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100% !important;
    height: 100% !important;
    background: #f2efe9;
}
.itin-map-container .leaflet-tile-pane {
    will-change: transform;
}
.itin-map-container .leaflet-tile {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.itin-map-reset {
    position: absolute;
    bottom: 20px;
    left: 14px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #333;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}
.itin-map-reset:hover {
    background: #D4620F;
    color: #fff;
    box-shadow: 0 4px 12px rgba(212,98,15,0.3);
}

/* Map Popup */
.itin-map-popup .leaflet-popup-content-wrapper { padding: 0; overflow: hidden; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.itin-map-popup .leaflet-popup-content { margin: 0; width: 240px !important; }
.itin-popup-card { padding: 14px 16px; }
.itin-popup-day {
    display: inline-block;
    background: #D4620F;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.itin-popup-card h4 {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}
.itin-popup-card p {
    margin: 0;
    font-size: 12px;
    color: #888;
}

/* Tour Detail - Override global tab active for anchor-based scrollspy */
.tour-detail-tabs .nav-link,
.tour-detail-tabs .nav-link.active {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.tour-detail-tabs .nav-link:hover {
    color: #D4620F !important;
}
.tour-detail-tabs .nav-link.active-scroll {
    background: #D4620F !important;
    color: #fff !important;
    border-color: #D4620F !important;
}

/* Tour Detail - Sticky Tab Bar (scoped to .page-bk) */
.page-bk.tabing-sec.is-sticky-tab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.tabing-sec-placeholder {
    display: none;
}
.page-bk.tabing-sec.is-sticky-tab + .tabing-sec-placeholder {
    display: block;
}


.navbar-nav .nav-link {
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    padding: 2.5rem 0.5rem;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #D4620F;
}
.nav-item.dropdown.menu-wrapper {
    position: static;
}
.nav-item.dropdown a.nav-link.dropdown-toggle {
    border: 0;
    padding: 2.5rem 0.5rem;
    font-size: 17px;
}

/* Mega Menu Styles */
.dropdown_inner {
    display: flex;
    width: 100%;
    gap: 20px;
}
.mega-menu-sidebar {
    flex: 0 0 200px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}
.mega-menu-sidebar .nav.nav-tabs {
    flex: 1;
}
.mega-menu-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0 12px 10px;
    border-bottom: 1px solid #ddd;
}
.view-all-link {
    padding: 12px 12px 0;
    margin-top: auto;
    border-top: 1px solid #ddd;
}
.view-all-link a {
    color: #d4620f;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s ease;
}
.view-all-link a:hover {
    color: #333;
}
.view-all-link a span {
    display: flex;
    align-items: center;
}
.view-all-link a span img {
    filter: none;
}
.dropdown_inner .nav.nav-tabs {
    display: block;
    background: transparent;
    border-radius: 0;
    border: 0;
}

.tab-content {
    flex: 1;
}
.dropdown_inner .nav.nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 4px;
}
.dropdown_inner .nav.nav-tabs .nav-item button {
    width: 100%;
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    border-radius: 6px;
}
.dropdown_inner .nav.nav-tabs .nav-item button:hover {
    background-color: #d4620f;
    color: #fff;
}
.dropdown_inner .nav.nav-tabs .nav-item button:hover span img {
    filter: brightness(0) invert(1);
}
.dropdown_wrapper.dropdown-menu.show {
    background: #fef4e1;
    padding: 15px;
}

.dropdown_inner .nav.nav-tabs .nav-item button.active {
    background-color: #d4620f;
    color: #fff;
    border: 0;
}
.dropdown_inner .nav.nav-tabs .nav-item button.active span img {
    filter: brightness(0) invert(1);
}

/* Region Cards Styling */
.nav-menu-con {
    padding: 0 10px;
}
.nav-menu-con-heading {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212, 98, 15, 0.2);
    text-align: center;
}
.nav-menu-con-heading h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.nav_menu_img {
    position: relative;
    padding-bottom: 66.66%;
    border-radius: 10px;
    overflow: hidden;
}

.nav_menu_img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
}

.nav_menu_card {
    text-align: center;
    display: block;
    text-decoration: none;
}
.nav_menu_card:hover .nav_menu_img img {
    transform: scale(1.05);
}

.nav_menu_card h4 {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    transition: color 0.2s ease;
}
.nav_menu_card:hover h4 {
    color: #d4620f;
}

li.view-all-wrap {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 10px;
}
li.view-all-wrap .btn_primary {
    white-space: nowrap;
}
li.view-all-wrap .btn_primary:hover {
    background: #c45a0d;
}

.nav_destination_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.nav_destination_col {
    flex: 0 0 calc(16.666% - 16.66px);
}

.nav-item.dropdown a.nav-link.dropdown-toggle.show {
    color: #d3630e;
}
.dropdown_inner .nav.nav-tabs .nav-item button span img {
    filter: brightness(0);
    transition: filter 0.2s ease;
}
.dropdown_inner .nav.nav-tabs .nav-item button span {
    display: flex;
    align-items: center;
}

.dropdown_wrapper.dropdown-menu {
    padding: 12px;
    background: linear-gradient(180deg, #FEF8F0 0%, #FEF3DF 100%);
    border: 1px solid rgba(212, 98, 15, 0.1);
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.dropdown_wrapper.dropdown-menu .dropdown-item {
    padding: 10px 16px;
    margin-bottom: 2px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
}
.menu-wrapper .dropdown_wrapper.dropdown-menu {
    padding: 10px 5px 10px 10px;
    width: 100%;
}
@media(min-width: 1200px){
.nav-item.dropdown:hover .dropdown_wrapper.dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: block;
    left: 0;
    margin-top: 0px;
    top: auto;  
}
.nav-item.dropdown:hover .nav-link.dropdown-toggle:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff5e1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

}
.modal-backdrop {
    opacity: 0.8;
}
.dropdown-toggle::after {
    position: relative;
    top: 2px;
}
.bootstrap-select .dropdown-toggle::after {
    top: unset;
}
.nav-item.dropdown a.nav-link.dropdown-toggle {
    position: relative;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item.active, .dropdown-item:hover {
    background-color: #d4620f;color: #fff;
}
.dropdown-item.btn_view_all {
    border-top: 1px solid rgba(212, 98, 15, 0.2);
    margin-top: 6px;
    padding-top: 10px;
    color: #D4620F;
    font-weight: 600;
    font-size: 13px;
}
.dropdown-item.btn_view_all::after {
    content: ' →';
}
.dropdown-item.btn_view_all:hover {
    background-color: #d4620f;
    color: #fff;
}

.flag-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-right: 3px;
}
.bootstrap-select .dropdown-toggle .flag-circle {
    vertical-align: middle;
    margin-top: -2px;
}
.bootstrap-select .dropdown-menu li a {
  display: flex;
  align-items: center;
}
.bootstrap-select>.dropdown-toggle, .bootstrap-select>.dropdown-toggle:focus, .bootstrap-select>.dropdown-toggle:focus-visible {
    background: #fef4e1;
    outline: 0 !important;
    outline-offset: 0 !important;
}
.carousel-tit .border-btn {
    border: 1px solid #D4620F;
    color: #D4620F;
    white-space: nowrap;
}
.carousel-tit .border-btn:hover {
    background: #D4620F;
    color: #fff;
}
.loadmore-button .btn:hover {
    background: #000;
}
.btn.loading {
  height: 24px;
  width: 24px;
  padding: 0;
  border-width: 2px;
  border-radius: 17px;
  border-color: #eee #eee #eee #999;
  background: #fff;
  font-size: 0;
  color: transparent;
  pointer-events: none;
  animation: spin 1.2s infinite linear;
}

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

/* ========================================
   Enquiry Modal
   ======================================== */
.enquiry-modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}
.enquiry-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.enquiry-modal-close:hover {
    opacity: 1;
}
.enquiry-modal-body {
    display: flex;
}
.enquiry-modal-info {
    flex: 0 0 38%;
    background: #1a1a1a;
    color: #fff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.enquiry-modal-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.enquiry-modal-info > p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 24px;
    line-height: 1.6;
}
.enquiry-modal-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.enquiry-modal-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}
.enquiry-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #D4620F;
    color: #fff;
    font-size: 11px;
    flex-shrink: 0;
}
.enquiry-modal-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
    margin-top: auto;
}
.enquiry-modal-contact p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}
.enquiry-modal-contact a {
    color: #D4620F;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.enquiry-modal-contact a:hover {
    color: #e8731f;
}
.enquiry-modal-form {
    flex: 1;
    padding: 35px 30px;
    background: #fff;
}
.enquiry-field {
    margin-bottom: 16px;
}
.enquiry-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.enquiry-field label span {
    color: #D4620F;
}
.enquiry-field .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    transition: border-color 0.2s;
    background: #fafafa;
}
.enquiry-field .form-control:focus {
    border-color: #D4620F;
    box-shadow: 0 0 0 3px rgba(212, 98, 15, 0.1);
    background: #fff;
}
.enquiry-field select.form-control {
    appearance: auto;
}
.enquiry-field textarea.form-control {
    resize: vertical;
    min-height: 70px;
}
.enquiry-submit-btn {
    width: 100%;
    background: #D4620F;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 4px;
}
.enquiry-submit-btn:hover {
    background: #b8530d;
    color: #fff;
}
.enquiry-success {
    text-align: center;
    padding: 40px 20px;
}
.enquiry-success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #D4620F;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.enquiry-success h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}
.enquiry-success p {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
}
/* iPad Landscape & small laptops */
@media (max-width: 991px) {
    .enquiry-modal-info {
        flex: 0 0 35%;
        padding: 30px 24px;
    }
    .enquiry-modal-info h3 {
        font-size: 20px;
    }
    .enquiry-modal-form {
        padding: 28px 24px;
    }
    .enquiry-field {
        margin-bottom: 12px;
    }
    .enquiry-field .form-control {
        padding: 9px 12px;
        font-size: 13px;
    }
}
/* iPad Portrait & tablets */
@media (max-width: 767px) {
    #scrollModal .modal-dialog {
        margin: 10px;
        max-height: calc(100vh - 20px);
    }
    .enquiry-modal-content {
        border-radius: 12px;
    }
    .enquiry-modal-body {
        flex-direction: column;
    }
    .enquiry-modal-info {
        flex: none;
        padding: 24px 20px;
    }
    .enquiry-modal-info h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .enquiry-modal-info > p {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .enquiry-modal-features {
        margin-bottom: 16px;
    }
    .enquiry-modal-features li {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .enquiry-modal-contact {
        padding-top: 14px;
    }
    .enquiry-modal-form {
        padding: 20px;
    }
    .enquiry-field {
        margin-bottom: 12px;
    }
    .enquiry-field label {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .enquiry-field .form-control {
        padding: 9px 12px;
        font-size: 13px;
        border-radius: 6px;
    }
    .enquiry-field textarea.form-control {
        min-height: 60px;
    }
    .enquiry-submit-btn {
        padding: 12px 16px;
        font-size: 14px;
    }
    .enquiry-modal-close {
        color: #fff;
        top: 8px;
        right: 12px;
        font-size: 24px;
    }
    .enquiry-success {
        padding: 30px 16px;
    }
    .enquiry-success-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}
/* Small phones */
@media (max-width: 575px) {
    .enquiry-modal-form .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.iti {
    display: block;
}

/* Logo Styles */
.footer-logo {
    display: block;
    text-align: center;
}
.footer-logo .logo-img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
}
.footer-itms .row {
    overflow: visible;
}
.footer-itms [class*="col-"]:first-child .footer-itm {
    text-align: center;
    padding-right: 0;
}
.footer-itms [class*="col-"]:first-child .footer-itm-p {
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.footer-itms [class*="col-"]:first-child .social-links {
    justify-content: center;
}
.footer-itms [class*="col-"]:last-child .footer-itm {
    overflow: hidden;
}

/* Responsive Logo Styles */
@media (max-width: 1399px) {
    .navbar-brand .logo-img {
        max-height: 60px;
    }
    .footer-logo .logo-img {
        max-height: 100px;
    }
}
@media (max-width: 1199px) {
    .navbar-brand .logo-img {
        max-height: 55px;
    }
    .footer-logo .logo-img {
        max-height: 90px;
    }
}
@media (max-width: 991px) {
    .navbar-brand .logo-img {
        max-height: 50px;
    }
    .footer-logo .logo-img {
        max-height: 80px;
    }
    .footer-contact-info {
        flex-direction: column;
        gap: 15px;
    }
    .footer-contact-info-itm ul li a {
        font-size: 14px;
    }

    /* ========================================
       Footer: Professional 3-row layout
       Row 1: Company Info
       Row 2: Quick Links | Destinations (side by side)
       Row 3: Contact Us
       ======================================== */

    /* Make main footer columns full width (only direct children of footer-itms row) */
    .footer-itms > .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    /* Row 1: Company Info - with border below */
    .footer-itms > .row > .col-md-12.col-lg-4:first-child {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    /* Row 2: Quick Links + Destinations section */
    .footer-itm.footer-middle {
        border-left: none;
        border-right: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Keep Quick Links and Destinations side by side */
    .footer-middle .row > .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    /* Row 2 wrapper - with border below */
    .footer-itms > .row > .col-md-6.col-lg-4:nth-child(2) {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    /* Row 3: Contact Us - clean top */
    .footer-itms .row > .col-md-6.col-lg-4:last-child {
        padding-top: 0;
    }

    /* Footer bottom: Center copyright and policy links */
    .footers-bot .row {
        text-align: center;
    }
    .footers-bot .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .copyright-s {
        margin-bottom: 15px;
    }
    .copyright-links {
        justify-content: center;
    }

    /* Partners Carousel responsive */
    .footers-clients {
        padding: 25px 40px;
    }
}
@media (max-width: 767px) {
    .navbar-brand .logo-img {
        max-height: 45px;
    }
    .footer-logo .logo-img {
        max-height: 70px;
    }
}
@media (max-width: 575px) {
    .navbar-brand .logo-img {
        max-height: 40px;
    }
    .footer-logo .logo-img {
        max-height: 60px;
    }
    /* Partners Carousel small screens */
    .footers-clients {
        padding: 20px 30px;
    }
    .footers-client img {
        max-height: 45px;
        max-width: 90px;
    }
}

/* ==============================================
   Mobile Responsive Mega Menu Styles
   ============================================== */

/* Mobile Menu Container - Below 1200px (Bootstrap xl breakpoint) */
@media (max-width: 1199px) {
    /* Mobile menu header styling */
    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid rgba(212, 98, 15, 0.2);
    }

    .mobile-menu-logo a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .mobile-menu-logo .mobile-logo-img {
        max-height: 40px;
        width: auto;
        object-fit: contain;
    }

    .menu-cross {
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        transition: background-color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-cross:hover {
        background-color: rgba(212, 98, 15, 0.1);
    }

    .menu-cross:active {
        background-color: rgba(212, 98, 15, 0.2);
    }

    .menu-cross svg {
        display: block;
    }

    /* Navbar toggler (hamburger) button styling */
    .navbar-toggler {
        border: none;
        padding: 8px;
        border-radius: 8px;
        transition: background-color 0.2s ease;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-toggler:hover {
        background-color: rgba(212, 98, 15, 0.1);
    }

    .navbar-toggler-icon {
        width: 24px;
        height: 24px;
    }

    /* Collapsed navbar styling */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: right 0.3s ease;
        overflow-y: auto;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        right: 0;
    }

    /* Navbar items in mobile */
    .navbar-nav {
        padding: 15px;
    }

    .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .navbar-nav .nav-link {
        padding: 15px 10px !important;
        font-size: 16px;
    }

    /* Dropdown wrapper for mobile */
    .nav-item.dropdown .dropdown_wrapper.dropdown-menu {
        position: static !important;
        width: 100% !important;
        border: none;
        box-shadow: none;
        background: #fef8f0;
        border-radius: 0;
        padding: 0;
        margin: 0;
        display: none;
        transform: none !important;
        inset: unset !important;
    }

    /* Show dropdown when .show class is added by Bootstrap or custom mobile class */
    .nav-item.dropdown .dropdown_wrapper.dropdown-menu.show,
    .nav-item.dropdown.show .dropdown_wrapper.dropdown-menu,
    .nav-item.dropdown.mobile-dropdown-open .dropdown_wrapper.dropdown-menu {
        display: block !important;
    }

    /* Style for mobile dropdown toggle when open */
    .nav-item.dropdown.mobile-dropdown-open > .dropdown-toggle {
        color: #d4620f;
    }

    .nav-item.dropdown.mobile-dropdown-open > .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .menu-wrapper .dropdown_wrapper.dropdown-menu {
        padding: 0;
        width: 100% !important;
    }

    /* ==========================================
       Mobile Destinations Menu - Accordion Style
       ========================================== */

    .mobile-destinations-menu {
        padding: 0;
    }

    .mobile-dest-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-dest-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .mobile-dest-item:last-child {
        border-bottom: none;
    }

    /* Destination header (clickable to expand) */
    .mobile-dest-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        font-size: 15px;
        font-weight: 500;
        color: #333;
        cursor: pointer;
        transition: all 0.2s ease;
        user-select: none;
    }

    .mobile-dest-header:hover,
    .mobile-dest-header:active {
        background-color: rgba(212, 98, 15, 0.06);
    }

    .mobile-dest-header .dest-name {
        flex: 1;
    }

    .mobile-dest-header .dest-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #999;
        transition: transform 0.3s ease, color 0.2s ease;
    }

    .mobile-dest-header .dest-arrow svg {
        width: 18px;
        height: 18px;
    }

    /* Active/expanded state */
    .mobile-dest-item.expanded .mobile-dest-header {
        background-color: rgba(212, 98, 15, 0.08);
        color: #d4620f;
    }

    .mobile-dest-item.expanded .mobile-dest-header .dest-arrow {
        transform: rotate(180deg);
        color: #d4620f;
    }

    /* Regions container (hidden by default) */
    .mobile-dest-regions {
        max-height: 0;
        overflow: hidden;
        background: #f9f9f9;
        transition: max-height 0.3s ease;
    }

    .mobile-dest-item.expanded .mobile-dest-regions {
        max-height: 500px;
    }

    /* Individual region links */
    .mobile-region-link {
        display: block;
        padding: 12px 20px 12px 35px;
        font-size: 14px;
        color: #555;
        text-decoration: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        transition: all 0.2s ease;
    }

    .mobile-region-link:last-of-type {
        border-bottom: none;
    }

    .mobile-region-link:hover,
    .mobile-region-link:active {
        background-color: rgba(212, 98, 15, 0.06);
        color: #d4620f;
        padding-left: 40px;
    }

    /* View all regions link */
    .mobile-view-all-regions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px 12px 35px;
        font-size: 13px;
        font-weight: 600;
        color: #d4620f;
        text-decoration: none;
        background: rgba(212, 98, 15, 0.05);
        border-top: 1px solid rgba(212, 98, 15, 0.1);
        transition: all 0.2s ease;
    }

    .mobile-view-all-regions:hover {
        background: rgba(212, 98, 15, 0.1);
    }

    .mobile-view-all-regions img {
        width: 12px;
        height: 12px;
    }

    /* Footer */
    .mobile-dest-footer {
        padding: 0;
        border-top: 1px solid rgba(212, 98, 15, 0.15);
        background: linear-gradient(180deg, rgba(212, 98, 15, 0.03) 0%, rgba(212, 98, 15, 0.08) 100%);
    }

    .mobile-dest-footer a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #d4620f;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .mobile-dest-footer a:hover {
        background-color: rgba(212, 98, 15, 0.1);
    }

    .mobile-dest-footer a span {
        display: flex;
        align-items: center;
    }

    .mobile-dest-footer a span img {
        width: 14px;
        height: 14px;
    }

    /* Journey Type and Inspirations dropdowns for mobile */
    .nav-item.dropdown:not(.menu-wrapper) .dropdown_wrapper.dropdown-menu {
        position: static !important;
        padding: 0;
    }

    .nav-item.dropdown:not(.menu-wrapper) .dropdown_wrapper.dropdown-menu li a {
        padding: 12px 20px;
        font-size: 14px;
    }

    /* Mobile CTA buttons */
    .nav-btn-group {
        flex-direction: column;
        padding: 15px;
        gap: 10px;
    }

    .nav-btn-group .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* Tablet specific styles (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-collapse {
        max-width: 450px;
    }

    .mobile-dest-header {
        padding: 18px 24px;
        font-size: 16px;
    }

    .mobile-region-link {
        padding: 14px 24px 14px 40px;
        font-size: 15px;
    }

    .mobile-view-all-regions {
        padding: 14px 24px 14px 40px;
        font-size: 14px;
    }

    .mobile-dest-footer a {
        padding: 18px 24px;
        font-size: 15px;
    }
}

/* Small mobile (below 576px) */
@media (max-width: 575px) {
    .navbar-collapse {
        max-width: 100%;
    }

    .mobile-dest-header {
        padding: 14px 16px;
        font-size: 14px;
    }

    .mobile-region-link {
        padding: 10px 16px 10px 30px;
        font-size: 13px;
    }

    .mobile-view-all-regions {
        padding: 10px 16px 10px 30px;
        font-size: 12px;
    }

    .mobile-dest-footer a {
        padding: 14px 16px;
        font-size: 13px;
    }

    .nav-btn-group .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* Extra small mobile (below 375px) */
@media (max-width: 374px) {
    .mobile-dest-header {
        padding: 12px 14px;
        font-size: 13px;
    }

    .mobile-region-link {
        padding: 10px 14px 10px 25px;
        font-size: 12px;
    }

    .mobile-view-all-regions {
        padding: 10px 14px 10px 25px;
        font-size: 11px;
    }

    .mobile-dest-footer a {
        padding: 12px 14px;
        font-size: 12px;
    }
}

/* Touch-friendly improvements for all mobile devices */
@media (max-width: 1199px) {
    /* Larger touch targets - minimum 44px for accessibility */
    .mobile-dest-header {
        min-height: 48px;
    }

    .mobile-region-link {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .mobile-dest-footer a {
        min-height: 48px;
    }

    /* Active state feedback */
    .mobile-dest-header:active {
        background-color: rgba(212, 98, 15, 0.12);
    }

    .mobile-region-link:active {
        background-color: rgba(212, 98, 15, 0.1);
    }

    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }

    /* Overlay behind mobile menu */
    .navbar-collapse::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: -1;
    }

    .navbar-collapse.show::before {
        opacity: 1;
        visibility: visible;
    }
}

/* ==============================================
   About Us Page - Responsive Styles
   ============================================== */

/* Tablet - max 991px */
@media (max-width: 991px) {
    /* Suggested Tours tabs */
    .title-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .tit-r-menu {
        max-width: 100%;
        width: 100%;
    }

    /* Hero Banner */
    .inner-sec.banner-p {
        min-height: auto;
    }
    .inner-sec-in {
        padding-top: 60px;
    }
    .inner-sec-in .col-md-6:last-child {
        margin-top: 30px;
    }

    /* Three O's Section */
    .three-os-sec .why-card {
        margin-bottom: 20px;
    }
    .three-os-sec .row .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .three-os-sec .why-card.mt-5 {
        margin-top: 0 !important;
    }

    /* Why Tailor-Made - Tabs Section */
    .left-tabing {
        margin-bottom: 20px;
    }
    .insider-con .row .col-md-5,
    .insider-con .row .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .insider-con-img {
        margin-bottom: 20px;
    }
    .insider-con-img img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }

    /* 4 Steps Section */
    .fh-sec .col-lg-8,
    .fh-sec .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .holiday-sec-info {
        margin-top: 40px;
    }

    /* Specialists Section */
    .heading-sec {
        flex-direction: column;
        gap: 25px;
    }
    .heading-sec-con {
        border-right: none;
        padding-right: 0;
        width: 100%;
        border-bottom: 1px solid #000;
        padding-bottom: 25px;
    }
    .heading-sec-cta {
        flex: unset;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }
    .heading-sec-cta .cta-button-btn {
        margin-top: 0;
        width: auto;
    }

    /* Responsible Travel */
    .brocher-sec .col-md-5,
    .brocher-sec .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .brocher-img {
        margin-bottom: 30px;
        text-align: center;
    }
    .brocher-img img {
        max-width: 350px;
    }

    /* Padding */
    .padding-100 {
        padding: 60px 0;
    }
}

/* Mobile - max 767px */
@media (max-width: 767px) {
    .inner-sec-in {
        padding-top: 40px;
    }

    /* Three O's */
    .three-os-sec .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .title-center h2 {
        font-size: 24px;
    }

    /* Why Tailor-Made Tabs */
    .left-tabing .nav-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .left-tabing .nav-tabs li {
        width: auto;
    }
    .left-tabing .nav-tabs li button {
        font-size: 14px;
        padding: 8px 16px;
        white-space: nowrap;
    }

    /* Specialists */
    .specialist-s-in .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .specialist-user {
        padding: 15px;
    }
    .heading-sec-cta {
        flex-direction: column;
        align-items: flex-start;
    }
    .heading-sec-cta .cta-button-btn {
        width: 100%;
    }

    /* Steps */
    .step-itm {
        gap: 15px;
    }
    .step-itm-ic {
        display: none;
    }

    /* Padding */
    .padding-100 {
        padding: 40px 0;
    }
}

/* Small Mobile - max 575px */
@media (max-width: 575px) {
    .inner-sec-in {
        padding-top: 30px;
    }
    .title-center h2 {
        font-size: 20px;
    }
    .title-heading h2 {
        font-size: 22px;
    }

    /* Three O's */
    .three-os-sec .why-card {
        padding: 20px;
    }

    /* Specialists full width on small screens */
    .specialist-s-in .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .specialist-user-img img {
        width: 100px;
        height: 100px;
    }
    .heading-sec h2 {
        font-size: 20px;
    }
    .heading-sec h4 {
        font-size: 14px;
    }

    /* Steps */
    .step-itm-nm {
        width: 40px;
        height: 40px;
        font-size: 20px;
        flex-shrink: 0;
    }
    .step-itm::before {
        left: 18px;
    }
    .step-itm-con h4 {
        font-size: 16px;
    }

    /* Responsible Travel */
    .brocher-img img {
        max-width: 100%;
    }
    .brocher-con p {
        font-size: 14px;
    }

    /* FAQ */
    .accordion-button {
        font-size: 14px;
        padding: 12px 16px;
    }

    /* Footer contact section */
    .footer-content-itms {
        flex-direction: column;
    }
}

/* ========================================
   Inspirations Page
   ======================================== */

/* Travel Style Section */
.travel-style-sec {
    background-color: #f9f9f9;
}
.travel-style-row [class*="col-"] {
    margin-top: 20px;
}
.travel-style-card {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #191D26;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
}
.travel-style-card:hover {
    color: #191D26;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: #D4620F;
}
.travel-style-card.active {
    border-color: #D4620F;
    background: #FFF8F3;
}
.travel-style-thumb {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.travel-style-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.travel-style-card:hover .travel-style-thumb img {
    transform: scale(1.1);
}
.travel-style-info {
    flex: 1;
    min-width: 0;
}
.travel-style-info h4 {
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: 700;
    color: #191D26;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.travel-style-count {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}
.travel-style-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: #D4620F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.travel-style-arrow img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}
.travel-style-card:hover .travel-style-arrow {
    background: #b8530d;
}

/* Active Filter */
.active-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 10px 20px;
    background: #fef4e1;
    border-radius: 8px;
    font-size: 15px;
    color: #555;
}
.clear-filter {
    color: #D4620F;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: opacity 0.2s;
}
.clear-filter:hover {
    opacity: 0.8;
    color: #D4620F;
}

/* Inspiration Items */
a.inspiration-itm {
    text-decoration: none;
    color: inherit;
    display: block;
}
a.inspiration-itm:hover {
    color: inherit;
}

/* Load More Button */
.loadmore-button {
    margin-top: 40px;
    text-align: center;
}
.btn-loadmore {
    background: transparent;
    border: 2px solid #D4620F;
    color: #D4620F;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.btn-loadmore:hover {
    background: #D4620F;
    color: #fff;
}
.btn-loadmore:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* What's Hot Section */
.whats-hot-sec {
    background-color: #1a1a1a;
}
.whats-hot-sec .title-center h2,
.whats-hot-sec .title-center h2 em,
.whats-hot-sec .title-center p {
    color: #fff;
}
.whats-hot-card {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.whats-hot-card:hover {
    color: #fff;
}
.whats-hot-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 130%;
}
.whats-hot-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transition: transform 0.5s ease;
}
.whats-hot-card:hover .whats-hot-img img {
    transform: scale(1.08);
}
.whats-hot-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #D4620F;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 1;
}
.whats-hot-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 112.26%);
    color: #fff;
    padding: 50px 20px 20px 20px;
}
.whats-hot-info h4 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.whats-hot-type {
    font-size: 13px;
    color: #D4620F;
    font-weight: 500;
}
.whats-hot-carousel {
    position: relative;
}
.whats-hot-sec .owl-nav {
    position: static;
}
.whats-hot-sec .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #D4620F !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.whats-hot-sec .owl-nav [class*="owl-"] img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}
.whats-hot-sec .owl-nav .owl-prev {
    left: -60px;
}
.whats-hot-sec .owl-nav .owl-prev img {
    transform: rotate(180deg);
}
.whats-hot-sec .owl-nav .owl-next {
    right: -60px;
}
.whats-hot-sec .owl-nav [class*="owl-"]:hover {
    background: #b8530d !important;
}

/* ========================================
   Inspiration Detail Page
   ======================================== */
.inspiration-detail-banner {
    min-height: 450px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.inspiration-detail-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}
.inspiration-detail-banner .inner-sec-in {
    position: relative;
    z-index: 1;
}
.inspiration-detail-hero .title-heading h2 {
    color: #fff;
    font-size: 42px;
}
.inspiration-detail-hero .title-heading p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    max-width: 700px;
}
.inspiration-detail-hero .inner-sub-head {
    color: #D4620F;
}
.inspiration-detail-meta {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.inspiration-detail-meta span {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.inspiration-detail-meta span img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}
.inspiration-content-body {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* Headings */
.inspiration-content-body h1 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 700;
    line-height: 1.3;
}
.inspiration-content-body h2 {
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #222;
    font-weight: 700;
    line-height: 1.3;
}
.inspiration-content-body h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
}
.inspiration-content-body h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #222;
    font-weight: 600;
    line-height: 1.4;
}
.inspiration-content-body h5,
.inspiration-content-body h6 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

/* Paragraphs */
.inspiration-content-body p {
    margin-bottom: 20px;
}

/* Links */
.inspiration-content-body a {
    color: #D4620F;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.inspiration-content-body a:hover {
    color: #b35009;
}

/* Lists */
.inspiration-content-body ul,
.inspiration-content-body ol {
    margin-bottom: 20px;
    padding-left: 30px;
}
.inspiration-content-body ul {
    list-style-type: disc;
}
.inspiration-content-body ol {
    list-style-type: decimal;
}
.inspiration-content-body li {
    margin-bottom: 8px;
    line-height: 1.7;
}
.inspiration-content-body li ul,
.inspiration-content-body li ol {
    margin-top: 8px;
    margin-bottom: 0;
}

/* Blockquote */
.inspiration-content-body blockquote {
    border-left: 4px solid #D4620F;
    padding: 15px 20px;
    margin: 25px 0;
    background: #fdf8f4;
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
}
.inspiration-content-body blockquote p:last-child {
    margin-bottom: 0;
}

/* Code */
.inspiration-content-body code {
    background: #f4f4f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #d63384;
}
.inspiration-content-body pre {
    background: #1e1e2e;
    color: #cdd6f4;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 25px 0;
    line-height: 1.6;
}
.inspiration-content-body pre code {
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    color: inherit;
}

/* Tables */
.inspiration-content-body .table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}
.inspiration-content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
}
.inspiration-content-body thead {
    background: #f8f9fa;
}
.inspiration-content-body th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #dee2e6;
}
.inspiration-content-body td {
    padding: 10px 16px;
    border-bottom: 1px solid #e9ecef;
}
.inspiration-content-body tbody tr:nth-child(even) {
    background: #f8f9fa;
}
.inspiration-content-body tbody tr:hover {
    background: #f0f1f3;
}

/* Horizontal Rule */
.inspiration-content-body hr {
    border: none;
    border-top: 2px solid #e5e7eb;
    margin: 35px 0;
}

/* Images */
.inspiration-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 15px 0;
}

/* Figures & Captions */
.inspiration-content-body figure {
    margin: 25px 0;
    text-align: center;
}
.inspiration-content-body figure img {
    margin-bottom: 8px;
}
.inspiration-content-body figcaption {
    font-size: 14px;
    color: #888;
    font-style: italic;
    margin-top: 8px;
}

/* Video / Iframe Embeds */
.inspiration-content-body .video-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    margin: 25px 0;
    border-radius: 10px;
}
.inspiration-content-body .video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}
.inspiration-content-body iframe {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

/* TipTap specific: responsive video wrapper from editor */
.inspiration-content-body div[data-youtube-video],
.inspiration-content-body div[data-vimeo-video] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0;
    border-radius: 10px;
}
.inspiration-content-body div[data-youtube-video] iframe,
.inspiration-content-body div[data-vimeo-video] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

/* Text alignment classes from TipTap */
.inspiration-content-body .text-left { text-align: left; }
.inspiration-content-body .text-center { text-align: center; }
.inspiration-content-body .text-right { text-align: right; }
.inspiration-gallery {
    margin-top: 40px;
}
.inspiration-gallery-itm {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.inspiration-gallery-itm img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.inspiration-gallery-itm:hover img {
    transform: scale(1.05);
}
/* ========================================
   Dark Section (alternating backgrounds)
   ======================================== */
.dark-section {
    background-color: #1a1a1a;
}
.dark-section .title-center h2,
.dark-section .title-center p {
    color: #fff;
}
.dark-section .title-center .inner-sub-head {
    color: #D4620F;
}

/* ========================================
   Inspiration - Related Destinations
   ======================================== */
.insp-dest-card {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.insp-dest-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    color: #fff;
}
.insp-dest-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 70%;
}
.insp-dest-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transition: transform 0.6s ease;
}
.insp-dest-card:hover .insp-dest-img img {
    transform: scale(1.1);
}
.insp-dest-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
    color: #fff;
    padding: 60px 25px 25px 25px;
}
.insp-dest-info h4 {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
}
.insp-dest-info p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.4;
}

/* ========================================
   Inspiration - Related Regions
   ======================================== */
.insp-region-card {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.insp-region-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
    color: inherit;
}
.insp-region-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;
}
.insp-region-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transition: transform 0.6s ease;
}
.insp-region-card:hover .insp-region-img img {
    transform: scale(1.1);
}
.insp-region-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 100%);
    color: #fff;
    padding: 50px 20px 20px 20px;
}
.insp-region-info h4 {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.insp-region-info span {
    font-size: 13px;
    color: #D4620F;
    font-weight: 500;
}

/* ========================================
   Inspiration - Related Tours (Carousel style like What's Hot)
   ======================================== */
.related-tours-hot-sec {
    background-color: #1a1a1a;
    overflow: visible;
}
.related-tours-hot-sec .title-center h2,
.related-tours-hot-sec .title-center .inner-sub-head,
.related-tours-hot-sec .title-center p {
    color: #fff;
}
.related-tours-hot-sec .heading-sec {
    margin-bottom: 30px;
    align-items: center;
}
.related-tours-hot-sec .heading-sec-con h2,
.related-tours-hot-sec .heading-sec-con p {
    color: #fff;
}
.related-tours-hot-sec .heading-sec-con {
    border-right: none;
    padding-right: 0;
}
.related-tours-carousel {
    position: relative;
    overflow: visible;
}
.related-tours-carousel .owl-stage-outer {
    overflow: hidden;
}
.related-tours-hot-sec .owl-nav {
    position: static;
}
.related-tours-hot-sec .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #D4620F !important;
    background-image: none !important;
    background-size: auto !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 1 !important;
}
.related-tours-hot-sec .owl-nav [class*="owl-"] img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}
.related-tours-hot-sec .owl-nav .owl-prev {
    left: -60px;
}
.related-tours-hot-sec .owl-nav .owl-prev img {
    transform: rotate(180deg);
}
.related-tours-hot-sec .owl-nav .owl-next {
    right: -60px;
}
.related-tours-hot-sec .owl-nav [class*="owl-"]:hover {
    background: #b8530d !important;
}
.top-destination-itms .related-tour-card {
    margin-top: 25px;
}
.related-tour-card {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.related-tour-card:hover {
    color: #fff;
}
.related-tour-card-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 130%;
}
.related-tour-card-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    transition: transform 0.5s ease;
}
.related-tour-card:hover .related-tour-card-img img {
    transform: scale(1.08);
}
.related-tour-card-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 112.26%);
    color: #fff;
    padding: 50px 20px 20px 20px;
}
.related-tour-card-info h4 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.related-tour-card-duration {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}
.related-tour-card-dest {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}
.related-tour-card-price {
    display: block;
    font-size: 13px;
    color: #D4620F;
    font-weight: 600;
}

/* Related Tours Carousel Responsive */
@media (max-width: 1399px) {
    .related-tours-hot-sec .owl-nav .owl-prev {
        left: -25px;
    }
    .related-tours-hot-sec .owl-nav .owl-next {
        right: -25px;
    }
}
@media (max-width: 991px) {
    .related-tours-hot-sec .owl-nav .owl-prev {
        left: -20px;
    }
    .related-tours-hot-sec .owl-nav .owl-next {
        right: -20px;
    }
    .related-tours-hot-sec .owl-nav [class*="owl-"] {
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 767px) {
    .related-tours-hot-sec .owl-nav .owl-prev {
        left: -15px;
    }
    .related-tours-hot-sec .owl-nav .owl-next {
        right: -15px;
    }
    .related-tours-hot-sec .owl-nav [class*="owl-"] {
        width: 36px;
        height: 36px;
    }
    .related-tours-hot-sec .owl-nav [class*="owl-"] img {
        width: 14px;
        height: 14px;
    }
}

/* ========================================
   Specialist Carousel
   ======================================== */
.specialist-carousel .specialist-user {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.specialist-carousel .specialist-user:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.specialist-carousel .specialist-user-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 18px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}
.specialist-carousel .specialist-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialist-carousel .specialist-user-con h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 6px;
}
.specialist-carousel .specialist-user-con p {
    font-size: 14px;
    color: #D4620F;
    font-weight: 500;
    margin: 0;
}
.specialist-carousel.owl-carousel {
    position: relative;
    margin-top: 40px;
}
.specialist-carousel .owl-stage-outer {
    overflow: hidden;
}
.specialist-carousel .owl-nav {
    position: static;
}
.specialist-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #D4620F !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.specialist-carousel .owl-nav [class*="owl-"] img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}
.specialist-carousel .owl-nav .owl-prev {
    left: -60px;
}
.specialist-carousel .owl-nav .owl-prev img {
    transform: rotate(180deg);
}
.specialist-carousel .owl-nav .owl-next {
    right: -60px;
}
.specialist-carousel .owl-nav [class*="owl-"]:hover {
    background: #b8530d !important;
}

/* ========================================
   Inspirations Responsive
   ======================================== */
@media (max-width: 1399px) {
    .specialist-carousel .owl-nav .owl-prev {
        left: -25px;
    }
    .specialist-carousel .owl-nav .owl-next {
        right: -25px;
    }
}

@media (max-width: 1024px) {
    .specialist-carousel.owl-carousel {
        margin-top: 30px;
    }
    .specialist-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .specialist-carousel .owl-nav .owl-next {
        right: -20px;
    }
    .specialist-carousel .owl-nav [class*="owl-"] {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 991px) {
    .specialist-s.padding-100 {
        padding: 60px 0;
    }
    .specialist-carousel .specialist-user {
        padding: 25px 15px;
    }
    .specialist-carousel .specialist-user-img {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 767px) {
    .travel-style-card {
        padding: 12px 14px;
        gap: 12px;
    }
    .travel-style-thumb {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .travel-style-info h4 {
        font-size: 14px;
    }
    .travel-style-count {
        font-size: 12px;
    }
    .travel-style-arrow {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    .travel-style-arrow img {
        width: 12px;
        height: 12px;
    }
    .inspiration-detail-hero .title-heading h2 {
        font-size: 28px;
    }
    .inspiration-detail-hero .title-heading p {
        font-size: 15px;
    }
    .inspiration-detail-banner {
        min-height: 350px;
    }
    .specialist-s.padding-100 {
        padding: 50px 0;
    }
    .specialist-carousel.owl-carousel {
        margin-top: 25px;
    }
    .specialist-carousel .specialist-user {
        padding: 25px 15px;
        border-radius: 12px;
    }
    .specialist-carousel .specialist-user-img {
        width: 100px;
        height: 100px;
        margin-bottom: 14px;
    }
    .specialist-carousel .specialist-user-con h4 {
        font-size: 16px;
    }
    .specialist-carousel .specialist-user-con p {
        font-size: 13px;
    }
    .specialist-carousel .owl-nav .owl-prev {
        left: -15px;
    }
    .specialist-carousel .owl-nav .owl-next {
        right: -15px;
    }
    .specialist-carousel .owl-nav [class*="owl-"] {
        width: 36px;
        height: 36px;
    }
    .specialist-carousel .owl-nav [class*="owl-"] img {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .specialist-carousel .specialist-user-img {
        width: 90px;
        height: 90px;
    }
    .specialist-carousel .specialist-user-con h4 {
        font-size: 15px;
    }
    .specialist-carousel .owl-nav .owl-prev {
        left: -10px;
    }
    .specialist-carousel .owl-nav .owl-next {
        right: -10px;
    }
    .specialist-carousel .owl-nav [class*="owl-"] {
        width: 32px;
        height: 32px;
    }
    .specialist-carousel .owl-nav [class*="owl-"] img {
        width: 12px;
        height: 12px;
    }
}

/* ========================================
   Inspiration Content Body - Responsive
   ======================================== */
@media (max-width: 991px) {
    .inspiration-content-body h1 { font-size: 26px; }
    .inspiration-content-body h2 { font-size: 22px; }
    .inspiration-content-body h3 { font-size: 20px; }
    .inspiration-content-body h4 { font-size: 17px; }
    .inspiration-content-body { font-size: 15px; }
    .inspiration-content-body pre {
        padding: 15px;
        font-size: 13px;
    }
    .inspiration-content-body blockquote {
        padding: 12px 16px;
        margin: 20px 0;
    }
    .inspiration-content-body table {
        font-size: 14px;
    }
    .inspiration-content-body th,
    .inspiration-content-body td {
        padding: 8px 12px;
    }
    .insp-region-info {
        padding: 30px 15px 15px 15px;
    }
    .insp-region-info h4 {
        font-size: 16px;
    }
    .insp-dest-info h4 {
        font-size: 18px;
    }
    .insp-dest-info p {
        font-size: 12px;
    }
    .insp-tour-info h4 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .inspiration-content-body h1 { font-size: 22px; margin-top: 25px; }
    .inspiration-content-body h2 { font-size: 20px; margin-top: 22px; }
    .inspiration-content-body h3 { font-size: 18px; margin-top: 20px; }
    .inspiration-content-body h4 { font-size: 16px; }
    .inspiration-content-body { font-size: 14px; line-height: 1.7; }
    .inspiration-content-body ul,
    .inspiration-content-body ol {
        padding-left: 20px;
    }
    .inspiration-content-body pre {
        padding: 12px;
        border-radius: 8px;
    }
    .inspiration-content-body .table-wrapper {
        margin: 15px -15px;
        border-radius: 0;
    }
    .inspiration-content-body .video-embed-wrapper,
    .inspiration-content-body div[data-youtube-video],
    .inspiration-content-body div[data-vimeo-video] {
        margin: 15px 0;
        border-radius: 8px;
    }
    .inspiration-content-body .video-embed-wrapper iframe,
    .inspiration-content-body div[data-youtube-video] iframe,
    .inspiration-content-body div[data-vimeo-video] iframe {
        border-radius: 8px;
    }
    .insp-dest-card,
    .insp-region-card,
    .insp-tour-card {
        margin-bottom: 20px;
    }
    .insp-region-img {
        padding-bottom: 70%;
    }
    .insp-dest-img {
        padding-bottom: 60%;
    }
    .insp-tour-img {
        padding-bottom: 75%;
    }
    .insp-dest-info,
    .insp-region-info,
    .insp-tour-info {
        padding: 40px 15px 15px 15px;
    }
    .insp-dest-info h4 {
        font-size: 17px;
    }
}

/* ==========================================================================
   REGION / DESTINATION PAGE
   ========================================================================== */

/* Leaflet popup base reset */
.city-popup .leaflet-popup-tip { border-top-color: #fff; }

/* Tour Filter Bar */
.tour-filter-bar {
    background: #000000;
    padding: 24px 0;
    margin-top: 0;
    border-bottom: 3px solid #D4620F;
}
.tour-filter-bar-in {
    display: flex;
    align-items: center;
    gap: 40px;
}
.tour-filter-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    min-width: 200px;
}
.tour-filter-icon {
    width: 48px;
    height: 48px;
    background: #D4620F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.tour-filter-meta h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 3px;
    letter-spacing: 0.3px;
}
.tour-filter-meta p {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}
.tour-filter-fields {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex: 1;
}
.tour-filter-field {
    flex: 1;
    min-width: 0;
}
.tour-filter-field label {
    display: block;
    color: #D4620F;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.tour-filter-field select {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 11px 38px 11px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23D4620F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
    cursor: pointer;
    transition: all 0.25s ease;
}
.tour-filter-field select:hover {
    border-color: rgba(212,98,15,0.6);
    background-color: rgba(255,255,255,0.1);
}
.tour-filter-field select:focus {
    outline: none;
    border-color: #D4620F;
    box-shadow: 0 0 0 3px rgba(212,98,15,0.15);
}
.tour-filter-field select option {
    background: #1a1a2e;
    color: #fff;
    padding: 8px;
}
.tour-filter-reset {
    background: transparent;
    border: 1px solid rgba(212,98,15,0.6);
    color: #D4620F;
    padding: 11px 22px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: 0.3px;
}
.tour-filter-reset:hover {
    background: #D4620F;
    color: #fff;
    border-color: #D4620F;
}

/* Multi-select city dropdown */
.tour-multiselect {
    position: relative;
}
.tour-multiselect-btn {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 11px 38px 11px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23D4620F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}
.tour-multiselect-btn:hover {
    border-color: rgba(212,98,15,0.6);
    background-color: rgba(255,255,255,0.1);
}
.tour-multiselect.open .tour-multiselect-btn {
    border-color: #D4620F;
    box-shadow: 0 0 0 3px rgba(212,98,15,0.15);
}
.tour-multiselect-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #1a1a2e;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 6px;
    z-index: 20;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.tour-multiselect.open .tour-multiselect-dropdown {
    display: block;
}
.tour-multiselect-dropdown label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0;
    transition: background 0.15s;
}
.tour-multiselect-dropdown label:hover {
    background: rgba(255,255,255,0.08);
}
.tour-multiselect-dropdown input[type="checkbox"] {
    accent-color: #D4620F;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.tour-multiselect-tags {
    display: inline;
}
.tour-multiselect-tag {
    display: inline-block;
    background: rgba(212,98,15,0.25);
    color: #D4620F;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 3px;
    margin-right: 4px;
    font-weight: 600;
}

/* Remove gap between filter bar and tour grid */
.tour-filter-bar + .luxury-holiday.tour-holiday-listing {
    border-top: none;
    margin-top: 0;
    padding-top: 40px;
}

/* Tour viewed status */
.tour-viewed-status {
    text-align: center;
    padding: 40px 0 0;
}
.tour-viewed-status p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 12px 0 0;
}
.tour-viewed-bar {
    width: 200px;
    height: 3px;
    background: #ddd;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
}
.tour-viewed-progress {
    height: 100%;
    background: #D4620F;
    border-radius: 3px;
    width: 100%;
    transition: width 0.4s ease;
}

/* Sticky tab navigation */
.tabing-sec.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}
.tabing-sec.is-sticky.tabs-hidden {
    transform: translateY(-100%);
    pointer-events: none;
}
.tabing-sec-placeholder {
    display: none;
}
.tabing-sec-placeholder.active {
    display: block;
}

/* Header hide/show transitions (only when fixed) */
.header-sec.fixed-header.header-hide {
    transform: translateY(-100%) !important;
}

/* Sticky filter bar */
.tour-filter-bar {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
}
.tour-filter-bar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transform: translateY(0);
}
.tour-filter-bar.is-sticky.filter-hidden {
    transform: translateY(-100%);
    pointer-events: none;
}
.tour-filter-placeholder {
    display: none;
}
.tour-filter-placeholder.active {
    display: block;
}

/* Places to Visit - View Toggle */
.places-view-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 0;
    background: rgba(255,255,255,0.1);
    border-radius: 50px;
    padding: 5px;
    max-width: 340px;
}
.places-view-btn {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}
.places-view-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.places-view-btn.active {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.places-view-btn:hover:not(.active) {
    background: rgba(255,255,255,0.15);
    color: #fff;
}
.places-view-panel {
    display: none;
}
.places-view-panel.active {
    display: block;
}

/* City Guide Cards */
.city-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.city-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 420px;
    cursor: pointer;
}
.city-card-img {
    position: absolute;
    inset: 0;
}
.city-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.city-card:hover .city-card-img img {
    transform: scale(1.08);
}
.city-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.05) 70%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    transition: background 0.4s ease;
}
.city-card:hover .city-card-overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.1) 80%, transparent 100%);
}
.city-card-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #D4620F;
    margin-bottom: 8px;
}
.city-card-name {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
}
.city-card-desc {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
    margin: 0 0 14px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}
.city-card:hover .city-card-desc {
    max-height: 80px;
    opacity: 1;
}
.city-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #D4620F;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}
.city-card:hover .city-card-link {
    opacity: 1;
    transform: translateY(0);
}
.city-card-link svg {
    transition: transform 0.3s ease;
}
.city-card:hover .city-card-link svg {
    transform: translateX(4px);
}

/* Map View - Professional Layout */
.map-view-layout {
    display: flex;
    gap: 0;
    overflow: hidden;
    background: #fff;
    width: calc(100% - 60px);
    margin: 0 30px;
    border-radius: 12px;
}
.map-view-map {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
}
.map-view-map #regionMap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
.map-reset-btn {
    position: absolute;
    bottom: 24px;
    left: 14px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: #333;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.2s ease;
}
.map-reset-btn:hover {
    background: #D4620F;
    color: #fff;
    box-shadow: 0 4px 12px rgba(212,98,15,0.3);
}
.map-view-sidebar {
    width: 400px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-left: 1px solid #eee;
}
.map-sidebar-header {
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
}
.map-sidebar-title {
    display: block;
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 18px;
    color: #D4620F;
    margin-bottom: 4px;
    font-weight: 400;
}
.map-sidebar-count {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.map-sidebar-list {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ddd #f9f9f9;
}
.map-sidebar-list::-webkit-scrollbar {
    width: 4px;
}
.map-sidebar-list::-webkit-scrollbar-track {
    background: #f9f9f9;
}
.map-sidebar-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}
.map-sidebar-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.map-sidebar-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #D4620F;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.map-sidebar-item:hover {
    background: #fdf8f4;
}
.map-sidebar-item.active {
    background: #fdf8f4;
}
.map-sidebar-item.active::before {
    opacity: 1;
}
.map-sidebar-pin {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: rgba(212,98,15,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-sidebar-item.active .map-sidebar-pin {
    background: rgba(212,98,15,0.15);
}
.map-sidebar-info {
    flex: 1;
    min-width: 0;
}
.map-sidebar-info h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 2px;
    line-height: 1.3;
}
.map-sidebar-info span {
    font-size: 11px;
    color: #999;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.map-sidebar-arrow {
    flex-shrink: 0;
    color: #ccc;
    transition: color 0.2s ease, transform 0.2s ease;
}
.map-sidebar-item:hover .map-sidebar-arrow,
.map-sidebar-item.active .map-sidebar-arrow {
    color: #D4620F;
    transform: translateX(2px);
}

/* Map popup - horizontal card */
.city-popup .leaflet-popup-content-wrapper {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.2);
}
.city-popup .leaflet-popup-content {
    margin: 0;
    width: 320px !important;
}
.city-popup-card {
    display: flex;
    min-height: 120px;
}
.city-popup-img {
    width: 130px;
    flex-shrink: 0;
    overflow: hidden;
}
.city-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.city-popup-body {
    flex: 1;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.city-popup-body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 3px;
}
.city-popup-body .city-popup-region {
    font-size: 11px;
    color: #999;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 600;
}
.city-popup-body p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 10px;
}
.city-popup-link {
    font-size: 12px;
    font-weight: 700;
    color: #D4620F;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease;
}
.city-popup-link:hover {
    gap: 8px;
}

/* Custom map marker */
.custom-map-marker {
    background: none;
    border: none;
}
.map-marker-pin {
    width: 32px;
    height: 42px;
    position: relative;
    cursor: pointer;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    transition: transform 0.2s ease;
}
.map-marker-pin:hover {
    transform: scale(1.15);
}
.map-marker-pin.active {
    transform: scale(1.2);
    filter: drop-shadow(0 3px 8px rgba(212,98,15,0.4));
}

/* Remove white gap between map section and Why Global Junction */
#rtab-places > .tab-content-body > .holiday-sec.padding-100 {
    padding-bottom: 0;
}

/* Subtle section break */
.section-fade-break {
    height: 1px;
    margin: 40px 0;
    background: linear-gradient(90deg, transparent 0%, rgba(212,98,15,0.15) 20%, rgba(212,98,15,0.25) 50%, rgba(212,98,15,0.15) 80%, transparent 100%);
}

/* Things to Do - Activities Grid */
.activities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.activity-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}
.activity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.activity-card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.activity-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.activity-card:hover .activity-card-img img {
    transform: scale(1.06);
}
.activity-duration {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(4px);
}
.activity-card-body {
    padding: 18px;
}
.activity-card-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.3;
}
.activity-card-body p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 14px;
}
.activity-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}
.activity-location {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #999;
}
.activity-tours-count {
    font-size: 11px;
    font-weight: 700;
    color: #D4620F;
    background: rgba(212,98,15,0.08);
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Activity Modal */
.activity-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.activity-modal-overlay.active {
    display: flex;
}
.activity-modal {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 680px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideUp 0.3s ease;
}
@keyframes modalSlideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
.activity-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    line-height: 1;
}
.activity-modal-close:hover {
    background: #D4620F;
}
.activity-modal-hero {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.activity-modal-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activity-modal-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
}
.activity-modal-duration {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(4px);
}
.activity-modal-body {
    padding: 28px;
}
.activity-modal-body h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
}
.activity-modal-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.activity-modal-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #666;
}
.activity-modal-meta .meta-price {
    font-weight: 700;
    color: #D4620F;
}
.activity-modal-body > p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 28px;
}
.activity-modal-tours h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 16px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}
.activity-modal-tours-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.modal-tour-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: background 0.2s;
    text-decoration: none;
    color: inherit;
}
.modal-tour-item:hover {
    background: #f0f0f0;
}
.modal-tour-img {
    width: 70px;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.modal-tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-tour-info {
    flex: 1;
    min-width: 0;
}
.modal-tour-info h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-tour-info span {
    font-size: 12px;
    color: #999;
}
.modal-tour-arrow {
    color: #D4620F;
    flex-shrink: 0;
}

/* Region Page - Responsive */
@media (max-width: 991px) {
    .tour-filter-bar { padding: 20px 0; }
    .tour-filter-bar-in { flex-direction: column; align-items: stretch; gap: 18px; }
    .tour-filter-left { min-width: auto; }
    .tour-filter-fields { flex-direction: column; gap: 12px; }
    .tour-filter-field { min-width: 100%; }
    .tour-filter-reset { text-align: center; }
    .city-guide-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .city-card { height: 350px; }
    .map-view-layout {
        flex-direction: column;
        height: auto !important;
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .map-view-map {
        position: relative;
        height: 50vh;
        min-height: 300px;
    }
    .map-view-sidebar {
        width: 100%;
        max-height: 40vh;
        min-height: 200px;
    }
    .activities-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .city-guide-grid { grid-template-columns: 1fr; }
    .city-card { height: 320px; }
    .city-card-desc { max-height: 80px; opacity: 1; }
    .city-card-link { opacity: 1; transform: translateY(0); }
    .map-view-map {
        height: 45vh;
        min-height: 250px;
    }
    .map-sidebar-item {
        padding: 12px 16px;
    }
    .activities-grid { grid-template-columns: 1fr; }
    .activity-modal { width: 95%; }
    .activity-modal-hero { height: 200px; }
    .activity-modal-body { padding: 20px; }
}

/* ============================================
   TOURS LISTING PAGE
   ============================================ */

/* Pagination */
.tour-pagination {
    text-align: center;
    margin-top: 50px;
}
.tour-pagination .pagination {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.tour-pagination .page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    background: #fff;
}
.tour-pagination .page-item .page-link:hover {
    background: #D4620F;
    border-color: #D4620F;
    color: #fff;
}
.tour-pagination .page-item.active .page-link {
    background: #D4620F;
    border-color: #D4620F;
    color: #fff;
    font-weight: 700;
}
.tour-pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}

/* Tours page top spacing (below absolute header) */
.tours-page-top {
    padding-top: 150px;
}

/* Tour listing spacing adjustment */
.tour-holiday-listing {
    background: #f8f8f8;
}

/* ---- Tours Listing Responsive ---- */
@media (max-width: 991px) {
    .tours-page-top {
        padding-top: 120px;
    }
    .tour-pagination {
        margin-top: 35px;
    }
    .tour-pagination .page-item .page-link {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
        padding: 0 10px;
    }
    /* Disable sticky filter on tablet — stacked filter is too tall */
    .tour-filter-bar.is-sticky {
        position: relative;
        box-shadow: none;
    }
    .tour-filter-placeholder.active {
        display: none;
    }
}
@media (max-width: 767px) {
    .tours-page-top {
        padding-top: 90px;
    }
    .tour-filter-bar {
        padding: 16px 0;
    }
    .tour-filter-bar-in {
        gap: 14px;
    }
    .tour-filter-icon {
        width: 40px;
        height: 40px;
    }
    .tour-filter-icon svg {
        width: 16px;
        height: 16px;
    }
    .tour-filter-meta h5 {
        font-size: 15px;
    }
    .tour-filter-field select {
        padding: 10px 34px 10px 12px;
        font-size: 13px;
    }
    .tour-pagination {
        margin-top: 30px;
    }
    .tour-pagination .pagination {
        gap: 4px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tour-pagination .page-item .page-link {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
        padding: 0 8px;
        border-radius: 5px;
    }
    .related-tours-hot-sec.bg-black .heading-sec-con {
        border-bottom-color: rgba(255,255,255,0.15);
    }
}
@media (max-width: 575px) {
    .tours-page-top {
        padding-top: 80px;
    }
    .tour-filter-left {
        gap: 10px;
    }
    .tour-filter-meta p {
        display: none;
    }
    .tour-filter-field label {
        font-size: 9px;
        margin-bottom: 5px;
    }
    .tour-filter-reset {
        padding: 10px 18px;
        font-size: 12px;
    }
}

/* ========================================
   Scroll to Top
   ======================================== */
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #D4620F;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(212, 98, 15, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
}
#scrollToTop.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#scrollToTop:hover {
    background: #1a1a1a;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
    #scrollToTop {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

/* ========================================
   Contact Page
   ======================================== */

/* Main Section: Form + Details Side by Side */
.contact-main-sec {
    background: #f9f7f5;
}

/* Form Panel */
.contact-form-panel {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.06);
    height: 100%;
}
.contact-form-heading {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.contact-form-subtext {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* Contact Details Sidebar */
.contact-details-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.contact-detail-block {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 14px;
    margin-bottom: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-detail-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.contact-detail-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(212, 98, 15, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-detail-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.contact-detail-content a {
    display: block;
    color: #D4620F;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 2px;
    transition: color 0.2s ease;
}
.contact-detail-content a:hover {
    color: #1a1a1a;
}
.contact-detail-content span {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 2px;
}
.contact-detail-content p {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
.contact-whatsapp {
    margin-top: auto;
    padding-top: 8px;
}
.contact-whatsapp a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #25D366;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    padding: 14px 24px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.05);
    width: 100%;
    justify-content: center;
    transition: all 0.25s ease;
}
.contact-whatsapp a:hover {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}
.contact-whatsapp a:hover svg {
    fill: #fff;
}
.contact-field {
    margin-bottom: 20px;
}
.contact-field label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
}
.contact-field label span {
    color: #D4620F;
}
.contact-field .form-control {
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    transition: border-color 0.2s ease;
    background: #fafafa;
}
.contact-field .form-control:focus {
    border-color: #D4620F;
    box-shadow: 0 0 0 3px rgba(212, 98, 15, 0.08);
    background: #fff;
}
.contact-field textarea.form-control {
    resize: vertical;
    min-height: 120px;
}
.contact-field-error {
    color: #e03131;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #D4620F;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}
.contact-submit-btn:hover {
    background: #1a1a1a;
    color: #fff;
}
.contact-success-msg {
    text-align: center;
    padding: 60px 20px;
}
.contact-success-msg h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 16px 0 8px;
}
.contact-success-msg p {
    color: #666;
    font-size: 15px;
}

/* How It Works Section */
.contact-howit-sec {
    position: relative;
    background-size: cover;
    background-position: center;
}
.contact-howit-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.9);
}
.contact-howit-sec .container {
    position: relative;
    z-index: 1;
}
.contact-howit-sec .section-heading h2 {
    color: #fff;
}
.contact-howit-sec .section-heading p {
    color: rgba(255,255,255,0.6);
}
.contact-howit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}
.contact-howit-item {
    text-align: center;
    padding: 30px 20px;
}
.contact-howit-num {
    font-size: 40px;
    font-weight: 800;
    color: #D4620F;
    margin-bottom: 16px;
    line-height: 1;
}
.contact-howit-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.contact-howit-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0;
}

/* Specialists Section */
.contact-specialist-card {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-specialist-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    border: 3px solid rgba(212, 98, 15, 0.15);
}
.contact-specialist-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-specialist-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}
.contact-specialist-role {
    font-size: 13px;
    color: #D4620F;
    font-weight: 600;
    margin-bottom: 4px;
}
.contact-specialist-dest {
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* Contact Page Responsive */
@media (max-width: 991px) {
    .contact-howit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-form-panel {
        padding: 32px 24px;
        margin-bottom: 24px;
    }
    .contact-details-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }
    .contact-detail-block {
        width: calc(50% - 8px);
    }
    .contact-details-sidebar .contact-detail-block:nth-child(odd) {
        margin-right: 16px;
    }
}
@media (max-width: 767px) {
    .contact-howit-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .contact-form-panel {
        padding: 24px 18px;
    }
    .contact-details-sidebar {
        flex-direction: column;
    }
    .contact-detail-block {
        width: 100%;
    }
    .contact-details-sidebar .contact-detail-block:nth-child(odd) {
        margin-right: 0;
    }
}

/* ============================================================
   Cookie Consent Banner
   ============================================================ */
.cc-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc-banner.cc-visible {
    transform: translateY(0);
}
.cc-inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #191D26;
    border-radius: 16px 16px 0 0;
    padding: 24px 32px;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.2);
}
.cc-main {
    display: flex;
    align-items: center;
    gap: 24px;
}
.cc-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(212, 98, 15, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}
.cc-text {
    flex: 1;
    min-width: 0;
}
.cc-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.cc-text p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.5;
}
.cc-text a {
    color: #D4620F;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}
.cc-text a:hover {
    color: #f0812e;
}
.cc-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.cc-btn {
    border: none;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.cc-btn-accept {
    background: #D4620F;
    color: #fff;
}
.cc-btn-accept:hover {
    background: #b8520d;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(212, 98, 15, 0.3);
}
.cc-btn-settings {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.cc-btn-settings:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}
.cc-btn-reject {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 16px;
}
.cc-btn-reject:hover {
    color: #fff;
}

/* Preferences Panel */
.cc-prefs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                padding 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 0 0;
}
.cc-prefs.cc-prefs-open {
    max-height: 400px;
    padding: 20px 0 0;
}
.cc-prefs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
}
.cc-pref-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cc-pref-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.cc-pref-header h5 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.cc-pref-card p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
    line-height: 1.5;
}
.cc-pref-badge {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
    padding: 3px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Toggle Switch */
.cc-toggle {
    position: relative;
    width: 38px;
    height: 22px;
    flex-shrink: 0;
}
.cc-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.cc-toggle-slider {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 22px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.cc-toggle-slider::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.cc-toggle input:checked + .cc-toggle-slider {
    background: #D4620F;
}
.cc-toggle input:checked + .cc-toggle-slider::before {
    transform: translateX(16px);
}
.cc-toggle input:disabled + .cc-toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}
.cc-prefs-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

/* Responsive */
@media (max-width: 767.98px) {
    .cc-inner {
        padding: 20px 18px;
        border-radius: 14px 14px 0 0;
    }
    .cc-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    .cc-icon {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
    .cc-text h4 {
        font-size: 14px;
    }
    .cc-text p {
        font-size: 12px;
    }
    .cc-actions {
        width: 100%;
        justify-content: stretch;
    }
    .cc-btn-accept {
        flex: 1;
    }
    .cc-btn {
        padding: 10px 16px;
        font-size: 12px;
    }
    .cc-prefs-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .cc-actions {
        flex-wrap: wrap;
    }
    .cc-btn-accept {
        order: -1;
        width: 100%;
    }
}

/* ========================================
   Global Search Overlay
   ======================================== */
.nav-search-btn {
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.nav-search-btn button {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    padding: 9px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.nav-search-btn button:hover {
    background: #D4620F;
    border-color: #D4620F;
    color: #fff;
    transform: scale(1.08);
}
.fixed-header .nav-search-btn button {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
.fixed-header .nav-search-btn button:hover {
    background: #D4620F;
    border-color: #D4620F;
}

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-overlay.active {
    opacity: 1;
    visibility: visible;
}
.search-overlay-inner {
    width: 90%;
    max-width: 800px;
    margin-top: 10vh;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}
.search-overlay-header {
    flex-shrink: 0;
}
.search-input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 6px 16px;
    gap: 12px;
}
.search-input-icon {
    flex-shrink: 0;
    color: #999;
}
.search-input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    padding: 12px 0;
    background: transparent;
    color: #191D26;
}
.search-input-wrap input::placeholder {
    color: #aaa;
}
.search-close-btn {
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: background 0.2s, color 0.2s;
}
.search-close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.search-overlay-body {
    margin-top: 20px;
    overflow-y: auto;
    flex: 1;
    padding-right: 4px;
}

.search-initial,
.search-no-results {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 60px 20px;
}
.search-initial svg,
.search-no-results svg {
    opacity: 0.4;
    margin-bottom: 16px;
}
.search-initial p,
.search-no-results p {
    font-size: 16px;
    margin: 0;
}

.search-loading {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.search-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #D4620F;
    border-radius: 50%;
    animation: searchSpin 0.7s linear infinite;
}
@keyframes searchSpin {
    to { transform: rotate(360deg); }
}

.search-result-category {
    margin-bottom: 24px;
}
.search-result-category h6 {
    color: #D4620F;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.search-result-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s;
}
.search-result-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
}
.search-result-thumb {
    width: 56px;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
}
.search-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search-result-info {
    flex: 1;
    min-width: 0;
}
.search-result-info .search-result-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result-info .search-result-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 2px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result-arrow {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.3);
}
.search-result-item:hover .search-result-arrow {
    color: #D4620F;
}

@media (max-width: 767px) {
    .search-overlay-inner {
        width: 95%;
        margin-top: 5vh;
        max-height: 90vh;
    }
    .search-input-wrap input {
        font-size: 16px;
    }
    .search-result-thumb {
        width: 48px;
        height: 36px;
    }
    .nav-search-btn {
        margin-left: 10px;
    }
}
@media (max-width: 1199px) {
    .nav-search-btn {
        margin-left: auto;
        margin-right: 10px;
    }
    .nav-search-btn button {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.25);
        color: #fff;
        padding: 8px 9px;
    }
    .nav-search-btn button svg {
        width: 18px;
        height: 18px;
    }
    .fixed-header .nav-search-btn button {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }
}