* {
  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;
} */

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 */
}




/* \\\\\\\\ */

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px  20px;
  background-color: #08653d;
}


.left-side-part a, .right-side-part a{
   color: #fff;
}

@media  (max-width:768px) {
  .top-header {
    display: none;
  }
}

/* \\\\\\\\\\\ */




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 */
}

.liveclass-btn button {
  background-color: #08653d;
  border-radius: 30px;
  padding: 7px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none;
}

.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;
}

.main-header {
  background: #fff;
  padding: 5px 0;
}

.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 {
  align-items: center;
}

@media (max-width: 992px) {
  .offcanvas {
    align-items: stretch;
  }

  .liveclass-btn button {
display: none;
  }
}

.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-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.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: 30px;
  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) {
  .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;
  }
}

/* header-top css end  */

/* ======================================================= */

/* ========================================================================= */

/* footer css  */

footer {
  background-color: #e9e9e9;
  padding: 60px 20px 30px;
}

.footer h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.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 {
  margin-bottom: 8px;
  font-size: 15px;
  color: #222;
}

.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: 18px;
  text-decoration: none;
}

.footer-shop {
  display: grid;
  justify-content: center;
}

@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;
}



/* ================ */

.fixed-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.fixed-icons .icon {
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  text-decoration: none;
}

.fixed-icons .phone {
  background-color: #007bff;
}

.fixed-icons .icon:hover {
  transform: scale(1.1);
}
/* ========================================================= */
/* ========================================================= */



.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.gallery-item {
  position: relative;
  width: 350px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #ddd;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay i {
  font-size: 28px;
  color: white;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lightbox img {
  max-width: 90%;
  max-height: 80vh;
}

.close-btn,
.prev-btn,
.next-btn {
  position: absolute;
  color: white;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
}

.close-btn {
  top: 20px;
  right: 30px;
}

.prev-btn {
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.next-btn {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}