* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #212529;
}
.be-vietnam-pro-thin {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.be-vietnam-pro-extralight {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.be-vietnam-pro-light {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.be-vietnam-pro-regular {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.be-vietnam-pro-medium {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.be-vietnam-pro-semibold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.be-vietnam-pro-bold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.be-vietnam-pro-extrabold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.be-vietnam-pro-black {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.be-vietnam-pro-thin-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.be-vietnam-pro-extralight-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.be-vietnam-pro-light-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.be-vietnam-pro-regular-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.be-vietnam-pro-medium-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.be-vietnam-pro-semibold-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.be-vietnam-pro-bold-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.be-vietnam-pro-black-italic {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.playfair {
  font-family: "Playfair", serif;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-optical-sizing: auto;
}
.playfair-heading {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.hero-container {
  padding-left: 0;
  padding-right: 0;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 90vh;
  background-color: white;
  background: url("images/lissete-laverde-7jOeRc0dOWs-unsplash.jpg")
    center/cover no-repeat;
}
.layer-section {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Optional: Adds a subtle overlay */
}
.hero-content {
  position: absolute; /* Positions it on top of background */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers it perfectly */
  text-align: center;
  color: white; /* Adjust based on background */
  /*background: rgba(0, 0, 0, 0.5);  Optional: Adds a subtle overlay */
  padding: 20px;
  border-radius: 8px;
}
.hero-content h1 {
  /* font-size: 2.5rem; */
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.hero-content button {
  padding: 12px 24px;
  font-size: 1rem;
  color: white;
  background: #ff6600; /* Adjust button color */
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.hero-content button:hover {
  background: #e65c00;
}

.hero-bg-height {
  height: 90vh;
}

.fp-item {
  height: 25vw;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  overflow: hidden;
}
.fp-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2); /* No dim by default */
  transition: background-color 0.3s ease-in-out;
  z-index: -1;
}

.fp-item:hover::before {
  background-color: rgba(0, 0, 0, 0.5); /* Dimmed on hover */
}

.fp-item > * {
  z-index: 1; /* Ensures content appears above dim layer */
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 1s ease;
}
.fp-item:hover > * {
  opacity: 1;
  transform: translateX(0);
}

.bgify {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.h25 {
  height: 25vw;
}
.fp-bg-the-minimalist {
  width: 100%;
  background: url("images/unsplash-1/1.jpg") center/cover no-repeat;
}
.fp-bg-city-view {
  width: 100%;
  background: url("images/unsplash-2/6.jpg") center/cover no-repeat;
}
.fp-bg-the-neem {
  width: 100%;
  background: url("images/unsplash-3/6.jpg") center/cover no-repeat;
}
.fp-bg-oceanview {
  width: 100%;
  background: url("images/projects-1/2.jpg") center/cover no-repeat;
}
.fp-bg-solance {
  width: 100%;
  background: url("images/projects-2/6.jpg") center/cover no-repeat;
}
.fp-bg-jumeirah {
  width: 100%;
  background: url("images/projects-3/img00004.jpeg") center/cover no-repeat;
}

.hero-bg-slide-one {
  width: 100%;
  background-color: white;
  background: url("images/projects-3/img00004.jpeg") center/cover no-repeat;
}
.hero-bg-slide-two {
  width: 100%;
  background-color: white;
  background: url("images/spacejoy-c0JoR_-2x3E-unsplash.jpg") center/cover
    no-repeat;
}
.hero-bg-slide-three {
  width: 100%;
  background-color: white;
  background: url("images/lotus-design-n-print-WgkA3CSFrjc-unsplash.jpg")
    center/cover no-repeat;
}
.hero-bg-slide-four {
  width: 100%;
  background-color: white;
  background: url("images/vecteezy_ai-generated-an-apartment-interior-features-wooden-walls-and_37334091.jpg")
    center/cover no-repeat;
}
.about-us-pic {
  background: url("images/medium-beautiful-modern-house-exterior-with-carport-modern-residential-district-and-minimalist-building-concept-by-ai-generated.jpg")
    center/cover no-repeat;
}

.projects-hero-section {
  position: relative;
  width: 85%;
  height: 520px;
  background-color: white;
  background: url("images/ChatGPT\ Image\ Apr\ 7\,\ 2025\,\ 11_47_56\ PM.png")
    center/cover no-repeat;
}
/* 520px */
.about-hero-section {
  position: relative;
  width: 85%;
  height: 520px;
  background-color: white;
  background: url("images/interior_design_pictures /8.png") center/cover
    no-repeat;
}

.contactus-hero-section {
  position: relative;
  width: 85%;
  height: 520px;
  background-color: white;
  background: url("images/ChatGPT\ Image\ Apr\ 8\,\ 2025\,\ 08_55_45\ PM.png")
    center/cover no-repeat;
}
.custom-border-bottom {
  position: relative;
  display: inline-block;
}

.custom-border-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px; /* customize this */
  height: 3px;
  background-color: #c3922d;
}

.border-cs {
  border-color: #c3922d;
  --bs-border-opacity: 1;
}

.bg-cs {
  background-color: #c3922d;
}
.ft-content {
  width: fit-content;
}
.cs-one {
  color: #c3922d;
}
.cs-two {
  color: #555555;
}
.cs-three {
  color: #3498db;
}
.cs-four {
  color: #2ecc71;
}
.hide {
  display: none;
}
.flexify {
  display: flex;
}
.line-height-double {
  line-height: 1.8;
}
.cursor-pointer {
  cursor: pointer;
}
.local-btn {
  text-decoration: none;
  border: 1px solid #212529;
  border-radius: 100px;
}

/* footer styles */

footer a {
  text-decoration: none;
  color: white;
}
.social-links li a {
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
}

.section-one-intro {
  height: 100vh;
}
.intro-bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: fill;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: none;
}

.mobile-picture {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: fill;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}
nav ul li a:hover {
  color: #f1c40f;
}

.about-us-image {
  width: 100%;
}
.services-icon {
  font-size: 60px;
}

.team-member-card {
  background-color: #555555;
}
.team-member-name {
  color: white;
}
.team-member-title {
  color: #f1c40f;
}

.our-services-container p {
  font-size: 28px;
}

.service-container p {
  line-height: 1.8;
}

/* 
  our partner section styles */
.partner-text {
  line-height: 1.8;
}
.partner-logo-container {
  width: 150px;
  height: 150px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.partner-logo {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.partner-logo-container:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

/* news section styles */

.news-card {
  background-color: white;
}
.news-image-container {
  width: 100%;
  overflow: hidden;
}
.news-image {
  width: 100%;
  height: 100%;
  object-fit: fill; /* Ensures the image fills the container without distortion */
  object-position: center; /* Centers the image focus */
}
/* About us page styles */

.about-us-text {
  line-height: 1.8;
}

/* contact us page styles */

.contact-us-page .section-one {
  min-height: 80vh;
}
.contact-us-page .contact-details-container {
  height: 80vh;
}

/* ceo page styles */

.ceo-text {
  line-height: 1.8;
}

/* leadership page styles */

.btn-disabled {
  pointer-events: none;
}

/* ANIMATION STYLES */

.animate-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s; /* default to 0 if no delay class is added */
}

.animate-bottom.show {
  opacity: 1;
  transform: translateY(0);
}
/* .animate-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.animate-bottom.show {
  opacity: 1;
  transform: translateY(0);
} */

.animate-top {
  opacity: 0;
  transform: translateY(-20px); /* Slide in from the top */
  transition: opacity 1s, transform 1s;
}
.animate-top.show {
  opacity: 1;
  transform: translateY(0);
}

.animate-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.animate-left.show {
  opacity: 1;
  transform: translateX(0);
}

.animate-right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.animate-right.show {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.zoom-in.show {
  opacity: 1;
  transform: scale(1);
}
.zoom-out {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.zoom-out.show {
  transform: scale(1);
  opacity: 1;
}
.delay-3 {
  transition-delay: 1s;
}

/* button animation styles */

/*Global btn styles*/
.animated-local-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
  border: none;
}
/*Container styles*/
.animated-local-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
/*Main button styles*/
.animated-local-btn {
  position: relative;
  height: fit-content;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 140px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  text-indent: 50px;
  transition: 300ms;
  font-weight: 600;
  color: #212529;
}

.animated-local-btn::before {
  content: "";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #282936;
  z-index: -1;
}

.animated-local-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 400ms;
}

.animated-local-btn:hover {
  text-indent: 15px;
  color: white;
  font-weight: 700;
}
.animated-local-btn:active {
  scale: 0.95;
}

.animated-local-btn:hover::before {
  width: 100%;
}

.animated-local-btn:hover::after {
  left: calc(100% - 25px);
}

/* home page section one text overlay with image background */

.background-container {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust as needed */
  background-image: url("images/vecteezy-wind-turbines-produce-electricity-in-the-evening-sunset-9273268.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1; /* Lower z-index for the background container */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Semi-transparent overlay for better text visibility */
  z-index: 2; /* Higher z-index for the overlay */
}

.text-content {
  position: relative;
  z-index: 3; /* Highest z-index for the text to ensure it appears on top */
  color: white; /* Adjust text color for visibility */
  text-align: left;
  padding: 20px;
}

.invisible {
  opacity: 0;
}

.dim:hover {
  opacity: 0.5;
}

/* responsive styles */
@media only screen and (max-width: 992px) {
  .fp-item {
    height: 75vw;
  }
  .h25 {
    height: 75vw;
  }
  .about-hero-section {
    height: 50vw;
  }
}
@media only screen and (min-width: 992px) {
  .services-container {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .partner-image {
    width: 150px;
    height: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  .mobile-picture {
    display: none;
  }
  .section-one-intro video {
    display: initial;
  }
  .partner-image {
    width: 150px;
    height: 120px;
  }
}
