/* Index page */

  /* Banner Styles */
.banner {
    position: relative;    
    color: #fff;
    text-align: center;
    padding: 0rem 0rem;       
  }
  
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../video/home-banner.gif) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  
  .banner .container {
    position: relative;
    z-index: 1;
  }
  
  .carousel-item:has(.video-slide){
    height: auto !important;
  }

  .carousel-inner{
    padding:0 !important;
  }
  .carousel-container {
    max-width: 100%;
    margin: auto;
}

.video-slide{
     width: 100%;    
    object-fit: cover;
}
  
  /* Responsive Banner */
  @media (max-width: 768px) {
    .banner h1 {
      font-size: 2rem;
    }
  
    .banner p {
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 576px) {
    .banner {
      padding: 0rem 0rem;
    }

    .floating-section {    
      top: 0 !important;
    }
  
    .banner h1 {
      font-size: 1.5rem;
    }
  
    .banner p {
      font-size: 0.8rem;
    }
  }


.floating-section .row h5{
    font-size:19.5px !important;
}

.floating-section .row p{
    font-size:15px !important;
    font-weight:400;
}

.floating-section {
    position: relative;
    top: -50px;
    background-color: #f8f9fa;
    padding: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.floating-section .icon {
    font-size: 2rem;
    color: #007bff;
}

 /* Responsive Banner */
 @media (max-width: 768px) {
    .icon-container{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    }

    .floating-section .gap-3{
        display: block !important;
    }

    .about-us .col-md-7, .about-us .col-md-5{
        width:100%;
    }
}

@media (max-width: 991px) {

  .icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

    .floating-section .gap-3{
        display: block !important;
    }

    .about-us .col-md-7, .about-us .col-md-5{
        width:100%;
    }
  }

.icon-container{
    display: flex;
    align-items: baseline;
}

.text-muted{
 color: #999999 !important;
}

.btn.btn-primary{
    background-color: #4A9C2D !important;
    border: 1px solid #4A9C2D !important;
    color:#fff !important;
    font-weight: 500;
    padding: 0.4rem 0.5rem !important;
}

  /* General Styling */
.about-us {    
    padding: 3rem 1rem;
  }
  
  .about-us h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .about-us p {
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1; 
    display: flex;
    align-items: center;
  }
  
  .about-us-stats span {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .about-us-stats div {
    text-align: center;
  }
  
  /* Video Styling */
  .about-us-video {
    position: relative;
    text-align: center;
    flex-grow: 1; /* Ensures the video area fills the column height */
    text-align: center;
  }
  
  .about-us-video img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    background: url(../images/section2-videobg.png) no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    width: 100% !important;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  /* Responsive Layout */
  @media (max-width: 992px) {
    .row {
      flex-direction: column-reverse;
      text-align: center;
    }
  
    .about-us-video {
      margin-bottom: 2rem;
    }
  
    .about-us-stats {
      justify-content: center;
    }
  
    .about-us-stats .me-4 {
      margin-right: 0;
      margin-bottom: 1rem;
    }
  }
  
  @media (max-width: 768px) {
    .about-us h2 {
      font-size: 1.8rem;
    }
  
    .about-us p {
      font-size: 0.9rem;
    }
  
    .about-us-stats span {
      font-size: 1.2rem;
    }
  }
  
  @media (max-width: 576px) {
    .about-us h2 {
      font-size: 1.5rem;
    }
  
    .about-us p {
      font-size: 0.85rem;
    }
  
    .about-us-stats span {
      font-size: 1rem;
    }
  
    .btn {
      width: 100%;
      padding: 0.75rem;
    }
  }

  .bento-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
}


.bento-left{
    background-color: #E3F6FD;
    border: 1px solid #E3F6FD !important;
}

.bento-left p{
    font-size:15px !important;
}

.bento-left h5{
    font-size: 1.7rem !important;
}


.bento-right-up{
    background-color: #FFEDDE;
    border: 1px solid #FFEDDE !important;
}

.bento-right-down{
    background-color: #CEFFF0;
    border: 1px solid #CEFFF0 !important;
}

.bento-left img{
    width: 220px;
    height: 324px;
    object-fit: cover;
    margin-right: 1rem;
}

.bento-right-up img, .bento-right-down img {
    width: 106px;
    height: 160px;
    object-fit: cover;
    margin-right: 1rem;
}

.bento-content {
    flex: 1;
}
.bento-content h5 {
    margin: 0 0 0.5rem 0;
}
.bento-content p {
    margin: 0 0 0.75rem 0;
    color: #666;
}
.bento-content .btn {
    text-transform: uppercase;
}
.equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.equal-height .bento-item {
    flex: 1;
}

@media (max-width: 576px) {
    .bento-left , .bento-right-up , .bento-right-down  {
      display: block !important;
    }

    .testimonial-item .d-flex{
      display: block !important;
    }

    .search-dropdown.searchDropdown{
      margin-top: 3rem;
    left: 30px;
    }

    #closeSearch{
      width: 24px;
    display: flex;
    align-items: center;
    padding-right: 1.5rem;
    }

    #searchResults{
      display: block;
    top: 86px;
    left: 0;
    width: 100% !important;
    }
  }  


  @media (max-width: 768px) {
    .col-md-8 .bento-left, .col-md-4 .bento-right-down, .col-md-4 .bento-right-up{
        width:100% !important;
     } 

     .search-dropdown.searchDropdown{
      margin-top: 5rem;
      left: 30px;
      width: 89.5%;
    }

  }


  @media (max-width: 992.9px) {
    .bento-left , .bento-right-up , .bento-right-down  {
        display: block !important;        
      }

     .bento-grid .col-md-8{
        width:100% !important;
     } 

     .bento-grid .col-md-4{
        width:100% !important;
     } 
  }


.testimonial-slider {    
    padding: 1em 2em 2em;
  }
  .testimonial-title {
    color: #fff;
  }
  .testimonial-title h2 {
    padding-left: 0.2em;
  }



  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;    
  }

  @media (min-width: 576px) {
   .testimonial-slider .carousel-item {
      margin-right: 0;
      flex: 0 0 25.2%;
      display: block;
    }
    .carousel-inner {
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .carousel-inner {
      padding: 1em;
    }
    .testimonial-slider .carousel-control-prev,
    .testimonial-slider .carousel-control-next {
      opacity: 1;
     display: flex;
     justify-content: end;     
     position: unset;        
    }

    #testimonialCarousel .carousel-control-prev{
      left:-3rem;
  }
  
  #testimonialCarousel .carousel-control-next{
      right:-3rem;
  }

    .testimonial-slider .carousel-control-next {
     background-color: #4A9C2D !important;
     border-radius: 0.25rem !important;

    }

   .testimonial-slider .carousel-control-next-icon {
        background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3e%3cpath d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e') !important;
        filter: revert !important;
        background-color: transparent;
        margin: auto;
        width: 24px;
        font-weight: 800;
    }
  }

  @media (max-width: 992.9px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 100%;    
    }
  }

  @media (min-width: 768px) and (max-width: 992px) {
    #testimonialCarousel .carousel-inner .carousel-item .col-md-6  {
      width: 100% !important;
    }
  }



/* product page */
.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}
.product-card img {
    max-width: 100%;
    height: auto;
}

#B1{
    grid-area: B1;
    background-color: #cecece;
  }
  
  #B2{
    grid-area: B2;
    background-color: #cecece;
  }
  
  #B3{
    grid-area: B3;
    background-color: #cecece;
  }
  
  
  .bentoWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 0fr;
    grid-template-areas: "B1 B2" "B1 B3";
    grid-gap: 1rem;
  }
  
  .bento{
    border-radius: 0.5rem;
    padding: 0;
  }

  .bento img{
    width: 100% !important;
  }
  
  @media screen and (max-width: 764px){
    .bentoWrapper{
      grid-template-columns: 1fr;
      grid-template-areas: "B1" "B2" "B3";
    }
  }

  /* product inner page */
  .card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.card img {
    max-width: 100%;
    height: auto;
}


/* login page */


/* signup page */

.hero-image {
    background-image: url('../images/vaccum-cleaner.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.form-container {
    max-width: 480px;
    width: 100%;
}

.welcome-text {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.sub-text {
    color: #666;
    margin-bottom: 2rem;
}

.form-control {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.search-dropdown .form-control{
  padding: 0 !important;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #45a049;
    border-color: #45a049;
}

.login-text {
    color: #666;
}

.login-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.login-link:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .form-container {
        padding: 2rem;
    }
}

@media (max-width: 575.98px) {
    .form-container {
        padding: 1rem;
    }
    
    .welcome-text {
        font-size: 1.25rem;
    }
}

.search-dropdown {
  position: absolute;
  top: 100%;
  right: 1rem;
  background: white;
  box-shadow: none !important;
  z-index: 1000;
  border-radius: 5px;
  width: 252px; 
}

.search-dropdown #searchInput{
  padding-left: 1rem !important;
}

/* Testimonials Section */
.testimonial-item {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin: 20px;
}

.testimonials-section .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  justify-content: flex-start;
}

.testimonials-section .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  justify-content: flex-start;
}

.rating {
  color: #ffc107;
  margin-top: 10px;
}

/* General Styles */
.our-story h2, .mvg-section h2 {
  color: #4CAF50 !important;
  font-weight: 600;
  margin-bottom: 30px;
}

.our-story h6 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-desc {
  color: #666;
  max-width: 660px;
  margin: 0 auto;
}

.testimonial-text{
  text-align: left;
}

.text-muted{
  color:#999999 !important;
}

/* Sidebar Styles */
.section-container {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
}

/* Sidebar Styles */
.sidebar {
  width: 340px;
  padding: 20px;
  background: #fff;
  border-right: 2px solid #eee;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: 0.3s;
}

.sidebar ul li:hover,
.sidebar ul li.active {
  color: #4A9C2D;
  font-weight: 600 !important;
  border-left: 4px solid #4A9C2D;
}

/* Content Styles */
.content-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.content-box {
  position: relative;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.content-box-cta {
  position: relative;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.content-area .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://opensource.techcedence.net/cleaning-supplies-html/assets/images/public-sector.jpg') no-repeat center center;
  background-size: cover;
  z-index: 1;
  transition: background-image 0.5s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-container {
      flex-direction: column;
  }

  .sidebar {
      width: 100%;
      border-right: none;
      border-bottom: 2px solid #eee;
  }
}


/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust as needed */
  background: url('https://img.freepik.com/free-photo/business-people-sitting-bench_23-2147707510.jpg?t=st=1738610199~exp=1738613799~hmac=58ed24c05f89f613a58b89d26f8849c95bf038044e855ea25fe74b31b7561665&w=1060') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;
  overflow: hidden;
}

/* Content Box */
.content-box {  
    padding: 50px;
    border-radius: 10px;    
    max-width: 640px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.content-box h2 {
  font-size: 24px;
  font-weight: bold;
}

.carousel-control-next, .carousel-control-prev {  
  top: 38% !important;
}

.content-box p {
  font-size: 16px;
  color: #333;
}

.btn-learn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #4A9C2D;
  background: transparent;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}

.btn-learn:hover {
  background: #45a049;
  color: #fff;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero-section {
      height: 400px;
      padding: 10px;
  }

  .content-box {
      max-width: 100%;
      padding: 20px;
  }
}

      /* Testimonials Section */
      .testimonials {
        padding: 60px 0;
        background-color: #f8f9fa;
        text-align: center;
    }
    
    .section-title {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    
    .section-subtitle {
        color: #212529;
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    /* Testimonial Card */
    .testimonial-card {
        background: white;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: left;
        position: relative;
        transition: all 0.3s ease-in-out;
    }
    
    .testimonial-card:hover {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    }
    
    /* Quote Icon */
    .quote-icon {
        font-size: 40px;
        color: #4A9C2D;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    
    /* Testimonial Text */
    .testimonial-text {
        font-size: 16px;
        color: #212529;
        margin: 40px 0 20px;
    }
    
    /* Testimonial Author */
    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .testimonial-author img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    
    .testimonial-author h5 {
        font-size: 16px;
        margin: 0;
        font-weight: bold;
    }
    
    .testimonial-author p {
        font-size: 14px;
        color: #777;
        margin: 0;
    }
    
    /* Carousel Controls */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        padding: 10px;
    }
    
    /* Indicators */
    .carousel-indicators button {
        background-color: #007bff;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
