/* About */

/* .trust-section1 {
  background: linear-gradient(to right, #BA9E76, #E5D6B8);
   padding: 10px 5px;
  text-align: center;
} */
.about-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #fff1dc;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.about-img img {
  width: 250px;
  border-radius: 10px;
}
.about-text {
  max-width: 500px;
}

.about-text h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.why-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}

.about-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.trust-section1 {
  background: linear-gradient(to right, #BA9E76, #E5D6B8);
  /* padding: 10px 5px; */
  text-align: center;
}

.trust-section1 .container {
  max-width: 300px;
  margin: 0 auto;
  gap:3px;
}

.trust-section1 h1 {
  font: bold 32px sans-serif;
  margin-bottom: 1px;
  color: #333;
}

.trust-section1 p {
  font-size: 16px;
  color: #555;
}

.trust-section1 a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.trust-section1 a:hover {
  text-decoration: underline;
}

.why-choose {
  padding: 40px 20px;
}

.why-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}

.why-choose-us {
  padding: 60px 40px;
  background-color: #fdeedb;
}

.why-choose-us h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.why-choose-us h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #e5ba4f;
  margin: 10px auto 0;
}

.content-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.left-text {
  flex: 1 1 45%;
}

.feature {
  margin-bottom: 35px;
}

.feature h3 {
  color: #931137;
  font-size: 18px;
  margin-bottom: 5px;
} .about-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  background-color: #fff1dc;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.about-img img {
  width: 250px;
  border-radius: 10px;
}

.about-text {
  max-width: 500px;
}

.about-text h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.about-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  border: 1px solid #c5365b;
  color: #c5365b;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
 .why-choose {
  padding: 40px 20px;
}

.why-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}

.features {
  flex: 1;
  min-width: 280px;
}

.feature {
  border-left: 3px solid #f5b342;
  padding-left: 15px;
  margin-bottom: 20px;
}

.feature h3 {
  color: #b12c47;
  margin: 0;
}

.feature p {
  font-size: 14px;
  margin-top: 5px;
  color: #555;
}

.feature p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
h2 {
  text-align: center;
  margin: 40px 0 20px;
  color: #811336;
}
.underline {
  width: 120px;
  height: 2px;
  background-color: #e5ba4f;
  margin-top: 8px;
}
.logos {
  flex: 1;
  min-width: 280px;
}

.logos h4 {
  color: #7e2138;
  margin-bottom: 15px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}

.logo-grid img {
  max-width: 250px;
  max-height: 100px;
}

/* .right-logos {
  flex: 1 1 50%;
  text-align: center;
}

.right-logos h4 {
  color: #931137;
  font-size: 20px;
  margin-bottom: 30px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-items: center;
  align-items: center;
}

.logo-grid img {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
   
} */

/* Blogs.html */
.container {
  
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: auto;
}

.blog-background {
  background-color: #FFF0D5;
  padding: 50px 0;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 8px;
}

.left,
.right {
  flex: 1 1 45%;
}

.left img,
.right img {
  width: 80%;
  /* border-radius: 8px; */
}

h3 {
  color: #931137;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  background-color: #fcb900;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn:hover {
  background-color: #e0a900;
}


@media (max-width: 768px) {
  .section {
    flex-direction: column;
  }
}

