@font-face {
  font-family: 'Careny Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Careny Regular'), url('CarenyRegular-GO27Z.html') format('woff');
}


html {
    height: 100%;
}

/*@font-face {*/
/*  font-family: "Pacifico Regular";*/
/*  src: url("font/Pacifico-Regular.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/


.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}




.menu-icon {
  font-size: 22px;
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
}

navbar {
  padding: 10px 100px;
}

.navbar-nav {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}



.header-after {
  background: #CB0A0A;
  padding: 2px 10px;
  text-align: center;
  margin-bottom: 10px;

}

.header-after i {
  background: white;
  color: black;
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;
  color: black;
}


/* TYPEWRITER STYLES */
.typewriter h1 {
    color: #fff;
    font-weight: 300;
    font-style: normal;
    margin: 0 auto;
    word-spacing: 9px;
    height: 1.2em;
    display: flex
;
    align-items: center;
    font-size: 25px;
    font-family: Pacifico;
}

.cursor {
  color: #fff;
  animation: blink-caret .75s step-end infinite;
}

.black-optaciy {
  display: flex;
  justify-content: center;
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}


.overview {
  font-size: 20px;
  font-weight: 600;
}

.itneary-titel {
  font-size: 30px;
  font-weight: 700;

}

.inner-page-carousel .item img {
  width: 100%;
  border-radius: 10px;
  height: 400px;
  margin-bottom: 20px;
  object-fit: cover;

  object-position: top;
}

.location-of-visiting {
  font-size: 13px;
  /* padding-top: 10px; */
  font-weight: 500;
}

.itneary-titel span {
  font-size: 19px;

}

.timeline-dot {
  padding: 0 20px 0 0;
}

.timeline-item {
  display: flex;
  width: 95%;
}



.day-circle {
  background-color: #007bff;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 2px;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.timeline-content {
  border-left: 2px solid #d1d1d1;
  position: relative;
  width: 100%;
}

.gra-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  background-color: #d1d1d1;
  left: -1%;
}

.timeline-content .card-body {
  background-color: white;
  border-radius: 5px;

}

.timeline-content .card {
  margin-left: 30px;
  border: 0 0 50px 5px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #cacaca !important;
}

.timeline-content .card-header {
  background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);
  color: #000;
}

ul {
  padding-left: 20px;
}

.itinerary-section {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  border-radius: 20px;
}



.highlight-box {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid rgb(165, 165, 165);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  position: relative;
}

.highlight-box ul li {
  font-size: 14px;
}

.itinerary-day {
  border-left: 3px solid #1c008d;
  padding-left: 15px;
  margin-bottom: 30px;
}

.included-item {
  margin-bottom: 7px;
}

.price-box {
  /* background-color: #f8f9fa; */
  padding: 0px;
  border-radius: 5px;
  position: sticky;
  top: 20px;
}

.gallery-img {
  margin-bottom: 15px;
  transition: transform 0.3s;
}

.gallery-img:hover {
  transform: scale(1.03);
}

.bg-primary {
  background-color: #cf0106 !important;
}

.text-primary {
  color: #cf0106 !important;
}


.itneary-wraper {
  display: flex;
}

.day-button {
  border-radius: 50%;
  color: white;
  font-size: 16px;
  padding: 10px;
  width: 70px;
  height: 70px;
  text-align: center;
}





.vr {
  background-color: black;
}

.serach-bar {
  display: flex;
  justify-content: space-between;
}

.nav-right {
  display: flex;
}

.mobile-nonne {
  display: block;
}


.serach-bar {
  width: 600px;
}

.nav-link {
  text-align: center;
  font-size: 14px;
  padding: 0.5rem 0.75rem;
}

.menu-item {
  width: 80px;
}

.nav-link:hover,
.nav-link.active {
  background-color: #e8f3ff;
  border-radius: 10px;
}



.nav-right a {
  color: black;
  font-size: 14px;
  margin-left: 15px;
}

.login-btn {
  font-size: 12px;


  font-weight: 500;
  text-decoration: none;
  text-align: center;

  justify-content: end;
  display: flex;
  width: 100%;
}

.login-btn span {
  background-color: #1da1f2;
  color: #fff !important;
  border-radius: 10px;
  padding: 3px 16px;
  margin-top: 5px;
}

.package-card {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.package-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.package-image {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  width: 100%;
  /* padding: 10px; */
  border-radius: 20px 20PX 0 0;
  object-fit: cover;
}


.badge-nights {
  position: absolute;
  top: 32%;
  left: 10px;
  background: #CB0A0A;
  color: white;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 10px;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  border: 0;
  background: #fff;
}

.text-muted {

  font-size: 12px;
  color: #1818188e;
}



.fa-check {
  font-size: 15px;
  color: #54d165;
  margin-top: 4px;
  font-weight: bold;
}

.package-card ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  
}

.package-card ul li {
  font-size: 14px;
  
}

.package-card ul .red-text-1 {
  font-size: 14px;
  color: #177977;
}

.red-text-a{
    
    color: #000;
}


.top-card-header a {
    color: #000;
}


.feature-icons {
  padding: 10px 0;
}

.compare-label {
  position: absolute;
  top: 3%;
  left: 20px;
  background: linear-gradient(to right, #271b62, #2608c0);
  color: white;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 5px;
  padding-left: 30px;
}

.feature-icons i {
  font-size: 20px;
  margin-right: 12px;
  color: #333;
}

.hero-section {
  background: url('../gallery/temple.jpg') no-repeat center center/cover;

}

.black-optaciy {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 80px 0;
}



strong {
  color: black;
}

.price {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}



.bnr-item {
  padding: 10px;
  background: #00000078;
  border-radius: 40px;
  width: fit-content;
  font-size: 13px;
  color: #fff;
  margin: 20px 0 15px;
  backdrop-filter: blur(9px);
  line-height: 0;
  border: 1px solid white;
  cursor: pointer;
}

.btn-orange {
  background-color: #cf0106;
  color: white;
  border-radius: 5px;
  padding: 6px 20px;
  font-weight: 500;
  font-size: 13px;
}

.btn-orange:hover {
  background-color: #e25f0f;
  color: white;
}

.price-section .per {
  font-size: 13px;
}

/* Base Styles */
.customer-service-dropdown {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  /* padding: 10px 15px; */
  color: #333;
  text-decoration: none;
  /* background: #f5f5f5; */
  border-radius: 4px;
  transition: all 0.3s ease;
}

.dropdown-toggle:hover {
  background: #e0e0e0;
}

.dropdown-icon {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Dropdown Content */
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
}

.dropdown-toggle::after {
  display: none;
}

.header-logo {
  height: 60px;
  border-radius: 50%;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  color: #555;
}

.contact-item i {
  width: 20px;
  text-align: center;
}

/* Hover State */
.customer-service-dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.customer-service-dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}



/* Enquiry Button Styles */
.enquiry-button-whatsapp {
  display: none;

}

.fiex-icon-wraper {
  position: fixed;
  bottom: 10%;
  right: 30px;
  z-index: 999;
}


.enquiry-button {

  background: #cf0106;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  animation: pulseBorder 2s infinite;
}

.enquiry-button:hover {
  background: #ff5252;
  transform: translateY(-3px);
}

.enquiry-button i {
  font-size: 20px;
}

/* Pulsing Border Animation */
@keyframes pulseBorder {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 107, 0);
  }
}

/* Popup Styles */
.enquiry-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
    background: white;
    padding: 30px;
    border-radius: 23px;
    width: 100%;
    max-width: 500px;
    position: relative;
    animation: popIn 0.4s ease-out;
    border: solid 9px rgb(107 15 15 / 30%);
}
@keyframes popIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}



.popup-content h2 {
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}



/* Form Styles */
#enquiryForm {
    display: flex
;
    flex-direction: column;
    gap: 11px;
}
.form-group {
  position: relative;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background: #f2f2f2;
}

.form-group label {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #000;
    transition: all 0.3s ease;
    pointer-events: none;
    background: #f2f2f2;
    padding: 0 5px;
    font-weight: bold;
}

.form-group input:focus+label,
.form-group input:valid+label {
  top: -10px;
  font-size: 12px;
  color: #ff6b6b;
}

.submit-btn {
  background: #ff6b6b;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #ff5252;
}


.share-link {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  padding: 7px 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-after {
  color: white;
  font-size: 13px;
}

@font-face {
  font-family: 'Careny Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Careny Regular'), url('CarenyRegular-GO27Z.html') format('woff');
}




.header-after i {
  background: white;
  color: #CB0A0A;
  border-radius: 50%;
  padding: 2px;
  font-size: 12px;

}

.fiex-icon-wraper a {
  color: white;
}


.dot-aul {
  display: flex;
  justify-content: space-between;
  
}

.dot-aul ul {
  padding-left: 20px;
}

.dot-aul ul li {
  list-style: disc;

}


.top-card-header {
  display: flex;
  justify-content: space-between;
}

.top-card-header .nighe span {
  border: 2px solid #133f6c;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  /* padding-bottom: 3px; */
  padding: 0 3px;
  color: #133f6c;
  font-size: 13px;
}

.top-card-header .nighe {
  height: 20px;
}

.price-section {
  position: relative;
  background-color: #f0f0f0;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #c7c5c5;
  display: flex;
  border-radius: 5px;
  justify-content: space-between;
}

.dot1 {
  position: absolute;
  background-color: white;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  left: -2%;
  top: 70%;
}


.dot2 {
  position: absolute;
  background-color: white;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  left: 98%;
  top: 10%;
}

.breadin-wrap{
     background-image: url('../gallery/pexels-photo-248159.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.bread-crums-contact{
   background-color: rgba(0,0,0,0.4); /* Adjust opacity & color */
  padding: 100px 0;
  text-align: center;
  color: white;
}

.bread-crums-contact h1{
font-size: 50px ;
}


.parae{
  display: flex;
}

.parae .fa-circle {
  padding-left: 20px;
  padding-right: 5px;
  font-size: 6px;
}

.card-itneray-wraper {
  border: 1px solid rgb(165, 165, 165);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  position: relative;
}

.card-itneray-wraper ul li {
  font-size: 15px;
}

.side-blue-line {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #007bff;
  height: 40px;
  width: 5px;
}

.card-inclusion {
  padding: 10px 10px 10px 20px;
  border: 1px solid rgb(165, 165, 165);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  background-color: #EAFAEA;
  position: relative;

}

.card-inclusion .card-body,
.card-exuction .card-body {

  overflow-y: scroll;
  overflow-x: hidden;
  /* ✅ Hides horizontal (side) scrollbar */
}


.card-inclusion .card-body::-webkit-scrollbar,
.card-exuction .card-body::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Optional: makes it completely invisible */
}


.card-inclusion ul,
.card-exuction ul {
  padding-top: 10px;
}

.card-inclusion ul li, .card-exuction ul li {
    font-size: 14px;
    font-weight: 500;
    display: flex
;
    align-items: baseline;
}

.side-green {
  position: absolute;
  height: 30px;
  width: 5px;
  left: 0;
  top: 5%;
  background-color: #54d165;
}

.side-red {
  position: absolute;
  height: 30px;
  width: 5px;
  left: 0;
  top: 5%;
  background-color: #d60707;
}

.card-inclusion h5,
.card-exuction h5,
.highlight-box h5 {
  font-weight: 700;
  padding: 10px 0;
}

.itneary-section-wraper .container-fluid {
  padding: 0;
}

.card-exuction {
  padding: 10px 10px 10px 20px;
  border: 1px solid rgb(165, 165, 165);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  background-color: #FBEBEB;
  position: relative;
}

.bg-light-blue {
  background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);
  padding: 10px 10px 10px 10px;
  border-radius: 10px 10px 0 0;
}

.button-card {
  padding: 10px;
}

.price-card {
  border: 1px solid rgb(165, 165, 165);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.price-card .text-muted {
  font-size: 20px;
}

.price-card .fw-normal {
  font-size: 14px;
}

.button-card button {
  border-radius: 30px;
}

.starting-form {
  font-size: 15px;
  font-weight: 600;
}

.help-section {
  background-color: #ebebeb8e;
  padding: 10px;
  border: 1px solid rgb(165, 165, 165);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  border-radius: 10px;
  margin: 10px 0;
}

.help-section p {
  font-size: 13px;
}

.breadcrumbs a {
  color: #007bff;
  font-size: 12px;
  font-weight: bold;
}

.itenary-nav {
  margin-bottom: 20px;
}

.itenary-nav a {
    border-radius: 11px;
    padding: 3px 9px;
    color: black;
    font-weight: 600;
    margin-right: 10px;
    /* background-color: rgb(0 123 255 / 10%); */
    border: 2px solid #0d6efd;
    font-size: 16px;
}

.the-itnearu-section {
  position: relative;
  /* Creates containing block for sticky */
}

.itenary-nav {
    position: sticky;
    top: 2px;
    z-index: 2;
    background-color: #fff;
    padding: 10px 10px;
    transition: background-color 0.3s 
ease;
    width: 100%;
    left: 0;
    right: 0;
    display: flex
;
}

/* Optional: Change style when scrolled */
.itenary-nav.scrolled {
  background-color: #f6fbff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px 10px;
  /* Light gray */
}

/* Active link styling */
.itenary-nav a.active {
    color: #000000;
    font-weight: 500;
    border: 2px solid #0d6efd;
    background-color: rgb(0 123 255 / 10%);
}

.fa-chevron-right {
  font-size: 10px;
}

.duration-itneary {
  border-radius: 10px 10px 0 0;
  border: 1px solid #a8a8a8;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 20px;
  font-size: 14px;
}

.duration-itneary-2 {
  border-radius: 0 0 10px 10px;
  border: 1px solid #a8a8a8;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 0px;
  font-size: 14px;
  position: relative;
}

.badge-package {
  position: absolute;
  top: -11%;
  background-color: rgb(236, 233, 233);
  border: 1px solid #8a8a8a;
  padding: 1px 10px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: black;
  left: 30%;
}


footer {
  background-image: url('../gallery/footer-image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-inner {
    background-color: #101728;
    padding: 70px 0 0;
}

.footer-logo {
  width: 80px;
  margin-bottom: 30px;
}

footer ul li {
    padding: 3px 0;
}

/* Custom CSS with unique class names */
.travelGlobe-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../gallery/contact-bg.jpeg');
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.travelContact-card {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
  border: none;
}

.travelContact-card:hover {
  transform: translateY(-10px);
}

.travelContact-icon {
  font-size: 2.5rem;
  color: #4e9af1;
  margin-bottom: 1rem;
}

.travelContact-form {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 2rem;
}

.travelContact-input {
  border-radius: 10px;
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  transition: all 0.3s;
}

.travelContact-input:focus {
  border-color: #4e9af1;
  box-shadow: 0 0 0 0.25rem rgba(78, 154, 241, 0.25);
}

.travelContact-btn {
  background-color: #cf0106;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
  color: #fff;
}

.travelContact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(78, 154, 241, 0.3);
}

.travelMap-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.travelSocial-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cf0106;
  color: white;
  margin-right: 10px;
  transition: all 0.3s;
}

.travelSocial-icon:hover {
  transform: scale(1.1);
}

.travelSection-title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  font-family: Times, Times New Roman, serif;
}

.travelSection-title:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 2px;
  border-radius: 2px;
  background: #cf0106;
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}


.about-section h2,
.about-sectionh5 {
  font-family: Times, Times New Roman, serif;
}


.travelGlobe-bg h1 {
  font-family: Times, Times New Roman, serif;
}

.travelContact-card i {
  color: #cf0106;
}



.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  height: 4px;
  background: var(--primary-color);
  border-radius: 2px;
}

.team-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-img {
  height: 250px;
  object-fit: cover;
  object-position: top;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--secondary-color);
  transform: scale(1.1);
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.stats-item {
  padding: 2rem;
  border-radius: 15px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
}

.stats-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

.mission-section {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url('../gallery/SightSeeingkLWqxz.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 5rem 0;
  border-radius: 20px;
}

.travelContact-btn {
  
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: #ffff;
}

.travelContact-btn {
  
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
}

.timeline {
  position: relative;
  padding-left: 50px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--primary-color);
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 4px solid var(--primary-color);
}

.values-section i {
  color: #d60707;
}

.values-section h1 {
  font-family: Times, Times New Roman, serif;
}

.values-section{
    background: ghostwhite;
}



.bg-wrap {
  position: relative;
  overflow: hidden;
  background: white;
}

.bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-image: url('../gallery/family.png');
    background-size:contain;
    background-position: bottom;
    background-repeat: no-repeat;
  opacity: 0.1; /* control image opacity */
  z-index: 1;
}

.privacy-policy {
  position: relative;
  z-index: 2;
  color: #000; /* adjust depending on image */
}


.term-co {
    display: flex
;
    justify-content: center;
}

.term-co p a {
    color: #fff;
}


.term-co span {
    margin-right: 10px;
    margin-left: 10px;
}




.red-text-1 i {
    
    color: #177977;
}


.fixed-icon {
    position: fixed;
    left: 0;
    top: 70%;
    padding-left: 4px;
    z-index: 99999;
}


.fixed-icon a img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 50%;
}


.highlight-box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #1e88e5;
}

.highlight-box .side-blue-line {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #2196F3, #0d47a1);
    border-radius: 4px 0 0 4px;
}

.highlight-box h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1565C0;
    margin-bottom: 1.2rem;
    padding-left: 12px;
    border-bottom: 1px solid #e3f2fd;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.highlight-box h5::before {
    content: '\f594';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #2196F3;
}

.hotel-card {
    background: linear-gradient(to bottom right, #f8fbff, #f0f7ff);
    border-radius: 10px;
    border: 1px solid #e3f2fd;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hotel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.15);
}

.hotel-card .card-body {
    padding: 1.5rem;
}

.hotel-name {
    color: #0d47a1;
    font-weight: 700;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed #bbdefb;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.hotel-name::before {
    content: '\f594';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    font-size: 1.1rem;
}

.hotel-detail-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.9rem;
    padding: 0.6rem 0.8rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    transition: background-color 0.2s;
}

.hotel-detail-item:hover {
    background: rgba(227, 242, 253, 0.7);
}

.hotel-detail-item i {
    min-width: 24px;
    margin-right: 12px;
    font-size: 1.1rem;
    padding-top: 2px;
}

.hotel-detail-item strong {
    color: #37474f;
    margin-right: 5px;
}

.amenities-container {
    margin-top: 0.5rem;
}

.amenities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.5rem;
}

.amenity-item {
    background: #e3f2fd;
    color: #1565C0;
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    border: 1px solid #bbdefb;
}

.amenity-item i {
    color: #4caf50;
    margin-right: 5px;
    font-size: 0.75rem;
}

.no-hotel-message {
    text-align: center;
    padding: 2rem;
    color: #78909c;
    font-style: italic;
    background: #fafafa;
    border-radius: 8px;
    border: 1px dashed #b0bec5;
}

.no-hotel-message::before {
    content: '\f236';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    font-size: 2rem;
    margin-bottom: 0.8rem;
    color: #cfd8dc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .highlight-box {
        padding: 1rem;
        margin: 1rem 0;
    }
    
    .amenities-list {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .amenity-item {
        width: 100%;
    }
    
    
    .timeline {
    padding-left: 0px;
}

.timeline-item {

    display: block;
    width: 100%;
}


.timeline-content .card {
    margin-left: 0px; 
   
}


.day-circle {
    display: none;
}

.timeline-content {
    /* border-left: 2px solid #d1d1d1; */
    position: relative;
    width: 100%
316.8px
;
}

.timeline-content {
     border-left: none; 
  

}


.copyright {
    margin-bottom: 90px;
}


.enquiry-button {
    
     border-radius: 0px; 
   
}

.fiex-icon-wraper {
        bottom: 22px;
        right: 26px;
    }

}



.cta-banner {
  background: linear-gradient(90deg, #ff7e00, #ff3c3c); /* Orange to Red Gradient */
  padding: 20px 0;
  color: #fff;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* responsive */
}

.cta-text h3 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.cta-text p {
  font-size: 14px;
  margin: 5px 0 0;
  opacity: 0.9;
}

.btn-quote {
  background: #fff;
  color: #ff5a1f;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-quote:hover {
  background: #ffe6d5;
  color: #e63800;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}


.social-icons {
  display: flex;
}

.social-icons a {
  color: #fff;  /* icon color white */
  font-size: 22px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ff6600; /* hover color */
}



/* Hide by default */
.mobile-action-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-action-bar {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 9999;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  }

  .mobile-action-bar .btn {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

 .whatsapp-btn {
        background: #25d366;
        position: relative;
    }

  .query-btn {
    background: #ff6600;
  }

  .btn i {
    font-size: 18px;
  }
}



.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    outline: none;
    background: none;
    font-size: 14px;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #888;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease all;
}

/* Focus or valid state पर label ऊपर जाएगा */
.form-group input:focus + label,
.form-group input:valid + label,
.form-group select:focus + label,
.form-group select:valid + label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #d9534f; /* Bootstrap danger */
}

.submit-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}



/* ==== Popup Base ==== */
.enquiry-popup {
    display: none; /* by default hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.enquiry-popup .popup-content {
    background: #fff;
    width: 500px;
    max-width: 95%;
    padding: 20px 25px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    max-height: 90vh;
    overflow-y: auto;
}

/* Close Button */
.enquiry-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Form Heading */
.enquiry-popup h2 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

/* ==== Responsive ==== */
@media (max-width: 768px) {
    .enquiry-popup .popup-content {
        width: 95%;
        padding: 15px 20px;
    }

    .enquiry-popup h2 {
        font-size: 18px;
    }

    .form-group input,
    .form-group select {
        font-size: 14px;
        padding: 8px;
    }

    .form-group label {
        font-size: 13px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 8px;
    }
    
    .gra-circle {
    display: none;
}


}

@media (max-width: 480px) {
 .enquiry-popup .popup-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-height: 63vh !important;
        padding: 8px 12px !important;
       
    }


    .form-group {
   
    margin-bottom: -4px !important;
}

   .enquiry-popup h2 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }

    .floating-buttons {
        bottom: 1px !important;
    }
}






/* 🔹 Popup Overlay */
.enquiry-popup {
  display: none; /* by default hidden, JS se show karein */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* 🔹 Popup Content Box */
.popup-content {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.2);
  animation: fadeInUp 0.35s ease;
}

.popup-content h2 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 20px;
    color: #d9534f;
    font-weight: 700;
}

/* 🔹 Close Button */
.close-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
  color: #444;
  transition: 0.2s;
}
.close-btn:hover { color: #d9534f; }

/* 🔹 Form Fields */
.form-group {
  position: relative;
  margin-bottom: 22px;
}

.form-group input, .form-group select {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-size: 15px;
    background: #f2f2f2;
    transition: border-color 0.25s, box-shadow 0.25s;
}

/* Focus effect */
.form-group input:focus,
.form-group select:focus {
  border-color: #d9534f;
  box-shadow: 0 0 6px rgba(217,83,79,0.3);
}

/* Labels */
.form-group label {
    /* position: absolute; */
    /* top: -9px; */
    left: 12px;
    padding: 0 6px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    background: #f2f2f2;
}

/* 🔹 Travellers Section */
.form-group label:first-child {
  position: static;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.form-group > div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-group > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 90px;
  min-width: 90px;
}

.form-group select {
  text-align: center;
  cursor: pointer;
}

.form-group small {
  margin-top: 6px;
  font-size: 12px;
  color: #555;
}

/* 🔹 Submit Button */
.submit-btn {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background: #d9534f;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #c9302c;
}

/* 🔹 Animation */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 🔹 Responsive */
@media (max-width: 600px) {
  .popup-content {
    max-width: 95%;
    padding: 25px 20px;
  }
  .form-group > div {
    gap: 10px;
  }
}


.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}







.item {
    position: relative;           /* For positioning text inside */
    border-radius: 15px;
    overflow: hidden;             /* To clip children (like text overlays) */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 10px;                 /* Space around each item */
    max-width: 300px;             /* Set max width */
    cursor: pointer;              /* Optional: pointer cursor on hover */
}
.item img {
    width: 100%;                  /* Full container width */
    height: 200px;                /* Fixed height for uniformity, adjust as needed */
    object-fit: cover;            /* Crop and scale image nicely */
    display: block;
    border-radius: 15px;          /* match the container radius */
}
/* Text overlay styling */
.item-text-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(0,0,0,0.5);  /* semi-transparent black background */
    padding: 5px 10px;
    border-radius: 8px;
    max-width: 80%;
}



.text-uppercase {
    color: #ff0006;
}



h2.footer-head red {
    color: #ff0006;
}



h2.footer-head {
    font-size: 41px;
    margin-bottom: 28px;
}

.enquiry-button {
    display: block;
}


.whatsapp-btn {
    display: none;
}






@media (max-width: 372px) {
    
    .floating-buttons .btn {
        
        font-size: 10px !important;

    }
    
    .floating-buttons {
      
        justify-content: center !important;
    }
    
    
}


.text-capitalize {
    color: rgb(95 199 191);
}






.gallery-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gallery-top {
  width: 100%;
  aspect-ratio: 16 / 9; /* landscape style */
  overflow: hidden;
  border-radius: 12px;
}

.gallery-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gallery-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.gallery-card .overlay-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

























