/**
* Template Name: EstateAgency
* Template URL: https://bootstrapmade.com/real-estate-agency-bootstrap-template/
* Updated: Aug 09 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */




/* Root Variables */
:root {
   --theam-color:#c19a6b;
   --them-ligh-color:#faf7f2;
  --bg-main: #b39469;  
  --color-main:#b39469;             /* Main background */
  --bg-dark: #2c3e50;                 /* Dark section bg */
  --bg-overlay: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95),
    rgba(0, 0, 0, 0.4)
  );
  --bg-button: #ffa500;               /* Button background */
  --bg-button-hover: #ffbb33;         /* Button hover */
  --bg-nav: rgba(231, 176, 79, 0.9);  /* Slider button */
  --bg-nav-hover: rgba(248, 197, 109, 0.95);
  --bg-dot: #ccc;                     /* Dots */
  --bg-dot-active: #e7b04f;
  --font-family:'Gilda Display';
  /*--font-family:'Barlow Condensed', sans-serif;*/
}

:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #1b1b1b; /* Color for headings, subheadings and title throughout the website */
  --accent-color:     #b39469; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #444444;  /* The default color of the main navmenu links */
  --nav-hover-color: #000000; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color:     #D6B588; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

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

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--font-family);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--font-family);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: white;
  /* background-color: var(--background-color); */
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;

}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 80px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo h1 span {
  color: white;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: white;
    font-size: 16px;
    padding: 0 2px;
    font-family: var(--font-family);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 2px 10px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--font-family);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding: 40px 0 0 0;
  position: relative;
}

.footer .icon {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer .address p {
  margin-bottom: 0px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 160px 0 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  /* background-color: var(--background-color); */
  /* padding: 60px 0; */
  /* scroll-margin-top: 90px; */
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  position: relative;
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-container {
  position: absolute;
  inset: 90px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;

  text-align: center;
}

@media (max-width: 575px) {
  .hero .carousel-container {
    inset: 90px 50px;
  }
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 45px !important;
  font-weight: 200;
  text-transform: uppercase;
  font-family:  var(--font-family) !important;

}

.hero h2 span {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero .btn-get-started {
  color: var(--contrast-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 40px;
  /* border-radius: 50px; */
  transition: 0.5s;
  margin: 10px 0;
  align-self: flex-start;
  flex-shrink: 0;
  border: 2px solid var(--accent-color);
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
  transition: 0.3s;
  opacity: 0.5;
  z-index: 3;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}



/* .carousel-indicators [data-bs-target]{
  width: 6px !important;
  height: 6px !important;


  border-radius: 10px !important;


} */


.hero .carousel-indicators li {
  cursor: pointer;
  opacity: 1;
  width: 6px !important;
  height: 6px !important;

  transition: 0.3s;
  padding: 0;
}



.hero .carousel-indicators .active {
  background-color: var(--accent-color);
  width: 25px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-bottom: 5px solid var(--surface-color);
  height: 100%;
}

.services .service-item .icon {
  color: var(--contrast-color);
  background: var(--accent-color);
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@media (min-width: 1365px) {
  .services .service-item:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
  }

  .services .service-item:hover h3 {
    color: var(--accent-color);
  }
}

/*--------------------------------------------------------------
# Agents Section
--------------------------------------------------------------*/
.agents .member {
  position: relative;
}

.agents .member .pic {
  overflow: hidden;
  margin-bottom: 50px;
}

.agents .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.agents .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.agents .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0;
}

.agents .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.agents .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.agents .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.agents .member .social a:hover {
  color: var(--accent-color);
}

.agents .member .social i {
  font-size: 16px;
  margin: 0 2px;
}




.solid {
  position: relative;                /* Needed for overlay */

  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Dark overlay */
.solid::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Actual testimonial content inside */
.testimonial-section-k91 {
  position: relative;
  z-index: 2;      /* Push content above overlay */
}


    .testimonial-section-k91 .testimonial-heading-k91 {
      font-size: 50px;
      text-align: center;
      color: white;
   
    }

    .text-same{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-family);

    }

    .testimonial-section-k91 .testimonial-stage-k91 {
      padding: 30px 0;
    }

    .testimonial-section-k91 .testimonial-nav-k91 {
      display: none;
    }

    .testimonial-section-k91 .testimonial-dots-k91 {
      text-align: center;
    }

    .testimonial-section-k91 .testimonial-dots-k91 span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .testimonial-section-k91 .testimonial-dots-k91 .active span {
      background: #01b0f8;
      height: 12px;
      width: 12px;
      margin-bottom: -1px;
    }

    .owl-carousel .owl-item img{
      margin: 40px  auto;
    }

    .testimonial-card-k91 {
      background: #fff;

      margin: 0 20px;
      padding: 0px 20px;
      border-radius: 20px;
      border: 0;
      text-align: left;
    }

    .testimonial-img-k91 {
      max-width: 130px;
      border-radius: 50%;
      margin: 15px auto 0;
      /* box-shadow: 0 8px 20px -4px #95abbb; */
      width: 100px;
      height: 130px;
      object-fit: cover;
      position: relative;
border: 3px  solid white;
      top: -25px;


      z-index: 999;
    }

    .testimonial-section-k91 .testimonial-name-k91 {
      color: #a5945e;
      font-size: 21px;
      line-height: 1.3;
    }

    .testimonial-section-k91 .testimonial-name-k91 span {
      font-size: 18px;
      color: #666;
    }

    .testimonial-section-k91 .testimonial-text-k91 {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }

    .testimonial-section-k91 .owl-item.active {
      opacity: 0.5;
      transition: all 0.3s;
    }

    .testimonial-section-k91 .owl-item.center {
      opacity: 1;
    }

    .testimonial-section-k91 .owl-item.center .testimonial-name-k91 {
      font-size: 24px;
    }

    .testimonial-section-k91 .owl-item.center .testimonial-name-k91 span {
      font-size: 20px;
    }

    @media (max-width: 767px) {
      .testimonial-section-k91 {
        margin-top: 20px;
      }
      
      .text-same{
          font-size:49px;
      }

    .solid{
        padding: 4px 20px;
    }

      
    }


        @media (min-width: 767px) {
     .testimonial-section-k91 {
      position: relative;

margin: 0 auto;

      width: 1200px;
    }



      
    }






    /* Container */
    .travel-gallery-container-krb91 { max-width: 1200px; margin: 0 auto; font-family: var(--font-family), serif; padding: 50px; }


    .premium{


      background-color: #F9F6F0;

    }

    /* Header */
    .travel-gallery-header-krb91 { text-align: center; margin-bottom: 40px; }
    .travel-gallery-header-krb91 h1 { font-size: 2.8rem; color: #2c3e50; margin-bottom: 15px; font-weight: 700; }
    .travel-gallery-header-krb91 p { font-size: 1.2rem; color: #7f8c8d; max-width: 700px; margin: 0 auto; line-height: 1.6; font-family:var(--font-family);}

    /* Gallery Container */
    .travel-gallery-wrapper-krb91 { position: relative; overflow: hidden; margin: 30px 0; }
    .travel-gallery-track-krb91 { display: flex; transition: transform 0.5s ease-in-out; padding: 10px 0; }

    /* Gallery Item */
    .travel-gallery-item-krb91 {
      flex: 0 0 calc(33.333% - 20px);
      margin: 0 10px;
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      height: 380px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      cursor: pointer;
    }
    .travel-gallery-item-krb91:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); }
    .travel-gallery-img-krb91 { width: 100%; height: 100%; object-fit: cover; display: block; }

    /* Always visible heading */
    .travel-gallery-title-krb91 {
      position: absolute;
      bottom: 10px;
      left: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      z-index: 2;
      transition: 0.3s ease-in-out;
    }
    .travel-gallery-item-krb91:hover .travel-gallery-title-krb91 { opacity: 0; visibility: hidden; }

    /* Overlay */
    .travel-gallery-overlay-krb91 {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.0));
      color: #fff;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease-in-out;
    }
    .travel-gallery-item-krb91:hover .travel-gallery-overlay-krb91 { opacity: 1; visibility: visible; }

    .travel-gallery-overlay-krb91 h3 { margin: 0 0 10px; font-size: 20px; color: white; }
    .travel-gallery-duration-krb91 { color: #f5f2ee; font-size: 0.9rem; margin-bottom: 15px; font-weight: 600; }

    /* Book button */
    .travel-gallery-bookbtn-krb91 {
      display: inline-block;
      margin-top: 10px;
      padding: 8px 15px;
background: var(--bg-main);
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      border-radius: 5px;
      transition: all 0.3s ease;
    }
    .travel-gallery-bookbtn-krb91:hover { color: #fcfbfb; }

    /* Navigation Buttons */
    .travel-gallery-navbtn-krb91 {
      position: absolute; top: 50%; transform: translateY(-50%);
    background: var(--bg-main); color: white; border: none;
      width: 50px; height: 50px; border-radius: 50%; cursor: pointer;
      font-size: 20px; z-index: 10;
    }
    .travel-gallery-navbtn-krb91:hover { background: rgba(248, 197, 109, 0.95); }
    .travel-gallery-prevbtn-krb91 { left: 15px; }
    .travel-gallery-nextbtn-krb91 { right: 15px; }

    /* Dots */
    .travel-gallery-dots-krb91 { display: flex; justify-content: center; margin-top: 30px; gap: 10px; }
    .travel-gallery-dot-krb91 { width: 12px; height: 12px; border-radius: 50%; background: #ccc; cursor: pointer; transition: all 0.3s ease; }
    .travel-gallery-dot-krb91.active {background: var(--bg-main); transform: scale(1.2); }

    /* Footer */
    .travel-gallery-footer-krb91 { text-align: center; margin-top: 50px; color: #7f8c8d; font-size: 0.9rem; }

    /* Responsive */
    @media (max-width: 1024px) { .travel-gallery-item-krb91 { flex: 0 0 calc(50% - 20px); } }
    @media (max-width: 768px) { .travel-gallery-item-krb91 { flex: 0 0 calc(100% - 20px); } }







    .tour-gallery { padding:40px 0; }
    .tour-gallery h2 { text-align:center; margin-bottom:30px; font-size:28px; font-weight:400; }

    /* Swiper container spacing */
    .swiper { padding: 10px 0 30px; }

    /* Each slide contains one image */
    .swiper-slide {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .swiper-slide img {
      width:100%;
      height:270px;          /* adjust height as you like */
      object-fit:cover;
border-radius: 50px 0px 0px 0px;

/* padding: 20px; */
    }

    /* Navigation style */

    


  

    .gallery-section {
      padding: 60px 20px;
      max-width: 100%;
      margin: auto;
      text-align: center;
    }

    .gallery-section h2 {
      font-size: 2.2rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #222;
    }

    .swiper {
      padding-bottom: 50px;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }

    .gallery-card {

      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      background: #fff;
    }

    .gallery-card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      display: block;

    }

    /* Navigation buttons */
    .swiper-button-next,
    .swiper-button-prev {
      color: #8a6d3b;
      background: #fff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 16px;
      font-weight: bold;
    }

    /* Pagination dots */
    .swiper-pagination-bullet {
      background: #8a6d3b;
      opacity: 0.6;
    }
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #8a6d3b;
    }





    a{
      text-decoration: none;
    }

    footer {
      background: #15151e;
      color: #fff;
    }

    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px 40px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .footer-col h5 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #fff;

      font-family: var(--font-family)
    }

    .footer-col p {
      font-size: 15px;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.6;
      margin-bottom: 15px;
      font-family: var(--font-family);
    }

    .footer-links li {
      list-style: none;
      margin-bottom: 8px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      text-decoration: none;
      transition: 0.3s;
      display: block;
      font-family: var(--font-family);
    }

    .footer-links a:hover {
      color: #ff7272;
    }

    .tags li {
      display: inline-block;
      margin: 4px 4px 0 0;
    }

    .tags a {
      font-size: 13px;
      padding: 6px 10px;
      border: 1px solid #333;
      border-radius: 4px;
      color: #aaa;
      text-decoration: none;
      transition: 0.3s;
    }

    .tags a:hover {
      background: #ff7272;
      color: #fff;
    }

    .social-links li {
      margin-bottom: 8px;
    }

    .social-links a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      text-decoration: none;
      transition: 0.3s;
    }

    .social-links a:hover {
      color: #ff7272;
    }

    .contact-info h5 {
      font-size: 20px;
      margin-bottom: 5px;
    }

    .contact-info a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 5px;
    }

    .contact-info a:hover {
      color: #ff7272;
    }

    .footer-bottom {
      background: #111;
      text-align: center;
      padding: 15px 10px;
      font-size: 14px;
      color: #fff;
      font-family: var(--font-family);
    }

    .footer-bottom a {
      color: #ff7272;
      text-decoration: none;
    }

    /* Responsive tweaks */
    @media (max-width: 768px) {
      .footer-container {
        grid-template-columns: 1fr 1fr;
      }


      html,body{
        overflow-x: hidden;
      }
    }

    @media (max-width: 500px) {
      .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
      }
      .tags li {
        display: inline-block;
      }
    }




        .themes-section {
            max-width: 1200px;
            margin: 30px auto;
            text-align: center;
        }

        .sectionsss-title {
            font-size: 2.8rem;
            color: #2c2c2c;
            margin-bottom: 60px;
            font-weight: 300;
            font-style: normal;
        }

        .themes-grid {
            display: flex;
            justify-content: center;
            gap: 50px;
            flex-wrap: wrap;
        }

        .theme-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .theme-item:hover {
            transform: translateY(-10px);
        }

        .theme-icon {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            margin-bottom: 25px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .theme-item:hover .theme-icon {
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .theme-title {
            font-size: 1.4rem;
            color: #2c2c2c;
            text-align: center;
            line-height: 1.3;
            font-weight: 400;
            font-family: var(--font-family);
        }

        /* Wildlife Tour */
        .wildlife-icon {
            background: radial-gradient(circle at 30% 30%, #f0f8e8 0%, #e8f5d8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .wildlife-scene {
            width: 160px;
            height: 120px;
            position: relative;
        }

        .tree {
            position: absolute;
            left: 20px;
            bottom: 20px;
            width: 30px;
            height: 50px;
        }

        .tree-trunk {
            width: 8px;
            height: 25px;
            background: #8B4513;
            margin: 0 auto;
        }

        .tree-leaves {
            width: 30px;
            height: 30px;
            background: #32CD32;
            border-radius: 50%;
            margin-bottom: -5px;
        }

        .elephant {
            position: absolute;
            right: 30px;
            bottom: 25px;
            width: 40px;
            height: 25px;
            background: #8B8B8B;
            border-radius: 20px 20px 10px 10px;
        }

        .elephant::before {
            content: '';
            position: absolute;
            left: -15px;
            top: 8px;
            width: 15px;
            height: 8px;
            background: #8B8B8B;
            border-radius: 10px;
        }

        .bird {
            position: absolute;
            top: 20px;
            right: 40px;
            width: 20px;
            height: 8px;
            background: #654321;
            border-radius: 10px;
        }

        .water {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 15px;
            background: linear-gradient(to right, #87CEEB, #4682B4);
            border-radius: 0 0 80px 80px;
        }

        /* Ayurveda and Yoga */
        .yoga-icon {
            background: radial-gradient(circle at center, #FF8C00 0%, #FF6347 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .yoga-figure {
            width: 80px;
            height: 100px;
            position: relative;
        }

        .yoga-body {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 60px;
            background: white;
            border-radius: 20px;
        }

        .yoga-arms {
            position: absolute;
            top: 15px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 30px;
            border: 4px solid white;
            border-bottom: none;
            border-radius: 30px 30px 0 0;
        }

        .yoga-head {
            position: absolute;
            top: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 50%;
        }

        .yoga-ornament {
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            height: 120px;
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
        }

        /* Golden Triangle */
        .triangle-icon {
            background: radial-gradient(circle at center, #8B4513 0%, #654321 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .palace-silhouette {
            width: 140px;
            height: 80px;
            position: relative;
        }

        .main-dome {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 40px;
            background: #FF8C00;
            border-radius: 25px 25px 0 0;
        }

        .main-dome::after {
            content: '';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 20px;
            background: #FF8C00;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        }

        .side-tower {
            position: absolute;
            bottom: 0;
            width: 20px;
            height: 50px;
            background: #FF6347;
            border-radius: 10px 10px 0 0;
        }

        .side-tower.left {
            left: 20px;
        }

        .side-tower.right {
            right: 20px;
        }

        .side-tower::after {
            content: '';
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 12px;
            height: 12px;
            background: #FF6347;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        }

        .minaret {
            position: absolute;
            bottom: 0;
            width: 8px;
            height: 35px;
            background: #D2691E;
            border-radius: 4px 4px 0 0;
        }

        .minaret.left {
            left: 5px;
        }

        .minaret.right {
            right: 5px;
        }

        /* Fairs and Festivals */
        .festival-icon {
            background: radial-gradient(circle at center, #F5E6A3 0%, #E6D68A 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .diya-container {
            width: 120px;
            height: 60px;
            position: relative;
        }

        .diya {
            position: absolute;
            bottom: 0;
            width: 50px;
            height: 25px;
            background: #8B4513;
            border-radius: 25px 25px 0 0;
        }

        .diya.left {
            left: 10px;
        }

        .diya.right {
            right: 10px;
        }

        .flame {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 8px;
            height: 15px;
            background: linear-gradient(to top, #FF6347, #FFD700);
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
        }

        .flame::after {
            content: '';
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 8px;
            background: #FFD700;
            border-radius: 50%;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .themes-grid {
                gap: 40px;
            }
            
            .theme-icon {
                width: 180px;
                height: 180px;
            }
            
            .section-title {
                font-size: 2.4rem;
            }
        }

        @media (max-width: 768px) {
            .themes-grid {
                gap: 30px;
            }
            
            .theme-icon {
                width: 160px;
                height: 160px;
            }
            
            .section-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            
            .theme-title {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 480px) {
            .themes-grid {
                flex-direction: column;
                align-items: center;
                gap: 40px;
            }
            
            .theme-icon {
                width: 180px;
                height: 180px;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
        }

        /* Animation effects */
        .theme-item {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        .theme-item:nth-child(1) { animation-delay: 0.1s; }
        .theme-item:nth-child(2) { animation-delay: 0.2s; }
        .theme-item:nth-child(3) { animation-delay: 0.3s; }
        .theme-item:nth-child(4) { animation-delay: 0.4s; }

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





  #uttrakhandSliderContainer {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
  }

  #uttrakhandSliderTrack {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .uttrakhandSlideItem {
    flex: 0 0 25%;
    padding: 7px;
    box-sizing: border-box;
  }

  .uttrakhandSlideImage {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
  }

  .uttrakhandNavButton {
    position: absolute;
    top: 60% !important;
    transform: translateY(-50%);
    background: #b39469;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #uttrakhandPrevBtn {
    left: 10px;
  }

  #uttrakhandNextBtn {
    right: 10px;
  }

  .uttrakhandImageWrapper {
    position: relative;
    width: 100%;
  
    border-radius: 30px 30px 0 0;
  }

  .uttrakhandTextContainer {
    background-color: white;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding-bottom: 15px;

    padding: 15px;
  }

  .uttrakhandTextContainer p {
    margin: 0;
    font-family: var(--font-family);
    font-size: 16px;

    color: rgb(41, 40, 40);

  }


    .uttrakhandTextContainer h3 {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;

    color: rgb(41, 40, 40);

  }

  .uttrakhandReadMoreBtn {
    background-color: transparent;
    border: none;
    color: #242222;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    font-family: var(--font-family);
    font-weight: 600;
    transition: color 0.3s;
  }

  .uttrakhandReadMoreBtn:hover {
    color: #a57500;
  }

  @media (max-width: 1024px) {
    .uttrakhandSlideItem {
      flex: 0 0 33%;
    }
  }

  @media (max-width: 768px) {
    .uttrakhandSlideItem {
      flex: 0 0 50%;
    }
  }

  @media (max-width: 480px) {
    .uttrakhandSlideItem {
      flex: 0 0 100%;
    }
    
    .uttrakhandNavButton {
      width: 30px;
      height: 30px;
      font-size: 14px;
    }
  }


  
        .why-us-section {
            max-width: 1200px;
            margin: 0 auto;
            color: white;

           
        }


        .logics{


              background-color: #1f1e1e;

              padding: 70px;

        }

        .section-header {
            text-align: left;
           
        }

        .section-title {
            font-size: 3.5rem;
            font-weight: 300;
            margin-bottom: 10px;
text-align: left;
            color: white !important;
            letter-spacing: 2px;
        }

        .section-subtitle {
            font-size: 0.9rem;
            color: #d4af37;
            letter-spacing: 3px;
            text-transform: uppercase;
            font-weight: 400;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .feature-card {
            border: 2px solid #444;
            padding:10px;
            background-color: rgba(255, 255, 255, 0.02);
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            border-color: #d4af37;
            background-color: rgba(255, 255, 255, 0.05);
            transform: translateY(-5px);
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 25px;
            fill: white;
        }

        .feature-title {
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 15px;
            letter-spacing: 1px;
                     color: #b8b8b8 !important;
        }

        .feature-description {
            color: #b8b8b8 !important;
            font-size: 0.95rem;
            line-height: 1.4;
            letter-spacing: 0.5px;
        }

        @media (max-width: 768px) {
            .features-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .section-title {
                font-size: 2.5rem;
            }
            .logics{
                padding: 15px;
            }
            
            .feature-card {
                padding: 30px 20px;
            }
        }


/* Responsive Fixes */
@media (max-width: 1200px) {
  .contact-info-area {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .contact-form-area,
  .contact-info-area {
    width: 100%;
    min-width: unset;
  }

  .contact-form-area {
    padding: 25px 20px;
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 26px;
  }

  .contact-box {
    padding: 20px;
  }

  .contact-form-area input,
  .contact-form-area textarea {
    font-size: 13px;
    padding: 10px 12px;
  }

  .btn-submit {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .section-header p {
    font-size: 14px;
    padding: 0 10px;
  }

  .contact-wrapper {
    gap: 30px;
  }

  .contact-map iframe {
    height: 300px;
  }

  .contact-form-area {
    padding: 20px;
  }
}



    .custom-gallery-section {
      padding: 60px 20px;
      text-align: center;
      max-width: 1200px;
      margin: auto;
    }

    .custom-gallery-section h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #222;
    }

    .image-row {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }

    .img-container {
      position: relative;
    }


      .img-containers {
      position: relative;
    }


    .img-container img {
      width: 330px; /* fixed width */
      height: 250px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }


        .img-containers img {
      width: 500px; /* fixed width */
  height: 250px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }


    .img-container img:hover {
      transform: scale(1.05);
    }

    .img-text {
      position: absolute;
      top: 10px;
      left: 10px;
      /* background: rgba(0,0,0,0.6); */
      color: #fff;
      padding: 5px 10px;
      border-radius: 6px;
      font-size: 0.9rem;
    }

    .text-box {
      margin-top: 20px;
      font-size: 1.1rem;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #555;
    }

    /* Responsive */
    @media (max-width: 1100px) {
      .img-container img {
        width: 90%; /* shrink on smaller screens */
      }


        .img-containers img {
        width: 90%; /* shrink on smaller screens */
      }
    }

    
    .testimonial-body-k91{


      margin-top: -40px;

    }








.places-section {
  padding: 80px 20px;
  margin: 0 auto;
  text-align: center !important;
  background: #fff;
width: 1000px;

  font-family: var(--font-family);
}

.section-subtitle {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-family);
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.section-description {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.places-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  justify-items: center;
  align-items: center;
}

.place-card {
  background: #fdfdfd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-align: center !important;

  justify-content: center !important;
}

.place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

.place-name {
  padding: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  background: #f7f3ef;
}

body {
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;  /* change to 300, 500, 600 etc. */
  font-style: normal;
}

/* Headings use Playfair Display for elegance */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  font-weight: 700;
}

/* Navigation menu also in Smooch Sans */
#navmenu a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
      list-style: none;
    text-decoration: none;
    white-space: normal;   /* ✅ allow wrapping */
  word-wrap: break-word; /* ✅ break long words if needed */
}

/* Hero section big title in Playfair Display (optional) */
.hero h2 {
  font-family: var(--font-family);
  font-weight: 500;

  font-size: 90px;
}


.discover-section {
  background: #faf7f2;
  font-family: var(--font-family);
}

.discover-title {
  font-family: var(--font-family);
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.discover-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  position: relative;
}

.img-box { position: relative; display: inline-block; box-shadow: 0px 4px 10px rgba(0,0,0,0.15); border-radius: 6px; overflow: hidden; height: 400px; } .img-box img { width: 100%; /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */ border: 3px solid rgb(247, 244, 244); height: 100%; border-radius: 6px; } .main-img { width: 320px; margin-bottom: 15px; } .small-img { width: 200px; height: 200px; } .smalls-img { width: 250px; height: 300px; }
/* Tape and Pin Decorations */
.tape {
  position: absolute;
  width: 60px;
  height: 15px;
  /* background: #e0dfdb; */
  opacity: 0.9;
}

.tape-top-left {
  top: -10px;
  left: -15px;
  transform: rotate(-10deg);
}

.tape-bottom-left {
  bottom: -10px;
  left: -15px;
  transform: rotate(8deg);
}

.tape-bottom {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
}

.pin {
  width: 12px;
  height: 12px;
  background: #d2b100;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}




        .discover-section {

  font-family: var(--font-family);
}


.discover-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.card-box {
  width: 500px;
  background: #fdfcf9;


  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-box img {
  width: 100%;
  height: 330px;          /* Fixed height */
  object-fit: cover;      /* Crop instead of squish */
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  font-family: var(--font-family);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #fe8d8;
}

.btn-learn {
  display: inline-block;
  padding: 10px 18px;
  background: #b48a55;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.btn-learn:hover {
  background: #9c7649;
}



.video-hero {
  position: relative;
  width: 100%;
  height: 600px;  /* adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: var(--font-family);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45); /* dark overlay for readability */
}

.video-content {
  position: relative;
  z-index: 2;
}

.video-content .stars {
  font-size: 1.2rem;
  letter-spacing: 3px;
  color: gold;
  margin-bottom: 10px;
}

.video-content .subheading {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.video-content h2 {
  font-family: var(--font-family);
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 2rem;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.play-btn:hover {
  background: #f1c40f;
  color: #000;
  transform: scale(1.1);
}









    #sliderContainer {
      max-width: 1100px;
      margin: auto;
      overflow: hidden;
      position: relative;
    }

    #sliderTrack {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slideItem {
      flex: 0 0 33%;
      padding: 7px;
      box-sizing: border-box;
      /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
    }

    .slideItem img {
      width: 100%;
      height: 250px;
      display: block;
      /* border-radius: 10px 10px 0 0; */
    }

    .navButton {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(175, 101, 16, 0.9);
      color: white;
      border: none;
      padding: 10px 18px;
      cursor: pointer;

      border-radius: 50%;
      z-index: 10;
      font-size: 18px;
    }

    #prevBtn {
      left: 10px;
    }

    #nextBtn {
      right: 10px;
    }

    @media (max-width: 768px) {
      .slideItem {
        flex: 0 0 50%;
      }

      /* body,html{
        overflow-x: hidden;
      } */
.discover-title{
  font-size:1.5rem;   
}



    }





        @media (min-width: 1281px) {
      .slideItem {
        flex: 0 0 50%;
      }

      /* body,html{
        overflow-x: hidden;
      } */

.img-box img {
  width: 100%;
/* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
  border: 3px solid rgb(247, 244, 244);
height: 100%;

}

.main-img {
  width: 320px;
  margin-bottom: 15px;

}

.small-img {
  width: 200px;


  height: 240px;
}

.smalling-img{

    width: 200px;

z-index: 20;
  bottom: -50px;
right: -50px;

  height: 230px;

}

.smalls-img {
  width: 280px;

z-index: 20;
  bottom: -300px;
left: -140px;

  height: 150px;
}
/* Tape and Pin Decorations */


    }

    @media (max-width: 480px) {
      .slideItem {
        flex: 0 0 100%;
      }
    }

    .imageBox {
      position: relative;
      width: 100%;
      height: auto;
    }

    .textSection {
      text-align: start;
      /* border-radius: 0 0 10px 10px; */

      padding: 20px;
    }

    .textSection h3 {
      font-size: 19px;
    }

    .textSection p {
      color: black;

      font-size: 13px;
    }

    .tagGroup {
      display: flex;
      flex-wrap: wrap;

      gap: 5px;
    }

    .tagItem {
      font-size: 10px;
      padding: 3px 5px;
      /* border-radius: 20px; */
      border: 1px solid #c5b06b;
      color: #444;
      white-space: nowrap;
    }

    #highlightTag {
      /* background-color: #bb8508; */
      border: 1px solid rgb(245, 146, 34) !important;
      color: rgb(202, 118, 7) !important;

      padding: 10px;
    }

    #headingWrap {
      text-align: center;
      margin: 50px 0 20px;
    }

    #mainHeading {
      font-size: 2.5rem;
      color: #333;
      font-weight: bold;
      margin: 10px 0;
    }

    #subHeading {
      font-size: 1.2rem;
      color: #777;
      text-align: center;
      margin-bottom: 30px;
    }

    @keyframes bottomToTop {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    #headingWrap, #subHeading {
      opacity: 0;
      animation: bottomToTop 1s ease-out forwards;
    }





    .gallery-wrapper {
      background-color: #15151e;
    }

    .gallery-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .gallery-header span {
      display: block;
      font-size: 0.9rem;
      color: #bbb;
      margin-bottom: 5px;
      text-align: center;
    }

    .gallery-header h2 {
      font-size: 2rem;
      margin-bottom: 30px;
      color: #fff;
      text-align: center;
    }

    .gallery-row {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }

    .gallery-item {
      position: relative;
      flex: 1 1 calc(33.33% - 20px); /* 3 per row desktop */
      max-width: 350px;
    }

    .gallery-item img {
      width: 100%;
      height: 390px;
      /* border-radius: 12px; */
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      display: block;
    }

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

    .gallery-caption {
      position: absolute;
      bottom: 10px;
      left: 50px;
      right: 10px;
      background: #ebebeb;
      color: #1b1a1a;
      padding: 10px;
      text-align: left;
      font-size: 0.8rem;
      border-radius: 6px;
    }

    /* Tablet */
    @media (max-width: 900px) {
      .gallery-item {
        flex: 1 1 calc(50% - 20px); /* 2 per row */
      }
    }

    /* Mobile */
    @media (max-width: 600px) {
      .gallery-item {
        flex: 1 1 100%; /* 1 per row */
        max-width: 100%;
      }

      .gallery-header h2 {
        font-size: 1.5rem;
      }
    }



    



    .travel-section {
      position: relative;
      padding: 60px 0;
      background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
      overflow: hidden;
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      z-index: 2;
    }

    .content-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .travel-illustration {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 280px;
    }

    .travel-illustration img {
      width: 100%;
      max-width: 400px;
      height: auto;
    }

    .illustration-container {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      min-width: 300px;
    }

    .curved-background {
      width: 100%;
      max-width: 700px;
      padding: 40px 30px;
      background: #B8956A;
      border-radius: 100px;
      position: relative;
      z-index: 1;
    }

    .curved-background::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 60px;
      width: 60px;
      height: 60px;
      background: #A0824F;
      border-radius: 50%;
    }

    .curved-background::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: -10px;
      width: 50px;
      height: 50px;
      background: #A0824F;
      border-radius: 50%;
    }

    .text-content {
      color: #fff;
      text-align: left;
    }

    .subtitle {
      font-size: 0.9rem;
      color: #2c2c2c;
      margin-bottom: 15px;
      font-weight: 500;
    }

    .main-title {
      font-size: 2.5rem;
      color: #fff;
      line-height: 1.2;
      margin-bottom: 20px;
      font-weight: 300;
      font-family: var(--font-family);
    }

    .description {
      font-size: 0.95rem;
      line-height: 1.6;
      color: #222;
      margin-bottom: 25px;
    }

    .cta-button {
      background: #fff;
      color: #2c2c2c;
      border: none;
      padding: 12px 20px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      border-radius: 6px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .content-wrapper {
        flex-direction: column;
        gap: 40px;
        text-align: center;
      }
      .text-content {
        text-align: center;
      }
      .curved-background {
        border-radius: 50px;
        padding: 30px 20px;
      }
      .main-title {
        font-size: 2rem;
      }
    }

    @media (max-width: 600px) {
      .main-title {
        font-size: 1.6rem;
      }
      .description {
        font-size: 0.9rem;
      }
      .cta-button {
        font-size: 0.85rem;
        padding: 10px 16px;
      }
      .curved-background {
        max-width: 100%;
      }
    }


        .packages-list {
      max-width: 1200px;
      margin: 0 auto 20px;
      line-height: 1.8;
      font-size: 15px;
      color: #ccc;
      font-family: var(--font-family);
      text-align: center;
    }

    .packages-list a {
      color: #ccc;
      text-decoration: none;
      margin: 0 6px;
      transition: 0.3s;
    }

    .packages-list a:hover {
      color: #fff;
    }

    .payment-section {
      text-align: center;
      margin-top: 20px;
      font-family: var(--font-family);
    }

    .payment-section p {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 15px;
      color: #fff;
      font-family: var(--font-family);
    }

    .payment-icons {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .payment-icons img {
      height: 35px;
      transition: 0.3s;
      filter: brightness(0) invert(1);
    }

    .payment-icons img:hover {
      transform: scale(1.1);
    }


     @media (max-width: 768px) {
      .packages-list {
        font-size: 13px;
      }
      .payment-icons img {
        height: 28px;
      }
    }

    @media (max-width: 480px) {
      .packages-list {
        font-size: 12px;
        line-height: 1.6;
      }
      .payment-icons {
        gap: 20px;
      }
    }




    .explore-places-wrapper-krb91 {
      padding: 60px 20px;
      text-align: center;
      max-width: 1200px;
      margin: auto;
    }

    .explore-subtitle-txt-krb91 {
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 10px;
    }

    .explore-title-heading-krb91 {
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: 20px;
      color: #222;
      line-height: 1.3;
    }

    .explore-description-para-krb91 {
      max-width: 800px;
      margin: 0 auto 40px auto;
      font-size: 1rem;
      line-height: 1.6;
      color: #555;
      padding: 0 10px;
    }

    /* FLEX CONTAINER */
    .explore-flex-container-krb91 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .explore-card-item-krb91 {
      background: #faf8f5;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      flex: 1 1 250px;
      max-width: 300px;
    }

    .explore-card-item-krb91:hover {
      transform: translateY(-8px);
    }

    .explore-card-image-krb91 {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .explore-card-title-krb91 {
      font-size: 1.9rem;
      font-family: var(--font-family);
      font-weight: 500;
      margin: 15px 0;
      color: #222;
    }

    /* 📱 Responsive Adjustments */
    @media (max-width: 992px) {
      .explore-title-heading-krb91 {
        font-size: 2rem;
      }
      .explore-description-para-krb91 {
        font-size: 0.95rem;
      }
    }

    @media (max-width: 768px) {
      .explore-places-wrapper-krb91 {
        padding: 40px 15px;
      }
      .explore-title-heading-krb91 {
        font-size: 1.8rem;
      }
      .explore-description-para-krb91 {
        font-size: 0.9rem;
      }
      .explore-card-image-krb91 {
        height: 180px;
      }
    }

    @media (max-width: 480px) {
      .explore-title-heading-krb91 {
        font-size: 1.6rem;
      }
      .explore-subtitle-txt-krb91 {
        font-size: 0.8rem;
      }
      .explore-description-para-krb91 {
        font-size: 0.85rem;
      }
      .explore-card-image-krb91 {
        height: 160px;
      }
      .explore-card-title-krb91 {
        font-size: 1rem;
      }
    }




/* Filter Overlay Styling */
.search-filter-bar-krb91 {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width:80%!important;
  display: flex;
  justify-content: center;
}

.search-filter-container-krb91 {
  display: flex;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;

  

}

.search-filter-select-krb91 {
  border: none;
  padding: 15px 20px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  appearance: none;
  background: #fff;
  border-right: 1px solid #ddd;
}

.search-filter-select-krb91:last-of-type {
  border-right: none;
}

.search-filter-btn-krb91 {
  background: #a37946;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-filter-btn-krb91:hover {
  background: #8c6537;
}

/* Responsive */
@media (max-width: 768px) {
  .search-filter-container-krb91 {
    flex-direction: column;
    width: 95%;
  }
  .search-filter-select-krb91,
  .search-filter-btn-krb91 {
    border-right: none;
    border-bottom: 1px solid #ddd;
    width: 50%;
    text-align: left;
  }
  .search-filter-btn-krb91 {
    border-bottom: none;
    text-align: center;
  }


  .swiper-wrapper{

  padding: 0px !important;
}

}


@media (min-width: 900px) {
.search-filter-select-krb91 {

  padding: 15px 80px;

}



    .swiper-slide img {


padding: 20px !important;

    }

}

.swiper-wrapper{

  padding: 50px;
}

.tape {
  position: absolute;
  width: 110px;
  height: 20px;
  background: rgba(194, 192, 192, 0.9);
  transform: rotate(-40deg);
  z-index: 999; /* ensures tape is above the image */


  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tape-top-left {
  top: 10px;
  left: -20px;
}





  .header {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;

  }

  /* Scrolled state */
  .header.scrolled {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }

  /* Optional: nav links when header is white */
  .header.scrolled .navmenu a {
    color: #333;
  }

  .header .navmenu a {
    color: #333; /* default before scroll */
    transition: color 0.3s ease;
  }











    .error-container {
      max-width: 500px;
      padding: 30px;

text-align: center;
   margin: 0 auto;
    }

    .error-code {
      font-size: 120px;
      font-weight: bold;
      color: #2c4a8c;
      text-shadow: 2px 2px #d1d9e6;
    }

    .error-message {
      font-size: 22px;
      margin: 10px 0;
    }

    .error-description {
      font-size: 16px;
      color: #555;
      margin-bottom: 25px;
    }

    .home-btn {
      display: inline-block;
      padding: 12px 28px;
      background: #2c4a8c;
      color: white;
      text-decoration: none;
      border-radius: 25px;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .home-btn:hover {
      background: #1a2a56;
    }

    @media (max-width: 480px) {
      .error-code {
        font-size: 90px;
      }
      .error-message {
        font-size: 18px;
      }
    }











        body{
            box-sizing: border-box;
        }
 
    .trip-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 60px auto;

      padding: 50px;

    
    }

    .trip-card {
      position: relative;
      /* border-radius: 15px; */
      overflow: hidden;
      color: #fff;
      height: 500px;
      display: flex;



  
      align-items: flex-end;
      background-size: cover;
      background-position: center;

          transition: transform 0.5s ease; /* smooth scale */
    }


    

    .trip-card::after {


content: "";
position: absolute;
top: 74%;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);


    }



      .trip-card:hover {
border-right: 1px solid rgb(245, 242, 242);

     
    }

    .trip-content {
      position: relative;
      padding: 20px;
      z-index: 2;
    }

    .trip-title {
      font-size: 1.3rem;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .trip-details {
      font-size: 0.9rem;
      margin-bottom: 15px;
      line-height: 1.5;
    }

    .trip-btn {
      display: inline-block;
      padding: 10px 20px;
      /*background: transparent;*/
      /*color: rgb(26, 26, 63);*/
      font-weight: 600;
      text-decoration: none;
      /* border-radius: 3px; */
      transition: background 0.3s;
          background: var(--theam-color);

      color: white;

     
    }

    .trip-btn:hover {
      background: rgb(26, 26, 63);

      color: white;

     
    }

    /* Icons */
    .trip-details i {
      margin-right: 5px;
      color: white;
    }

    @media(max-width: 768px){
      .trip-card{
        /*height: 300px;*/
      }

.trip-container{



    padding: 0px !important;
}
    }



        .trip-card:hover {
      transform: scale(1.05);
    }




    .rajasthan-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .raja-navigation {
        background-color: #f8f5f0;
        padding: 20px 0;
        text-align: center;
    }

    .raja-nav-list {
        display: inline-flex;
        gap: 30px;
        list-style: none;
        flex-wrap: wrap;
        justify-content: center;
    }

    .raja-nav-item {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        font-weight: 500;
        padding: 8px 20px;
        border-radius: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .raja-nav-item.raja-active {
        background-color: #b8956a;
        color: white;
    }

    .raja-nav-item:not(.raja-active) {
        color: #888;
    }

    .raja-nav-item:not(.raja-active):hover {
        color: #b8956a;
    }

    .raja-content-section {
        padding: 80px 0;
        background-color: white;
    }

    .raja-section-title {
        font-size: 48px;
        font-weight: 300;
        color: #4a4a4a;
        text-align: center;
        margin-bottom: 60px;
        letter-spacing: 1px;
    }

    .raja-content-text {
        max-width: 1200px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        text-align: justify;
    }

    .raja-content-text p {
        margin-bottom: 25px;
    }

    .raja-content-text p:last-child {
        margin-bottom: 0;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .raja-nav-list {
            flex-direction: column;
            gap: 15px;
        }

        .raja-section-title {
            font-size: 36px;
        }

        .raja-content-text {
            padding: 0 20px;
            font-size: 15px;
        }
    }




.custom-btn {
  display: inline-block;
  background-color: #a67c52; /* Brown shade */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 12px 40px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;

  margin-top: 30px;
}

.custom-btn:hover {
  background-color: #8c6239; /* Darker brown on hover */
  color: #fff;
  text-decoration: none;
}




  .travel-destination-wrapper {
    max-width: 1200px;
    margin: 0 auto;


    padding: 50px 10px;
  }

  .travel-destination-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .travel-destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgb(163, 157, 157);
    display: flex;
    flex-direction: column;
  }

  .travel-destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .travel-destination-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
  }

  .travel-destination-info {
    position: absolute;
    bottom: 48px;
    left: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
  }

  .travel-destination-title {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 600;
  }

  .travel-destination-line {
    display: inline-block;
    width: 50%;
    height: 2px;
    background-color: #c9a15d;
    border: none;
    margin: 6px 0;
  }

  .travel-destination-text {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.4;
  }

  .travel-destination-link {
    display: block;
    text-align: center;
  background: var(--accent-color);
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    font-weight: 500;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: background 0.3s;
  }

  .travel-destination-link:hover {
    background: #8b6236;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {

    .travel-destination-info {
      bottom: 50px;
      padding: 12px;
    }
    .travel-destination-title {
      font-size: 16px;
    }
    .travel-destination-text {
      font-size: 12px;
    }

    html,body{

        overflow-x: hidden;
    }
  }

  @media (max-width: 480px) {
    .travel-destination-image {
      height: 220px;
    }
    .travel-destination-line {
      width: 40%;
    }
  }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    .golden-tour-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .golden-tour-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 25px;
      padding: 20px 0;
    }

    .golden-tour-card {
      background: #f8f5f0;
      border-radius: 15px;
      box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .golden-tour-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    .golden-tour-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .golden-tour-content {
      padding: 20px;
    }

    .golden-tour-title {
      font-size: 18px;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 8px;
      line-height: 1.3;
    }

    .golden-tour-duration {
      color: #C19A6B;
      font-size: 14px;
      margin-bottom: 12px;
      font-weight: 500;
    }

    .golden-tour-rating {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
    }

    .golden-tour-rating-badge {
  background: var(--accent-color);
      color: white;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 12px;
      font-weight: bold;
      margin-right: 8px;
    }

    .golden-tour-rating-text {
      font-size: 12px;
      color: #666;
    }

    .golden-tour-description {
      color: #666;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .golden-tour-btn {
        background: var(--accent-color);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      width: 160px;
      display: block;
      margin: 0 auto;
    }

    .golden-tour-btn:hover {
  background: var(--accent-color);
      transform: translateY(-1px);
    }

    .golden-tour-header {
      text-align: left;
      margin: 50px 0px;
    }

    .golden-tour-header h1 {
      color: #2c3e50;
      font-size: 32px;
      margin-bottom: 10px;
    }

    .golden-tour-header p {
      color: #666;
      font-size: 16px;
    }

    @media (max-width: 768px) {
      .golden-tour-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .golden-tour-card {
        margin: 0 10px;
      }
    }


    * { margin:0; padding:0; box-sizing:border-box; }

    .articles-container { max-width:1200px; margin:0 auto; padding:0 20px; }
    .article-card { position:relative; text-decoration:none; color:inherit; transition: transform 0.2s ease; margin-bottom:50px; display:block; }
    .article-card:hover { transform:translateY(-2px); }
    .article-image { width:100%; height:400px; object-fit:cover; display:block; }
    .article-heading-overlay { position:absolute; top:15px; left:15px;    background: var(--accent-color);   color:#fff; padding:6px 14px; font-size:18px;   }
    .article-overlay { position:absolute; bottom:205px; right:15px; background:rgba(196,188,188,0.85); color:#fff; padding:6px 14px; font-size:14px; width:400px; }
    .article-content { padding:16px 0px; display:flex; flex-direction:column; justify-content:space-between; }
    .article-title { font-size:16px; font-weight:700; color:#1f2937; line-height:1.3; margin-bottom:8px; }
    .article-excerpt { font-size:13px; color:#6b7280; line-height:1.4; margin-bottom:12px; }
    .more-text { display:none; }
    .read-more {color: var(--accent-color);
 font-weight:bold; cursor:pointer; display:inline-block; margin:15px 0px; }
    @media (max-width:768px) { .article-image { height:250px; } .article-heading-overlay { font-size:15px; padding:5px 10px;  } }


 .terms-conditions-container {
      font-family: var(--font-family);
      /* background-color: #f8f5f0; */
      color: #333333;
      line-height: 1.6;
      padding: 40px 80px;
      max-width: 1200px;
      margin: 0 auto;

    }

    .terms-section {
      margin-bottom: 40px;
      padding: 20px;
      background-color: #ffffff;
      border-radius: 5px;

    }

    .terms-section-title {
      text-align: center;
      font-size: 20px;
      margin: 15px 0 20px;
      color: #004d4d;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 10px;
    }

    .terms-paragraph {
      margin: 15px 0;
      font-size: 14px;
      text-align: justify;
    }

    .terms-bold-text {
      font-weight: bold;
    }

    .terms-subtitle {
      font-weight: bold;
      color: #004d4d;
      display: inline-block;
      margin-right: 5px;
    }

    .terms-header {
      text-align: center;
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 2px solid #b7b9b9;
    }

    .terms-main-title {
      font-size: 28px;
   color: var(--default-color);
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .terms-date {
      font-style: italic;
      color: #666666;
    }

    @media (max-width: 768px) {
      .terms-conditions-container {
        padding: 20px;
      }
      
      .terms-section-title {
        font-size: 18px;
      }
      
      .terms-main-title {
        font-size: 24px;
      }
    }


.flights{
  background-color: rgba(248, 245, 240, 0.9);
}

    /* Container */
    .htg-container {
      max-width: 1200px;
      margin: 60px auto;
      padding: 50px;

    }

    /* Section Title */
    .htg-section-title {
      font-size: 48px;
      font-weight: 400;
      text-align: left;
   color: var(--default-color);
      margin-bottom: 60px;
      letter-spacing: -0.5px;
      opacity: 0;
      transform: translateY(20px);
      animation: htg-fade-up 1s forwards;
    }

    /* Grid */
    .htg-options-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    /* Card */
    .htg-option-card {
      background: #fff;
      border: 2px solid #e5e5e5;
      border-radius: 20px;

      border: 1px solid rgb(94, 91, 91);
      padding: 35px 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      opacity: 0;
      transform: translateY(30px);
      animation: htg-fade-up 0.8s forwards;
    }

    .htg-option-card:nth-child(1) { animation-delay: 0.2s; }
    .htg-option-card:nth-child(2) { animation-delay: 0.4s; }
    .htg-option-card:nth-child(3) { animation-delay: 0.6s; }

    .htg-option-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.1);
      border-color: #d0d0d0;
    }

    /* Icon Circle */
    .htg-icon-circle {
      width: 80px;
      height: 80px;
      border: 2px solid #333;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      transition: all 0.3s ease;
    }

    .htg-option-card:hover .htg-icon-circle {
      background: #333;
      color: #fff;
    }

    .htg-icon-circle svg {
      width: 36px;
      height: 36px;
      stroke-width: 1.5;
    }

    /* Title & Description */
    .htg-option-title {
      font-size: 24px;
      font-weight: 500;
      color: var(--default-color);
     
    }

    .htg-option-desc {
      font-size: 15px;
      color: #666;
      line-height: 1.7;
      max-width: 280px;
    }

    /* Animations */
    @keyframes htg-fade-up {
      0% { opacity: 0; transform: translateY(30px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .htg-section-title { font-size: 36px; margin-bottom: 40px; }
      .htg-options-grid { grid-template-columns: 1fr; gap: 25px; }
      .htg-option-card { padding: 30px 25px; }
      .htg-option-title { font-size: 22px; }
      .htg-option-desc { font-size: 14px; max-width: none; }
    }

    @media (max-width: 480px) {

      .htg-section-title { font-size: 32px; }
      .htg-option-card { padding: 25px 20px; }
      .htg-icon-circle { width: 70px; height: 70px; }
      .htg-icon-circle svg { width: 32px; height: 32px; }
    }

  
    .lewa-container {
      max-width: 1000px;
      margin: 0 auto;
    }

    /* Go Back Link */
    .lewa-back-link {
      display: inline-flex;
      align-items: center;
      color: #d4674a;
      text-decoration: none;
      font-size: 0.9rem;
      margin-bottom: 30px;
    }

    .lewa-back-link::before {
      content: "←";
      margin-right: 8px;
    }

    .lewa-back-link:hover {
      text-decoration: underline;
    }

    /* Headings */
    .lewa-heading-primary,
    .lewa-heading-secondary,
    .lewa-heading-tertiary {
      color: #2a2a2a;
      font-weight: normal;
      margin-bottom: 20px;
      position: relative;

     
    }

    .lewa-heading-primary hr,
    .lewa-heading-secondary hr,
    .lewa-heading-tertiary hr {
      border: none;
      height: 3px;
   background-color: var(--accent-color);
      margin: 10px 0;
      width: 200px;
    }

    .lewa-main-title {
      font-size: 4rem;
      margin-bottom: 50px;
    }

    .lewa-help-highlight {
      font-size: 4rem;
      color: #2a2a2a;
    }

    .lewa-content-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .lewa-form-section {
      max-width: 400px;
    }

    .lewa-form-group {
      margin-bottom: 25px;
      opacity: 0;
      transform: translateY(20px);
      animation: lewa-fadeInUp 0.6s ease forwards;
    }

    .lewa-form-group:nth-child(1) { animation-delay: 0.1s; }
    .lewa-form-group:nth-child(2) { animation-delay: 0.2s; }
    .lewa-form-group:nth-child(3) { animation-delay: 0.3s; }
    .lewa-form-group:nth-child(4) { animation-delay: 0.4s; }
    .lewa-form-group:nth-child(5) { animation-delay: 0.5s; }

    @keyframes lewa-fadeInUp {
      to { opacity: 1; transform: translateY(0); }
    }

    .lewa-form-label {
      display: block;
      font-size: 0.9rem;
      margin-bottom: 8px;
      font-weight: 500;
    }

    .lewa-form-input {
      width: 100%;
      padding: 12px 15px;
      border: none;
      background-color: rgba(42, 42, 42, 0.15);
      border-radius: 4px;
      font-size: 0.9rem;
      color: #2a2a2a;
    }

    .lewa-form-input::placeholder {
      color: rgba(42, 42, 42, 0.5);
      font-style: italic;
    }

    .lewa-form-input:focus {
      outline: none;
      background-color: rgba(42, 42, 42, 0.2);
      box-shadow: 0 0 0 2px rgba(212, 103, 74, 0.3);
    }

    .lewa-form-textarea {
      height: 120px;
      resize: vertical;
    }

    .lewa-send-button {
  background-color: var(--accent-color);
      color: white;
      border: none;
      padding: 12px 25px;
      border-radius: 4px;
      font-size: 0.9rem;
      cursor: pointer;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .lewa-send-button:hover {
     background-color: var(--accent-color);
      transform: translateY(-1px);
    }

    .lewa-newsletter-section {
      max-width: 400px;
      opacity: 0;
      transform: translateX(20px);
      animation: lewa-fadeInRight 0.8s ease forwards;
      animation-delay: 0.3s;
    }

    @keyframes lewa-fadeInRight {
      to { opacity: 1; transform: translateX(0); }
    }

    .lewa-newsletter-description {
      font-size: 0.9rem;
      color: #666;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .lewa-signup-button {
  background-color: var(--accent-color);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 4px;
      font-size: 0.9rem;
      cursor: pointer;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .lewa-signup-button:hover {
  background-color: var(--accent-color);
      transform: translateY(-1px);
    }

    .lewa-contact-info {
      display: flex;
      gap: 40px;
      margin-bottom: 30px;
    }

    .lewa-contact-column {
      flex: 1;
    }

    .lewa-contact-heading {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 0.9rem;
    }

    .lewa-contact-text {
      font-size: 0.85rem;
      color: #666;
      line-height: 1.5;
    }

    .lewa-contact-text a {
  color: var( --accent-color);
      text-decoration: none;
    }

    .lewa-contact-text a:hover {
      text-decoration: underline;
    }

    .lewa-legal-section {
      margin-top: 25px;
    }

    .lewa-legal-title {
      font-weight: bold;
      margin-bottom: 8px;
    }

    .lewa-legal-links a {
  color: var( --accent-color);
      text-decoration: none;
      margin-right: 15px;
    }

    .lewa-legal-links a:hover {
      text-decoration: underline;
    }

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

    .lewa-social-icons a {
      font-size: 20px;
      color: #2a2a2a;
      transition: color 0.3s ease;
    }

    .lewa-social-icons a:hover {
  color: var( --accent-color);
    }

    .lewa-map-section {
      margin-top: 60px;
    }

    .lewa-map-title {
      font-size: 2rem;
      margin-bottom: 20px;
    }

    .lewa-map-container {
      width: 100%;
      height: 400px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

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

    /* Responsive Design */
    @media (max-width: 1024px) {
      .lewa-main-title { font-size: 3.5rem; }
      .lewa-help-highlight { font-size: 3.5rem; }
      .lewa-content-grid { gap: 40px; }
    }

    @media (max-width: 768px) {
      .lewa-content-grid { grid-template-columns: 1fr; gap: 50px; }
      .lewa-main-title, .lewa-help-highlight { font-size: 2.8rem; text-align: center; }
      .lewa-contact-info { flex-direction: column; gap: 20px; }
    }

    @media (max-width: 480px) {
      .lewa-main-title, .lewa-help-highlight { font-size: 2.2rem; }
      .lewa-newsletter-title { font-size: 1.8rem; }
    }
  




    .fxjskl-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .ksldf-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-top: 20px;
    }

    .zmxp-card {
      background: white;
      overflow: hidden;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .zmxp-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .vnlc-image {
      width: 100%;
      height: 400px;
      object-fit: cover;
      display: block;
    }

    /* Overlay label style */
    .ptqr-label {
      position: absolute;
      bottom: 190px;
      right: 0px;
      background: rgba(255, 255, 255, 0.85);
      padding: 8px 15px;
      font-size: 12px;
      color: #2c2c2c;
      font-weight: 500;
      border-radius: 20px 0px 0px 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .lfmn-content {
      padding: 25px 20px 30px;
      text-align: center;
    }

    .uvxc-featured {
      font-size: 10px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #8b7355;
      margin-bottom: 12px;
      font-weight: 400;
    }

    .opwj-divider-line {
      width: 100%;
      color: gray;
    }

    .bgnr-title {
      font-size: 18px;
      font-weight: 400;
      color: #2c2c2c;
      line-height: 1.3;
      margin-bottom: 0;
    }

    .hytq-divider {
      width: 30px;
      height: 1px;
      background-color: #d4c4a8;
      margin: 20px auto 0;
    }

    @media (max-width: 768px) {
      .ksldf-grid {
        grid-template-columns: 1fr;
        gap: 25px;
      }
      .fxjskl-container {
        padding: 20px 15px;
      }
    }

    @media (max-width: 1024px) and (min-width: 769px) {
      .ksldf-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
  


  
/* Modal Styles */
.img-preview-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.img-preview-modal img {
  max-width: 60%;
  max-height: 60%;
  border-radius: 10px;
  animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
  from {transform: scale(0.7);}
  to {transform: scale(1);}
}

.img-preview-modal .close {
  position: absolute;
  top: 20px; right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.custom-btn {
  display: inline-block;
  background-color: #a67c52; /* Brown shade */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 12px 40px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;

  margin-top: 30px;
}

.custom-btn:hover {
  background-color: #8c6239; /* Darker brown on hover */
  color: #fff;
  text-decoration: none;
}



    .fa-map-marker-alt{


      color: rgb(170, 10, 10);

      font-size: 20px;

      margin-right: 5px;
    }

    .QUESTION{
      background-color: #faf7f2;
    }



    section.car-rental-container {
        font-family: var(--font-family);
        background: linear-gradient(135deg, #b8956a 0%, #a68a5e 100%);
        border-radius: 300px 300px 300px 300px;
        padding: 30px 20px;
        width: 100%;
        max-width: 800px;
        height: 400px;
        overflow: hidden;
        text-align: center;
        position: relative;
        margin: 0px auto;
        box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    }

    .circle-decor-top, .circle-decor-bottom {
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: #705734;
        border-radius: 50%;
    }

    .circle-decor-top { top: 20px; right: 80px; }
    .circle-decor-bottom { bottom: 40px; left: 60px; }

    h1.car-rental-heading {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .form-car-rental {
        margin-bottom: 20px;
    }

    .form-car-rental input.car-rental-input {
        width: 100%;
        max-width: 350px;
        padding: 10px 10px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        font-size: 10px;
        background-color: rgba(255,255,255,0.9);
        outline: none;
    }

    .btn-car-rental-quote {
        background-color: #fff;
        color: #8b6f47;
        border: none;
        padding: 8px 35px;
        font-size: 10px;
        font-weight: 600;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .btn-car-rental-quote:hover {
        background-color: #f5f0e8;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .contact-car-rental {
        margin-top: 25px;
    }

    .contact-car-rental-title {
        color: #fff;
        font-size: 1.1rem;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .contact-car-rental-info {
        color: #fff;
        font-size: 0.95rem;
        margin: 5px 0;
    }

    @media (max-width: 768px) {
        section.car-rental-container { padding: 40px 30px; height: 500px; }
        h1.car-rental-heading { font-size: 15px; }
        .form-car-rental input.car-rental-input { max-width: 300px; }

         .circle-decor-top, .circle-decor-bottom{


            display: none;
         }
    }
/*tour category css */

.breadcrumb-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
    color: #fff;
    margin-top: 90px;
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* dark overlay */
    z-index: 1;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-title {
    font-size: 42px;
    font-weight: 700;
    font-family: var(--font-family);
    margin-bottom: 10px;
}

.breadcrumb-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
    color: #f1f1f1;
}

.breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #f8f9fa;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ffc107; /* highlight active item */
}
/* Limit initial height */
.collapse-text {
  max-height: 200px; /* adjust as you like */
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}

/* Button styling */
.read-more-btn {
  margin-top: 10px;
  padding: 8px 14px;
  background: #b8956a;;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.read-more-btn:hover {
  background: #b71c1c;
}



    /* Main Section Container them design*/
.travel-themes {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Section Heading */
.travel-themes h2 {
    color: #0d47a1; /* Dark Blue */
    font-family: var(--font-family);
    font-size: 2rem;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

/* Container for all theme items */
.theme-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

/* Individual Theme Item */
.theme-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}



.theme-item:hover {
    transform: translateY(-5px);
}

/* Wrapper for the circular icon */
.theme-icon-wrapper {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Brush stroke background */
    /*background-image: url('https://i.imgur.com/7gMneBv.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Special style for the first icon with the blue background */
.theme-icon-wrapper.special {
    background-image: none; /* Remove brush stroke */
  
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.theme-icon-wrapper.special img {
  
    opacity: 0.8;
}


/* Icon image styling */
.theme-icon-wrapper img {
    max-width: 55%;
    height: auto;
}

/* Title under the icon */
.theme-title {
    font-weight: bold;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.4;
    font-family: var(--font-family);
}

/* Fixed Inquiry Button */
.inquiry-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #e53935; /* Red */
    color: white;
    padding: 15px 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    writing-mode: vertical-rl; /* Vertical text */
    text-orientation: mixed;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.2);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .travel-themes h2 {
        font-size: 1.5rem;
    }

    .theme-container {
        gap: 20px;
    }

    .theme-item {
        width: 100px;
    }

    .theme-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .theme-title {
        font-size: 0.8rem;
    }
}





