
/* Reset margin and padding for all elements */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto; /* Enable scrolling */
}

body, html, header, .navbar {
    margin: 0;
    padding: 0;
}

/* Ensure header and navbar are at the top */
header, .navbar {
    overflow: auto;
    top: 0;
    left: 0;
}
* {
            margin: 0px;
            padding: 0px;
        }

      
* {
margin: 0px;
padding: 0px;
}

/* header start */
header {
background-color: #04a3a5;
font-weight: bolder;
color: white;
}

.info, .menu {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.info li, .menu li {
list-style: none;
padding: 5px;
color: white;
}

.menu li {
margin: 0 10px; /* Added margin for spacing */
}

.menu li a:hover {
color: white;
}

.menu a {
text-decoration: none;

}

.info a, .menu a {
color: white;
text-decoration: none;
}





@media (max-width: 545px) {
.info a, .menu a {
font-size: 12px;
}
.info li, .menu li {
list-style: none;
padding: 0px;
color: white;
}
}


                                                   /* logo start */
                                                   .searchBar {
                                                    position: relative;
                                                  }
                                                  
                                                  .search-box {
                                                    width: 100%;
                                                    padding-right: 40px;
                                                    /* Adjust padding to ensure space for the search icon */
                                                  }
                                                  
                                                  .search-icon {
                                                    position: absolute;
                                                    right: 20px;
                                                    top: 50%;
                                                    transform: translateY(-50%);
                                                  }
                                                  
                                                  .category-dropdown {
                                                    width: 100%;
                                                    padding: 0.375rem 0.75rem;
                                                    /* Adjust padding for better appearance */
                                                    border: 1px solid rgb(135 132 132);
                                                  }
                                                  
                                                  .callUs p {
                                                    color: #04a3a5;
                                                    font-weight: bold;
                                                    font-size: 1.2rem;
                                                  }
                                                  
                                                  @media (min-width: 768px) and (max-width: 1024px) {
                                                    .callUs p {
                                                        font-size: 13px;
                                                    }
                                                  }

                                                  @media only screen and (max-width: 768px) {
                                                    .callUs {
                                                        display: none;
                                                    }
                                                  }
                                                  
                                                  .unique-search-bar {
                                                    position: relative;
                                                  }
                                                  
                                                  .unique-search-input {
                                                    width: 100%;
                                                    padding: 10px;
                                                    color: black;
                                                    height: 43px;
                                                    border: 1px solid rgb(135 132 132);
                                                    margin-bottom: 5PX;
                                                  }
                                                  
                                                  .unique-search-icon {
                                                    position: absolute;
                                                    right: 15px;
                                                    top: 45%;
                                                    transform: translateY(-50%);
                                                    color: black;
                                                  }
                                                  
                                                  .unique-search-results {
                                                    position: absolute;
                                                    top: 100%;
                                                    left: 0;
                                                    right: 0;
                                                    border: 1px solid #ccc;
                                                    max-height: 200px;
                                                    overflow-y: auto;
                                                    background-color: #fff;
                                                    display: none;
                                                    z-index: 1000;
                                                  }
                                                  
                                                  .unique-search-result-item {
                                                    padding: 10px;
                                                    border-bottom: 1px solid #eee;
                                                    cursor: pointer;
                                                  }
                                                  
                                                  .unique-search-result-item:hover {
                                                    background-color: #f0f0f0;
                                                  }
                                                  
                                                  /* Responsive */
                                                  @media (max-width: 767px) {
                                                    .logo {
                                                        width: 245px; /* Decrease logo width */
                                                        height: auto; /* Ensure aspect ratio is maintained */
                                                        /* Use this line to adjust logo height */
                                                        height: 69px;
                                                    }
                                                  }
                                                  



          
 /*----------------------- orange navbar ---------------------------------*/
 .navbar {
  overflow-y: auto;
  top: 0;
  left: 0;
  background-color: #ff6f00;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center; /* Align items horizontally */
  align-items: center; /* Align items vertically */
  
  font-weight: bolder;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* Allow wrapping to new lines */
}

.navbar li {
  padding: 0 10px;
}

.navbar a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
}

.navbar a:hover {
  background-color:#04a3a5;
}

.content {
  margin-top: 60px; /* Adjust according to navbar height */
  padding: 18px;
  text-align: center; /* Align content in the center */
}

.toggle-menu {
  cursor: pointer;
  font-size: 37px; /* Adjust the size of the three lines here */
  height: 41px; /* Adjust the height of the three lines here */
  width: 40px; /* Adjust the width of the three lines here */
  margin-left: auto; /* Push to the right */
  display: none; /* Initially hide on large screens */
  margin-bottom: 7px;
}

@media only screen and (max-width: 768px) {
  .toggle-menu {
      display: block;
  }

  .navbar {
      flex-direction: column;
      align-items: center; /* Align items vertically */
      height: auto;
  }

  .navbar ul {
      flex-direction: column;
      display: none;
  }

  .navbar ul.active {
      display: flex;
  }

  .navbar li {
      padding: 10px 0;
  }
}

 /* -------------------------------------orange navbar end -----------------------*/






        /* animation */
        .full-height-centered {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 55vh; /* Adjusted height to make the box smaller */
            background-color: #9d4040;
            padding: 20px;
            box-sizing: border-box;
            overflow: hidden; /* Ensure no overflow */
            margin-top: 20px;
        }

        .gallery {
            position: relative;
            width: 100%;
            max-width: 300px;
            height: 200px;
            transform-style: preserve-3d;
            animation: rotate 35s linear infinite;
        }

        @keyframes rotate {
            from {
                transform: perspective(1200px) rotateY(0deg);
            }
            to {
                transform: perspective(1200px) rotateY(360deg);
            }
        }

        .gallery span {
            position: absolute;
            width: 100%;
            height: 100%;
            transform-origin: center;
            transform-style: preserve-3d;
            transform: rotateY(calc(var(--i) * 45deg)) translateZ(380px);
        }

        .gallery span img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        /* Responsive styles */
        @media (max-width: 768px) {
            .gallery {
                max-width: 200px;
                height: 150px;
            }

            .gallery span {
                transform: rotateY(calc(var(--i) * 45deg)) translateZ(250px);
            }
        }

        @media (max-width: 576px) {
            .full-height-centered {
                min-height: 30vh;
            }

            .gallery {
                max-width: 150px;
                height: 100px;
            }

            .gallery span {
                transform: rotateY(calc(var(--i) * 45deg)) translateZ(150px);
            }
        }

        /* Additional CSS to handle content overflow */
        /* .container {
            margin-top: 20px;
        } */

        /* animation end------------------------------------------- */








        
/* product list animation start---------------------------------------------- */
.product-list-bg {
  background-color: #FFE0EF;
  height: 510px;
  width: 100%;
  overflow: hidden;
}

.product-title {
  margin-top: 30px;
  color: #3B2871;
  font-size: 30px;
  font-family: Inter, sans-serif;
  text-align: center;
  font-weight: bolder;
}

.product-carousel {
  display: flex;
  justify-content: flex-start;
  position: relative;
  animation: scroll linear infinite;
  width: max-content;
  margin-top: 16px;
}

.product-box {
  width: 400px;
  height: 400px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0;
  margin: 0 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Media query for screens 768px and below */
@media (max-width: 768px) {
  .product-list-bg {
    height: 350px;
  }

  .product-box {
    width: 250px;
    height: 250px;
  }
}

/* Media query for extra small screens (below 576px) */
@media (max-width: 576px) {
  .product-list-bg {
    height: 300px;
  }

  .product-box {
    width: 200px;
    height: 200px;
  }
}
/* product list end------------------------------------- */






/* client list animation start---------------------------------------------- */
.client-list-background {
  background-color: #FFE0EF;
  height: 510px;
  width: 100%;
  overflow: hidden;
}

.our-partners {
  margin-top: 30px;
  color: #3B2871;
  font-size: 30px;
  font-family: Inter, sans-serif;
  text-align: center;
  font-weight: bolder;
}

.partner-carousel {
  display: flex;
  justify-content: flex-start;
  position: relative;
  animation: scroll linear infinite;
  width: max-content;
  margin-top: 16px;
}

.partner-box {
  width: 400px;
  height: 400px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0;
  margin: 0 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Media query for screens 768px and below */
@media (max-width: 768px) {
  .client-list-background {
    height: 350px;
  }

  .partner-box {
    width: 250px;
    height: 250px;
  }
}



/* Media query for extra small screens (below 576px) */
@media (max-width: 576px) {
  .client-list-background {
    height: 300px;
  }

  .partner-box {
    width: 200px;
    height: 200px;
  }
}
/* client list end------------------------------------- */




                                  /* <!-- start of footer -->------------------------------------------- */
                        
                                /* ul {
                                  margin: 0px;
                                  padding: 0px;
                              } */
                              .footer-section {
                                background: black;
                                position: relative;
                              }
                              .footer-cta {
                                border-bottom: 1px solid  #373636;
                              }
                              .single-cta i {
                                color: #ff5e14;
                                font-size: 30px;
                                float: left;
                                margin-top: 8px;
                              }
                              .cta-text {
                                padding-left: 15px;
                                display: inline-block;
                              }
                              .cta-text h4 {
                                color: #fff;
                                font-size: 20px;
                                font-weight: 600;
                                margin-bottom: 2px;
                              }
                              .cta-text span {
                                color: white;
                                font-size: 15px;
                              }
                              .footer-content {
                                position: relative;
                                z-index: 2;
                              }
                              .footer-pattern img {
                                position: absolute;
                                top: 0;
                                left: 0;
                                height: 330px;
                                background-size: cover;
                                background-position: 100% 100%;
                              }
                              .footer-logo {
                                margin-bottom: 30px;
                              }
                              .footer-logo img {
                                  max-width: 200px;
                              }
                              .footer-text p {
                                margin-bottom: 14px;
                                font-size: 15px;
                                    color:white;
                                line-height: 28px;
                                font-weight: 600;
                              }
                              .footer-social-icon span {
                                color: #fff;
                                display: block;
                                font-size: 20px;
                                font-weight: 700;
                                font-family: 'Poppins', sans-serif;
                                margin-bottom: 20px;
                              }
                              .footer-social-icon a {
                                color: #fff;
                                font-size: 16px;
                                margin-right: 15px;
                              }
                              .footer-social-icon i {
                                height: 40px;
                                width: 40px;
                                text-align: center;
                                line-height: 38px;
                                border-radius: 50%;
                              }
                              .facebook-bg{
                                background: #3B5998;
                              }
                              .twitter-bg{
                                background: #55ACEE;
                              }
                              .google-bg{
                                background: #DD4B39;
                              }
                              .footer-widget-heading h3 {
                                color: #fff;
                                font-size: 20px;
                                font-weight: 600;
                                margin-bottom: 40px;
                                position: relative;
                              }
                              .footer-widget-heading h3::before {
                                content: "";
                                position: absolute;
                                left: 0;
                                bottom: -15px;
                                height: 2px;
                                width: 50px;
                                background: #ff5e14;
                              }
                              .footer-widget ul li {
                                display: inline-block;
                                float: left;
                                width: 50%;
                                margin-bottom: 12px;
                              }
                              .footer-widget ul li a:hover{
                                color: #ff5e14;
                              }
                              .footer-widget ul li a {
                                color: white;
                                text-transform: capitalize;
                              }
                              .subscribe-form {
                                position: relative;
                                overflow: hidden;
                              }
                              .subscribe-form input {
                                width: 100%;
                                padding: 14px 28px;
                                background: #2E2E2E;
                                border: 1px solid #2E2E2E;
                                color: #fff;
                              }
                              .subscribe-form button {
                                  position: absolute;
                                  right: 0;
                                  background: #ff5e14;
                                  padding: 13px 20px;
                                  border: 1px solid #ff5e14;
                                  top: 0;
                              }
                              .subscribe-form button i {
                                color: #fff;
                                font-size: 22px;
                                transform: rotate(-6deg);
                              }
                              .copyright-area{
                                background: #202020;
                                padding: 25px 0;
                              }
                              .copyright-text p {
                                margin: 0;
                                font-size: 14px;
                                color: #878787;
                              }
                              .copyright-text p a{
                                color: #ff5e14;
                              }
                              .footer-menu li {
                                display: inline-block;
                                margin-left: 20px;
                              }
                              .footer-menu li:hover a{
                                color: #ff5e14;
                              }
                              .footer-menu li a {
                                font-size: 14px;
                                color: #878787;
                              }

                              iframe{
                                  height: 200px;
                                  width: 350px;
                                 
                              }
                              @media (max-width: 768px) {
                                iframe{
                                    width: calc(80% - 20px);
                                }
                            }

                            /* footer end */
                          
                            


                             
/* whats app icon */
.whatsapp-icon {
          position: fixed;
          bottom: 20px; /* Adjust this value to move the icon up or down */
          right: 20px;  /* Adjust this value to move the icon left or right */
          width: 60px;
          height: 60px;
          z-index: 1000;
          cursor: pointer;
          border-radius: 50%;
          box-shadow: 0 4px 8px rgba(0,0,0,0.2);
          transition: transform 0.3s;
      }

      .whatsapp-icon:hover {
          transform: scale(1.1);
      }

      .whatsapp-icon img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
      }
      /* whats app icon end */

    