* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* h2 {
  background: linear-gradient(180deg, #bc9610 0%, #e3b40f 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */

body{
      background: #e1e1e1;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

/* header-top css start */

.container-fluid {
  width: 100%;
}

/* header-top css start */

.nav-link,
.nav-link:focus,
.nav-link:hover,
.nav-link:active,
.nav-link:visited {
  color: #000 !important;
  outline: none;
  /* focus ring hataane ke liye */
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  /* background-color: #fff; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
  /* Add transition for smooth hide/show */
}

header .down{position: relative;}

header .down .drop{
    display: flex; 
    flex-direction: column; 
    position: absolute;  
    top: 40px; 
    z-index: 999; 
    background-color: #ffffff; 
    list-style: none; 
    width: 250px; 
    padding: 15px; 
    transition: .5s; 
    transform: scale(0);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    border-radius: 20px;
}

/*Hover Dropdown Start*/

header .down .drop li a{color: #000; font-size: 15px; padding: 8px 10px; border-radius: 5px; transition: .5s; display: block;}
header .down .drop li a:hover{color: #fff; background-color: #093f20;}
header .down a i{font-size: 14px; transition: 0.3s;}
header .down:hover a i{transform: rotate(180deg);}
header .down:hover .drop{ transform: scale(1);}
header .down .drop .view a{background-color: #d1ae6c;}



/*Hover Dropdown End*/

.liveclass-btn button {
  background-color: #093f20;
  border-radius: 30px;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none;
  margin-right: 30px;
}

.contact-links a i {
  /* color: white; */
  font-size: 19px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.contact-links a {
  position: relative;
  margin-right: 39px;
}

.contact-links .whats-i::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 43.45px;
  background-color: #ffffff;
  left: -20px;
  top: -17px;
}

.home-page .navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6); /* semi-transparent white */
  backdrop-filter: blur(10px);          /* blurred background */
  -webkit-backdrop-filter: blur(10px);  /* Safari support */
  padding: 15px 30px;                   /* adjust padding as needed */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* subtle shadow (optional) */
}

.inner-page .navbar {
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6); /* semi-transparent white */
  backdrop-filter: blur(10px);          /* blurred background */
  -webkit-backdrop-filter: blur(10px);  /* Safari support */
  padding: 15px 30px;                   /* adjust padding as needed */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* subtle shadow (optional) */
}


.main-header .navbar-brand img{
    max-height: 60px;
    width: auto;

}
.main-header .container-fluid {
  margin: 0;
  padding: 0;
}

.main-header .navbar-brand {
  padding: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas-body .nav-item {
  position: relative;
  display: inline-block;
  /*padding: 14px 10px 0px 10px;*/
  font-size: 14px;
  /*margin-bottom: 10px;*/
}

.offcanvas-body{
   overflow-y: unset !important;
}

.offcanvas {
 align-items:center;
  bottom:auto !important;
}

@media (max-width: 992px) {
  .offcanvas {
    align-items: stretch;
  }

  .liveclass-btn button {
    display:none;
  }
  
  
  .main-header .navbar-brand img{
        max-height: 50px;
    width: auto;

}
}

.nav-item {
  position: relative;
  /* overflow: hidden;  <-- isko hata do */
}

.nav-item a:hover {
  color: #000;
}

.nav-item a {
  color: #000;
}

.nav-item li a {
  color: #000;
}

.main-header .navbar {
  padding:0;
}

.nav-item {
  position: relative;
}

.text h3 {
  font-size: 20px;
}

@media (max-width: 992px) {
  .card {
    min-height: auto !important;
  }

  .main-header .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 0px;
    padding-left: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
    color: #000000;
    text-transform: uppercase;
  }
}

.navbar-nav .nav-link {
  position: relative;
  color: #fff;
  transition: color 0.3s ease;
  padding: 8px 15px;
}

.navbar-nav .nav-link:hover {
  color: #ff69b4;
  /* Aap chahe toh yeh color change kar sakte hain */
}

/* Underline hover effect */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #158d4c;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}

.carousel-inner {
  position: relative;
}

.sell-detail-btn {
  position: absolute;
  bottom: 70px;
  right: 40%;
  display: flex;
  gap: 20px;
}

.sell-detail-btn-1 {
  background-color: #fff;
  padding: 10px 50px;
  border-radius: 5px;
}

.sell-detail-btn-1 a {
  color: #000;
}

.sell-detail-btn-2 {
  background: rgba(127, 110, 108, 0.15);
  backdrop-filter: blur(10px);
  padding: 10px 50px;
  border-radius: 5px;
}

.sell-detail-btn-2 a {
  color: #fff;
}

@media (max-width: 768px) {
  .offcanvas-body{
        height:100vh;
    }

  .sell-detail-btn {
    position: absolute;
    bottom: 9px;
    right: 20%;
    display: flex;
    gap: 20px;
  }

  .sell-detail-btn-1 {
    background-color: #fff;
    padding: 5px 13px;
    border-radius: 5px;
  }

  .sell-detail-btn-2 {
    background: rgba(127, 110, 108, 0.15);
    backdrop-filter: blur(10px);
    padding: 4px 20px;
    border-radius: 5px;
  }
}


.dropdown-toggle::after {
    border:none;
}

/* header-top css end  */

/* ======================================================= */

/* ========================================================================= */

/* banner-slider */

#slider


/* footer css  */

/*footer {*/
/*  background-color: #fdfaf7;*/
/*  padding: 60px 20px 30px;*/
/*}*/



.footer {
    background-color: #fdfaf7;
    padding: 60px 0px 30px;
    overflow: hidden;
}

.footer h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer h2 img{width: 208px;}
.footer .footer-text{margin-left: 15px; width: 74% !important;}

.footer h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #222;
  font-size: 15px;
}

.newsletter-form {
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 5px 10px;
}

.newsletter-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 50px;
  background: transparent;
  padding-right: 0;
}

.newsletter-form button {
  background: #eee;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.footer-contact p a {
  margin-bottom: 8px;
  font-size: 15px;
  color: #222;
}
.footer-contact p i{
    margin-right:10px;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
}

.social-icons a {
  margin: 0 10px;
  color: #111;
  font-size: 35px;
  text-decoration: none;
}

.footer-shop {
  /* display: grid;
  justify-content: center; */

  flex-direction: column;
  display: flex;
  justify-content: start;
  align-items: baseline;
}

@media (max-width: 767.98px) {
  .footer h2 {
    font-size: 22px;
  }

  .newsletter-form {
    flex-direction: row;
  }

  .footer-shop {
    display: grid;
    justify-content: start;
  }
}

/* footer css end */
/* ============================================================== */

.thanks-video video {
  width: 100%;
  height: 100vh;
}

/* ================ */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: pulseShadow 1s infinite;
  border-radius: 50%;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.phone-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
  animation: pulseShadow 1s infinite;
  border-radius: 50%;
}

.phone-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}


.slider-wrapper {
  position: relative;
  /* or the fixed height of your slider 
  overflow: hidden;
}

.slider-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.range-section {
  margin-top: 100vh; /* push it below the full-height slider */
}



@media (max-width: 992px) {
    .slider-wrapper {
    position: relative;
    overflow: hidden;
}
}


/* ========================================================= */
/* ========================================================= */

/* range css start  */

.range-product {
  position: relative;
}

.range-heding {
   text-align:center;
   margin:30px 0;
}

.range-product-cnt {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 99;
}

.range-product-cnt h3 {
  font-weight: 500;
}

.range-product-cnt p {
  font-size: 19px;
  color: #323232;
  margin-bottom: 30px;
}

.range-product-img img{
    border-radius:15px;
}

.range-product-cnt a {
  position: relative;
  display: inline-block;
  color: #6c2a26;
  /* text color */
}

.range-product-cnt a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  /* line thickness */
  background-color: #fff;
  /* line color */
  transition: width 0.4s ease;
}

.range-product-cnt a:hover::after {
  width: 100%;
}

.font-onset {
  font-family: Onset, sans-serif;
  font-display: swap;
}

/* Carousel card style (keep yours as needed) */

/* Custom navigation button styles */
.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-nav .custom-nav-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.owl-nav .custom-nav-btn:hover {
  background-color: #000;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width:768px) {
    .range-heding {
        margin:10px 0;
    }
}

/* range css end */

/* ======================================================= */

/* made css start  */

.made-product {
  background-image: url(../images/made-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.made-product-1 {
  background-image: url(../images/made-bg-1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.made-product-2 {
  background-image: url(../images/made-bg-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0;
}

.made-product-p {
  padding: 0;
}

.made-product-cnt-img {
  display: flex;
  align-items: end;
  justify-content: end;
}

.made-product-cnt-1 {
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 0;
}

.made-product-cnt-1 img {
  width: 100%;
}

.made-product-cnt h3 {
  font-weight: 500;
}

.made-product-cnt p {
  font-size: 19px;
  color: #323232;
  margin-bottom: 30px;
  width: 100%;
}

.made-product-cnt a {
  position: relative;
  display: inline-block;
  color: #6c2a26;
  /* text color */
}

.made-product-cnt a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  /* line thickness */
  background-color: #fff;
  /* line color */
  transition: width 0.4s ease;
}

.made-product-cnt a:hover::after {
  width: 100%;
}

/* =============================================== */

.faq-section {
  max-width: 100%;
  margin: 35px 50px;
  padding: 0 20px;
}

.faq-section h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 60px;
  line-height: 1.2;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  /*padding: 5px 0;*/
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-question h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  transition: color 0.3s ease;
}

.faq-icon {
  font-size: 45px;
  font-weight: 300;
  color: #444;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  font-size: 16px;
  line-height: 1.6;
  padding-right: 35px;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  /* big enough for any answer */
  opacity: 1;
  transform: translateY(0);
  /*margin-top: 15px;*/
  font-size: 17px;
}

.faq-item.active .faq-icon {
  font-weight: 400;
}


@media (max-width:768px) {
    .faq-section{ 
        margin:0;
    }
    
    .faq-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 50px;
    line-height: 1.2;
    margin-bottom:0;
}
}
/* =========================================================== */

.journey {
  background-image: url(../images/saving-banner-new-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}

.journey-part {
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-btn a {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  color: #000;
}

/* ===================================== */


/* testimonial css start  */

main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  /*place-items: center;*/
  /*min-height: 100vh;*/
}

/* Content */

.content {
  padding-left: 120px;
  color: #c7c7c7c9;
  user-select: none;
}

.content h1 {
  font-family: "Dancing Script", cursive;
  font-size: clamp(2.5rem, 4vw, 6rem);
  font-weight: 700;
  background: -webkit-linear-gradient(0deg, #f76591, #ffc16f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin-bottom: 36px;
  padding-left: 10px;
}

.content p {
  font-size: clamp(0.9rem, 4vw, 1.2rem);
  line-height: 1.6;
  padding-right: 100px;
  color: #000;
}

.btn {
  background-color: #f76591;
  background-image: linear-gradient(-180deg, #ffc16f, #f76591);
  font-size: clamp(0.8rem, 8vw, 0.9rem);
  font-weight: 600;
  color: #fff;
  width: max-content;
  outline: 0;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-top: 26px;
  text-align: center;
  transform: scale(1);
  transition: all 0.2s ease-in;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: auto;
}

.btn:hover {
  box-shadow: 0 4px 10px rgba(247, 101, 145, 0.5);
  transform: scale(0.98);
}

/* Stacked Cards */

.stack {
  position: relative;
}

.card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 350px;
  height: 500px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 15px 20px 0 rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
}

.card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

.card:nth-last-child(n + 5) {
  --x: calc(-50% + 90px);
  transform: translate(var(--x), -50%) scale(0.85);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.card:nth-last-child(4) {
  --x: calc(-50% + 60px);
  transform: translate(var(--x), -50%) scale(0.9);
}

.card:nth-last-child(3) {
  --x: calc(-50% + 30px);
  transform: translate(var(--x), -50%) scale(0.95);
}

.card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
}

.card:nth-last-child(1) {
  --x: calc(-50% - 30px);
  transform: translate(var(--x), -50%) scale(1.05);
}

.card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

.swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg) rotateY(65deg);
  }

  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}

/* Media queries for keyframes */

@media (max-width: 1200px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 200px), -50%) scale(0.85) rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

@media (max-width: 1050px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 150px), -50%) scale(0.85) rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

/* Media queries for other classes */

@media (max-width: 1200px) {
  .content {
    padding-left: 80px;
  }

  .content p {
    padding-right: 40px;
  }

  .card {
    width: 250px;
    height: 380px;
  }
}

@media (max-width: 1050px) {
  .content {
    padding-left: 60px;
  }

  .content p {
    line-height: 1.5;
  }

  .card {
    width: 220px;
    height: 350px;
  }
}

@media (max-width: 990px) {
  .content p {
    padding-right: 0;
  }

  .card {
    width: 200px;
    height: 300px;
  }
}

@media (max-width: 950px) {
  main {
    grid-template-columns: 1fr;
    grid-template-rows: 4fr 3fr;
    grid-template-areas:
      "stacked"
      "content";
  }

  .content {
    grid-area: content;
    text-align: center;
    padding: 0 90px;
  }

  .btn {
    margin-bottom: 30px;
  }

  .stack {
    grid-area: stacked;
  }
}

@media (max-width: 650px) {
  main {
    grid-template-rows: 1fr 1fr;
  }

  .content {
    padding: 0 50px;
  }

  .content h1 {
    padding-left: 0;
  }

  .btn {
    padding: 8px 16px;
  }

  .card {
    width: 130px;
    height: 160px;
  }
}

/* testimonial css end  */

/* ================================================ */
/* ================================================ */

/* about page css start  */

/*.main-section-heading {*/
/*  position: relative;*/
/*  background-image: url(../images/6409a22ff9362c0001c66e25.avif);*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  height: 300px;*/
/*  width: 100%;*/
/*  z-index: 0;*/
/*  overflow: hidden;*/
/*  display: grid;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

.main-section-heading {
  position: relative;
  background-image: url(../images/about-iner.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-content: center;
}

.main-section-heading h2 {
  color: #fff;
}

.main-section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .62);
  z-index: -99;
}

.about-text-part p {
  font-size: 19px;
  margin-bottom: 20px;
}

@media (max-width:768px) {
  .about-text-part p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* galler section css start  */

.gallery {
  overflow: hidden;
  height: 100vh;
  display: flex;
  position: relative;
}

.gallery .imgWrap {
  cursor: pointer;
  flex: 1;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  transform-origin: center center;
}

.gallery .imgWrap:last-child {
  min-width: 1px;
}

.gallery .imgWrap .caption {
  position: absolute;
  left: 0;
  bottom: -100%;
  background-color: rgba(24, 81, 74, 0.75);
  border-top: 3px solid #d64b31;
  padding: 20px 10%;
  color: #fff;
  width: 100%;
  transition: bottom 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: bottom;
  z-index: 2;
}

.gallery .imgWrap:hover .caption {
  bottom: 0;
}

.gallery .imgWrap .caption h3 {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}

.gallery .imgWrap .caption span {
  font-size: 75%;
}

.gallery .imgWrap:hover {
  flex-grow: 2.25;
}

.gallery .imgWrap:not(:hover) {
  flex-grow: 0.8;
}

.gallery .imgWrap .img-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.gallery .imgWrap .img-label img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
}

.gallery .full-toggle:checked+.imgWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  transform: none;
  animation: zoomIn 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.gallery .full-toggle:checked+.imgWrap .caption {
  bottom: 0;
}

.gallery .close {
  display: none;
  position: fixed;
  right: 1rem;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #18514a;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  transition: opacity 0.75s ease, background-color 0.3s ease;
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
}

.gallery .full-toggle[id="img1-full"]:checked~.close[for="img1-full"],
.gallery .full-toggle[id="img2-full"]:checked~.close[for="img2-full"],
.gallery .full-toggle[id="img3-full"]:checked~.close[for="img3-full"],
.gallery .full-toggle[id="img4-full"]:checked~.close[for="img4-full"],
.gallery .full-toggle[id="img5-full"]:checked~.close[for="img5-full"] {
  display: block;
  opacity: 1;
}

.gallery .close:hover {
  background-color: #d64b31;
}

.gallery .full-toggle:checked~.imgWrap:not(:checked + .imgWrap) {
  width: 0;
  opacity: 0;
}

.gallery .full-toggle:checked::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  transition: background 0.75s ease-in-out;
  animation: fadeIn 0.75s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.gallery .full-toggle:not(:checked)+.imgWrap.fullscreen-exit {
  animation: zoomOut 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(0.9);
    opacity: 0;
  }
}

/* galler section css start  */


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* conatct section css start  */



.contact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('../images/aeroride.webp') no-repeat center center/cover;
  color: white;
  padding: 80px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.contact-left,
.contact-right {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  flex: 1 1 300px;
  max-width: 450px;
}

.contact-section h2 {
  /* text-align: center; */
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.contact-info i {
  font-size: 20px;
  color: #106636;
  margin-right: 15px;
  margin-top: 5px;
}

.contact-info p {
  margin: 0;
  line-height: 1.4;
}

.contact-info p a{
    color:#fff;
}

.contact-right form {
  display: flex;
  flex-direction: column;
}

.contact-right form input,
form textarea {
  padding: 12px;
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  font-size: 15px;
}

.contact-right  form textarea {
  resize: none;
  height: 120px;
}

.contact-right form button {
  background: #106636;
  color: #000;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-right form button:hover {
  background: #27c26c;
}




@media (max-width: 768px) {
  .contact-section {
    padding: 40px 20px;
  }
  .contact-left, .contact-right {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
    flex: 1 1 300px;
    max-width: 450px;
}

}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* about page css end */

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* project page css start  */


/* 1. Hero Section */
.hero {
  background: url(../images/background.webp
) no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
  position: relative;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.hero a {
  background: #00c853;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.hero a:hover {
  background: #009624;
}

/* 2. Features Section */
.features {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
}

.features h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #222;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-item {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.feature-item i {
  font-size: 2.5rem;
  color: #00c853;
  margin-bottom: 15px;
}

.feature-item h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/* 3. Product Showcase */
.products {
  padding: 60px 20px;
  background: #f7f7f7;
}

.products h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.product-card:hover {
  transform: scale(1.02);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-card .content {
  padding: 20px;
}

.product-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.product-card p {
  font-size: 0.95rem;
  color: #666;
}

@media(max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1rem;
  }
}


/* project page css end  */




.bottom-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #c6c4c2;
  padding: 10px 20px;
  border-radius: 30px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 90%;
  overflow-x: auto;
}

.bottom-nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

.bottom-nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 12px;
  transition: 0.3s;
  border-radius: 20px;
  white-space: nowrap;
}

.bottom-nav a.active {
  background: #fff;
  color: #000;
}

.book-btn {
  background: #fff;
  color: #000 !important;
  font-weight: 600;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  white-space: nowrap;
}

.book-btn .dot {
  width: 8px;
  height: 8px;
  background: orange;
  border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bottom-nav {
    padding: 8px 15px;
    bottom: 15px;
  }

  .bottom-nav a {
    font-size: 12px;
    padding: 6px 10px;
  }

  .book-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}

@media (max-width: 480px) {
  .bottom-nav {
    flex-direction: column;
    border-radius: 20px;
    padding: 8px;
  }

  .bottom-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}



.footer .footer-text{margin-left: 15px; width: 100%;}






/* updates page css start  */


.calendar-wrapper {
  max-width: 1250px;
  margin: auto;
  background: white;
  border-radius: 20px;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

#title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
}

.controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}

.back-btn,
.reset-btn {
  font-weight: 600;
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}

.box {
  background: #f1f3f5;
  padding: 12px 8px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.box:hover {
  background: #0a3e21;
  color: white;
}

.highlight {
  background: #0a3e21 !important;
  color: white !important;
transition: .5s;
}

.highlight:hover {font-weight:800;}

.selected-date {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
  text-align: left;
}

.selected-date strong {
  color: #0a3e21;
}

@media (max-width: 768px) {
  #title, .selected-date {
    text-align: center;
  }

  .controls {
    justify-content: center;
  }
}


/* updates page css end */



/* blog page css start  */


    .blog-section {
      text-align: center;
      padding: 60px 20px;
    }

    .blog-section h2 {
      font-size: 32px;
      margin-bottom: 20px;
      position: relative;
    }

    .blog-section h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background: #000;
      margin: 10px auto 0;
    }

    .blog-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1100px;
      margin: 40px auto 0;
    }

    .blog-card {
      background: #fff;
      padding: 20px;
      text-align: center;
      border-radius: 8px;
      transition: 0.3s ease;
    }

    .blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 4px;
      margin-bottom: 15px;
    }

    .blog-card h3 {
      font-size: 18px;
      margin-bottom: 10px;
      color: #333;
    }

    .blog-card p {
      font-size: 14px;
      color: #555;
      margin-bottom: 10px;
    }

    .blog-card .date {
      font-size: 13px;
      color: #aaa;
      display: block;
      margin-bottom: 15px;
    }

    .read-more {
      background: #093f20;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      font-size: 14px;
      border-radius: 4px;
      display: inline-block;
      transition: background 0.3s ease;
    }

    .read-more:hover {
      background: none;
      border:1px solid #000;
      color:#000;
    }


/* blog page css start  */



/* blogdetail page css start  */

#blog-detail {padding: 70px 0;}
#blog-detail .row {row-gap: 30px; justify-content: center;}
#blog-detail .img img {width: 100%;}
#blog-detail .content h5 a {color: #000; font-size: 22px; display: inline-block; margin-bottom: 10px;}
#blog-detail .content span {color: #6d6d6d; display: inline-block; margin: 15px 0; font-size: 15px;}
#blog-detail .content span i {color: #093f20;}
#blog-detail .content p {color: #6d6d6d; font-size: 16px; text-align: justify;}
#blog-detail .blog {background-color: #093f2013; padding: 15px 30px 30px; border: 1px solid #093f20; position: sticky; top: 100px;}
#blog-detail .blog h4 {color: #093f20; margin-bottom: 15px; text-align: center; font-size: 28px; font-weight: bold;}
#blog-detail .blog ul {list-style: none; background-color: #fff; border: 1px solid #e4e4e4; padding: 10px;}
#blog-detail .blog ul li {margin-bottom: 15px; align-items: center;}
#blog-detail .blog ul li:last-child {margin-bottom: 0;}
#blog-detail .blog a {color: #000; font-size: 13px; display: inline-block;}
#blog-detail .blog p {color: #6d6d6d; display: inline-block; font-size: 14px;}
#blog-detail .blog p i {color: #093f20;}

/* blogdetail page css  end */


    /* Product Detail Page */
.product-detail {
  padding: 30px 20px;
  background: #fff;
}

.product-detail .container {
  max-width: 1200px;
  margin: auto;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.product-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-info h1 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 10px;
}

.product-info .subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 20px;
}

.product-info .desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features-list li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}

.btn-explore {
  display: inline-block;
  background: #00c853;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-explore:hover {
  background: #009624;
}


/* bike-banner */

#bike-banner{overflow: hidden;}
#bike-banner .imgs img{width:100%;}

@media (max-width: 768px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-info h1 {
    font-size: 2rem;
  }
  
  .main-section-heading {height: 102px;}
  
}