@import url("../fonts/stylesheet.css");
:root {
  --primary-green: #00453a;
  --accent-gold: #f8c568;
  --dark-overlay: rgba(0, 0, 0, 0.6);
  --light-green: #4a7c59;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans";
}

body {
  font-family: "Fira Sans";
  line-height: 1.6;
  color: #333;
}

/* Hero Section */
.hero-section {
  background: url(../images/back-hero.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  padding-bottom: 50px;
}

.hero-content {
  text-align: center;
  z-index: 2;
}

.logo {
  width: 217px;
  height: 152px;
  text-align: center;
  margin: auto;
}

.hero-title {
  font-size: 150px;
  line-height: 145px;
  font-weight: 300;
  margin-bottom: 2rem;
  margin-top: 60px;
  color: var(--accent-gold);
  font-family: "Albra Display TRIAL Light TRIAL";
}

.hero-subtitle {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 1rem;
  color: white;
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.btn-custom {
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 10px;
}

.btn-visit {
  background: var(--primary-green);
  color: white;
  border: 2px solid var(--primary-green);
}

.btn-visit:hover {
  background: transparent; 
  color: white;
  transform: translateY(-2px);
}

.btn-download {
  background: var(--accent-gold);
  color: white;
  border: 2px solid var(--accent-gold);
}

.btn-download:hover {
  background: transparent;
  color: var(--accent-gold);
  transform: translateY(-2px);
}

/* Project Section */
.project-section {
  padding: 100px 0;
  background: #020a09;
}

.project-image {
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.project-image:hover {
  transform: translateY(-5px);
}

.project-image img {
  border-radius: 21px;
  max-width: 100%;
  margin: 0px auto;
  object-fit: cover;
}

.project-content {
  padding-left: 2rem;
}

.project-intro {
  color: var(--accent-gold);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.project-title {
  font-size: 64px;
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Albra Display TRIAL Light TRIAL";
}

.project-description {
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 300;
}

/* Nature Section */
.nature-section {
  padding: 100px 0;
  background: white;
}

.nature-title {
  font-size: 64px;
  color: var(--primary-green);
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 79px;
  font-family: "Albra Display TRIAL Light TRIAL";
}

.nature-description {
  font-size: 21px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 2rem;
  font-weight: 300;
}

.nature-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.nature-image:hover {
  transform: translateY(-5px);
}

.nature-image img {
  width: 100%;
  object-fit: cover;
}

/* Avantages Section */
.avantages-section {
  background: #00594b;
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
}

.avantages-section-left {
  position: relative;
  position: relative;
  height: 100%;
}
.avantages-section .avantages-section-titre {
  font-family: "Albra Display TRIAL Medium TRIAL";
  writing-mode: vertical-lr;
  font-size: 150px;
  color: #00453a;
  font-weight: 500;
  z-index: 1;
  transform: scale(-1);
  line-height: 1;
  text-align: right;
}
.avantages-section .avantages-section-titre span {
  font-family: "Fira Sans";
  display: block;
  font-size: 114px;
  color: white;
  color: #00453a;
  font-weight: 200;
  text-transform: uppercase;
}

.avantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.avantage-item {
  text-align: center;
  color: white;
  padding: 5px;
  transition: transform 0.3s ease;
}

.avantage-item:hover {
  transform: translateY(-10px);
}

.avantage-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
}

.avantage-item:hover .avantage-icon {
  color: var(--primary-green);
}

/* Configurations Section */
.configurations-section {
  background: #f6f7f9;
  padding: 100px 0;
}

.configurations-header {
  text-align: center;
  margin-bottom: 4rem;
}

.configurations-pretitle {
  font-family: "Albra Display TRIAL Medium TRIAL";
  color: #1e1e1e;
  font-size: 60px;
  line-height: 69px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.configurations-title {
  font-weight: 275;
  font-style: 200;
  font-size: 60px;
  line-height: 69px;
  letter-spacing: 0%;
  text-align: center;
}

.configurations-description {
  max-width: 960px;
  margin: 0 auto;
  font-weight: 300;
  font-style: Light;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
}

/* Owl Carousel Custom Styles */
.configurations-section .apartment-carousel {
  position: relative;
}

.configurations-section .apartment-slide {
  background: #333;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  transition: margin 0.4s ease;
}

.configurations-section .apartment-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.configurations-section .apartment-slide:hover img {
  transform: scale(1.05);
}

.configurations-section .owl-item.center .apartment-slide {
  cursor: auto;
  height: 400px;
  margin: 0px;
}

.configurations-interieur-section {
  padding: 80px 0px;
}
.configurations-interieur-header {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.configurations-interieur-header .nature-title {
  font-size: 64px;
  color: var(--primary-green);
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 79px;
  font-family: "Albra Display TRIAL Light TRIAL";
}
.configurations-interieur-header P {
  font-size: 21px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 2rem;
  font-weight: 300;
}

/* Owl Carousel Custom Styles */
.configurations-interieur-section .apartment-interieur-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 21px;
}

.configurations-interieur-section .apartment-interieur-slide {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: margin 0.4s ease;
}

.configurations-interieur-section .apartment-interieur-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/*
.configurations-section  .apartment-carousel .owl-item.active:nth-of-type(3) { 
  margin-top: 100px;
} */

.configurations-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  height: 0px;
}

.configurations-section .owl-nav button {
  background-color: #00594b !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.configurations-section .owl-nav button.owl-prev:hover,
.configurations-section .owl-nav button.owl-prev {
  left: -25px;
  background-color: #00594b !important;
  background: url(../images/icons/flish-left.svg) no-repeat center center;
}

.configurations-section .owl-nav button.owl-next:hover,
.configurations-section .owl-nav button.owl-next {
  right: -25px;
  background-color: #00594b !important;
  background: url(../images/icons/flish-right.svg) no-repeat center center;
}

.configurations-interieur-section .owl-dots {
  text-align: center;
  margin-top: 2rem;
}

.configurations-interieur-section .owl-dots .owl-dot span {
  display: inline-block;
  margin: 0 5px;
  width: 18px;
  height: 18px;
  background: #d9d9d9;
  border-radius: 50%;
  border: none;
  transition: all 0.3s ease;
}

.configurations-interieur-section .owl-dots .owl-dot.active span,
.configurations-interieur-section .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 20px;
  background: var(--accent-gold);
  transform: scale(1.2);
}

/* Location Section */
.location-section {
  background: white;
  padding: 0;
}

.location-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 800px;
}

.location-map {
  background: url("../images/map.jpg") center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-pin {
  display: none;
  width: 80px;
  height: 100px;
  background: url(../images/icons/localisationpoint.svg) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-size: contain;
}

.location-info {
  background: var(--primary-green);
  color: white;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-title {
  font-family: "Albra Display TRIAL Medium TRIAL";
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 2rem;
  color: var(--accent-gold);
  line-height: 1.2;
}

.location-address {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 48px;
  color: #fff;
}

.location-description {
  font-size: 21px;
  line-height: 48px;
  font-weight: 300;
}

/* Contact Section */
.contact-section { 
  padding: 100px 0;
}
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact-info {
  padding-right: 2rem;
}
.contact-title {
  font-family: "Albra Display TRIAL Medium TRIAL";
  font-size: 64px;
  color: var(--primary-green); 
  margin-bottom: 2rem;
  line-height: 1.2;
}
.contact-subtitle {
  font-size: 28px;
  color: #1E1E1E;
  margin-bottom: 2rem;
  font-weight: 400;
}
.contact-list {
  list-style: none;
  padding: 0;
}
.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 21px;
  line-height: 28px;
  color: #1E1E1E;
  font-weight: 300;
}
.contact-list li::before {
  content: "●";
  color: var(--accent-gold);
  font-size: 1.5rem;
  margin-right: 1rem;
}
/* Contact Form */
.contact-form { 
  padding: 0px 30px; 
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 300;
  font-size: 18px;
  color: #1E1E1E;
}
.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #F6F7F9;
  border-radius: 48px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background: #F6F7F9;
}
.form-control:focus {
  outline: none;
  border-color: #F6F7F9;
  background: #F6F7F9;
  box-shadow: none;
}
.form-control.textarea {
  min-height: 120px;
  resize: vertical;
}
label.error {
  color: red;
  font-size: 10px;
}

.form-control.error { 
  border-color: red;
}
.form-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.btn-form {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.btn-callback {
  background: var(--primary-green);
  color: var(--accent-gold);
}
.btn-callback:hover {
  background: var(--light-green);
  transform: translateY(-2px);
}
.btn-brochure {
  background: var(--accent-gold);
  color: #1E1E1E;
}
.btn-brochure:hover {
  background: #b8941f;
  transform: translateY(-2px);
}

/* Footer */
.footer {
  background: #222A29;
  color: white;
  padding: 4rem 0 2rem;
  text-align: center;
}

.footer-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 80px;
}

.footer-contact {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 18px; 
  font-weight: 300; 
}
 

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.footer-social a {
  width: 40px;
  height: 40px; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
 
.footer-copyright {
  border-top: 1px solid #555;
  padding-top: 2rem;
  font-size: 14px;
  line-height: 48px;
  font-weight: 300;
  color: #D9D9D9;
  letter-spacing: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section{
    background-size: cover;
  }
  .hero-title{
    font-size: 54px;
    line-height: 50px;
  }
  .hero-section .btn-visit{
    display: block;
    margin-bottom: 20px;
  }
  .hero-section .btn-custom{
    display: block;
  }
  .contact-section,
  .configurations-interieur-section,
  .configurations-section,
  .avantages-section,
  .nature-section,
  .project-section{
    padding: 30px 0px;
  }
  .project-title{
    font-size: 50px;
    line-height: 1;
  }
  .nature-title{
    margin-top: 20px;
    font-size: 50px;
    line-height: 1;
  }
  .nature-description{
    font-size: 22px;
    line-height: 30px;
  }
  .avantages-grid{
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 3rem;
  }
  .avantages-section-left{
    margin-bottom: 30px;
  }
  .avantages-section .avantages-section-titre{
    writing-mode: lr;
    z-index: 1;
    transform:none;
    line-height: 1;
    display: flex;
    text-align: center;
    font-size: 60px; 
    flex-direction: column-reverse;
  }
  .avantages-section .avantages-section-titre span{
    font-size: 22px;
    line-height: 30px;
  }
  .contact-title,
  .location-title,
  .configurations-interieur-header .nature-title,
  .configurations-pretitle{
    font-size: 50px;
    line-height: 60px;
  }
  .configurations-title{
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .configurations-interieur-header P{
    line-height: 30px;
  }
  .location-content{
    grid-template-columns: 1fr;
  }
  .location-info{
    padding: 20px;
  }
  .location-map{
    min-height: 400px;;
  }
  .contact-content{
    display: flex;
    flex-direction: column;
  }
  .location-title{
    margin-bottom: 10px;
  }
  .location-address {
      font-size: 26px;
      font-weight: 500; 
      line-height: 34px; 
  }
  .location-description{
    font-size: 21px;
    line-height: 34px;
  }
  .contact-form{
    padding:10px 15px;
    width: 100%;
  }
  
  .form-buttons{

  }
  .btn-form{
    padding: 10px 5px;
    font-size: 14px;
  }
  .footer-copyright{
    letter-spacing: 1px;
  }
  .footer-contact{
    gap:15px
  }


  
 
 
.configurations-section .owl-item.center .apartment-slide ,
.configurations-section .owl-item .apartment-slide {
  background: #333;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  transition: margin 0.4s ease;
}




}

@media (max-width: 576px) {
 
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
