.elementor-24 .elementor-element.elementor-element-757bc5c{--display:flex;--margin-top:102px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-a300343{--display:flex;}.elementor-24 .elementor-element.elementor-element-026a70b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24 .elementor-element.elementor-element-dbde536 iframe{height:409px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-757bc5c{--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-0584265 *//* Paste this in Appearance > Customize > Additional CSS */
.hero-number {
  margin: 8px 0 22px;
  color: #ffffff;
  font-size: 30pxpx;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.scrap-landing {
  font-family: Arial, sans-serif;
  color: #1d2a23;
  line-height: 1.6;
}

.scrap-landing * {
  box-sizing: border-box;
}

.container {
  width: min(1140px, 90%);
  margin: auto;
}

/* Banner */
.hero-section {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-overlay {
  min-height: 600px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(12, 43, 27, 0.88), rgba(12, 43, 27, 0.35));
}

.hero-content {
  width: min(1140px, 90%);
  margin: auto;
  color: #ffffff;
  max-width: 700px;
  margin-left: 5%;
}

.tagline,
.section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #8fda67;
  margin-bottom: 10px;
}

.hero-content h1 {
  color: #fffffF; /* or any dark color */
}
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.1;
  margin: 0 0 18px;
}

.hero-content p:not(.tagline) {
  font-size: 18px;
  max-width: 580px;
  margin-bottom: 28px;
}

.main-btn,
.service-btn {
  display: inline-block;
  background: #73bd45;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  transition: 0.3s ease;
}

.main-btn {
  padding: 14px 28px;
}

.service-btn {
  padding: 11px 20px;
  font-size: 14px;
}

.main-btn:hover,
.service-btn:hover {
  background: #4d9630;
  transform: translateY(-2px);
}

/* Services */
.services-section {
  padding: 90px 0;
  background: #f5f8f3;
  text-align: center;
}

.services-section h2,
.about-section h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 0 0 42px;
  color: #173722;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.service-card {
  background: #ffffff;
  padding: 38px 28px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(27, 61, 36, 0.08);
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-7px);
}

.service-icon {
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e6f4dc;
  font-size: 30px;
}

.service-card h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.service-card p {
  color: #637067;
  margin-bottom: 24px;
}

/* About */
.about-section {
  padding: 90px 0;
  background: #ffffff;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}

.about-section h2 {
  margin-bottom: 20px;
}

.about-text > p:not(.section-label) {
  color: #637067;
  margin-bottom: 18px;
}

.about-text .main-btn {
  margin-top: 10px;
}

.about-image img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  border-radius: 12px;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-section,
  .hero-overlay {
    min-height: 520px;
  }

  .hero-content {
    margin-left: auto;
  }

  .service-grid,
  .about-content {
    grid-template-columns: 1fr;
  }

  .services-section,
  .about-section {
    padding: 65px 0;
  }

  .about-image {
    order: -1;
  }

  .about-image img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f3eed7 */@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");

.booking-section {
  padding: 115px 20px 130px;
  background: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
}

.booking-content {
  max-width: 950px;
  margin: auto;
}

.phone-icon {
  width: 63px;
  height: 63px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #10069f;
  color: #ffffff;
  font-size: 27px;
  font-weight: bold;
  transform: rotate(-18deg);
}

.booking-section h2 {
  margin: 0 0 25px;
  color: #101010;
  font-size: 24px;
  font-weight: 700;
}

.booking-text {
  margin: 0 auto 66px;
  color: #6e6e6e;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.6;
}

.call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 30px;
  border-radius: 10px;
  background: #24a946;
  color: #ffffff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.17);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.call-button span {
  font-size: 21px;
  transform: rotate(-18deg);
}

.call-button:hover {
  background: #168b35;
  transform: translateY(-3px);
}

.phone-number {
  display: block;
  width: fit-content;
  margin: 35px auto 35px;
  color: #b86698;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 1;
}

.phone-number:hover {
  color: #9c427b;
}

.address {
  margin: 0;
  color: #777777;
  font-size: 21px;
  line-height: 1.7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .booking-section {
    padding: 75px 18px;
  }

  .booking-section h2 {
    font-size: 20px;
  }

  .booking-text {
    margin-bottom: 45px;
    font-size: 18px;
  }

  .call-button {
    font-size: 17px;
    padding: 13px 24px;
  }

  .phone-number {
    margin: 30px auto;
    font-size: 42px;
  }

  .address {
    font-size: 16px;
  }
}/* End custom CSS */