.about-banner { 
    width: 100%;
    height: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}
/* faq start */
/* General styles */
.bo {
    font-family: var(--themeht-typography-body-font-family);
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Section Styles */
.faq-section {
    padding: 50px 20px;
    background-color: #fff;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.faq-section h2 {
    font-size: 2rem;
    font-family: var(--themeht-typography-body-font-family);
    text-align: center;
    margin-bottom: 30px;
    color: #0d47a1; /* Blue Color */
}

/* Image Container */
.image-container {
    text-align: center;
    margin-bottom: 30px;
}

.faq-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* FAQ Question Styles */
/* General styles */
.bo {
    font-family: var(--themeht-typography-body-font-family);
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Section Styles */
.faq-section {
    padding: 50px 20px;
    background-color: #fff;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.faq-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 30px;
    color: #0d47a1; /* Blue Color */
}

/* Image Section */
.image-container {
    text-align: center;
    margin-bottom: 30px;
}

.faq-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* FAQ Question Styles */
.faq-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-question {
    background-color: #e3f2fd;
    border: 1px solid #b3e5fc;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.faq-question h3 {
    font-size: 1.5rem;
    color: #01579b;
    margin: 0;
    cursor: pointer;
}

.faq-question .answer {
    display: none;
    margin-top: 10px;
    font-size: 1.1rem;
    color: #333;
}

.faq-question.open .answer {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-section {
        padding: 30px 15px;
    }

    .faq-container {
        padding: 15px;
    }

    .faq-section h2 {
        font-size: 2rem;
    }

    .faq-question h3 {
        font-size: 1.2rem;
    }

    .faq-question .answer {
        font-size: 1rem;
    }
}

/* Contact Section */
.faq-contact {
  text-align: center;
  margin-top: 3px;
  padding: 30px;
  background: #dfe9f3;
  border-radius: 10px;
}

.faq-contact button {
  padding: 12px 20px;
  border: none;
  background: #007bff;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}
.con{
    padding-bottom: 10px;
    padding-top: 10px;
}
/* faq end */


/* contact page */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* body {
  background: #f9f9f9;
} */

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Header */
.contact-header {
  text-align: center;
  margin-bottom: 30px;
}

.contact-header h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-header p {
  font-size: 16px;
  color: #666;
}

/* Contact Details */
.contact-details {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.contact-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}

.contact-card h3 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}

.contact-card p {
  color: #333;
}

.contact-icon img {
  width: 40px;
  height: 40px;
}

/* Contact Form */
.contact-form form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.contact-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.contact-form button {
  padding: 12px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .contact-details {
    grid-template-columns: 1fr;
  }
}
.tim{
  padding-top: 20px;
}
.sz{
  color: #007bff;
  font-size: 40px !important;
}
.contact-card:hover{
  transition: 0.5s;
  background-color: #3eb0c2;
  color: #f4f4f4;
}
/* end contect page */


/* about us start*/
.about-over h2{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3eb0c2;
  font-family: var(--themeht-typography-body-font-family);
}
.overviwe{
  padding-top: 20px;
  padding-bottom: 20px;
}
.foun h6{
  color: rgb(36, 9, 134);
}

.foin{
  padding-top: 30px;
  font-family:  var(--themeht-typography-body-font-family);
}
.vision{
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.blogf{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bolh{
  text-align: center;
  padding-bottom: 20px;
}
.bolh h2{
  color:#3eb0c2 ;
}
.card-bv{
  border-width: 0;
}
.card-bv img{
  border-radius: 10px;
}
.blogs{
  padding-top: 20px;
  padding-bottom: 60px;
}
.img3{
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 20PX;
}

/* about us end */

/* product cart */

#imgbg{
  background-image: url('images/service/banner-product.png');
  background-size: cover;
  padding-top: 20px;
  background-color: red !important;
  padding-bottom: 10px;

}
.jk{
  background-image: url('images/service/banner-product.png');
}
/* #imgbg{
  background-image: url('images/service/banner-product.png');
} */
/* end product cart */


/* info products pages start */
.pinfo {
 box-shadow: 5px 5px !important;
 border: 10px #666 solid ;
 padding: 10px;
}




.banner{
   position:relative;
}

.buto{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.buto.hg{
  padding-top: 10px !important;
}
.enquiry-btn{
  display:inline-block;
  background:#241987;
  color:#ffffff;
  padding:12px 28px;
  font-size:16px;
  font-weight:600;
  border-radius:6px;
  text-decoration:none;
  transition:0.3s;
}

.enquiry-btn:hover{
  background:#157347;
}

/* responsive */
@media(max-width:768px){
.enquiry-btn{
   font-size:14px;
   padding:10px 22px;
}
}
.hexe .h3{ 
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  padding-top:20px;

}
.tc{
  display: flex;
  justify-content: center;
  align-items:center ;
  width: 90%;
  margin: auto;
}
.uxi{
  width: 90%;
  padding-top: 40px;
}

/* info products pages end */
