:root {
  --primary-burgundy: #700B15;
  --secondary-beige: #d4b896;
  --light-beige: #D9CAB3;
  --dark-text: #2c2c2c;
  --white: #ffffff;
  --beige-01: #BF9B82;
  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--dark-text);
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 119vh;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/header.jpg")
      center/cover;
  display: flex;
  align-items: center;
  color: var(--white);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.logo-text {
  font-size: 1.5rem;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

/* .hero-logo{
  position: relative;
  bottom: 199px;
} */
.hero-title span{
  font-size: 40px;
  display: block;
  line-height: 1;
}
.hero-title {
  font-size: 114px;


}
.hero-subtitle {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 2rem;
}
.hero-section .espaces h2{
    font-size: 62px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 40px;
    font-style: italic;
}

/* Form Card */
.form-card {
  background: #D3D4C8;
  backdrop-filter: blur(10px);
  padding: 34px 45px; 
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 31px;
}

.form-card h3 {
  color: var(--primary-burgundy);
  font-size: 33px;
  margin-top: 30px;
  font-weight: 600;
  position: relative;
  bottom: 32px;
  text-align: center;
}

.form-control {
  padding: 0.8rem 1rem;
  margin-bottom: 2rem;
  border-radius: 17px;
  border: 1px #84928E solid;
  font-size: 0.95rem;
}

.form-control:focus {
  border-color: var(--primary-burgundy);
  box-shadow: 0 0 0 0.2rem rgba(124, 30, 45, 0.1);
}

.phone-input-group {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.country-code {
  flex: 0 0 80px;
}

.btn-submit {
  background: var(--primary-burgundy);
  color: var(--white);
  border: none;
  padding: 0.9rem;
  width: 100%;
  border-radius: 61px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-submit:hover {
  background: #5c1621;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(124, 30, 45, 0.3);
}

.form-note {
  font-size: 12px;
  color: #700B15;
  padding-top: 34px;
  text-align: center;
}

/* Feature Sections */
.feature-section {
  padding: 0;
  background-color:  #700B15;
}

.feature-section.burgundy {
  background: var(--primary-burgundy);
  color: var(--white);
}

.feature-section.beige {
  background: var(--light-beige);
}

.feature-title {
    font-size: 69px;
    font-weight: 400;
    line-height: 67px;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.feature-section .col-md-4{
  padding: 138px 74px;
}
.feature-section .image-section{
  background: url('../images/Rectangle-6.jpg') center/cover;
   height: 100%; 
   min-height: 905px;
}
.feature-subtitle {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.8;
    color: #FFFFFF;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}

.feature-item {
  text-align: center;
  padding-top: 40px;
  color: #FFFFFF;
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.feature-item h4 {
  font-size: 15px;
  font-weight: 500;
}


.feature-item p {
  font-size: 0.9rem;
  font-weight: 300;
  opacity: 0.9;
}

/* --------------------------partager section ----------------------------*/
.partager-section{
  padding: 0;
  background-color:  #D9CAB3;
}
.partager-section .feature-title {
    font-size: 78px;
    font-weight: 400;
    line-height: 67px;
    margin-bottom: 24px;
    color: #700B15;
}
.partager-section .image-section {
    background: url(../images/Rectangle-7.jpg) center / cover;
    height: 100%;
    min-height: 934px;
}
.partager-section .col-md-4{
    padding: 130px 54px;
}
.partager-section .feature-subtitle {
    font-size: 27px;
    font-weight: 300;
    line-height: 154%;
    color: #700B15;
}
.partager-section .feature-item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #700B15;
    padding-top: 23px;
}

/* --------------------------------------retrouver-section --------------------------------------------*/
.retrouver-section {
  padding: 0;
  background-color:  #700B15;
}
.retrouver-section .col-md-4{
    padding:130px 53px 130px 86px;
}
/* Image Gallery Section */
.retrouver-section .image-section {
  position: relative;
  min-height: 966px;
  background: url("../images/retrouver-image.jpg")
    center/cover;
}

/* CTA Section */
.cta-section {
  background-color: #BF9B82;
  padding: 8rem 0;
  text-align: center;
}

.cta-title {
  font-size: 47px;
  font-style: italic;
  font-weight: bold;
  color: #700B15;
}


.btn-download {
  background: var(--primary-burgundy);
  color: var(--white);
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.btn-download:hover {
  background: #5c1621;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(124, 30, 45, 0.3);
}




/* Footer Gallery */
.footer-gallery { 
  padding: 17px 0px;
  background-color: var(--white);
}
.owl-carousel .owl-item img{
    display: block;
    width: 99%;
}

.gallery-item {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Footer */
.main-footer {
  background: var(--primary-burgundy);
  color: var(--white);
  padding: 3rem 0 2rem;
}
.main-footer .hero-title span {
    font-size: 33px;
    display: block;
    line-height: 1;
    position: relative;
    left: 0px;
}
.main-footer .hero-title {
    font-size: 88px;
}
.main-footer .hero-subtitle {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 2rem;
}
.footer-logo  img{ 
  width: 320px;
  max-width: 90%;
}


.footer-tagline {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}

.footer-subtitle {
  font-size: 1rem;
  font-weight: 300;
}

.footer-info {
  text-align: right;
}

.footer-info p {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}

.social-links {
  margin-top: 1rem;
}

.social-links a {
  color: var(--white);
  margin-left: 1rem;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.social-links a:hover {
  opacity: 0.7;
}

/* Floating Button */
.float-btn {
  position: fixed;
  bottom: 30px;
  right: 90px;
  background: var(--primary-burgundy);
  color: var(--white);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1000;
}

.float-btn:hover {
  transform: scale(1.1);
  background: #5c1621;
}

/* Responsive */
@media (max-width: 1399px) {
  .hero-title {
    font-size: 107px;
}
.hero-section .espaces h2 {
    font-size: 59px;
  }
.feature-subtitle {
    font-size: 25px;
  }
    .feature-item h4 {
    font-size: 12px;
  }
  
.partager-section .feature-subtitle {
    font-size: 23px
  }
.feature-title {
    font-size: 65px;
  }
  .main-footer .hero-title
 {
    font-size: 82px;
}

}

@media (max-width:991px){
.hero-section{
  min-height: 145vh;
}
.hero-section .espaces h2 {
    font-size: 48px;
}
.hero-title {
    font-size: 83px;

}
.hero-title span {
    font-size: 36px;
  
}
.hero-subtitle {
    font-size: 25px;
    text-align: center;
}
.hero-logo{
  padding-bottom: 50px !important;
  width: 316px;
  display: block;
  margin: auto
}
.hero-title {
    font-size: 71px;
    text-align: center;
}
.feature-grid{
  gap: 3rem;
}

.form-card h3 {
  font-size: 29px;
}
.form-note {
  font-size: 11px;
}
.feature-item img{
  width: 46px;
}
.hero-section .espaces h2 {
  font-size: 36px;}
.feature-subtitle{
  font-size: 21px;
    }
.feature-item h4 {
  font-size: 14px;
}
.feature-section .col-md-4
 {
    padding: 138px 37px;
}
.partager-section .feature-subtitle {
    font-size: 20px;
}
.partager-section .feature-title {
font-size: 73px;
}
.partager-section  .feature-grid {
  gap: 4rem;
  }
.partager-section .feature-subtitle {
    font-size: 20px;
}
  .partager-section .col-md-4{
    padding: 67px 28px;
}
.retrouver-section .col-md-4 {
  padding: 130px 37px 130px 35px;
}
.feature-title {
    font-size: 66px;
}
.partager-section .feature-item h4
 {
  font-size: 13px;}
.cta-title {
    font-size: 34px;
  }
.btn-download {
    margin-top: 47px;
  }
  .cta-section{
    padding: 5rem 0;
  }
  .main-footer{
    padding: 3rem 0 6rem;
  }
  .float-btn {
    bottom: 86px;
    right: 29px;
  }
 
  
.footer-logo img {
  padding-bottom: 41px;
  display: block;
  margin: auto;
}
.main-footer .hero-title {
    font-size: 65px;
  }
  
.main-footer .hero-subtitle{
    margin-bottom: 4rem;
    font-size: 18px;
}
.main-footer .hero-title span {
    font-size: 29px;
}
.partager-section .image-section {
      min-height: 447px;
}
.retrouver-section .image-section {
    position: relative;
  }
  .feature-section .image-section
 {
  min-height: 447px;
 }
     .retrouver-section .image-section{
      min-height: 447px;
     }
}




/* @media (max-width: 992px) {
  .hero-title {
    font-size: 3rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  } 
  .footer-info {
    text-align: center;
    margin-top: 2rem; 
  }

  .social-links a {
    margin: 0 0.5rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-section {
    min-height: auto;
    padding: 3rem 0;
  }

  .form-card {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .feature-title {
    font-size: 2rem;
  }

  .section-tagline {
    font-size: 1.8rem;
  } 
} */
