body{
    margin: 0;
    padding: 0;
}

.carousel-indicators button {
    background-color: #2b2a2a !important;
    opacity: 0.5;
    border-top: 10px solid transparent; 
    border-bottom: 10px solid transparent;
}

.carousel-indicators .active {
    background-color: #ff8206 !important; 
    opacity: 1 !important;
  }

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

ul li a{
    display: block;
    color: rgb(0, 0, 0);
    padding: 10px 12px;
    word-spacing: 1px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
}

li.dropdown{
    display: inline-block;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: #dbd9d0;
    min-height: 50px;
    min-width: 50px;
    box-shadow: rgba(242, 231, 79, 0.2);
    z-index: 1;
}

.dropdown-content a{
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover{
   background-color: rgb(253, 244, 244);
}

.dropdown:hover .dropdown-content{
    display: block;
}

ul li a:hover, .dropdown:hover .dropbtn{
    background-color: rgb(255, 255, 255);
}

/* ul li a.active{
    background-color: #04AA6D;
} */

.container{
    display: flex;
    justify-content: space-around;
}

.container div{
    width: 100%;
    margin: 2px;
    /* padding: auto; */
    text-align: left;
    font-size: 13px;
}

*{
    box-sizing: border-box;
}

/* .whatsapp-float{
    position: fixed;
    bottom: 110px;
    right: -15px;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .scroll-float{
    position: fixed;
    bottom: 50px;
    right: -15px;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-float img {
    transform: rotate(90deg);
    width: 50px;
    height: 50px;
} */

/* Common Style for both floating buttons */
.whatsapp-float, .scroll-float {
    position: fixed;
    right: 20px; /* Screen ke right edge se distance */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* WhatsApp Position (Upar wala) */
.whatsapp-float {
    bottom: 120px; /* Scroll button se thoda upar */
    background-color: #25D366; /* WhatsApp Green */
}

/* Scroll Button Position (Niche wala) */
.scroll-float {
    bottom: 50px;
    background-color: #454545; /* Black background */
}

/* Hover Effects */
.whatsapp-float:hover, .scroll-float:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}

/* .whatsapp-float:hover { background-color: #128C7E; } */
.scroll-float:hover { background-color: black; }

/* Icons Inside Buttons */
.whatsapp-float img {
    width: 35px; /* Icon size chhota kiya circular box ke liye */
    height: 35px;
}

.scroll-float img {
    width: 30px;
    height: 30px;
    transform: rotate(90deg); /* Upward point karne ke liye -90deg behtar hai */
    filter: invert(1);
}

/* .tablinks {
  background-color: gray;
}

.tablinks.active {
  background-color: white;
} */

input[type=text] {
  width: 150px;
  box-sizing: border-box;
  border: 2px solid  rgb(253, 244, 244);
  border-radius: 10px;
  font-size: 16px;
  background-color: white;
  /* background-image: url('arrow1.jpg'); */
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 100%;
}

/* ===============================
   MOBILE NAVBAR ACCORDION MODE
================================ */

@media (max-width: 991px) 
{

  .dropdown:hover .dropdown-content {
    display: none !important;
  }

  .dropdown-content {
    position: static !important;
    display: none;
    width: 100%;
    box-shadow: none;
  }

  .dropdown.open .dropdown-content {
    display: block !important;
  }

  .navbar-toggler {
    padding: 4px 8px;
  }

  .nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .mobile-logo {
    width: 160px !important;
  }

  .nav-right {
    margin-left: auto;
  }
}

/* ===============================
   DESKTOP RESET (KEEP OLD LAYOUT)
================================ */

@media (min-width: 992px) 
{

  .nav-center {
    position: static !important;
    transform: none !important;
  }

  .nav-right {
    margin-left: 0 !important;
  }

}

/* .card{
  background-color: #090909;
  border: none;
  border-radius: 8px;
} */

.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 15%;
  overflow-x: hidden;
}

.left {
  left: 0;
  background-color: white;
  border: 1px solid  rgb(253, 244, 244);
}

.right {
  right: 0;
  background-color: rgb(253, 244, 244);
  border: 1px solid  rgb(253, 244, 244);
}

.bootstrap-select .dropdown-menu {
  top: 100% !important;
  bottom: auto !important;
  transform: none !important;
}

#billingForm {
  transition: all 0.3s ease;
}

/* .tablinks {
    display: block;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tablinks:hover {
    background-color: white;
    color: blue;
}

.tablinks.active {
    color: blue;
    font-weight: bold;
}

.tabcontent {
    float: left;
    width: 70%;
    border: 1px solid black;
    padding: 0px 12px;
    font-size: 24px;
    display: none;
    animation: slideIn 0.4s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
} */

/* .img-card {
  width: fit-content;      
  padding: 10px;
}

.product-img {
  width: 180px;           
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 576px) {
  .product-img {
    width: 140px;
  }
} */

/* .icon-bar{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background: hsla(18, 100%, 50%, 0.948);
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
} */