
html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
      box-sizing: border-box;
}

   #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff; /* Change if dark theme */
        z-index: 9999999999999 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .spinner {
        width: 50px;
        height: 50px;
        border: 6px solid #ccc;
        border-top-color:#000;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }

/*img{*/
/*       z-index: -99 !important;*/
    
/*}*/




.auth-card{

    border-radius: 0% !important;
    background-color: #f8f8f8;
}

.login-btn{

    background-color: #000 ;
    color: white;
    border-radius: 0px;

}

.login-btn:hover{

     background-color: white;
     border: 2px solid black !important;


}

.reg-a{
     background-color: white;
     border: 2px solid black !important;

}

.auth-title{

    text-transform: uppercase !important;
}


.reg-a{
    background-color: #000 ;
    color: white;
    border-radius: 0px;

}


body.loading {
    overflow: hidden;
}


.login-con{

    margin-top: 130px;
    margin-bottom: 130px;
}

.register-con{

     margin-top: 130px;
    margin-bottom: 130px;

}

@media (max-width: 900px) {
.login-con{

    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.register-con{

     margin-top: 50px !important;
    margin-bottom: 50px !important;

}



}

.log-input{

    border-radius: 0px !important;
    background-color: #FFFFFF;
}

.log-input:focus{

   border: 1px solid gainsboro !important;
    outline: none !important;
    box-shadow: none !important;
}

.reg-input{

       border-radius: 0px !important;
    background-color: #FFFFFF;
}

.reg-input:focus{

       border: 1px solid gainsboro !important;
    outline: none !important;
    box-shadow: none !important;

}




 /* navbar */
/* Logo wrapper with white background */
.logo-wrapper {
  background-color: white;
  padding: 4px;
  border-radius: 8px;
  display: inline-block;
}
/* Logo image height */
.logo-img {
  height: 50px;
  /* width: 120px; */
}


.mble-li{

    position: relative;
}

.mble-drop{

    position: absolute;
    right: -400% !important;
}
.navbar {
      background-color: #000 !important;
      font-size: 19px ;
    font-family: "Roboto Condensed";
     gap:10px;
}
.navbar-nav{
  gap:20px;
}

.navbar .container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}

.search-bar {
      max-width: 400px;
      width: 100%;
      color:#8996A2;
}
.custom-input-group {
  background-color:white;
  padding: 6px 10px;
  border-radius: 999px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin-left: 10px;
}

.custom-input-group input::placeholder {
  color: #8996A2;
  font-weight: 600;
  letter-spacing: 1px;

}

.custom-input-group .input-group-text {
  background: transparent;
  border: none;
  padding-left: 0;
   margin-left: 10px;
}

.custom-input-group i {
  font-size: 18px;
}

    /* Mega menu custom */
    .canvas-dropdown {
      position: absolute;
      left: -650px;
      right: 0;
      top: 100%;
      width:1000px;
      background-color: #111;
      display: none;
      z-index: 1000;
    }

    .dropdown-card {
      background: #222;
      border-radius: 8px;
      overflow: hidden;
    }

    .dropdown-card img {
      width: 100%;
      height: auto;
    }
    /* Target the unordered list */
.canvas-dropdown ul {
  font-size: 20px;        /* Adjust as needed */
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

/* Optional: Enhance link appearance */
.canvas-dropdown ul li a {
  font-weight: 500;
}


    .dropdown-card .card-footer {
      padding: 0.5rem;
      background-color: #333;
      text-align: center;
    }

    .dropdown:hover .canvas-dropdown {
      display: block;
    }
    .search-bar input {
      min-width: 220px;
    }

/* carousel */
.item1 {
  background-image: url('./../image/banner1.jpg'); /* Update for all */
  background-size: cover;
}
.item2{
  background-image: url('./../image/banner2.png'); /* Update for all */
  background-size: cover;
}
.item3{
  background-image: url('./../image/banner3.png'); /* Update for all */
   background-size: cover;
}
.owl-carousel .item {
  position: relative;
  height: 95vh;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #000 !important;
  margin-left: 0px !important;
  padding: 0 !important;

}

.owl-carousel .item img{
    width:100% !important;
    height:100%;
    object-fit: cover;
    position: absolute;
}


.owl-carousel .item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust opacity/color here */
  z-index: 1;
}

.carousel-caption {
  position: relative;
  z-index: 2; /* To make sure caption is above the overlay */
}

.carousel-caption {
  max-width: 900px;
  padding: 2rem;
  left:10%;
  border-radius: 10px;
  text-align: start !important;
}

.carousel-caption h1 {
      font-size: 3.3rem;
      font-weight: 800;
      font-family:"Fugaz One";
    }

      .pp{
    font-family: "Roboto Condensed";
  }
    .carousel-caption p {
      font-size:26px;
      margin-top: 1rem;
      font-family: "Roboto Condensed";
      width:400px;
      text-align: justify;
    }

    .carousel-caption .btn {
      background-color:#C80000;
      border: none;
      font-weight: 700;
      padding: 12px 24px;
      font-size: 1.5rem;
      border-radius: 8px;
      margin-top: 1.5rem;
      color:#FFFFFF;
      font-family: "Roboto Condensed";

    }
    .text-dark{
        font-family: "Roboto Condensed" !important;
    }
    .badge{
       font-family: "Roboto Condensed" !important;
       font-size: 14px;
    }



    /* Navigation Styling */
    .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0px 20px;
        transform: translateY(-50%);

      pointer-events: none;
      z-index: 9999;
    }

    .owl-prev, .owl-next {
      background-color: white !important;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: gray;
      cursor: pointer;
      pointer-events: all;
      transition: all 0.3s ease;
      z-index: 10000;
    }

    .owl-prev:hover, .owl-next:hover {
      background-color: #eee;
      color: #000;
    }

.vertical-line {
  border-left: 2px solid #C80000;
  height: 40px;
}

.herodown-img{
  width:50px;
  height:50px;
}
.herodown{
  font-family: "Roboto Condensed";
  font-size: 24px;
  color:#C80000;
}
.hero-image {
  position: relative;
  color: white;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}
.hero img {
  width:100%;
  height:100%;
}


.speed {
  background: linear-gradient(to bottom, #c9001f, #b8001e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
        font-weight: 1000;
      font-size: 6rem;
        font-family:"Fugaz One";

}

.ropes {
  background: linear-gradient(to bottom, #2e0000, #b8001e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
        font-weight: 1000;
      font-size: 6rem;
      margin-left:30px;
        font-family:"Fugaz One";

}

.master {
  background: linear-gradient(to bottom, #1C5DB5, #164ca0); /* Gradient blue */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
        font-weight: bold;
      font-size: 2.5rem;
font-family: 'Bebas Neue';

}

.your-motion {
  background: linear-gradient(to right,#1C5DB5, #000000); /* Very dark gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
        font-weight: bold;
      font-size: 2.5rem;
      font-family: 'Bebas Neue';


}

.card{
  padding: 20px 15px 0px 15px;
}
.card-title{
  font-family:"Roboto Condensed";
  font-weight: bold;
      font-size: 1.7rem;

}
.card-button{
      background-color:#C80000;
      border: none;
      padding:10px;
      font-size: 1rem;
      border-radius: 8px;
  font-family:"Roboto Condensed";

      color:#FFFFFF;
    }
    a{
      text-decoration: none !important;
    }
    .card-text{
      text-align: justify;
      color:#000000;
    font-size: 19px;
    }
      .image-slider-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
  }

  .image-slider-wrapper {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
  }

  .image-slider-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
  transition: opacity 0.4s ease, border 0.4s ease;
  border: 3px solid transparent; /* No border by default */
  border-radius: 10px;   }


.image-slider-wrapper img.active {
  opacity: 1;
}
  .slider-progress {
    position: absolute;
    top: 9px;
    left: 15px;
    display: flex
;
    gap: 5px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 90%;
    text-align: center;
  }

  .image-slider-wrapper:hover .slider-progress {
    opacity: 1;
  }

  .slider-progress span {
    flex: 1;
    background: rgba(24, 24, 24, 0.3);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    height: 4px;
    width: 40px;
  }

  .slider-progress .fill {
    height: 100%;
    width: 0%;
    background: #c80000;
  }

        .category-section {
      padding: 60px 0;
      /* text-align: center; */
    }

    .category-section h2 {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-family: "Fugaz One",cursive;
color:#000
    }



    .category-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
    }

    .category-card img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .category-card:hover img {
      transform: scale(1.05);
    }

    .category-label {
      position: absolute;
      bottom: 20px;
      left: 20px;
      font-size: 2rem;
      font-weight: bold;
      color: #fff;
      font-family: "Roboto Condensed";
      text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    }

       .banner {
      background-color: white;
      padding:60px -1px 0px 30px;
      /* background-image: url("./../image/astar.png"); */

    }
    .banner  img{
      width:100%;
      height:100%;

    }

    .banner h1 {
      font-weight: 800;
      font-size: 4rem;
      margin-bottom: 10px;
          line-height: 1.2;
    }

    .text-red {
      color: #9b0d1e;
    }

    .text-dark-red {
      color: #330000;
    }

    .text-gradient-red {
      background: linear-gradient(to right, #9b0d1e, #330000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .text-gradient-blue-black {
      background: linear-gradient(to right, #004aad, #000000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
      font-size: 2rem;
      font-family: 'Bebas Neue';

    }

    .banner img {
      max-width: 100%;
      height: auto;
    }
    .heros img {
      max-width: 100%;
      height: auto;
    }
    /* .heros {
      background: url('./../image/beast.jpg') no-repeat center center;
      background-size: cover;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 1%;
      color: #000;

    } */

    .heros-content {
      background: none;
      /* padding: 40px 30px; */
      max-width: 600px;
      backdrop-filter: brightness(105%);
    }/* Red Box Background */
/* Default: no background */
.red-box {
  background-color: transparent;
  border-radius: 20px;
  overflow: hidden;
  min-height: 500px;
}



/* Image Handling */
/* .jump-image {
  max-height: 550px !important;
  object-fit: contain;
  width:auto;
} */
#why{
  font-family: "Roboto Condensed";
  font-size: 22px;
}
#au{
  margin-top:130px !important;

}
#la{
  font-weight: 500;
  font-size: 4.5rem;
  font-family: "Fugaz One";
}
#lo{
  margin-left:-200px;
}

/* Optional: Ensure full height alignment */
.jump-banner {
background-color: #f4e9e2;}
.video-banner {
  background: url('./../image/girl.png') no-repeat center center;
  background-size: cover;
  height: 70vh;
  position: relative;
}

  .video-banner {
    height: 90vh;
    overflow: hidden;
    position: relative;
  }

  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.4); /* optional dark overlay for better text contrast */
    z-index: 2;
  }

  .content {
    z-index: 3;
    position: relative;
    max-width: 1200px;
    padding: 20px;
    /* margin-top: 20px; */
  }





.play-icon {
  z-index: 3;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 60px;
  height: 60px;
}
.play-icon img {
  width: 100%;
  height: auto;
}
.lead{
  font-size: 22px;
  font-weight: 500;
}
.cae{
  background-color:#C80000;
      border: none;
      padding:20px;
      border-radius: 8px;
  font-size: 22px;
  width: 400px;
      color:#FFFFFF;
    }


    .footer {
  font-family: "Poppins";
      font-size: 17px;

}

h6{
  font-size: 22px !important;
  margin-bottom:20px ;

}
.footer-bottom {
  background: rgba(112, 131, 137, 0.2) !important;

  color:rgba(146, 146, 146, 1);
}
.footer-bottom span {
 color: rgba(200, 0, 0, 1)}
.social-media a {
  font-size: 25px;
  margin-top:30px;
}
.social-media {
  gap: 30px;
}


/* product page */
.shop-now-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: "Roboto Condensed";
}

.shop-now-btn:hover {
  background-color: black;
  color: white;
}

/* Default image height control
.position-relative img {
  height: 250px;
  object-fit: contain;
  background-color: #fff;
} */
h4{
  font-family: "Roboto Condensed";
}
.speedrope{
  font-family:"Fugaz One";
font-size: 25px;}
.spped{
  color:rgba(0, 0, 0, 1);
    font-family: "Roboto Condensed";
font-size: 22px;

}
.accordion-wrapper {
  max-width: 600px;
  width: 100%;
  font-family: "Roboto Condensed";
}
.accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 600;
  position: relative;
  padding-right: 2rem;
    font-family: "Roboto Condensed";

}

/* Remove default arrow */
.accordion-button::after {
  display: none;
}

/* Add custom plus/minus using ::before */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

/* Change + to - when open */
.accordion-button:not(.collapsed)::before {
  content: "−"; /* Unicode minus sign */
}

/* terms and condition page */

    .list-group-item.active,
    .list-group-item:hover {
      background-color:#C80000;
      border-color:#C80000;
      color: #fff;
    }

    html {
      scroll-behavior: smooth;
    }


    .section-content {
      margin-bottom: 2rem;
    }

     .product-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
    }
    .product-image {
      flex: 1 1 300px;
      padding: 2rem;
    }
    .product-info {
      flex: 1 1 300px;
      padding: 2rem;

    }

    .product-card p {
      font-size:20px;
      margin-top: 1rem;
      font-family: "Roboto Condensed";
      /* width:400px; */
      text-align: justify;
    }
    .product-title {
      font-size:25px;
      font-family:"Roboto Condensed";
      font-weight: 600;
  font-weight: bold;
    }
    .price {
      font-size: 1.4rem;
      color: #000;
      font-family: "Poppins";
    }
    .original-price {
      text-decoration: line-through;
      color: gray;
      font-size: 1rem;
      margin-left: 10px;
    }
    .add-to-cart {
      background: #c80000;
      border: none;
      color: #fff;
      padding: 10px 30px;
      font-weight: bold;
      border-radius: 50px;
      transition: 0.3s ease;
      font-family: "Roboto Condensed";
    }
    .add-to-cart:hover {
      background: #b3001a;
    }
    .thumbs img {
      width: 140px;
      margin-top: 20px;
      border: 2px solid #ccc;
      border-radius: 8px;
      margin-right: 10px;
      cursor: pointer;
    }
    .thumbs img.active {
      border-color: #e60023;
    }

.accordion .accordion-item {
  border: 2px solid rgba(146, 146, 146, 1);
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  font-family: "Roboto Condensed";
}

/* .accordion-button::before {
    content: "+";
    position: absolute;
    right: 30px;
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
} */
    .accordion-button:not(.collapsed) {
      background-color: #f8f9fa;
      color: #000;

    }
    .accordion-button::after {
      display: none !important;
    }
    .accordion-button .toggle-icon {
      margin-left: auto;
    }
    .accordion-button.collapsed .toggle-icon i {
      transform: rotate(0deg);
    }
    .accordion-button:not(.collapsed) .toggle-icon i {
      transform: rotate(180deg);
      transition: transform 0.3s ease;
    }
.section-performance {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.performance-wrapper {
  position: relative;
  display: inline-block;
  width: 70%;
  border: 2px solid #000;
}

.performance-img {
  width: 100%;
  /* height: 500px; */
  display: block;
}

.cta-box {
  position: absolute;
  top: 60%;
  right: -40%;
  transform: translateY(-80%);
  background: linear-gradient(to right, #8b0000, #000);
  color: white;
  padding: 40px;
  text-align: center;
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.cta-box h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;

}

.cta-box .btn-outline-light {
  border: 2px solid #fff;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 14px;
  width:250px;
  margin-left:20%;
}
/* #img-aluminum{
height:400px;
margin-top:10px;
align-items: center;
} */

    .tab-content h4 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px;
      text-transform: uppercase;
      color: #fff;
    }

    .tab-content p {
      font-size: 16px;
      line-height: 1.6;
      color: #ccc;
      /* width: 450px; */
      text-align: justify;
          font-family: 'ROBOTO CONDENSED';

    }

  .scrollbar-container {
    width: 100%;
    height: 8px;
    background: #ddd;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
  }

  .scrollbar-handle {
    height: 8px;
    width: 60px;
    background: #c80000;;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    transition: background 0.2s;
  }

  .scrollbar-handle:hover {
    background:#c80000;
  }

  /* .owl-carousel .card {
    background: #f5f5f5;
    padding: 20px;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
  } */
  #u{

      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-family: "Fugaz One";
color:#000
    }


    .info-container {
  display: flex;
  gap: 10px; /* Adds space between children */
}


     .tablet{
      font-size: 16px !important;
      line-height: 1.6;
      color: #ccc;
      width: 450px;
      text-align: justify;
    }

    /* Key Materials Section */
    .key-materials-section {
      background-color: #000; /* black background */
      padding: 30px 0;
      /* font-family: "Omegact"; */
    }

    .key-materials-title {
      font-weight: 700;
      font-size: 32px;
      margin-bottom: 40px;
      text-transform: uppercase;
      /* color: #fff; */
            /* font-family: "Omegact"; */


    }


    /* Material Content */
    .material-image {
      max-width: 100%;
      height: auto;
      display: block;
      border-radius: 6px;
    }

/* Tabs */
.nav-tabs .nav-link {
    position: relative;
    color: #888;
    font-weight: 600;
    background: none !important;
    margin-left: -15px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    white-space: nowrap;
    border: none !important;
    margin-right: 22px;
}

.accordion-button::before {
    content: "+";
    position: absolute;
    right: 14px;
    font-size: 24px;
    font-weight: bold;
    transition: transform 0.3s ease;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 0; /* Remove bottom border line if not needed */
  border-bottom: none !important;
}

/* Underline for active tab */
.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 80%; /* 👈 Adjust this value as needed */
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transform: translateX(-50%); /* 👈 Center the underline */
}


/* Remove background from active */
.nav-tabs .nav-link.active {
  background: none !important;
  color: #888;

}

/* Optional: Hover effect */
.nav-tabs .nav-link:hover {
  color: #ccc;
}
.accordion-body table {
  font-family: "Roboto Condensed";
  color: black;
  border: none;
  border-collapse: collapse;
  width: 100%;
}
#uy th{
  font-weight: 400; /* no bold */
  padding: 10px 12px;
  vertical-align: top;
  color: black !important;
  font-family: "Roboto Condensed";
  font-weight: bold;
}

#uy td {
  font-weight: 400; /* no bold */
  padding: 10px 12px;
  vertical-align: top;
  color: black !important;
  font-family: "Roboto Condensed";
}

.custom-rope-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins';
  font-size: 14px;
  text-align: center;
  background-color: #fff0f0;
}

/* Header Row */
.custom-rope-table th {
  background-color: #c80000;
  color: #fff;
  padding: 15px;
  font-weight: 600;
}

/* Red S.No Column */
.custom-rope-table th:first-child,
.custom-rope-table td:first-child {
  background-color: #c80000;
  color: #fff;
  font-weight: 600;
}

/* Table Data Cells */
.custom-rope-table td {
  padding: 15px;
  font-weight: 500;
  color: #333;
}
.tab-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .16em;
}

/* Even Row Backgrounds */
.custom-rope-table tbody tr:nth-child(even) {
  background-color: #ffdede;
}
    h2{
      font-family: "Fugaz One";
    }
.benefit-img {
  width: 100%;        /* fills container width */
  max-width: 400px;   /* max width */
  height: 300px;      /* fixed height */
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

        #ui {
      font-family: "Roboto Condensed";
      font-size: 18px;
      text-align: justify;

    }
 .benit{
  margin: auto;
  max-width:1000px;
 }
 #bodyp{
  padding-top:80px;
 }

.content-wrappers {
  max-width: 960px;
  margin: 4rem auto; /* vertical spacing and center horizontally */
  padding: 0 1rem; /* optional padding on smaller screens */

}

.content-wrappers  h1 {
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #C80000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
          font-family:"Fugaz One";

  }
  .content-wrappers   .section {
    /* background: #1e1e1e; */
    padding: 1.8rem 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(200, 0, 0, 0.3);
    border-left: 6px solid #C80000;
    margin-bottom: 2rem;
    height: 100%;
  }


  .content-wrappers  .section p,
 .content-wrappers .section ul {
    font-size: 1.1rem;
          font-family: "Roboto Condensed";
          text-align: justify;

  }

  .highlight-box {
    padding: 1.5rem 0rem 0rem 1rem;
    margin-bottom: 2.5rem;
    /* no border or background for minimal */
  }
  .highlight-box h2 {
    font-weight: 700;
    color: #C80000;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 2px solid black;
    padding-bottom: 0.25rem;
    max-width: fit-content;
    font-size: 20px;
    font-family: "Roboto Condensed";
  }
  .highlight-box p,
  .highlight-box ul {
    font-size: 18px;
    line-height: 1.6;
    color: black;
    text-align: justify;
        font-family: "Roboto Condensed";


  }
  .highlight-box ul {
    padding-left: 1.3rem ;
    margin-top: 0.5rem;
  }

  .ship {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 800;
      color:#c80000;
      text-transform: uppercase;
      margin-bottom: 2.5rem;
      font-family: 'Fugaz One';
      /* margin-top: 10px; */
    }

    .policy-section {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 2rem;
      box-shadow: 0 8px 16px rgba(0,0,0,0.06);
      margin-bottom: 2rem;
    }

    .policy-section h2 {
      font-size: 1.4rem;
      font-weight: 700;
    color:#c80000;      margin-bottom: 1rem;
      text-transform: uppercase;
      font-family: "Roboto Condensed";
    }
        .policy-section ol {
      padding-left: 1.2rem;
    }

    .policy-section li {
      margin-bottom: 0.75rem;
      line-height: 1.7;
            font-size: 18px;
      text-align: justify;
      color:black;
            font-family: "Roboto Condensed";

    }

    .shipping-costs {
      font-weight: 600;
    color:#c80000;      margin-top: 1.5rem;
          font-family: "Roboto Condensed";

    }

    .contact-info {
      margin-top: 2rem;
      background-color: #edf2f7;
      padding: 1.5rem;
      border-left: 5px solid #c80000;
      border-radius: 8px;
            font-family: "Roboto Condensed";

    }

    .contact-info h3 {
      font-size: 1.2rem;
      font-weight: 600;
    color:#c80000;      margin-bottom: 0.5rem;
          font-family: "Roboto Condensed";

    }

    .contact-info p {
      margin: 0;
      font-size: 18px;
      text-align: justify;
      color:black;
            font-family: "Roboto Condensed";

    }
    .po,.list-group-item{
        text-align: justify;
        font-size: 17px;
          font-family: "Roboto Condensed";
              color: black;

    }
    .list-group-item{
        padding:1rem;
    }


        .term { color:#C80000;
      font-family: "Fugaz One";

    }
    /* guide page  */
.guide-title {
      font-size: 20px;
      font-weight: 700;
      color: #800000;
      font-family: "Fugaz One";
      text-transform: uppercase;
    }
        .section-heading {
      color: black;
      font-family: "Fugaz One";
            text-transform: uppercase;

    }
    .benefit-list {
  list-style: none;
  padding-left: 0;
}
.benefit-list li {
  margin-bottom: 8px;
  font-size: 18px;
        font-family: "Roboto Condensed";
text-align: justify;
}

    .tab-content {
      min-height: 200px;
        color:black;

    }
    #ui {
      font-family: "Roboto Condensed";
      font-size: 18px;
      text-align: justify;

    }
    .img-fit {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 4/ 5;
      border-radius: 0.5rem;
    }
    #policyTabsContent p {
    font-size: 16px;
    line-height: 1.6;
    color: black;
    /* width: 450px; */
    text-align: justify;
    font-family: 'ROBOTO CONDENSED';
}
 #policyTabsContent {
  color:black;
  font-family: 'Roboto Condensed';
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 1rem;
}
 #policyTabsContent h4 {
  font-family: 'Fugaz One';
  font-weight: 700;
  color:black;

  margin-bottom: 1rem;
}
.table {
  background-color: transparent;
  color:black;
  border-color: #666;
}

.table th,
.table td {
  vertical-align: middle;
  text-align: center;
}

.table thead.table-danger th {
  background-color:#c80000 !important ;
  color: #fff;
  border-color: #c80000;
}


  #qw {
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  max-width: 1000px;
  margin: 2rem auto;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.25);
  color:black;

}
.nav-pills .nav-link {
  background-color: #2c2c2c;
  color: #ccc;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 0.75rem;
  padding: 0.6rem 0.8rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  letter-spacing: 0.05em;
        font-family: "Roboto Condensed";

}

.nav-pills .nav-link:hover {
  background-color: #800000;
  color: #fff;
}

.nav-pills .nav-link.active {
  background-color: #800000;
  color: #fff;
  box-shadow: 0 0 10px #800000aa;
}

    /* contact us page */
     .content-wrapper {
      max-width: 1200px;
      margin: 3rem auto;
      display: flex;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      background-color: #fff;
    }

    .left-panel {
      width: 40%;
      background: linear-gradient(135deg, #f4e9e2);
      padding: 2rem;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      align-items: center;
      justify-content: center;
    }

    .carded {
      position: relative;
      width: 100%;
      max-width: 260px;
      border-radius: 12px;
      overflow: hidden;
      /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding:0px !important;
    }

    .carded:hover {
      transform: translateY(-6px);
      /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
    }

    .carded img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }

    .image-label {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 4px 10px;
      border-radius: 8px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #111;
    }

    .right-panel {
      width: 60%;
      padding: 3rem;
    }

    .right-panel h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

    .right-panel p {
      margin-bottom: 1.5rem;
      color: #555;
    }

    .options {
      display: flex;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
                /* flex-wrap: wrap; */

    }

    .options label {
      font-weight: 500;
      font-size: 0.95rem;
    }

    form {
      display: flex;
      flex-direction: column;
      gap: 1rem;

    }

    .form-row {
      display: flex;
      gap: 1rem;
    }

    input, textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 1rem;
    }

    textarea {
      resize: none;
      height: 100px;
    }

    .form-text {
      font-size: 0.85rem;
      color: #555;
    }

    .form-text a {
      color: #007BFF;
      text-decoration: none;
    }
      address {
    font-style: normal;
    font-size: 1.1rem;
    /* color: white; */
    margin-top: 0.5rem;
  }




  /* thankyou */
   .thank-you-container {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2rem;
    }
    .thank-you-img {
      max-width: 400px;
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      margin-bottom: 30px;
      height: 400px;
      object-fit: cover;
    }
    .btn-home {
      background-color: #c80000;
      border: none;
      padding: 0.6rem 1.5rem;
      font-weight: 600;
      border-radius: 50px;
      color: white;
      transition: all 0.3s ease;
    }

    .cart-con{

        margin-top: 100px !important;
    }

    .ql-btn{

        border-radius: 0%;
        border: #777777 1px solid !important;
        height: 40px;
    }

     .qr-btn{

        border-radius: 0%;
        border: #777777  1px solid !important;
        height: 40px;
    }



   .input-number{

    border-radius: 0px !important;
    background-color: #FFFFFF;
   border: #777777  1px solid !important;
   text-align: center;

}

 .input-number:focus{

   border: 1px solid #777777 !important;
    outline: none !important;
    box-shadow: none !important;
}

.cart-remove{

    border-radius: 0%;
}

.cart-shipping{

    border-bottom: #b6b3b3 solid 1px ;
}

.cart-shipping td{

    padding-top: 15px;
    padding-bottom: 15px;

}

.place-btn{

    border-radius: 0%;
}

.place-tr td{

        padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* .card{

    gap: 0px !important;
    padding: 0% !important;
} */

.table-cart{

    width: 100% !important;
}

.table-cart tr{


    border-bottom: #777777 solid 1px ;
}
.table-cart tr td{
      padding-top: 15px !important;
    padding-bottom: 15px !important;

}

.price-card{

    border-radius: 0% !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.cart-card {

      border-radius: 0% !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.checkout-con{

    margin-top: 150px !important;
    margin-bottom: 50px;
}

.checkcard{

    border-radius: 0px ;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;

}

#checkout-frm input ,textarea{

    border-radius: 0px !important;

}

#checkout-frm input:focus{

       border: 1px solid #777777 !important;
    outline: none !important;
    box-shadow: none !important;

}

@media (max-width: 915px){

    #checkout-frm .form-group{

        margin-top: 10px !important;
    }

      #checkout-frm .row{

        margin-top: -10px !important;
      }

}

.checkp-card{

    border-radius: 0% !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.form-check-input[type="radio"] {
    appearance: radio !important;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
}


.payment{

    border-radius: 100% !important;
}

.pay-card{

    border-radius: 0px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;

}



.thumb-slider {
    width: 100% !important;
    overflow: hidden !important;
}
.thumb-slider .slick-slide {
    margin: 0 5px; /* Optional spacing between images */
}

.thumb-scroll {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap;
    gap: 10px;
}

.thumb-scroll img {
    max-width: 200px;
    flex-shrink: 0;
    border: 1px solid #ccc;
}




.custom-list li {

    list-style: none !important;
}

.is-invalid {
    border-color: red;
     margin-right: 30px !important;
}


#decrease-qty:focus{

    border: none !important;
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
}

#decrease-qty:active{

     border: none !important;
    outline: none !important;
    box-shadow: none;
    background-color: transparent !important;
}

#increase-qty:focus{

    border: none !important;
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
}

#increase-qty:active{

     border: none !important;
    outline: none !important;
    box-shadow: none;
    background-color: transparent !important;
}

.add-to-cart:hover{

    color: white !important;
}
#checkout-body {
    background: linear-gradient(to bottom, #ffffff, #f1f1f1) !important;
}


.cart-li {

    position: relative !important;
}

.cart-desk{

    position: absolute !important;
    bottom: 60% !important;
    left: 60%;
}


 

    .badge {
    position: absolute;
    top: 15px;
    right: 70px;
    font-size: 0.75rem;
}


.bd-m{

     position: absolute;
    top: -13px;
    left: 100%; /* Stick to the right edge */
    transform: translate(-50%, 0); /* Pull it back a bit */
    background-color: red;
    color: white;
    font-size: 0.7rem;
    line-height: 1;
    text-align: center;

}

.card-buttons{
      background-color:#C80000;
      border: none;
      padding:10px;
      font-size: 1rem;
      border-radius: 8px;
  font-family:"Roboto Condensed";
  width:200px;

      color:#FFFFFF;
}
