@font-face {
  font-family: "general-sans";
  src: url("fonts/GeneralSans-Variable.ttf") format("opentype");
}

body {
  font-family: "general-sans" !important;
  scroll-behavior: smooth;
}

a {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* @media (max-width: 768px) {
  .heading {
    font-family: "general-sans";
    color: #000;
    font-size: 5dvw;
    font-weight: 600;
  }
}
@media (min-width: 769px) {
  .heading {
    font-family: "general-sans";
    color: #000;
    font-size: 3dvw;
    font-weight: 600;
  }
} */

section:not(:last-of-type) {
  /* padding-bottom: 2rem; */
  /* background: linear-gradient(to bottom, #eeeeee, transparent) bottom / 100%
    16px no-repeat; */
}
hr {
  border-top: 1px solid #ccc;
  margin-left: 10%;
  width: 80%;
  opacity: 1;
}

.heading {
  font-size: 2.5rem;
  font-weight: 500;
}
.heading-alt {
  color: #111;
  font-size: 1.2rem;
  font-weight: 500;
}
.content {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

#hp-ctn-howItWorks {
  padding: 0px 0px 0px 0px;
  text-align: center;
  margin: 0px;
  width: 200px;
  height: 40px;
  margin-top: 200px;
  background: #000;
  z-index: 15;
  border-radius: 5px 5px 0px 0px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  position: fixed;
  right: 0px;
  cursor: pointer;
}

#hp-ctn-howItWorks p {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 40px;
  cursor: pointer;
}

.back-to-top {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.back-to-top.show {
  bottom: 30px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  z-index: 999;
}

.back-to-top a {
  width: 35px;
  height: 35px;
  background: #000;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.699);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 9%;
  right: 3%;
  position: fixed;
  z-index: 998;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.top-array {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  position: absolute;
  left: 14px;
  top: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-line {
  background-color: #fff;
  height: 10px;
  left: 18px;
  position: absolute;
  top: 14px;
  width: 2px;
  margin-left: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top.show a:hover .top-line {
  height: 14px;
  border-color: #000;
  background: #000;
  top: 12px;
}

.back-to-top a:hover .top-array {
  border-color: #000;
  top: 11px;
}

.back-toop-tooltip {
  position: absolute;
  top: -65px;
  -webkit-transform: rotate(-90deg) translateX(20px);
  transform: rotate(-90deg) translateX(20px);
  width: 100px;
  left: -33px;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  line-height: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.back-toop-tooltip span {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.back-to-top a:hover .back-toop-tooltip {
  -webkit-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.back-to-top.show a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.back-to-top a:hover {
  background: #fff;
  color: #000;
}

.back-to-top.home6 a {
  background: #00c6c6;
}

.btn_interest {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  outline: none;
  border: 2px solid #fff;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  z-index: 999;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
}
.btn_brochure {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  outline: none;
  border: 2px solid #fff;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  z-index: 999;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
}

/* tiles */

.tile {
  transition: 0.3s;
  border: 2px solid #cccccc;
  /* border-radius: 2rem; */
  background-color: #fff;
  padding: 0.5rem;
  height: fit-content;
}

.tile img {
  /* border-radius: 1.5rem; */
  padding-bottom: 0.5rem;
}

.tile-advantage {
  background-color: #000;
  color: #fff !important;
  padding-block: 1.25rem;
}

.tile-name-a {
  font-size: 1.17rem;
  font-weight: 500;
}

.tile-location {
  font-family: "general-sans";
  font-size: 0.8rem;
  font-weight: 400;
  color: #555;
  margin-block: 0.1rem;
}
.tile-price {
  font-family: "general-sans";
  font-size: 1.4rem;
  font-weight: 500;
  margin-block: 0.2rem;
  border-right: 1px solid #000;
}
.tile-type {
  font-family: "general-sans";
  font-size: 0.9rem;
  font-weight: 400;
  color: #555;
  margin-block: 0.2rem;
}
.tile-hr {
  width: 90%;
  margin-left: 5%;
  color: #666;
  margin-block: 6px;
}

.btn-enq {
  background-color: #000;
  font-family: "general-sans";
  color: #fff;
  padding: 0.4rem 1.3rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  margin-block: 0.5rem;
  cursor: pointer;
}
.btn-enq:hover {
  background-color: #111;
  color: #fff;
}

.btn-alt {
  background-color: #fff;
  font-family: "general-sans";
  color: #000;
  padding: 0.4rem 1.5rem;
  border-radius: 1.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-block: 0.5rem;
  cursor: pointer;
}
.btn-alt:hover {
  background-color: #ebebeb;
  color: #000;
}

.services-block {
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) -4px 12px 16px -2px;
  padding: 2rem;
  height: max-content;
}

.services-block:hover {
  box-shadow: rgba(0, 0, 0, 0.3) -4px 16px 24px -2px;
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* completed projects */
.carousel-container {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.custom-owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 15px;
}
.custom-owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #333;
  background-color: #fff;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
  outline: none;
}

.awards-container {
  width: 85%;
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px;
}

/* .awards-item {
  background-color: #000;
  color: #fff;
  padding: 2rem;
}
.awards-year {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.awards-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.awards-desc {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 4rem;
} */

.awards-item {
  background-color: #000;
  color: #fff;
  padding: 2rem;

  /* Use Flexbox to manage internal spacing */
  display: flex;
  flex-direction: column;

  /* Set a consistent height */
  height: 100%;
  min-height: 350px; /* Adjust this value based on your longest text */
}

.awards-year {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.awards-name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.awards-desc {
  font-size: 1.3rem;
  font-weight: 300;
  font-style: italic;

  /* This pushes the description to the very bottom */
  margin-top: auto;
  padding-top: 2rem;
}

.list-unstyled {
  margin-bottom: 0rem;
}

/* .carousel-indicators {
  background-color: #adadad !important;
} */
.carousel-indicators [data-bs-target] {
  height: 6px;
  width: 40px;
}

.carousel-indicators :not(.active) {
  background-color: #a0a0a0;
}
.carousel-indicators .active {
  background-color: #000 !important;
}

.d-block .carousel-indicators {
  bottom: -25px;
}

.fixed-footer-btns {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.fixed-footer-btns a {
  width: 100%;
  float: left;
  height: 50px;
  line-height: 50px;
  background: #000;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  color: #fff !important;
  border-top: 1px solid #424242;
}
.fixed-footer-btns a:hover {
  background: #111;
  color: #fff !important;
}

/* Sticky form */
div.sticky {
  outline: 0;
  position: sticky;
  color: white !important;
  bottom: 0;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400 !important;
  z-index: 999;
}

.desktop-sticky-form input,
.select-sticky {
  outline: 0;
  color: #fff;
  background: none;
  border: 1px solid #fff !important;
  border-radius: 25px !important;
  display: inline-block;
}
.desktop-sticky-form option {
  color: black !important;
}
table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
table th {
  padding-left: 20px;
}
th {
  text-align: center;
  font-weight: normal;
}
.sticky .form-control {
  border-color: white;
  background: transparent;
}
.sticky .form-control:focus {
  border-color: #fff;
  background: transparent;
}
.sticky .form-control::placeholder {
  color: white;
}
.sticky .form-control {
  color: white;
}

.intl-tel-input.allow-dropdown {
  width: 100%;
}

.desktop-sticky-form {
  display: inline-block;
  padding: 0 1%;
}
.btnsubmit {
  border-radius: 50px;
  padding: 2px 10px;
  color: #000 !important;
  margin: auto;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
/* sticky form end */

.nav-link {
  color: #000 !important;
  font-weight: 500;
  font-size: 1.25rem;
}
.nav-link:hover {
  color: #444 !important;
}

/* Navbar styling */
.navbar-item {
  font-size: 1.1rem;
  padding-inline: 1dvw;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
.navbar-item:hover {
  color: #333;
}

.navbar {
  background: white;
  position: sticky;
  padding-block: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.menu-icon {
  font-size: 24px;
  cursor: pointer;
}
/* Sidebar menu styling */
.sidebar {
  position: fixed;
  top: 0;
  z-index: 3;
  right: -350px; /* Initially hidden */
  width: 350px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.5s ease-in-out;
  padding-top: 50px;
  z-index: 1000;
}
.sidebar a {
  display: block;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
}
.sidebar a:hover {
  background: #f4f4f4;
  color: #333 !important;
}
.sidebar .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  z-index: 999;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
