body {
  background-color: #f5e9dd;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-main {
  color: #38231a !important;
}

.btn-main {
  background-color: #38231a;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1.2rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
}

.btn-main:hover {
  background-color: #2e1c15;
  color: #fff;
}

.custom-bg {
  background-color: #f5e9dd;
}
img.logoimg {
    width: 200px;
}

.banner {
  height: 90vh;
    background-image: url('/img/fon1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.section-growth {
  background-color: #f5e9dd;
}

.section-growth h2 {
  font-size: 2rem;
}

.section-growth p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.section-services {
  background-color: #f5e9dd;
}


.service-box p {
  font-size: 1rem;
  line-height: 1.5;
}
.section-services-two-col {
  background-color: #f5e9dd;
}

.icon-check {
  font-size: 2.5rem;
  color: #38231a;
}
.section-hero-dark {
  background-image: url('/img/fon2.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.section-hero-dark .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.section-hero-dark h1,
.section-hero-dark p {
  color: #fff;
}
.section-contact-form {
  background-color: #f5e9dd;
}

.form-wrapper {
  background-color: #fff;
}

.form-label {
  font-weight: 500;
}

input.form-control {
  border-radius: 0.375rem;
  border: 1px solid #ccc;
}
.footer {
  background-color: #38231a;
  font-size: 0.95rem;
}

.footer i {
  font-size: 1.2rem;
  color: #ffffff;
}
.podag {
    font-size: 1.5rem;
    font-weight: 300;
    background: #ffffffd4;
    width: max-content;
    margin: 0 auto;
    padding: 0 10px 4px;
    border-radius: 10px;
}

@media (max-width: 768px) {
.row.rewrow {
flex-direction: column-reverse;
}
.mb-4.mob-mt20 {
    margin-top: 20px;
    margin-bottom: 0 !important;
}
}
