@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,400italic,700,300italic,300,100italic,100&subset=latin,latin-ext);

body {
  font-family: "Lato", sans-serif;
  background: #fff;
  font-weight: 600;
  color: #999;
}
a:focus {
  outline: none;
}
.container {
  max-width: 1170px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}

input {
  margin: 10px 0;
}
.navbar-brand {
  padding: 0px;
}
/*---------------------coming_soon_sec---------------------*/
/* ====== HEADER ====== */
header {
  text-align: center;
  position: absolute;
  width: 100%;
}

header .logo img {
  max-width: 150px;
  height: auto;
  margin: 10px 0;
}

/* ====== COMING SOON SECTION ====== */
.coming_soon_sec {
  background-image: url(../img/home-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 70px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  text-align: center;
  color: #ffffff;
}

.banner_text h1 {
  font-size: 48px;
  letter-spacing: 4px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #c72b1c; /* Construction yellow accent */
}

/* ====== SERVICES ====== */
.services {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
  text-align: left;
}

.services ul {
  list-style-type: disc;
  padding-left: 20px;
}

.services li {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
}

/* ====== CONTACT SECTION ====== */
.contact_sec {
  padding: 80px 0;
  background: #f3f3f3;
  text-align: center;
}
.inquiries_form {
  padding: 50px;
  border-radius: 15px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact_sec h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}
.contact_sec input,
textarea {
  border: 1px solid #aaaaaac9 !important;
  font-size: 14px !important;
  font-family: "Poppins" !important;
  color: #000 !important;
  font-weight: 500 !important;
  padding: 20px !important;
  outline: none !important;
  box-shadow: none !important;
}
.contact_sec input::placeholder {
  color: #000;
}
.contact_sec textarea::placeholder {
  color: #000;
}

.contact_sec p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px auto;
  color: #777;
  font-size: 16px;
  line-height: 1.6;
}

/* spacing between left info card & form */
.contact_sec .row {
  align-items: stretch;
}
input.btn.btn-send {
  background: #c72b1c !important;
  color: #fff !important;
  border-radius: 30px !important;
  border: none !important;
  padding: 10px 30px !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ====== MOBILE RESPONSIVE ====== */
@media (max-width: 991px) {
  .contact_sec {
    padding: 60px 0;
  }

  .contact_sec h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .contact_sec .inquiries_form {
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .services {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  header .logo img {
    max-width: 150px;
  }
  .services ul {
    padding-left: 0;
    list-style-position: inside;
  }
  .banner_text h1 {
    font-size: 36px;
    margin: 0 0 25px;
  }
  .coming_soon_sec {
    padding: 200px 0 50px;
  }
  .services li {
    font-size: 16px;
  }
  .contact_sec h2 {
    font-size: 30px;
    margin-top: 0;
  }
}

@media (max-width: 374px) {
  .banner_text h1 {
    font-size: 30px;
  }
}

/*---------------------select_knowledge_category--------------------*/

/* responsive */
@media (max-width: 1024px) {
}

@media (max-width: 640px) {
}

/*---------------------calendars_sec--------------------*/
.calendars_sec {
}

/*---------------------Footer---------------------*/

/*------------------------------media------------------------------------*/
@media (min-width: 991px) and (max-width: 1200px) {
}
@media (min-width: 767px) and (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 600px) {
}
@media (max-width: 360px) {
}
