/* common css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.row {
  margin: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.site-margin {
  margin: 0 25px;
}

.common-color {
  color: #0d6efd;
}

/* common css end */
/* top bar css */

/* Navbar Styling */
.navbar {
  font-family: "Poppins", sans-serif;
}

.navbar-brand {
  padding: 5px;
}

.nav-link {
  color: #000 !important;
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #0d6efd !important;
}

.text-orange {
  color: #0d6efd !important;
}

/* Dropdown hover open */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Cart styling */
.cart-icon {
  position: relative;
  cursor: pointer;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background-color: #0d6efd;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  padding: 2px 6px;
}

/* Logo sizing fix */
.navbar-brand img {
  max-height: 65px;
}

/* Smooth sticky shadow */
.navbar.sticky-top {
  transition: box-shadow 0.3s ease;
}

/* top bar css end */

/* Hero Area */

.hero-section {
  background-color: #000;
  padding: 70px 30px;
}

/* Headings */
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-section .highlight-text {
  color: #0d6efd;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Orange underline */
.hero-section .hr {
  width: 80px;
  height: 3px;
  background-color: #0d6efd;
  border: none;
  margin: 8px 0 20px;
}

/* Paragraph */
.hero-section p {
  color: white;
  line-height: 1.7;
  font-size: 1rem;
}

/* Button Styles */
.w-boutton .btn-orange {
  background-color: #0d6efd;
  color: white;
  border-radius: 8px;
  border: 2px solid #0d6efd;
  transition: all 0.3s ease;
}

.w-boutton .btn-outline-orange {
  background-color: #0d6efd;
  color: white;
  border-radius: 8px;
  border: 2px solid #0d6efd;
  transition: all 0.3s ease;
}

.w-boutton .btn-outline-orange:hover {
  background-color: #0d6efd;
}

.w-boutton .btn-orange:hover {
  background-color: #0d6efd;
}

/* hero area css end  */



/* Product Category Section */
.product-category {
  background-color: #fff;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.section-line {
  height: 3px;
  background-color: #0d6efd;
  border: none;
}

.category-card {
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.category-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

.category-card h5 {
  color: black;
  font-weight: 600;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 12px black;
  border-color: #0d6efd;
}



/* product area css end  */

/* product menu css */
.hollow-fiber {
  background-color: white;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: black;
}

.section-line {
  width: 100%;
  height: 3px;
  background-color: #0d6efd;
  border: none;
}

.btn-view-all {
  background-color: #0d6efd;
  color: white;
  padding: 8px 18px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-view-all:hover {
  background-color: #e24405;
  color: white;
}

.product-card {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.product-card h6 {
  font-size: 0.9rem;
  color: gray;
}

.product-card h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #0d6efd;
  margin: 10px 0;
}

.product-card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.product-card del {
  color: gray;
  margin-right: 5px;
}

.product-card .price {
  color: black;
}

.product-card .sale-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background-color: #0d6efd;
  color: white;
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 700;
}

.product-card:hover {
  transform: translateY(-6px);
}

/* product menu css end  */

/* City Water Purifier Intro css */
.about-section {
  background-color: white;
  color: black;
  line-height: 1.8;
  font-size: 17px;
  padding: 70px 20px;
}

.about-section h2 {
  color: black;
  font-weight: 700;
}

.about-section .highlight {
  color: #0d6efd;
  font-weight: 600;
}

.highlight:hover {
  color: black;
}

/* City Water Purifier Intro css end  */

/* our service area css */

.services-section {
  background-color: #f4f4f4;
}

.service-card i {
  color: black;
}

.service-card {
  border: none;
}

/* our service area css end  */

/* What We Do area css */

.what-we-do-section {
  padding: 15px 22px;
}

.container h2 {
  text-align: center;
}

.what-we-do-section {
  background-color: white;
  color: black;
  line-height: 1.8;
  font-size: 17px;
}

.what-we-do-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 20px;
}

.what-we-do-section p {
  margin-bottom: 20px;
  text-align: justify;
}

/* What We Do area css end  */

/* Our specialization css */


.container h2 {
  text-align: center;
}


.specialization-section {
  background-color: #f4f4f4;
  color: black;
  line-height: 1.8;
  font-size: 17px;

}

.specialization-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 25px;
}

.specialization-section p {
  margin-bottom: 18px;
  text-align: justify;
}

.specialization-section strong {
  font-weight: 700;
}

.specialization-section {
  background-color: #f4f4f4;
  text-align: center;
  padding: 15px 22px;
}

.specialization-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  justify-items: center;
}

.specialization-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.specialization-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.specialization-item p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  max-width: 380px;
  margin: 0 auto;
}

/* Our specialization css end  */

/* Our Recent Projects area css */

.projects-section {
  width: 90%;
  margin: 60px auto;
}

.projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.projects-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ff6600;
}

.projects-header span {
  color: black;
}

.see-more-btn {
  background-color: #ff6600;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.see-more-btn:hover {
  background-color: #e25500;
}

.projects-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.project-box {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.project-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.project-box p {
  padding: 10px 0 15px;
  font-size: 16px;
  color: #222;
}

/* Our Recent Projects css end  */

/* Customer FAQ css */

.faq-section {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
}

.faq-section h2 {
  color: #ff6600;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.faq-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #222;
  cursor: pointer;
  padding: 18px 20px;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f7f7f7;
}

.faq-question .icon {
  color: #ff6600;
  font-size: 26px;
  margin-right: 12px;
  font-weight: bold;
}

.faq-item input {
  display: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: white;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 15px 0;
}

.faq-item input:checked~.faq-answer {
  max-height: 400px;
  padding-bottom: 15px;
}

.faq-item input:checked+.faq-question .icon {
  content: "−";
  transform: rotate(180deg);
  color: #000;
}

/* Customer FAQ css end  */

/* Our E-Commerce Partner css */

.partner-section {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
  font-family: 'Poppins', sans-serif;
}

.partner-section h2 {
  color: #ff6600;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}

.partner-item img {
  width: 180px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}


.counter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
  background-color: #f4f4f4;
}

.counter-box {
  text-align: center;
  min-width: 150px;
}

.counter-box h3 {
  color: #ff6600;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 50px;
  color: #222;
  font-weight: 600;
  margin: 0;
}

.divider {
  width: 1px;
  height: 80px;
  background-color: #ccc;
}

/* Our E-Commerce Partner css end  */

/* Our Client */

/* Slide Container */
.slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 60px 0;
}

/* Our Client Section */
.client-section {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.client-section h2 {
  font-size: 32px;
  color: #ff5200;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Logo Grid */
.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  align-items: center;
}

.client-logos img {
  width: 130px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
  opacity: 0.8;
}

.client-logos img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}

/* our client css end  */

/* our customer css */
.customer-reviews {
  text-align: center;
  padding: 15px 22px;
  background: white;
}

.customer-reviews h2 {
  font-size: 32px;
  color: #ff5200;
  margin-bottom: 10px;
}

.customer-reviews p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.review-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px;
}

.review-card {
  flex: 0 0 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.review-card h3 {
  font-size: 18px;
  color: #0073e6;
  margin: 0;
}

.review-card .time {
  font-size: 13px;
  color: gray;
  display: block;
  margin-bottom: 10px;
}

.stars {
  color: #ff9800;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}


.video-section {
  text-align: center;
  padding: 80px 0;
  background: #f9f9f9;
}

.video-section h2 {
  font-size: 30px;
  color: #ff5200;
  margin-bottom: 40px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.video-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

iframe {
  border: none;
  display: block;
}

/* our customer css end  */

/* our blog  */

.blog-section {
  text-align: center;
  padding: 15px 22px;
  background: white;
}

.blog-section h2 {
  font-size: 32px;
  color: #ff5200;
  margin-bottom: 10px;
}

.blog-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 50px;
}

.blog-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 20px;
}

.blog-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  padding: 25px;
  width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.blog-card h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
}

.blog-meta {
  display: block;
  color: #888;
  font-size: 14px;
  margin-bottom: 12px;
}

.blog-card p {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.blog-btn {
  display: inline-block;
  background: #ff5200;
  color: white;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.blog-btn:hover {
  background: #e14900;
}

/* our blog end  */

/* e-Cab */

.ecab-section {
  background: #f9f9f9;
  padding: 15px 22px;
  text-align: center;
}

.ecab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.ecab-container h2 {
  font-size: 28px;
  color: #111;
  font-weight: 600;
}

.ecab-logo {
  height: 80px;
  width: auto;
  border: 1px solid white;
  padding: 10px;
  background: white;
  border-radius: 4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map {
  background-size: cover;
  padding: 0 0;


}

/* e-Cab end  */

/* footer css */

.footer {
  background-color: #1d1d1d;
  color: #fff;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding-left: 27px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
  max-width: 300px;

}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 2px solid #e60000;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-logo {
  width: 90px;
  margin-bottom: 15px;
}

.footer-column p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-column i {
  color: #e60000;
  margin-right: 8px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column ul li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #e60000;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  padding: 7px;
}

.social-icons a {
  color: #fff;
  background: #2e2e2e;
  padding: 12px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-icons a:hover {
  background: gray;
}

.video-column iframe {
  border-radius: 8px;
  margin-top: 20px;

}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #bbb;
}

.video-column iframe {
  width: 100%;
  height: 300px;
  padding-right: 10px;
}

.social-icons a i {
  padding-right: 0 18px;
}
.feev {
  border-left: 1px solid #cececeff;
}
.feev4 {
  border-left: 1px solid #cececeff;
  padding: 0px 60px;
}
.feev2 {
  border-top: 1px solid #cececeff;
  padding: 10px 0px;
}
.rise {
  color: #6d6c6cff;
}
.hft:hover {
  background-color: black;
  color: white;
  font-size: 17px;
}
.hft {
  background-color: #0d6efd;
  color: white;
  font-size: 17px;
}

.small-box {
  width: 58px;
  text-align: center;
  min-height: 35px; 
  border: 1px solid #8f8f8fff;
}

.text_orange {
  color: #ff6600;
}

.btn_orange {
  background-color: #ff6600;
  color: #fff;
}
.btn_orange2 {
  background-color: #ff6600;
  color: #fff;
  font-size:19px;
  font-weight: bold;
}
.btn_orange2:hover {
  background-color: #e4610a;
  color: #fff;
  font-size:19px;
  font-weight: bold;
}

.grow {
  color: #ff6600;
  font-size: 17px;
}

.grow:hover {
  color: #000000ff;
  font-size: 17px;
}

.btn_orange:hover {
  background-color: #e65c00;
  color: #fff;
}

.circle {
  background-color: #0d6efd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.say {
  color: #706e6dff;
  font-size: 15px;
}

.say:hover {
  color: #0d6efd;
  font-size: 15px;
}

.say2 {
  color: #0d6efd;
  font-size: 17px;
}

.say2:hover {
  color: #000000ff;
  font-size: 17px;
}

.not {
  border: none;
  overflow: hidden;
}

.name {
  font-size: 36px;
  color: #0d6efd;
}

.custom-list {
  list-style: none;
  padding-left: 3em;
  font-size: 16px;
}

.custom-list li::marker {
  content: " • ";
  color: #000000ff;
  font-size: 19px;
  text-transform: none;
}
        .qty {
            font-size: 17px;
            padding: 20px 0px;
        }
        .cart-remove-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #888;
    font-size: 16px;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.cart-remove-btn:hover {
    background-color: #ffeded;
    color: #d9534f;
    border-color: #d9534f;
}
*{
  accent-color: #ff6600;
}
.key-features{
    width: 100% !important;
}
.about-section{
    text-align: justify;
}
p{text-align:justify;}
@media only screen and (min-width: 100px) and (max-width: 999px)
{
    .category-card h5, .service-card h5{font-size: 10px;}
    .hero-section {    padding: 20px 0px;}
    .category-card { padding: 4px;}
    .container h2 {font-size: 22px;}
    .product-card h5 { font-size: 12px;}
    .product-card p { font-size: 12px;}
    .about-section{ font-size: 11px;}
    .hero-section h1 {font-size: 30px;}
    .hero-section .highlight-text { font-size: 1rem;}
    .hero-section strong{font-size: 12pt;}
    .hero-section span{line-height: 16pt;}
    .hero-section p { font-size: 12px;}
    .btn {    font-size: 11px;    }
    .container{padding: 0;}
    .hero-section .mt-4{margin-top:0 !important;}
    .category-card img{height: 100px;}
}
