/* General Styles */
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}


header .top-bar{background-color: #1D3557; padding: 20px;}

/* Navbar */
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding:25px 0px;
}

/* Hero Section */
.hero {
  background-color: #007bff;
  color: white;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
}



.banner_text h5{font-size: 2.5rem !important;}



.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.2rem;
}

/* Services Section */
.services {
  background-size: cover;
  background-position: center;
}

.service-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

/* Product Card */
.product-card {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.product-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* Expert Card */
.expert-card {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.expert-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}



.online_support{background-color: #f3f3f3 !important;} 
.online_support img{max-width: 60px;}
.online_support h3{padding-bottom:30px;}


.feature-icon {
  height: 80px;
  width: auto;
}



.card img {
  object-fit: cover;
}

.btn-primary {
  background-color: #1400c8;
  border: none;
}

.btn-primary:hover {
  background-color: #0e00a6;
}

.tip-img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}




/*About Us*/

    .about_us .section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 60px;
    }

    .about_us .section img {
      width: 100%;
      max-width: 450px;
      border-radius: 5px;
    }

    .about_us .section-text {
      flex: 1;
    }

    .about_us .section.reverse {
      flex-direction: row-reverse;
    }

    @media (max-width: 768px) {
      .about_us .section {
        flex-direction: column;
        text-align: center;
      }
      .about_us .section.reverse {
        flex-direction: column;
      }
      .about_us .section-text {
        text-align: left;
      }
    }



/*setup_instrction*/

section.setup_instrction h3{ font-size:1rem !important; margin: 50px 0px 13px;}


/*Privacy Policy*/

section.Privacy h2{ font-size: 1.3rem !important; margin: 50px 0px 13px;}
section.Privacy .section-text ol li{padding:10px 0px; }

/*Refund Policy*/

section.refund_policy h2{ font-size: 1.3rem !important; margin: 50px 0px 13px;}
section.refund_policy .section-text ol li{padding:10px 0px; }



/*Terms & conditions*/

section.termsConditions h2{ font-size:1rem !important; margin: 50px 0px 13px;}



.pricing-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      text-align: center;
    }

    .pricing-section h2 {
      font-size: 32px;
      margin-bottom: 40px;
    }

    .pricing-table {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .pricing-section .plan {
      flex: 1;
      min-width: 280px;
      background-color: #f5f5f5;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .pricing-section .plan h3 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .pricing-section .plan .price {
      font-size: 18px;
      color: #444;
      margin-bottom: 20px;
    }

    .pricing-section .plan ul {
      list-style: none;
      padding: 0;
      text-align: left;
      margin-bottom: 20px;
    }

    .pricing-section .plan ul li {
      padding: 8px 0;
      border-bottom: 1px solid #e0e0e0;
      font-size: 15px;
    }

    .pricing-section .plan ul li:last-child {
      border-bottom: none;
    }

    .pricing-section .quote-btn {
      background-color: blue;
      color: white;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      margin-top: auto;
    }

    @media (max-width: 768px) {
      .pricing-section .pricing-table {
        flex-direction: column;
        align-items: center;
      }

      .pricing-section .plan {
        width: 90%;
      }
    }




/*Product*/
.product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
    }

    .product-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .product-card img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
      object-fit: contain;
    }

    .product-title {
      font-size: 15px;
      margin-bottom: 8px;
      font-weight: 500;
    }

    .price {
      font-size: 14px;
      color: #222;
      font-weight: bold;
      margin-bottom: 8px;
    }

    .rating {
      color: #f5b301;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .add-to-cart {
      background-color: #0000ff;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 4px;
      font-size: 14px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      margin-top: auto;
    }

    @media (max-width: 768px) {
      .product-title {
        font-size: 14px;
      }

      .price {
        font-size: 13px;
      }

      .add-to-cart {
        padding: 8px 12px;
        font-size: 13px;
      }
    }


















footer {
  background-color: #343a40;
  color: white;
}
