/* Navbar Container */
.sticky-top {
    position: sticky;
    top: 0;
    padding: 0 0 7px 0;
    z-index: 1020;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  /* Logo Style */
  /*
  .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D90216;
    height: 70px;
    width: 50px;
    border-radius: 0px 0px 50px 50px;
    text-align: center;
  }

 
  .logo-icon {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 5px;
    font-weight: bold;
  }


*/

  .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D90216;
    height: 38px;
    width: 38px;
    border-radius: 0px 50px 50px 0;
    text-align: center;
}
 
  .logo-icon {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    padding: 20px 5px;
    font-weight: 900;
    margin: -4px 0 0 -3px;
}
  
  /* links */
  a {
    color: rgb(24 91 189);
    text-decoration: none;
  }
  
  /* Brand Name */
  .brand-name {
    color: #D90216;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    margin: 0px 0 0 1px;
  }
  
p.sub{
    color: #D90216;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    margin: -10px 0 0 0;
}

  /* Navbar Links */
  .navbar-nav a {
    color: #000000;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s;
  }
  
  .navbar-nav a:hover, .navbar-nav a.active {
    color: #D90216;
    background-color: rgba(217, 2, 22, 0.1);
    border-radius: 5px;
  }
  
  /* Dropdown Menu */
  span#hide{
    display: none;
  }
  .dropdown-menu {
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .dropdown-item {
    color: #000000;
    padding: 10px 15px;
    transition: all 0.3s;
  }
  
  .dropdown-item:hover {
    background-color: rgba(217, 2, 22, 0.1);
    color: #D90216;
  }

div#post.dropdown-menu.bg-light.mt-2.show
      {
        width: 300px;
        display: block !important;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: none;
        background-color: #fff;
        box-shadow: none;
        

      }
   
      span.postmenu
      {
        display: block;
        font-size: 14px;
        color: #000000;
        width: 100%;
        padding: 10px 15px;
        transition: all 0.3s;
        text-align: left;
        margin: 0 0 0 0;
        border-bottom: 1px solid #D90216;
        white-space: normal;
      

      }
      

  /* Shop Now Button */
  .btn-danger {
    background-color: #D90216;
    color: #ffffff;
    border: none;
    font-weight: bold;
    transition: all 0.3s;
  }
  
  .btn-danger:hover {
    background-color: #ff4d4d;
    color: #ffffff;
  }
  
.navbar-toggler {
    padding: 10px;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #c20404;
    background-color: #fff;
    border: 1px solid #c20404;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:hover {
    padding: 10px;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #ffffff;
    background-color: #c20404;
    border: 1px solid #f0ebeb;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
  
  
@media (max-width: 992px) {

  .btn-danger {
      display: block !important;
      margin-top: 10px;
  }


}
  
 
  
  
  /* Hero Section */
  .redesigned-hero-section {
    background: linear-gradient(135deg, #D90216 30%, #f7f7f7 100%);
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
  }
  
  /* Text Content */
  .hero-subtitle {
    font-size: 18px;
    color: #ffe6e6;
    font-weight: 900;
    margin-bottom: 10px;
  }
  
  .hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .hero-title .highlight {
    color: #FFE066;
    font-weight: 700;
  }
  
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #FCEFED;
  }
  
  /* Buttons */
  .hero-buttons .btn {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-right: 10px;
  }
  
  .btn-primary {
    background-color: #ffe066;
    color: #D90216;
    border: none;
  }
  
  .btn-primary:hover {
    background-color: #ffcc33;
    color: #ffffff;
    border: #ffcc33;
  }
  
  .btn-secondary {
    background-color: transparent;
    color: #ffe066;
    border: 2px solid #ffe066;
  }
  
  .btn-secondary:hover {
    background-color: #ffe066;
    color: #D90216;
    border: 2px solid #ffe066;
  }
  
  /* Product Card */
  .product-card {
    position: relative;
    background: #ffe066;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: inline-block;
    animation: fadeInUp 1s ease;
    margin: 20px 0;
  }
  
  .product-image {
    max-width: 100%;
    border-radius: 10px;
  }
  
  .product-tagline {
    font-size: 14px;
    color: #c20404;
    margin-top: 15px;
    text-align: center;
  }
  
  /* Animations */
  @keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }



  @media (max-width: 768px) {
    .hero-title {
        font-size: 30px;
    }
  
    .hero-description {
        font-size: 14px;
    }
  
    .btn-primary, .btn-secondary {
        font-size: 14px;
    }
  
    .product-card {
        margin: 10px 0;
    }
  
    .product-tagline {
        font-size: 12px;
    }

    div.hero-buttons {
    display: flex;
    justify-content: center;
}
    
  }
  
  
  /* Feature Section */
  .feature-section {
    background-color: #eaf7ea; /* Light green background */
    padding: 50px 0;
  }
  
  /* Feature Box */
  .feature-box {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  /* Feature Icon */
  .feature-icon {
    font-size: 40px;
    color: #d90216; /* Vibrant red color */
    margin-bottom: 15px;
  }
  
  /* Feature Title */
  .feature-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
  }
  
  /* Feature Description */
  .feature-description {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .feature-box {
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 14px;
    }

    .feature-box {
        margin-bottom: -11px;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 44%;
        margin: 0 0px;
        padding: 0 4px;
    }

  }
  

  
  
  /* About Section */
  .about-section {
    background-color: #f9f9f9; /* Light grey background */
    padding: 60px 0;
  }
  
  /* Title and Subtitle */
  .about-title {
    font-size: 36px;
    font-weight: bold;
    color: #d90216; /* Vibrant red */
    margin-bottom: 20px;
  }
  
  .about-title .highlight {
    color: #333333; /* Darker color for emphasis */
  }
  
  .about-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
  }
  
  /* Description */
  .about-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  /* Buttons */
  .about-buttons .btn {
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10px;
    transition: all 0.3s ease;
  }
  
  .btn-danger {
    background-color: #d90216;
    color: #ffffff;
    border: none;
  }
  
  .btn-danger:hover {
    background-color: #ff4d4d;
    color: #ffffff;
  }
  
  /* Image Container */
  .about-image-container {
    position: relative;
  }
  
  .feature-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  /* Overlapping Benefits List */
  .image-overlap {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 90%;
  }
  
  .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666666;
  }
  
  .benefits-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .benefits-list li i {
    color: #d90216;
    margin-right: 10px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .about-title {
        font-size: 28px;
    }
    
    div.about-image-container {
       margin: -30px 0 30px 0;
    }

    .about-subtitle {
        font-size: 18px;
    }
  
    .about-description {
        font-size: 14px;
    }
  
    .image-overlap {
        width: 100%;
        bottom: -10px;
        padding: 10px;
    }
  }
  
  
  
/* Deal of the Day Section */
.deal-section {
    background: linear-gradient(135deg, #fff, #f9f9f9);
    padding: 60px 0;
}

/* Deal Title */
.deal-title {
    font-size: 36px;
    font-weight: bold;
    color: #d90216;
    margin-bottom: 20px;
}

.deal-title .highlight {
    color: #333333;
}

/* Deal Description */
.deal-description {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Deal Button */
.deal-button {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    background-color: #d90216;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.deal-button:hover {
    background-color: #ff4d4d;
    color: #ffffff;
    text-decoration: none;
}

/* Deal Image */
.deal-image {
    width: 100%;
    border-radius: 10px;

    /*   
    background-color: #1d791842;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    */
}

/* Responsive Design */
@media (max-width: 768px) {
    .deal-title {
        font-size: 28px;
    }

    .deal-description {
        font-size: 16px;
    }

    .deal-button {
        font-size: 14px;
    }
}


/* Deal Timer Section */
.deal-timer-section {
    background-color: #096d09;
    background-image: url(/img/bg.png);
    padding: 60px 0;
}

.deal-timer-title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.deal-timer-benefits li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.6;
}

.deal-timer-benefits i {
    margin-right: 10px;
    font-size: 18px;
}

/* Deal Timer Box */
.deal-timer-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.deal-of-the-day-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}



/* Pricing */
span.original-price {
    font-size: 22px;
    color: #999999;
    text-decoration: line-through;
    margin-bottom: 10px;
  }
  


.deal-price {
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}

.deal-price .text-danger {
    font-size: 28px;
    font-weight: bold;
    color: #d90216;
}

.deal-weight {
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}

/* Countdown Timer */
.deal-timer-countdown {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}


/* Timer Box */
.time-box {
    text-align: center;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}

.time-value {
    font-size: 36px;
    font-weight: bold;
    color: #d90216;
}

.time-label {
    font-size: 14px;
    color: #666666;
}


/* Why Choose Double Red Rose Section */
.why-choose-section {
    background-color: #f9f9f9;
    padding: 60px 0;
  }
  
  /* Section Title */
  .why-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
  }
  
  .why-title .highlight {
    color: #d90216;
  }
  
  .why-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
   
  }

.why-choose-icon img {
    display: inline-block;
}

.why-choose-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #d90216;
    margin-bottom: 10px;
}

.why-choose-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

div.col-md-4.mb-4 {
    width: 24%;
    padding: 6px;
    border: 1px dashed #C20404;
    margin: 3px;
    border-radius: 10px;
}

div#why.row{
  justify-content: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .why-choose-title {
        font-size: 24px;
    }

    .why-choose-subtitle {
        font-size: 18px;
    }

    .why-choose-description {
        font-size: 14px;
        padding: 0px;
    }

    div.col-md-4.mb-4 {
        width: 48%;
        padding: 6px;
        border: 1px dashed #C20404;
        margin: 3px;
        border-radius: 10px;

    }
}

@media (min-width: 1024px) {
    .why-choose-title {
        font-size: 20px;
    }

    .why-choose-subtitle {
        font-size: 16px;
    }

    .why-choose-description {
        font-size: 14px;
        padding: 0px;
    }

    div.col-md-4.mb-4 {
        width: 23.2%;
        padding: 10px;
        border: 1px dashed #C20404;
        margin: 10px;
        border-radius: 10px;

    }
  
}

  














  
  /* Ingredients Section */
  .ingredients-section {
    background: linear-gradient(135deg, #eaf7ea, #f9f9f9);
    padding: 60px 0;
  }
  
  /* Section Title */
  .ingredients-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
  }
  
  .ingredients-title .highlight {
    color: #d90216;
  }
  
  .ingredients-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  
  /* Ingredient Item */
  .ingredient-image {
    width: 80px;
    height: 80px;
    background: #ffc107;
    padding: 5px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
  }
  
  h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
  }
  
  p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
  }

  div.col-lg-3.col-md-4.col-sm-6.text-center {
    width: 24%;
    
    border: 1px dashed #C20404;
    margin: 3px;
    border-radius: 10px;
    
 
}

div.row.g-4
{
justify-content: center;
}




  
  /* Responsive Design */
  @media (max-width: 768px) {
    .ingredients-title {
        font-size: 28px;
    }
  
    h3 {
        font-size: 16px;
    }
  
    p {
        font-size: 13px;
    }
  }


  
  @media (min-width: 1024px)  {
    
    div.col-lg-3.col-md-4.col-sm-6.text-center {
      width: 23%;
      padding: 6px;
      border: 1px dashed #C20404;
      margin: 10px;
      border-radius: 10px;
    
  }

  }




  
  /* Benefits Section */
  .benefits-section {
    background: #f9f9f9;
    padding: 60px 0;
  }
  
  /* Section Title */
  .benefits-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  
  .benefits-title .highlight {
    color: #d90216;
  }
  
  .benefits-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  
  /* Benefit Item */
  .benefit-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  
  .benefit-icon {
    font-size: 40px;
    color: #d90216;
    margin-bottom: 15px;
  }
  
  .benefit-item h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
  }
  
  .benefit-item p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
  }
  
  /* Product Image */
  .product-image {
    max-width: 100%;
    border-radius: 10px;
   /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
  }


  /* Responsive Design */
  @media (max-width: 768px) {
    .benefits-title {
        font-size: 28px;
    }
  
    .benefit-item h5 {
        font-size: 16px;
    }
  
    .benefit-item p {
        font-size: 13px;
    }
    div#m-hide.col-md-2.text-center {
        
        display: none;
    }

    div.col-lg-3.col-md-4.col-sm-6.text-center {
    width: 48%;
    padding: 6px;
    border: 1px dashed #C20404;
    margin: 3px;
    border-radius: 10px;
 
}

  }

  
  @media (min-width: 820px)  {
    img#d-hide.img-fluid
      {
  display: none;
  
       }
  }

  @media (min-width: 1024px)  {

    
  img#d-hide.img-fluid
      {
   display: none;

      }

  }





  /* How to Use Section */
  .how-to-use-section {
    background: #f9f9f9;
    padding: 60px 0;
  }
  
  /* Product Image */
  .product-image {
    max-width: 100%;
    border-radius: 10px;
  /*  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
  }
  
  /* Instructions Content */
  .instructions-content {
    text-align: left;
  }
  
  .instructions-title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
  }
  
  .instructions-title .highlight {
    color: #d90216;
  }
  
  .instructions-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
  }
  
  .instructions-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  /* Usage Steps */
  .usage-steps {
    list-style: none;
    padding: 0;
  }
  
  .usage-steps li {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
  }
  
  .usage-steps li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #d90216;
    font-size: 16px;
  }
  
  /* Action Buttons */
  .action-buttons .btn {
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .btn-danger {
    background-color: #d90216;
    color: #ffffff;
    border: none;
  }
  
  .btn-danger:hover {
    background-color: #ff4d4d;
    color: #ffffff;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .instructions-title {
        font-size: 28px;
    }
  
    .instructions-description {
        font-size: 14px;
    }
  
    .usage-steps li {
        font-size: 14px;
    }
  
    .btn {
        font-size: 14px;
    }
  }

.how-to-use-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #fdfdfd;
  
}

.how-to-use-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.how-to-use-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}


.how-to-use-content {
  display: flex;
  grid-template-columns: 2fr 2fr;
  gap: 115px;
  align-items: start;
  align-items: center;
  justify-content: center;
  }

  p.instructions-subtitle,
  h2.instructions-title {
    color: #ffe066;
  }

  ul.usage-steps li,
  p.instructions-description {
    color: #ffffff;
  }

  div#how-to-use.container-fluid.how-to-use-section.py-5

  {
  background-color: #096d09;
  background-image: url(/img/bg.png);
  }


.testimonials {
  display: flex;
/*  gap: 20px; */
}

.testimonial {
  display: flex;
 /* flex-direction: column; */
  align-items: center;
  max-width: 100%;

}

.testimonial img {
  width: 100%;
  height: 86%;
  border-radius: 10px;
/*   margin-bottom: 10px; */
}

.testimonial blockquote {
  font-style: italic;
  font-size: 22px;
  font-weight: 900;
  color: #333;
  text-align: center;
  
}

.pricing-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.price-card {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  width: 200px;
}

.price-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #b10000;
}

.price-card p {
  margin-bottom: 20px;
  font-weight: 500;
}

.price-card button {
  background-color: #b10000;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

a.price-button{
  background-color: #b10000;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.order-box {
  padding: 20px;
  border: 2px dashed #b10000;
  border-radius: 10px;
  display: inline-block;
  width: 445px;
}

.order-box p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 900;
}

a.button{
  background-color: #b10000;
  color: white;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;

}

a.price-button:hover,
a.button:hover {
  background-color: #ff4d4d;
  color: #ffffff;
}

@media screen and (max-width: 568px){

  
  .order-box {
    width: 305px !important;
    padding: 9px;
    margin: 0 0 70px 0;
}
.price-card {
  padding: 9px;
  width: 144px !important;
}


}


@media screen and (max-width: 600px) {
  .how-to-use-content {
      display: flex;
      grid-template-columns: 2fr 2fr;
      gap: 20pX;
      flex-direction: column !important;
      align-items: center !important;
  }

  .testimonial blockquote {
  
    font-size: 15px !important;
    
  }
  
  .order-box {
     
      width: 336px !important;
      padding: 9px;
      margin: 0 0 70px 0;
  }

  .price-card {
      
      padding: 9px;
      width: 155px !important;
  }
  .pricing-grid {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: nowrap;
  }

}

 
@media screen and (max-width: 768px) {
  .how-to-use-content {
      display: flex;
      grid-template-columns: 2fr 2fr;
      gap: 20pX;
      flex-direction: column !important;
      align-items: center !important;
  }

  .testimonial blockquote {
  
    font-size: 15px !important;
    
  }
  
  .order-box {
     
      width: 336px !important;
      padding: 22px;
      margin: 0 0 70px 0;
  }

  .price-card {
      
      padding: 22px;
      width: 155px !important;
  }
  .pricing-grid {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: nowrap;
  }

 
}


@media screen and (max-width: 1024px) {
 
.how-to-use-content {
display: flex;
grid-template-columns: 2fr 2fr;
gap: 20pX;
flex-direction: row;
}

}




/* Testimonial Section */

  

.slider .list #only img {
    width: 100%;
    object-fit: cover;
    border: none;
    padding: 0;
    display: inline-block !important;
}

.card p.only {
    font-size: 12px;
    color: white;
    margin-top: -14px;
    
     padding: 0;
}

div#only.card
{
  border:none;
}

/* Testimonials Section */
/* From Uiverse.io by ashwin_5681 */ 

section#video-testimonials-section.container-fluid.py-5 {
  background: linear-gradient(135deg, #ffe066, #c20404);
  padding: 60px 0;
}

h2.testimonial-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}


.testimonial-title .highlight {
  color: #d90216;
}

p.testimonial-description {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0 100px;
  text-align: center;
}

p.testimonial-call-to-action {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}


.card {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: white;
  text-align: center;
}

.card p {
  font-size: 12px;
  color: white;
 /* margin-top: -14px; */
 margin-bottom: -3px;
  padding: 0;
}

.slider {
  width: 100%;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}
.slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}
.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 60s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc(
    (60s / var(--quantity)) * (var(--position) - 1) - 60s
  ) !important;
}

.slider .list .item img {
   width: 30%;



  object-fit: cover;
  border: 3px solid #d90216;
  padding: 5px;
  display: inline-block !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}
.slider:hover .item {
  animation-play-state: paused !important;
  filter: grayscale(1);
}
.slider .item:hover {
  filter: grayscale(0);
}
.slider[reverse="true"] .item {
  animation: reversePlay 10s linear infinite;
}
@keyframes reversePlay {
  from {
    left: calc(var(--width) * -1);
  }
  to {
    left: 100%;
  }
}


/* Two-Column Section */
.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  
}

/* Testimonials Carousel */
.testimonial {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

.testimonial-text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}

p.testimonial-name {
  font-size: 14px;
  font-weight: bold;
  color: #d90216;
}

/* Video Player */

.player-container {
    margin-top: 20px;
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    background-color: #000;
    aspect-ratio: 16/9;
}


.video-player iframe,
.video-player video {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


#videoContainer {
  background-color: #000;
  width: 100%;
  height: auto;
}

video, iframe {
  display: block;
  width: 100%;
/*  height: 315px; */
}




@media (max-width: 768px) {
  #videoContainer {

      width: 97%;
  }


  video, iframe {
  height: 196px;
}

  h2.testimonial-title {
      font-size: 25px;
      
  }

  .testimonial-text {
      font-size: 13px;
  }


 p.testimonial-description,
 p.testimonial-call-to-action {
    padding: 0 3px;
  }

/*
  video, iframe {
    margin: 14px 0 0 0;
}
*/

div.video-controls.mt-3
  {
       display: flex;
      justify-content: center;
  }


  .video-container {
    position: relative;
    width: 100% !important;
    max-width: 640px;
    background-color: #000;
}


}

#video-testimonials-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

  .video-container {
      position: relative;
      width: 89%;
      max-width: 640px;
      margin: auto;
      background-color: #000;
  }


  .custom-controls {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px;
      border-radius: 5px;
      transition: opacity 0.3s ease;
  }

  .custom-controls.hidden {
      opacity: 0;
      pointer-events: none; 
  }

  .custom-controls.visible {
      opacity: 1;
      pointer-events: auto;
  }

  .video-controls button {
      font-size: 14px;
      font-weight: bold;
      padding: 10px 20px;
      background-color: #ffe066;
      color: #d90216;
      border: none;
      border-radius: 5px;
      transition: all 0.3s ease;
  }
  
  .video-controls button:hover {
      background-color: #ff4d4d;
      color: #ffe066;
  }

















  
  /* Footer Section */
  .footer-section {
    background-color: #f9f9f9;
    padding: 60px 0;
  }
  
  /* Footer Titles */
  .footer-title {
    font-size: 24px;
    font-weight: bold;
    color: #d90216;
    margin-bottom: 20px;
  }
  
  .footer-description {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  /* Help Button */
  .footer-help-button {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #d90216;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }
  
  .footer-help-button:hover {
    background-color: #ff4d4d;
    color: #ffffff;
  }
  
  /* Footer Image */
  .footer-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  /* Contact Buttons */
  .footer-contact h5 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
  }
  
  .footer-contact .btn {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #d90216;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
  }
  
  .footer-contact .btn:hover {
    background-color: #ff4d4d;
    color: #ffffff;
  }
  
  /* Copyright */
  .footer-copyright {
    font-size: 14px;
    color: #666666;
  }
  
  .footer-copyright a {
    text-decoration: none;
    color: #d90216;
  }
  
  .footer-copyright a:hover {
    text-decoration: underline;
  }
  
  /* Back to Top Button */
  .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #d90216;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .back-to-top:hover {
    background-color: #ff4d4d;
    color: #ffffff;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .footer-title {
        font-size: 20px;
        margin-top: 20px;
    }
  
    .footer-description {
        font-size: 13px;
    }
  
    .footer-contact h5 {
        font-size: 14px;
    }
  
    .footer-contact .btn {
        font-size: 13px;
    }
  
    .footer-help-button {
        font-size: 13px;
    }
  }
  






#btn-danger1 {
        display: block !important;
        margin-top: 10px;
    }
