@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

html {
  scroll-behavior: smooth;
}

nav .navbar-nav a {
  color: #737491 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-right: 13px;
}

nav .navbar-nav a.active {
  color: #37384e !important;
  border-bottom: 2px solid #448c74 !important;
}

.contact-us-nav {
  background-color: #448c74;
  margin-right: 0 !important;
}

nav .navbar-nav .nav-link {
  padding: 0;
}

nav .navbar-nav .contact-us-nav {
  color: #fff !important;
  border-radius: 12px;
}

.navbar-original-style {
  background-color: #ecf3f1;
}

.nav-wrapper {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(179, 179, 179, 0.4);
}

.top-section {
  background-color: #ecf3f1;
  height: calc(100vh - 66px);
  display: flex;
  align-items: center;
}

.img-phone {
  width: 100%;
}

.dm-heading-one {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: calc(12px + 1.7vw);
  line-height: 90px;
  color: #4c4d66;
}

.dm-heading-one-first-word {
  font-weight: 400;
}

.dm-paragraph-one {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #737491;
}

.dm-work-image {
  margin-top: 90px;
  width: 100%;
  border-radius: 10px;
}

.dm-heading-two {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  color: #4c4d66;
}

.dm-paragraph-two {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737491;
}

.shadow-lg {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07),
    0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.dm-paragraph-tree {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #737491;
  font-size: 14px;
}

.h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #737491;
}

.second-section {
  margin-top: 100px;
}

.dm-heading-tree {
  text-align: center;
  margin-top: 100px;
  line-height: 139.5%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  color: #4c4d66;
}

.dm-paragraph-four {
  font-family: "Inter", sans-serif;
  font-style: normal;
  text-align: center;
  color: #737491;
  font-size: 16px;
}

.dm-work-heading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #4c4d66;
  margin-top: 80px;
}

.dm-work-pharagraph {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  color: #737491;
  font-size: 16px;
  line-height: 28px;
}

.btn-outline-success {
  background: #ffffff;
  border: 1px solid #448c74;
  border-radius: 12px;
}
.dm-work-btn-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #448c74;
}

.contact-us-section {
  background-color: #ecf3f1;
}

.contact-us-heading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  color: #4c4d66;
  margin-bottom: 20px;
}

.contact-us-sub-heading {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #737491;
  text-align: center;
  margin-bottom: 50px;
}

.form-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4c4d66;
  margin: 0 0 5px 0;
}

.invalid-feedback {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.form-control,
textarea {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4c4d66;
  border-radius: 12px;
}

.form-control::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #737491;
  font-size: 14px;
}

.form-control:focus {
  border: 1px solid #448c74;
}

.contact-us-section {
  margin-top: 130px;
  padding: 50px 0;
}

.contact-us-heading {
  margin: 0;
}

#map {
  height: 478px;
  width: 100%;
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("../assest/images/nav-toggler.webp");
}

.primary-button {
  font-family: "Inter", "sans-serif";
  font-size: 12px;
  font-weight: 600px;
  background-color: #448c74;
  color: #fff;
  border-radius: 12px;
  border: 1px solid #448c74;
  padding: 10px 30px;
}

.primary-button:hover,
.primary-button:disabled {
  background-color: #5aa78d !important;
  color: #fff !important;
  border: 1px solid #5aa78d !important;
}

.primary-button:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 12px;
}

.footer-sections {
  display: flex;
  gap: 10px;
}

.footer-sections p {
  margin: 0;
}

.footer-first-section {
  align-items: center;
  gap: 20px;
}

.footer-second-section {
  gap: 100px;
}

.footer-explore,
.footer-contact-us {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4c4d66;
}

.footer-copyright,
.footer-icon a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #737491;
}

.footer-copyright {
  display: flex;
  gap: 4px;
}

.contact-methods,
.social-handles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-icon {
  display: flex;
  gap: 5px;
  align-items: center;
}

.social-handles {
  display: flex;
  gap: 10px;
}
/* Max width media queries */
@media only screen and (max-width: 1199px) {
  .dm-heading-one {
    font-size: calc(12px + 3vw);
    line-height: 60px;
  }

  .img-phone {
    width: 450px;
  }

  .dm-work-image {
    width: 445px;
  }

  .dm-work-pharagraph {
    width: 360px;
  }

  .footer-second-section {
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    background-color: #fff !important;
  }

  .top-section {
    height: calc(60vh - 82px);
  }

  .dm-heading-one {
    font-size: calc(12px + 3vw);
    line-height: 50px;
  }

  .dm-heading-two {
    text-align: center;
  }

  .dm-paragraph-two {
    text-align: center;
  }

  .img-phone {
    width: 330px;
  }

  .dm-heading-tree {
    font-size: 22px;
  }

  .dm-work-image {
    width: 600px;
  }

  .dm-work-image-warpper {
    text-align: center;
  }

  .work-warpper {
    text-align: center;
  }

  .dm-work-paragraph-wrapper {
    display: flex;
    justify-content: center;
  }

  .dm-work-pharagraph {
    width: 600px;
  }

  button {
    padding: 3px;
  }

  .dm-work-heading {
    font-size: 20px;
  }

  .dm-work-btn-text {
    font-size: 12px;
  }

  .footer-sgx-logo {
    width: 110px;
    height: auto;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .footer-second-section {
    gap: 20px;
  }

  .offset-md-1 {
    margin-left: 0.333333%;
  }
}

@media only screen and (max-width: 767px) {
  .dm-heading-one {
    font-size: calc(12px + 3vw);
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
  }
  .top-section {
    height: calc(100vh - 66px);
  }

  .dm-paragraph-one {
    text-align: center;
  }

  .img-phone {
    width: 516px;
  }

  .dm-work-image-warpper {
    display: flex;
    justify-content: center;
  }

  .dm-work-image {
    width: 100%;
  }

  .dm-work-paragraph-wrapper {
    display: flex;
    justify-content: center;
  }
  .send-message-button {
    text-align: center;
  }
  .map-column {
    margin-top: 50px;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .footer-sections {
    flex-direction: column;
    align-items: center;
  }
  .footer-first-section {
    text-align: center;
  }
  .footer-sgx-logo {
    width: 220px;
    height: auto;
  }
  .footer-copyright {
    gap: 0;
  }
  .footer-second-section {
    gap: 40px;
  }
  .contact-methods {
    align-items: center;
  }
  .contact-us-section {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .dm-header-content {
    height: calc(78vh);
  }

  .dm-paragraph-two {
    padding: 10px;
  }

  .img-phone-wrapper {
    text-align: center;
  }

  .img-phone {
    width: 100%;
  }

  .dm-work-image {
    width: 100%;
  }

  .dm-work-pharagraph {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dm-paragraph-one {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dm-word-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dm-paragraph-four {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-sub-class {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media only screen and (max-width: 426px) {
  .dm-work-image {
    width: 320px;
  }

  .img-phone {
    width: 360px;
    margin-top: 30px;
  }

  /* .dm-work-heading {
    margin-top: 10px;
  } */
}

@media only screen and (max-width: 377px) {
  .img-phone {
    width: 290px;
  }
}
