/* 

   Theme Name: Hermes; 
   Description: Normal;
   Author: Rajat;
   Author Url:http://Hermes;
   Version:1.1;
   Description: A custom WordPress theme



*/




/* Import only once per font and remove duplicates */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
  --primary-color: #0D0D0D;
  --secondary-color: #1992ff;
  --text-color: #5b5e61;
  --arrow-color: #e80000;
  --accent-color: #ffc107;
  --white-color: #FFFFFF;
  --divider-color: #EAEAEA;
  --dark-divider-color: #FFFFFF1A;
  --btn-color: #FFFFFFCC;
  --btn6-color: #efb708;
  --btn1-color: #a78b76;
  --othr-color: #612e11;
  --default-font: "Karla", sans-serif;
  --default-font1: "El Messiri", sans-serif;
  --accent-font: "Onest", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
}

html {
  font-size: 100%;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.8em;
  margin-bottom: 0 !important;
  margin-top: 15px;
}

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: 0 !important;
}

figure {
  margin: 0;
}


a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}


/* ******************************************************************** */

.parallax-container img{
	    width: 480px;
    height: 580px;
    object-fit: cover;
}

.headline {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #0D0D0D;
  margin-bottom: 20px;
}










/* ******************************************************************************** */


.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: linear-gradient(to bottom, #e9f8ff, #e9f8ff);
  /* background-color: #e9f8ff; */
  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); */
  /* background-color: #e9f8ff; */
}

 
        /* 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; */
        }


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, #23abd4 50%, #000 50%);
}

header.sticky .dropdown-toggle::after {
  color: var(--primary-color) !important;
}
header.sticky .navbar-expand-lg .navbar-nav {
  border: 1px solid var(--accent-color);
}


.navbar-expand-lg .navbar-collapse {
  justify-content: center !important;
}

.logo {
  color: #fff;
}

.logo img {
  width: 170px;
  height: auto;
}

.navbar-light .navbar-nav .menu-item a {
  /* font-family: "Khand", Sans-serif !important; */
  font-size: 85% !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  /* color: var(--white-color) !important; */
  padding-right: 0rem !important;
  padding-left: 0rem !important;
  margin-right: 0.7rem !important;
  margin-left: 0.7rem !important;
  font-family: var(--default-font1) !important;
  position: relative;
  z-index: 10;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  border: 1px solid var(--white-color);
  padding: 10px;
  border-radius: 30px;
}


/* .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;
} */



/* Basic Dropdown Display - Hidden by default */
.main-nav-menu .sub-menu {
    position: absolute;
    /* left: 10%; */
    top: 30px;
    z-index: 9999;
    background-color: var(--secondary-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 */
    }
}




/* .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: 3px 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, #ffc107, #ffc107 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: #ffc107;
  transition: all 0.3s ease-in-out;
}

#primary li a:hover {
  background-position: 0%;
}

#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(--secondary-color) !important;
  padding: 15px !important;
}

a.dropdown-item {
  margin-bottom: 10px;
}

.dropdown-toggle::after {
  color: var(--white-color) !important;
} */


.dropdown-menu {
    display: none; /* Hide by default */
    position: absolute;
    background-color: var(--secondary-color) !important; /* Background color */
    z-index: 1000; /* Ensure it's on top */
    padding: 15px !important;
}

.dropdown-hover:hover > .dropdown-menu {
    display: block; /* Show on hover */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    left: 100%; /* Position to the right */
    top: 0; /* Align to the top */
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block; /* Show on hover */
}


/* 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: var(--accent-color);
  transition: .3s;
  border: 1px solid var(--white-color);
}

.search-box-icon {
  margin: auto;
  color: var(--white-color);
  font-weight: bold;
}

.search-box-input::placeholder {
  color: white;
  opacity: .7;
}

.search-box-btn:hover {
  background-color: var(--secondary-color);
}

.search-box-btn:active {
  transform: scale(.75);
}


.dropdown-item {
  text-transform: uppercase !important;
}

/* banner */

.ban {
  width: 100%;
  min-height: 100vh;
  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;
}

.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;
}


/*  */

/* From Uiverse.io by ryota1231 */
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: var(--accent-color);
  border-radius: 100px;
  font-weight: 600;
  color: var(--primary-color);
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  justify-content: center;
  /* margin: auto; */
  margin-top: 30px;
}

.text-cen {
  margin: auto;
  margin-top: 30px !important;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: var(--primary-color);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: var(--white-color);
  border-radius: 30px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: var(--white-color);
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px var(--accent-color);
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}



/* .social-sidebar {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
} */

.social-sidebar {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-6%);
    display: flex
;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  margin-bottom:10px;
}

.social-icon:hover {
  background: var(--accent-color);
  transform: scale(1.1);
  color: var(--white-color);
}

img.gutenverse-image-box-filled {
  right: -3px;
  margin-left: 15px;
  height: 170px !important;
  width: auto !important;
}


/* about */
.about-home {
  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: 46px;
  color: var(--primary-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(--primary-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-font);
  word-break: break-word;
  line-height: 25px;
}

p.para-nw {
  font-size: 90%;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--default-font);
  line-height: 22px;
}

































.cta {
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  margin-top: 80px;
}


.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* slightly larger to contain zoom */
  height: 100%;
  background-image: url(../img/young-woman-in-cap-plaid-shirt-with-big-backpack-2023-11-27-05-24-50-utc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: zoomEffect 15s ease-in-out infinite alternate;
  z-index: 1;
  will-change: transform;
  pointer-events: none;
  background-attachment: fixed;
}

.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.cta>* {
  position: relative;
  z-index: 3;
}








/* footer */

.footer-v2 {
  width: 100%;
  height: auto;
  /* margin-top: 80px; */
  background-color: var(--primary-color);
  padding: 50px 0px 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 5000%;
    height: 40%;
    background-repeat: repeat-x;
    background-size: contain;
    -webkit-animation: translateBg 40s linear infinite;
    animation: translateBg 30s linear infinite;
    opacity: 0.05;
}
.bg_cover {
    /* background-repeat: no-repeat;
    background-size: cover; */
    background-position: 100% 100%;
}
        @keyframes translateBg {
            0% {
                transform: translate3d(0, 0, 0);
            }
            100% {
                transform: translate3d(-1146.21px, 0, 0); /* Adjust this value based on your pattern width */
            }
        }
.footer {
  display: flex;
  justify-content: space-between;
  /* background-color: #1c1c1c; */
  flex-wrap: wrap;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

.footer-logo img {
  /* width: 120px; */
  width: 100%;
  height: auto;
  margin-right: 10px;
}

.footer-logo {
  justify-content: center;
  align-items: center;
}

.footer p {
  color: #bbb;
  font-size: 140%;
  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);
}

.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(--accent-color);
}

.footer-column h4 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-family: var(--default-font1);
}

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;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background-color: var(--accent-color);
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 40px 30px;
  }
}


.footer-bottom {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  font-family: var(--default-font1);
  border-top: 1px solid #fff3;
}

.copyright {
  color: var(--white-color);
  font-size: 16px;
  font-family: var(--default-font1);
  text-align: center;
}

.copyright.right {
  text-align: end;
  font-family: var(--default-font1);
}

.img-fluid{
  height: 100% !important;
  animation: zoomEffect 10s ease-in-out infinite alternate;
}


/* 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);
}

/* product section  */

.tour_items {
  width: 100%;
  height: auto;
  margin-top: 80px;
}


.section-title {
  text-align: center;
  margin-bottom: 20px;
}



.travel-slider {
  position: relative;
}

.travel-item {
  /* background: #fff; */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.travel-img {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.travel-img img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  transition: transform 0.5s ease;
  animation: zoomEffect 15s ease-in-out infinite alternate;
}

.travel-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.69);
  padding: 20px;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 999;
}

.travel-overlay p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;

}

.travel-overlay h3,
label {
  color: #fff;
}

.read-more {
  display: inline-block;
  padding: 5px 20px;
  background: var(--accent-color);
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s ease;
  margin-top: 1rem;
  border-radius: 30px;
}

.read-more:hover {
  background: var(--arrow-color);
  color: #fff;
  transition: 0.4s all ease-in-out;
}

.travel-info {
  padding: 20px;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 18;
  background-color: #00000065;
}

.travel-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #ffffff;
  opacity: 1;
}

.price {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  opacity: 1;
}

.travel-item:hover .travel-info h3 {
  transition: 0.3s all ease;
  opacity: 0;
}


.travel-item:hover .price {
  transition: 0.3s all ease;
  opacity: 0;
}

.travel-item:hover .travel-img img {
  transform: scale(1.1);
}

.travel-item:hover .travel-overlay {
  bottom: 0;
}

.owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff !important;
  color: #333 !important;
  border-radius: 50% !important;
  margin-left: 10px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;

}

.owl-nav button:hover {
  background: #ff6b6b !important;
  color: #fff !important;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd !important;
  transition: all 0.3s ease;
}

.owl-dots button.owl-dot.active {
  background: #ff6b6b !important;
  width: 30px;
  border-radius: 6px;
}


/* product section  */


/* about home page  */



.feature-icon {
  width: 50px;
  height: 50px;
  background: var(--accent-color);
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.feature-item {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.feature-text h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.video-thumb {
  width: 130px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumb::after {
  content: '\f04b';
  /* Font Awesome Play Icon */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}



/* blog page section  */
.blog {

  width: 100%;
  height: auto;
  margin-top: 80px;
}

.blog-header {
  text-align: left;
  margin-bottom: 40px;
}

.blog-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.blog-left {
  flex: 1 1 40%;
}

.blog-featured {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  color: white;
  position: relative;
  overflow: hidden;
}

/* 🔴 Overlay added */
.blog-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* You can change the color and opacity */
  z-index: 1;
  border-radius: 15px;
}

/* Content should stay above the overlay */
.blog-featured > * {
  position: relative;
  z-index: 2;
}


.blog-featured-text .read-more {
  margin-top: 10px;
  display: inline-block;
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.blog-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.blog-item img {
  /* width: 294px;
  height: auto;
  object-fit: cover;
  border-radius: 10px; */
  width: 100%;
  height: 195px;
  object-fit: cover;
  border-radius: 10px;
  max-width: 250px;

}

.blog-info h4 {
  font-size: 130%;
  font-weight: 600;
  color: #0D0D0D;
  font-family: var(--default-font1);
}

.blog-info p {
  font-size: 14px;
  color: #5b5e61;
  margin: 5px 0 10px;
}

.blog-info a {
  font-size: 14px;
  text-decoration: none;
  color: #0D0D0D;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
  .headline {
    font-size: 36px;
  }



  .blog-content {
    flex-direction: column;
  }

  .blog-left,
  .blog-right {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .headline {
    font-size: 28px;
  }



  .blog-item {
    flex-direction: column;
  }

  .blog-item img {
    width: 100%;
    height: auto;
  }
}


img.alignnone.size-full.wp-image-174{
  width: 100%;
  height: auto;
   border-radius: 8px;
   margin-bottom: 20px;
}




/* blog page section End  */




/* wraper start */

.wrap{
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: #e9f8ff;
  padding-bottom: 60px;
  padding-top: 60px;
}

    .advance-wrap {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding: 60px 0px 0px 0px;
      /* overflow-x: auto; */
      gap: 0;
      transition: all 0.6s ease-in-out;
    }

    .advance-item {
      width: 242px;
      min-width: 242px;
      border-radius: 20px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      margin: 0 -40px;
      position: relative;
      transition: transform 0.6s ease, margin 0.6s ease;
    }

    .advance-thumb img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }

    .advance-content {
      background: white;
      text-align: center;
      padding: 16px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      display: flex;
    justify-content: space-between;
    }

    .advance-content h6 {
      font-size: 18px;
      margin: 0;
    }

    .advance-btn i {
      /* width: 20px; */
      vertical-align: middle;
      color: var(--accent-color);
    }

    /* Initial tilted state */
    .advance-wrap:not(.scrolled) .advance-item:nth-child(1) { transform: rotate(-8deg); z-index: 1; }
    .advance-wrap:not(.scrolled) .advance-item:nth-child(2) { transform: rotate(-4deg); z-index: 2; }
    .advance-wrap:not(.scrolled) .advance-item:nth-child(3) { transform: rotate(0deg);   z-index: 3; }
    .advance-wrap:not(.scrolled) .advance-item:nth-child(4) { transform: rotate(4deg);  z-index: 2; }
    .advance-wrap:not(.scrolled) .advance-item:nth-child(5) { transform: rotate(8deg);  z-index: 1; }

    /* Straighten and space evenly on scroll */
    .advance-wrap.scrolled {
      gap: 20px;
    }

    .advance-wrap.scrolled .advance-item {
      transform: rotate(0deg) !important;
      margin: 0 !important;
    }




    /* counter start */

            /* Counter Area Styles */
.counter-area {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  /* background-color: #f8f5f0; */
  background-color: #e9f8ff;
  overflow: hidden;
  /* margin-top: 80px ; */
  }        

.custom-counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 40px;
  margin-bottom: 40px;
}

.custom-counter-box {
  border-radius: 12px;
  padding: 20px 20px;
  text-align: center;
}

.custom-counter-number {
  font-size: 6rem;
  color: var(--accent-color);
  margin: 0;
}

.custom-counter-label {
  font-size: 1.2rem;
  color: #444;
  /* margin-top: 10px; */
  font-family: var(--default-font1);
  margin-bottom: 20px;
}


      

        



      




        /* Background Shapes */
        .position-absolute {
            position: absolute !important;
        }

        .z-n1 {
            z-index: -1 !important;
        }

        .bottom-0 {
            bottom: 0 !important;
        }

        .start-0 {
            left: 0 !important;
        }

        .translate-middle-y {
            transform: translateY(-50%) !important;
        }

        .counter-bg-shape {
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
        }

        .counter-bg-shape img {
            width: 100%;
            height: auto;
        }

        .counter-bg-plane-shape {
            left: 0;
            top: 50%;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .line_shape_2 {
            position: absolute;
            width: 100%;
            /* height: 100%; */
            top: 30%;
            left: 0;
        }

        #line_path_2 {
            stroke-width: 1px;
        }

        #paper-plane_2 {
            position: absolute;
            width: 40px;
            height: 40px;
            z-index: 10;
        }




        @media (max-width: 767px) {

            #paper-plane_2 {
                width: 30px;
                height: 30px;
            }
        }

        @media (max-width: 575px) {

            #paper-plane_2 {
                width: 25px;
                height: 25px;
            }
        }





        /* testimonial */


          .testimonial-section {
            padding: 60px 0;
            /* background: linear-gradient(135deg, var(--light) 0%, #e6f3e6 100%); */
            background-color: var(--primary-color);
            font-family: var(--default-font1);
            position: relative;
            overflow: hidden;
            z-index: 1;
            margin-top: 80px;
        }
        
        
        
        /* 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 0px;
            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(--accent-color);
            position: absolute;
            top: 20px;
            right: 30px;
            line-height: 1;
        }
        
        .testimonial-text {
            font-size: 100%;
            line-height: 1.8;
            color: var(--white-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: 110%;
            margin-bottom: 5px;
            color: var(--secondary-color);
            font-family: var(--default-font1);
            font-weight: 600;
        }
        
        .author-info p {
            font-size: 95%;
            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;
        }
        
        
        /* 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;
            }
        }


    .video-section {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1;
    }




/* 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: 4w;
          color: var(--white-color);
        }

        @keyframes bgZoom {
            0% {
                transform: scale(1);
            }
            100% {
                transform: scale(1.3);
            }
        }

.about-mid{
  width: 100%;
  height: auto;
  margin-top: 80px;
}   

.img-fluid-ab{
  width: 100%;
  height: 57%;
  margin-top: 50px;
  border-radius: 0px 30px 30px 0px;
  object-fit: cover;
}


        

        


        

.about-mid-card {
  background-color: #0d0601;
  color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  /* max-width: 650px; */
  font-family: 'Segoe UI', sans-serif;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
  margin-left: -10px;
  background-color: #fff;
}

.avatars img:first-child {
  margin-left: 0;
}

.content {
  flex: 1;
  min-width: 250px;
}

.content h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--white-color);
    font-family: var(--default-font1);
}

.content p {
  color: #aaa;
  font-size: 16px;
  margin-top: 8px;
  font-family: var(--default-font1);
}
.number-wrapper {
    font-size: 45px;
    font-weight: 600;
    font-family: var(--default-font1);
}
sup {
    top: 0px !important;
}

.counter {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
}
.img-fluid-p{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.img-fluid-pp{
  width: 100%;
  height: 350px;
  border-radius: 15px;
  object-fit: cover;
}



/*  */

.about-mid1{
  width: 100%;
  height: auto;
  margin-top: 80px;
}
        /* Features Grid */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 80px;
        }
        
        /* Feature Cards */
        .feature-card {
            /* background: white; */
            /* border-radius: 10px; */
            /* padding: 30px; */
            /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-top: 40px;
        }
        
        
        .feature-title {
            font-size: 20px;
            color: var(--primary-color);
            margin-bottom: 15px;
            font-weight: 600;
            text-align: center;
            font-family: var(--default-font1);
        }
        
        .feature-description {
            color: var(--text-color);
            font-size: 16px;
            line-height: 1.6;
            text-align: center;
            font-family: var(--default-font1);
        }
        
        .feature-description p {
            margin-bottom: 8px;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .features-grid {
                grid-template-columns: repeat(1, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            
            .feature-card {
                padding: 25px 20px;
            }
        }

        .abt-md1-mg{
          width: 100%;
          height: auto;
          border-radius: 50px;
        }




.feature-card i {
  font-size: 40px;
  margin-bottom: 15px;
  color: var(--btn6-color);
  text-align: center;
  display: block;
}



.features-center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-img-wrapper {
  position: relative;
  border: 2px solid var(--btn6-color);
  border-radius: 50% / 30%;
  overflow: hidden;
  width: 320px;
  height: 480px;
}

.main-img-wrapper .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-circle {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}

.overlay-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.circle-text {
  position: absolute;
  bottom: -18px;
  width: 100%;
  font-weight: 600;
  font-size: 10px;
  color: black;
  letter-spacing: 1px;
  transform: rotate(0deg);
}



.mission-vision {
  background-color: #fff;
  margin-top: 80px;
}


.main-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.4;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.card6 {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  flex: 1;
  text-align: left;
  position: relative;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid transparent;
  /* background-image: linear-gradient(white, white), linear-gradient(135deg, #f0c27b, #4b1248); */
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.card6:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card6 .icon {
  width: 40px;
  margin-bottom: 15px;
}

.card6 h3 {
  font-size: 24px;
  margin-bottom: 6px !important;
  color: var(--primary-color);
  font-family: var(--default-font1);
}

.card6 p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--default-font1);
}
.card6 .icon {
  margin-bottom: 15px;
}




/* why */


.why-choose {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}


.text-column {
  flex: 1 1 500px;
}



.why-card {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  gap: 20px;
}

.feature-number {
  background-color: var(--btn6-color);
  color: white;
  font-weight: bold;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-content h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #111;
}

.feature-content p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.image-column {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  align-items: center;
}

.img-large {
  grid-row: span 2;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 500px;
}

.img-small {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 230px;
}

/* Optional for positioning clarity */
.top-right {
  align-self: start;
}

.bottom-left {
  align-self: end;
}



.our-partner{
  width: 100%;
  height: auto;
  margin-top: 60px;
}








/* 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(--accent-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(--accent-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(--btn6-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;
}

        .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);
          }
        }


.cont-mid{
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.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;
  }





  /* gallery page */


  .gallery-section {
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.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(--accent-color) !important;
  color: var(--white-color) !important;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 15px;
  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);
}





/* blog page */


.custom-tabs .nav-link {
  color: #333;
  border: 1px solid transparent;
  border-bottom: none;
  transition: all 0.3s ease;
}

.custom-tabs .nav-link:hover {
  border-color: #ffc107;
  background-color: #f9f9f9;
  color: #000;
}

.custom-tabs .nav-link.active {
  border-color: #ffc107 #ffc107 #fff;
  border-width: 2px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}



    .blog-card {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      background: #fff;
      margin-top: 30px;
    }

    .blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    }

    .blog-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .blog-content1 {
      padding: 20px;
      font-family: var(--default-font1);
    }

    .blog-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    

    .blog-desc {
      color: #666;
      font-size: 0.95rem;
    }

     .blog-img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      border-radius: 10px;
    }
    .blog-meta {
      font-size: 0.9rem;
      color: #6c757d;
    }
    .blog-tags span {
      background-color: #ffc107;
      color: #212529;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 0.8rem;
      margin-right: 5px;
    }
    .recent-post img {
      width: 80px;
      height: 60px;
      object-fit: cover;
      border-radius: 5px;
      margin-right: 10px;
    }
    .recent-post a {
      font-weight: 500;
      color: #212529;
      text-decoration: none;
    }
    .recent-post a:hover {
      color: #ffc107;
    }
    
    .blog-de{
      width: 100%;
      height: auto;
      margin-top: 80px;
      margin-bottom: 80px;
    }


/* 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;
}


/* .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;
} */

.accordion-container {
  margin: 0 auto;

}

.accordion-item {
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var(--accent-color) !important;
}

.accordion-header {
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding: 15px;
  border: none !important;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: var(--default-font1);
}

.accordion-item.active .accordion-header {
  background: var(--btn6-color);
  color: var(--white-color);
}

.accordion-header .icon {
  font-size: 140%;
  transition: transform 0.3s ease;
}

.accordion-content {
  padding: 15px;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  background: var(--white-color);
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--default-font1);
}

.accordion-item.active .accordion-content {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.sidebar-box {
  background-color: #e9f8ff;
  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: 16px;
    line-height: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 37px;
    color: var(--primary-color);
    background-color: #e9f8ff;
    padding: 15px 18px;
}

.sidebar-links a:hover {
  color: #f4b400;
  text-decoration: underline;
}

.contact-box {
  background-color: #e9f8ff;
  padding: 20px;
  color: #222;
  border-radius: 10px;
}




/* trip */

.trip-on{
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.trip-on .row {
  display: flex;
  align-items: stretch; /* same height columns */
}

.trip-on .col-md-4 {
  display: flex;
  flex-direction: column; /* allow content inside to stack */
}

.trip-mg {
  flex: 1; /* image takes remaining height */
  width: 100%;
  object-fit: cover; /* crop image to fit column */
  border-radius: 15px;
  display: block;
  margin-top: 20px;
}


.parallax-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}



video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

