/*--------------------------------------------------------------
>>> Navbar Section  
----------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif;
  background: linear-gradient(180deg, #F4EBD0 0%, #E8D5B5 100%);
}

.navbar .dropdown-toggle::after {
  border: none;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #5d4037;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: #0C0F0A;
  font-weight: 600;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

.headerlogo {
  width: 197px;
}

@media (max-width: 576px) {
  .headerlogo {
    width: 200px;
  }
}

/*--------------------------------------------------------------
>>> Safari Page Hero Header 
----------------------------------------------------------------*/
.safariheader {
  background: url('/images/corbettcomp/safariherocorbett.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .safariheader {
    background: #0d1321 !important;
    background-image: none !important;
  }
}

/*--------------------------------------------------------------
>>> Scrolling Banner & Footer 
----------------------------------------------------------------*/
.scrolling-banner {
  background-color: #f0b400;
  padding: 2px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.footer .text-white {
  transition: color 0.3s ease, text-decoration 0.3s ease;
  text-decoration: none !important;
}

.footer .text-white:hover {
  color: #5d4037 !important;
}

.footer .foot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: transparent;
  text-align: start;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer .foot:hover {
  background-color: #800102;
  color: white !important;
}

@media (max-width: 576px) {
  .footer .text-start {
    text-align: left !important;
  }
}

/*--------------------------------------------------------------
>>> Whatsapp Floating Footer 
----------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
}

.whatsapp-float a {
  display: flex;
  margin-left: 4px;
}

/*--------------------------------------------------------------
>>> HEADING CSS
----------------------------------------------------------------*/
.h2 {
  font-size: calc(18px + 1.6vw);
}

.heading-section .subheading {
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
  color: #307df1;
  font-family: "Arizonia", cursive;
}

.heading-section h2 {
  font-weight: 600;
  line-height: 1.4;
}

.section-title {
  margin-bottom: 15px;
}

/* -----------------------------------*\
>>> HERO SECTION
--------------------------------------*/
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 49, 34, 0.7);
  opacity: 0.3;
  z-index: 1;
}

.hero-title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-text {
  color: white;
  font-size: 15px;
  margin-bottom: 40px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .hero-title {
    font-size: 3.15rem;
  }

  .hero-subtitle {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2.75rem;
  }

  .hero-subtitle {
    font-size: 1.50rem;
  }
}

/*--------------------------------------------------------------
>>> Popular section  
----------------------------------------------------------------*/
:root {
  --united-nations-blue: hsl(214, 56%, 58%);
  --bright-navy-blue: hsl(214, 57%, 51%);
  --black-coral: hsl(225, 8%, 42%);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --ff-poppins: "Poppins", sans-serif;
  --ff-montserrat: "Montserrat", sans-serif;
  --fs-1: calc(20px + 3.5vw);
  --fs-2: calc(18px + 1.6vw);
  --fs-3: calc(16px + 0.45vw);
  --fs-4: 15px;
  --fs-5: 14px;
  --fs-6: 13px;
  --fs-7: 12px;
  --fs-8: 11px;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --transition: 0.25s ease-in-out;
  --section-padding: 60px;
  --radius-15: 15px;
  --radius-25: 25px;
}

.text-justify {
  text-align: justify;
}

.section-subtitle {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
  font-weight: 600;
}

.section-title {
  margin-bottom: 15px;
}

.section-text {
  color: #8d5b4c;
  margin-bottom: 30px;
}

.section-title {
  color: #5d4037;
  font-weight: 700;
}

.h2 {
  font-size: calc(18px + 1.6vw);
}

.popular-list,
.popular-list>li:not(:last-child) {
  margin-bottom: 30px;
}

.popular-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  height: 430px;
}

.popular-card .card-img {
  height: 100%;
}

.popular-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-card .card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: hsl(0, 0%, 100%);
  border-radius: 25px;
  padding: 20px;
}

@media (min-width: 1200px) {
  .con {
    max-width: 1180px;
  }
}

@media (min-width: 768px) {
  .popular-card .card-content {
    right: 20px;
  }
}

@media (min-width: 768px) {
  .section-text {
    max-width: 60ch;
    margin-inline: auto;
  }

  .popular-list>li:not(:last-child) {
    margin-bottom: 0;
  }

  .popular-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}

@media (min-width: 580px) {
  .section-text {
    margin-bottom: 40px;
  }
}

@media (min-width: 580px) {
  section:not(.cta) :is(.section-subtitle, .section-title, .section-text) {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .popular-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.h-12rem {
  height: 12rem;
}

.h-13rem {
  height: 13rem;
}

.h-18rem {
  height: 18rem;
}

.list-group-item {
  cursor: pointer;
}

/*--------------------------------------------------------------
>>> Blog Home Section  
----------------------------------------------------------------*/
.blog-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.blog-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.blog-image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover .blog-image {
  transform: scale(1.1);
}

.blog-description {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #555;
}

/*-----------------------------------*\
 * #PACKAGES
\*-----------------------------------*/
.package-list {
  margin-bottom: 40px;
}

.package-list>li:not(:last-child) {
  margin-bottom: 30px;
}

.package-card {
  background: hsl(0, 0%, 98%);
  overflow: hidden;
  border-radius: 15px;
}

.package-card .card-banner {
  height: 250px;
}

.package-card .card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card .card-content {
  padding: 30px 20px;
}

.package-card .card-title {
  margin-bottom: 15px;
}

.package-card .card-text {
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-meta-list {
  background: hsl(0, 0%, 100%);
  max-width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px;
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.15);
  border-radius: 50px;
}

.card-meta-item {
  position: relative;
}

.card-meta-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -1px;
  bottom: 4px;
  width: 1px;
  background: hsla(0, 0%, 0%, 0.3);
}

.package-card .card-price {
  background: hsl(214, 56%, 58%);
  color: hsl(0, 0%, 100%);
  padding: 25px 20px;
  text-align: center;
}

.package-card .card-price .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
  margin-bottom: 10px;
}

.package-card .card-price .reviews {
  font-size: 14px;
}

.package-card .card-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  font-size: 14px;
}

.package-card .card-rating ion-icon:last-child {
  color: hsl(0, 0%, 80%);
}

.package-card .price {
  font-size: calc(18px + 1.6vw);
  font-family: "Montserrat", sans-serif;
  font-weight: var(--fw-800);
  margin-bottom: 20px;
}

.package-card .price span {
  font-size: var(--fs-7);
  font-weight: initial;
}

.package .btn {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .package-list {
    margin-bottom: 50px;
  }

  .package-list>li:not(:last-child) {
    margin-bottom: 40px;
  }

  .package-card {
    display: grid;
    grid-template-columns: 1.3fr 1.5fr 1fr;
  }

  .package-card .card-banner {
    height: 100%;
  }

  .package-card .card-content {
    padding: 40px;
  }

  .package-card .card-price {
    display: grid;
    place-content: center;
  }

  .package-card .card-price {
    display: grid;
    place-content: center;
  }

  .package-card .card-price .wrapper {
    margin-bottom: 15px;
  }
}

@media (min-width: 580px) {
  .card-text {
    --fs-5: 15px;
  }
}

.btns {
  color: hsl(0, 0%, 100%);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 100px;
  padding: var(--padding, 8px 18px);
  border: var(--border-width, 2px) solid transparent;
  transition: 0.25s ease-in-out;
}

.icon-img {
  width: 50px;
  height: 50px;
}

@media (max-width: 576px) {
  .onlinesafri {
    font-size: 12px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .onlinesafri {
    font-size: 12px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .onlinesafri {
    font-size: 12px;
    text-align: left;
  }
}

@media (max-width: 576px) {

  .newtableprice,
  .saraitimmingtbl {
    font-size: 12px;
    text-align: left;
  }

  .saraitimmingtbl {
    font-size: 12px;
    font-weight: 500;
  }
}

/*-----------------------------------*\
 * #Zones
\*-----------------------------------*/
.wildlife-item {
  background: #f5f5dc;
  border-radius: 15px;
  border: 0.8px solid #c8a288;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.wildlife-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.wildlife-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.wildlife-item h3 {
  color: #5d4037;
  font-size: 1.5em;
  font-weight: 600;
}

.wildlife-item p {
  color: #8d5b4c;
  font-size: 1em;
}

.wildlife-item a {
  color: #5d4037;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 15px;
  border: 2px solid #5d4037;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
}

.wildlife-item a:hover {
  background-color: #5d4037;
  color: #fff;
}

/*-----------------------------------*\
 * # Safari Experience
\*-----------------------------------*/
.safari-lead {
  font-size: 1.2rem;
  color: wheat;
}

.safari-highlights {
  margin-bottom: 1rem;
}

.highlight-item {
  background: wheat;
  padding: 0.5rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(107, 78, 49, 0.2);
}

.highlight-item img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  object-fit: contain;
  color: #6B4E31;
}

.highlight-item:hover {
  transform: scale(1.05);
  background: #6B4E31;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #FFF;
}

.btn-safari {
  background-color: wheat;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.3s ease;
  color: black;
}

.btn-safari:hover {
  background-color: #6B4E31;
  color: white;
}

.safari-font {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.safari-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.image-overlay {
  background: linear-gradient(to top, rgba(59, 47, 31, 0.8), transparent);
}

@media (max-width: 768px) {
  .safari-font {
    font-size: 1.5rem;
  }

  .safari-lead {
    font-size: 1rem;
  }

  .highlight-item {
    font-size: 0.75rem;
  }

  .btn-safari {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .safari-font {
    font-size: 1.2rem;
  }

  .safari-lead {
    font-size: 0.9rem;
  }

  .highlight-item {
    font-size: 0.7rem;
  }

  .btn-safari {
    font-size: 0.8rem;
  }
}

/*-----------------------------------*\
 * # Location and Landscape
\*-----------------------------------*/
.corbett-landscape-section {
  background: #8d5b4c;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.land-container {
  max-width: 1200px;
}

.info-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.info-card h4 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image-container img {
  transition: transform 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.1);
}

.landsafari-lead {
  font-size: 1.1rem;
  color: white;
}

@media (max-width: 768px) {
  .corbett-landscape-section {
    padding: 30px 0;
  }

  .corbett-landscape-section h1 {
    font-size: 2.5rem;
  }

  .landsafari-lead {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .landsafari-lead {
    font-size: 0.9rem;
  }
}

/*-----------------------------------*\
 * # Attractions
\*-----------------------------------*/
.attractcard-card {
  background: #fff;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.attractcard-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.attractcard-img-wrapper {
  position: relative;
  overflow: hidden;
}

.attractcard-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.attractcard-card:hover .attractcard-img-top {
  transform: scale(1.05);
}

.attractcard-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.75rem;
  text-align: center;
  text-transform: uppercase;

}

.attractcard-content {
  padding: 1.5rem;
}

.attractcard-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #8d5b4c;
  margin-bottom: 0.75rem;
}

.attractcard-text {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1rem;
}

.info-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.info-list li {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.info-list li i {
  color: #8d5b4c;
  margin-right: 0.75rem;
}

.btn-explore {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #8d5b4c;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
}

@media (max-width: 768px) {
  .attractcard-img-top {
    height: 200px;
  }
}

/*-----------------------------------*\
 * #More Ways To Reach
\*-----------------------------------*/
.Reachcard {
  border: 1px solid black;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
  height: 100%;
}

.Reachcard:hover {
  transform: translateY(-0.625rem);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
}

.Reachcard-img-top {
  width: 100px;
  height: 100px;
  margin: 1.25rem auto 0 auto;
  object-fit: contain;
  display: block;
}

.Reachcard-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
}

.Reachcard-text {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

.Reachcard-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*-----------------------------------*\
 * # Safari Section Page
\*-----------------------------------*/
.stylish-table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  width: 100%;
}

.stylish-table thead th {
  background: #8d5b4c;
  color: white;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
  padding: 10px;
}

.stylish-table th {
  background: #f8f9fa;
  color: #8d5b4c;
  font-weight: 600;
  padding: 10px;
  vertical-align: middle;
}

.stylish-table td {
  padding: 10px;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}

.stylish-table tbody tr:hover {
  background: #f5f5f5;
  transition: background 0.3s ease;
}

.zone-table th {
  background: #e9ecef;
}

.zone-table td {
  word-break: break-word;
}

@media (max-width: 768px) {

  .stylish-table th,
  .stylish-table td {
    font-size: 0.9rem;
    padding: 8px;
  }
}

@media (max-width: 576px) {
  .stylish-table {
    font-size: 0.85rem;
  }

  .stylish-table th,
  .stylish-table td {
    padding: 6px;
  }
}

.note-section {
  transition: all 0.3s ease;
}

.note-section:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: rgba(46, 70, 62, 0.95);
}

.note-title {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.note-content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.note-content strong {
  color: #ffffff;
  font-weight: 600;
}

.note-icon {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .note-title {
    font-size: 1.1rem;
  }

  .note-content p {
    font-size: 0.9rem;
  }

  .note-icon i {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .note-section {
    padding: 2rem;
  }

  .note-title {
    font-size: 1rem;
  }

  .note-content p {
    font-size: 0.85rem;
  }

  .note-icon i {
    font-size: 18px;
  }
}

/*-----------------------------------*\
 * #Hotels-Section
\*-----------------------------------*/
.hotel-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
  /* Full width of the container */
}

.hotel-card:hover {
  transform: translateY(-3px);
}

.hotel-list {
  margin-bottom: 30px;
}

.hotel-list>li:not(:last-child) {
  margin-bottom: 20px;
}

.hotel-details {
  width: 50%;
  /* Adjusted to balance with larger carousel */
  padding: 16px;
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hotel-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a202c;
}

.hotel-rating {
  color: #f6ad55;
  margin-bottom: 8px;
  font-size: 1rem;
}

.hotel-description {
  font-size: 0.85rem;
  color: #4a5568;
  margin-bottom: 10px;
  line-height: 1.5;
}

.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.amenity {
  background: #e6f0fa;
  color: #2b6cb0;
  padding: 4px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
}

.location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #4a5568;
  margin-bottom: 10px;
}

.price {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
}

.view-button {
  background: #8D5B4C;
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.view-button:hover {
  background: #5e3023;
  transform: translateY(-1px);
}

.view-button i {
  margin-left: 6px;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 4px 10px;
}

.carousel-container {
  width: 50%;
  /* Full width for the carousel */
  position: relative;
  overflow: hidden;
  height: 300px;
  /* Increased height for full-size display */
}

.carousel {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures images fill the container */
  flex-shrink: 0;
  cursor: pointer;
  margin: 0;
  /* Remove any margins */
  padding: 0;
  /* Remove any padding */
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 8px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 10;
  border-radius: 50%;
}

.carousel-arrow.left {
  left: 8px;
}

.carousel-arrow.right {
  right: 8px;
}

.carousel-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dot.active {
  background: #fff;
}

@media (max-width: 768px) {
  .hotel-card {
    flex-direction: column;
    width: 100%;
  }

  .carousel-container,
  .hotel-details {
    width: 100%;
  }

  .carousel-container {
    height: 250px;
    /* Adjusted for mobile */
  }

  .hotel-details {
    padding: 16px;
  }

  .hotel-title {
    font-size: 1.2rem;
  }

  .price {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 8px;
  }

  .carousel-container {
    height: 200px;
  }

  .hotel-title {
    font-size: 1.1rem;
  }

  .hotel-description {
    font-size: 0.8rem;
  }

  .amenity {
    font-size: 0.75rem;
    padding: 3px 8px;
  }

  .carousel-arrow {
    padding: 5px;
    font-size: 0.9rem;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
    font-size: 1.2rem;
  }
}