.innerpage-title-bar h1, .innerpage-title-bar h2 {
    transform: translate(-50%,-50%);
    position: absolute;
	top:50%;
    left: 50%;
	color:#ffffff;
	font-size: 35px;
	margin-top: 0px;
	width: 100%;
    text-align: center;
    padding: 0px 100px;
}
.innerpage-title-bar {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
}
.innerpage-title-bar:before {
    position: absolute;
    content: '';
    background:url('/wp-content/uploads/2025/11/breadcum.jpg') ;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
	color: #ffffff;
	width: 100%;
    text-align: center;
}
.about-content-and-image-col1 p, .blog-content p {
    text-align: justify;
}

/*  blog detail page and blog archive page */
.single-post .entry-header {
    margin-top: 40px;
}
#secondary.widget-area {
    position: relative;
    z-index: 99;
    margin-top: 40px;
    padding-right: 40px;
}
.author-box {
    display: none;
}
.single-post .widget-area .widget ul li,
.archive .widget-area .widget ul li {
    line-height: 21px !important;
    font-size: 16px !important;
}
.archive .page-header {
    margin-bottom: 40px;
    margin-top: 40px;
}
.table-of-content a {
    color: #000000;
}

/* contact us */
.contact-info-section {
    max-width: 1500px;
    margin: 0px auto;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"], .wpcf7 select,
.wpcf7 input[type="tel"] {
	width:100%;
    background-color: transparent;
}
.cnt-form-wrapper .wpcf7 input[type=submit] {
    position: inherit;
    left: inherit;
    transform: inherit;
}
.contact-info-section-wrapper {
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.contact-info-section-col1 {
    width: 60%;
}
.contact-info-section-col2 {
    width: 40%;
}
.cnt-info-wrapper {
    background-color: #1c2c34;
    padding: 40px 40px;
    text-align: center;
    color: #ffffff;
	position: relative;
	z-index:99;
}
.cnt-info-wrapper:before {
    position: absolute;
    content: '';
    border: 1px solid #ffffff;
    width: auto;
    height: auto;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
	z-index:-1;
}
.cnt-info-wrapper a {
    color: #ffffff;
    display: block;
}
ul.cnt-social {
    list-style-type: none;
    margin-left: 0px;
    display: flex;
    column-gap: 15px;
    justify-content: center;
    margin-top: 20px;
}
.cnt-info-wrapper h5 {
    margin: 15px 0px;
}

/* about us */
.about-content-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
}
.about-block-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 40px;
}
.about-block-section-items img {
    background-color: #aa998a;
    width: 100px;
    padding: 25px;
    text-align: center;
}
.about-block-section-items h2 {
    margin: 15px 0px;
}
.about-block-section-items {
    border: 1px solid #000000;
    text-align: center;
    padding: 0px 25px 25px 25px;
}
.about-block-section-items {
    font-size: 16px;
    line-height: 30px;
}
.about-block-section-items:hover {
    background-color: #122223;
    transition: 0.5s all;
}
.about-block-section-items:hover h2, .about-block-section-items:hover {
   	color: #ffffff;
}
.about-number-section-wrapper {
    display: flex;
    column-gap: 40px;
    max-width: 1200px;
    margin: 0px auto;
}
.about-number-section-items-col1 h3 {
    color: #aa998a;
    font-size: 80px;
    line-height: 80px;
	margin:0px 0px;
}
.about-number-section-items {
    display: flex;
    column-gap: 40px;
    align-items: center;
}
.about-number-section-items-col1 h4 {
    margin: 10px 0px;
}
.about-number-section-items-col1 {
    position: relative;
    text-align: center;
}
.about-number-section-items-col1:after {
    position: absolute;
    content: '';
    background-color: #aa998a;
    width: 1px;
    height: 120px;
    top: 10px;
    right: -15px;
}
.about-number-section-items-col2 {
    font-size: 16px;
    line-height: 32px;
}
.about-content-and-image-section-wrapper {
    display: flex;
    align-items: center;
    background-color: #122223;
}
.about-content-and-image-col1,
.about-content-and-image-col2 {
    width: 50%;
}
.about-content-and-image-col1 {
    color: #ffffff;
    padding-left: 100px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.about-content-and-image-col1 h2 {
    color: #ffffff;
}
.about-content-and-image-col2 img {
    display: block;
}

/* blog page */
.home-blog-section-wrapper-page {
    display: flex;
    flex-wrap: wrap;
}
.home-blog-section-wrapper-page .home-blog-section-items {
    width: 25%;
}

/* 404 page */
section.error-404.not-found {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}



@media (max-width:767px) {
	.innerpage-title-bar {
    	height: 120px;
    }
	.innerpage-title-bar h1, .innerpage-title-bar h2 {
        font-size: 25px;
        padding: 0px 20px;
        line-height: 30px;
    }
	.breadcrumb, .about-number-section-items-col1:after {
		display:none;
	}
	.about-block-section-wrapper, .about-number-section-wrapper,
	.about-number-section-items, .about-content-and-image-section-wrapper,
	.home-blog-section-wrapper-page, .contact-info-section-wrapper {
    	flex-direction: column;
	}
	.about-block-section-items {
    	margin-bottom: 20px;
	}
	.about-number-section-items {
    	text-align: center;
		margin-bottom: 15px;
	}
	.about-content-and-image-col1, .about-content-and-image-col2,
	.home-blog-section-wrapper-page .home-blog-section-items, .contact-info-section-col1,
	.contact-info-section-col2 {
    	width: 100%;
	}
	.about-content-and-image-col1 {
		color: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
		padding-top: 10px;
	}
	.about-block-section-items img {
    	width: 70px;
    	padding: 15px;
    }
	.about-number-section-items-col1 h3 {
    	font-size: 60px;
    	line-height: 60px;
    }
	.about-content-and-image-col2 {
    	padding: 0px 20px 20px;
	}
	.home-blog-top {
        font-size: 12px !important;
    }
	.cnt-form-wrapper h4 {
    	margin-top: 0px;
	}
	.contact-info-section-col2 {
    	margin-top: 30px;
	}
	section.google-map {
    	padding: 0px 20px;
	}
	#secondary.widget-area {
   		margin-top: 0px;
    	padding-right: 20px;
    	padding-left: 20px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.innerpage-title-bar {
    	height: 130px;
    }
	.innerpage-title-bar h1, .innerpage-title-bar h2 {
        font-size: 25px;
        padding: 0px 20px;
        line-height: 30px;
    }
	.breadcrumb, .about-number-section-items-col1:after {
		display:none;
	}
	.about-block-section-wrapper, .about-content-and-image-section-wrapper,
	.contact-info-section-wrapper {
    	flex-direction: column;
	}
	.about-block-section-items {
    	max-width: 70%;
    	margin: 0px auto;
    	margin-bottom: 30px;
	}
	.about-number-section-items {
    	flex-direction: column;
    	text-align: center;
	}
	.about-content-and-image-col1, .about-content-and-image-col2,
	.contact-info-section-col1, .contact-info-section-col2 {
    	width: 100%;
	}
	.about-content-and-image-col1 {
    	padding-left: 20px;
    	padding-right: 20px;
    	padding-top: 15px;
	}
	.about-content-and-image-col2 {
    	padding: 0px 20px 20px;
	}
	.contact-info-section-col2 {
    	margin-top: 40px;
	}
	section.google-map {
    	padding: 0px 20px;
	}
	.home-blog-section-wrapper-page .home-blog-section-items {
    	width: 33.33%;
	}
	#secondary.widget-area {
    	margin-top: 0px;
    	padding-right: 20px;
    	padding-left: 20px;
	}
}


/* plan inner  */

/* --- Layout wrapper --- */
.plan-inner-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.plan-inner-left {
  flex: 0 0 62%
/*   max-width: 65%; */
}

.plan-inner-slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

/* optional: adjust arrows/dots if needed */
.plan-inner-slider .slick-arrow {
  z-index: 2;
}

.plan-inner-slider .slick-dots {
  bottom: -20px;
}

.plan-inner-right {
  flex: 0 0 35%;
  max-width: 35%;
  position: sticky;
  top: 150px;        /* adjust based on your header height */
}



/* --- WYSIWYG content styling (optional) --- */
.plan-inner-left p {
  margin-bottom: 15px;
	font-family: "Open Sans", sans-serif;
    font-size: 18px;
}



/* --- CF7 form layout --- */
.plan-form h3 {
  margin: 0 0 15px;
  font-size: 30px;
	font-weight:900;
}

.plan-form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.plan-form {
    background: #fff0bb;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #80808030;
}

.plan-form input,
.plan-form select{
	background: #fff!important;
}

.plan-form-col {
  flex: 1;
}


/* Inputs full width */
.plan-form input[type="text"],
.plan-form input[type="email"],
.plan-form input[type="tel"],
.plan-form input[type="number"],
.plan-form input[type="date"],
.plan-form select,
.plan-form textarea {
  width: 100%;
  border: 1px solid #d0d7dd;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

/* Textarea full width */
.plan-form textarea {
  min-height: 120px;
}

/* Submit button */
.plan-form input[type="submit"] {
  width: 100%;
  background: #122223!important;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.plan-form input[type="submit"]:hover {
  background: #951b1b;
}

.plan-inner-slider {
    width: 600px;
    position: relative;
    margin-top: 20px;
}

/* Arrow Base Style */
.plan-arrow-prev,
.plan-arrow-next {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
	padding:0;
}

/* Left Arrow */
.plan-arrow-prev {
    left: -45px; /* adjust as needed */
}

/* Right Arrow */
.plan-arrow-next {
    right: -45px; /* adjust as needed */
}

/* Add arrow icons */
.plan-arrow-prev:before,
.plan-arrow-next:before {
    font-family: "slick";
    font-size: 18px;
    line-height: 1;
    opacity: 0.75;
	padding:0;
}

/* Remove default arrow text */
.plan-arrow-prev:before,
.plan-arrow-next:before {
    content: "";
}

/* Base styling */
.plan-arrow-prev,
.plan-arrow-next {
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

/* LEFT ARROW */
.plan-arrow-prev {
    left: -40px; /* adjust spacing */
    background-image: url('/wp-content/uploads/2025/12/left-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* RIGHT ARROW */
.plan-arrow-next {
    right: -40px; /* adjust spacing */
    background-image: url('/wp-content/uploads/2025/12/right-arrow-4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}




/* --- Responsive --- */
@media (max-width: 1024px) {
  .plan-inner-row {
    flex-direction: column;
		align-items:center;
/* 		text-align:center; */
  }
  .plan-inner-left,
  .plan-inner-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .plan-inner-form-sticky {
    position: static;   /* disable sticky on small screens */
  }
.plan-inner-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}

@media (max-width: 600px) {
  .plan-form-row {
    flex-direction: column;
  }
	.plan-inner-slider{
		    width: 80%;
	}
}


@media (max-width:1280px) {
	
}

@media (min-width:1600px) {
	
}



/* Travel Plans */
/* =========================================
   TOUR WRAPPER & GLOBAL
========================================= */

/* Wrapper */
.tp-tour-wrapper {
    max-width: 960px;
    margin: 0 auto;
    color: #122223;
    line-height: 1.7;
font-family: "Open Sans", sans-serif;
}

/* Section title with bottom border */
.tp-section-title {
    font-weight: 700;
    margin: 0 0 0.9rem;
    position: relative;
    padding-bottom: 0.4rem;
    color: #122223;
}

.tp-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 165px;
    height: 3px;
    border-radius: 999px;
    background: #122223;
}


/* =========================================
   QUICK TOUR SNAPSHOT (INFO TABLE)
========================================= */


.tp-info-row {
    display: grid;
    grid-template-columns: minmax(0, 25%) minmax(0, 60%);
    
   
}



.tp-info-row:last-child {
    border-bottom: none;
}

.tp-info-label {
    font-weight: 600;
    color: #122223;
}

.tp-info-value {
    color: #1f2933;
}


/* =========================================
   ICON LISTS (HIGHLIGHTS / INCLUSIONS / EXCLUSIONS)
========================================= */

.tp-icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tp-icon-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}

/* Base icon dot */
.tp-icon-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
}

/* Primary (for highlights) */
.tp-icon-list--primary li::before {
    border: 2px solid #122223;
    box-shadow: 0 0 0 3px rgba(18, 34, 35, 0.12);
}

/* Included (green check feel) */
.tp-icon-list--included li::before {
    border-radius: 3px;
    transform: rotate(45deg);
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}

/* Excluded (red cross feel) */
.tp-icon-list--excluded li::before {
    border-radius: 3px;
    transform: rotate(45deg);
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.16);
}


/* Bullet list used inside accordion body */
.tp-bullet-list {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0;
}

li.optional_plan{
	padding-left:0 !important;
	margin-top:20px !important;
}
li.optional_plan:before {
	display:none!important;
}
li.optional_plan:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    bottom: -1px;
    left: 0;
	background: #888;
}


.tp-bullet-list li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.45rem;
}

.tp-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #122223;
    box-shadow: 0 0 0 3px rgba(18, 34, 35, 0.15);
}


/* =========================================
   ACCORDION (DAY-WISE ITINERARY)
========================================= */

.tp-accordion {
    border-radius: 14px;
    border: 1px solid #dde1e4;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.tp-accordion-item + .tp-accordion-item {
    border-top: 1px solid #dde1e4;
}

.tp-accordion-header {
    width: 100%;
    border: none;
    background: #f4f5f6;
    padding: 0.9rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    gap: 0.75rem;
    font: inherit;
}

.tp-accordion-item.is-open .tp-accordion-header {
    background: #f9f2ea;
}

.tp-accordion-header:hover {
    background: #f9f2ea !important;
}

.tp-accordion-day {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #122223;
    flex-shrink: 0;
}

.tp-accordion-title {
    font-weight: 600;
    color: #111827;
    flex: 1 1 auto;
}

/* Arrow image */
.tp-accordion-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    transform-origin: center;
}

/* Rotate when open */
.tp-accordion-item.is-open .tp-accordion-arrow {
    transform: rotate(180deg);
}

/* Accordion body */
.tp-accordion-body {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    padding: 0 1.1rem;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.tp-accordion-item.is-open .tp-accordion-body {
    padding: 0.7rem 1.1rem 1rem;
}


/* =========================================
   HOTEL TABLE (DESKTOP)
========================================= */

.tp-hotel-table-new {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    font-size: 0.95rem;
    border: none !important;
}

.tp-hotel-table-new th {
    background: #122223;
    color: #fff;
    font-weight: 600;
    padding: 0.8rem 1rem;
}

.tp-hotel-table-new td {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

.tp-hotel-table-new td:last-child {
    border-right: none;
}

.tp-hotel-table-new tr:last-child td {
    border-bottom: none;
}

p.tp-note {
    font-size: 13px;
    font-style: italic;
}


/* =========================================
   RESPONSIVE (<= 768px)
========================================= */

@media (max-width: 768px) {

    /* Wrapper + section spacing */
    .tp-tour-wrapper {
        padding: 0 0.5rem;
    }

    .tp-section {
        padding: 1.25rem 0.75rem;
    }

    /* ---------- QUICK TOUR SNAPSHOT MOBILE ---------- */
    .tp-info-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.9rem 1rem;
        border-bottom: 1px solid #e5e7eb;
        background: #ffffff !important; /* base */
        gap: 1rem;
    }

    .tp-info-row:nth-child(even) {
        background: rgb(241 241 241) !important;
    }

    .tp-info-row:last-child {
        border-bottom: none;
    }

    .tp-info-label {
        width: 40%;
        font-weight: 700;
        color: #122223;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .tp-info-value {
        width: 60%;
        color: #444;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    /* ---------- ACCORDION MOBILE ---------- */
    .tp-accordion-header {
        padding: 0.8rem 0.9rem;
        align-items: center;
        gap: 0.4rem;
        text-align: center;
        display: flex;
        flex-direction: row;
    }

    .tp-accordion-day {
        min-width: 64px;
        font-size: 0.8rem;
        margin-top: 0.1rem;
    }

    .tp-accordion-title {
        font-size: 0.95rem;
    }

    .tp-accordion-icon {
        margin-left: auto;
        margin-top: 0.15rem;
    }

    /* ---------- HOTEL TABLE MOBILE ---------- */
    .tp-hotel-table-new thead {
        display: none;
    }

    .tp-hotel-table-new,
    .tp-hotel-table-new tbody,
    .tp-hotel-table-new tr,
    .tp-hotel-table-new td {
        display: block;
        width: 100%;
    }

    .tp-hotel-table-new tr {
        margin-bottom: 1rem;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 0;
    }

    .tp-hotel-table-new td {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        position: relative;
        padding-left: 45%;
        min-height: 42px;
        display: flex;
        align-items: center;
    }

    .tp-hotel-table-new td:last-child {
        border-bottom: none;
    }

    /* Label on left side using data-label */
    .tp-hotel-table-new td::before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 600;
        color: #122223;
        font-size: 0.85rem;
    }

    /* First row (Destination) inverted colours */
    .tp-hotel-table-new td:first-child {
        background: #122223;
        color: #ffffff;
    }

    .tp-hotel-table-new td:first-child::before {
        color: #ffffff;
    }
}


/* Hotel Inner Pages */
.material-icons{
	line-height:inherit !important;
}
.hotel-feature-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
	border-radius: 15px;
}
.hotel-inner-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.hotel-inner-left {
  flex: 0 0 62%;
/*   max-width: 65%; */
}

.hotel-inner-right {
  flex: 0 0 35%;
  max-width: 35%;
  position: sticky;
  top: 150px;        /* adjust based on your header height */
}

.hotels-resort-details {
      /* max-width: 1600px; */
      margin: 20px auto;
      padding: 0 20px;
    }

    .hotel-card {
      background: white;
      border-radius: 18px;
      padding: 5px 35px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    .hotel-card h2 {
      /* font-size: 28px; */
      margin-bottom: 10px;
    }

    .rating span {
      color: #f1c40f;
      font-size: 20px;
    }

    .hotel-card h3 {
      /* font-size: 20px; */
      margin-bottom: 12px;
      padding-left: 25px;
      position: relative;
    }

.hotel-card p{
	  font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

    .facilities {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 50px;
	  margin-left:40px !important;
		    font-family: "Open Sans", sans-serif;
    }

    .facilities li {
      padding: 8px 0;
      font-size: 18px;
      border-bottom: 1px solid #eee;
      list-style: none;
      display: flex;
      gap: 10px;
    }

    .hotel-card h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #122223;
    box-shadow: 0 0 0 3px rgba(18, 34, 35, 0.15);} 

.hotel-section-wrapper {
	max-width: 950px;
}
.hotel-section img {
    padding: 10px;
}
.hotel-section-wrapper button{
	display:none;
}
.hotel-section-wrapper ul{
	display:flex;
	justify-content:center;
	margin-bottom: 0;
}

.hotel-section-wrapper ul li {
    padding:0 10px;
	color:#ccc;
}
.hotel-section-wrapper ul li.slick-active{
	color: #000!important;
}

.hotels-slider.slick-initialized.slick-slider {
    max-width: 1650px;
}
section.all-hotels-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
/* .all-hotels-carousel {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 */

	.hotel-section img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}
}


.carousel-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.hotel-card-inner {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); */
    /* padding: 0px 18px; */
    /* margin: 0 25px; */
    border: 1px solid #ccc;
}

.hotel-card-inner-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.hotel-card-inner a{
	justify-content:flex-start;
}

.hotels-slider .slick-slide {
	padding: 0 10px;
}

.hotel-arrow-prev,
.hotel-arrow-next {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 0;
}

/* remove slick default icon */
.hotel-arrow-prev::before,
.hotel-arrow-next::before {
    content: "";
}



/* LEFT ARROW (same as banner arrow style) */
.hotel-arrow-prev {
    left: 20px; /* adjust as needed */
    background-image: url('/wp-content/uploads/2025/12/left-arrow.svg'); /* your left arrow */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* RIGHT ARROW (same as banner arrow style) */
.hotel-arrow-next {
    right: 20px; /* adjust as needed */
    background-image: url('/wp-content/uploads/2025/12/right-arrow-4.svg'); /* your right arrow */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



@media (max-width: 1024px) {
    .hotels-resort-details {
    padding: 0 10px;
	}	
	.hotel-inner-row {
        flex-direction: column;
		align-items:center;
		text-align:center;
    }
	
	.hotel-inner-left, .hotel-inner-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.hotel-card{
		    padding: 5px 20px;
	}
	.hotel-card h3{
		text-align: left;
	}    
	.hotel-section img{
		height:350px;
	}
	.hotel-feature-img img {
    height: 250px;
}
}
	
	


    @media(max-width: 768px) {
      .facilities {
		  grid-template-columns: 1fr !important;
		}
		
		
		.hotel-section img{
			height:250px;
		}
		.hotel-feature-img img {
    height: 175px;
}
		
    }

/*  Hotel Page */



.hotel-filter-bar {
    width: 100%;
    /* max-width: 368px; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    /* background: #f7f7f7; */
    border-radius: 8px;
    /* border: 1px solid #e3e3e3; */
    margin: 0px 0px -0 -80px;
}

/* Inside elements */
.hotel-filter-bar label {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.hotel-filter-bar select {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    cursor: pointer;
}

#hotelFilter {
    padding: 10px 14px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 200px;
    cursor: pointer;
}




.hotel-resort-section{
	padding : 0 100px ;
	display : flex;
	justify-content: center;
}
.hotel-resorts-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.card-image {
    width: 100%;
    
    overflow: hidden;
    border-radius: 10px 10px 0 0 ; /* optional */
}
.card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;    /* crops while keeping proportions */
    object-position: center;
    display: block;
}
.card{
	display : flex;
	flex-direction:column;
	width : 100%;
	border : 2px solid #ccc;
 	height: fit-content;
    border-radius: 12px;
}
.card-info{
	display : flex;
	flex-direction : column;
	align-items : flex-start;
	  overflow: hidden;
    padding: 15px;
}
.card-info p{
	margin :  0 0 15px;
	font-weight :600;
	    color: #0f172a;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.btn-icon{
	height : 12.5px;
	width : 18px;
}
.card-info span{
	font-size : 14px;
	font-weight :600;
	color:#0f172a;
}
.btn-secondary{
	padding : 0;
}
.card-btn-new{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}

@media (max-width: 395px) {
  .home-resort-section {
    flex-direction: column;
	  padding : 0.5rem;
  }
	.card{
		height : auto;
		width : 100%;
	}
	.hotel-resorts-main{
		flex-direction : column;
		display : flex;
	}
	
}

@media (max-width:  1333px) {
  .home-resort-section {
    flex-direction: column;
	  padding: 50px;
  }
	.card{
		height : auto;
		width : 100%;
	}
	.hotel-resorts-main{
		display: grid;
        grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (min-width: 1333px) and (max-width: 1600px) {
  .home-resort-section {
    flex-direction: column;
	  padding: 50px;
  }
	.card{
		height : auto;
		width : 100%;
	}
	.hotel-resorts-main{
		display: grid;
        grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (min-width:768px) and (max-width:1024px) {
	 .home-resort-section {
    	flex-direction: column;
	  	padding: 50px;
		 width : 100%
  }
	.card{
		height : auto;
		width : 100%;
	}
	.hotel-resorts-main{
		display: grid;
        grid-template-columns: repeat(3, 1fr);
	}
	.card-info p{
		font-size : clamp(1rem, 2vw, 1.5rem);
	}
	
}


@media (max-width: 768px){
		 .home-resort-section {
    	flex-direction: column;
	  	padding: 50px;
		 width : 100%
  }
	.card{
		height : auto;
		width : 100%;
	}
	.hotel-resorts-main{
		display: grid;
        grid-template-columns: repeat(2, 1fr);
	}
	.card-info p{
		font-size : clamp(1rem, 2vw, 1.5rem);
	}
}
@media (max-width: 520px){
		 .home-resort-section {
    	flex-direction: column;
	  	padding: 30px;
		 width : 100%
  }
	.card{
		height : auto;
		width : 100%;
	}
	.hotel-resorts-main{
		display: grid;
        grid-template-columns: repeat(1, 1fr);
	}
	.card-info p{
		font-size : clamp(1rem, 2vw, 1.5rem);
	}
	.hotel-resort-section{
		padding:0 20px;
	}
	.hotel-filter-bar{
		margin:0;
		justify-content:center;
	}
}


/* SECTION WRAPPER */
.tour-grid-section {
  padding: 60px 0;
}


/* Optional heading style */
.tour-grid__heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}

/* GRID LAYOUT */
.tour-grid-list {
  display: grid;
 grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 per row */
  gap: 24px;
}

/* CARD BASE */
.tour-grid-item {
  height: 100%;
	  border: 1px solid goldenrod;
    border-radius: 12px;
}

.tour-grid-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.tour-grid-item__inner a,
.tour-grid-item__inner a:hover,
.tour-grid-item__inner a:visited,
.tour-grid-item__inner a{
	color:#0f172a!important;
}

/* IMAGE BOX – SAME WIDTH AS CONTENT, FIXED HEIGHT */
.tour-grid-item__media {
  width: 100%;
  overflow: hidden;
}

.tour-grid-item__media img {
  display: block;
  width: 100%;
  height: 230px;             /* keep all image boxes same size */
  object-fit: cover;
}

/* CONTENT BOX */
.tour-grid-item__body {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;

}

p.tour-grid-item__desc {
    font-size: 16px;
    line-height: normal;
}


/* Tablet – 3 in a row */
@media (max-width: 1200px) {
  .tour-grid-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobile – 2 in a row */
@media (max-width: 768px) {
  .tour-grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Small mobile – 1 in a row */
@media (max-width: 480px) {
  .tour-grid-list {
    grid-template-columns: 1fr;
  }
}


/* RESPONSIVE TWEAKS */
@media (max-width: 768px) {
  .tour-grid-section {
    padding: 40px 0;
  }

  .tour-grid-item__media img {
    height: 210px;
  }
}

@media (max-width: 480px) {
  .tour-grid-item__media img {
    height: 190px;
  }

  .tour-grid-item__body {
    padding: 16px;
  }
}


/* ////////////////////* contact us  //////////////////////////*/ 

.google-map-section {
  padding: 20px 0;
}

.google-map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 per row */
  gap: 24px;
}

.map-item {
  background: #1c2c34;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

.map-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
    font-family: "Jost";
	color:white;
}

.map-iframe-wrapper iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 8px;
}

.location-icon{
	    width: 50px;
    height: auto;
}

.contact-map-title {
    display: flex;
    align-items: center;
}

/* Tablet */
@media (max-width: 900px) {
  .map-iframe-wrapper iframe {
    height: 300px;
  }
}

/* Mobile – 1 location per row */
@media (max-width: 600px) {
  .google-map-grid {
    grid-template-columns: 1fr;
  }

  .map-iframe-wrapper iframe {
    height: 280px;
  }
.map-title {
	font-size: 16px;
	}
}

