/*
Template Name: Eco Wildlife Tour
Template URL: https://www.wimraw.com/Eco_Wild_Life_Tour
Description: Eco Wild Life Tour -  Travel Agency & Tour Booking HTML Template
Author: Wimraw
Made With Love By : Khitikrishna, KrishnaPallvi, Jyotirani, Arjun
Author URI: https://www.wimraw.com
Version: 1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&amp;family=Tenor+Sans&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+QLD:wght@100..400&display=swap');

/*=================================
   01. Theme Base
==================================*/
:root {
  --theme-color: #ff1a53;
  --theme-color2: #37d4d9;
  --secondary-color: #111330;
  --title-color: #1c1c1c;
  --body-color: #505050;
  --smoke-color: #f7f7f7;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #ffbf00;
  --success-color: #28a745;
  --error-color: #da0016;
  --border-color: #ffccb1;
  --bg-color1: #fff5f0;
  --bg-color2: #f5f5f5;
  --title-font: "Jost", sans-serif;
  --body-font: "Jost", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: small;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section {
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.bg-gradient {
  background: linear-gradient(to bottom, #00ccff 0%, #3399ff 100%);
}

/* Main Menu Styling */
.main-menu {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease, top 0.3s ease;
  z-index: 1000;
}

.main-menu ul li {
  padding-left: 20px;
}

.main-menu ul li a {
  font-size: 16px;
  padding: 10px 20px;
  color: #fff !important;
}

.main-menu ul li a:hover {
  color: var(--bs-primary) !important;
}

/* Optional: smooth transition on scroll or hover */
.main-menu.sticky-navbar {
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.main-menu.sticky-navbar .navbar-brand {
  color: #1a1a1a !important;
}

.main-menu.sticky-navbar {
  color: #00ccff !important;
}

.main-menu.sticky-navbar ul li a {
  color: var(--bs-primary) !important;
}

.dropdown-menu {
  position: absolute;
  top: 115%;
  left: 0px;
  min-width: 260px;
  z-index: 99;
  transform-origin: top center;
  padding: 35px 0 14px;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  -moz-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  border-top: 1px solid #00ccff;
  border-radius: unset !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--clr-theme-1);
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: none !important;
  vertical-align: middle;
}

.dropdown-submenu .dropdown-toggle::after {
  content: "\f054";
  float: right !important;
}

@media (hover:hover) {
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

.main-menu.sticky-navbar .dropdown-item {
  color: #ffffff !important;
}

.main-menu.sticky-navbar .dropdown-item:hover {
  color: #00ccff !important;
}

.dropdown-item:hover {
  background: none !important;
  font-weight: 400;
  color: #000;
}

/* Styles for when you hover the mouse over the button */
#book-now-btn:hover {
  color: #FFFFFF !important;
}

/* Card Styling */
.booking-section .card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}

.booking-section .qr-code-img {
  border-radius: 12px;
  border: 6px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.border-start {
  border-left: 1px solid #418852 !important;
}

.card-body h3 {
  color: #212529;
  font-weight: 600;
}

.form-label {
  font-weight: 500;
  color: #495057;
}

.form-control {
  background-color: #ffffff;
  border: 1px solid #326c36;
  border-radius: 8px;
  padding: 12px 16px;
  height: 50px;
  transition: all 0.2s ease-in-out;
}

.form-control:focus {
  background-color: #ffffff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

textarea.form-control {
  height: auto;
  resize: vertical;
}

.btn-send {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  background: linear-gradient(45deg, #0a6038, #0056b3);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.btn-send:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
}

@media (max-width: 767px) {
  .border-start {
    border-left: none !important;
    border-top: 1px solid #dee2e6 !important;
  }

  .card-body {
    padding: 1.5rem !important;
  }
}

/* Sidenav Styling */
.sidenav {
  max-width: 310px;
}

.offcanvas-header {
  background: #fff8f2;
  border-bottom: 1px solid #f1f1f1;
}

.offcanvas-header img {
  height: 80px;
  display: block;
  margin: 0 auto;
}

.offcanvas-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}

.sidenav-btn {
  border: none;
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-radius: 50%;
  padding: 8.8px 11px;
}

.sidenav-btn i {
  line-height: inherit;
}

.sidenav-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/* Scrollbar */
.offcanvas-body {
  max-height: 100vh;
  overflow-y: auto;
}

.offcanvas-body::-webkit-scrollbar {
  width: 6px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.sidenav>ul {
  padding: 0 40px;
}

.sidenav>ul>li:last-child {
  border-bottom: none;
}

.sidenav .mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.sidenav .mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.sidenav .mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.sidenav .mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  text-decoration: none;
}

.sidenav .mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}

.sidenav .mobile-menu ul li.active>a {
  color: var(--theme-color);
}

.sidenav .mobile-menu ul li.active>a:before {
  transform: rotate(90deg);
}

.sidenav .mobile-menu ul li ul li {
  padding-left: 20px;
}

.sidenav .mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.sidenav .mobile-menu ul .item-has-children>a .mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.sidenav .mobile-menu ul .item-has-children>a .mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
  color: var(--theme-color);
}

.sidenav .mobile-menu ul .item-has-children.active>a .mean-expand:before {
  content: "\f068";
}

.breadcrumb-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.breadcrumb-image-container {
  position: relative;
}

.breadcrumb-img {
  max-height: 400px;
  object-fit: cover;
  vertical-align: middle;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.breadcrumb-overlay .container {
  position: relative;
  z-index: 10;
}

.breadcrumb-item {
  margin-bottom: 0;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 2rem;
}

.breadcrumb-item.active {
  color: #fff !important;
}

.homeSlider {
  margin: 0;
  padding: 0;
  position: relative;
}

.homeSlider .carousel-item img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

/* Overlay inside carousel */
.homeSlider .carousel-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 2;
}

/* Captions */
.homeSlider .carousel-caption {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  z-index: 3;
}

.homeSlider .carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}

.homeSlider .carousel-caption p {
  font-size: 1.25rem;
  color: #f1f1f1;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}


/* Mobile scaling */
@media (max-width: 767px) {
  .homeSlider .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .homeSlider .carousel-caption p {
    font-size: 0.9rem;
  }
}

.homeSlider .carousel-control-prev,
.homeSlider .carousel-control-next {
  z-index: 4;
}

.carousel-caption {
  border-radius: 10px;
  bottom: 3rem;
  padding: 1.5rem 2rem;
}

.carousel-caption h1,
.carousel-caption h3 {
  color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.carousel-caption p {
  color: #f0f0f0;
  font-size: 2.1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .carousel-caption {
    bottom: 1.5rem;
    padding: 1rem;
  }

  .carousel-caption h1,
  .carousel-caption h3 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
    display: none;
  }
}

@media (min-width: 576px) {
  .carousel-caption p {
    display: block;
  }
}

/* News Ticker */
.news-ticker-container {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #28a745;
}

.news-label {
  background-color: #28a745;
  padding: 12px 20px;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 15px;
  color: #fff;
}

.news-content {
  overflow: hidden;
  flex-grow: 1;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.news-list li {
  display: inline;
  margin: 0 40px;
}

.news-list li a {
  color: #fff;
  text-decoration: underline;
}

/* Tours Cards Section */
.toursSection .toursCard {
  overflow: hidden;
}

.toursSection .toursCard .card-title {
  text-transform: uppercase;
}

.toursSection .toursCard .card-text {
  font-size: 14px;
  text-transform: capitalize;
}

.toursSection .toursCard .card-img-top {
  max-width: 100%;
  overflow: hidden;
}

.toursSection .toursCard .card-img-top img {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.toursSection .toursCard .card-img-top img:hover {
  transform: scale(110%);
  transition: opacity 0.35s, transform 0.35s
}

.btn-outline-primary {
  color: #000000;
  border: #020202;
  background-color: #a3ffee;
}


@media(max-width:550px) {

  img.tour-card-image {
    width: 100%;
  }
}

/* parallax section */
.parallaxSection {
  background-image: url('https://www.tourtoodisha.com/wp-content/uploads/2024/05/Untitled-design-2024-05-15T103244.055.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

/* Add an overlay for the entire section background for better text readability */
.parallaxSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* Adjust z-index for content to be above the section overlay */
.parallaxSection .container,
.parallaxSection h1,
.parallaxSection .parallax-slider {
  position: relative;
  z-index: 3;
}


/* Heading Style */
.parallaxSection h1 {
  color: rgb(219, 223, 10);
  font-size: 2.8rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Card Styles */
.parallaxSection .card {
  border: none;
  border-radius: 0px;
  overflow: hidden;
  /* CRUCIAL: Hides the overlay when it's off-screen */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: 320px;
  height: 250px;
  /* Give the card a fixed height */
  position: relative;
  /* CRUCIAL: For positioning child elements */
  cursor: pointer;
  background: #000;
}

.parallaxSection .card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* Smooth zoom effect on hover */
}

/* --- Default Visible Content --- */
.parallaxSection .card-body {
  position: absolute;
  bottom: 0;
  /* Positioned at the bottom of the card */
  left: 0;
  width: 100%;
  background: rgba(219, 223, 10, 0.9);
  /* Your yellow color with some transparency */
  padding: 10px;
  text-align: center;
  z-index: 2;
  /* Sits above the image */
}

.parallaxSection .card-body .card-title {
  color: #0b2f08;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.parallaxSection .card-body .card-text {
  color: #000000;
  font-size: 0.8rem;
  margin: 0;
}


/* --- Hover Overlay (Slides in from the right) --- */
.parallaxSection .card-hover-overlay {
  position: absolute;
  top: 0;
  left: 100%;
  /* Starts off-screen to the right */
  width: 100%;
  height: 100%;
  background: rgba(11, 47, 8, 0.9);
  /* Dark green, semi-transparent background */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  z-index: 3;
  /* Sits on top of the default card-body */
  transition: left 0.4s ease-in-out;
  /* The slide-in animation */
  border: 1px solid #fff;
}

/* --- The Hover Action --- */
.parallaxSection .card:hover .card-hover-overlay {
  left: 0;
  /* Slides the overlay into view */
}

.parallaxSection .card:hover img {
  transform: scale(1.1);
  /* Slightly zoom the image on hover */
}


/* --- Styling for the content INSIDE the overlay --- */
.parallaxSection .overlay-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(219, 223, 10);
}

.parallaxSection .overlay-info {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cta-button-2 {
  display: inline-block;
  background-color: rgb(10, 156, 223);
  color: #ffffff;
  padding: 14px 26px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1rem;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.cta-button-2:hover {
  background-color: #f0f4c3;
  color: #020202;
}

/* welcomeodisha*/
.welcomeodisha {
  background-color: #ffffff;
  text-align: left;
  padding: 20px 0;
}

/* Heading color */
.welcomeodisha h1 {
  color: #132affb3;
  /* Lavender */
  font-size: 2.5rem;
  font-weight: initial;
}

/* Paragraph color */
.welcomeodisha p {
  color: #000000;
  /* Soft Pink */
  font-size: 1rem;
  font-style: normal;
}

.welcomeodisha .btn {
  background-color: #00fffb;
  /* Soft pink */
  border: none;
  color: #3D3D3D;
  padding: 10px 20px;
  font-weight: bold;
}

.welcomeodisha .btn:hover {
  background-color: #003cff;
  color: rgb(0, 0, 0);
}

.small-carousel {
  max-width: 400px;
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
}

.small-carousel img {
  height: 300px;
  object-fit: cover;
  display: block;
}

.carousel-inner p {
  color: #000000;
}


/* validation styles (Bootstrap-like) */
.was-validated .form-control:invalid {
  border-color: #cfe90a;
  box-shadow: none;
}

.was-validated .form-control:valid {
  border-color: #e80000;
}

.click-to-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/backgrounds/background.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  padding: 20px;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 500px;
}

.click-to-action h1 {
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  font-family: "Playwrite AU QLD", cursive;
  font-weight: 500;
}

.click-to-action p {
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(252, 255, 255, 0.8);
  text-align: center;
  margin-top: 1.5rem;
}

/* .click-to-action .btn */
.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding: 20px 26px;
  background-color: rgb(40, 167, 69);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

/* --- HOVER ANIMATIONS --- */
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(254, 254, 254, 0.4);
}

.cta-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.cta-button:hover::after {
  left: 150%;
}

.cta-button .arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.cta-button:hover .arrow {
  transform: translateX(5px);
}

.cta-button:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

/* Start contact section*/
.contact-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Card with subtle leaf pattern overlay */
.contact-card {
  background: transparent;
  background-size: auto;
  border-radius: 16px;
  padding: 28px;
}

/* Input group / icon sizing */
.input-group-text {
  width: 48px;
  justify-content: center;
  border-color: #e0e0e0;
  border-right: 0;
  /* background: #ff00001d; */
  font-size: 16px;
}

.input-group .form-control {
  border-left: 0;
  border-color: #ffdcdc;
  padding: 10px 14px;
}

.form-control:focus,
.input-group-text:focus {
  border-color: #dbfa92;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.12);
  outline: none;
}

.rounded-start-pill {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.rounded-end-pill {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

/* Textarea */
textarea.form-control {
  resize: none;
  border-radius: 12px;
  /* border: 1px solid #f89e9e; */
}

/* Submit button */
.submit-btn {
  background-color: #4CAF50;
  border: none;
  padding: 10px 16px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(255, 229, 211, 0.83);
  color: #000;
}

.submit-btn:hover {
  transform: translateY(-1px);
  background-color: #18b11d;
}

/* Info card on the right */
.info-card {
  background: transparent;
  border-radius: 12px;
  height: 100%;
}

.info-card p {
  margin-bottom: .6rem;
}

.contact-section-item li {
  list-style: none;
  margin-bottom: 20px;
}

.contact-section-item li a {
  background-color: #4CAF50;
  padding: 12px 16px;
  color: #ffff;
  margin-right: 5%;
  font-size: 25px;
  line-height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.contact-section-item li span {
  font-size: 18px;
}

/* Small screens: stack columns */
@media (max-width: 991px) {
  .info-card {
    display: none;
  }

  .contact-card {
    padding: 20px;
  }
}

/* End contact section */

/* ==============================
   Accommodation Section
============================== */
.accommodation-section .accommodation-card {
  border: none;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  padding: 2rem;
  text-align: center;
}

.accommodation-section .accommodation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.accommodation-section .accommodation-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: linear-gradient(45deg, var(--bs-primary, #174baa), var(--bs-success, #28a745));
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* ==============================
   Why Book Image
============================== */
.why-book-image {
  background-image: url(../images/whybook.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  min-height: 350px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ==============================
   Page Banner Section
============================== */
.page-title-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('https://images.pexels.com/photos/3476839/pexels-photo-3476839.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-title-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

/* ==============================
   Overview Section
============================== */
.overview-section {
  background-color: #feffff;
  padding: 80px 0;
}

.overview-image {
  border: 7px solid #174baa;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overview-image:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.overview-text {
  text-align: left;
}

.overview-name {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 0;
}

.overview-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  color: #2b4e61;
  font-weight: 400;
  margin-bottom: 25px;
}

.overview-text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000;
}

/* ==============================
   Responsive Adjustments
============================== */
@media (max-width: 768px) {
  .page-title-banner {
    height: 250px;
  }

  .page-title-content h1 {
    font-size: 2rem;
  }

  .overview-image {
    width: 180px;
    height: 180px;
  }

  .overview-name {
    font-size: 2rem;
  }
}

/*-----------------------------------*/
/* Director Profile Section Styling  */
/*-----------------------------------*/
.director-wrapper {
  font-family: 'Poppins', sans-serif;
}

/* Card Styling */
.director-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.director-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.director-card-body {
  padding: 0;
}

/* Image Section */
.director-image-section {
  background-color: #f8f9fa;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Text Content */
.director-info {
  padding: 2rem 2.5rem;
}

.director-role {
  color: var(--bs-primary);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.director-name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333 !important;
  margin-bottom: 1rem;
}

.director-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.director-divider {
  margin: 1.5rem 0;
}

.director-connect-label {
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 0.75rem;
}

/* Social Links */
.director-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.director-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.director-social-btn:hover {
  background-color: var(--bs-primary);
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 767px) {
  .director-image {
    width: 180px;
    height: 180px;
    margin-top: 1rem;
  }

  .director-info {
    text-align: center;
    padding: 1.5rem;
  }

  .director-social-links {
    justify-content: center;
  }
}


/* --- Executive Officer Section Styles --- */
/* --- Leadership Section Styles --- */

/* Leader Section Wrapper */
.leader-section {
  background: #f5f7fa;
}

/* Breadcrumb / Header Background */
.leader-breadcrumb {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.leader-breadcrumb-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-breadcrumb-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Card Styling */
.leader-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.leader-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

/* Content Styling */
.leader-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.leader-title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.leader-name {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.leader-intro {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.leader-description {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Responsive Fixes */
@media (max-width: 991.98px) {
  .leader-card {
    text-align: center;
  }

  .leader-image {
    min-height: 300px;
    border-radius: 15px 15px 0 0;
  }

  .leader-content {
    padding: 1.5rem;
  }
}
/* End Executive officer*/

/* Tour Manager Section - New Style */
.page-title-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.pexels.com/photos/3476839/pexels-photo-3476839.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-title-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tour-manager-section {
  background-color: #feffff;
  padding: 100px 0;
}

.tour-manager-image {
  border: 7px solid #020202;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.tour-manager-image:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.tour-manager-text {
  text-align: left;
}

.tour-manager-name {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #1a2a3a;
  font-weight: 700;
  margin-bottom: 0;
}

.tour-manager-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  color: #2b4e61;
  font-weight: 400;
  margin-bottom: 25px;
}

.tour-manager-text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000000;
}
/* End Tour Manger Section*/


/*lord jaganath*/
p {
  text-align: justify;
}

/*guide section*/
.team-section {
  background-color: #f8f9fa;
}

.team-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.team-image-container img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid #73fff3;
  box-shadow: 0 0 0 5px #fff;
}

.team-content {
  margin-top: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.team-name {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.team-specialty {
  color: #4CAF50;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 15px;
}

.team-bio {
  font-size: 0.9rem;
  color: #000000;
  flex-grow: 1;
}

.team-social {
  margin-top: auto;
  padding-top: 15px;
}

.team-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #5eeaff;
  color: #000000;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.team-social a:hover {
  background-color: #4CAF50;
  color: #fff;
  transform: scale(1.1);
}
/*guide section*/

/* START Lord Jaganntah*/
.festival-section {
  padding: 4rem 0;
}

.image-decorator {
  position: relative;
  padding: 1rem;
}

.image-decorator img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
}

.image-decorator::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 95%;
  background-color: #0d6efd;
  border-radius: 12px;
  z-index: 0;
  transform: rotate(-3deg);
}

.image-on-right .image-decorator::before {
  right: 0;
  left: auto;
  transform: rotate(3deg);
}

.festival-title {
  color: #0d6efd;
  font-weight: 700;
  margin-bottom: 1rem;
}

.festival-description {
  color: #555;
  line-height: 1.7;
}

.breadcrumb-section {
  position: relative;
  overflow: hidden;
}

.breadcrumb-section .breadcrumb-image-container {
  position: relative;
  height: 40vh;
  overflow: hidden;
  background-color: var(--secondary-color);
}

.breadcrumb-section .breadcrumb-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.breadcrumb-section .breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 37, 64, 0.7) 0%, rgba(10, 37, 64, 0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb .breadcrumb-item a {
  color: var(--white-color);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--primary-color);
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .breadcrumb-image-container {
    height: 35vh;

  }

  .breadcrumb-overlay h2 {
    font-size: 2.2rem;
  }
}

.breadcrumb-overlay h2 {
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* ============================================= */
/* 3. FEATURES SECTION
/* ============================================= */
.features-section {
  background-color: var(--white-color);
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.lead {
  font-size: 1.1rem;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
}

.feature-card {
  background-color: var(--white-color);
  padding: 2.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  border-top: 4px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.feature-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--heading-color);
  margin-bottom: 0.75rem;
}


/* ============================================= */
/* 4. CONTENT SECTIONS (Image & Text)
/* ============================================= */
.content-section {
  overflow: hidden;
}

.fa-3x {
  font-size: 1.0em;
}

.bg-light-custom {
  background-color: var(--light-bg);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.content-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 2.2rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.content-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--primary-color);
}

.content-section p {
  font-size: 1rem;
}

.content-section strong {
  color: var(--primary-color);
  font-weight: 500;
}

.content-image {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.content-image:hover {
  transform: scale(1.03);
}




/*--------------------------------------------------------------
# Wildlife Tours Section
--------------------------------------------------------------*/
.wildlife-tours-section {
  background-color: #f9f9f9;
}

.tour-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.tour-card .card-img-top {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.tour-card .card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tour-card .card-title {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.tour-card .card-location {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.tour-card .card-location i {
  color: #007bff;
  margin-right: 5px;
}

.tour-card .card-text {
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
}

.tour-card .tour-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #555;
  flex-shrink: 0;
}

.tour-card .tour-details i {
  margin-right: 8px;
  color: #007bff;
}

.tour-card .tour-btn {
  background-color: #28a745;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  margin-top: auto;
}

.tour-card .tour-btn:hover {
  background-color: #218838;
}


/* Main card container */
.monument-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.monument-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Card Image */
.monument-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Card Body / Content Area */
.monument-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.monument-card__title {
  font-weight: 700;
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

/* Location Text */
.monument-card__location {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.monument-card__location i {
  margin-right: 6px;
  color: #0d6efd;
}

/* Description Text */
.monument-card__description {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
}

.monument-card__meta {
  padding: 10px 0;
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.monument-card__meta i {
  margin-right: 8px;
}


/* Details Button */
.monument-card__button {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.monument-card__button:hover {
  background-color: #0b5ed7;
  color: #fff;
}

/* STart Landscaped*/
.hero-banner {
  position: relative;
  height: 350px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-banner__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
}

.hero-banner__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.hero-banner__nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
}

.hero-banner__nav-item {
  font-size: 1rem;
}

.hero-banner__nav-item a {
  color: var(--brand-accent);
  text-decoration: none;
  transition: color 0.3s;
}

.hero-banner__nav-item a:hover {
  color: white;
}

.hero-banner__nav-item:not(:last-child)::after {
  content: '/';
  margin: 0 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.page-intro {
  padding: 4rem 1rem;
  text-align: center;
}

.page-intro__container {
  max-width: 800px;
  margin: 0 auto;
}

.page-intro__heading {
  font-size: 2rem;
  color: var(--brand-dark);
  margin-bottom: 1rem;
}

.page-intro__text {
  font-size: 1.1rem;
  color: #555;
}

.tour-grid {
  padding: 4rem 1rem;
  background-color: #f7f9fb;
}

.tour-grid__container {
  max-width: 1200px;
  margin: 0 auto;
}

.tour-grid__layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.adventure-card {
  background: white;
  border-radius: 10px;
  box-shadow: var(--shadow-light);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adventure-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-heavy);
}

.adventure-card__image-container {
  height: 220px;
  overflow: hidden;
}

.adventure-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.adventure-card:hover .adventure-card__image {
  transform: scale(1.08);
}

.adventure-card__body {
  padding: 1.5rem;
  flex-grow: 1;
}

.adventure-card__title {
  font-size: 1.25rem;
  color: var(--brand-dark);
  margin-bottom: 0.5rem;
}

.adventure-card__description {
  font-size: 0.95rem;
  color: #666;
}

.adventure-card__footer {
  padding: 0 1.5rem 1.5rem;
}

.adventure-card__button {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: var(--brand-primary);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s;
}

.adventure-card__button:hover {
  background-color: var(--brand-dark);
}
/* END Landscaped*/


/* Start Tribal culture of india*/
.lead {
  font-size: 1.1rem;
  font-weight: 300;
}

.breadcrumb-section .breadcrumb-image-container {
  position: relative;
  height: 45vh;
  overflow: hidden;
}

.breadcrumb-section .breadcrumb-img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.breadcrumb-section .breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-item a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.breadcrumb-item a:hover {
  opacity: 0.8;
}

.jyoti .card {
  background-color: var(--white-color);
  padding: 2rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #eee;
  border-top: 4px solid var(--primary-color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jyoti .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.jyoti .card-img-top {
  height: 220px;
  object-fit: cover;
}

.jyoti .card .card-body .card-name {
  color: #0d6efd;
}

.list-unstyled .d-flex {
  line-height: 1.6;
}

.list-unstyled i {
  position: relative;
  top: 5px;
}

.btn-success {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.btn-success:hover {
  background-color: #157347;
  transform: scale(1.05);
}

/* END Tribal culture of india*/

/*--------------------------------------------------------------
# Hero Section (Shared)
--------------------------------------------------------------*/
.hero-section {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-btn {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: white;
  color: black;
}

/*--------------------------------------------------------------
# Introduction Section
--------------------------------------------------------------*/
.intro-section {
  background-color: #fdf8f0;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.section-title span {
  background-color: #fdf8f0;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.section-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
  z-index: 0;
}


.section-title {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #28a745;
}

.text-center .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb-section {
  position: relative;
  color: white;
}

.breadcrumb-image-container {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.breadcrumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Rural Introduction Section */
.rural-intro-section {
  background-color: #fdfdfd;
}

.rural-intro-section img {
  border: 5px solid #fff;
  transition: transform 0.3s ease-in-out;
}

.rural-intro-section img:hover {
  transform: scale(1.05);
}

.rural-highlights-section {
  background-color: #f8f9fa;
}

.highlight-card {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}

.highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.highlight-card .card-img-top {
  height: 200px;
  object-fit: cover;
}

.highlight-card .card-body {
  padding: 25px;
}

.highlight-card .card-title {
  color: #343a40;
}

/* Rural Gallery Section */
.rural-gallery-section .gallery-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rural-gallery-section .gallery-img:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
  cursor: pointer;
}

/* ------------------------
Gallery Section
----------------------*/
.gallery-img {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.gallery-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.85);
  border: none;
  color: white;
}

.gallery-modal .modal-header .btn-close {
  filter: invert(1);
}

.gallery-modal .modal-body img {
  border-radius: 0.5rem;
  max-height: 75vh;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.gallery-modal .lightbox-caption {
  font-size: 1.1rem;
  margin-top: 1rem;
  text-align: center;
}

/* Navigation buttons */
.gallery-modal .lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  padding: 1rem 0.8rem;
  font-size: 2rem;
  z-index: 1060;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  border-radius: 0.3rem;
}

.gallery-modal .lightbox-nav-btn:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

.gallery-modal .lightbox-nav-btn.prev {
  left: 1rem;
}

.gallery-modal .lightbox-nav-btn.next {
  right: 1rem;
}

.gallery-modal .thumbnail-carousel {
  margin-top: 1.5rem;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #888 #555;
}

.gallery-modal .thumbnail-carousel::-webkit-scrollbar {
  height: 8px;
}

.gallery-modal .thumbnail-carousel::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.gallery-modal .thumbnail-carousel::-webkit-scrollbar-track {
  background: #555;
}

.gallery-modal .thumbnail-carousel .thumb-item {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, transform 0.2s ease;
  border-radius: 0.3rem;
  overflow: hidden;
}

.gallery-modal .thumbnail-carousel .thumb-item:hover {
  transform: scale(1.05);
}

.gallery-modal .thumbnail-carousel .thumb-item.active {
  border-color: #0d6efd;
  transform: scale(1.08);
}

.gallery-modal .thumbnail-carousel .thumb-item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  display: block;
}

/* Custom CSS for Video Gallery */

.video-gallery-section .video-card-link {
  text-decoration: none;
  color: inherit;
}

.video-gallery-section .video-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-gallery-section .video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.video-gallery-section .video-thumbnail-container {
  position: relative;
  cursor: pointer;
}

.video-gallery-section .video-thumbnail-container img {
  display: block;
  width: 100%;
  height: auto;
}

.video-gallery-section .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-gallery-section .video-card:hover .play-icon {
  opacity: 1;
}

.video-gallery-section .video-card-body {
  padding: 15px;
}

.video-gallery-section .video-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* Modal Styling */
.video-modal .modal-content {
  background-color: transparent;
  border: none;
}

.video-modal .modal-body {
  padding: 0;
}

/*--------------------------------------------------------------
# Tribal Tours Section
--------------------------------------------------------------*/
.tribal-tours-section {
  background-color: #fdf8f0;
}

.tribal-card {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tribal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tribal-card .card-image-wrapper {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.tribal-card .card-img-top {
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.tribal-card:hover .card-img-top {
  transform: scale(1.05);
}

.tribal-card .card-body {
  padding: 25px;
  flex-grow: 1;
}

.tribal-card .card-title {
  color: #2c3e50;
  font-size: 1.4rem;
}

.tribal-card .card-location {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-style: italic;
}

.tribal-card .card-text {
  color: #34495e;
  font-size: 1rem;
  line-height: 1.6;
}

.tribal-card .card-footer {
  padding: 20px 25px;
  background-color: transparent;
  border-top: 1px solid #e9ecef;
}

.tribal-card .details-link {
  color: #c0392b;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.tribal-card .details-link i {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.tribal-card .details-link:hover {
  color: #a03024;
}

.tribal-card .details-link:hover i {
  transform: translateX(5px);
}


/*--------------------------------------------------------------
# Hero Section (Shared)
--------------------------------------------------------------*/
.hero-section {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-container,
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-btn {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: white;
  color: black;
}

/* --- Main Fix for Uniform Card Height --- */
.lodge-profile-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lodge-profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.lodge-profile-card .row {
  flex-grow: 1;
}

.lodge-profile-card .lodge-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lodge-details-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1.25rem;
}

.lodge-features-list {
  margin-top: auto;
  padding-top: 1rem;
}

.lodge-features-list span {
  margin-right: 1rem;
  color: #6c757d;
  font-size: 0.9rem;
}

.lodge-category {
  color: #0d6efd;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

.btn-style {
  background-color: #198754;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #198754;
  border-radius: 50px;
  padding: 14px 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.btn-style:hover {
  background-color: #ffffff;
  color: #198754;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}


/* --- Transport Details Section --- */

.transport-details-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.transport-details-section .section-title {
  font-size: 2.8rem;
  color: #2c5b3d;
  font-weight: 700;
  margin-bottom: 20px;
}

.transport-details-section .lead-text {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 60px auto;
  line-height: 1.7;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.vehicle-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vehicle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.vehicle-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.vehicle-card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.vehicle-title {
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.vehicle-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}

.vehicle-features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  color: #444;
}

.vehicle-features li {
  margin-bottom: 8px;
  padding-left: 20px;
}

.vehicle-features li::before {
  content: '✔';
  color: #2c5b3d;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.vehicle-features li strong {
  color: #333;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .transport-details-section .section-title {
    font-size: 2.2rem;
  }

  .transport-details-section .lead-text {
    font-size: 1rem;
  }
}

/* --- General Page Styles --- */
.rural-page-content {
  background-color: #ffffff;
}

.section-title {
  font-size: 2.8rem;
  color: #2c5b3d;
  font-weight: 700;
  margin-bottom: 20px;
}

.lead-text {
  font-size: 1.15rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

/* --- Intro Section --- */
.intro-section {
  padding: 60px 0;
}

/* --- Experiences Section --- */
.experience-card .card-body {
  padding: 25px;
  text-align: center;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.experience-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.experience-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.experience-card .card-body {
  padding: 25px;
}

.experience-card h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.experience-card p {
  color: #666;
  line-height: 1.6;
}

/* --- Photo Gallery Section --- */
.gallery-section {
  padding: 80px 0;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 15px;
  margin-top: 50px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

.gallery-item.large-item {
  grid-column: span 2;
  grid-row: span 2;
}


/* --- Commitment Section --- */
.commitment-section {
  background-color: #2c5b3d;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.commitment-content {
  max-width: 800px;
  margin: 0 auto;
}

.commitment-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.commitment-content p {
  font-size: 1.1rem;
  color: #e0e0e0;
  line-height: 1.7;
}

.commitment-content ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
  display: inline-block;
}

.commitment-content ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 1.05rem;
}

.commitment-content ul li::before {
  content: '✔';
  color: #a7d7c5;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.2rem;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    /* Stack gallery items */
    grid-auto-rows: 250px;
  }

  .gallery-item.large-item {
    grid-column: auto;
    /* Reset span */
    grid-row: auto;
  }
}


/* Start Tour Guide */
.guide-section-title {
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
}

.guide-section-title span::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #198754;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.guide-profile-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.guide-profile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15) !important;
}

.guide-profile-card img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.guide-social-links a {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.guide-social-links a:hover {
  background-color: #198754;
  color: #000000;
  border-color: #198754;
}

.guide-cta-section {
  background-color: #f8f9fa;
}
/* End Tour Guide*/

/*About Us Section*/
.lead-about {
  color: #1a6840;
  font-size: 1.5rem;
}

.lead-us {
  color: #000000;
  font-size: 1rem;
  text-align: justify;
}
/*End About Us section*/


/* ======= Tour Details Section ======= */
.tour-details {
    padding: 3rem 1rem;
    background: #f9fafb; /* light background for contrast */
}

.tour-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tour-flex {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

/* ======= Main Content ======= */
.tour-main {
    flex: 1 1 65%;
}

.tour-image-card {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.tour-main-img {
    width: 100%;
    display: block;
    border-radius: 1rem;
}

.tour-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 2rem;
}

/* ======= Review Section ======= */
.tour-review-heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.tour-review-card {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tour-review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.tour-review-card h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.tour-review-card p {
    color: #555;
    margin-bottom: 0.5rem;
}

.tour-review-author {
    font-size: 0.9rem;
    color: #777;
    display: block;
}

/* ======= Sidebar Section ======= */
.tour-sidebar {
    flex: 1 1 30%;
}

.tour-sidebar-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
    text-align: center;
}

.tour-sidebar-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #2c3e50;
}

.tour-sidebar-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
}

.tour-book-btn {
    display: inline-block;
    background: #28a745;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: background 0.3s ease;
    width: 100%;
}

.tour-book-btn:hover {
    background: #218838;
}

.tour-price-note {
    font-size: 0.85rem;
    color: #6c757d;
    display: block;
    margin-top: 0.5rem;
}

/* ======= Responsive Adjustments ======= */
@media (max-width: 992px) {
    .tour-flex {
        flex-direction: column;
    }

    .tour-sidebar {
        position: static;
    }
}

/* Review Section*/
  .reviews-section {
        background-color: #f0f9f6; /* Light green background as seen in the image */
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .review-card-top {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease;
        height: 100%;
    }
    .review-card-top:hover {
        transform: translateY(-5px);
    }
    .profile-initials {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 auto 15px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }
    .bg-v { background-color: #4a69bd; }
    .bg-s { background-color: #1e90ff; }
    .bg-d { background-color: #38b2ac; }

    .star-rating .fa-star {
        color: #ffc107;
    }
    .review-date {
        font-size: 0.85rem;
        color: #6c757d;
    }

    .review-card-bottom {
        background-color: #ffffff;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        padding: 30px;
        padding-top: 40px;
        position: relative;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        height: 100%;
    }
    .quote-icon {
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 3rem;
        color: #f9c941;
        opacity: 0.8;
    }
    .review-card-bottom h5 {
        font-weight: bold;
        margin-top: 15px;
    }
 

/* Review Section*/

/* --- Main Footer Styling --- */
.footer {
  background-color: #1a1a1a;
  color: #f0f0f0;
  padding: 3rem 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

/* Footer Column Styling */
.footer-column {
  flex: 1;
  min-width: 6px;
  margin-bottom: 0rem;
}

.footer-column h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #4CAF50;
  border-radius: 2px;
}

/* List and Link Styling */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0.75rem;
}

.footer-column ul li a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #4CAF50;
}

/* Contact Info Styling */
.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.contact-info li i {
  color: #4CAF50;
  margin-right: 1rem;
  font-size: 1.2rem;
  position: relative;
  top: 3px;
}

.contact-info li span,
.contact-info li a {
  line-height: 1.4;
}

.company-name {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

/* Facebook Widget & Social Follow Section */
.facebook-widget {
  margin-top: 1rem;
}

.footer-bottom p {
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
}

/* Footer Bottom Section */
.footer-bottom {
  border-top: 1px solid #333;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #4CAF50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #fff;
}

.heart-icon {
  color: #ff0000;
  margin: 0 5px;
}

/* --- Social Media Icons --- */
.social-icons {
  margin-bottom: 1.5rem;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 55%;
  border: 1px solid #62e5ff;
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
}

.social-icons a:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    text-align: center;
    min-width: 100%;
  }

  .footer-column h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
  .footer {
    padding-top: 60px;
  }

  .footer-container {
    gap: 25px;
  }

  .footer-column {
    padding: 25px;
  }
}

/*Back to Top btn */
#backToTopBtn {
  /* --- Positioning --- */
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background-color: #49f3ff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;

  /* --- Animation --- */
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

#backToTopBtn:hover {
  background-color: rgb(255, 255, 255);
  color: #ffffff;
  transform: translateY(-3px);
}

#backToTopBtn:hover {
  background-color: #cbc50d;
}

#backToTopBtn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color2);
  transition: all ease 0.4s;
  animation: spin 13s infinite linear;
}

#backToTopBtn:hover::before {
  border: 2px dashed #b6c90c;
}

.spin {
  animation: spin 40s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* End Back to Top btn */

/*********************
Media Query Classes
**********************/
@media only screen and (max-width: 600px) {

  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}