@media (min-width: 1400px) {
.container {
max-width: 1400px;
padding: 0px;
}
} .back-link {
margin: 20px auto;
width: 90%;
max-width: 1200px;
}
.back-link a {
text-decoration: none;
color: #0073aa;
font-weight: 500;
transition: color 0.3s;
}
.back-link a:hover {
color: #005177;
} .destination-hero {
position: relative;
width: 100%;  border-radius: 0px 0px 10px 10px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.destination-hero__img img {
width: 100%;
height: 500px; object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
.destination-hero__img img:hover {
transform: scale(1.05);
} .destination-hero__info {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #492414;
text-align: center;
}
.destination-hero__title {
margin: 0 0 15px 0;
position: relative;
display: inline-block;
}
.destination-hero__title .title-main {
display: block;
font-size: 70px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
color: #FFF;
-webkit-text-stroke: 3.5px #492414;
paint-order: stroke fill;
text-shadow:
4px 4px 0px #492414,
-1px -1px 0px #492414,
1px -1px 0px #492414,
-1px 1px 0px #492414,
4px 4px 8px rgba(73, 36, 20, 0.5);
letter-spacing: 3px;
text-transform: uppercase;
filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
animation: titleFadeIn 0.8s ease-out;
}
.destination-hero__title .title-decoration {
display: block;
width: 100px;
height: 4px;
background: linear-gradient(90deg, transparent, #492414, transparent);
margin: 10px auto 0;
border-radius: 2px;
box-shadow: 0 2px 4px rgba(73, 36, 20, 0.3);
}
.destination-hero__subtitle {
font-size: 18px;
color: #FFF;
font-weight: 500;
letter-spacing: 2px;
margin: 10px 0 20px 0;
text-shadow:
2px 2px 4px #492414,
-1px -1px 2px #492414;
font-family: 'Poppins', sans-serif;
animation: subtitleFadeIn 1s ease-out 0.3s both;
} @keyframes titleFadeIn {
from {
opacity: 0;
transform: translateY(-30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media (max-width: 768px) {
.destination-hero__title .title-main {
font-size: 45px;
-webkit-text-stroke: 2px #492414;
}
.destination-hero__subtitle {
font-size: 16px;
}
} .destination-single {
margin: 0px auto;
width: 90%;  padding: 30px;  }
.destination-single h1 {
font-size: 3rem;
margin-bottom: 15px;
}
.destination-single {
margin-bottom: 0 !important;
}
.destination-thumb {
margin-bottom: 20px;
}
.destination-thumb img {
width: 100%;
height: auto;
border-radius: 8px;
}
.destination-content {
margin-bottom: 50px;
font-size: 1.2rem;
line-height: 40px;
color: #555;
}  .place-type-section {
margin-bottom: 60px;
}
.place-type-section h3 {
font-size: 35px;
margin-bottom: 35px;
border-bottom: 2px solid #eee;
padding-bottom: 15px;
color: #492414;
} .place-grid {
display: grid;
grid-template-columns: repeat(5, 1fr); gap: 20px;
} .place-card {
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
transition: transform 0.3s, box-shadow 0.3s;
}
.place-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.place-thumb img {
width: 100%;
height: 160px;
object-fit: cover;
display: block;
}
.place-title {
margin: 15px;
font-size: 20px;
font-weight: 600;
text-align: center;
}
.place-title a {
text-decoration: none;
color: #492414;
transition: color 0.3s;
}
.place-title a:hover {
color: #492414;
} @media (max-width: 768px) {
.destination-hero__info {
left: 15px;
bottom: 15px;
}
.destination-hero__title {
font-size: 1.8rem;
}
.destination-hero__img img {
height: 250px;
}
}
.destination-single-details {
background-color: #fff6e4;
font-family: 'Poppins', sans-serif;
}
.destination-single-details p,
.destination-single-details span,
.destination-single-details li,
.destination-single-details a {
line-height: 28px;
font-family: 'Roboto', sans-serif;
}
.place-desc {
font-size: 18px;
color: #666;
margin: 10px 15px;
text-align: center;
line-height: 1.4; }
.place-btn {
text-align: center;
margin: 15px;
}   .destination-gallery-container {
width: 100%;
padding: 80px 0px;
} .destination-gallery-title {
font-size: 48px;
font-weight: 600;
line-height: 1.2;
color: #110F0F;
margin-bottom: 40px;
text-align: center;
}  .destination-gallery-slider {
width: 100%;
padding: 50px 0 80px;
overflow: hidden; } .destination-gallery-slider .swiper-slide { width: auto !important; height: 400px; position: relative; overflow: hidden;
transition: all 0.5s ease;
transform-style: preserve-3d; backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transform: translateZ(0);
-webkit-transform: translateZ(0);
} .image-wrapper {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
} .gallery-img {
width: 100%;
height: 100%; object-fit: cover;
object-position: center; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges;  transform: translateZ(0);
will-change: transform;
transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
} .destination-gallery-slider .swiper-slide:hover .gallery-img {
transform: scale(1.15) translateZ(0); } .img-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
opacity: 0;
transition: opacity 0.4s ease;
pointer-events: none;
}
.destination-gallery-slider .swiper-slide:hover .img-overlay {
opacity: 1;
} @media (max-width: 1024px) {
.destination-gallery-slider .swiper-slide {
height: 350px;
}
.destination-single h1 {
font-size: 42px;
}
.destination-hero__title .title-main {
font-size: 60px;
}
}
@media (max-width: 1200px) {
.destination-gallery-slider .swiper-slide {
height: 350px;
}
.destination-single h1 {
font-size: 42px;
margin-bottom: 0px !important;
}
.destination-hero__title .title-main {
font-size: 60px;
}
} 
@media (max-width: 768px) {
.destination-gallery-slider .swiper-slide {
height: 300px;
}
}
@media (max-width: 480px) {
.destination-gallery-slider .swiper-slide {
height: auto;
}
.destination-gallery-slider {
overflow: hidden !important;
padding: 20px 0 50px;
}
.destination-gallery-slider .swiper-slide {
height: 250px !important;
width: 100% !important;
}
} .swiper-button-prev,
.swiper-button-next {
width: 55px;
height: 55px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
transition: all 0.3s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
font-size: 22px;
color: #492414;
font-weight: bold;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
background: #492414;
transform: scale(1.1);
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
color: #fff;
} .swiper-pagination {
bottom: 30px !important;
}
.swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #ccc;
opacity: 0.7;
transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
width: 30px;
border-radius: 5px;
background: #492414;
opacity: 1;
} .destination-gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 25px;
padding: 20px;
max-width: 1400px;
margin: 0 auto;
}
.destination-gallery .gallery-item {
position: relative;
overflow: hidden;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
cursor: pointer;
transition: all 0.4s ease;
height: 350px;
}
.destination-gallery .gallery-item .gallery-img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}
.destination-gallery .gallery-item:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.destination-gallery .gallery-item:hover .gallery-img {
transform: scale(1.15);
}
.destination-gallery .gallery-item:hover .img-overlay {
opacity: 1;
} @media (max-width: 1024px) {
.destination-gallery-slider .swiper-slide {
width: 350px;
height: 400px;
}
}
@media (max-width: 768px) {
.destination-gallery-title {
font-size: 28px;
}
.destination-single-details p {
text-align: justify;
line-height: 24px;
}
.destination-gallery-slider .swiper-slide {
width: 280px;
height: 350px;
}
.swiper-button-prev,
.swiper-button-next {
width: 45px;
height: 45px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
font-size: 18px;
}
}
@media (max-width: 576px) {
.destination-gallery-title {
font-size: 24px;
}
.destination-gallery-slider {
padding: 30px 0 60px;
}
.destination-gallery-slider .swiper-slide {
width: 250px;
height: 320px;
}
.destination-gallery .gallery-item {
height: 280px;
}
.destination-suggested p {
margin-bottom: 20px !important;
}
.trip-section-title {
font-size: 26px !important;
}
} .destination-gallery .gallery-item::after { position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
background: rgba(0, 0, 0, 0.6);
color: #fff;
font-size: 20px;
padding: 10px 12px;
border-radius: 50%;
opacity: 0;
transition: all 0.3s ease;
}
.destination-gallery .gallery-item:hover::after {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
} #booking-success-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
display: none; align-items: center;
justify-content: center;
z-index: 1000;
}
.booking-success-content {
position: relative;
background: #fff;
padding: 30px;
border-radius: 10px;
text-align: center;
max-width: 400px;
width: 90%;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
animation: fadeIn 0.3s ease-in-out;
}
.success-close {
position: absolute;
top: 10px;
right: 15px;
font-size: 22px;
font-weight: bold;
cursor: pointer;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: scale(0.9);
}
to {
opacity: 1;
transform: scale(1);
}
}  .sd-places-section {
display: grid;
grid-template-columns: 25% 30% 15% 25%;
grid-auto-rows: 200px;
gap: 15px;
padding: max(2vh, 1.5rem);
margin-bottom: 80px;
position: relative;
} .sd-places-section .card {
border-radius: 25px;
box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);
overflow: visible;
position: relative;
display: flex;
flex-direction: column;
height: 100%;
}
.sd-places-section .card__img {
position: relative;
width: 100%;
height: 100%; }
.sd-places-section .card img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 25px;
} .sd-places-section .card__overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 1rem;
background: linear-gradient(0deg,
rgba(0, 0, 0, 0.7) 0%,
rgba(0, 0, 0, 0.2) 60%,
rgba(0, 0, 0, 0) 100%);
border-radius: 0 0 25px 25px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-end;
z-index: 1; }
.sd-places-section .card__overlay .card__link {
color: #fff;
text-decoration: none;
}
.sd-places-section .card__overlay h2 {
font-size: 1.2rem;
font-weight: 600;
margin: 0;
} .sd-places-section .card:nth-child(2) {
grid-column: 2/3;
grid-row: span 2;
}
.sd-places-section .card:nth-child(3) {
grid-column: span 2;
}
.sd-tour-section {
text-align: center;
padding: 0px 20px;
padding-bottom: 40px; }
.sd-tour-section h2 {
font-size: 40px;
color: #492414;
margin-bottom: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
.sd-tour-section p {
font-size: 18px;
max-width: 55%;
margin: 0 auto 40px;
}
.sd-carousel-container {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.sd-cards-wrapper {
overflow: hidden;
width: 100%;
}
.sd-cards {
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
transition: transform 0.5s ease;
}
.sd-card {
background: white;
padding: 14px 14px 18px 14px;
border-radius: 10px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
width: 360px; flex: 0 0 360px;
text-align: center;
}
.sd-card img {
width: 100%;
height: 240px; object-fit: cover;
border-radius: 8px;
}
.sd-card h3 {
margin: 12px 0 8px;
font-size: 22px; font-weight: 600;
font-family: 'Poppins', sans-serif;
line-height: 1.2;
}
.sd-btn {
display: inline-block;
padding: 2px 12px; font-size: 15px;
background-color: transparent;
border: 2px solid #492414;
color: #492414;
text-decoration: none;
border-radius: 4px;
}
.sd-btn:hover {
background-color: #492414;
color: white;
}
.sd-nav {
position: absolute;
transform: translateY(-50%);
background-color: rgb(0 0 0 / 58%);
color: white;
font-size: 26px;
border: none;
cursor: pointer;
padding: 5px 17px;
border-radius: 50%;
z-index: 10;
}
.sd-nav:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.sd-prev {
left: -50px;
}
.sd-next {
right: -22px;
}  .trip-section {
margin: 0 auto;
padding: 80px 0px;
max-width: 1400px;
font-family: 'Poppins', sans-serif;
}
.trip-section p,
.trip-section span,
.trip-section li,
.trip-section a {
line-height: 28px;
font-family: 'Roboto', sans-serif;
} .trip-section-header {
text-align: center;
max-width: 90%;
margin: 0 auto 60px;
}
.trip-section-title {
font-size: 3rem;
font-weight: 600;
color: #492414;
margin-bottom: 20px;
}
.trip-section-sub {
font-size: 18px;
color: #666;
line-height: 1.8;
}  .trip-section-grid {
display: grid;
gap: 25px;
margin-top: 40px;
}   .trip-section-grid:has(.trip-card:nth-child(1):last-child) {
grid-template-columns: 1fr;
max-width: 55%; margin-left: auto;
margin-right: auto;
}
.trip-section-grid:has(.trip-card:nth-child(1):last-child) .trip-card {
max-width: 100%;
}
.trip-section-grid:has(.trip-card:nth-child(1):last-child) .trip-image {
height: 450px;
} .trip-section-grid:has(.trip-card:nth-child(2):last-child) {
grid-template-columns: repeat(2, 1fr);
}
.trip-section-grid:has(.trip-card:nth-child(2):last-child) .trip-image {
height: 400px;
} .trip-section-grid:has(.trip-card:nth-child(3):last-child) {
grid-template-columns: repeat(3, 1fr);
} .trip-section-grid:has(.trip-card:nth-child(4):last-child) {
grid-template-columns: repeat(4, 1fr);
} .trip-section-grid:has(.trip-card:nth-child(5):last-child) {
grid-template-columns: repeat(4, 1fr);
}
.trip-section-grid:has(.trip-card:nth-child(5):last-child) .trip-card:nth-child(5) {
grid-column: 2 / -2;
}
.trip-section-grid:has(.trip-card:nth-child(5):last-child) .trip-card:nth-child(5) .trip-image {
height: 450px;
} .trip-section-grid:has(.trip-card:nth-child(6):last-child) {
grid-template-columns: repeat(4, 1fr);
}
.trip-section-grid:has(.trip-card:nth-child(6):last-child) .trip-card:nth-child(5),
.trip-section-grid:has(.trip-card:nth-child(6):last-child) .trip-card:nth-child(6) {
grid-column: span 2;
}
.trip-section-grid:has(.trip-card:nth-child(6):last-child) .trip-card:nth-child(5) .trip-image,
.trip-section-grid:has(.trip-card:nth-child(6):last-child) .trip-card:nth-child(6) .trip-image {
height: 400px;
} .trip-section-grid:has(.trip-card:nth-child(7):last-child) {
grid-template-columns: repeat(4, 1fr);
}
.trip-section-grid:has(.trip-card:nth-child(7):last-child) .trip-card:nth-child(5) {
grid-column: 1 / 2;
}
.trip-section-grid:has(.trip-card:nth-child(7):last-child) .trip-card:nth-child(6) {
grid-column: 2 / 3;
}
.trip-section-grid:has(.trip-card:nth-child(7):last-child) .trip-card:nth-child(7) {
grid-column: 3 / 5;
} .trip-section-grid:has(.trip-card:nth-child(8)) {
grid-template-columns: repeat(4, 1fr);
}         .trip-card {
position: relative;
overflow: hidden;
border-radius: 16px;
box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.15);
transition: all 0.4s ease;
background: #fff;
}
.trip-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.trip-image {
position: relative;
width: 100%;
height: 380px;
overflow: hidden;
}
.trip-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.6s ease;
}
.trip-card:hover .trip-image img {
transform: scale(1.15);
} .trip-price {
position: absolute;
top: 20px;
left: 20px;
background: linear-gradient(135deg, #492414 0%, #6b3410 100%);
color: #fff;
font-size: 18px;
font-weight: 700;
padding: 10px 24px;
border-radius: 12px;
z-index: 3;
box-shadow: 0 5px 15px rgba(73, 36, 20, 0.5);
} .trip-details {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 25px 20px;
background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
z-index: 2;
color: #fff;
}
.trip-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 8px;
text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}
.trip-duration {
font-size: 15px;
font-weight: 500;
color: #f5f5f5;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
} .trip-overlay {
position: absolute;
inset: 0;
display: flex;
justify-content: center;
align-items: center;
background: rgba(73, 36, 20, 0.356);
backdrop-filter: blur(0.8px);
opacity: 0;
transition: opacity 0.4s ease;
z-index: 4;
}
.trip-card:hover .trip-overlay {
opacity: 1;
} .trip-btn {
display: inline-block;
background: #fff;
color: #492414;
font-size: 17px;
font-weight: 700;
padding: 14px 40px;
border-radius: 50px;
text-decoration: none;
transform: translateY(20px);
opacity: 0;
transition: all 0.4s ease;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.trip-card:hover .trip-btn {
transform: translateY(0);
opacity: 1;
}
.trip-btn:hover {
background: #492414;
color: #fff;
transform: scale(1.08);
}
.et-enquiry-form {
margin: 0;
}
.et-enquiry-form-container {
background: #fff6e4;
padding: 0;
} .sd-places-zig-zag-section {
display: flex;
flex-direction: column;
gap: 40px;
margin-top: 2%;
margin-bottom: 50px;
} .sd-places-zig-zag-section .sd-place-card {
display: flex;
align-items: center;
gap: 40px;
}
.sd-places-zig-zag-section .sd-place-card.reverse {
flex-direction: row-reverse;
} .sd-places-zig-zag-section .sd-place-image {
text-align: center;
width: 100%;
max-width: 48%;
height: 350px;
overflow: hidden;
border-radius: 20px;
}
.sd-places-zig-zag-section .sd-place-image img {
width: 100%;
height: 100%;
object-fit: cover; } .sd-places-zig-zag-section .sd-place-content {
flex: 1;
}
.sd-places-zig-zag-section .sd-place-title {
font-size: 40px;
font-weight: 700;
margin-bottom: 15px;
color: #613412;
}
.sd-places-zig-zag-section .sd-place-desc p {
font-size: 18px;
line-height: 1.6;
color: #555;
margin-bottom: 20px;
}
.sd-places-zig-zag-section .sd-place-btn {
display: inline-block;
padding: 10px 24px;
font-size: 15px;
background-color: #613412;
color: #fff;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.sd-places-zig-zag-section .sd-place-btn:hover {
background-color: #613412;
}
.sd-places-zig-zag-section .reverse .sd-place-content {
margin-left: 50px;
} @media (max-width: 1200px) {  .trip-section-grid:has(.trip-card:nth-child(1):last-child) {
grid-template-columns: 1fr !important;
max-width: 70%;
}
.trip-section-grid:has(.trip-card:nth-child(2):last-child) {
grid-template-columns: repeat(2, 1fr) !important;
}
.sd-nav.sd-prev {
left: 10px;
}
.sd-nav.sd-next {
right: 10px;
}
}
@media (max-width: 992px) { .destination-single {
width: 100%;
padding: 20px 16px;
} .destination-hero__img img {
height: 300px;
}
.destination-hero__info {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
padding: 15px 20px;
text-align: center;
}
.destination-hero__title .title-main {
font-size: 50px;
-webkit-text-stroke: 2.5px var(--primary);
} .best-section-title {
font-size: 2.2rem;
} .place-grid {
grid-template-columns: repeat(3, 1fr);
} .destination-gallery {
grid-template-columns: repeat(2, 1fr);
}
.destination-gallery-slider .swiper-slide {
height: 350px;
} .trip-section {
padding: 60px 20px;
}
.trip-section-header {
margin: 0 auto 40px;
padding: 0 15px;
}
.trip-section-title {
font-size: 2.5rem;
}
.trip-section-sub {
font-size: 17px;
} .trip-section-grid,
.trip-section-grid:has(.trip-card:nth-child(1):last-child),
.trip-section-grid:has(.trip-card:nth-child(2):last-child),
.trip-section-grid:has(.trip-card:nth-child(3):last-child),
.trip-section-grid:has(.trip-card:nth-child(4):last-child),
.trip-section-grid:has(.trip-card:nth-child(5):last-child),
.trip-section-grid:has(.trip-card:nth-child(6):last-child),
.trip-section-grid:has(.trip-card:nth-child(7):last-child),
.trip-section-grid:has(.trip-card:nth-child(8):last-child),
.trip-section-grid:has(.trip-card:nth-child(9)) {
grid-template-columns: repeat(2, 1fr) !important;
} .trip-section-grid .trip-card {
grid-column: auto !important;
} .trip-section-grid:has(.trip-card:nth-child(1):last-child) {
grid-template-columns: 1fr !important;
max-width: 60%;
margin-left: auto;
margin-right: auto;
}
.trip-image {
height: 300px;
}
.trip-title {
font-size: 20px;
} .sd-places-zig-zag-section .sd-place-card,
.sd-places-zig-zag-section .sd-place-card.reverse {
flex-direction: column;
text-align: center;
gap: 25px;
}
.sd-places-zig-zag-section .sd-place-image {
max-width: 100%;
height: 300px;
}
.sd-places-zig-zag-section .sd-place-title {
font-size: 32px;
}
.sd-places-zig-zag-section .sd-place-desc p {
font-size: 16px;
}
.sd-places-zig-zag-section .reverse .sd-place-content {
margin-left: 0;
} .enquiry-box {
padding: 30px 40px;
}
.enquiry-inner input,
.enquiry-inner select,
.enquiry-inner [type="submit"] {
flex: 1 1 45%;
max-width: 100%;
}
.enquiry-heading {
font-size: 28px;
} .sd-tour-section {
padding: 0 15px 30px;
}
.sd-tour-section h2 {
font-size: 32px;
line-height: 1.3;
}
.sd-tour-section p {
max-width: 100%;
font-size: 16px;
}
.sd-card {
width: 300px;
flex: 0 0 300px;
padding: 12px;
}
.sd-card img {
height: 200px;
}
.sd-card h3 {
font-size: 20px;
}
} @media (max-width: 767px) { .destination-hero__img img {
height: 260px;
}
.destination-hero__title .title-main {
font-size: 45px;
-webkit-text-stroke: 2px var(--primary);
letter-spacing: 2px;
}
.destination-hero__subtitle {
font-size: 16px;
} .destination-content {
margin-bottom: 50px;
font-size: 15px;
line-height: 32px;
color: #555;
padding: 0px 15px;
text-align: center;
}
.destination-single {
padding: 40px 12px !important;
} .best-section-title {
font-size: 2rem;
margin: 0px 0 30px;
}
.destination-card {
height: 280px;
}
.destination-title {
font-size: 20px;
} .place-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
} .destination-gallery-container {
padding: 60px 20px;
}
.destination-gallery-title {
font-size: 30px !important;
color: var(--primary);
border-bottom: 2px solid #eee;
display: block;
padding-bottom: 10px;
}
.destination-gallery {
grid-template-columns: 1fr;
gap: 20px;
}
.destination-gallery .gallery-item {
height: 280px;
}
.destination-gallery-slider .swiper-slide {
height: 300px;
} .trip-section {
padding: 60px 15px;
width: 100%;
}
.trip-section-header {
margin: 0 auto 30px;
padding: 0 10px;
max-width: 100%;
}
.trip-section-title {
font-size: 32px;
font-weight: 600;
color: var(--primary);
margin-bottom: 15px;
line-height: 1.3;
}
.trip-section-sub {
font-size: 16px;
line-height: 1.6;
} .trip-section-grid,
.trip-section-grid:has(.trip-card:nth-child(1):last-child),
.trip-section-grid:has(.trip-card:nth-child(2):last-child),
.trip-section-grid:has(.trip-card:nth-child(3):last-child),
.trip-section-grid:has(.trip-card:nth-child(4):last-child),
.trip-section-grid:has(.trip-card:nth-child(5):last-child),
.trip-section-grid:has(.trip-card:nth-child(6):last-child),
.trip-section-grid:has(.trip-card:nth-child(7):last-child),
.trip-section-grid:has(.trip-card:nth-child(8)),
.trip-section-grid:has(.trip-card:nth-child(9)) {
grid-template-columns: 1fr !important;
max-width: 100% !important;
gap: 20px;
} .trip-section-grid .trip-card {
grid-column: auto !important;
}
.trip-image {
height: 280px;
}
.trip-title {
font-size: 20px;
}
.trip-price {
font-size: 16px;
padding: 8px 18px;
} .sd-tour-section p {
max-width: 100%;
}
.sd-card {
width: 100%;
flex: 0 0 100%;
padding: 12px;
}
.sd-card img {
width: 100%;
height: 180px;
aspect-ratio: 4 / 3;
}
.sd-card h3 {
font-size: 20px;
padding: 10px 0px;
}
.sd-btn {
padding: 8px 15px;
font-size: 16px;
border-radius: 5px;
}
.sd-nav {
display: none;
} .sd-places-zig-zag-section .sd-place-title {
font-size: 28px;
}
.sd-places-zig-zag-section .sd-place-image {
height: 250px;
} .enquiry-box {
padding: 25px 20px;
}
.enquiry-inner {
display: flex;
flex-direction: column;
gap: 14px;
}
.enquiry-inner p {
margin-left: 0;
flex-direction: column;
}
.enquiry-inner input,
.enquiry-inner select,
.enquiry-inner [type="submit"] {
width: 100%;
max-width: 100%;
}
.enquiry-heading {
font-size: 26px;
} .traveller-experience-container {
padding: 60px 0px;
}
} @media (max-width: 576px) { .destination-hero__img img {
height: 220px;
}
.destination-hero__title .title-main {
font-size: 32px;
-webkit-text-stroke: 1.5px var(--primary);
letter-spacing: 1px;
} .best-section-title {
font-size: 1.6rem;
}
.destination-card {
height: 250px;
}
.destination-title {
font-size: 18px;
} .place-grid {
grid-template-columns: 1fr;
} .destination-gallery-title {
font-size: 24px;
}
.destination-gallery-slider {
padding: 30px 0 60px;
}
.destination-gallery-slider {
overflow: hidden !important;
width: 100%;
}
.destination-gallery-slider .swiper-slide {
height: 250px;
}
.destination-gallery .gallery-item {
height: 250px;
} .trip-section {
padding: 40px 15px;
}
.trip-section-header {
margin: 0 auto 25px;
padding: 0 5px;
}
.trip-section-title {
font-size: 28px;
line-height: 1.2;
margin-bottom: 12px;
}
.trip-section-sub {
font-size: 15px;
line-height: 1.5;
}
.trip-image {
height: 240px;
}
.trip-title {
font-size: 18px;
} .sd-tour-section h2 {
font-size: 26px;
}
.sd-tour-section p {
font-size: 15px;
} .sd-places-zig-zag-section .sd-place-title {
font-size: 24px;
}
.sd-places-zig-zag-section .sd-place-desc p {
font-size: 15px;
} .book-primary-btn {
padding: 10px 20px;
font-size: 14px;
} .swiper-button-prev,
.swiper-button-next {
width: 45px;
height: 45px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
font-size: 18px;
}
} @media (max-width: 380px) {
.destination-hero__title .title-main {
font-size: 28px;
}
.best-section-title {
font-size: 1.4rem;
}
.trip-section-header {
margin: 0 auto 20px;
padding: 0;
}
.trip-section-title {
font-size: 23px;
line-height: 1.2;
margin-bottom: 10px;
}
.trip-section-sub {
font-size: 14px;
line-height: 1.4;
}
.sd-tour-section h2 {
font-size: 22px;
}
.destination-gallery-title {
font-size: 20px;
}
} @media (max-width: 768px) {
.sd-places-zig-zag-section .sd-place-card,
.sd-places-zig-zag-section .sd-place-card.reverse {
flex-direction: column;
text-align: center;
}
.sd-places-zig-zag-section .sd-place-image img {
max-width: 100%;
}
}
.destinatio-content-btn .sd-btn-explore-trip {
padding: 10px 20px !important;
background-color: #492414 !important;
border: 2px solid #492414 !important;
color: #fff !important;
cursor: pointer !important;
border-radius: 4px !important;
}
.destinatio-content-btn .sd-btn-explore-trip:hover {
background-color: transparent !important;
color: #492414 !important;
}
.destinatio-content-btn {
text-align: center;
margin: 40px 0 10px 0;
} .enquiry-box {
background: #fff;
padding: 20px 0;
margin: 0 auto;
border-radius: 16px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
max-width: 90%;
position: relative;  } .enquiry-heading {
text-align: center;
font-size: 32px;
font-weight: 700;
color: #3b230b; }
.enquiry-heading::after {
content: "";
display: block;
width: 70px;
height: 3px;
background: #c79848;
margin: 8px auto 0;
border-radius: 2px;
} .enquiry-inner {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}
.enquiry-inner p {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 10px;
margin-left: 70px;
} .enquiry-inner input,
.enquiry-inner select {
flex: 1 1 200px;
min-width: 180px;
max-width: 220px;
padding: 12px 16px !important;
border: 1px solid #c79848;
border-radius: 8px !important;
font-size: 15px;
color: #333;
background: #fff;
transition: all 0.3s ease;
}
.enquiry-inner input:focus,
.enquiry-inner select:focus {
border-color: #4a2d09;
box-shadow: 0 0 0 3px rgba(199, 152, 72, 0.2);
outline: none;
}
.enquiry-inner input::placeholder {
color: #888;
} .enquiry-inner [type="submit"] {
background: #4a2d09;
color: #fff;
border: none;
border-radius: 8px;
padding: 12px 28px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.enquiry-inner [type="submit"]:hover {
background: #c79848;
color: #fff;
} @media (max-width: 992px) {
.enquiry-box {
padding: 30px 40px;
}
.enquiry-inner input,
.enquiry-inner select,
.enquiry-inner [type="submit"] {
flex: 1 1 45%;
max-width: 100%;
}
}
@media (max-width: 600px) {
.enquiry-box {
padding: 25px 20px;
}
.enquiry-inner {
flex-direction: column;
}
.enquiry-inner input,
.enquiry-inner select,
.enquiry-inner [type="submit"] {
width: 100%;
}
}
.destination-hero-breadcrumbs {
padding: 12px 0 0px;
}
.destination-hero-breadcrumbs {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
font-size: 17px;
color: #000000;
font-family: "Poppins", sans-serif;
}
.destination-hero-breadcrumbs a {
color: #000000;
text-decoration: none;
display: flex;
align-items: center;
gap: 8px;
font-weight: 400;
transition: color 0.3s ease;
}
.destination-hero-breadcrumbs a:hover {
color: #292929;
}
.destination-hero-breadcrumbs i {
font-size: 20px;
}
.breadcrumb-sep {
color: #292929;
margin: 0 4px;
}
.breadcrumb-current {
color: #492414;
font-weight: 500;
}
@media (max-width: 992px) {
.destination-single {
width: 100%;
padding: 20px 16px;
} .destination-hero__img img {
height: 260px;
}
.destination-hero__info {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
padding: 15px 20px;
text-align: center;
}
.destination-hero__title {
font-size: 28px;
} .place-grid {
grid-template-columns: repeat(2, 1fr);
} .destination-gallery {
grid-template-columns: repeat(2, 1fr);
} .trip-image {
height: 280px;
}
.trip-title {
font-size: 18px;
} .sd-places-zig-zag-section .sd-place-card,
.sd-places-zig-zag-section .sd-place-card.reverse {
flex-direction: column;
text-align: center;
gap: 25px;
}
.sd-places-zig-zag-section .sd-place-image img {
max-width: 100%;
}
.sd-places-zig-zag-section .sd-place-title {
font-size: 28px;
}
.sd-places-zig-zag-section .sd-place-desc p {
font-size: 16px;
}
.sd-places-zig-zag-section .reverse .sd-place-content {
margin-left: 0;
} .trip-section {
padding: 0;
width: 100%;
padding: 80px 40px;
}
.enquiry-inner {
display: flex;
flex-direction: column;
gap: 14px;
}
.enquiry-inner p {
margin-left: 0;
flex-direction: column;
}
.enquiry-inner input,
.enquiry-inner select,
.enquiry-inner [type="submit"] {
width: 100%;
}
.enquiry-heading {
font-size: 26px;
} .sd-tour-section {
padding: 0 15px 30px;
}
.sd-tour-section h2 {
font-size: 30px;
line-height: 1.3;
}
.sd-tour-section p {
max-width: 100%;
font-size: 16px;
}
.sd-cards-wrapper {
overflow: hidden;
} .sd-card {
width: auto; padding: 12px;
}
.sd-card img {
height: 180px;
}
.sd-card h3 {
font-size: 18px;
}
.sd-nav {
display: none;
}
} @media (max-width: 480px) {
.place-grid,
.destination-gallery {
grid-template-columns: 1fr;
}
.destination-hero__title {
font-size: 24px;
}
.trip-image {
height: 240px;
}
.sd-tour-section h2 {
font-size: 26px;
}
.sd-tour-section p {
max-width: 100%;
font-size: 16px;
}
}
@media (max-width: 767px) { .destination-content {
margin-bottom: 50px;
font-size: 15px;
line-height: 40px;
color: #555;
padding: 0px 15px;
text-align: center;
}
.sd-card {
width: 100%;
flex: 0 0 100%;
padding: 12px;
}
.sd-card img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 8px;
}
.sd-card img {
aspect-ratio: 4 / 3;
height: auto;
}
.sd-card h3 {
font-size: 20px;
padding: 10px 0px;
}
.sd-btn {
display: inline-block;
padding: 8px 15px;
font-size: 16px;
background-color: transparent;
border: 2px solid #492414;
color: #492414;
text-decoration: none;
border-radius: 5px;
}
.destination-single {
padding: 0px 13px;
}
.trip-section-title {
font-size: 32px;
font-weight: 600;
color: #492414;
margin-bottom: 15px;
}
.destination-single h1 {
font-size: 28px;
margin-bottom: 0px;
margin-top: 15px;
}
.destination-single-details p {
text-align: justify;
line-height: 24px;
}
.trip-section {
padding: 30px 20px;
width: 100%;
}
.destination-gallery-title {
font-size: 28px;
color: #492414;
border-bottom: 2px solid #eee;
display: block;
padding-bottom: 10px;
}
.destination-gallery-container { padding: 60px 20px 60px 20px;
}
.destionation-dt-customer-gallery-section .section-title h2 {
font-size: 32px !important;
font-weight: 600;
color: #110F0F;
margin-bottom: 40px;
}
.traveller-experience-container {
padding: 60px 0px;
}
} .destination-suggested {
width: 100%;
padding:  0px;
margin-bottom: 0px !important;
color: #666666;
font-size: 18px;
text-align: center;
}
.best-section-title {
text-align: center;
font-size: 3rem;
font-weight: 600;
color: #333;
}
.destination-card {
position: relative;
height: 350px;
border-radius: 0px;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.destination-card:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.destination-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.destination-card:hover img {
transform: scale(1.1);
}
.destination-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
display: flex;
align-items: center;
justify-content: center;
}
.destination-title {
color: white;
font-size: 25px;
font-weight: 500;
text-align: center;
padding: 0 20px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
.Best-section-title {
font-size: 2rem;
margin: 0px 0 30px;
}
.destination-card {
height: 280px;
}
.destination-title {
font-size: 1.5rem;
}
.google-rating {
bottom: 10px;
left: 10px;
padding: 10px 15px;
}
}
@media (max-width: 576px) {
.Best-section-title {
font-size: 1.6rem;
}
.destination-card {
height: 250px;
}
.destination-title {
font-size: 1.3rem;
}
} :root {
--primary: #492414;
--accent: #D4A574;
--bg-light: #FFF8F0;
--white: #FFFFFF;
--text-dark: #2C1810;
--orange: #FF6B35;
--teal: #4ECDC4;
--gold: #F4A460;
}
.book-primary-btn {
background-color: var(--primary);
color: var(--white);
padding: 12px 24px;
border-radius: 10px;
font-weight: 600;
text-align: center;
display: inline-block;
position: relative;
transition: all 0.4s ease;
overflow: hidden;
cursor: pointer;
}
.book-primary-btn:hover {
transform: translateY(-3px);
color: #000;
box-shadow: 0 12px 35px rgba(73, 36, 20, 0.4);
}
.book-primary-btn::before {
content: "";
position: absolute;
top: 0%;
left: -100%;
width: 100%;
height: 100%;
background-color: var(--accent);
transition: left 0.4s ease;
z-index: 0;
}
.book-primary-btn:hover::before {
left: 0;
}
.book-primary-btn span {
position: relative;
z-index: 1;
}
.btn-text svg {
fill: #fff;
transition: fill 0.3s ease;
}
.book-primary-btn:hover .btn-text svg {
fill: #000;
transform: translateX(4px);
}  @media only screen and (max-width: 600px) {
.destination-single h1 {
margin-top: 0px;
font-size: 26px;
}
.destination-single {
padding: 35px 12px !important;
}
.destination-single-details p {
margin-bottom :20px;
line-height: 24px;
font-size: 16px;
text-align: center;
} .destination-hero__title .title-decoration {
height: 2px;
margin: 2px auto 0;
}
.destination-hero__info {
padding: 40px 20px;
}
.trip-section-title{
font-size: 21px !important;
}
.trip-section-header {
max-width: 95% !important;
}
.traveller-experience-container {
padding: 0px 0px;
}
.destionation-dt-customer-gallery-section .section-title h2 {
font-size: 25px !important;
margin-bottom: 0px !important;
}
.destination-gallery-container {
padding: 10px 0 35px 0;
}
.destination-gallery-title {
margin-bottom: 20px;
padding-top: 15px;
} .faq-header {
margin-bottom: 30px;
}
.faq-icon {
width: 30px;
height: 30px;
}
.faq-question {
padding: 15px;
}
.faq-section-container {
padding: 35px 18px;
}
.destination-hero {
border-radius: 0px 0px 10px 10px;
} .destination-description p {
margin-bottom: 20px;
line-height: 24px;
font-size: 16px;
color: #555;;
text-align: justify;
}
.destination-description h3 {
font-size: 22px;
}
.destination-single-details p {
text-align: center;
line-height: 28px;
margin-bottom: 20px !important;
}
.sd-place-content {
max-width: 95%;
margin-left: 20px;
}
.destination-description p {
text-align: justify;
line-height: 28px;
margin-bottom: 15px !important;
}
.sd-places-zig-zag-section .sd-place-desc p {
font-size: 17px;
line-height: 1.6;
color: #555;
margin-bottom: 20px;
}
.sd-places-zig-zag-section .sd-place-card, .sd-places-zig-zag-section .sd-place-card.reverse {
text-align: left;
}
.sd-place-card .sd-place-content .sd-place-desc p {
text-align: left;
}
.faq-icon {
width: 30px;
height: 30px;
}
.faq-question {
padding: 16px;
}
.faq-question {
padding: 16px;
gap: 15px;
}
} @media only screen and (min-width: 768px) {
.destination-single-details p {
text-align: center;
line-height: 24px;
margin-bottom: 22px !important;
}
.destination-suggested p {
color: #666666;
font-size: 16px;
text-align: center;
}
.destination-single h1 {
font-size: 35px;
margin-bottom: 0px !important;
}
.destination-hero__info {
padding: 40px 20px;
}
.trip-section {
padding: 50px 40px;
}
.trip-section-header {
max-width: 90% !important;
}
.trip-section-title {
font-size: 38px !important;
}
.trip-section-sub {
font-size: 16px;
}
.destination-gallery-title {
font-size: 36px !important;
}
.destionation-dt-customer-gallery-section .section-title h2 {
font-size: 32px !important;
}
.destination-gallery-container {
padding: 40px 0 50px 0px;
}
.faq-title {
font-size: 38px;
color: #000;
margin-bottom: 20px;
font-weight: 600;
letter-spacing: -0.02em;
} .destination-description p {
margin-bottom: 20px;
line-height: 24px;
font-size: 16px;
color: #555;;
text-align: justify;
}
.destination-single-details p {
text-align: center;
line-height: 28px;
margin-bottom: 20px !important;
}
.sd-place-content {
max-width: 95%;
margin-left: 20px;
}
.destination-description p {
text-align: justify;
line-height: 28px;
margin-bottom: 15px !important;
}
.sd-places-zig-zag-section .sd-place-desc p {
font-size: 17px;
line-height: 1.6;
color: #555;
margin-bottom: 20px;
}
.sd-places-zig-zag-section .sd-place-card, .sd-places-zig-zag-section .sd-place-card.reverse {
text-align: left;
}
.sd-place-card .sd-place-content .sd-place-desc p {
text-align: left;
}
.testimonial-wrapper {
padding: 60px 20px;
}
}