html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  --primary-color: #0e2337;
  --accent-secondary-color: #cf2815;
  --bg-color: #f3f3f3;
  --text-color: #585960;
  --white-color: #fff;
  font-family: "General Sans", Arial, sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
  font-size: 16px;
  line-height: 1.4;
  overflow-x: clip;
}

main {
  min-height: 40vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.bg-section {
  background: #fff;
  margin: 0 auto;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.justify-content-end {
  justify-content: flex-end;
}

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.btn-default {
  background: var(--primary-color);
  border: 0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 17px 24px;
  text-transform: capitalize;
}

.text-red {
  color: var(--accent-secondary-color);
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-call-btn {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-call-btn i {
  color: #ff6b35;
}

.fa-solid,
.fa-brands {
  display: inline-flex;
  font-style: normal;
  line-height: 1;
}

.fa-phone::before {
  content: "Call";
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0;
}

.fa-whatsapp::before {
  content: "WA";
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0;
}

.fa-facebook-f::before {
  content: "f";
  font-weight: 700;
}

.fa-instagram::before {
  content: "IG";
  font-size: 0.72em;
  font-weight: 700;
}

.fa-arrow-right-long::before {
  content: ">";
  font-weight: 700;
}

.main-menu ul li.submenu > a::after,
.slicknav_arrow::after {
  font-family: Arial, sans-serif !important;
}

header.main-header .header-sticky {
  background: #fff;
  border-bottom: 1px solid rgba(4, 6, 24, 0.08);
  max-width: none;
  width: 100%;
}

header.main-header .navbar {
  align-items: center;
  display: flex;
  min-height: 72px;
  padding: 8px 0;
}

header.main-header .navbar .container {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

header.main-header .navbar-brand img {
  display: block;
  width: 94px;
}

header.main-header .navbar-brand {
  display: inline-flex;
}

header.main-header .main-menu {
  align-items: center;
  display: none;
  flex: 1;
}

header.main-header .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.main-header .main-menu ul li a {
  color: #243041;
}

header.main-header .main-menu ul ul li a {
  color: #fff !important;
}

header.main-header .main-menu ul ul li a:hover,
header.main-header .main-menu ul ul li a:focus {
  color: #cf2815 !important;
}

.contact-banner-section {
  background: #fff;
  position: relative;
}

.desktop-banner {
  background: url("images/banner.webp") center center / cover no-repeat;
  height: 550px;
}

.mobile-banner {
  background: url("images/mobile.webp") center center / cover no-repeat;
  height: 270px;
  margin-bottom: 30px;
}

.contact-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 32px rgba(14, 35, 55, 0.12);
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}

.contact-form h4 {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.form-group {
  margin-bottom: 0.5rem;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.contact-form .form-control {
  background: var(--bg-color);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--text-color);
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 25px;
  width: 100%;
}

.contact-form p {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.5;
}

.contact-form a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: underline;
}

.project-detail-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
  padding: 70px 0;
}

.project-detail-grid {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
}

.project-detail-media {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(14, 35, 55, .12);
  overflow: hidden;
  padding: 12px;
}

.project-detail-media figure,
.project-detail-media img {
  border-radius: 22px;
  display: block;
  width: 100%;
}

.project-detail-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.project-detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.project-detail-section .project-back-link {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(14, 35, 55, .12);
  border-radius: 999px;
  color: var(--primary-color);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 15px 20px;
  width: fit-content;
}

.project-info-card,
.project-detail-summary,
.project-detail-content {
  background: #fff;
  border: 1px solid rgba(14, 35, 55, .08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(14, 35, 55, .08);
}

.project-info-card {
  height: 100%;
  padding: 30px;
}

.project-eyebrow {
  color: var(--accent-secondary-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.project-info-card h2 {
  font-size: 28px;
  letter-spacing: -.02em;
  margin-bottom: 22px;
}

.project-detail-meta {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.project-meta-item {
  background: var(--bg-color);
  border-radius: 16px;
  padding: 15px 16px;
}

.project-meta-item span {
  color: var(--text-color);
  display: block;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.project-meta-item strong {
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.project-cta {
  width: 100%;
}

.project-detail-content-wrap {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.project-detail-summary,
.project-detail-content {
  padding: 30px;
}

.project-detail-summary {
  border-left: 5px solid var(--accent-secondary-color);
}

.project-detail-summary p,
.project-detail-content p:last-child {
  margin-bottom: 0;
}

.project-detail-content p {
  color: var(--text-color);
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .project-detail-section {
    padding: 50px 0;
  }

  .project-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .project-detail-media {
    border-radius: 20px;
    padding: 8px;
  }

  .project-info-card,
  .project-detail-summary,
  .project-detail-content {
    border-radius: 18px;
    padding: 22px;
  }

  .project-info-card h2 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  header.main-header .main-menu {
    display: flex;
  }

  .contact-banner-section .container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
