/*--------------------------------------------------------------
>>> Navbar Section  
----------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  /* font-family: "Georgia", sans-serif; */
  font-family: "Inter", sans-serif;
  /* background: linear-gradient(180deg, #F4EBD0 0%, #E8D5B5 100%); */
  background: #fff;
}

.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: 70px;
  border-radius: 0;
  color: white;
}

.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: 150px;
  }
}

/*--------------------------------------------------------------
>>> Scrolling Banner & Footer 
----------------------------------------------------------------*/
.scrolling-banner {
  background-color: #18140b;
  padding: 8px 0 2px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.footer .text-dark {
  transition: color 0.3s ease, text-decoration 0.3s ease;
  text-decoration: none !important;
}

.footer .text-dark:hover {
  color: #0d1321 !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: #0d1321;
  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: 20px;
  margin-bottom: 40px;
}

.bth-hero {
  background-color: #18140B;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}

/* 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;
  }

  .bth-hero {
    padding: 8px 20px;
    font-size: 14px;
  }

  .scrolling-banner {
    font-size: 14px;
    padding: 6px 0 2px 0;
  }
}

/*--------------------------------------------------------------
>>> New Title/Subitile Css  
----------------------------------------------------------------*/
.section-header-alt {
  max-width: 900px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

/* Small tagline above the title */
.section-tagline {
  display: inline-block;
  font-size: clamp(0.85rem, 1vw + 0.6rem, 1rem);
  color: #743f0e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

/* Gradient title with responsive scaling */
.section-title-alt {
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
  font-weight: 800;
  background: linear-gradient(90deg, #925419, #d1751f);
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
  line-height: 1.2;
  position: relative;
}

/* Animated underline effect */
.section-title-alt::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 0.6rem auto 0;
  background: linear-gradient(90deg, #925419, #d1751f);
  border-radius: 2px;
}

/* Subtitle text */
.section-subtitle-text-alt {
  font-size: clamp(0.95rem, 1vw + 0.6rem, 1.1rem);
  color: #555;
  max-width: 650px;
  margin: 0.8rem auto 0;
  line-height: 1.6;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .section-header-alt {
    margin-bottom: 2rem;
  }
}



/*--------------------------------------------------------------
>>> 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: #0d1321;
  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: #0d1321;
  margin-bottom: 30px;
}

.section-title {
  color: #0d1321;
  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-grid {
  display: grid;
  gap: 2rem;
}

.package-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.package-item:hover {
  transform: translateY(-5px);
}

.package-img {
  position: relative;
}

.package-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.package-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #222120;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}

.package-info {
  padding: 20px;
}

.package-info h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.package-duration {
  color: #888;
  margin-bottom: 12px;
  font-size: 14px;
}

.package-info ul {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}

.package-info ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
  font-size: 14px;
}

.package-info ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #222120;
  font-size: 12px;
}

.btn-book {
  display: inline-block;
  background: #222120;
  color: white;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.btn-book:hover {
  background: #444;
}

@media (min-width: 768px) {
  .package-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@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;
  }
}


/*-----------------------------------*\
 * #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: #0d1321;
  color: white;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
  padding: 10px;
}

.stylish-table th {
  background: #f8f9fa;
  color: #0d1321;
  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;
  }
}


/*--------------------------------------------------------------
>>> corbett booking Section
----------------------------------------------------------------*/

.rantham-booking-shadow {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.corbett-booking-img {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}




.btn-rantham-custom {
  background-color: #C04000;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
  border-radius: 0.5rem;
}

.btn-rantham-custom:hover {
  background-color: #131312;
  color: #fff;
}

.corbett-booking-title {
  font-size: 1.25rem;
}

@media (max-width: 576px) {
  .corbett-booking-title {
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
>>> About corbett Section
----------------------------------------------------------------*/

.about-corbett-section {
  background: url('/images/corbett/d2.jpg') no-repeat center center / cover;
  position: relative;
}

.about-corbett-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px 0;
}

.about-corbett-title {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
}

.about-corbett-subtitle {
  font-size: 1.2rem;
  color: #dedede;
}

.about-corbett-text {
  color: #f1f1f1;
}

.about-corbett-img {
  transition: transform 0.3s ease-in-out;
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2px dashed #fff;
}

.about-corbett-img:hover {
  transform: scale(1.05);
}

.about-corbett-btn {
  color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  transition: background-color 0.3s ease-in-out;
  border: 2px dashed #fff;
  width: 250px;
}

.about-corbett-btn:hover {
  background-color: #5e0101;
}

@media (max-width: 767.98px) {
  .about-corbett-title {
    font-size: 1.6rem;
  }

  .about-corbett-img {
    height: 140px;
  }

  .about-corbett-btn {
    width: 100%;
    padding: 10px;
  }
}

.about-corbett-img-body {
  padding: 1.5rem;
}

.about-corbett-img-title {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 600;
}

.about-corbett-img-title a {
  color: white;
  text-decoration: none;
}

.about-corbett-img-title a:hover {
  color: #ccc;
}

/*--------------------------------------------------------------
>>> Best places to visit
----------------------------------------------------------------*/

.hotspot-rantham {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.hotspot-rantham:hover {
  transform: translateY(-5px);
}

.hotspot-rantham-img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.hotspot-rantham-body h5 {
  color: #801002;
  font-weight: 600;
}

.hotspot-rantham-body h6 {
  color: #0D1321;
  font-size: 14px;
  margin-bottom: 10px;
}

.hotspot-rantham-text {
  color: #333;
  font-size: 16px;
}

@media (max-width: 768px) {
  .hotspot-rantham-img {
    height: 200px;
  }
}

/*--------------------------------------------------------------
>>> About corbett National Park Table
----------------------------------------------------------------*/


.corbett-section {
  padding: 3rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), url('/images/corbett/d3.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.corbett-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.corbett-section-container {
  position: relative;
  z-index: 2;
}




.about-corbett-table {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid #c25107;
  border: 1px solid #fff;
}

.about-corbett-table th {

  color: #c25107;
  padding: 1rem;
  border: 1px solid #fff;
  /* border-bottom: 2px solid #a03c00; */
  font-size: 1.1rem;
  text-align: left;

}

.about-corbett-table td {
  padding: 1rem;
  color: #fff;
  border: 1px dashed #fff;
  text-align: left;
  border: 1px dashed #f8f4f0;
  word-wrap: break-word;
  /* Allow text to wrap */
}

.about-corbett-table tr:last-child td {
  border-bottom: none;
}

.about-corbett-table td:first-child {
  font-weight: 500;
  color: #c25107;
}

/* .about-corbett-table tr:hover {
  background: #f1f1f1;
} */

/* Responsive adjustments */
@media (max-width: 768px) {
  .main-heading {
    font-size: 2rem;
  }

  .sub-heading {
    font-size: 1.4rem;
  }

  .about-corbett-table th,
  .about-corbett-table td {
    font-size: 0.95rem;
    padding: 0.8rem;
  }
}

@media (max-width: 576px) {
  .about-corbett-table {
    width: 100%;
    display: table;
    /* Ensure table structure is maintained */
  }

  .about-corbett-table table {
    table-layout: auto;
    /* Allow columns to adjust based on content */
    width: 100%;
  }

  .about-corbett-table th,
  .about-corbett-table td {
    font-size: 0.8rem;
    /* Smaller font for mobile */
    padding: 0.5rem;
    /* Reduced padding */
    text-align: left;
    word-wrap: break-word;
    /* Ensure text wraps */
    max-width: 50%;
    /* Prevent columns from becoming too wide */
  }

  .about-corbett-table td {
    border: 1px solid #fff;
    /* Retain borders */
  }
}

/*--------------------------------------------------------------
>>> What To Do In corbett Tiger Reserve
----------------------------------------------------------------*/
.what-section {
  position: relative;
}

.what-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.what-section>* {
  position: relative;
  z-index: 2;
  /* Ensure content is above the overlay */
}

.near-rantham-heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  /* Match the light theme of the About section */
  font-size: 2.2rem;
  /* Match .about-corbett-title */
}

.near-rantham-card {
  border: 2px dashed #fff;
  /* Consistent with About section */
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
  /* Semi-transparent background for contrast */
}

.near-rantham-card:hover {
  transform: translateY(-5px);
}

.near-rantham-card img {
  height: auto;
  /* Flexible height to avoid distortion */
  max-height: 200px;
  /* Cap the height */
  width: 100%;
  object-fit: cover;
  border-bottom: 2px dashed #fff;
  /* Consistent border styling */
}

.near-rantham-title {
  color: #fff;
  /* Match the light theme */
  font-size: 1.2rem;
  /* Slightly larger for better readability */
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.near-rantham-text {
  font-size: 1rem;
  /* Slightly larger for readability */
  color: #f1f1f1;
  /* Match the light theme */
  text-align: justify;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .near-rantham-heading {
    font-size: 1.8rem;
    /* Slightly smaller but readable */
  }

  .near-rantham-card img {
    max-height: 180px;
    /* Adjusted for mobile */
  }

  .near-rantham-title {
    font-size: 1.1rem;
  }

  .near-rantham-text {
    font-size: 0.95rem;
  }

  .near-rantham-card {
    padding: 10px;
    /* Extra padding for better spacing */
  }
}

/*--------------------------------------------------------------
>>> Famous Tigers of corbett
----------------------------------------------------------------*/

.tiger-name {
  padding: 3rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent), url('/images/corbett/d4.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.tiger-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.tiger-name-container {
  position: relative;
  z-index: 2;
}

.tiger-name-heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}

.tiger-name-table {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid #c25107;
}

.tiger-name-table th {
  background: #c25107;
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  border-bottom: 1px solid #333;
}

.tiger-name-table td {
  padding: 1rem;
  color: #333;
  /* border: 1px solid #333; */
  border-right: 1px solid #333;
  text-align: left;
  word-wrap: break-word;
}

.tiger-name-table tr:nth-child(odd) {
  background: #fff;
}

.tiger-name-table tr:nth-child(even) {
  background: #f2f1f1;
}

.tiger-name-table tr:hover {
  /* background: #f9da7e; */
  color: #c25107;
}

.tiger-name-table td:first-child {
  font-weight: 500;
  color: #c25107;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tiger-name-heading {
    font-size: 2rem;
  }

  .tiger-name-table th,
  .tiger-name-table td {
    font-size: 0.95rem;
    padding: 0.8rem;
  }
}

@media (max-width: 576px) {
  .tiger-name-heading {
    font-size: 1.8rem;
  }

  .tiger-name-table {
    width: 100%;
    display: table;
  }

  .tiger-name-table table {
    table-layout: auto;
    width: 100%;
  }

  .tiger-name-table th,
  .tiger-name-table td {
    font-size: 0.8rem;
    padding: 0.5rem;
    text-align: left;
    word-wrap: break-word;
    max-width: 50%;
  }

  .tiger-name-table th {
    background: #c25107;
  }

  .tiger-name-table td {
    border: 1px solid #c25107;
  }
}


/*--------------------------------------------------------------
>>>  Safari page
----------------------------------------------------------------*/


/*--------------------------------------------------------------
>>>  About Safari page
----------------------------------------------------------------*/

.rantham-book-safari {
  background: #0D1321;
  color: #fff;
  padding: 60px 0;
}

.rantham-book-row {
  display: flex;
  flex-wrap: wrap;
}

.rantham-book-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  border-radius: 12px;
}

.rantham-book-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: opacity 0.5s ease-in-out;
}

.rantham-book-image-back {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rantham-book-img:hover .rantham-book-image-front {
  opacity: 0;
}

.rantham-book-img:hover .rantham-book-image-back {
  opacity: 1;
}

.rantham-book-heading {
  font-size: 2.75rem;
  line-height: 1.2;
}

.rantham-book-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  width: 300px;
  text-align: center;
  background-color: #fff;
  color: #0d1321;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
  border-radius: 0.5rem;
  padding: 12px 20px;
}

.rantham-book-btn:hover {
  background-color: #0d1321;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .rantham-book-heading {
    font-size: 2rem;
  }

  .rantham-book-img {
    max-height: 350px;
  }
}


/*--------------------------------------------------------------
>>>  safari-detail-section
----------------------------------------------------------------*/

.safari-detail-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('/images/corbett/d5.jpg') center/cover no-repeat;
  color: black;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}

.safari-detail-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 1;

}


.safari-detail-table {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid #c25107;
}

.safari-detail-table th {
  background: #c25107;
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  border: 1px solid #c25107;
}

.safari-detail-table td {
  padding: 1rem;
  color: #333;
  border: 1px solid #c25107;
  text-align: center;
}

.safari-detail-table tr:nth-child(odd) {
  background: #fff;
}

.safari-detail-table tr:nth-child(even) {
  background: #f2f1f1;
}

.safari-detail-table tr:hover {
  background: #f3e8c6;
  color: #c25107;
}

.safari-details {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #c25107;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #333;
}

.safari-details b {
  color: black;
}

.safari-details-info {
  background: #ffffffd9;
  border: 1px solid #c25107;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.safari-details-info img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.safari-details-info p {
  margin: 0;
}



/* Responsive adjustments */
@media (max-width: 768px) {

  .safari-detail-table th,
  .safari-detail-table td {
    font-size: 0.95rem;
    padding: 0.8rem;
  }
}

@media (max-width: 576px) {


  .safari-detail-table th,
  .safari-detail-table td {
    font-size: 0.8rem;
    padding: 0.5rem;
  }

  .safari-details {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
>>>  Safari Types section
----------------------------------------------------------------*/

/* Background for main section */
.safari-types-details {
  background-image: url('/images/corbett/d6.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  color: #1a3c34;
}

.safari-types-details::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(249, 247, 242, 0.85);
  z-index: -1;
}

/* Safari card container */
.safari-types-card {
  position: relative;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.safari-types-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Overlay covers entire card */
.safari-types-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  /* Semi-transparent black */
  z-index: 1;
  pointer-events: none;
}

/* Ensure image and text sit above the overlay */
.safari-types-img,
.safari-types-content {
  position: relative;
  z-index: 2;
}

/* Title styling */
.safari-types-title {
  background-color: #d35400;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  text-align: start;
}

/* List styling */
.safari-type-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
  color: #2f2f2f;
  text-align: start;
}

.safari-type-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #d35400;
}

.safari-types-img {
  height: 340px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767.98px) {
  .safari-types-img {
    height: 280px;
  }

  .safari-types-title {
    font-size: 1.3rem;
    padding: 0.4rem 1rem;
  }
}

/*--------------------------------------------------------------
>>>   Information Section Safari
----------------------------------------------------------------*/


/* Background section with full cover and overlay */
.safari-booking-infomation {
  background-image: url('/images/corbett/d7.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: #1a3c34;
  min-height: 50vh;
  padding: 80px 0;
}

.safari-booking-infomation::before {
  content: '';
  position: absolute;
  inset: 0;

  z-index: -1;
}

.safari-information-section h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a3c34;
  text-transform: uppercase;
  position: relative;
}

.safari-information-section h2::after {
  content: '';
  width: 850px;
  height: 5px;
  background: #2e7d32;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

.safari-information-item {
  transition: all 0.3s ease;
}

.safari-information-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-color: #2e7d32;
}

.safari-information-item img {
  width: 28px;
  height: 28px;
  margin-top: 5px;
  transition: transform 0.3s ease;
  filter: invert(40%) sepia(80%) saturate(600%) hue-rotate(120deg) brightness(95%) contrast(100%);
}

.safari-information-item:hover img {
  transform: scale(1.2);
}

.safari-information-item p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 576px) {
  .safari-information-section h2::after {
    width: 100%;
  }

  .safari-booking-infomation {
    padding: 40px 0;
  }

  .safari-information-section h2 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .row.g-4 {
    --bs-gutter-x: 0.70rem;
    --bs-gutter-y: 0.8rem;
  }

  .safari-information-item .safari-information-body {
    padding: 0.75rem 1rem;
  }

  .safari-information-item p {
    font-size: 0.95rem;
  }
}

/*--------------------------------------------------------------
>>>    Rules  Section Safari
----------------------------------------------------------------*/

.safari-rules-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a3c34;
  text-transform: uppercase;
  position: relative;
}

.safari-rules-title::after {
  content: '';
  width: 100px;
  height: 5px;
  background: #2e7d32;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

@media (max-width: 576px) {
  .safari-rules-title {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .safari-rules-title::after {
    width: 80px;
  }
}

/*--------------------------------------------------------------
>>>  Destinations Section
----------------------------------------------------------------*/
.dest-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 4px solid #fff;
}

.dest-img-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dest-img-wrapper:hover img {
  transform: scale(1.1);
}

.dest-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.dest-img-wrapper:hover .dest-img-overlay {
  opacity: 1;
  transform: translateY(0);
}

.overlay-title {
  font-size: 1.75rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.overlay-textext {
  font-size: 1rem;
  color: white;
  max-width: 80%;
}

.reserve-btn {
  background: linear-gradient(135deg, #ff6b6b, #ff8787);
  border: none;
  padding: 0.6rem 1.6rem;
  color: white;
  font-weight: bold;
  border-radius: 9999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reserve-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .dest-img-wrapper img {
    height: 200px;
  }

  .overlay-title {
    font-size: 1.4rem;
  }

  .overlay-textext {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
>>>  National Park Cards Section
----------------------------------------------------------------*/
.scroll-cards {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

/* Hide scrollbar on webkit */
.scroll-cards::-webkit-scrollbar {
  display: none;
}

/* Cards */
.scroll-cards .park-card {
  flex: 0 0 80%;
  /* Slightly less than full width on mobile */
  scroll-snap-align: start;
  height: 320px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.15),
    0 4px 8px rgba(0, 0, 0, 0.1); */
  background: #121212;
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid #CF741F;
}

/* Hover scale effect on desktop */
@media (hover: hover) and (min-width: 768px) {
  .scroll-cards .park-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow:
      0 15px 30px rgba(0, 0, 0, 0.25),
      0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
}

/* Image container */
.park-card-img-container {
  position: relative;
  width: 100%;
  height: 70%;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

/* Images */
.park-card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Zoom image on hover on desktop */
@media (hover: hover) and (min-width: 768px) {
  .park-card:hover .park-card-img-top {
    transform: scale(1.1);
  }
}

/* Text overlay */
.park-card-overlay-text {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/* Card body */
.park-card-body {
  height: 57%;
  padding: 12px 14px;
  background: #fff;
  color: #222;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  overflow-y: auto;
  /* Scroll if text is too long */
}

/* Scrollbar style for card body */
.park-card-body::-webkit-scrollbar {
  width: 6px;
}

.park-card-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

/* Larger screens: grid layout */
@media (min-width: 768px) {
  .scroll-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
    gap: 1.25rem;
    padding-bottom: 0;
  }

  .scroll-cards .park-card {
    flex: none;
    height: 500px;
    width: 100%;
    cursor: default;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #222;
    border-radius: 12px;
    transition: none;
  }

  .scroll-cards .park-card:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  .park-card-img-container {
    height: 65%;
    border-radius: 12px 12px 0 0;
  }

  .park-card-body {
    height: 100%;
    background: #f9f9f9;
    color: #333;
    font-size: 1rem;
    padding: 14px 16px;
  }

  .park-card-overlay-text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .park-card-img-top {
    filter: brightness(90%);
  }

  .park-card:hover .park-card-img-top {
    filter: brightness(100%);
  }
}

/* Smooth scroll snapping fix */
.scroll-cards {
  scroll-padding-left: 1rem;
}

/*--------------------------------------------------------------
>>>  About Kaziranga Section
----------------------------------------------------------------*/
.about-kaziranga {
  overflow: hidden;
  min-height: 70vh;
  position: relative;
}

.kaziranga-subtitle {
  letter-spacing: 4px;
}

.kaziranga-title::after {
  content: "";
  display: block;
  width: 160px;
  height: 6px;
  margin: 1.3rem auto 0;
  background: linear-gradient(90deg, #27ae60, #2ecc71);
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.about-text-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Responsive Styles */
@media (max-width: 1400px) {
  .kaziranga-title {
    font-size: 3.2rem !important;
  }

  .kaziranga-intro {
    font-size: 1.15rem !important;
  }

  .about-text {
    font-size: 1.05rem !important;
  }

  .about-text-container {
    padding: 2rem !important;
  }
}

@media (max-width: 1200px) {
  .kaziranga-title {
    font-size: 2.8rem !important;
  }

  .kaziranga-intro {
    font-size: 1.1rem !important;
    max-width: 90% !important;
  }

  .about-text {
    font-size: 1rem !important;
  }

  .kaziranga-title::after {
    width: 140px !important;
  }
}

@media (max-width: 992px) {
  .about-kaziranga {
    /* Disable parallax on smaller screens */
    /* background-attachment: scroll !important;  */
    min-height: 60vh;
  }

  .kaziranga-title {
    font-size: 2.4rem !important;
  }

  .kaziranga-subtitle {
    font-size: 0.9rem !important;
    letter-spacing: 3px !important;
  }

  .kaziranga-intro {
    font-size: 1rem !important;
  }

  .about-text {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
  }

  .about-text-container {
    padding: 1.75rem !important;
    border-width: 1px !important;
  }

  .kaziranga-title::after {
    width: 120px !important;
    height: 5px !important;
  }
}

@media (max-width: 768px) {
  .about-kaziranga {
    padding: 4rem 1rem !important;
    min-height: 50vh;
  }

  .kaziranga-header {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .kaziranga-title {
    font-size: 2rem !important;
  }

  .kaziranga-subtitle {
    font-size: 0.85rem !important;
  }

  .kaziranga-intro {
    font-size: 0.95rem !important;
    max-width: 95% !important;
  }

  .about-text {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
  }

  .about-text-container {
    padding: 1.5rem !important;
    border-radius: 0.75rem !important;
  }

  .kaziranga-title::after {
    width: 100px !important;
    height: 4px !important;
  }
}

@media (max-width: 576px) {
  .about-kaziranga {
    padding: 3rem 0.5rem !important;
    min-height: 45vh;
  }

  .kaziranga-title {
    font-size: 1.8rem !important;
  }

  .kaziranga-subtitle {
    font-size: 0.75rem !important;
    letter-spacing: 2px !important;
  }

  .kaziranga-intro {
    font-size: 0.9rem !important;
    max-width: 100% !important;
  }

  .about-text {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }

  .about-text-container {
    padding: 1rem !important;
    border-radius: 0.5rem !important;
    border-width: 1px !important;
  }

  .kaziranga-title::after {
    width: 80px !important;
    height: 3px !important;
  }
}

/*--------------------------------------------------------------
>>>  Hotels Page
----------------------------------------------------------------*/
.hotel-custom11 {
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.hotel-image-container11 {
  position: relative;
  width: 100%;
  height: 260px;
}

.hotel-main-img11 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  cursor: pointer;
}

.hotel-image-hotel-overlay-text1111 {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 12px;
  font-size: 0.8rem;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 5;
}

.additional-images-row11 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  backdrop-filter: blur(3px);
  overflow-x: auto;
  max-width: 90%;
  z-index: 3;
}

.additional-images-row11::-webkit-scrollbar {
  display: none;
}

.additional-images-row11 img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.additional-images-row11 img:hover {
  transform: scale(1.05);
}

.hotel-details11 {
  padding: 1rem;
}

.hotel-title11 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.location11,
.hotel-description11 {
  font-size: 1rem;
  margin-top: 5px;
  color: #555;
  font-style: italic;
}

.hotel-rating11 i {
  color: rgb(0, 0, 0);
}

.hotel-amenities11 {
  /* margin-top: 0.5rem; */
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 1rem;
  color: #555;
}

.hotel-amenity11 i {
  margin-right: 5px;
  color: #03080e;
  font-style: normal;
  font-weight: 600;

}

.location11-icon {
  color: rgb(0, 0, 0);
}

.pricehotel11 {
  font-weight: 600;
  color: rgb(204, 36, 7);
}

.hotel-button11 {
  background-color: rgb(5, 5, 5);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.9rem;
}

.modal-img11 {
  max-height: 80vh;
  object-fit: contain;
  border-radius: 10px;
}

.hotel-overlay-text11 {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 1rem;
  z-index: 1001;
}

.hotel-badge-premium11 {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgb(204, 36, 7);
  color: #fff;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 600;
  z-index: 5;
}

@media (max-width: 768px) {
  .hotel-image-container11 {
    height: 200px;
  }

  .hotel-image-hotel-overlay-text1111 {
    font-size: 0.7rem;
    padding: 4px 8px;
    bottom: 70px;
  }

  .hotel-button11 {
    width: 100%;
    margin-top: 10px;
  }

  .hotel-custom11-text-align {
    text-align: left !important;
    margin-top: 10px;
  }

  .hotel-overlay-text11 {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    z-index: 1001;
  }
}

@media (max-width: 576px) {

  .location11,
  .hotel-description11 {
    font-size: 0.9rem;
  }

  .hotel-title11 {
    font-size: 1.3rem;
  }

  .hotel-amenities11 {
    font-size: 0.9rem;
  }
}

.hotel-bg {
  position: relative;
  font-family: 'Georgia', sans-serif;
  background: url('/images/background/584799.jpg') no-repeat center center/cover;
}

.hotel-bg .overlay {
  position: absolute;
  inset: 0;
  /* adjust 0.4 → 0.2 (lighter) or 0.6 (darker) */
  /* background: rgba(0, 0, 0, 0.4); */
  background: rgba(255, 255, 255, 0.3);

}

/*--------------------------------------------------------------
>>>  Kaziranga Visit Section
----------------------------------------------------------------*/
.kaziranga-visit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2), 0 12px 20px rgba(0, 0, 0, 0.12);
}

/* underline effect */
.kaziranga-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 0.6rem auto 0;
  background: linear-gradient(90deg, #925419, #d1751f);
  border-radius: 2px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .kaziranga-visit-section {
    padding: 60px 30px !important;
  }

  .kaziranga-title {
    font-size: 2.6rem !important;
  }

  .kaziranga-subtitle {
    font-size: 0.9rem !important;
  }

  .kaziranga-intro {
    font-size: 1.1rem !important;
    max-width: 90% !important;
  }

  .kaziranga-visit-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 35px !important;
  }

  .kaziranga-visit-card {
    padding: 25px 30px !important;
  }
}

@media (max-width: 575px) {
  .kaziranga-visit-section {
    padding: 50px 20px !important;
  }

  .kaziranga-intro,
  .kaziranga-visit-card-desc,
  .kaziranga-visit-card-footer {
    font-size: 1rem !important;
  }

  .kaziranga-subtitle {
    font-size: 0.8rem !important;
  }

  .kaziranga-title {
    font-size: 2rem !important;
  }

  .kaziranga-visit-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .kaziranga-visit-card {
    padding: 20px 25px !important;
  }
}

/*--------------------------------------------------------------
>>>  Booking Procedure Section
----------------------------------------------------------------*/
.booking-procedure {
  background: linear-gradient(135deg, #f5f7e8, #ffffff);
}

.booking-procedure .card {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.booking-procedure .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}

.booking-procedure h3 {
  font-size: 1.8rem;
}

.booking-procedure ul li {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  line-height: 1.6;
}

.booking-procedure ul li i {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 3px;
}
.booking-procedure .card-body {
    padding: 3rem;
  }

/* Responsive Adjustments */
@media (max-width: 992px) {
  .booking-procedure h3 {
    font-size: 1.6rem;
  }

  .booking-procedure ul li {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .booking-procedure .card-body {
    padding: 2rem;
  }

  .booking-procedure h3 {
    font-size: 1.4rem;
  }

  .booking-procedure ul li {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .booking-procedure .card-body {
    padding: 1.5rem;
  }

  .booking-procedure h3 {
    font-size: 1.2rem;
  }

  .booking-procedure ul li {
    font-size: 0.9rem;
  }

  .booking-procedure ul li i {
    font-size: 1.2rem;
  }
}
/*--------------------------------------------------------------
>>>  How to Reach Roadmap Section
----------------------------------------------------------------*/

.roadmap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    flex-wrap: wrap;
}

/* Connecting line */
.roadmap::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 4px;
    background: #ddd;
    z-index: 0;
}

.roadmap-item {
    flex: 1;
    min-width: 220px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.roadmap-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.roadmap-item h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.roadmap-item p {
    font-size: 15px;
    color: #555;
    margin: 0 auto;
    max-width: 250px;
}

/* Responsive */
@media (max-width: 992px) {
    .roadmap {
        gap: 20px;
    }

    .roadmap-item p {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
    .roadmap {
        flex-direction: column;
        align-items: center;
    }

    .roadmap::before {
        display: none;
    }

    .roadmap-item {
        text-align: center;
        width: 100%;
        max-width: 350px;
    }

    .roadmap-item p {
        max-width: 100%;
    }
}