@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.2rem;
  line-height: 30px;
  font-weight: 400;
  color: #2a3234;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0px;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #2a3234;
}

ul li {
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #2a3234;
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #2a3234;
}

h1, h2, h3, h4, h5, h6 {
  color: #2a3234;
  font-weight: 700;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5, h6 {
  font-size: 18px;
}

.common-space {
  padding: 70px 0px;
}

a {
  text-decoration: none;
}

.section-tag {
  background: #e3e5e6;
  color: #2a3234;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}

h2 {
  font-size: 31px;
  font-weight: 700;
  color: #96761f;
}

.section-heading .about-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #96761f;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  margin-top: 11px;
  color: #96761f;
}
.section-heading h2 span {
  color: #000;
}

.btn-primary {
  background: #96761f;
  color: #ffffff;
  padding: 8px 10px 10px;
  border-radius: 20px;
  margin-top: 8px;
}
.btn-primary:hover {
  background: #2a3234;
}

/* ================= TOP BAR ================= */
.top-bar {
  background: #2a3234;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 576px) {
  .top-bar {
    font-size: 11px;
  }
}
.top-bar .top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.top-bar .top-left span {
  margin-right: 18px;
}
@media (max-width: 576px) {
  .top-bar .top-left span {
    margin-right: 8px;
  }
}
.top-bar .top-left span a {
  color: #ffffff;
}
.top-bar .top-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-bar .top-right a {
  color: #ffffff;
  text-decoration: none;
}
.top-bar .top-right a img {
  width: 30px;
  height: 30px;
}
.top-bar .quote-btn {
  background: #96761f;
  color: #ffffff;
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

/* ================= NAV ================= */
.main-nav {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
.main-nav .navbar-brand img {
  max-width: 140px;
  height: auto;
}
.main-nav .navbar-nav li {
  position: relative;
  margin: 2px 8px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .main-nav .navbar-nav li {
    margin: 2px 8px;
  }
}
.main-nav .navbar-nav li > a {
  padding: 14px 20px;
  display: flex;
  align-items: center;
  color: #96761f;
  transition: all 0.35s ease;
}
.main-nav .navbar-nav li > a:hover {
  color: #2a3234;
}

.main-nav {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 6px 0;
  z-index: 999;
}
.main-nav .brand-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.main-nav .brand-icon i {
  font-size: 30px;
  color: #2a3234;
}
.main-nav .brand-icon span {
  font-size: 20px;
  font-weight: 800;
  color: #96761f;
}
.main-nav .navbar-toggler {
  border: none;
}
.main-nav .navbar-toggler i {
  font-size: 26px;
  color: #2a3234;
}
.main-nav .navbar-nav {
  align-items: center;
  /* CTA */
}
.main-nav .navbar-nav li {
  position: relative;
}
.main-nav .navbar-nav li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 9px;
  font-size: 15px;
  font-weight: 600;
  color: #2a3234;
  text-decoration: none;
  transition: all 0.35s ease;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .main-nav .navbar-nav li a {
    font-size: 12px;
  }
}
.main-nav .navbar-nav li a i {
  font-size: 15px;
  color: #96761f;
  transition: all 0.35s ease;
}
.main-nav .navbar-nav li a:hover {
  color: #96761f;
}
.main-nav .navbar-nav li a:hover i {
  transform: translateY(-2px);
}
.main-nav .navbar-nav .dropdown {
  padding: 0;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.main-nav .navbar-nav .dropdown:hover .dropdown-menu a:hover {
  background-color: #96761f;
  color: #fff;
}
.main-nav .navbar-nav .dropdown-item.active, .main-nav .navbar-nav .dropdown-item:active {
  background-color: #96761f;
  color: #fff;
}
.main-nav .navbar-nav .nav-cta a {
  background: #2a3234;
  color: #ffffff !important;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 2px 5px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .main-nav .navbar-nav .nav-cta a {
    margin: 2px 0px 5px 59px;
  }
}
.main-nav .navbar-nav .nav-cta a i {
  color: #ffffff;
}
.main-nav .navbar-nav .nav-cta a:hover {
  background: rgb(23.770212766, 28.2978723404, 29.429787234);
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {
  .main-nav .navbar-collapse {
    background: #ffffff;
    margin-top: 10px;
    border-radius: 14px;
    padding: 15px;
    padding-left: 0px;
    padding-top: 0px;
  }
  .main-nav .navbar-nav {
    align-items: flex-start;
  }
  .main-nav .navbar-nav li {
    width: 100%;
  }
  .main-nav .navbar-nav li a {
    width: 100%;
  }
  .main-nav .navbar-nav .nav-cta a {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}
.hero-slider {
  position: relative;
  /* Owl Controls */
}
.hero-slider .hero-slide {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-slider .hero-slide {
    height: 70vh;
  }
}
@media (max-width: 575px) {
  .hero-slider .hero-slide {
    height: 60vh;
  }
}
.hero-slider .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0));
}
.hero-slider .hero-content {
  position: relative;
  color: #96761f;
  animation: fadeUp 0.8s ease;
}
.hero-slider .hero-content .tagline {
  display: inline-block;
  background-color: #96761f;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hero-slider .hero-content h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #cda63b;
}
.hero-slider .hero-content h1 span {
  color: #cda63b;
}
@media (max-width: 991px) {
  .hero-slider .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-slider .hero-content h1 {
    font-size: 32px;
  }
}
.hero-slider .hero-content p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 25px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .hero-slider .hero-content p {
    font-size: 15px;
  }
}
.hero-slider .hero-content .hero-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.hero-slider .hero-content .hero-btns a {
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}
.hero-slider .hero-content .hero-btns .btn-primary {
  background: #96761f;
  color: #ffffff;
}
.hero-slider .hero-content .hero-btns .btn-primary:hover {
  background: #2a3234;
}
.hero-slider .hero-content .hero-btns .btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.hero-slider .hero-content .hero-btns .btn-outline:hover {
  background: #96761f;
  border: 2px solid #96761f;
  color: #ffffff;
}
.hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.hero-slider .owl-nav button {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50%;
  color: #ffffff !important;
  transition: all 0.35s ease;
}
.hero-slider .owl-nav button:hover {
  background: #2a3234 !important;
}
.hero-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.hero-slider .owl-dots span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
}
.hero-slider .owl-dots .active span {
  background: #2a3234;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.carousel-item img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.corbett-section {
  background: #f9fafb;
}
.corbett-section .section-tag {
  display: inline-block;
  background: rgba(42, 50, 52, 0.1);
  color: #2a3234;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.corbett-section h2 {
  font-size: 31px;
  font-weight: 700;
  color: #96761f;
}

/* ===== ABOUT CARD ===== */
.about-card {
  background: #ffffff;
  padding: 19px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.about-card strong {
  color: #000;
}
.about-card p {
  text-align: justify;
  color: #2a3234;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.about-card .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  background: #96761f;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}
.about-card .btn-primary:hover {
  background: rgb(23.770212766, 28.2978723404, 29.429787234);
  color: #ffffff;
}

.about-image {
  margin-left: 15px;
}
@media (max-width: 680px) {
  .about-image {
    margin-left: 0px;
  }
}
.about-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

/* ===== PARK INFO ===== */
.park-info-card {
  background: linear-gradient(135deg, #0f172a, #1f2937);
  color: #ffffff;
  padding: 34px;
  border-radius: 18px;
  height: 100%;
}
@media (max-width: 680px) {
  .park-info-card {
    padding: 16px;
  }
}
.park-info-card h3 {
  color: #96761f;
  font-size: 31px;
  margin-bottom: 17px;
}
.park-info-card ul {
  padding-left: 0px;
}
.park-info-card ul li {
  list-style: none;
  color: #ffffff;
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 16px;
  padding-left: 26px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .park-info-card ul li {
    font-size: 14px;
  }
}
.park-info-card ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}
.park-info-card ul li b i {
  color: #96761f;
}
.park-info-card .location {
  opacity: 0.8;
  margin-bottom: 25px;
}
.park-info-card .quick-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.park-info-card .action-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  border-radius: 14px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.35s ease;
}
.park-info-card .action-box i {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
  color: #96761f;
}
.park-info-card .action-box:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

/* ===== SAFARI CARDS ===== */
.safari-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.safari-card img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.35s ease;
}
.safari-card .safari-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 2%, rgba(0, 0, 0, 0.1) 30%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #ffffff;
}
.safari-card .safari-content h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}
.safari-card .safari-content .book-now {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 17px;
  background-color: #96761f;
  text-decoration: none;
}
.safari-card:hover img {
  transform: scale(1.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .corbett-section h2 {
    font-size: 28px;
  }
  .quick-actions {
    grid-template-columns: 1fr;
  }
}
.cta-banner {
  padding: 80px 0;
}
.cta-banner .cta-box {
  background: linear-gradient(45deg, black, #89702c);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 45px 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
@media (max-width: 680px) {
  .cta-banner .cta-box {
    padding: 36px 6px;
  }
}
.cta-banner h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
.cta-banner p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.cta-banner p a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.cta-banner p a:hover {
  color: #2a3234;
}
.cta-banner .btn-cta {
  display: inline-block;
  background: #96761f;
  color: #ffffff;
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: 0.35s ease;
}
.cta-banner .btn-cta:hover {
  background: #2a3234;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Mobile polish */
@media (max-width: 767px) {
  .cta-banner {
    padding: 60px 5px;
  }
  .cta-banner h2 {
    font-size: 26px;
  }
  .cta-banner .btn-cta {
    margin-top: 20px;
  }
}
.featured-hotels {
  background: rgba(42, 50, 52, 0.1764705882);
}

.hotel-card {
  background: transparent;
  transition: all 0.35s ease;
}
.hotel-card:hover {
  transform: translateY(-8px);
}
.hotel-card:hover .hotel-image img {
  transform: scale(1.08);
}
.hotel-card:hover .hotel-content {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Image */
.hotel-image {
  position: relative;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  overflow: hidden;
}
.hotel-image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}

/* Location Badge */
.hotel-location {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
}
.hotel-location i {
  width: 36px;
  height: 36px;
  background: #2a3234;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  z-index: 2;
}
.hotel-location span {
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 16px 6px 26px;
  border-radius: 30px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 500;
}

/* Content Box */
.hotel-content {
  background: #fff;
  margin: -50px auto 0;
  width: 92%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 18px;
  padding: 20px;
  position: relative;
  z-index: 2;
  transition: 0.35s ease;
}

/* Header */
.hotel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.hotel-header h4 {
  font-size: 21px;
  font-weight: 600;
}
.hotel-header h4 a {
  color: #111;
}
.hotel-header h4 a:hover {
  color: #2a3234;
}

/* Rating */
.hotel-rating {
  color: #96761f;
  font-size: 14px;
}

/* Feature List */
.hotel-features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 10px;
  font-size: 16px;
}
.hotel-features li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hotel-features li i {
  color: #96761f;
  font-size: 13px;
}

/* Footer */
.hotel-footer {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  border-top: 1px dashed #ddd;
  padding-top: 12px;
}
.hotel-footer .price {
  font-size: 16px;
  font-weight: 700;
  color: #2a3234;
}
.hotel-footer .price .highlight {
  color: #96761f;
  font-weight: 600;
  font-size: 20px;
}
.hotel-footer .price span {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.hotel-footer .btn-theme {
  padding: 7px 18px;
  font-size: 14px;
  border-radius: 30px;
}

/* Responsive */
@media (max-width: 575px) {
  .hotel-content {
    width: 95%;
    margin-top: -40px;
  }
  .hotel-image img {
    height: 220px;
  }
}
.best-places {
  background: #f7f9fc;
}

/* Card */
.place-card {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  transition: 0.35s ease;
}
.place-card:hover {
  transform: translateY(-8px);
  color: #2a3234;
}
.place-card:hover .place-image img {
  transform: scale(1.08);
}
.place-card:hover .explore {
  color: #96761f;
}
.place-card:hover .explore i {
  transform: translateX(5px);
}

/* Image area */
.place-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.place-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}

/* Badge */
.place-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.place-badge i {
  color: #96761f;
}

/* Content */
.place-content {
  padding: 18px;
}
.place-content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #2a3234;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.place-content p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2a3234;
  margin-bottom: 18px;
  line-height: 1.4;
}
.place-content a {
  color: #2a3234;
}

/* Explore link */
.explore {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
.explore i {
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 575px) {
  .place-image {
    height: 200px;
  }
  .place-content h5 {
    font-size: 16px;
  }
}
/* ===== TESTIMONIAL V2 ===== */
.testimonial_v2 {
  background: linear-gradient(180deg, #f9fafb, #ffffff);
  padding: 80px 0;
}
.testimonial_v2 .section-heading h2 {
  font-size: 38px;
  font-weight: 700;
}
.testimonial_v2 .section-heading h2 span {
  color: var(--theme-color);
}
.testimonial_v2 .section-heading p {
  color: #2a3234;
  margin-top: 6px;
}

/* Card */
.testimonial-item {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 40px 35px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  border-left: 6px solid var(--theme-color);
  transition: all 0.4s ease;
}
.testimonial-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.15);
}

/* Quote Background */
.quote-bg {
  position: absolute;
  top: -25px;
  right: 25px;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.06);
}

/* Review */
.review {
  line-height: 30px;
  color: #374151;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* Rating */
.rating {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.rating li {
  color: #fbbf24;
  font-size: 15px;
}

/* Client */
.client {
  display: flex;
  align-items: center;
  gap: 15px;
}
.client img {
  border-radius: 50%;
  border: 2px solid #2a3234;
}
.client h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 2px;
}
.client span {
  font-size: 14px;
  color: #6b7280;
}

/* Owl spacing */
.testimonial-carousel .owl-item {
  padding: 30px 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-item {
    padding: 35px 25px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .testimonial_v2 .section-heading h2 {
    font-size: 27px;
    font-weight: 700;
  }
}
.resort-showcase {
  background: #d9dbdb;
}
.resort-showcase .section-title span {
  color: #2a3234;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.resort-showcase .section-title h2 {
  font-weight: 700;
  margin-top: 10px;
}

.resort-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.resort-card:hover {
  transform: translateY(-10px);
}
.resort-card:hover img {
  transform: scale(1.1);
}

.resort-media {
  position: relative;
  overflow: hidden;
}
.resort-media img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.resort-media .resort-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}
.resort-media .resort-badge i {
  color: #2a3234;
  margin-right: 6px;
}

.resort-body {
  padding: 20px;
}
.resort-body h4 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #96761f;
}

.resort-rating {
  color: #fbbf24;
  font-size: 14px;
  margin-bottom: 12px;
}

.resort-amenities {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.resort-amenities li {
  font-size: 14px;
}
.resort-amenities li i {
  color: #2a3234;
  margin-right: 6px;
}

.resort-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dashed #ddd;
  padding-top: 12px;
}
.resort-footer .price {
  font-weight: 700;
  color: #2a3234;
}
.resort-footer .price span {
  font-size: 13px;
  color: #777;
  font-weight: 400;
}
.resort-footer .resort-btn {
  background: #2a3234;
  color: #fff;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.resort-footer .resort-btn:hover {
  background: dark(#2a3234, 10%);
}

/* Mobile */
@media (max-width: 575px) {
  .resort-media img {
    height: 220px;
  }
}
.blog-magazine {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transition: 0.35s;
}
.blog-magazine:hover {
  transform: translateY(-6px);
}
.blog-magazine a {
  color: #2a3234;
}

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

.blog-content {
  padding: 14px;
}
.blog-content .blog-date {
  font-size: 15px;
  color: #2a3234;
  font-weight: 600;
}
.blog-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0;
}
.blog-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
}
.blog-content .btn-primary {
  font-weight: 600;
  color: #fff;
}
.blog-content .btn-primary:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-magazine {
    flex-direction: column;
  }
  .blog-img,
  .blog-content {
    width: 100%;
  }
}
.footer-basic {
  background: #2a3234;
  padding: 45px 0;
  color: #d1d5db;
  font-size: 17px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-text {
  line-height: 1.7;
  max-width: 330px;
  color: #ffffff;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #96761f;
}

/* Lists */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list ul {
  padding-left: 0px;
}
.footer-list li {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-list li i {
  font-size: 15px;
  color: #9ca3af;
  transition: 0.3s;
}
.footer-list li a {
  color: #d1d5db;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-list li a {
    font-size: 14px;
  }
}
.footer-list li:hover a {
  color: #ffffff;
}
.footer-list li:hover i {
  color: #ffffff;
  transform: translateX(3px);
}

/* Contact list */
.contact-list {
  padding-left: 0px;
  padding: 10px;
}

.contact-list li {
  align-items: flex-start;
  list-style: none;
  color: #d1d5db;
  word-wrap: break-word;
  line-height: 1.9;
}
.contact-list li i {
  font-size: 18px;
  margin-top: 3px;
  margin-right: 5px;
  color: #96761f;
}

/* Bottom bar */
.footer-bottom-basic {
  background: black;
  padding: 14px 0;
  font-size: 15px;
  color: #9ca3af;
}
.footer-bottom-basic a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}
.footer-bottom-basic a:hover {
  text-decoration: none;
  color: #96761f;
}

/* Mobile */
@media (max-width: 767px) {
  .footer-basic {
    text-align: start;
  }
  .footer-text {
    margin: 0 0;
  }
  .footer-list li {
    justify-content: start;
  }
  .contact-list li {
    justify-content: start;
  }
}
/* HERO */
.tour-package {
  position: relative;
  padding: 60px 0;
  color: #ffffff;
}
.tour-package a {
  color: #ffffff;
}
.tour-package .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.tour-package .hero-content {
  position: relative;
}
.tour-package .hero-content .hero-home {
  display: inline-flex;
  gap: 8px;
  background: #96761f;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.tour-package .hero-content .hero-home a {
  color: #ffffff;
}
.tour-package .hero-content .hero-home a:hover {
  color: #2a3234;
}
.tour-package .hero-content .hero-tag {
  display: inline-flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.tour-package .hero-content .hero-tag a {
  color: #ffffff;
}
.tour-package .hero-content .hero-tag a:hover {
  color: #96761f;
}
.tour-package .hero-content h1 {
  font-weight: 800;
  margin: 18px 0;
  color: #d3a938;
}
.tour-package .hero-content p {
  color: #ffffff;
  font-size: 17px;
}

.hotel-corbett-hero {
  position: relative;
  padding: 60px 0;
  color: #ffffff;
}
.hotel-corbett-hero a {
  color: #ffffff;
}
.hotel-corbett-hero h1 {
  color: #ffffff;
}
.hotel-corbett-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.hotel-corbett-hero .hero-content {
  position: relative;
}
.hotel-corbett-hero .hero-content .hero-home {
  display: inline-flex;
  gap: 8px;
  background: #96761f;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.hotel-corbett-hero .hero-content .hero-home a {
  color: #ffffff;
}
.hotel-corbett-hero .hero-content .hero-home a:hover {
  color: #2a3234;
}
.hotel-corbett-hero .hero-content .hero-tag {
  display: inline-flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.hotel-corbett-hero .hero-content .hero-tag a {
  color: #ffffff;
}
.hotel-corbett-hero .hero-content .hero-tag a:hover {
  color: #96761f;
}
.hotel-corbett-hero .hero-content h1 {
  font-weight: 800;
  margin: 18px 0;
  color: #d3a938;
}
.hotel-corbett-hero .hero-content p {
  color: #ffffff;
  font-size: 17px;
}

.corbett-about-hero {
  background: url("./img/banner-3.png") no-repeat center/cover;
  position: relative;
  padding: 60px 0;
  color: #ffffff;
}
.corbett-about-hero a {
  color: #ffffff;
}
.corbett-about-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.corbett-about-hero .hero-content {
  position: relative;
}
.corbett-about-hero .hero-content .hero-home {
  display: inline-flex;
  gap: 8px;
  background: #96761f;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.corbett-about-hero .hero-content .hero-home a {
  color: #ffffff;
}
.corbett-about-hero .hero-content .hero-home a:hover {
  color: #2a3234;
}
.corbett-about-hero .hero-content .hero-tag {
  display: inline-flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.corbett-about-hero .hero-content .hero-tag a {
  color: #ffffff;
}
.corbett-about-hero .hero-content .hero-tag a:hover {
  color: #96761f;
}
.corbett-about-hero .hero-content h1 {
  font-weight: 800;
  margin: 18px 0;
  color: #d3a938;
}
.corbett-about-hero .hero-content p {
  color: #ffffff;
  font-size: 17px;
}

/* INTRO */
.corbett-about-new {
  background: linear-gradient(180deg, #f5f8f4, #ffffff);
  /* FEATURES */
  /* IMAGE SECTION */
}
.corbett-about-new .about-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #96761f;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.corbett-about-new .about-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #96761f;
}
.corbett-about-new .about-title span {
  color: #2a3234;
}
.corbett-about-new .about-text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 520px;
}
.corbett-about-new .about-features {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.corbett-about-new .about-features .feature-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}
.corbett-about-new .about-features .feature-box i {
  font-size: 24px;
  color: #96761f;
}
.corbett-about-new .about-features .feature-box h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #96761f;
}
.corbett-about-new .about-features .feature-box p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.corbett-about-new .about-features .feature-box:hover {
  transform: translateY(-5px);
}
.corbett-about-new .about-image-wrap {
  position: relative;
  padding-left: 40px;
}
.corbett-about-new .about-image-wrap .main-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.corbett-about-new .about-image-wrap .main-image img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.corbett-about-new .about-image-wrap .floating-card {
  position: absolute;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  animation: float 4s ease-in-out infinite;
}
.corbett-about-new .about-image-wrap .floating-card i {
  color: var(--theme-color);
  font-size: 16px;
}
.corbett-about-new .about-image-wrap .floating-card.safari {
  top: 20%;
  left: -20px;
}
.corbett-about-new .about-image-wrap .floating-card.resorts {
  bottom: 18%;
  right: -20px;
  animation-delay: 1.5s;
}

/* FLOATING ANIMATION */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .corbett-about-new .about-title {
    font-size: 32px;
  }
  .corbett-about-new .about-image-wrap {
    padding-left: 0;
  }
  .corbett-about-new .about-image-wrap .main-image img {
    height: 380px;
  }
  .corbett-about-new .about-image-wrap .floating-card {
    display: none;
  }
}
/* CTA */
.corbett-cta {
  background: linear-gradient(45deg, black, #89702c);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 45px 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
.corbett-cta p {
  color: #ffffff;
}
.corbett-cta h2 {
  color: #ffffff;
}
.corbett-cta .cta-btn {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 34px;
  background: #ffffff;
  color: #2a3234;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 575px) {
  .corbett-about-hero {
    text-align: center;
  }
}
.corbett-about-why {
  background: linear-gradient(180deg, #d9dbdb 0%, #d9dbdb 100%);
  padding: 100px 0;
  /* ABOUT BLOCK */
  /* IMAGE */
  /* WHY CARDS */
  /* RESPONSIVE */
}
.corbett-about-why .section-tag {
  background: rgba(38, 155, 214, 0.12);
  color: #2a3234;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}
.corbett-about-why h2 {
  font-size: 40px;
  font-weight: 800;
  color: #96761f;
}
.corbett-about-why .about-block ul {
  padding-left: 0px;
}
.corbett-about-why .about-block ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.corbett-about-why .about-block ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35a";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}
.corbett-about-why .about-block h3 {
  font-size: 34px;
  font-weight: 800;
  color: #96761f;
  margin-bottom: 20px;
}
.corbett-about-why .about-block p {
  font-size: 16px;
  color: #2a3234;
  line-height: 1.8;
  margin-bottom: 15px;
}
.corbett-about-why .experience-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
  background: #ffffff;
  padding: 16px 22px;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.corbett-about-why .experience-badge i {
  font-size: 34px;
  color: #2a3234;
}
.corbett-about-why .experience-badge h5 {
  margin: 0;
  font-weight: 700;
  color: #96761f;
}
.corbett-about-why .experience-badge span {
  font-size: 13px;
  color: #2a3234;
}
.corbett-about-why .about-image-wrap img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}
.corbett-about-why .why-features {
  margin-top: 60px;
}
.corbett-about-why .why-card {
  background: #ffffff;
  padding: 30px 22px;
  border-radius: 22px;
  text-align: center;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}
.corbett-about-why .why-card i {
  font-size: 34px;
  color: #2a3234;
  margin-bottom: 15px;
}
.corbett-about-why .why-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #96761f;
  margin-bottom: 8px;
}
.corbett-about-why .why-card p {
  font-size: 16px;
  color: #2a3234;
  margin: 0;
  line-height: 1.6;
}
.corbett-about-why .why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .corbett-about-why h2 {
    font-size: 32px;
  }
  .corbett-about-why .about-block h3 {
    font-size: 28px;
  }
}

/* About + Why Choose Us */
.corbett-about-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}
.corbett-about-section .section-header {
  max-width: 720px;
  margin: 0 auto 60px;
}
.corbett-about-section .section-header .section-tag {
  display: inline-block;
  background: rgba(38, 155, 214, 0.1);
  color: #2a3234;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.corbett-about-section .section-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #96761f;
  margin-bottom: 15px;
}
.corbett-about-section .section-header p {
  color: #2a3234;
  font-size: 16px;
}
.corbett-about-section .about-image-grid {
  position: relative;
}
.corbett-about-section .about-image-grid .img-main {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
.corbett-about-section .about-image-grid .img-overlay-card {
  position: absolute;
  bottom: -30px;
  left: 30px;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 15px;
  align-items: center;
}
.corbett-about-section .about-image-grid .img-overlay-card i {
  font-size: 34px;
  color: #2a3234;
}
.corbett-about-section .about-image-grid .img-overlay-card h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #96761f;
}
.corbett-about-section .about-image-grid .img-overlay-card p {
  margin: 0;
  font-size: 16px;
  color: #2a3234;
}
.corbett-about-section .about-content h3 {
  font-size: 36px;
  font-weight: 800;
  color: #96761f;
  margin-bottom: 30px;
}
.corbett-about-section .about-features .feature-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  gap: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s;
}
.corbett-about-section .about-features .feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
.corbett-about-section .about-features .feature-box:hover .icon {
  background: #2a3234;
  color: #ffffff;
}
.corbett-about-section .about-features .feature-box .icon {
  min-width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(38, 155, 214, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2a3234;
  transition: 0.3s;
}
.corbett-about-section .about-features .feature-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #96761f;
}
.corbett-about-section .about-features .feature-box p {
  font-size: 16px;
  color: #2a3234;
  margin: 0;
}

/* Vision & Mission */
.corbett-vision-section {
  background: #f5f9f8;
}
.corbett-vision-section .about-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #96761f;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.corbett-vision-section .about-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #96761f;
}
.corbett-vision-section .about-title span {
  color: #2a3234;
}
.corbett-vision-section .vision-mission-box {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.corbett-vision-section .vision-mission-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
.corbett-vision-section .vision-mission-box i {
  font-size: 42px;
  color: #2a3234;
  margin-bottom: 12px;
  display: block;
}
.corbett-vision-section .vision-mission-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #96761f;
}
.corbett-vision-section .vision-mission-box p {
  font-size: 16px;
  color: #2a3234;
  margin: 0;
}

/* Team Section */
.corbett-team-section {
  padding: 80px 0;
}
.corbett-team-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.corbett-team-section .section-header h2 {
  color: #96761f;
  font-size: 38px;
}
.corbett-team-section .team-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}
.corbett-team-section .team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
.corbett-team-section .team-card img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.corbett-team-section .team-card .team-info {
  text-align: center;
  padding: 20px;
}
.corbett-team-section .team-card .team-info h5 {
  font-size: 18px;
  font-weight: 700;
  color: #96761f;
  margin-bottom: 6px;
}
.corbett-team-section .team-card .team-info p {
  font-size: 14px;
  color: #2a3234;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .about-features, .vision-mission-box {
    grid-template-columns: 1fr;
  }
  h2 {
    font-size: 32px;
  }
}
/* =========================
   ABOUT CORBETT
========================= */
.corbett-about {
  background: #ffffff;
}
.corbett-about .common-heading {
  margin-bottom: 35px;
}
.corbett-about p {
  font-size: 16px;
  line-height: 1.9;
  color: #2a3234;
  margin-bottom: 18px;
}
.corbett-about p strong {
  color: #96761f;
  font-weight: 600;
}

/* =========================
   CORBETT HIGHLIGHTS
========================= */
.corbett-highlights {
  background: #ffffff;
}
.corbett-highlights .highlight-card {
  background: #ffffff;
  padding: 35px 30px;
  text-align: center;
  border-radius: 18px;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.corbett-highlights .highlight-card i {
  font-size: 40px;
  color: #2a3234;
  margin-bottom: 18px;
}
.corbett-highlights .highlight-card h5 {
  font-weight: 600;
  color: #96761f;
  margin-bottom: 10px;
}
.corbett-highlights .highlight-card p {
  font-size: 16px;
  color: #2a3234;
  margin: 0;
}
.corbett-highlights .highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.15);
}

/* =========================
   LANDSCAPE & WILDLIFE
========================= */
.corbett-landscape {
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), url("./img/banner-4.png") center/cover no-repeat;
}
.corbett-landscape .common-heading {
  margin-bottom: 20px;
}
.corbett-landscape p {
  font-size: 16px;
  line-height: 1.9;
  color: #2a3234;
  max-width: 500px;
}
.corbett-landscape img {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.corbett-jim {
  background: #ffffff;
  /* IMAGE */
  /* INTRO CONTENT */
  /* TIMELINE */
  /* FULL CONTENT */
}
.corbett-jim .common-heading {
  margin-bottom: 60px;
}
.corbett-jim .jim-image img {
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}
.corbett-jim .jim-intro p {
  font-size: 16px;
  line-height: 1.9;
  color: #2a3234;
  margin-bottom: 18px;
}
.corbett-jim .jim-intro p strong {
  color: #96761f;
  font-weight: 600;
}
.corbett-jim .timeline-row .timeline-box {
  background: #ffffff;
  padding: 30px;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  border-left: 3px solid #2a3234;
}
.corbett-jim .timeline-row .timeline-box span {
  font-size: 25px;
  font-weight: 700;
  color: #2a3234;
  display: block;
  margin-bottom: 10px;
}
.corbett-jim .timeline-row .timeline-box h6 {
  font-weight: 600;
  color: #96761f;
  margin-bottom: 8px;
}
.corbett-jim .timeline-row .timeline-box p {
  font-size: 16px;
  color: #2a3234;
  margin: 0;
}
.corbett-jim .timeline-row .timeline-box:hover {
  transform: translateY(-8px);
}
.corbett-jim .jim-full-content {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 35px;
}
.corbett-jim .jim-full-content p {
  margin: 0 auto 18px;
  font-size: 16px;
  line-height: 1.85;
  color: #2a3234;
}
.corbett-jim .jim-full-content2 {
  padding-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.corbett-jim .jim-full-content2 p {
  margin: 0 auto 18px;
  font-size: 16px;
  line-height: 1.85;
  color: #2a3234;
}

/* ============================
   CORBETT FACTS SECTION
============================ */
.corbett-facts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.corbett-facts li {
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #2a3234;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.corbett-facts li:last-child {
  border-bottom: none;
}
.corbett-facts li strong {
  color: #96761f;
  font-weight: 600;
}

.corbett-ctaa {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)), url("./img/banner-4.png") center/cover no-repeat;
}
.corbett-ctaa .cta-content {
  max-width: 720px;
  margin: auto;
  color: #ffffff;
}
.corbett-ctaa h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
.corbett-ctaa p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
  line-height: 1.7;
}
.corbett-ctaa .common-btn {
  padding: 14px 36px;
  font-size: 16px;
  border-radius: 50px;
  background: #2a3234;
  color: #ffffff;
  transition: all 0.35s ease;
}
.corbett-ctaa .common-btn:hover {
  background: rgb(23.770212766, 28.2978723404, 29.429787234);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
  .corbett-cta {
    padding: 70px 0;
  }
  .corbett-cta h2 {
    font-size: 30px;
  }
  .corbett-cta p {
    font-size: 16px;
  }
}
.resort-listing-v2 {
  background: #ffffff;
}

/* Resort Card V2 */
.resort-card-v2 {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: 0.35s ease;
}
.resort-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.14);
}
.resort-card-v2 .resort-img {
  position: relative;
}
.resort-card-v2 .resort-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.resort-card-v2 .resort-img .price-tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #2a3234;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}
.resort-card-v2 .resort-content {
  padding: 22px;
}
.resort-card-v2 .resort-content h5 {
  font-weight: 600;
  color: #96761f;
  margin-bottom: 10px;
}
.resort-card-v2 .resort-content p {
  font-size: 16px;
  color: #2a3234;
  line-height: 1.6;
  margin-bottom: 18px;
}
.resort-card-v2 .resort-content .resort-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resort-card-v2 .resort-content .resort-footer .meta {
  font-size: 13px;
  color: #2a3234;
  font-weight: 500;
}
.resort-card-v2 .resort-content .resort-btn {
  background: #2a3234;
  color: #fff;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.resort-card-v2 .resort-content .resort-btn:hover {
  background-color: #96761f;
}

/* Sidebar V2 */
.safari-side {
  padding: 0px !important;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 26px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
}

.sidebar-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 12px;
  margin-bottom: 26px;
  margin-top: 26px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
}
.sidebar-box h4 {
  font-weight: 600;
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
  background-color: #000;
  border-radius: 10px 10px 0px 0px;
  padding: 8px 16px;
}
.sidebar-box a {
  color: #2a3234;
}
.sidebar-box h5 {
  font-weight: 600;
  color: #96761f;
  border-bottom: 1px solid #ffffff;
}

.enquiry-form {
  z-index: 9;
  position: sticky;
  top: 30px;
}
.enquiry-form .sidebar-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 26px;
  margin-top: 26px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.08);
}
@media (max-width: 800px) {
  .enquiry-form .sidebar-box {
    padding: 9px;
  }
}
.enquiry-form .sidebar-box h4 {
  font-weight: 600;
  color: #96761f;
  border-bottom: 1px solid #ffffff;
}
.enquiry-form .sidebar-box a {
  color: #2a3234;
}
.enquiry-form .sidebar-box h5 {
  font-weight: 600;
  color: #96761f;
  border-bottom: 1px solid #ffffff;
}
.enquiry-form .resort-btn {
  background: #2a3234;
  color: #fff;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.enquiry-form .resort-btn:hover {
  background-color: #96761f;
}
.enquiry-form .contact-list li {
  color: #2a3234;
}

/* Quick Enquiry Form */
.quick-enquiry-form label {
  width: 100%;
}
.quick-enquiry-form input,
.quick-enquiry-form select {
  width: 100%;
  border: 1px solid #2a3234;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 3px;
}
.quick-enquiry-form input:focus,
.quick-enquiry-form select:focus {
  outline: none;
  border-color: #2a3234;
}
.quick-enquiry-form textarea {
  width: 99%;
  resize: none;
  height: 100px;
  border: 1px solid gainsboro;
  border-radius: 12px;
  padding: 8px 8px;
}
.quick-enquiry-form button {
  margin-top: 8px;
}
.quick-enquiry-form label {
  color: #2a3234;
  display: inline-block;
}
.quick-enquiry-form p {
  color: #2a3234;
  margin-bottom: 5px;
}
.quick-enquiry-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #96761f;
  color: #ffffff;
  font-size: 22px;
}
.quick-enquiry-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #2a3234;
}

/* Contact */
.contact-wrapper .contact-list {
  list-style: none;
  padding: 0;
}
.contact-wrapper .contact-list a {
  color: #2a3234;
}
.contact-wrapper .contact-list li {
  font-size: 14px;
  color: #2a3234;
  margin-bottom: 12px;
}
.contact-wrapper .contact-list li a {
  color: #2a3234;
}
.contact-wrapper .contact-list li i {
  color: #2a3234;
  margin-right: 8px;
}
.contact-wrapper .contact-list li i a {
  color: #2a3234;
}

.resort-grid-section {
  background: #ffffff;
}
.resort-grid-section h4 {
  color: #96761f;
}

/* Resort Card */
.resort-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}
.resort-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.15);
}

.resort-media {
  position: relative;
}
.resort-media img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.resort-media .resort-price {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: #2a3234;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.resort-info {
  padding: 22px;
}

.resort-title {
  font-weight: 600;
  color: #96761f;
  margin-bottom: 8px;
}
.resort-title a {
  color: #96761f;
}

.resort-desc {
  font-size: 16px;
  color: #2a3234;
  line-height: 1.6;
  margin-bottom: 18px;
}

.resort-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resort-meta {
  font-size: 16px;
  color: #2a3234;
  font-weight: 500;
}

/* Buttons */
.btn-resort {
  background: #2a3234;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-resort:hover {
  background: #2a3234, 8%;
  color: #ffffff;
}

/* Sidebar */
.resort-sidebar .sidebar-card {
  background: #ffffff;
  z-index: 99;
  padding: 26px;
  border-radius: 22px;
  margin-bottom: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}
.resort-sidebar .sidebar-title {
  font-weight: 600;
  color: #96761f;
  margin-bottom: 18px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}

/* Enquiry Form */
.enquiry-form input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  text-transform: uppercase;
}
.enquiry-form input,
.enquiry-form select {
  width: 100%;
  border: 1px solid gainsboro;
  border-radius: 14px;
  padding: 3px 14px;
  font-size: 14px;
  margin-bottom: 6px;
}
.enquiry-form input:focus,
.enquiry-form select:focus {
  outline: none;
  border-color: #2a3234;
}
.enquiry-form textarea {
  resize: none;
}

/* Help List */
.help-list {
  list-style: none;
  padding: 0;
}
.help-list li {
  font-size: 14px;
  color: #2a3234;
  margin-bottom: 12px;
}
.help-list li i {
  color: #2a3234;
  margin-right: 8px;
}

.resort-overlay {
  text-align: right;
}

.resort-card-luxury {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.5s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.resort-card-luxury:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.resort-card-luxury:hover .resort-image img {
  transform: scale(1.12);
  filter: brightness(0.8);
}
.resort-card-luxury:hover .resort-overlay {
  opacity: 1;
  text-align: right;
}
.resort-card-luxury .resort-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.resort-card-luxury .resort-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.resort-card-luxury .resort-image .resort-price {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #2a3234;
  color: #ffffff;
  padding: 6px 14px;
  font-weight: 600;
  border-radius: 50px;
  font-size: 14px;
  z-index: 2;
}
.resort-card-luxury .resort-image .resort-overlay {
  position: absolute;
  inset: 0;
  background: rgba(38, 155, 214, 0.6);
  display: flex;
  align-items: right;
  justify-content: right;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
  text-align: right;
}
.resort-card-luxury .resort-info {
  padding: 20px;
}
.resort-card-luxury .resort-info .resort-title {
  font-size: 20px;
  font-weight: 700;
  color: #96761f;
  margin-bottom: 12px;
}
.resort-card-luxury .resort-info .resort-desc {
  font-size: 16px;
  color: #2a3234;
  line-height: 1.6;
  margin-bottom: 15px;
}
.resort-card-luxury .resort-info .resort-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.resort-card-luxury .resort-info .resort-tags span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #96761f;
  background: #ffffff;
  padding: 4px 10px;
  border-radius: 50px;
}
.resort-card-luxury .resort-info .resort-tags span i {
  color: #2a3234;
}

.corbett-tour-packages {
  background: #ffffff;
  /* CONTENT BOX */
}
.corbett-tour-packages .tour-card {
  background: #ffffff;
  border-radius: 18px;
  margin: 10px 5px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}
.corbett-tour-packages .tour-card .tour-high {
  color: #96761f;
}
.corbett-tour-packages .tour-card a {
  text-decoration: none;
  color: inherit;
}
.corbett-tour-packages .tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}
.corbett-tour-packages .tour-card:hover img {
  transform: scale(1.12);
}
.corbett-tour-packages .tour-card:hover .tour-link {
  color: #2a3234;
}
.corbett-tour-packages .tour-card .tour-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.corbett-tour-packages .tour-card .tour-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.corbett-tour-packages .tour-card .tour-img .tour-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #2a3234;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 600;
}
.corbett-tour-packages .tour-card .tour-content {
  padding: 20px;
}
.corbett-tour-packages .tour-card .tour-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: #96761f;
  margin-bottom: 8px;
}
.corbett-tour-packages .tour-card .tour-content .tour-link {
  font-size: 14px;
  font-weight: 600;
  color: #2a3234;
  transition: 0.3s ease;
}
.corbett-tour-packages .tour-content-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.corbett-tour-packages .tour-content-box h3 {
  font-size: 28px;
  font-weight: 600;
  color: #96761f;
  margin-bottom: 20px;
}
.corbett-tour-packages .tour-content-box h4 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  color: #96761f;
}
.corbett-tour-packages .tour-content-box p {
  color: #2a3234;
  line-height: 1.8;
  margin-bottom: 15px;
}
.corbett-tour-packages .tour-content-box ul {
  padding-left: 18px;
  margin-bottom: 20px;
}
.corbett-tour-packages .tour-content-box ul li {
  color: #2a3234;
  margin-bottom: 8px;
  position: relative;
}
.corbett-tour-packages .tour-content-box ul li::marker {
  color: #2a3234;
}

.corbett-gallery {
  background: #ffffff;
}
.corbett-gallery .cus-row {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 576px) {
  .corbett-gallery .cus-row {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.corbett-gallery .cus-row .cus-col {
  margin-bottom: 20px;
}
.corbett-gallery .subtitle {
  max-width: 720px;
  margin: auto;
  color: #2a3234;
  font-size: 15px;
}
.corbett-gallery .gallery-card {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
}
.corbett-gallery .gallery-card.tall {
  height: 380px;
}
.corbett-gallery .gallery-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease;
}
.corbett-gallery .gallery-card .gallery-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}
.corbett-gallery .gallery-card .gallery-overlay span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transform: translateY(10px);
  transition: 0.4s ease;
}
.corbett-gallery .gallery-card:hover {
  transform: translateY(-8px);
}
.corbett-gallery .gallery-card:hover img {
  transform: scale(1.12);
}
.corbett-gallery .gallery-card:hover .gallery-overlay {
  opacity: 1;
}
.corbett-gallery .gallery-card:hover .gallery-overlay span {
  transform: translateY(0);
}

/* contact us section start here */
.contact-wrapper {
  max-width: 1000px;
  margin: 2px auto 50px auto;
  background: #2a3234;
  color: #fff;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  /* LEFT SIDE */
  /* RIGHT SIDE */
}
.contact-wrapper .contact-left,
.contact-wrapper .contact-right {
  padding: 40px;
  flex: 1 1 50%;
}
.contact-wrapper .contact-left h1 {
  font-weight: 600;
  line-height: 1.5;
  color: #96761f;
}
.contact-wrapper .contact-left h2 span {
  color: var(--black);
}
.contact-wrapper .contact-left .info-block {
  margin-top: 30px;
}
.contact-wrapper .contact-left .info-block p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
}
.contact-wrapper .contact-left .info-block p i {
  color: #ffffff;
  margin-right: 10px;
}
.contact-wrapper .contact-left .social-icons {
  text-align: center;
  margin-top: 15px;
}
.contact-wrapper .contact-left .social-icons a {
  text-align: center;
  margin-right: 25px;
  font-size: 22px;
  color: #fff;
  transition: 0.3s ease;
}
.contact-wrapper .contact-left .social-icons a:hover {
  color: #96761f;
}
.contact-wrapper .contact-right {
  background-color: #f6f6f6;
  color: #000;
  border-radius: 20px 0 0 20px;
}
.contact-wrapper .contact-right textarea {
  height: 100px;
}
.contact-wrapper .contact-right input:not([type=submit]),
.contact-wrapper .contact-right textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  margin-bottom: 26px;
  padding: 8px 0;
}
.contact-wrapper .contact-right input:not([type=submit]):focus,
.contact-wrapper .contact-right textarea:focus {
  outline: none;
  border-color: #96761f;
  box-shadow: none;
}
.contact-wrapper .contact-right .interest-btns button {
  background: #e5e5e5;
  border: none;
  border-radius: 6px;
  padding: 6px 16px;
  margin: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact-wrapper .contact-right .interest-btns button.active {
  background-color: #96761f;
  color: #fff;
}

/* BUTTON */
.btn-custom {
  background-color: #96761f;
  color: white;
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn-custom:hover {
  background-color: #2a3234;
  color: #ffffff;
  transform: translateY(-2px);
}

/* FOOTER SOCIAL */
.footer-info .social a {
  color: #ffffff;
  margin: 5px 8px;
  transition: 0.3s ease;
}
.footer-info .social a:hover {
  color: #96761f;
}

/* contact us section end here */
.safari-about li {
  position: relative;
  list-style: none;
  padding-left: 23px;
  line-height: 1.9;
}
.safari-about li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}
.safari-about h2 {
  font-size: 34px;
  font-weight: 700;
  color: #96761f;
}
.safari-about p {
  line-height: 1.9;
}

.resort-details-section span.policiesTitle.latoBlack.font13 {
  color: #96761f;
  font-size: 21px;
}
.resort-details-section .policiesRow p {
  margin-bottom: 5px;
}
.resort-details-section .price-tag {
  position: relative;
  border: 5px solid #96761f;
  border-radius: 8px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: #ffffff;
  padding: 23px 20px;
}
.resort-details-section .price-tag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  width: 19px;
  height: 18px;
  background-color: #96761f;
  border-radius: 25px;
  transform: translateX(-50%);
}
.resort-details-section .price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 6px;
  height: 7px;
  background-color: #ededed;
  border-radius: 25px;
  transform: translateX(-50%);
}
.resort-details-section .price-tag h3 {
  margin: 0;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.resort-details-section .price-tag h3 .price-high {
  color: #96761f;
}
.resort-details-section .price-tag h3 .per-price {
  font-size: 16px;
}

.resort-details-section {
  background-color: #ededed;
}
.resort-details-section h4 {
  color: #96761f;
  margin-top: 15px;
}
.resort-details-section h3 {
  font-size: 23px;
}
.resort-details-section h3 .price-high {
  color: #96761f;
  font-size: 23px;
}

.hotel-about {
  margin-top: 15px;
}

.hotel-detail h3, .hotel-about h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
}
.hotel-detail p, .hotel-about p {
  line-height: 1.9;
}

.resort-detail {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 14px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .resort-detail {
    padding: 16px;
    margin: 20px 2px;
  }
}
.resort-detail .resort-hero {
  position: relative;
}
.resort-detail .resort-hero img {
  width: 100%;
  display: block;
}
.resort-detail .resort-hero .hero-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #96761f;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.resort-detail .resort-hero .hero-overlay h2 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #2a3234;
}
.resort-detail .resort-hero .hero-overlay p {
  margin: 0;
}
.resort-detail .resort-about h2, .resort-detail .resort-about h3 {
  font-size: 25px;
  color: #96761f;
}
.resort-detail .resort-about tbody, .resort-detail .resort-about td, .resort-detail .resort-about tfoot, .resort-detail .resort-about th, .resort-detail .resort-about thead {
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  padding: 5px;
}
.resort-detail .resort-about ul {
  padding-left: 0px;
}
.resort-detail .resort-about ul li {
  list-style: none;
  padding-left: 26px;
  position: relative;
  line-height: 1.9;
}
.resort-detail .resort-about ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}
.resort-detail .resort-about p {
  margin-bottom: 8px;
}
.resort-detail .resort-abouts {
  padding: 30px 20px;
}
@media (max-width: 680px) {
  .resort-detail .resort-abouts {
    padding: 20px 10px;
  }
}
.resort-detail .resort-abouts .nav {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 25px;
}
.resort-detail .resort-abouts .nav li {
  list-style: none;
  position: relative;
}
.resort-detail .resort-abouts .nav li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #96761f;
  padding: 12px 5px;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease;
  /* Active Tab */
}
.resort-detail .resort-abouts .nav li a:hover {
  color: #2a3234;
}
.resort-detail .resort-abouts .nav li a.active-btn a {
  color: #2a3234;
}
.resort-detail .resort-abouts .nav li a.active-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #2a3234;
  border-radius: 5px;
}
.resort-detail .resort-abouts .resort-about, .resort-detail .resort-abouts .resort-tariff, .resort-detail .resort-abouts .resort-gallery {
  padding: 30px 20px;
}
.resort-detail .resort-abouts .resort-about h3, .resort-detail .resort-abouts .resort-tariff h3, .resort-detail .resort-abouts .resort-gallery h3 {
  color: #2a3234;
  margin-bottom: 20px;
}
.resort-detail .resort-abouts .resort-about p, .resort-detail .resort-abouts .resort-tariff p, .resort-detail .resort-abouts .resort-gallery p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.resort-detail .resort-abouts .highlight {
  background: #96761f;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: 600;
}
.resort-detail .resort-abouts .tariff-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.resort-detail .resort-abouts .tariff-table th, .resort-detail .resort-abouts .tariff-table td {
  text-align: center;
  padding: 12px 10px;
  border-radius: 8px;
}
.resort-detail .resort-abouts .tariff-table thead {
  background: #2a3234;
  color: #fff;
}
.resort-detail .resort-abouts .tariff-table tbody tr {
  background: #f6f6f6;
}
.resort-detail .resort-abouts .tab-content h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #96761f;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.resort-detail .resort-abouts .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}
.resort-detail .resort-abouts .gallery-grid a img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.resort-detail .resort-abouts .gallery-grid a img:hover {
  transform: scale(1.05);
}
.resort-detail .resort-abouts .tab-content a {
  color: #96761f;
  font-weight: 600;
}
.resort-detail .resort-abouts .tab-content ul {
  padding-left: 0px;
}
.resort-detail .resort-abouts .tab-content li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  line-height: 1.9;
}
.resort-detail .resort-abouts .tab-content li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}
.resort-detail .resort-abouts .tab-content .tab-pane ul._FacilitiesByHotel.facilityList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resort-detail .resort-abouts .tab-content .tab-pane ul._FacilitiesByHotel.facilityList li {
  text-align: center;
}
.resort-detail .resort-abouts .tab-content .tab-pane ul._FacilitiesByHotel.facilityList li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35a";
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0px;
}
.resort-detail .enquiry-card {
  background: #96761f;
  color: #ffffff;
  border-radius: 12px;
  padding: 12px;
  top: 20px;
}
.resort-detail .enquiry-card .price-tag {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.resort-detail .enquiry-card .form-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.resort-detail h2, .resort-detail h3 {
  font-size: 24px;
  font-weight: 700;
}

.corbett-hero {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}
.corbett-hero .corbett-hero-content .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(42, 50, 52, 0.1);
  color: #2a3234;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.corbett-hero .corbett-hero-content h1 {
  font-size: 35px;
  font-weight: 800;
  color: #96761f;
  line-height: 1.2;
  margin-bottom: 20px;
}
.corbett-hero .corbett-hero-content p {
  color: #2a3234;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 25px;
}
.corbett-hero .corbett-hero-content .hero-highlights {
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.corbett-hero .corbett-hero-content .hero-highlights li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #96761f;
  font-weight: 600;
}
.corbett-hero .corbett-hero-content .hero-highlights li i {
  color: #2a3234;
}
.corbett-hero .corbett-hero-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
.corbett-hero .corbett-hero-media img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.corbett-hero .corbett-hero-media .media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55));
}
.corbett-hero .corbett-hero-media .floating-info {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.corbett-hero .corbett-hero-media .floating-info h5 {
  font-size: 13px;
  color: #2a3234;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.corbett-hero .corbett-hero-media .floating-info p {
  font-size: 22px;
  font-weight: 800;
  color: #2a3234;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .corbett-hero {
    padding: 70px 0;
  }
  .corbett-hero .corbett-hero-content h1 {
    font-size: 36px;
  }
  .corbett-hero .hero-highlights {
    flex-wrap: wrap;
    gap: 15px;
  }
  .corbett-hero .corbett-hero-media img {
    height: 420px;
  }
}
.jeep-safari ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.jeep-safari ul li p {
  margin-bottom: 8px;
}
.jeep-safari ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35a";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}

/* ===============================
   BLOG DETAIL PAGE
================================ */
.blog-details-section {
  background: #ffffff;
  /* ===============================
     SIDEBAR
  ================================ */
}
.blog-details-section a {
  color: #96761f;
}
@media (max-width: 576px) {
  .blog-details-section a {
    padding: 10px;
  }
}
.blog-details-section .blog-detail-image {
  /* Date */
  /* Blog Content */
}
.blog-details-section .blog-detail-image img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
}
.blog-details-section .blog-detail-image > span, .blog-details-section .blog-detail-image > p:first-of-type {
  font-size: 16px;
  color: #2a3234;
  display: block;
  margin-bottom: 15px;
}
.blog-details-section .blog-detail-image p {
  font-size: 16px;
  line-height: 1.9;
  color: #2a3234;
  margin-bottom: 18px;
}
.blog-details-section .blog-detail-image h2, .blog-details-section .blog-detail-image h3, .blog-details-section .blog-detail-image h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #96761f;
}
.blog-details-section .blog-detail-image ul {
  margin-bottom: 20px;
}
.blog-details-section .blog-detail-image ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3234;
  margin-bottom: 8px;
  padding-left: 26px;
  position: relative;
}
.blog-details-section .blog-detail-image ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}
.blog-details-section .right-side {
  position: sticky;
  top: 90px;
}
.blog-details-section .modern-sidebar {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.blog-details-section .modern-sidebar .heading-section {
  margin-bottom: 20px;
}
.blog-details-section .modern-sidebar .heading-section h5 {
  font-size: 18px;
  font-weight: 600;
  color: #96761f;
  position: relative;
  padding-bottom: 10px;
}
.blog-details-section .modern-sidebar .heading-section h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #2a3234;
  border-radius: 4px;
}
.blog-details-section .modern-sidebar .featurred {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.blog-details-section .modern-sidebar .card-box {
  display: flex;
  gap: 12px;
  align-items: center;
}
.blog-details-section .modern-sidebar .card-box img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-details-section .modern-sidebar .card-box h5 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #2a3234;
  transition: 0.3s;
}
.blog-details-section .modern-sidebar .card-box h5:hover {
  color: #2a3234;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .blog-details-section .right-side {
    position: static;
    margin-top: 40px;
  }
}
/* ===============================
   CORBETT BLOG – EDITORIAL STYLE
================================ */
.corbett-about-content {
  margin: auto;
  font-size: 16px;
  line-height: 1.85;
  color: #2a3234;
  /* Headings */
  /* Ordered List */
  /* Special Highlight Paragraphs */
}
.corbett-about-content ul li {
  list-style: none;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.corbett-about-content ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35a";
  color: #96761f;
  position: absolute;
  top: 3px;
  left: 0px;
}
.corbett-about-content .wedding-top-para {
  background: rgba(150, 118, 45, 0.1803921569);
  padding: 20px 24px;
  border-left: 4px solid #2a3234;
  border-radius: 8px;
  color: #2a3234;
}
.corbett-about-content p {
  margin-bottom: 22px;
}
.corbett-about-content strong {
  color: #96761f;
  font-weight: 600;
}
.corbett-about-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #96761f;
  margin: 45px 0 18px;
  letter-spacing: 0.3px;
}
.corbett-about-content h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #2a3234;
  margin-top: 10px;
  border-radius: 2px;
}
.corbett-about-content ol {
  margin: 30px 0 35px;
  padding-left: 0;
  counter-reset: safari;
}
.corbett-about-content ol li {
  list-style: none;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
  color: #2a3234;
}
.corbett-about-content ol li::before {
  counter-increment: safari;
  content: counter(safari);
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background: #2a3234;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corbett-about-content ol li strong {
  display: block;
  font-size: 16px;
  color: #96761f;
  margin-bottom: 4px;
}
.corbett-about-content p strong:first-child {
  background: rgba(44, 53, 58, 0.08);
  padding: 3px 6px;
  border-radius: 4px;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 767px) {
  .corbett-about-content {
    font-size: 15px;
  }
  .corbett-about-content h3 {
    font-size: 20px;
    margin-top: 35px;
  }
  .corbett-about-content ol li {
    padding-left: 48px;
  }
  .corbett-about-content ol li::before {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
/* ===============================
   CORBETT WEDDING CONTENT
================================ */
.corbett-wedding-content.common-space ul li {
  list-style: none;
}

.corbett-wedding-content {
  margin: auto;
  font-size: 16px;
  line-height: 1.9;
  color: #2a3234;
  /* Headings */
  /* Lists */
  /* Highlight intro paragraph */
  /* Practical note */
}
.corbett-wedding-content .wedding-top-para {
  background: rgba(150, 118, 45, 0.1803921569);
  padding: 20px 24px;
  border-left: 4px solid #2a3234;
  border-radius: 8px;
  color: #2a3234;
}
.corbett-wedding-content p {
  margin-bottom: 20px;
  font-size: 18px;
}
.corbett-wedding-content strong {
  color: #96761f;
  font-weight: 600;
}
.corbett-wedding-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #96761f;
  margin: 17px 0 10px;
  text-align: left;
  position: relative;
  padding-bottom: 12px;
}
.corbett-wedding-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #2a3234, light(#2a3234, 20%));
  border-radius: 3px;
}
.corbett-wedding-content ul {
  margin: 25px 0 35px;
  padding: 0;
  list-style: none;
}
.corbett-wedding-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #2a3234;
}
.corbett-wedding-content ul li::before {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #2a3234;
}
.corbett-wedding-content ul li strong {
  color: #96761f;
}
.corbett-wedding-content > p:first-of-type {
  font-size: 17px;
  background: linear-gradient(135deg, rgba(151, 113, 30, 0.08), rgba(184, 156, 34, 0.03));
  padding: 22px 26px;
  border-radius: 14px;
  color: #2a3234;
}
.corbett-wedding-content h3 + p:last-of-type {
  background: rgba(150, 118, 45, 0.1803921569);
  padding: 20px 24px;
  border-left: 4px solid #2a3234;
  border-radius: 8px;
  color: #2a3234;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 767px) {
  .corbett-wedding-content {
    font-size: 15px;
  }
  .corbett-wedding-content h3 {
    font-size: 21px;
    margin-top: 35px;
  }
  .corbett-wedding-content > p:first-of-type {
    font-size: 15px;
    padding: 18px;
  }
}
.corbett-entry-guide {
  background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 100%);
  padding: 80px 0;
  /* ================= Heading ================= */
  /* ================= Intro ================= */
  /* ================= Entry Cards ================= */
  /* ================= Formalities List ================= */
  /* ================= Tip Text ================= */
  /* ================= Table ================= */
  /* ================= Checklist ================= */
  /* ================= Responsive ================= */
}
.corbett-entry-guide .common-heading {
  max-width: 850px;
  margin: 0 auto 8px;
}
.corbett-entry-guide .common-heading h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #1f2d3d;
}
.corbett-entry-guide .common-heading p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #5f6c7b;
}
.corbett-entry-guide .intro-text {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
.corbett-entry-guide .intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #445566;
}
.corbett-entry-guide .entry-card {
  position: relative;
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  margin-bottom: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.corbett-entry-guide .entry-card ul li {
  list-style: none;
}
.corbett-entry-guide .entry-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #96761f, #c9a441);
}
.corbett-entry-guide .entry-card h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #1f2d3d;
}
.corbett-entry-guide .entry-card.highlight {
  background: linear-gradient(135deg, #fffaf0, #ffffff);
}
.corbett-entry-guide .formalities-list {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
}
.corbett-entry-guide .formalities-list li {
  position: relative;
  padding-left: 52px;
  margin-bottom: 24px;
}
.corbett-entry-guide .formalities-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #96761f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.corbett-entry-guide .formalities-list li strong {
  display: block;
  font-size: 16px;
  color: #1f2d3d;
}
.corbett-entry-guide .formalities-list li p {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.6;
  color: #445566;
}
.corbett-entry-guide .tip-text {
  font-size: 14px;
  margin-bottom: 18px;
  color: #6b7280;
  font-style: italic;
}
.corbett-entry-guide .table-responsive {
  overflow-x: auto;
}
.corbett-entry-guide .zone-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.corbett-entry-guide .zone-table thead th {
  background: #1f2d3d;
  color: #ffffff;
  padding: 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 6px;
  white-space: nowrap;
}
.corbett-entry-guide .zone-table tbody tr {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.corbett-entry-guide .zone-table tbody tr:hover {
  transform: translateY(-3px);
}
.corbett-entry-guide .zone-table tbody tr td {
  padding: 14px;
  font-size: 15px;
  color: #445566;
}
.corbett-entry-guide .zone-table tbody tr td:first-child {
  font-weight: 600;
  color: #96761f;
}
.corbett-entry-guide .entry-card.checklist ul {
  list-style: none;
  padding: 0;
}
.corbett-entry-guide .entry-card.checklist li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #445566;
}
.corbett-entry-guide .entry-card.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #96761f;
}
.corbett-entry-guide .entry-card.checklist li::after {
  content: "✓";
  position: absolute;
  left: 6px;
  top: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .corbett-entry-guide {
    padding: 60px 0;
  }
  .corbett-entry-guide .common-heading h2 {
    font-size: 30px;
  }
  .corbett-entry-guide .entry-card {
    padding: 25px;
  }
  .corbett-entry-guide .formalities-list li {
    padding-left: 46px;
  }
}
@media (max-width: 576px) {
  .corbett-entry-guide .common-heading h2 {
    font-size: 26px;
  }
  .corbett-entry-guide .intro-text p {
    font-size: 15px;
  }
  .corbett-entry-guide .zone-table {
    font-size: 14px;
  }
}

.common-page ul, .common-page ol {
  padding-left: 0;
  margin-left: 0;
}

.common-page h4 {
  font-size: 21px;
}
.common-page h2, .common-page h3, .common-page h4, .common-page h5 {
  color: #96761f;
}

.main-conts-bottom h2, .main-conts-bottom h3, .main-conts-bottom h4, .main-conts-bottom h5 {
  color: #96761f;
  margin-bottom: 10px;
  margin-top: 15px;
}
.main-conts-bottom ul {
  padding-left: 0;
}
.main-conts-bottom ul li {
  padding-left: 20px;
  margin-left: 3px;
  line-height: 1.8;
  position: relative;
}
.main-conts-bottom ul li:before {
  position: absolute;
  left: 0;
  color: #96761f;
  font-size: 16px;
  content: "\f00c";
  font-family: "fontawesome";
}/*# sourceMappingURL=style.css.map */