body {
  font-family: "Segoe UI", sans-serif;
  background-color: #ffffff;
}

.hero-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
    url("./assets/banner-1.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Center main content */
.banner-center-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
}

.banner-bottom-strip {
  /* background: rgba(255, 255, 255, 0.77); */
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  /* border-top: 1px solid #ddd; */
}

.section-1 {
  padding-top: 180px;
  padding-bottom: 75px !important;
  margin: 40px 0px;
}

.icon-box {
  font-size: 2rem;
  color: #77c84b;
}

.lead {
  font-weight: 500;
}

.btn-theme {
  background-color: #77c84b;
  color: white;
  border: none;
  padding: 13px 22px;
  font-size: 20px;
}

.btn-theme:hover {
  background-color: #77c84b;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-theme-2 {
  background-color: #77c84b;
  color: white;
  border: none;
  padding: 13px 15px;
  font-size: 16px;
}

.btn-theme-2:hover {
  background-color: #77c84b;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.section-2 {
  padding: 80px 0px !important;
}

.section-2 h2 {
  font-size: 1.8rem;
}

.section-2 img {
  margin-bottom: 10px;
}

.text {
  text-align: center;
  padding: 0px 49px;
  font-size: 40px !important;
  font-family: sans-serif;
}

.section-4 ul {
  padding: 25px 0px;
  font-size: 28px;
  list-style: none;
}

.center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.para {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.f-larger {
  font-size: x-large !important;
}

.fw-500 {
  font-weight: 500 !important;
}




.section-6 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  padding-bottom: 140px;
  min-height: 80vh;
  background: url(./assets/6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: pixelated;
}

.section-6 .container {
  background: rgb(255 255 255 / 100%);
  backdrop-filter: blur(2px);
  margin: 10px 5px;
}

.section-6 .container a {
  color: #2a5811 !important;
  font-weight: bold !important;
}

.self-margin {
  margin-bottom: 30px !important;
}

.section-3 {
  padding-bottom: 160px;
  padding-top: 50px;
}

@media screen and (max-width: 480px) {
  .section-3 {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .banner-bottom-strip h3 {
    font-size: 22px;
    margin: 0;
    flex-wrap: wrap;
  }

  .gap {
    gap: 50px !important;
  }

  .banner-bottom-strip {
    /* background: rgba(255, 255, 255, 0.77); */
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    /* border-top: 1px solid #ddd; */
  }

  .section-1 {
    padding-top: 60px;
  }

  .section-2 {
    padding: 0px 0px !important;
  }

  .section-2 .container .pt-5 {
    padding-top: 0px !important;
  }

  .section-2 img {
    margin-bottom: 0px !important;
  }

  .section-2 .btn {
    margin-top: 0px !important;
  }

  .section-2 .text {
    padding: 0px 20px;
  }

  .section-2 .mb-4 {
    margin-bottom: 0px !important;
  }

  .section-4 {
    margin-top: 70px !important;
    padding: 15px 0px !important;
  }

  .section-5 {
    margin: 40px 0px !important;
    /* padding: 25px 0px; */
  }

  .section-5 .container {
    padding-top: 0px !important;
    padding-bottom: 20px;
  }

  .section-5 .container .row {
    padding: 0px 0px !important;
  }

  .section-5 .container .row .col-md-4 {
    margin-bottom: 0px !important;
  }

  .btn-theme-2 {
    padding: 14px 12px;
    font-size: 13px;
    margin-left: 0px;
  }

  .text {
    font-size: 24px !important;
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
  }

  .para {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .section-4 ul {
    padding: 23px 0px;
    font-size: 24px;
    list-style: none;
  }

  .hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
      url("./assets/banner-1.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .section-6 {
    margin-top: 80px !important;
    min-height: 80vh;
    background: url(./assets/6-mo.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: pixelated;
  }



  .self-margin {
    margin-bottom: 0px;
  }

  .banner-bottom-strip {
    flex-direction: column;
    font-size: 1rem;
  }

  .contact {
    font-size: 22x;
  }

  .videoSection {
    padding: 50px 0px !important;
  }

  .section-2 .error-1 {

    margin: 0px 0px !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .section-3 {
    padding-bottom: 160px;
    padding-top: 80px;
  }

  .section-1 {
    padding-top: 30px;
  }

  .text {
    text-align: center;
    padding: 20px 20px;
    font-size: 24px !important;
  }

  .para {
    font-size: 18px;
  }

  .section-4 ul {
    font-size: 22px;
    padding: 23px 0px;
  }

  .section-4 {
    margin-top: 100px !important;
    margin-bottom: 80px !important;
  }

  .section-5 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .section-5 .container {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .self-margin {
    margin-bottom: 0px;
  }

  .banner-bottom-strip {
    flex-direction: column;
    font-size: 1.2rem;
  }

  .hero-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
      url("./assets/mob-banner.png");
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .section-6 {
    margin-top: 80px !important;
    min-height: 80vh;
    background: url(./assets/6-mob.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: pixelated;
  }
}

.contact {
  text-align: start;
  list-style-type: none;
  font-size: 25px;
}

.contact {
  padding-left: 14px !important;
}

.contact span {
  font-weight: bolder;
}


/*  */
.testimonial {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.testimonial img {
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
}

.testimonial-text {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}

.testimonial-author {
  font-weight: 600;
  margin-top: 10px;
  color: #333;
}

.info h3 {
  font-weight: 600;
  font-family: ui-serif;
  color: rgb(110 112 117);
  letter-spacing: 1px;
  font-size: 50px;
}

.info p {
  font-weight: 600;
  font-family: ui-serif;
  color: rgb(110 112 117);
  letter-spacing: 1px;
  font-size: 30px;
}

@media (max-width:768px) {
  .testimonial {
    width: auto !important;
    float: none !important;
    flex-wrap: wrap;
  }

  .videoSection {
    padding: 40px 0px !important;
  }

}

.footer {
  background-image: linear-gradient(97deg, #161d16 20%, #0a2309 100%), url('assets/banner-1.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer a {
  text-decoration: none;
  color: white;
  font-size: larger;
  font-weight: 500;
}

.leftItem {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Sections */
.section-4 {
  margin-top: 100px;
  margin-bottom: 0px;
  padding: 80px 0px;
}

.section-5 {
  margin: 90px 0px !important;
  padding: 25px 0px;
}

.videoSection {
  padding: 120px 0px;
}

/* updates */
.col-md-6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.display {
  display: flex;
  flex-direction: column;
}

.fs-40 {
  font-size: 40px;
}

.fs-30 {
  font-size: 30px;
}

@media (max-width:680px) {
  .display {
    display: none !important;
  }

  .fs-40 {
    font-size: 30px;
  }
}


/* style.form */
/* Modal background */
.custom-modal .modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Header */
.custom-header {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  padding: 18px 24px;
  color: #fff;
  border-bottom: none;
}

.custom-header h5 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.close-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  opacity: 0.8;
  cursor: pointer;
}

/* Form Styling */
.modern-form {
  padding: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 28px;
}

/* Inputs */
.form-group input,
.form-group select {
  width: 100%;
  padding: 14px 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  background: #fff;
  transition: all 0.3s ease;
  font-size: 15px;
}

/* Floating Labels */
.form-group label {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #777;
  font-size: 14px;
  transition: 0.3s ease;
  pointer-events: none;
  background: #fff;
  padding: 0 5px;
}

/* Input Focus */
.form-group input:focus,
.form-group select:focus {
  border-color: #28a745;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

/* Floating Effect */
.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group select:focus+label,
.form-group select:valid+label {
  top: -8px;
  font-size: 12px;
  color: #28a745;
}

/* Button */
.modern-btn {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(40, 167, 69, 0.3);
}

/* drop down */
.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper select {
  width: 100%;
  padding: 14px 45px 14px 15px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 15px;
  appearance: none;
  /* removes default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.3s ease;
  cursor: pointer;
}

/* Custom Arrow */
.custom-select-wrapper::after {
  content: "▼";
  font-size: 12px;
  color: #28a745;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Focus effect */
.custom-select-wrapper select:focus {
  border-color: #28a745;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.newButton {
  display: flex;
  justify-content: end;
}

@media (max-width:1024px) {
  .newButton {
    display: flex;
    justify-content: end;
    margin-right: 200px !important;
  }
}

@media (max-width:768px) {
  .newButton {
    display: flex;
    justify-content: center;
    margin-right: 0px !important;
  }

  .btn-theme {
    background-color: #77c84b;
    color: white;
    border: none;
    padding: 13px 22px;
    font-size: 18px;
  }

}

.text.text2 {
  font-size: 26px !important;
}