@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');





/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color			: #0D0D0D;
	--secondary-color		: #16243d;
	--text-color			: #5b5e61;
	--arrow-color			: #daf1f3;
	--accent-color			: #612e11;
	--white-color			: #FFFFFF;
	--divider-color			: #EAEAEA;
	--dark-divider-color	: #FFFFFF1A;
	--btn-color			: #FFFFFFCC;
	/*--btn6-color			: #ff4d30;*/
	--btn1-color			: #a78b76;
	--othr-color			: #612e11;
	--btn6-color			: #267abb;
	--default-font			: "Inter", sans-serif;
	--default-font1			: "Plus Jakarta Sans", sans-serif;
	--accent-font			: "Onest", sans-serif;
	/*#267abb*/
	/*#72bddf*/
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
    font-size: 18px;
     /* font-family: "Urbanist", sans-serif; */
     font-family: 'Montserrat', sans-serif;
     font-family: "Space Grotesk", sans-serif;
}

body.admin-bar {
   margin-top: 0 !important;
}

html{
    font-size: 90%;
}
html {
   margin-top: 0 !important;
}

a{
    text-decoration: none !important;
}

p{
	line-height: 1.8em;
	margin-bottom: 0px !important;
  margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-family: var(--default-font1);
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
  margin-bottom: 0px !important;
}

figure{
	margin: 0;
}

/* img{
	max-width: 100%;
} */

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

/* .container{
	max-width: 1320px;
} */



.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: transform 1s ease-out, visibility 0s 0s; 
    transform: translateX(-100%);
}

/* Class to trigger reveal animation */
.reveal.show img {
    transform: translateX(0); /* Move to normal position */
    visibility: visible;
}

.reveal1 {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.reveal1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: right;
  transform: translateX(100%);
  transition: transform 1s ease-out;
  visibility: hidden;
}

.reveal1.show img {
  transform: translateX(0);
  visibility: visible;
}

.header1{
    width: 100%;
    height: auto;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4;
    border-bottom: 1px solid #ffffff72;
    backdrop-filter: blur(16px);
}
/* header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
   
} */
 /* header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent; 
  background: linear-gradient(to bottom, var(--white-color) 0%, transparent 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
  

header.sticky {
     background-size: 100% 100%;
  background-color: var(--white-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* Animated background gradient setup */
  background: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
  box-shadow: none;

  /* Smooth transition */
  transition:
    background-size 0.8s ease-in-out,
    box-shadow 0.5s ease-in-out,
    transform 0.3s ease;
}

header.sticky {
  background-size: 100% 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* transform: translateY(0); */
}


header.sticky  .navbar-light .navbar-nav .nav-link {
color: var(--primary-color) !important;
  
}
/* header.sticky .logo {
  filter: invert(1) brightness(0.1) contrast(2);
} */
header.sticky #primary li a:before{
      background: var(--primary-color);
}
header.sticky #primary li a{
      background-image: linear-gradient(to right, #000, #000 50%, #000 50%) !important;
}
header.sticky .dropdown-toggle::after{
  color: var(--primary-color) !important;
}

        /* Different logo for sticky state */
        .logo-default {
            display: block;
            /* filter: invert(1) brightness(10) contrast(1) saturate(0); */
        }
        
        .logo-sticky {
            display: none;
            height: 40px; /* Smaller size for sticky */
        }
        
        /* When header becomes sticky */
        header.sticky .logo-default {
            display: none;
        }
        
        header.sticky .logo-sticky {
            display: block;
             /* filter: unset; */
        }

  
  .navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
  }
  .logo{
    color: #fff;
  }
  
  .logo img {
    width: 190px;
    height: auto;
  }
  
  .navbar-light .navbar-nav .menu-item a {
    /* font-family: "Khand", Sans-serif !important; */
    font-size: 75% !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: var(--white-color) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    font-family: var(--default-font1) !important;
    position: relative;
    z-index: 10;
  }


/* .link-text {
    display: inline-block;
    padding: 0 16px;
    position: relative;
    z-index: 10;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;
    color: var(--white-color);
}

.link-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 15px);
    clip-path: polygon(100% 0, 100% 100%, 0 calc(100% - 15px), 0 0);
    background-color: #dd003b !important;
    border-color: #dd003b !important;
    transition: height 0.3s;
    z-index: -1;
} */




  
  /* .head{
      height: 70px;
  } */
  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  
  #primary li {
    margin: 0 5px;
    position: relative;
  }
  #primary li a {
    text-decoration: none;
    padding: 5px 0;
    font-family: "Open Sans";
    line-height: 1;
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ff4d30, #ff4d30 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
    font-family: "Space Grotesk", sans-serif !important;
  }
  #primary li a:before {
    content: "";
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
  }
  #primary li a:hover {
    background-position: 0%;
    color: var(--white-color) !important;
     background-image: linear-gradient(to right, #fff, #fff 50%, #fff 50%);
  }
  #primary li a:hover:before {
    width: 100%;
  }
  
  /* Show dropdown menu on hover */
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  
  }

  .dropdown-menu{
    background-color: var(--btn6-color) !important;
  }
  a.dropdown-item {
    margin-bottom: 10px;
}
.dropdown-toggle::after{
  color: var(--white-color) !important;
}

/* Basic Dropdown Display - Hidden by default */
.main-nav-menu .sub-menu {
    position: absolute;
    /* left: 10%; */
    top: 30px;
    z-index: 9999;
    background-color: var(--btn6-color);
    padding: 5px !important;
    width: max-content !important;
    display: none;
    /* padding-bottom: 10px; */
}
.main-nav-menu .sub-menu .menu-item a{
    margin-bottom: 5px !important;
}

/* Show sub-menu when the parent menu item is hovered */
.main-nav-menu .menu-item:hover > .sub-menu {
    display: block !important; /* Show the sub-menu when hovering the parent menu item */
}
.main-nav-menu .sub-menu{
    list-style: unset;
}

/* Sub-menu Item Styling */
.main-nav-menu .sub-menu .menu-item  {
    font-family: var(--default-font1) !important;
    font-size: 100% !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    color: var(--primary-color) !important;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    
}

/* Dropdown Hover Styling */
.main-nav-menu .sub-menu .dropdown-hover:hover > .dropdown-menu-hover {
    display: block !important;
}

/* Responsiveness for Mobile Devices */
@media (max-width: 768px) {
    /* On mobile, display sub-menus as static elements */
    .main-nav-menu .sub-menu {
        position: static; /* Make it static so it stays inside the parent item */
        display: none; /* Initially hidden on mobile */
    }

    /* On mobile, show the sub-menu when clicking the parent item */
    .main-nav-menu .menu-item.has-submenu.open > .sub-menu {
        display: block !important; 
    }

    /* Toggling sub-menu visibility on click */
    .main-nav-menu .menu-item.has-submenu > a {
        cursor: pointer; /* Indicate that the item is clickable */
    }
}


    /* searchbox */

  
input, button{
	border: none;
	background: none;
	outline: none;
  padding: 0px;
}

button{
	cursor: pointer;
}

.search-box{
	display: flex;
	background-color: #000;
	border-radius: 50px;
}

.search-box-input{
	width: 0px;
	font-size: 14px;
	color: #fff;
	transition: .5s;
}

.search-box-btn{
	display: flex;
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	background: white;
	transition: .3s;
}
.search-box-icon{
	margin: auto;
	color: black;
  font-weight: bold;
}
.search-box-input::placeholder{
	color: white;
	opacity: .7;
}
.search-box:hover .search-box-input{
	padding-left: 2em;
	padding-right: 1em;
	width: 340px;
}
.search-box-btn:active{
	transform: scale(.75);
}

  
  .dropdown-item{
     text-transform: capitalize !important;
    }







    

    /* banner */

.ban {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ban-sec {
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  /* height: 100vh; */
}

.bg-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation: zoomEffect 15s ease-in-out infinite alternate;
  will-change: transform;
}

.ban-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* overlay */
  z-index: 2;
}

.ban-sec > *:not(.bg-zoom) {
  position: relative;
  z-index: 3;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.heading {
  font-size: 50px !important;
  color: var(--white-color);
  text-transform: uppercase;
  width: 40% !important;
  padding-top: 10px !important;
  /* font-family: "Urbanist", sans-serif; */
  font-family: var(--default-font1);
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 10px;
  text-align: left;

}

.h-para {
  font-size: 100%;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--default-font);
  text-align: left;
  padding-top: 10px;
  width: 45% !important;
}

            /* Hero Section Styles */
        .section {
            position: relative;
            height: 100vh;
            min-height: 1000px;
            width: 100%;
            overflow: hidden;
        }
        
        /* .container {
            position: relative;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            padding: 0;
        } */
        
        .hero-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            /* transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1); */
        }
        
        /* Background image (fixed) */
        .hero-image.parallax-back {
            position: absolute;
            /* transform: translate3d(0, 0, 0) scale3d(1.1, 1.1, 1);
            will-change: transform; */
            z-index: 99;
            bottom: -10%;
        }
        
        /* Foreground image (scrolls) */
        .hero-image.parallax-front {
            position: absolute;
            transform: translate3d(0, 0, 0) scale3d(1.1, 1.1, 1);
            will-change: transform;
            z-index: 2;
        }
        
        .home-body {
            /* position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: 3;
            mix-blend-mode: multiply; */
            z-index: -1;
            height: 960px;
            background-image: linear-gradient(90deg,#03246a,#05265f 50%,#045aaf);
            position: absolute;
            top: 0%;
            bottom: 0%;
            left: 0%;
            right: 0%
        }
        
        .hero-wrapper1 {
            position: absolute;
            z-index: 4;
            color: white;
            padding: 0 20px;
            pointer-events: none;
            top: 10%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .hero-wrapper {
            position: absolute;
            z-index: 4;
            color: white;
            padding: 0 20px;
            pointer-events: none;
            top: 20%;
            left: 26%;
            transform: translate(-50%, -50%);
        }
        
        .hero-h1 {
            font-size: 2.5vw;
            font-weight: 500;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin: 0;
            line-height: 54px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            color: #fff;
            text-align: center;
            font-family: var(--default-font1);
        }
        
        .hero-subheading {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.1em;
            margin: 0;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
             color: #fff;
            text-align: left;
            font-family: var(--default-font1);
        }
        
        .color-primary {
            color: #ff5e5b;
        }
        
        /* Spacing Utilities */
        .space-112px {
            height: 112px;
        }
        
        .space-32px {
            height: 32px;
        }
        
        .space-16px {
            height: 16px;
        }
        
        /* Background Trigger */
        .trigger {
            min-height: 112px;
            position: absolute;
            top: auto;
            bottom: 0%;
            left: 0%;
            right: 0%
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {

            
            .hero-subheading {
                font-size: 16px;
            }
            
            .space-112px {
                height: 80px;
            }
        }
        
        @media (max-width: 480px) {

            
            .hero-subheading {
                font-size: 16px;
            }
            
            .section {
                min-height: 500px;
            }
        }





.hero-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #000;
  color: #fff;
}

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


/* about */
.about-sec{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.sub-txt{
  font-size: 125%;
  color: var(--secondary-color);
  font-weight: 600;
  font-family: var(--default-font1);
  text-transform: capitalize;
}
.title {
  font-size: 45px;
  line-height: 50px;
  color: var(--secondary-color);
  font-weight: 500;
 font-family: var(--default-font1);
  /* padding-top: 15px; */
  /* text-transform: capitalize; */
}
.title-sm {
  font-size: 140%;
  line-height: 30px;
  color: var(--secondary-color);
  font-weight: 500;
  font-family: var(--default-font1);
  /* padding-top: 15px; */
  /* text-transform: capitalize; */
}
.para{
  font-size: 100%;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--default-font1);
  /* line-height: 23px; */
  /* padding-top: 15px; */
}
p.para-nw{
    font-size: 90%;
  color: var(--text-color);
  font-weight: 400;
  font-family: var(--default-font1);
  line-height: 22px;
}


    /* counter */


      .counter-section {
      padding: 40px 0px 0px 0px;
      text-align: left;
      /* margin-top: 80px; */
    }


    .counter-box:last-child {
      border-right: none;
    }

    .counter-number {
      font-size: 40px;
      font-weight: 700;
      /* font-family: "Urbanist", sans-serif; */
      font-family: var(--default-font1);
      color: var(--secondary-color);
    }

    .counter-label {
      font-size: 18px;
      color: var(--primary-color);
      /* font-family: "Urbanist", sans-serif; */
      font-family: var(--default-font1);
      font-weight: 500;
    }

    @media (max-width: 767px) {
      .counter-box {
        border-right: none;
        border-bottom: 1px solid #ccc;
      }

      .counter-box:last-child {
        border-bottom: none;
      }
    }


    .about-eight__title {
    font-size: 160px;
    line-height: 1;
    color: var(--white-color);
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--default-font1);
    margin-top: 20px;
}
.nsdh{
  font-size: 120px !important;
}
.img-fluid-new{
  width: 100%;
  height: 500px;
  border-radius: 30px;
}


/* blog section */

.blog{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.grid-box {
  padding: 45px 30px;
  border-radius: 6px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); */
  box-shadow: 0 10px 40px #151a452e;
}

.box-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 35px;
  font-family: var(--default-font1);
}

.blog-card {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #5b5e6180;
  padding-bottom: 30px;
}

.blog-card img {
  width: 100%;
  max-width: 90px;
  height: 81px;
  object-fit: cover;
  border-radius: 6px;
}
.dis{
  color: var(--secondary-color);
    font-size: 98%;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.375;
    /*padding-top: 5px;*/
    padding-bottom: 5px;
}


.price .old {
  text-decoration: line-through;
  color: #aaa;
  font-size: 13px;
  font-family: var(--default-font1);
}

.price .new {
  color: red;
  font-weight: bold;
  font-size: 14px;
  font-family: var(--default-font1);
}

.featured {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: white;
  display: flex;
  flex-direction: column;
}


.featured-img-one {
  width: 100%;
  height: 592px !important;
  display: block;
  position: relative;
}

.featured-info {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 45px 40px;
  width: 100%;
  height: 100%;
}

.featured-card {

  font-family: var(--default-font1);
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.card-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trip-duration {
  font-size: 12px;
  color: #ffffffcc;
  font-family: var(--default-font1);
}


.destination-title1 {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--default-font1);
  line-height: 38px;
  padding-bottom: 15px;
}

.destination-location {
    color: var(--white-color);
    letter-spacing: 13px;
    font-size: 13px;
    line-height: 20px;
    font-family: var(--default-font1);
    text-transform: uppercase;
}

.price-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.price-box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.original-price {
  text-decoration: line-through;
  color: #bbbbbb;
  font-size: 14px;
  font-family: var(--default-font1);
}

.discounted-price {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--default-font1);
}

.price-label {
  font-size: 13px;
  color: #cccccc;
  font-family: var(--default-font1);
}

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

.trip-details {
  font-size: 14px;
  line-height: 1.6;
}

.book-btn {
  display: inline-block;
  background-color: #ff4d30;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 6px;
  width: fit-content;
  transition: background 0.3s;
  margin-top: 40px;
  justify-content: end;
  float: inline-end;
}

.book-btn:hover {
  background-color: #e63d22;
  color: var(--white-color);
}

.bvb{
  margin: auto;
  float: unset;
  align-items: center;
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
}


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


.destination-grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
   font-family: var(--default-font1);
   margin-top: 40px;
}

.destination-card1 {
  position: relative;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  display: grid;
  align-items: end;
  padding: 25px;
  background-size: cover;
  background-position: center;
}

.france {
  background-image: url('../img/fr-mg.webp');
}

.bhutan {
  background-image: url('../img/mice2.jpg');
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  top: -70px;
}

.destination-name1 {
  font-size: 43px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--white-color);
   font-family: var(--default-font1);
}

.trip-duration,
.trip-subtitle,
.tagline {
  font-size: 14px;
  margin: 0;
   font-family: var(--default-font1);
}

.price {
  font-size: 20px;
   font-family: var(--default-font1);
}

.original {
  text-decoration: line-through;
  color: #ccc;
  margin-right: 10px;
   font-family: var(--default-font1);
}

.discounted {
  font-weight: bold;
  color: #fff;
   font-family: var(--default-font1);
}

.price-label {
  font-size: 13px;
  color: #ddd;
   font-family: var(--default-font1);
}

.details {
  font-size: 14px;
  line-height: 1.6;
   font-family: var(--default-font1);
}

.book-btn {
  display: inline-block;
  background: #ff4d30;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.book-btn:hover {
  background: #e63d22;
}



/* Experence  */


    .tour-package {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 500px;
      overflow: hidden;
      margin-top: 80px;
      padding: 60px 0px;
    }

    .city-image-wrapper {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
    }

    .city-image {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* transition: opacity 0.8s ease, transform 0.8s ease; */
      transition: opacity 0.6s ease, transform 0.6s ease;
      opacity: 0;
      transform: scale(1.2);
    }

    .city-image.background-one {
      opacity: 1;
      transform: scale(1);
    }

    .tour-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .tour-main-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      align-items: center;
    }


    .tour-full-wrapper {
      display: flex;
      justify-content: space-between;
      width: 100%;
      position: relative;
    }

    .destination-slider-text {
      width: 40%;
      
    }

    .destination-text-one {
      max-width: 400px;
       position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-126%, -50%); 
    }

    .tour-package-right-box {
      width: 50%;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .tour-package-wrapper {
      /* opacity: 0.10; */
      transition: 0.3s;
    }

    .tour-package-wrapper:hover {
      opacity: 1;
      transform: translateY(-5px);
    }

    .no-margin {
      margin: 0;
    }

    .margin-bottom-ten {
      margin-bottom: 10px;
    }

    .margin-bottom-thirty {
      margin-bottom: 30px;
    }

    .text-color-white {
      color: white;
    }

    /* .text-light-white {
      color: rgba(255, 255, 255, 0.8);
    } */

    .heading-style-h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px;
      font-family: var(--default-font1);
      color: var(--white-color);
    }

    .tour-time {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
      font-family: var(--default-font1);
    }

    .button {
      padding: 12px 30px;
      background: white;
      color: black;
      text-decoration: none;
      border-radius: 4px;
      font-weight: 600;
      display: inline-block;
      transition: 0.3s;
    }

    .button:hover {
      background: #f0f0f0;
      transform: translateY(-2px);
    }

    .link {
      display: block;
      padding: 15px;
      background: rgba(0, 0, 0, 0.3);
      color: white;
      border-radius: 4px;
      text-decoration: none;
      transition: background 0.3s;
      font-family: var(--default-font1);
      
    }

    .link:hover {
      background: rgba(0, 0, 0, 0.5);
    }

    .w-layout-hflex {
      display: flex;
      align-items: center;
    }

    .tour-package-details {
      justify-content: space-between;
    }

    .rating {
      margin-right: 20px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .tour-full-wrapper {
        flex-direction: column;
      }
      .destination-slider-text,
      .tour-package-right-box {
        width: 100%;
      }
    }

    @media (max-width: 768px) {
      .tour-package {
        height: auto;
        min-height: 800px;
      }
    }

    @media (max-width: 480px) {
      .tour-package-details {
        flex-direction: column;
        align-items: flex-start;
      }
    }





 /* Base Styles desitination*/
        .adventure-section {
            position: relative;
            padding: 60px 0;
            background-color: #f8f8f8;
            overflow: hidden;
            font-family: var(--default-font1);
            margin-top: 80px;
        }

        .adventure-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .adventure-content {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }

        /* Destination Cards */
        .destinations-list {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .destination-card-wrapper {
            position: relative;
        }

        .destination-card {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            height: 100px;
        }

        .destination-card:hover {
          transform: translateY(-5px);
        }
        .destination-title {
        font-size: 32px;
        font-weight: 600;
        font-family: var(--default-font1);
        line-height: 38px;
        padding-bottom: 15px;
      }

        .destination-img {
            /* position: absolute; */
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease, border-color 0.3s ease;
            border: 2px solid transparent;
        }

        .destination-card:hover .destination-img {
            transform: scale(1.05);
            border-color: rgba(255, 255, 255, 0.8);
        }

        .destination-info {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            color: white;
        }

        .destination-name {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
            font-family: var(--default-font1);
        }

        .destination-type {
            font-size: 14px;
            opacity: 0.9;
            font-family: var(--default-font1);
        }

        /* Title Section */
        /* .title-section {
            flex: 1;
            min-width: 300px;
            display: flex;
            align-items: center;
            background: url(../img/bg-01.png);
        } */
         .title-section {
          flex: 1;
          min-width: 300px;
          display: flex;
          align-items: center;
          justify-content: center; /* center text horizontally */
          padding: 60px 30px;
          color: #fff; /* assuming background needs white text */
          text-align: center;
          border-radius: 8px; /* optional: rounded corners */
          
          position: relative;
          z-index: 1;
          
        }

        /* Optional: overlay for darkening bg for better text visibility */
        .title-section::before {
          content: '';
          position: absolute;
          inset: 0;
          background-image: url('../img/bg-01.png');
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          z-index: -1;
          border-radius: 8px;
          opacity: 0.1;
        }


        .title-content {
            width: 100%;
            position: relative;
            z-index: 2;
        }

        .main-title {
            font-size: 42px;
            margin-bottom: 15px;
            color: var(--secondary-color);
            font-family: var(--default-font1);
        }

        .subtitle {
            font-size: 16px;
            color: var(--text-color);
            margin-bottom: 30px;
            font-family: var(--default-font1);
            font-weight: 500;
        }
        .subtitle-op{
            font-size: 18px;
            color: var(--btn6-color);
            font-family: var(--default-font1);
            font-weight: 500;
            font-style: italic;
            position: relative;
            display: inline-block;
            padding-bottom: 8px; 
            width: 100%; /* Take full width of container */
            margin-bottom: 10px !important;
        }
        /* Image Section */
        .image-section {
            flex: 1;
            min-width: 300px;
            position: relative;
        }

        .sticky-image-wrapper {
            position: sticky;
            top: 35px;
        }

        .image-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .feature-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .feature-image.default {
            position: relative;
            opacity: 1;
        }

        .image-content {
            width: 100%;
            height: 500px;
            overflow: hidden;
            position: relative;
        }

        .feature-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            animation: zoomEffect 10s ease-in-out infinite alternate;
            will-change: transform;
            pointer-events: none;
        }
        @keyframes zoomEffect {
          0% {
            transform: scale(1);
          }
          100% {
            transform: scale(1.30);
          }
        }

        /* Active State */
        .destination-card.active {
            height: 150px;
        }

        .destination-card.active .destination-img {
            transform: scale(1.1);
        }
        

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .adventure-content {
                flex-direction: column;
            }
            
            .destinations-list {
                order: 2;
            }
            
            .title-section {
                order: 1;
                padding: 0px;
            }
            
            .image-section {
                order: 3;
            }
            
            .main-title {
                font-size: 36px;
            }
        }

        @media (max-width: 768px) {
            .adventure-section {
                padding: 60px 0;
            }
            
            .details-container {
                flex-direction: column;
                gap: 15px;
            }
            
            .image-content {
                height: 400px;
            }
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 28px;
            }
            
            .subtitle {
                font-size: 16px;
            }
            
            .destination-card {
                height: 80px;
            }
            
            .destination-info {
                padding: 15px;
            }
            
            .image-content {
                height: 300px;
            }
        }

        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .destination-title:not(.default) {
            animation: fadeIn 0.5s ease forwards;
        }

        




        /* testimonial */


          .testimonial-section {
            padding: 80px 0;
            background: linear-gradient(135deg, var(--light) 0%, #e6f3e6 100%);
            font-family: var(--font-main);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        
        
        
        /* Owl Carousel Custom Styles */
        .testimonial-carousel {
            position: relative;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .testimonial-carousel .owl-item {
            opacity: 0.4;
            transform: scale(0.9);
            transition: all 0.5s ease;
        }
        
        .testimonial-carousel .owl-item.center {
            opacity: 1;
            transform: scale(1);
        }
        
        .testimonial-card {
            background: var(--dark-divider-color);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.08);
            margin: 30px 20px;
            position: relative;
            overflow: hidden;
            transition: all 0.5s ease;
            border-bottom: 2px solid var(--btn6-color);
            z-index: 2;
        }
        
        .testimonial-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
        }
        
        .quote-icon {
            font-size: 3.5rem;
            color: var(--secondary-color);
            position: absolute;
            top: 20px;
            right: 30px;
            line-height: 1;
        }
        
        .testimonial-text {
            font-size: 100%;
            line-height: 1.8;
            color: var(--secondary-color);
            margin-bottom: 30px;
            position: relative;
            padding-top: 20px;
            padding-bottom: 20px;
            font-family: var(--default-font1);
            font-weight: 500;
        }
        
        .author {
            display: flex;
            align-items: center;
        }
        
        .author-img {
            width: 70px !important;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--primary-light);
            margin-right: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .author-info h4 {
            font-size: 90%;
            margin-bottom: 5px;
            color: var(--secondary-color);
            font-family: var(--default-font1);
            font-weight: 600;
        }
        
        .author-info p {
            font-size: 75%;
            color: var(--text-color);
            font-weight: 500;
            margin-bottom: 5px;
             font-family: var(--default-font1);
        }
        
        .rating {
            color: #FFC107;
            font-size: 0.9rem;
        }
        
        /* Navigation Arrows */
        .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            pointer-events: none;
        }
        
        .owl-prev, .owl-next {
            width: 50px;
            height: 50px;
            background: white !important;
            border-radius: 50% !important;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem !important;
            color: var(--secondary) !important;
            pointer-events: all;
            transition: all 0.3s ease !important;
            position: absolute;
        }
        
        .owl-prev:hover, .owl-next:hover {
            background: var(--secondary-color) !important;
            color: var(--white-color) !important;
        }
        
        .owl-prev {
           left: 0px;
        }
        
        .owl-next {
            right: 35px;
        }
        
        
        /* Decorative Elements */
        .testimonial-section:before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(76, 175, 80, 0.1);
        }
        
        .testimonial-section:after {
            content: '';
            position: absolute;
            bottom: -150px;
            left: -150px;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(255, 193, 7, 0.1);
            z-index: -1;
        }
        
        /* Responsive Styles */
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2.2rem;
            }
            
            .testimonial-card {
                padding: 30px;
                margin: 20px 10px;
            }
            
            .testimonial-text {
                font-size: 1rem;
            }
            
            .author-img {
                width: 60px;
                height: 60px;
            }
            
            .owl-nav {
                display: none;
            }
        }
        
        @media (max-width: 480px) {
            .testimonial-section {
                padding: 60px 0;
            }
            
            .section-header h2 {
                font-size: 1.8rem;
            }
            
            .section-header p {
                font-size: 1rem;
            }
            
            .testimonial-card {
                padding: 25px;
            }
            
            .quote-icon {
                font-size: 2.5rem;
                top: 15px;
                right: 20px;
            }
        }







/* contact us */



/* Main Contact Section */
.contact-section {
  background-color: #111;
  color: #fff;
  padding: 80px 0;
  margin-top: 80px;
}

/* Orange Icons Box on Left */
.contact-section .bg-warning {
  background-color: var(--secondary-color)!important;
  width: 60px;
  height: 60px;
  border-radius: 0 10px 0 0;
}

.cnt-txt{
  font-size: 115%;
  color: var(--white-color);
  font-family: var(--default-font1);
  font-weight: 500;
}


/* Contact Form Box */
.contact-section .contact-form-box {
  background-color: var(--secondary-color);
  padding: 40px;
  border-radius: 0 50px 0 0;
  color: #fff;
}

/* Form Controls */
.contact-section .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.contact-section .form-control::placeholder {
  color: #f1f1f1;
  opacity: 0.9;
}

.contact-section .form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  box-shadow: none;
}

/* Submit Button */
.contact-section .btn-dark {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  border-radius: 5px;
}

.contact-section .btn-dark:hover {
  background-color: #fff;
  color: #000;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 30px;
  margin-top: 30px;
}

.info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.icon-box {
  padding: 15px;
  border-radius: 0 10px 0 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box  i{
  color: var(--white-color);
}
.card1{
  width: 100%;
  height: auto;
  padding: 10px 10px;
  position: relative;
  z-index: 1;
  background-color: var(--secondary-color);
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%) !important;
}
.card1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/main-map-bg1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    
}

.cont-mid{
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}


/* Responsive Fix */
@media (max-width: 768px) {
  .contact-section h2 {
    font-size: 28px;
  }

  .contact-section .contact-form-box {
    border-radius: 10px;
  }
    .info-grid {
    grid-template-columns: 1fr;
  }
}








  /* whatsapp float icon */

.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebc59;
  transform: scale(1.05);
  color: var(--white-color);
}


/* footer */

footer{
  width: 100%;
  height: auto;
  /* margin-top: 80px; */
  background-color: var(--primary-color);
  padding: 50px 0px 0px 0px;
  position: relative;
  z-index: 1;
}

    .footer {
      display: flex;
      justify-content: space-between;
      /* background-color: #1c1c1c; */
      flex-wrap: wrap;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }

    .footer-column {
      /* flex: 1;
      min-width: 250px; */
        /* flex: 1 1 19%;
        min-width: 220px; */
      margin: 10px;
    }

    .footer-logo img {
      /* width: 120px; */
      width: 100%;
      height: auto;
      /* margin-right: 10px; */
      margin-bottom: 25px;
    }
    .footer-logo {
    justify-content: center;
    align-items: center;
    }

    .footer p {
      color: #bbb;
      font-size: 110%;
      line-height: 1.3;
      max-width: 300px;
      font-family: var(--default-font1);
      padding-top: 10px;

    }

    .footer .since {
      color: var(--secondary-color); /* orange */
      font-size: 22px;
      font-weight: 700;
      margin-top: 15px;
    }

    .footer .copyright {
      font-size: 13px;
      color: #aaa;
      margin-top: 20px;
    }

    .footer .copyright span {
      color: var(--secondary-color);
    }

    .footer h4 {
      font-size: 16px;
      margin-bottom: 20px;
      color: #fff;
      font-family: var(--default-font1);
    }
    .para-foot{
      display: inline-flex !important;
      font-size: 82% !important;
      color: #ddd !important;
    }
    .ind {
      margin-top: 20px;
      font-weight: bold;
    }

    .footer ul {
      list-style: none;
      padding: 0;
      columns: 2;
      column-gap: 40px;
    }

    .footer ul li {
      margin-bottom: 10px;
    }

    .footer ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 16px;
      font-family: var(--default-font1);
      font-weight: 500;
    }

  .footer ul li a:hover {
      color: var(--btn6-color);
    }

.footer-column h4 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-family: var(--default-font1);
}
.thai-col{
  color: var(--btn6-color) !important;
}
ul.list-unstyled.contact-info {
    display: inline-grid
;
}
ul.list-unstyled.contact-info li {
    display: inline-flex
;
}

.contact-info li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #ddd;
}

.footer-social {
  /* margin-top: 20px; */
  display: flex;
  gap: 12px;
  justify-content: end;
}

.footer-social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background-color: var(--btn6-color);
  color: #fff;
}

    /* @media (max-width: 768px) {
      .footer {
        flex-direction: column;
      
      }
    } */

/* Responsive styles */
/* @media (max-width: 992px) {
  .footer-column {
    flex: 1 1 45%;
  }
}

@media (max-width: 576px) {
  .footer-column {
    flex: 1 1 100%;
  }
} */


    .footer-bottom{
      width: 100%;
      height: auto;
      padding: 20px 0px;
      background-color: #121212;
      font-family: var(--default-font1);
    }
    .copyright{
      color: var(--white-color);
      font-size: 14px;
      font-family: var(--default-font1);
    }
    .copyright.right{
      text-align: end;
      font-family: var(--default-font1);
    }
    .footer-top{
      margin-bottom: 15px;
    }
    .footer-bottom-locations {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: flex    ;
    border-top: 1px solid #fff3;
    font-size: 16px;
}
.link-style-four {
    color: #ffffffb3;
    border-right: 1px solid #ffffffb3;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 15px;
    transition: color .3s;
    cursor: unset;
    font-size: 16px;
}
.link-style-four:hover{
  color: var(--white-color);
}





        /* Marquee container styles */

        .our-part{
          width: 100%;
          height: auto;
          background-color: #f5f5f5;
          padding: 60px 0px 40px 0px;
        }
        /* Marquee container styles */
        .marquee-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 20px 0; 
            margin-top: 30px;
        }
        
        .marquee-wrapper {
            display: flex;
            width: max-content;
            position: relative;
            animation: marquee-scroll 30s linear infinite;
            transform: translateX(-50%); /* Start from the left */
        }
        
        .marquee-item {
            display: flex;
            align-items: center;
            margin-right: 50px;
        }
        
        .marquee-icon img {
            width: 140px;
            height: 100px;
            object-fit: contain;
            margin-left: 40px;
        }
        
        /* Animation (Left to Right) */
        @keyframes marquee-scroll {
            0% {
                transform: translateX(-50%); /* Start off-screen left */
            }
            100% {
                transform: translateX(0%); /* Move to the right */
            }
        }
        
        /* Pause on hover */
        .marquee-container:hover .marquee-wrapper {
            animation-play-state: paused;
        }


/* about page */


        .about {
            position: relative;
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .about-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 1;
            animation: bgZoom 15s ease-in-out infinite alternate;
            will-change: transform;
        }

        .about-bg::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 2;
        }

        .about-content {
            position: relative;
            z-index: 3;
            color: var(--white-color);
            text-align: center;
            padding: 20px;
            /* max-width: 800px; */
          
        }
        .abt-t{
          font-size: 4vw;
        }

        @keyframes bgZoom {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.3);
            }
        }

.about-mid{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.img-fluid{
  height: 100% !important;
  object-fit: cover;
}
.mt-10{
  margin-top: 100px;
}

.about-mid1{
  width: 100%;
  height: auto;
  margin-top: 80px;
}



.project-bg {
  width: 100%;
  height: auto;
  background-image: url(../img/project-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
   position: relative; /* Required for overlay positioning */
   padding-bottom: 180px;
   padding-top: 180px;
  
}
.project-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
}


.project-bg > *:not(.bg-zoom) {
  position: relative;
  z-index: 3;
}
/* Optional: Add texture to the blend */
/* .project-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none" stroke="white" stroke-width="0.5" stroke-dasharray="2 2"/></svg>');
  opacity: 0.1;
  mix-blend-mode: overlay;
} */
        
.travelor-bg-shape {
  margin-top: -6rem;
  z-index: 2;
  position: relative;
  width: 100%;
}
.abt-nh{
  text-align: center;
  /*position: relative;*/
  /*top: 200px;*/
}

.about-mid3{
  width: 100%;
  height: auto;
  background-color: #e9f8ff;
  padding: 10px 0px 60px 0px;
}



  /* Base Card Styling */
  .abt-card {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 50px 30px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    border-bottom: 1px solid var(--btn6-color);
  }

  /* Hover Background */
  .abt-card:hover {
    background: var(--btn6-color);
    transform: translateY(-5px);
    border-bottom: 2px solid var(--secondary-color);
  }

  /* Icon Circle */
  .abt-card i {
    /* background: linear-gradient(135deg, #d1e6ff, #b3d4ff); */
    color: var(--btn6-color);
    font-size: 32px;
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s, color 0.3s;
    margin-bottom: 20px;
  }

  /* Hover Icon Color */
  .abt-card:hover i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  /* Title Styling */
  .abt-card-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
    transition: color 0.3s ease;
    font-family: var(--default-font1);
  }

  .abt-card:hover .abt-card-title {
    color: #fff;
  }
    /* Spacing for Owl */
  .about-mid3 .owl-carousel .item {
    padding: 20px;
  }


  .about-mid4{
    width: 100%;height: auto;
    margin-top: 80px;
  }


  /* team */


          /* Floating Particles Background */
        .particles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
        }
        
        .particle {
            position: absolute;
            background: rgba(250, 94, 7, 0.3);
            border-radius: 50%;
            pointer-events: none;
        }
        
        /* Team Section with Glass Morphism */
        .team-section {
            /* padding: 100px 5%; */
            position: relative;
        }
        
        .section-container {
            /* max-width: 1400px; */
            margin: 0 auto;
            /* background: rgba(255, 255, 255, 0.85); */
            /* backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.18);
            padding: 80px 40px;
            position: relative;
            overflow: hidden; */
            margin-top: 50px;
        }
        
        
        /* Section Header with Animated Underline */
        .section-header {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
        }
        
        .section-subtitle {
            color: var(--secondary-color);
            font-size: 1.2rem;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 15px;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            animation: fadeInUp 0.8s ease;
        }
        
        .section-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            display: inline-block;
            animation: fadeInUp 0.8s ease 0.2s both;
        }
        
        .section-description {
            max-width: 700px;
            margin: 0 auto;
            color: #666;
            line-height: 1.8;
            font-size: 1.1rem;
            animation: fadeInUp 0.8s ease 0.4s both;
        }
        
        /* Team Grid with 3D Effects */
        .team-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            perspective: 1000px;
        }
        
        /* Team Member Card with 3D Flip */
        .team-member {
            position: relative;
            transform-style: preserve-3d;
            transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            height: 450px;
            animation: fadeIn 1s ease both;
        }
        
        .team-member:nth-child(1) { animation-delay: 0.6s; }
        .team-member:nth-child(2) { animation-delay: 0.8s; }
        .team-member:nth-child(3) { animation-delay: 1s; }
        .team-member:nth-child(4) { animation-delay: 1.2s; }
        
        .member-front, .member-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            border-bottom: 2px solid var(--btn6-color);
        }
        
        .member-front {
            background: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30px;
            text-align: center;
            transform: rotateY(0deg);
        }
        
        .member-back {
            background-color: var(--btn6-color);
            color: white;
            padding: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            transform: rotateY(180deg);
        }
        
        .team-member:hover .member-front {
            transform: rotateY(-180deg);
        }
        
        .team-member:hover .member-back {
            transform: rotateY(0deg);
        }
        
        /* Front Card Content */
        .member-image {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            border: 5px solid rgba(250, 94, 7, 0.2);
            overflow: hidden;
            margin-bottom: 25px;
            position: relative;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            transition: all 0.5s ease;
        }
        
        .member-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease;
        }
        
        .team-member:hover .member-image img {
            transform: scale(1.1);
        }
        
        .member-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(250, 94, 7, 0.3), transparent);
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.5s ease;
        }
        
        .team-member:hover .member-image::before {
            opacity: 1;
        }
        
        .member-name {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--dark);
        }
        
        .member-position {
            color: var(--primary);
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
        
        .member-bio {
            color: #666;
            line-height: 1.6;
            margin-bottom: 25px;
        }
        
        /* Back Card Content */
        .member-skills {
            margin-bottom: 25px;
        }
        
        .skill-title {
            font-size: 1rem;
            margin-bottom: 10px;
            color: rgba(255,255,255,0.8);
        }
        
        .skill-bar {
            height: 5px;
            background: rgba(255,255,255,0.1);
            border-radius: 5px;
            margin-bottom: 15px;
            overflow: hidden;
        }
        
        .skill-progress {
            height: 100%;
            background: linear-gradient(90deg, var(--primary), var(--accent));
            border-radius: 5px;
            transition: width 1.5s ease;
        }
        
        .member-quote {
            font-style: italic;
            margin-bottom: 30px;
            position: relative;
            padding-left: 20px;
        }
        
        .member-quote::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -10px;
            font-size: 2rem;
            color: rgba(255,255,255,0.2);
        }
        
        /* Social Links with Hover Effects */
        .social-links {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--btn6-color);
            color: white;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .social-links a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }
        
        .social-links a:hover::before {
            left: 100%;
        }
        
        .social-links a:hover {
            background: var(--secondary-color);
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(250, 94, 7, 0.4);
            color: var(--white-color);
        }
        
        /* Floating Elements */
        .floating-elements {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: -1;
        }
        
        .floating-element {
            position: absolute;
            background: rgba(250, 94, 7, 0.05);
            border-radius: 50%;
            filter: blur(30px);
            animation: float 15s infinite linear;
        }
        
        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes float {
            0% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
            100% { transform: translateY(0) rotate(360deg); }
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .section-title {
                font-size: 3rem;
            }
            
            .team-grid {
                gap: 30px;
            }
        }
        
        @media (max-width: 768px) {

            
            .section-title {
                font-size: 2.5rem;
            }
            
            
            .team-member {
                height: auto;
                min-height: 400px;
            }
        }
        
        @media (max-width: 480px) {
            .section-title {
                font-size: 2rem;
            }
            
            .section-subtitle {
                font-size: 1rem;
            }
        }



.about-mid5{
  width: 100%;
  height: auto;
  margin-top: 80px;
}


        /* CTA Section */
        .cta-area {
            padding: 140px 0;
            position: relative;
            z-index: 1;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .background-img {
            position: relative;
        }
        
        .background-img::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: -1;
        }
        
        /* Section Content */
        .section-wrapper {
            position: relative;
            z-index: 1;
        }
        
        .text-center {
            text-align: center;
        }
        
        /* Title Styling */
        .section-title {
            font-weight: normal;
            margin-bottom: 28px;
            color: var(--text-white);
            font-size: 3.5rem;
            line-height: 1.2;
            perspective: 300px;
        }
        
        
        .text-main-600 {
            color: var(--main-color);
        }
        
        /* Button Styling */
        .gallery-button {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }
        
        /* .primary-btn {
            background-color: var(--main-color);
            color: white;
            padding: 16px 32px;
            font-size: 15px;
            text-transform: capitalize;
            font-weight: 700;
            font-family: var(--font-heading);
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }
        
        .primary-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(250, 94, 7, 0.3);
        } */
        
        /* Shapes */
        .gallery-shape {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .gallery-shape-1, 
        .gallery-shape-2 {
            position: absolute;
            z-index: -1;
            transition: transform 0.5s ease;
            filter: brightness(0) invert(1);
            top: 50%;
            transform: translateY(-50%);
        }
        
        .gallery-shape-1 {
            left: 0;
            transform: translateX(-260px) translateY(-50%);
        }
        
        .gallery-shape-2 {
            right: 0;
            transform: translateX(260px) translateY(-50%);
        }
        
        .cta-bg-shape {
            position: absolute;
            left: 0;
            bottom: -25px;
            z-index: -1;
            width: 100%;
        }
        
        .cta-bg-shape img {
            width: 100%;
            height: auto;
        }
        
        /* Character Animation */
        .char-animation span {
            display: inline-block;
            position: relative;
        }
        
        .char-animation div {
            position: relative;
            display: inline-block;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 1200px) {
            .section-title {
                font-size: 3rem;
            }
        }
        
        @media (max-width: 992px) {
            .section-title {
                font-size: 2.5rem;
            }
            
            .cta-area {
                padding: 80px 0;
            }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .gallery-shape-1,
            .gallery-shape-2 {
                display: none;
            }
        }
        
        @media (max-width: 576px) {
            .section-title {
                font-size: 1.8rem;
            }
            
            .primary-btn {
                padding: 12px 24px;
                font-size: 14px;
            }
        }




        /* extraordinary button */


        .extraordinary-btn {
            position: relative;
            background: transparent;
            color: var(--btn6-color);
            padding: 14px 36px;
            font-size: 16px;
            font-weight: 700;
            font-family: var(--default-font1);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            border-radius: 50px;
            text-decoration: none;
            border: 2px solid var(--white-color);
            overflow: hidden;
            z-index: 1;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 4px 15px rgba(250, 94, 7, 0.2);
        }
        
        /* Top-down fill effect */
        .extraordinary-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: var(--btn6-color);
            z-index: -1;
            transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            border-radius: 0 0 50% 50%;
        }
        
        /* Arrow icon */
        .extraordinary-btn i {
            transition: transform 0.4s ease;
        }
        
        /* Glow effect */
        .extraordinary-btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);
            transform: translate(-50%, -50%) scale(0);
            opacity: 0;
            transition: transform 0.6s, opacity 0.4s;
            z-index: -1;
        }
        
        /* Hover Effects */
        .extraordinary-btn:hover {
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(250, 94, 7, 0.4);
        }
        
        .extraordinary-btn:hover::before {
            height: 200%;
            border-radius: 0;
        }
        
        .extraordinary-btn:hover i {
            transform: rotate(45deg) scale(1.2);
        }
        
        /* Click effect */
        .extraordinary-btn:active {
            transform: translateY(-2px);
        }
        
        .extraordinary-btn:active::after {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
            transition: transform 0.3s, opacity 0.2s;
        }
        
        /* Floating particles (optional) */
        .particle {
            position: absolute;
            background: white;
            border-radius: 50%;
            pointer-events: none;
            opacity: 0;
        }





        /* extraordinary button */


        .extraordinary-btn1 {
            position: relative;
            background: transparent;
            color: var(--white-color);
            padding: 13px 28px;
            font-size: 16px;
            font-weight: 700;
            font-family: var(--default-font1);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            border-radius: 50px;
            text-decoration: none;
            border: 2px solid var(--btn6-color);
            overflow: hidden;
            z-index: 1;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 4px 15px rgba(250, 94, 7, 0.2);
            background-color: var(--btn6-color);
        }
        
        /* Top-down fill effect */
        .extraordinary-btn1::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: var(--secondary-color);
            z-index: -1;
            transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            border-radius: 0 0 50% 50%;
        }
        
        /* Arrow icon */
        .extraordinary-btn1 i {
            transition: transform 0.4s ease;
        }
        
        /* Glow effect */
        .extraordinary-btn1::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);
            transform: translate(-50%, -50%) scale(0);
            opacity: 0;
            transition: transform 0.6s, opacity 0.4s;
            z-index: -1;
        }
        
        /* Hover Effects */
        .extraordinary-btn1:hover {
            color: white;
            /* transform: translateY(-5px); */
            box-shadow: 0 10px 25px rgba(250, 94, 7, 0.4);
        }
        
        .extraordinary-btn1:hover::before {
            height: 200%;
            border-radius: 0;
        }
        
        .extraordinary-btn1:hover i {
            transform: rotate(45deg) scale(1.2);
        }
        
        /* Click effect */
        .extraordinary-btn1:active {
            transform: translateY(-2px);
        }
        
        .extraordinary-btn1:active::after {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
            transition: transform 0.3s, opacity 0.2s;
        }
        
        /* Floating particles (optional) */
        .particle {
            position: absolute;
            background: white;
            border-radius: 50%;
            pointer-events: none;
            opacity: 0;
        }
        .oplo{
          float: inline-end;
          margin-top: 40px;
        }
        .olpo1{
          display: flex;
          justify-content: center;
          width: 190px;
          margin: auto;
        }
        .oplo2{
          width: 180px;
          margin-top: 30px;
        }


/* faq */

.faq{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

  /*-------------------------------------------------------*/
/* FAQ
/*-------------------------------------------------------*/

.about-mid2{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.ab-faq-lhs .card {
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(234, 238, 241);
  border-radius: 0px;
  padding: 15px;
  margin-bottom: 10px;
}

.ab-faq-lhs .card-header {
  background: rgb(255, 255, 255);
  border: 0px;
  
}

.ab-faq-lhs .card-header a {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 20px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  /* font-family: "Cinzel", serif; */
  font-family: var(--default-font1);
}

.ab-faq-lhs .card-header a::after {
  content: "-";
  position: absolute;
  font-size: 30px;
  color: rgb(30, 31, 48);
  font-weight: 400;
  right: 30px;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  line-height: 31px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.ab-faq-lhs .card-header a.collapsed::after {
  content: "+";
}

.ab-faq-lhs .card-body p {
  margin: 0px;
  font-size: 15px;
  line-height: 26px;
  /* font-family: "Inter", serif; */
  color: var(--primary-color);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
}

.ab-faq-rhs {
  margin-left: 25px;
  position: relative;
}

.ab-faq-rhs::before {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}

.faq-mg{
    width:100%;
    height: auto;
    margin-top:60px;
}


/* commitment */

  .commit-ment{
    width: 100%;
    height: auto;
    margin-top: 80px;
  }

        /* Main container - full width */
        .process-container {
            width: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        /* Process steps grid */
        .process-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            position: relative;
            z-index: 2;
            max-width: 100%;
        }
        
        /* Process step items */
        .process-step {
            padding: 25px;
            background-color: rgba(0, 0, 0, 0.6);
            color: white;
            transition: all 0.4s ease;
            cursor: pointer;
            position: relative;
            z-index: 3;
            min-height: 630px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(0px);
        }
        
        .process-step:not(.active):hover {
            background-color: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(4px);
        }
        
        .process-step.active {
            background-color: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(6px);
        }
        
        /* Step header/number styles */
        .step-header {
            margin-bottom: 15px;
        }
        
        .step-number {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .step-number-large {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
        }
        
        /* Step content styles */
        .step-title {
            font-size: 20px;
            margin-bottom: 15px;
            color: #fff;
            font-weight: bold;
            line-height: 1.4;
            transition: all 0.3s ease;
        }
        
        .process-step.active .step-title,
        .process-step:not(.active):hover .step-title {
            margin-bottom: 20px;
            color: #fff;
        }
        
        .step-description {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.5;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        }
        
        .process-step.active .step-description,
        .process-step:not(.active):hover .step-description {
            max-height: 500px;
            opacity: 1;
            transform: translateY(0);
            margin-bottom: 15px;
        }
        
        /* Image container - full width */
        .image-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        .process-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 0.6s ease;
            filter: blur(0px);
        }
        
        .process-image.show {
            opacity: 1;
        }
        
        /* Combined container for steps and image */
        .process-content-container {
            position: relative;
            min-height: 630px;
            width: 100%;
        }
        
        /* Project details styles */
        .project-details {
            margin-top: 5px;
            font-size: 14px;
        }
        
        .project-details strong {
            display: block;
            margin-bottom: 8px;
            font-size: 15px;
        }
        
        /* Responsive styles */
        @media (max-width: 1024px) {
            .process-steps {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 767px) {
            .process-steps {
                grid-template-columns: 1fr;
            }
            
            .process-step {
                padding: 20px;
                min-height: 300px;
                backdrop-filter: blur(2px);
            }
            
            .process-step:not(.active):hover {
                backdrop-filter: blur(3px);
            }
            
            .step-title {
                font-size: 18px;
            }
        }


/* contact page */


.contact-info-grid {
  width: 100%;
  background: #fff;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 80px;
}


.grid-box1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background: var(--white-color);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid var(--btn6-color);
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: var(--btn6-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 28px;
  color: #fff;
}

.info-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0a1e10;
  margin-bottom: 10px;
  font-family: "Space Grotesk", sans-serif;
}

.info-card p,
.info-card p a {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s;
  padding-top: 10px;
  font-family: "Space Grotesk", sans-serif;
}

.info-card:hover {
  background-color: var(--btn6-color)
}

.info-card:hover h5,
.info-card:hover p,
.info-card:hover p a {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
}
.info-card:hover {
  background-color: var(--btn6-color); /* Purple background on hover */
  color: #fff;
}


.info-card:hover .icon-circle {
  background-color: #fff;
}

.info-card:hover .icon-circle i {
  color: var(--secondary-color);
}



.cont{
  width: 100%;
  height: auto;
  margin-top: 80px;
}


.cont1{
  width: 100%;
  height: auto;
  margin-top: 70px;
  margin-bottom: 80px;
}
/* img.img-mg {
    height: 635px;
} */
.form-control {
    padding: .65rem .75rem !important;
    border-bottom: 2px solid var(--secondary-color) !important;
    border-left: none !important;
    border-right:none !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 30px;
}
.form-control:focus{
  box-shadow: none !important;
}
.form-label {
    color: var(--primary-color);
    font-size: 105%;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
}
img.img-mg2 {
  width: 100%;
  height: 100%;
}
.image-content1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.responsive-map{
  overflow: hidden;
  padding-bottom:40.25%;
  position:relative;
  height:0;
  }
  .responsive-map iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
  .cont1-sec {
    display: flex;
    justify-content: start;
}



  /* gallery page */


  .gallery-section {
    width: 100%;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 80px;
}

.gallery-tabs .nav-link {
  background-color: #f1f1f1 !important;
  color: #333 !important;
  margin: 0 8px;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.gallery-tabs .nav-link.active {
  background-color: var(--btn6-color) !important;
  color: var(--white-color) !important;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 30px;
  margin-top: 40px;
}
.gallery-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;
  margin-top: 40px;
}

.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.gallery-grid1 a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.gallery-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-grid1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.05);
}
.gallery-grid1 a:hover img {
  transform: scale(1.05);
}




/* service */


/* style.css */
.service-detail-section{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}
.feature-mg1 {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 500px;
  margin-bottom: 40px;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 15px;
}

.zoom-img {
  width: 100%;
  height: 500px;
  transition: transform 0.4s ease;
  display: block;
}

.img-wrapper:hover .zoom-img {
  transform: scale(1.1);
}


.feature-mg2 {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin-bottom: 40px;
}

.img-wrapper {
  overflow: hidden;
  border-radius: 15px;
}

.zoom-img1 {
  width: 100%;
  height: 250px;
  transition: transform 0.4s ease;
  display: block;
}

.img-wrapper:hover .zoom-img1 {
  transform: scale(1.1);
}


.img-fluid-ser{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.list-check {
  list-style: none;
  padding-left: 0;
}

.bgbg {
  color: #f4b400;
  margin-right: 10px;
}

.icon-box1 {
  border-radius: 50%;
  width: 100%;
  max-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--btn6-color);
}
.icon-box1  i{
  color: var(--white-color);
  font-size: 25px;
}


/* .custom-accordion .accordion-button {
  background-color: #fff8e1;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ffd54f;
}

.accordion-item {
  border: 1px solid #ffe082;
  border-radius: 8px;
  margin-bottom: 12px;
} */


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h5.des-txt{
    font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: var(--default-font1);
  color: var(--secondary-color);
  padding-bottom: 8px;
}


.sidebar-box {
  background-color: var(--white-color);
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.sidebar-box .box-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #444;
}

.sidebar-links li {
  list-style-type: none;
  margin-bottom: 15px;
}

.sidebar-links a {
    font-weight: 400;
    font-size: 18px;
    line-height: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 37px;
    color: var(--primary-color);
    background-color: #e9f8ff;
    padding: 2px 6px;
}

.sidebar-links a:hover {
  color: var(--btn6-color);
  text-decoration: underline;
}

.contact-box {
  background-color: #e9f8ff;
  padding: 20px;
  color: #222;
  border-radius: 10px;
}
.mt-u{
  margin-top: 80px;
}

.new-section {
  width: 100%;
  height: auto;
  padding: 80px;
  position: relative;
  background: url('../img/shutterstock_103405085.jpg') center/cover no-repeat;
  margin-top: 40px;
}

.new-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Black overlay for opacity */
  z-index: 1;
}

.new-section .container {
  position: relative;
  z-index: 2; /* Keep cards above the overlay */
}



.new-section .new-card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: none;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.new-section .new-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.new-section .icon-wrap {
  width: 70px;
  height: 70px;
  background-color: var(--btn6-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.new-section .icon-wrap i {
  color: #fff;
  font-size: 30px;
}

.new-section h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: var(--default-font1);
  color: var(--secondary-color);
  padding-bottom: 8px;
}

.new-section p {
  font-size: 15px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: var(--default-font1);
}


.new-section-one {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}

.new-section-one .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.new-section-one .card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid var(--btn6-color) !important;
}

.new-section-one .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.new-section-one .card .icon {
  font-size: 40px;
  color: var(--btn6-color);
  margin-bottom: 15px;
}

.new-section-one .card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-family: var(--default-font1);
  padding-bottom: 8px;
}

.new-section-one .card p {
  font-size: 15px;
  color: var(--primary-color);
  line-height: 1.5;
  font-family: var(--default-font1);


}


.new-section-one .card:hover {
  background: var(--btn6-color);
  color: #fff;
}

.new-section-one .card:hover i {
  color: #fff;
}

.new-section-one .card:hover h3,
.new-section-one .card:hover p {
  color: #fff;
}





/* destination */



.destination{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
img.img-fluid.hblko{
  height: 450px !important;
  object-fit: cover;
  margin-top: 30px;
  width: 100%;
}



      .grid {
            display: grid;
            /*grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));*/
            grid-template-columns: repeat(2, 1fr); 
            gap: 30px;
            margin-top: 40px;
        }

        .card-des {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card-des:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }

        .card-image {
            height: 250px;
            overflow: hidden;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .card-des:hover .card-image img {
            transform: scale(1.05);
        }

        .card-content1 {
            padding: 25px;
        }

        .card-title {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: var(--secondary-color);
            position: relative;
            padding-bottom: 10px;
            font-family: var(--default-font1);
        }

        .card-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(to right, #267abb, #72bddf);
            border-radius: 2px;
        }

        .card-details {
            color: var(--text-color);
            line-height: 1.6;
            margin-bottom: 20px;
            font-family: var(--default-font1);
            font-size: 16px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .card-features {
            margin-bottom: 25px;
        }

        .feature-des {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            color: #555;
        }

        .feature-des i {
            color: var(--btn6-color);
            margin-right: 10px;
            font-size: 1.1rem;
        }

        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }



        .slide {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: all 1s ease;
        padding-top: 200px;
        padding-bottom: 200px;
}


.slide h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: var(--white-color);
  text-align: center;
  padding-top: 120px;
  font-family: var(--default-font1);
}

.slide p {
  font-size: 1.5rem;
  margin: 0;
  color: var(--white-color);
  text-align: center;
}

.destination .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-40%);
            pointer-events: none;
        }
        
        .destination .owl-prev, .owl-next {
            width: 50px;
            height: 50px;
            background: white !important;
            border-radius: 50% !important;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem !important;
            color: var(--secondary) !important;
            pointer-events: all;
            transition: all 0.3s ease !important;
            position: absolute;
        }
        
        .destination .owl-prev:hover, .owl-next:hover {
            background: var(--secondary-color) !important;
            color: var(--white-color) !important;
        }
        
         .destination .owl-prev {
           left: 0px;
        }
        
        .destination .owl-next {
            right: 0px;
        }
        

/* toue page*/


.tour-banner {
    position: relative;
    width: 100%;
    height: 550px; /* adjust as needed */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

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

.tour-banner .container {
    position: relative;
    z-index: 2;
    text-align: center;
}



/* ---------- Tour Content Section ---------- */
.tour-content {
   width: 100%;
   height: auto;
   margin-top: 80px;
}

.tour-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* ---------- Highlights ---------- */
.section-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0 !important
    ;
}

.highlights-list li {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.highlights-list li i {
    color: #ff6600; /* icon color */
    margin-right: 10px;
}

/* ---------- Gallery ---------- */
/*.gallery-grid img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*    border-radius: 6px;*/
/*    box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
/*}*/


/* ---------- Sidebar ---------- */
.sidebar-box {
    background:#e9f8ff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    /*margin-top: 30px;*/
}

.sidebar-box h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar-box p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.sidebar-box a.btn {
    text-align: center;
    font-size: 1rem;
    padding: 10px 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .tour-banner {
        height: 300px;
    }
    .tour-banner .banner-title {
        font-size: 2rem;
    }
    .tour-banner .banner-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .tour-content .row {
        flex-direction: column;
    }
    .sidebar-box {
        margin-top: 40px;
    }
}


/* Related Tours List */
.related-tours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List Items */
.related-tours-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

/* Last item no border */
.related-tours-list li:last-child {
    border-bottom: none;
}

/* Link styling */
.related-tours-list li a {
    color:#212529; /* blue color */
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.related-tours-list li a:hover {
    color: #ff6600; /* orange on hover */
    text-decoration: underline;
}

/* "No related tours found" text */
.sidebar-box p {
    color: #777;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.blog-featured-img img{
    width: 100%;
    height: auto;
}











