@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --primary-color: #F26A2E;
}

body {
  background-color: #f6f8fa;
  font-family: "Inter", sans-serif;
}

.navbar-section {
  background: white;
  padding: 20px 0;
  border-bottom: 1px solid #F5F5F5;
  /* background: #F5F5F5; */
}

.navbar-section img {
  height: 70px;
}

.navbar-section ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-section ul li {
  font-size: 13px;
}

.navbar-section ul :nth-child(1) {
  color: #000;
  font-weight: bolder;
}

.navbar-section ul :nth-child(2) {
  color: #858585;
  font-size: 10px;
  /* font-weight: ; */
}

.navbar-section span {
  margin-left: 53px;
  padding: 10px 20px;
  color: var(--primary-color);
}

.navbar {
  background-color: #fff;
}

.btn-primary-x {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #001942;
  padding: 8px 23px;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-size: 13px;
  margin-left: 30px;
}

.navbar-nav .active {
  border-top: 1px solid var(--primary-color);
  font-weight: bold;
}

.kt-banner {
  position: relative;
}

.bnr-content-container {
  position: absolute;
  z-index: 5;
  top: 15%;
  right: 10%;
  display: flex;
  color: #fff;
}

.bnr-content-container .date-label {
  font-size: 10px;
  background: #575E6D;
  border: 2px solid #575E6D;
  border-radius: 50px;
}

.bnr-content-container p {
  font-size: 14px;
}

.bnr-content-container .btn {
  font-size: 13px;
}

.bnr-content-container .btn-primary-y {
  border-radius: 50px;
  border: none;
  background: var(--primary-color);
  padding: 5px 20px;
}

.bnr-content-container .btn-primary-z {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: rgba(50, 41, 42, 0.6588235294);
  padding: 5px 20px;
}

#kt-banner .owl-dots {
  position: absolute;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#kt-banner .owl-dot {
  border: 2px solid #fff;
  margin-top: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#kt-banner .owl-dot button {
  padding: 0;
  margin: 0;
}

#kt-banner .active {
  background-color: var(--primary-color);
  border-radius: 50%;
}

.kt-clound-text-section {
  padding: 50px 0;
}

.kt-clound-text-section h1 {
  font-size: 30px;
  position: relative;
}

.kt-clound-text-section h1::after {
  content: "Travel Experiances in Kerala";
  position: absolute;
  bottom: -18px;
  color: rgba(87, 94, 109, 0.1294117647);
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 38px;
  z-index: -1;
  text-transform: uppercase;
}

.kt-overlay-img {
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: 1;
  width: 100%;
  transform: rotateX("80");
}

.over-2 {
  z-index: 2;
}

.text-heading {
  font-size: 20px;
  font-weight: bolder;
}

.kt-slider-item .row {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.kt-slider-item .kt-slider-content-bg {
  background-color: #fff;
  min-height: 280px;
  padding: 10px 20px !important;
}

.kt-slider-item .kt-slider-content-bg i {
  color: #F26A2E;
}

.kt-timeline-section img {
  width: 100%;
}

.add_banner_img {
  background-image: url(../images/add_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 106px 0px;
}

.kt-add-banner-section .add-banner-content h3 {
  margin-bottom: 50px;
}

.kt-add-banner-section .add-banner-content h5 {
  margin-bottom: 25px;
}

.kt-add-banner-section .add-banner-content p {
  text-align: justify;
}

.kt-add-banner-section .add-banner-content ul {
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
}

.kt-add-banner-section .add-banner-content i {
  color: #05c205;
  margin-right: 10px;
}

.kt-add-banner-section .add-banner-content button {
  border-radius: 50px;
  border: none;
  background: var(--primary-color);
  padding: 5px 20px;
  margin-top: 30px;
}

.kt-stayskerala-section .kt-slider-stayskerala-item .row {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.kt-stayskerala-section .kt-slider-stayskerala-item .kt-slider-content {
  padding: 20px;
  background-color: #fff;
  height: 200px;
  text-align: left;
}

.kt-stayskerala-section .kt-slider-stayskerala-item .kt-slider-content i {
  color: #F26A2E;
}

.box {
  overflow: hidden;
  position: relative;
}

.box::after {
  content: "";
  position: absolute;
  margin: 0 0 0 -20px;
  left: -3px;
  bottom: 200px;
  width: 298px;
  height: 30px;
  background: #ffffff;
  transform-origin: bottom left;
  transform: skew(40deg, 0deg);
}

.box .footer-card {
  position: absolute;
  bottom: 10px;
}

.kt-newsletter-section {
  background-image: url(../images/newsletter_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px;
}

.kt-newsletter-section input {
  width: 320px;
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
  margin-top: 30px;
  font-size: small;
}

.kt-newsletter-section button {
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #001942;
  padding: 7px 40px;
  font-size: small;
}

.kt-insta-data-section {
  position: relative;
}

.kt-insta-data-section .kt-insta-image-slider {
  margin-top: -60px;
}

.kt-insta-data-section .kt-insta-image-slider-item {
  padding: 15px;
}

.kt-insta-data-section img {
  border-radius: 10px;
}

.kt-insta-data-section .owl-carousel .owl-nav button.owl-next,
.kt-insta-data-section .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  padding: 10px;
  margin-right: 10px;
}

.kt-insta-data-section .owl-theme .owl-nav {
  text-align: right;
  margin-top: -10px;
}

.kt-insta-data-section .whatsnew {
  padding: 80px;
}

.kt-insta-data-section .whatsnew h3 {
  color: #b5b5b6;
}

.kt-insta-data-section .whatsnew .date-label {
  color: #b5b5b6;
  font-size: small;
}

.kt-insta-data-section .whatsnew h4 {
  font-weight: bold;
  font-size: medium;
}

.kt-insta-data-section .whatsnew p {
  text-align: justify;
}

.kt-insta-data-section .whatsnew .footer-card {
  position: absolute;
  bottom: 70px;
  color: #F26A2E;
}

.footer-section .navbar {
  background-color: #f6f8fa;
  border-top: solid #b5b5b6 1px;
}

.footer-section .navbar-brandfooter-div {
  background: #f6f8fa;
  padding: 10px 0;
  padding-left: 190px;
  padding-right: 180px;
  border-bottom: 1px solid #F5F5F5;
  /* background: #F5F5F5; */
}

.footer-section .navbar-brandfooter-div img {
  height: 70px;
}

.footer-section .navbar-brandfooter-div ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .navbar-brandfooter-div ul li {
  font-size: 13px;
}

.footer-section .navbar-brandfooter-div ul :nth-child(1) {
  color: #000;
  font-weight: bolder;
}

.footer-section .navbar-brandfooter-div ul :nth-child(2) {
  color: #858585;
  font-size: 10px;
  /* font-weight: ; */
}

.footer-section .navbar-brandfooter-div .nav-link i {
  padding-left: 20px;
}

.footer-section .navbar-brandfooter-div span {
  margin-left: 53px;
  padding: 10px 20px;
  color: var(--primary-color);
}

.footer-section .nav-wrapper {
  padding: 0 80px;
  width: 100%;
}

.icons i {
  padding: 0px 15px;
  cursor: pointer;
}

.icons i:hover {
  color: #F26A2E;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler {
  margin: 10px;
  margin-left: auto;
  border: none;
}

.add-banner-content {
  padding: 10px 40px;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  /* CSS */
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {

  /* CSS */
  .nav-link {
    font-size: 10px;
    margin-left: 10px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /* CSS */
  .nav-link {
    font-size: 10px;
    margin-left: 10px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {

  /* CSS */
  .navbar-section img {
    width: 100px;
  }

  .navbar-section span {
    margin-left: 0;
  }

  .navbar-section ul li {
    font-size: 10px;
  }

  .btn-primary-x {
    padding: 10px 20px;
    font-size: 10px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

  /* CSS */
  .navbar-section img {
    width: 100px;
  }

  .navbar-section span {
    margin-left: 0;
  }

  .navbar-section ul li {
    font-size: 10px;
  }

  .btn-primary-x {
    padding: 10px 20px;
    font-size: 10px;
  }

  .bnr-content-container {
    padding: 0 95px;
  }

  .bnr-content-container h2 {
    font-size: 10px;
  }

  .bnr-content-container p {
    font-size: 8px;
  }

  .bnr-content-container {
    top: 6%;
  }

  .bnr-content-container .date-label {
    font-size: 8px;
    margin-bottom: 5px;
  }

  #kt-banner .owl-dot {
    font-size: 7px;
    width: 17px;
    height: 17px;
  }

  .bnr-content-container .btn-primary-y,
  .bnr-content-container .btn-primary-z {
    font-size: 10px;
  }

  .footer-section .navbar-brandfooter-div {
    padding-left: 0;
  }

  .footer-section .navbar-brandfooter-div img {
    height: 50px;
  }

  .footer-section .navbar-brandfooter-div span {
    margin-left: 24px;
    padding: 10px 14px;
  }

  .navbar-brandfooter-div .btn-primary-x {
    margin-left: 20px;
    padding: 10px 30px;
  }

  .footer-section .navbar-brandfooter-div ul :nth-child(1) {
    font-size: 12px;
    width: 100px;
  }

  .formdiv input {
    margin-bottom: 10px;
  }

  .kt-slider-content-bg p {
    font-size: 10px;
  }

  .kt-slider-item .kt-slider-content-bg {
    min-height: 195px;
  }

  .add_banner_img {
    background: rgba(235, 235, 235, 0.5607843137) url(../images/add_banner.png);
    background-size: cover;
    background-blend-mode: lighten;
  }
}

/* ========================================
   ANIMATIONS FOR INDEX PAGE
   ======================================== */

/* Fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Apply animations to elements */
.kt-banner .banner-container {
  animation: fadeIn 1s ease-out;
}

.bnr-content-container h2 {
  animation: slideInLeft 0.8s ease-out 0.3s both;
}

.bnr-content-container p {
  animation: slideInLeft 0.8s ease-out 0.5s both;
}

.bnr-content-container .btn {
  animation: fadeInUp 0.8s ease-out 0.7s both;
}

.kt-clound-text-section h1 {
  animation: fadeIn 0.8s ease-out;
}

.kt-slider-item {
  animation: scaleIn 0.6s ease-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kt-slider-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.kt-slider-item img {
  transition: transform 0.4s ease;
}

.kt-slider-item:hover img {
  transform: scale(1.05);
}

.kt-slider-content-bg {
  transition: background-color 0.3s ease;
}

.kt-slider-item:hover .kt-slider-content-bg {
  background-color: #f8f9fa;
}

/* Stays Kerala Section Animations */
.kt-slider-stayskerala-item {
  animation: fadeInUp 0.6s ease-out;
}

.kt-slider-stayskerala-item .box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kt-slider-stayskerala-item:hover .box {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.kt-slider-stayskerala-item img {
  transition: transform 0.5s ease;
}

.kt-slider-stayskerala-item:hover img {
  transform: scale(1.08);
}

/* Add Banner Section Animation */
.add-banner-content {
  animation: slideInRight 0.8s ease-out;
}

.add-banner-content h3,
.add-banner-content h5 {
  animation: fadeIn 0.8s ease-out 0.3s both;
}

.add-banner-content ul li {
  animation: fadeInUp 0.6s ease-out both;
}

.add-banner-content ul li:nth-child(1) {
  animation-delay: 0.4s;
}

.add-banner-content ul li:nth-child(2) {
  animation-delay: 0.5s;
}

.add-banner-content ul li:nth-child(3) {
  animation-delay: 0.6s;
}

.add-banner-content ul li:nth-child(4) {
  animation-delay: 0.7s;
}

.add-banner-content button {
  animation: scaleIn 0.6s ease-out 0.8s both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.add-banner-content button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(242, 106, 46, 0.4);
}

/* Newsletter Section Animation */
.kt-newsletter-section h3,
.kt-newsletter-section p {
  animation: fadeIn 0.8s ease-out;
}

.kt-newsletter-section input {
  animation: slideInLeft 0.6s ease-out 0.3s both;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.kt-newsletter-section input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 10px rgba(242, 106, 46, 0.3);
}

.kt-newsletter-section button {
  animation: slideInRight 0.6s ease-out 0.3s both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kt-newsletter-section button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 25, 66, 0.3);
}

/* Instagram Section Animation */
.kt-insta-image-slider-item {
  animation: fadeIn 0.6s ease-out;
  transition: transform 0.3s ease;
}

.kt-insta-image-slider-item:hover {
  transform: scale(1.05);
}

.kt-insta-image-slider-item img {
  transition: filter 0.3s ease;
}

.kt-insta-image-slider-item:hover img {
  filter: brightness(1.1);
}

/* What's New Section Animation */
.whatsnew h3 {
  animation: fadeIn 0.8s ease-out;
}

.whatsnew .col-md-4 {
  animation: fadeInUp 0.6s ease-out both;
}

.whatsnew .col-md-4:nth-child(2) {
  animation-delay: 0.2s;
}

.whatsnew .col-md-4:nth-child(3) {
  animation-delay: 0.4s;
}

.whatsnew .col-md-4:nth-child(4) {
  animation-delay: 0.6s;
}

.whatsnew h4 {
  transition: color 0.3s ease;
}

.whatsnew .col-md-4:hover h4 {
  color: var(--primary-color);
}

.whatsnew .footer-card i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.whatsnew .col-md-4:hover .footer-card i {
  transform: translateX(5px);
  color: var(--primary-color);
}

/* Button Animations */
.btn-primary-x,
.btn-primary-y,
.btn-primary-z {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary-x::before,
.btn-primary-y::before,
.btn-primary-z::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-primary-x:hover::before,
.btn-primary-y:hover::before,
.btn-primary-z:hover::before {
  width: 300px;
  height: 300px;
}

.btn-primary-x:hover,
.btn-primary-y:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-primary-z:hover {
  background: rgba(50, 41, 42, 0.9);
  border-color: var(--primary-color);
}

/* Navigation Hover Effects */
.navbar-nav .nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease, left 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

/* Logo Animation */
.navbar-section img,
.navbar-brandfooter-div img {
  transition: transform 0.3s ease;
}

.navbar-section img:hover,
.navbar-brandfooter-div img:hover {
  transform: scale(1.05);
}

/* Social Icons Animation */
.icons i {
  transition: all 0.3s ease;
}

.icons i:hover {
  transform: translateY(-3px) rotate(5deg);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Reduce animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* ========================================
   ABOUT PAGE STYLES
   ======================================== */

/* About Hero Section */
.about-hero-section {
  background: linear-gradient(rgba(0, 25, 66, 0.7), rgba(0, 25, 66, 0.7)), url('../images/banner.png');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: white;
  text-align: center;
}

.about-hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-hero-section p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

/* About Story Section */
.about-story-section {
  padding: 50px 0;
  background-color: #fff;
}

.about-story-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #001942;
}

.about-story-section p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  color: #575E6D;
  margin-bottom: 15px;
}

.about-story-section img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


/* About Values Section */
.about-values-section {
  padding: 80px 0;
  background-color: #f6f8fa;
}

.about-values-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #001942;
  text-align: center;
}

.value-card {
  background: white;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-card i {
  font-size: 48px;
  color: #F26A2E;
  margin-bottom: 20px;
}

.value-card h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #001942;
}

.value-card p {
  font-size: 14px;
  color: #575E6D;
  line-height: 1.6;
}

/* About Team Section */
.about-team-section {
  padding: 80px 0;
  background-color: #fff;
}

.about-team-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #001942;
  text-align: center;
}

.about-team-section .subtitle {
  text-align: center;
  font-size: 16px;
  color: #575E6D;
  margin-bottom: 50px;
}

/* Stats Section */
.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #001942 0%, #0a2f5c 100%);
  color: white;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-item h3 {
  font-size: 48px;
  font-weight: bold;
  color: #F26A2E;
  margin-bottom: 10px;
}

.stat-item p {
  font-size: 16px;
  color: white;
}

/* About Mission Section */
.about-mission-section {
  padding: 80px 0;
  background-color: #f6f8fa;
}

.mission-content {
  background: white;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.mission-content h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #001942;
}

.mission-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #F26A2E;
}

.mission-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #575E6D;
  text-align: justify;
}

.mission-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mission-content ul li {
  padding: 10px 0;
  font-size: 16px;
  color: #575E6D;
}

.mission-content ul li i {
  color: #F26A2E;
  margin-right: 15px;
}

/* Responsive Styles for About Page */
@media (max-width: 768px) {
  .about-hero-section h1 {
    font-size: 32px;
  }

  .about-hero-section p {
    font-size: 16px;
  }

  .about-story-section h2,
  .about-values-section h2,
  .about-team-section h2,
  .mission-content h2 {
    font-size: 28px;
  }

  .mission-content {
    padding: 30px 20px;
  }

  .stat-item h3 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .about-hero-section {
    padding: 80px 0;
  }

  .about-hero-section h1 {
    font-size: 28px;
  }

  .about-hero-section p {
    font-size: 14px;
  }

  .about-story-section,
  .about-values-section,
  .about-team-section,
  .about-mission-section,
  .stats-section {
    padding: 50px 0;
  }

  .value-card {
    padding: 30px 20px;
  }

  .stat-item h3 {
    font-size: 32px;
  }
}



/* ========================================
   STAYS PAGE STYLES
   ======================================== */

/* Stays Hero Section */
.stays-hero-section {
  background: linear-gradient(rgba(0, 25, 66, 0.7), rgba(0, 25, 66, 0.7)), url('../images/banner1.png');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: white;
  text-align: center;
}

.stays-hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.stays-hero-section p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

/* Stays Categories Section */
.stays-categories-section {
  padding: 80px 0;
  background-color: #fff;
}

.category-card {
  background: #f6f8fa;
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-card:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-5px);
}

.category-card i {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.category-card:hover i {
  color: white;
}

.category-card h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #001942;
}

.category-card:hover h4 {
  color: white;
}

.category-card p {
  font-size: 14px;
  color: #575E6D;
  margin: 0;
}

.category-card:hover p {
  color: white;
}

/* Featured Stays Section */
.featured-stays-section {
  padding: 80px 0;
  background-color: #f6f8fa;
}

.stay-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.stay-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stay-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.stay-card-content {
  padding: 25px;
}

.stay-location {
  color: var(--primary-color);
  font-size: 14px;
  margin-bottom: 10px;
}

.stay-location i {
  margin-right: 5px;
}

.stay-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #001942;
}

.stay-card p {
  font-size: 14px;
  color: #575E6D;
  margin-bottom: 20px;
  line-height: 1.6;
}

.stay-features {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.stay-features span {
  font-size: 12px;
  color: #575E6D;
  background: #f6f8fa;
  padding: 5px 12px;
  border-radius: 20px;
}

.stay-features i {
  color: var(--primary-color);
  margin-right: 5px;
}

.stay-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #f6f8fa;
}

.stay-price {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
}

.stay-footer .btn {
  background: var(--primary-color);
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
}

/* Why Choose Section */
.why-choose-section {
  padding: 80px 0;
  background-color: #fff;
}

.feature-box {
  text-align: center;
  padding: 30px 20px;
}

.feature-box i {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #001942;
}

.feature-box p {
  font-size: 14px;
  color: #575E6D;
  line-height: 1.6;
}

/* ========================================
   CONTACT PAGE STYLES
   ======================================== */

/* Contact Hero Section */
.contact-hero-section {
  background: linear-gradient(rgba(0, 25, 66, 0.7), rgba(0, 25, 66, 0.7)), url('../images/banner3.png');
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: white;
  text-align: center;
}

.contact-hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-hero-section p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

/* Contact Main Section */
.contact-main-section {
  padding: 80px 0;
  background-color: #f6f8fa;
}

.contact-info-box {
  background: white;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f6f8fa;
}

.contact-info-item:last-of-type {
  border-bottom: none;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color), #ff8c5a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 24px;
  color: white;
}

.contact-details h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #001942;
}

.contact-details p {
  font-size: 14px;
  color: #575E6D;
  margin-bottom: 5px;
}

.social-links {
  margin-top: 30px;
}

.social-links h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #001942;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #f6f8fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001942;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-3px);
}

/* Contact Form */
.contact-form-box {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-form-box h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #001942;
}

.contact-form-box .form-label {
  font-weight: 600;
  color: #001942;
  margin-bottom: 8px;
}

.contact-form-box .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 14px;
}

.contact-form-box .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(242, 106, 46, 0.25);
}

.contact-form-box .btn-primary {
  background: var(--primary-color);
  border: none;
  border-radius: 50px;
  padding: 12px 40px;
  font-weight: bold;
}

.contact-form-box .btn-primary:hover {
  background: #d95a1f;
}

/* Map Section */
.map-section {
  padding: 0;
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* Quick Contact Section */
.quick-contact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #001942 0%, #0a2f5c 100%);
  color: white;
}

.quick-contact-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.quick-contact-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

.quick-contact-buttons .btn {
  border-radius: 50px;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 16px;
}

.quick-contact-buttons .btn i {
  margin-right: 10px;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background-color: #fff;
}

.faq-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #001942;
}

.faq-item {
  background: #f6f8fa;
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid var(--primary-color);
}

.faq-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #001942;
}

.faq-item h4 i {
  color: var(--primary-color);
  margin-right: 10px;
}

.faq-item p {
  font-size: 14px;
  color: #575E6D;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Styles for Stays and Contact Pages */
@media (max-width: 768px) {

  .stays-hero-section h1,
  .contact-hero-section h1 {
    font-size: 32px;
  }

  .stays-hero-section p,
  .contact-hero-section p {
    font-size: 16px;
  }

  .stay-card img {
    height: 200px;
  }

  .contact-form-box {
    padding: 30px 20px;
  }

  .quick-contact-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .quick-contact-buttons .btn.me-3 {
    margin-right: 0 !important;
  }
}

@media (max-width: 480px) {

  .stays-hero-section,
  .contact-hero-section {
    padding: 80px 0;
  }

  .stays-hero-section h1,
  .contact-hero-section h1 {
    font-size: 28px;
  }

  .category-card {
    padding: 30px 15px;
  }

  .stay-features {
    gap: 10px;
  }

  .stay-footer {
    flex-direction: column;
    gap: 15px;
  }

  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-icon {
    margin: 0 auto 15px;
  }
}

/*# sourceMappingURL=style.css.map */
/* Fix for unwanted button animation */
.btn-primary-x::before,
.btn-primary-y::before,
.btn-primary-z::before {
  display: none !important;
  content: none !important;
}

.btn-primary-x, .btn-primary-y, .btn-primary-z { overflow: visible !important; }


.loader{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 9999;
}