:root {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  --text-color: #242424;
  /* --white: #ffffff; */
}

body {
  overflow-x: hidden;
}

.section-heading {
  font-size: 36px;
  font-weight: 600;
  color: black;
}

.section-des {
  font-size: 25px;
  color: black;
  margin-bottom: 50px;
}

.section-padding {
  padding: 40px 0px;
}

.top-header {
  background-color: #e3e3e3;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0px;
}

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

.top-header .social-links {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.top-header .social-links li {
  /* margin: 0px 10px; */
}

.top-header .social-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  text-decoration: none;
  background-color: #b33e37;
  color: white;
  margin: 0px 3px;
  border-radius: 50%;
  padding: 10px;
}

.top-header .social-links li a i {
  font-size: 13px;
}

.midnavbarUl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 20px; */
  list-style: none;
}

.midnavbarUl li a {
  text-decoration: none;
  color: #242424;
  font-size: 14px;
}

.midnavbarUl li span {
  color: var(--text-color);
}

.midnavbar {
  background-color: white;
  padding: 10px;
}

/* banner carausal button style*/
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem !important;
  height: 2rem !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  /*background-color: #5c5c5c;*/
  padding: 13px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  /*background-color: #5c5c5c;*/
  padding: 13px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background-color: 242424;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

/* banner carausal button style end*/
.botomnavabr button {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #919191;
}

.botomnavabr .whatsapp-btn {
  display: none;
  text-decoration: none;
  color: black;
  align-items: center;
  font-size: 25px;
}

.botomnavabarUl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.botomnavabarUl li a {
  color: var(--text-color);
  font-weight: 500;
}

.botomnavabarUl .logo {
  margin-top: -43px;
}

.botomnavabarUl .logo img {
  height: 100px;
  max-width: 200px;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.section-banners img {
  border-radius: 12px;
}

.sectionBannner2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sectionBannner2 img {
  margin-bottom: 10px;
}

.banner-effect {
  position: relative;
}

.banner-effect::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #da1f2685);
}

.banner-effect span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: white;
  font-size: 27px;
  font-weight: 600;
  z-index: 10;
}

.section-banner-bg {
  background-image: url("../assets/img/banner/S3background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

.section-banner-inbg {
  margin-top: -204px;
}

.section-banner-inbg .box {
  overflow: hidden;
  padding: 15px;
  border-radius: 12px;
  background-color: white;
  border: 1px solid #cdcdcd;
}

.section-banner-inbg img {
  width: 100%;
}

.demo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}

.sectionEight {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  font-size: large;
}

footer {
  padding: 50px 0px;
  padding-bottom: 0;
}

.FooterPrivacey a {
  text-decoration: none;
  color: #2b2a2a;
  font-size: 13px;
}

.FooterPrivacey a p:hover {
  color: rgb(92 45 145);
}

.FooterPrivacey a h2 {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: black;
  position: relative;
}

.FooterPrivacey a h2::after {
  content: "";
  height: 1px;
  width: 50px;
  background-color: #020202;
  position: absolute;
  bottom: -4px;
  left: 0;
}

/* About page */

/* .do-img-bg{
    background-image: url("../assets/img/banner/about2.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px; 
    display: block; 
} */

.do-img-bg {
  background-image: url("./img/banner/about2.webp");
  /* adjust path as needed */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  /* Ensures visibility on smaller screens */
}

@media (max-width: 767px) {
  .do-img-bg {
    min-height: 200px;
    margin-bottom: 20px;
  }
}

.bg-gold {
  background-color: #9b8b6f;
}

/* ourProduct */

.ourProductBox {
  border: 1px solid hsl(0, 1%, 72%);
  margin-bottom: 20px;
}

.ourProductDis a {
  text-decoration: none;
  color: #020202;
}

.ourProductDis {
  padding: 0px 30px;
  min-height: 115px;

}

.ourProductImgAnim {
  overflow: hidden;
}

.zoom-hover {
  transition: transform 0.5s ease;
}

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

/* Product page */

.bounce-in {
  animation: bounceIn 1s ease;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.productImg {
  border: 1px solid #dfdada;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}
.sidebar-btn {
  display: none;
}
.main-logo{
  height: 54px;
}
@media (max-width: 996px){
.sidebar-btn {
  display: block;
}
.main-logo{
  height:35px;
}
}
@media (max-width: 767px) {
  .botomnavabarUl {
    margin-bottom: 0;
  }

  .botomnavabarUl .logo {
    margin-top: 0;
  }

  .botomnavabarUl .logo img {
    height: 70px;
  }

  .midnavbar {
    display: none;
  }

  .botomnavabarUl li:not(.logo) {
    display: none;
  }

  .botomnavabr {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
  }

  .botomnavabr button {
    display: block;
  }

  .botomnavabr .whatsapp-btn {
    display: flex;
  }

  .carousel-control-next-icon {
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-next-icon {
    width: 1rem !important;
    height: 1rem !important;
  }

  .carousel-control-prev-icon {
    width: 1rem !important;
    height: 1rem !important;
  }

  .section-banner-bg {
    height: 200px;
  }

  .section-banner-inbg {
    margin-top: -72px;
  }

  .section-banner-inbg .box {
    overflow: hidden;
    padding: 8px;
    border-radius: 12px;
    background-color: white;
  }

  .section-padding {
    padding: 20px 0px;
  }

  .section-heading {
    font-size: 25px;
  }

  .section-des {
    font-size: 18px;
    margin-bottom: 10px;
  }
}




/* Existing styles... */

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3498db, #2ecc71);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.pay-btn{
  background-color: #b33e37;
  padding: 7px 20px;
  border-radius: 10px;
  font-weight: 500;
}