@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
   
    text-decoration: none;
    list-style: none;
    overflow-x:hidden;

}
.logo img{
    height: 65px;
    width: 215px;
}
.logomobile img{
  height: 65px;
  width: 215px;
  display: none;
  
}

.socialmedia .fa-brands{
    color: black;
    font-size: 25px;
    padding-right: 10px;
}
.socialmedia .fa-solid{
    color: #34A951;
}
.socialmedia img{
    height: 20px;
    width: 25px;
    margin-bottom: 8px;
}
.background{
   background-color:#5532de82;
}.topnav {
    background-color:white;
}
.collapse{
    position: relative;
    top: 0px;
    z-index: 999;
    box-shadow: 0 2px 5px rgb(0 0 0 / 48%);    
    background-color: #34A951;
}
.extramargin{
    margin-bottom: -50px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.5rem;
    padding-left: .5rem;
}

.footerbackground{
    background-color:#5532de;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff; /* Change background as needed */
    box-shadow:0 2px 5px rgb(0 0 0 / 48%);
    z-index:999;
  }

    .video-banner {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .video-banner video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

    .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        z-index: 2;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .twitter{
        cursor: pointer;
    }
    .bg-image-section {
        background-image: url('../images/firstframe.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh; /* Adjust height as needed */
        margin-top: 200px;
      }
      .leaf .fa-leaf{
        color: #34A951;
        padding: 10px;
        font-size: 50px;
      }
      .information{
        position: relative;
        bottom: 135px;
    }
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0, 0, 0, .125);
        border-radius: 0rem;
    }
    .text .card-title{
        position: relative;
        bottom: 75px;
        color: white;
        font-weight: 700;
    }
    .thumb-img {
        width: 80px;
        cursor: pointer;
        margin-bottom: 10px;
      }
  
      .main-image img {
        width: 100%;
        padding: 5px;
      }
      .thumb-box {
        position: relative;
        width: 100%;
        padding-top: 100%; /* Square aspect ratio */
        cursor: pointer;
      }
  
      .thumb-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
      }
  
      /* Initially, the overlay is hidden */
      .thumb-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* Black overlay with opacity */
        z-index: 2;
        display: none;
        align-items: center;
        justify-content: center;
      }
  
      /*   styling inside overlay */
      .thumb-box{
        font-size: 1.5rem;
        color: white;
        z-index: 3; /* Text on top of everything */
      }
  
      /* Make the overlay appear after click */
      .thumb-box.clicked .overlay {
        display: flex; /* Use flexbox to center the text */
      }
      .thumb-box {
        position: relative;
        width: 100%;
        padding-top: 100%; /* Square aspect ratio */
        cursor: pointer;
      }
  
      .thumb-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
      }
  
      /* Initially, the overlay is hidden */
      .thumb-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* Black overlay with opacity */
        z-index: 2;
        display: none;
        align-items: center;
        justify-content: center;
      }
  
      /* Active state - show overlay */
      .thumb-box.active .overlay {
        display: flex; /* Use flexbox to center the text */
        background-color:#0080008f;
      }
  
      /* Text inside the overlay */
      .overlay-text {
        font-size: 1.5rem;
        color: white;
        z-index: 3; /* Keep text on top of everything */
      }
      .textspan{
          color:white;
          font-weight:700;
      }
      .bg-image-section2{
        background-image: url(../images/fan.gif);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        margin-top: 100px;
        margin-bottom: 200px;
    }
    .informations {
        position: relative;
        top: 220px;
        box-shadow: 0 32px 36px rgba(10, 12, 11, 0.6);
    }
    .listbox{
        background-color:black;
    }
    .nav{
        display: block;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }
    .cardimg img{
        height: 485px;
    }
    .cardimg{
        box-shadow: 0 2px 3px rgba(10, 12, 11, 0.6);          

    }
    .cardimg2{     
        box-shadow: 0 -2px 3px 3px rgba(10, 12, 11, 0.6);
    }
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        width: -webkit-fill-available;
    }
    .footcolor {
        background-color: black;
        border-bottom: 1px solid white;
    }
    a {
        color: #ffffff;
        text-decoration: none;
    }
    a:hover {
        color: #ffffff;
        text-decoration: none;
    }
    .socialmedia2 .fa-brands {
        color: rgb(255, 255, 255);
        font-size: 25px;
        padding-right: 10px;
    }
    .socialmedia2 img {
        height: 20px;
        width: 25px;
        margin-bottom: 8px;
    }
    .icon{
        border: 1px solid green;
        background-color: green;
        padding: 6px;
    }
    .foticon .fa-solid{
        color: black;
    }
    /* header and home page css end */

    /* about us css start */
    .about-banner {
        background-size: cover;
        background-position: center;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: white;
        text-align: center;
      }
      .about-banner h1 {
        font-size: 3rem;
        z-index: 1;
      }
      .breadcrumb {
        padding: 10px;
        border-radius: 5px;
      }
      .breadcrumb a {
        color: white;
      }
      .aboutheading{
        margin-bottom: 60px;
      }
      .breadcrumb-item.active {
        color: #34A951;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #ffffff;
        content: var(--bs-breadcrumb-divider, "/");
    }
    ul.battery-list {
        list-style: none;
        padding-left: 0;
      }
  
      ul.battery-list li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
      }
  
      ul.battery-list li .fa-battery-full {
        margin-right: 10px;
        color: #34A951; /* You can change the color as per your design */
        font-size: 1.5rem; /* Adjust size of the icon */
      }
      .battery-list p{
        margin-top: 10px;
      }
      .secondsection{
        color: #34A951;
      }
      .main-box {
        background-color: #34A951;
        padding: 20px;
        position: relative;
        color: white;
        max-width: 400px;
        margin: 20px;
      }
  
      /* Title styling */
      .main-box h1 {
        margin-top: 0;
        font-size: 24px;
      }
  
      /* Paragraph styling */
      .main-box p {
        font-size: 16px;
      }
  
      /* Number box in the top-left corner */
      .number-box {
        background-color: black;
        color: white;
        width: 45px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -25px;
        left: 8px;
        font-size: 29px;
    }
      .description{
        text-align: justify;
      }
      /* product detail page css start */
      .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0px;
    }
    .main-box2 {
        padding: 20px;
        position: relative;
        color: rgb(0, 0, 0);
        max-width: 400px;
        margin: 20px;
    }
    .number-box2 {
        background-color: black;
        color: white;
        width: 65px;
        height: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -30px;
        left: 8px;
        font-size: 40px;
    }
    .infodiv{
        border: 1px solid #34A951;
    }
    .bg-image-sectiones {
      background-image: url('../images/firstframe.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 90vh; /* Adjust height as needed */
      margin-top: 20px;
    }
    .card-slider .carousel-indicators {
      position: static;
      margin-top: 15px;
  }
  .partner{
    color: #34A951;
  }
  .blogcard .card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
  }
  .designcard .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    border: none;
}
.social .fa {
  content: "\f041";
  color:#34A951;
}
.card-item .text {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
.social-icons {
  display: flex;
  gap: 0.75rem;
  font-size: 25px;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  transition: border-color 0.3s ease;
}

.form-group label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 5px;
  font-size: 16px;
  color: #aaa;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #007bff;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  color: #007bff;
}

/* Styling for the textarea */
textarea {
  height: 100px;
  resize: none;
}

/* Styling the button */
button {
  padding: 10px 20px;
  background-color: #000000;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: white;
}
.nav-tabs .nav-link.active {
  color: white;
  background-color: #34A951;
  border-color:  #34A951;
  width: -webkit-fill-available;
}

  .product-section {
            text-align: center;
            padding: 50px 0;
        }
        .product-section h2 {
            font-weight: bold;
        }
        .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            justify-content: center;
            margin-top: 30px;
        }
        .product-card {
            position: relative;
            overflow: hidden;
        }
        .product-card img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }
        .product-card:hover img {
            transform: scale(1.1);
        }
        .product-card .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 10px;
            text-align: left;
            display: flex;
            align-items: center;
        }
        .product-card .overlay i {
            margin-right: 8px;
        }
        .pagination-controls {
            margin-top: 20px;
        }
        .cta-section {
            background-color: #34A951;
            color: white;
            text-align: center;
            padding: 30px;
        }
        .cta-section .cta-content {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 300px;
        }
        .cta-section .btn {
            background-color: black;
            color: white;
            padding: 10px 20px;
        }
   :root {
            --card-height: 300px; /* Change this value to adjust card size */
        }

.service-card {
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            height: var(--card-height); /* Makes card height editable */
        }
        
        .service-card img {
            width: 100%;
            height: 100%; /* Ensure the image fits within the card */
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .service-card:hover img {
            transform: scale(1.1);
        }

        .service-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px; /* Initial height */
            background: rgba(0, 0, 0, 0.8);
            color: white;
            transition: height 0.4s ease-in-out;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 10px;
        }

        .service-overlay h5 {
            margin: 0;
            font-size: 16px;
            font-weight: bold;
        }

        .service-content {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.4s ease, transform 0.4s ease;
            font-size: 14px;
        }

        .service-card:hover .service-overlay {
            height: 100%;
        }

        .service-card:hover .service-content {
            opacity: 1;
            transform: translateY(0);
        }
                 .highlighted-text {
            color: green;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 14px;
        }
        .section-title {
            font-size: 28px;
            font-weight: bold;
        }
        .styled-images {
            position: relative;
            width: 100%;
            max-width: 250px;
            height: auto;
            margin: auto;
        }
        .styled-images img {
            width: 100%;
            display: block;
            position: absolute;
            border: 5px solid white;
        }
        .styled-images .top-image {
    top: -30px;
    left: 90px;
    z-index: 0;
    box-shadow: -7px 7px 0px green;
}
       
.styled-images .bottom-image {
    bottom: 0;
    right: 90px;
    z-index: 1;
    box-shadow: 7px -7px 0px green;
}
        .accordion-button:not(.collapsed) {
            background-color: green;
            color: white;
        }
        .faqmargin{
                   margin-top:0px;
               }
           @media (max-width: 768px) {
               .faqmargin{
                   margin-top:100px;
               }
            .styled-images {
                max-width: 200px;
            }
            .section-title {
                font-size: 24px;
            }
            .highlighted-text {
                font-size: 12px;
            }
            .styled-images .top-image {
                box-shadow: 5px -5px 0px green;
            }
            .styled-images .bottom-image {
                box-shadow: -5px 5px 0px green;
            }
        }
 
   @media (max-width: 768px) {
            :root {
                --card-height: 250px; /* Smaller height for mobile */
            }
        }
/* mobile responsive  */
@media screen and (max-width: 600px){
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: black;
}
.extramargin {
  margin-bottom: 0px;
}
.logomobile img{
  height: 65px;
  width: 215px;
  display: block;
 }
 .topnav{
  display: none;
 }
 .bg-image-section {
  background-image: url(../images/firstframe.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: -500px;
}
.bg-image-section2 {
  background-image: url(../images/lastframe.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: 320px;
}
}

/* Hide the subdropdown menu initially */
.subdropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  z-index: 1;
}

 .accordion-item {
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .accordion-button {
            background-color: #fff;
            border: none;
            font-weight: bold;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px;
            width: 100%;
            text-align: left;
        }

        /* Remove Bootstrap default arrow */
        .accordion-button::after {
            display: none !important;
        }

        /* Style for the plus/minus icon */
        .toggle-icon {
            font-size: 16px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .accordion-button:not(.collapsed) .toggle-icon {
            content: '\2212'; /* Minus sign */
            color: #28a745;
        }

        .accordion-button:not(.collapsed) {
            color: #28a745;
        }

        .accordion-body {
            background-color: #f0fff4; /* Light green background */
            border-top: 1px solid #28a745;
            padding: 12px 16px;
        }