@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #EA5C21;
}

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #EA5C21;
}

.display-grid {
  display: grid;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131010;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
  .hidden-md {
    display: none;
  }
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.bg-dark {
  background-color: #fff !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.navbar-light .navbar-nav .nav-link {
  color: #131010;
  padding: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #131010;
}

.navbar-light .navbar-nav .show>.nav-link {
  color: #131010;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #131010;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #EA5C21;
  font-weight: 500;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #EA5C21;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover {
  background-color: #EA5C21;
  -webkit-transition: all 1.5s;
  transition: all 1.5s ease-in-out;
}

.navbar-dark .navbar-toggler {
  background: #EA5C21;
}

.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
  background-color: #EA5C21;
  transition: all 0.8s;
}

.navbar-dark .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  color: #131010;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-around;
}

.kdsplSlide {
  margin-top: 100px;
  position: relative;
  display: block;
  width: 100%;
}

.p-4 {
  padding: 4rem !important;
}

.divider {
  border-top: 1px solid #D9D6D6;
  width: 100%;
}

.header-section {
  .main-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }

  .sub-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }

  .tagline {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
  }
}

.main-hero-section {
  .hero-banner-section {
    background: #131010;
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    position: relative;

    .hero-left-content {
      display: flex;
      flex-direction: column;
      gap: 24px;

      .title {
        color: #FFF !important;
        font-size: 52px;
        font-style: normal;
        font-weight: 800;
        line-height: 56px;
        letter-spacing: -1.04px;
      }

      .tag-line {
        color: #FFF !important;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0px;

      }

      .btn-cta {
        display: flex;
        gap: 8px;
        justify-content: left;
        align-items: center;

        .btn-outline-lg {
          background-color: #FFF !important;

          &:hover {
            background-color: #444343 !important;
            border-color: #444343 !important;
            color: #fff !important;
            transition: all .4s linear;
          }
        }
      }
    }

    .hero-banner-img {
      width: 100%;
    }
  }

  .highlights-section {
    margin-top: -130px;
    position: relative;

    .inner-container {
      border-radius: 16px;
      background: var(--Color-Primary, #FFF);
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
      display: flex;
      padding: 32px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 32px;

      .section-title1,
      .section-title2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.48px;
      }

      .section-title1 {
        margin-bottom: 24px;
      }

      .section-title2 {
        margin-bottom: 8px;
      }

      .highlight-cta {
        .high-cta {
          border-radius: 16px;
          border: 1px solid #D9D6D6;
          background: var(--Color-Primary, #FFF);
          display: flex;
          padding: 16px;
          align-items: center;
          gap: 16px;

          .icon-cta {
            border-radius: 8px;
            background: var(--Color-Assent, #EA5C21);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px;
            aspect-ratio: 1/1;

            i {
              color: #fff !important;
            }
          }

          .key-highlight {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
          }
        }
      }

      .who-we-are-section {
        .who-text {
          font-size: 16px;
          margin-bottom: 0px;
        }
      }
    }
  }
}

.about-section {
  padding: 120px 0px 60px;

  .about-left-content {
    display: flex;
    flex-direction: column;
    gap: 32px;

    .header-section {
      .tagline {
        text-align: justify;
      }

      .values-list {
        .list-item {
          padding-bottom: 8px !important;
        }
      }
    }
  }

  .about-img {
    width: 100%;
  }
}

.services-section {
  padding: 60px 0px;

  .header-section {
    text-align: center;
  }

  .service-listing {
    margin-top: 48px;

    .service-cta {
      border-radius: 16px;
      background: #FFF;
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);

      .service-img {
        width: 100%;
        border-radius: 16px 16px 0 0;
      }

      .service-name {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        text-align: center;
      }
    }
  }
}

.why-choose-section {
  padding: 60px 0px;

  .choose-left-content {
    margin-bottom: 32px;

    .header-section {
      .main-title {
        margin-bottom: 0px;
      }
    }

    .choose-tagline {
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      margin: 16px 0px;
    }

    .choose-desc {
      margin-bottom: 0px;
      text-align: justify;
    }
  }

  .choose-img-cta {
    .choose-img {
      width: 100%;
    }
  }

  .choose-cta {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;

    i {
      color: #EA5C21 !important;
      font-size: 24px !important;
    }

    .choose-text {
      display: flex;
      flex-direction: column;
      gap: 8px;

      .title {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -0.4px;
      }

      .desc {
        text-align: justify;
      }
    }
  }
}

.faq-section {
  padding: 60px 0px;

  .faq-image-cta {
    background-image: url('/img/faq-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 100px 160px;

    .header-section {
      color: #FFF !important;
    }
  }

  .faq-accordion-section {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

    .accordion-item {
      border-radius: 8px;
      border: 1px solid #FAFAFA;
      background: #FFF;
      box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
      width: 100%;

      .accordion-header {
        .accordion-button {
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
        }

        .accordion-button:not(.collapsed) {
          background-color: #FFF !important;
        }
      }

      .accordion-collapse {
        .accordion-body {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          text-align: justify;
        }
      }
    }
  }
}

.contact-section {
  padding: 60px 0px;

  .header-section {
    text-align: center;
  }

  .contact-details-section {
    margin: 24px 0 48px;

    .contact-cta {
      border-radius: 16px;
      background: #FFF;
      box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
      display: flex;
      padding: 16px;
      align-items: center;
      gap: 16px;

      .icon-cta {
        border-radius: 8px;
        background: var(--Color-Assent, #EA5C21);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        aspect-ratio: 1/1;

        i {
          color: #FFFFFF !important;
          font-size: 24px !important;
        }
      }
    }
  }

  .contact-form-section {
    .contact-img {
      width: 100%;
    }

    .contact-form-cta {
      display: flex;
      flex-direction: column;
      justify-content: center;

      .contact-form {
        .form-label {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
        }

        .form-control {
          border-radius: 8px;
          border: 1px solid #D9D6D6;
          background: #FFF;
          padding: 12px 16px;
        }
      }
    }
  }
}

.footer-section {
  padding: 60px 0px;
  background: #131010;

  .container {
    display: flex;
    flex-direction: column;
    gap: 32px;

    .footer-sub-section {
      display: flex;
      justify-content: space-between;
      align-items: center;

      .footer-links-list {
        list-style: none;
        padding: 0px;
        display: flex;
        flex-direction: row;
        gap: 24px;

        .footer-link-item {
          color: #FFFFFF !important;
          text-decoration: none;
        }
      }
    }

    .copyright {
      color: #FFF !important;
      text-align: center;
    }
  }
}

@media screen and (max-width:767px) {
  .main-hero-section {
    .hero-banner-section {
      padding: 48px 20px;
      height: auto;

      .title {
        font-size: 32px !important;
        line-height: 40px;
      }

      .tag-line {
        font-size: 16px;
        line-height: 24px;
      }
    }

    .highlights-section {
      margin-top: 24px;
    }
  }

  .faq-section {
    .faq-image-cta {
      padding: 48px 24px;

      .faq-title {
        font-size: 28px;
        line-height: 36px;
      }
    }
  }

  .footer-section {
    .container {
      .footer-sub-section {
        flex-direction: column;
        gap: 24px;

        .footer-links-list {
          flex-wrap: wrap;
        }
      }
    }
  }

  .about-section,
  .services-section,
  .why-choose-section,
  .faq-section,
  .contact-section,
  .footer-section {
    padding: 48px 24px;
  }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .main-hero-section {
    .hero-banner-section {
      padding: 24px !important;

      .title {
        font-size: 48px;
        line-height: 52px;
      }
    }

    .highlights-section {
      margin-top: 24px;
    }
  }

  .faq-section {
    .faq-image-cta {
      padding: 48px 48px;

      .faq-title {
        font-size: 28px;
        line-height: 36px;
      }
    }
  }

  .footer-section {
    .container {
      .footer-sub-section {
        flex-direction: column;
        gap: 24px;
      }
    }
  }

  .about-section,
  .services-section,
  .why-choose-section,
  .faq-section,
  .contact-section,
  .footer-section {
    padding: 48px 24px;
  }
}

.scrollup {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 40px;
  right: 20px;
  text-align: center;
  background: #E14424;
  border-radius: 5px;
  color: #fff;
}

.scrollup:hover {
  background: #EE7C24;
}

.scrollup i {
  margin-top: 7px;
  color: #fff;
}

a.scrollup {
  outline: 0;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i:hover {
  text-decoration: none;
}

.btn-lg {
  padding: 12px 24px !important;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  background-color: #EA5C21 !important;
  border-color: #EA5C21 !important;

  &:hover {
    background-color: #444343 !important;
    border-color: #444343 !important;
    color: #fff !important;
    transition: all .4s linear;
  }
}

.btn-outline-lg {
  padding: 12px 24px !important;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 8px !important;
  color: #EA5C21 !important;
  border-color: #EA5C21 !important;
  background-color: transparent !important;
  background-image: none;

  &:hover {
    background-color: #444343 !important;
    border-color: #444343 !important;
    color: #fff !important;
    transition: all .4s linear;
  }
}

.text-btn {
  color: #EA5C21;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}