:root {
  --scotts-orange: #ff5f24;
  --scotts-navy: #24485e;
  --scotts-ink: #222222;
  --scotts-soft: #f4f7f9;
}

.text-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 58px;
  color: var(--scotts-ink);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.text-logo:before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  border: 4px solid var(--scotts-orange);
  border-right-width: 8px;
  border-radius: 2px;
  transform: skewY(-30deg);
}

.text-logo:hover {
  color: var(--scotts-ink);
}

.mobile-header-brand {
  display: none;
}

.mobile-header-brand span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec-title span {
  padding-left: 34px;
}

.sec-title span:before {
  width: 24px;
  height: 24px;
  top: -2px;
  background: transparent;
  border: 3px solid var(--scotts-orange);
  border-right-width: 6px;
  border-radius: 2px;
  transform: skewY(-30deg);
}

.scotts-header .header-upper {
  padding: 10px 0;
}

.scotts-header .header-upper .upper-inner {
  flex-wrap: nowrap;
  gap: 28px;
}

.scotts-header .header-upper .logo-box {
  flex: 1 1 300px;
  min-width: 0;
}

.scotts-header .header-upper .logo {
  max-width: 100%;
}

.scotts-header .upper-info {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin: 0;
}

.scotts-header .upper-info li {
  float: none;
  margin-right: 0;
  padding-left: 66px;
}

.scotts-header .upper-info li.btn-box {
  flex: 0 0 auto;
  padding-left: 0;
}

.text-logo-small {
  min-height: 42px;
  font-size: 20px;
}

.text-logo-small:before {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-width: 3px;
  border-right-width: 6px;
}

.text-logo-mobile,
.footer-text-logo {
  color: #ffffff;
}

.text-logo-mobile {
  white-space: normal;
}

.text-logo-mobile:hover,
.footer-text-logo:hover {
  color: #ffffff;
}

.scotts-header .upper-info li h3 {
  font-size: 20px;
  line-height: 26px;
}

.scotts-header .upper-info li p {
  white-space: nowrap;
}

.scotts-header .upper-info li:nth-child(2) {
  max-width: 235px;
  min-width: 210px;
}

.scotts-header .upper-info li:nth-child(2) h3 {
  font-size: 17px;
  line-height: 20px;
}

.scotts-header .upper-info li .header-hours {
  display: flex;
  flex-direction: column;
  gap: 1px;
  white-space: nowrap;
}

.scotts-header .upper-info li .header-hours span {
  display: block;
}

.scotts-header .header-lower .menu-right-content {
  width: auto;
}

.scotts-action-links {
  margin: 0;
}

.banner-section.style-three.scotts-hero .banner-carousel .slide-item {
  padding: 105px 0 155px;
}

.scotts-hero .banner-carousel .slide-item:before {
  opacity: 0.58;
}

.scotts-hero .banner-carousel .content-box {
  max-width: 780px;
}

.scotts-hero .banner-carousel .content-box h1 {
  font-size: 62px;
  line-height: 70px;
}

.scotts-hero .banner-carousel .content-box p {
  max-width: 650px;
  font-size: 20px;
  line-height: 31px;
}

.scotts-hero .banner-carousel .content-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
}

.scotts-hero .banner-carousel .content-box .btn-box a {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.scotts-hero .banner-carousel .content-box .btn-box .theme-btn-one {
  top: 0;
}

.scotts-hero .owl-dots {
  display: none;
}

.scotts-feature-strip .feature-block-three .inner-box {
  min-height: 255px;
}

.scotts-about .content-box .text p {
  margin-top: 14px;
}

.scotts-about {
  overflow: hidden;
}

.scotts-about .auto-container {
  position: relative;
  z-index: 2;
}

.scotts-about .image-box {
  left: max(15px, calc((100vw - 1200px) / 2));
  right: auto;
  top: 50%;
  width: min(42vw, 560px);
  height: 520px;
  transform: translateY(-50%);
}

.scotts-about .image-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scotts-about .image-box .image-1 {
  left: clamp(40px, 7vw, 96px);
  bottom: 0;
  width: min(74%, 430px);
  aspect-ratio: 1.1 / 1;
}

.scotts-about .image-box .image-2 {
  left: 0;
  bottom: 86px;
  width: min(58%, 330px);
  aspect-ratio: 1 / 0.86;
}

.scotts-about .image-box .image-pattern {
  left: 32px;
  bottom: -24px;
  width: min(74%, 400px);
  height: auto;
  aspect-ratio: 1;
  background-size: contain;
}

.scotts-about .content-box {
  padding-bottom: 100px;
}

.scotts-about .sec-title {
  text-align: left;
  margin-bottom: 34px;
}

.scotts-about .content-box .text {
  padding: 34px 34px 30px;
  background: #f4f7f9;
  border-left: 4px solid var(--scotts-orange);
}

.scotts-about .content-box .text .quote {
  opacity: 0.08;
}

.about-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 24px;
}

.about-service-list li {
  position: relative;
  padding-left: 24px;
  color: var(--scotts-navy);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.about-service-list li:before {
  position: absolute;
  content: "\f058";
  left: 0;
  top: 0;
  color: var(--scotts-orange);
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  font-weight: 400;
}

.scotts-services .title-inner {
  display: block;
  margin-bottom: 48px;
}

.scotts-services .title-inner .sec-title {
  float: none;
  width: min(100%, 760px);
  text-align: left;
  margin-bottom: 0;
}

.scotts-services .title-inner .sec-title h2 {
  margin-bottom: 0;
}

.scotts-services .service-block-one .inner-box .image-box img {
  height: 245px;
  object-fit: cover;
}

.scotts-services .service-block-one .inner-box .lower-content {
  background: #f1f7fb;
  min-height: 250px;
  padding-bottom: 0;
}

.scotts-services .service-block-one .inner-box .lower-content .text {
  background: transparent;
}

.scotts-services .service-block-one .inner-box .lower-content .link {
  position: static;
  display: block;
  opacity: 1;
  margin-top: 26px;
  padding: 18px 40px;
  background: #ffffff;
  transform: none;
}

.scotts-services .service-block-one .inner-box:hover .lower-content .link {
  bottom: auto;
}

.scotts-services .service-block-one .inner-box {
  margin-bottom: 58px;
}

.scotts-area .image-box {
  opacity: 0.95;
}

.scotts-area .area-intro {
  max-width: 760px;
  margin: -28px 0 36px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 29px;
}

.scotts-area .area-card-row {
  margin-bottom: 10px;
}

.scotts-area .scotts-area-card .inner-box {
  min-height: 92px;
  margin-bottom: 30px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--scotts-orange);
}

.scotts-area .scotts-area-card .inner-box h3 {
  margin: 0;
}

.scotts-area .area-note {
  max-width: 720px;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
}

.scotts-gallery {
  padding: 118px 0 0;
  background: #ffffff;
}

.scotts-gallery .sec-title {
  margin-bottom: 48px;
}

.scotts-gallery .inner-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scotts-gallery .project-block,
.scotts-gallery .project-block.big-column,
.scotts-gallery .project-block.small-column {
  float: none;
  width: auto;
}

.scotts-gallery .project-block-three .inner-box .image-box img {
  height: 420px;
  object-fit: cover;
}

.project-block-three .inner-box .content-box .text span {
  position: relative;
  display: inline-block;
  color: var(--scotts-orange);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.scotts-contact-section .inner-content {
  padding: 30px;
}

.contact-card {
  position: relative;
  display: block;
  height: 100%;
  min-height: 210px;
  padding: 38px 32px 34px;
  color: var(--scotts-ink);
  background: var(--scotts-soft);
  border: 1px solid #dde9f1;
  transition: all 300ms ease;
}

.contact-card:hover {
  color: var(--scotts-ink);
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.contact-card .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  color: #ffffff;
  background: var(--scotts-orange);
  border-radius: 50%;
  font-size: 24px;
}

.contact-card .card-label {
  display: block;
  color: #777777;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-card strong {
  display: block;
  margin-top: 7px;
  color: var(--scotts-navy);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.scotts-footer .footer-text-logo {
  margin-bottom: 22px;
}

.scotts-footer .logo-widget .text {
  margin-bottom: 22px;
}

.footer-hours {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--scotts-orange);
}

.footer-hours span {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-hours p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 25px;
}

.scotts-footer .footer-text-logo:before {
  border-color: var(--scotts-orange);
}

.scotts-footer .footer-bottom .copyright p {
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .scotts-header .header-upper .upper-inner {
    gap: 18px;
  }

  .scotts-header .upper-info {
    gap: 16px;
  }

  .scotts-header .upper-info li {
    padding-left: 58px;
  }

  .scotts-header .upper-info li i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
  }

  .scotts-header .upper-info li h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .scotts-header .upper-info li:nth-child(2) {
    min-width: 200px;
    max-width: 220px;
  }

  .scotts-header .upper-info li:nth-child(2) h3 {
    font-size: 16px;
    line-height: 21px;
  }

  .scotts-header .upper-info .theme-btn-one {
    padding: 14px 22px;
  }

  .scotts-hero .banner-carousel .content-box h1 {
    font-size: 46px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .scotts-header .header-upper .upper-inner {
    display: block;
  }

  .scotts-header .upper-info {
    justify-content: center;
    margin-top: 16px;
  }

  .scotts-header .upper-info li:nth-child(2) {
    min-width: 0;
  }

  .scotts-about {
    padding-top: 72px;
  }

  .scotts-about .image-box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: end;
    gap: 16px;
    left: auto;
    top: auto;
    right: auto;
    width: min(720px, calc(100% - 40px));
    height: auto;
    margin: 0 auto 34px;
    transform: none;
  }

  .scotts-about .image-box .image-1,
  .scotts-about .image-box .image-2 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    aspect-ratio: 1.25 / 1;
  }

  .scotts-about .image-box .image-2 {
    z-index: 1;
    aspect-ratio: 1 / 0.96;
  }

  .scotts-about .image-box .image-pattern {
    display: none;
  }

  .scotts-about .content-box {
    padding-top: 0;
  }

  .mobile-menu {
    width: min(320px, 100vw);
    padding-right: 0;
  }

  .mobile-menu .menu-box {
    box-sizing: border-box;
  }

  .mobile-menu .contact-info li,
  .mobile-menu .contact-info li a {
    overflow-wrap: anywhere;
  }

  .mobile-menu .nav-logo {
    padding: 42px 22px 72px;
  }

  .mobile-menu .text-logo-mobile {
    align-items: flex-start;
    font-size: clamp(18px, 6vw, 24px);
    line-height: 1.15;
  }

  .scotts-gallery .inner-content {
    grid-template-columns: 1fr;
  }

  .scotts-gallery .project-block-three .inner-box .image-box img {
    height: 360px;
  }

  .scotts-contact-section .row > div {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .scotts-header {
    padding-top: 58px;
  }

  .scotts-header > .auto-container {
    position: static;
  }

  .scotts-header .header-lower {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
    min-height: 58px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .scotts-header .header-lower .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    max-width: 100%;
    padding: 0 15px;
  }

  .scotts-header .mobile-header-brand {
    display: inline-flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 58px;
    color: var(--scotts-ink);
    font-size: clamp(13px, 4vw, 18px);
    line-height: 1;
    font-weight: 800;
  }

  .scotts-header .mobile-header-brand:before {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-width: 3px;
    border-right-width: 6px;
  }

  .scotts-header .header-lower .menu-area {
    float: none;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
  }

  .scotts-header .header-lower .menu-right-content {
    display: none;
    float: none;
  }

  .main-header.style-three .menu-area .mobile-nav-toggler {
    margin: 0;
  }

  .scotts-header .sticky-header {
    display: none !important;
  }

  .text-logo {
    min-height: 48px;
    font-size: 22px;
  }

  .scotts-header .upper-info {
    display: none;
  }

  .text-logo:before {
    width: 34px;
    height: 34px;
    margin-right: 9px;
    border-width: 3px;
    border-right-width: 6px;
  }

  .mobile-menu .text-logo-mobile:before {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  .scotts-about {
    padding-top: 54px;
  }

  .scotts-about .image-box {
    grid-template-columns: 1fr;
    width: min(520px, calc(100% - 30px));
    margin-bottom: 28px;
  }

  .scotts-about .image-box .image-1,
  .scotts-about .image-box .image-2 {
    aspect-ratio: 1.38 / 1;
  }

  .scotts-about .content-box {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .scotts-about .content-box .text {
    padding: 28px 24px;
  }

  .about-service-list {
    grid-template-columns: 1fr;
  }

  .service-style-three.scotts-services {
    padding-top: 56px;
  }

  .scotts-services .service-block-one .inner-box {
    margin-bottom: 38px;
  }

  .scotts-services .service-block-one .inner-box .image-box {
    display: none;
  }

  .scotts-services .service-block-one .inner-box .lower-content {
    min-height: auto;
  }

  .scotts-hero .banner-carousel .content-box .btn-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 340px;
  }

  .scotts-hero .banner-carousel .content-box .btn-box a {
    width: 100%;
    min-height: 58px;
    padding: 17px 22px;
    line-height: 24px;
    text-align: center;
  }

  .scotts-services .title-inner {
    margin-bottom: 34px;
  }

  .scotts-services .title-inner .sec-title {
    width: 100%;
    text-align: left !important;
  }

  .scotts-services .service-block-one {
    max-width: 100%;
  }

  .scotts-services .service-block-one .inner-box .lower-content {
    padding: 28px 24px 24px;
  }

  .scotts-services .service-block-one .inner-box .lower-content .icon-box {
    position: relative;
    left: auto;
    top: auto;
    width: 74px;
    height: 74px;
    line-height: 74px;
    margin: 0 0 20px;
    padding: 5px;
    border-color: rgba(255, 95, 36, 0.55);
  }

  .scotts-services .service-block-one .inner-box .lower-content .icon-box .icon {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 42px;
  }

  .scotts-services .service-block-one .inner-box .lower-content .text {
    padding: 0;
  }

  .scotts-services .service-block-one .inner-box .lower-content .text h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 29px;
  }

  .scotts-services .service-block-one .inner-box .lower-content .link {
    margin-top: 22px;
    padding: 16px 0 0;
    border-top: 1px solid #dee4e7;
    box-shadow: none;
  }

  .banner-section.style-three.scotts-hero .banner-carousel .slide-item {
    padding: 120px 0 105px;
  }

  .scotts-hero .banner-carousel .content-box h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .scotts-hero .banner-carousel .content-box p {
    font-size: 18px;
    line-height: 28px;
  }

  .scotts-services .service-block-one .inner-box .image-box img,
  .scotts-gallery .project-block-three .inner-box .image-box img {
    height: 300px;
  }

  .scotts-area .area-intro {
    margin-top: -34px;
    font-size: 17px;
    line-height: 27px;
  }

  .scotts-area .scotts-area-card .inner-box {
    min-height: auto;
    margin-bottom: 18px;
    padding: 22px 24px;
  }

  .contact-card {
    min-height: 185px;
    padding: 30px 24px;
  }

  .contact-card strong {
    font-size: 21px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 374px) {
  .scotts-header .header-lower .outer-box {
    padding: 0 12px;
  }

  .scotts-header .mobile-header-brand {
    font-size: 13px;
  }

  .scotts-header .mobile-header-brand:before {
    width: 28px;
    height: 28px;
    margin-right: 7px;
  }
}
