.breadcrumb-section {
  position: relative;
  height: 281px;
  background-image: url('../assets/14.png');
  background-color: #f2f8f5;
  background-size: auto 450px;
  background-position: 5% bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
  text-align: center;
  text-align: left;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.page-title {
  font-weight: 600;
  margin-bottom: 20px;
  pointer-events: none;
  color: #0C121D;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  line-height: 41.14px;
  text-transform: capitalize;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.breadcrumb-nav li {

  pointer-events: none;
  color: #5E5E5E;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  /* 130% */
}

.breadcrumb-nav a {
  text-decoration: none;
  color: #5E5E5E;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  /* 130% */
}

.breadcrumb-nav a:hover {
  color: #4caf50;
}

.breadcrumb-nav .active {
  color: #4caf50;
}

.separator img {
  width: 6px;
  height: 9px;
}

/* Main Contact Section */
.contact-main-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.contact-info-section {
  padding: 20px 60px;
}

.contact-info-content {
  max-width: 600px;
}

.section-header {
  margin-bottom: 30px;
}

.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.section-title span {
  color: #34603a;
  font-weight: 300;
}

.title-divider {
  width: 95px;
  height: 2px;
  background: #4caf50;
  margin-bottom: 20px;
}

.contact-description {
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #717171;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.8px;
  /* 210% */
}

.contact-map {
  width: 100%;
  max-width: 514px;
  height: 265px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact Form Section */
.contact-form-section {
  background: rgba(242, 248, 245, 0.57);
  display: flex;
  align-items: center;
  border-top: 3px solid #2dc457;
}

.max-width-1500 {
  max-width: 1500px !important;
  margin: 0 auto;
  padding: 0 24px;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 713px;
  margin: 0 auto;
  padding-top: 30px
}

.form-title {
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  color: #0c121d;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

.contact-form {
  width: 100%;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}

.contact-input:focus,
.contact-textarea:focus {
  outline: none;
  border-color: #4caf50;
  background: white;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #999;
}

.contact-textarea {
  resize: vertical;
  min-height: 192px;
}

.btn-submit {
  padding: 18px 50px;
  background: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {

  .contact-info-section,
  .contact-form-section {
    padding: 40px 40px;
  }
}

@media (max-width: 992px) {
  .breadcrumb-section {
    height: 220px;
  }

  .page-title {
    font-size: 32px;
  }

  .contact-main-section {
    padding: 60px 0;
  }

  .contact-info-section {
    padding: 30px 20px;
  }

  .contact-form-section {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .section-title {
    font-size: 36px;
  }

  .contact-info-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .breadcrumb-section {
    height: 180px;
  }

  .page-title {
    font-size: 28px;
  }

  .breadcrumb-nav {
    font-size: 14px;
  }

  .section-title {
    font-size: 28px;
  }

  .contact-map {
    height: 220px;
  }

  .btn-submit {
    width: 100%;
    padding: 16px 30px;
  }
}

@media (max-width: 576px) {

  .contact-info-section,
  .contact-form-section {
    padding: 20px 15px;
  }

  .page-title {
    font-size: 24px;
  }

  .section-title {
    font-size: 24px;
  }

  .contact-description {
    font-size: 14px;
  }

  .form-title {
    font-size: 16px;
  }

  .contact-input,
  .contact-textarea {
    padding: 15px;
    font-size: 14px;
  }
}