@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Seasons";
  src: url("../fonts/seasons/The-Seasons-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0030, U+0031, U+0032, U+0033, U+0034, U+0035, U+0036, U+0037, U+0038, U+0039;
}
:root {
  --bs-font-sans-serif:
    "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif;
}
body {
  font-family: "Poppins", sans-serif !important;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
img {
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bs-gray-100);
}
::-webkit-scrollbar-thumb {
  background: var(--bs-gray-400);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--bs-gray-600);
}
a {
  text-decoration: none !important;
}
a.blog {
  color: #000;
}
a.custom-link {
  color: #A58047;
  transition: color 0.3s ease;
}
a.custom-link:hover {
  color: #816438;
}
.link {
  color: #000;
}
.link:hover {
  color: #DABA88;
}
.logo {
  max-height: 60px;
  width: auto;
}
.space-image {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.formule-image {
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section {
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: 2rem 0;
  }
}
.hero-video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero-video-section {
    height: auto;
    min-height: 50vh;
  }
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    margin-top: 54px;
  }
}
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 56.25vw;
  /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.78vh;
  /* 16:9 aspect ratio */
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
    transform: none;
  }
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 1020;
}
@media screen and (max-width: 991px) {
  .video-overlay {
    position: relative;
    align-items: center;
    padding: 2rem 0;
  }
  .video-overlay p {
    color: #000 !important;
  }
}
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.background-gradient {
  background: linear-gradient(180deg, #ffffff 0%, #edddc5 5%, #edddc5 20%, #edddc5 50%, #edddc5 70%, #ffffff 100%);
}
.background-gradient-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.background-dark-gradient {
  background: linear-gradient(90deg, #d4b380 0%, #ab864f 100%);
}
.background-image {
  background: url("../img/yard.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}
.pseudo-gradient, .pseudo-top-gradient, .pseudo-bottom-gradient {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.pseudo-gradient:before, .pseudo-top-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, white, transparent);
  z-index: 2;
  pointer-events: none;
}
.pseudo-gradient::after, .pseudo-bottom-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to top, white, transparent);
  z-index: 2;
  pointer-events: none;
}
.background-pattern {
  background-image: url("../img/dot.png");
  background-repeat: repeat;
}
.floating-phone-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1050;
}
.phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(224deg, #816d2f, #e8c373);
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
.phone-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(212, 175, 55, 0.6);
}
.phone-btn .lucide {
  color: white;
  font-size: 24px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  }
  50% {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.7), 0 0 0 10px rgba(212, 175, 55, 0.1);
  }
  100% {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  }
}
.arched {
  height: 300px;
  -webkit-mask: url("../img/arc.svg") no-repeat center / cover;
  mask: url("../img/arc.svg") no-repeat center / cover;
  overflow: hidden;
}
.arched img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.scroll-indicator {
  cursor: pointer;
}
.scroll-indicator .lucide {
  color: white;
  stroke-width: 0.5;
}
@media screen and (max-width: 991px) {
  .scroll-indicator .lucide {
    color: black;
  }
}
.scroll-indicator .mouse {
  width: 40px;
  height: 70px;
  border: 2px dotted white;
  border-radius: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 991px) {
  .scroll-indicator .mouse {
    border: 2px dotted black;
  }
}
.scroll-indicator .wheel {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .scroll-indicator .wheel {
    border: 1px solid black;
  }
}
.scroll-indicator .arrow {
  margin-top: 10px;
  font-size: 24px;
  color: white;
}
@media screen and (max-width: 991px) {
  .scroll-indicator .arrow {
    color: black;
  }
}
.feature-bullet {
  width: 8px;
  height: 8px;
  background: #000;
  flex-shrink: 0;
}
.wedding-rings-icon {
  opacity: 0.8;
}
.wedding-rings-icon svg {
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.3));
}
.bg-golden {
  background-image: url("../img/bg-golden.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 991px) {
  .collage1 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  /* Large central image */
  /* Top small image */
  /* Top right large image */
  /* Bottom right medium image */
  /* Bottom middle small image */
  .collage1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }
  .collage-title {
    position: absolute;
    left: 0;
    top: 0;
  }
  .collage1 .grid-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .collage1 .grid-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collage1 .item {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .collage1 .item:hover {
    transform: scale(1.08);
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 35px;
  }
  .item1 {
    top: 0;
    left: -30%;
    width: 50%;
    height: 40%;
    z-index: 5;
  }
  .item2 {
    top: 7%;
    left: 0;
    width: 70%;
    height: 58%;
    z-index: 4;
  }
  .item3 {
    bottom: 0;
    left: -16%;
    width: 62%;
    height: 40%;
    z-index: 7;
  }
  .item4 {
    bottom: 0;
    right: 0;
    width: 49%;
    height: 55%;
    z-index: 6;
  }
  .top-image {
    margin-top: -110px;
  }
}
.form-check-input {
  margin-top: 0;
}
.figure {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.right-figure {
  top: -30px;
  right: -30px;
}
.left-figure {
  top: -30px;
  left: -30px;
}
.box-wrapper {
  position: relative;
  padding: 30px;
  border-width: 1px;
  text-align: center;
  border-radius: 10px;
}
.box-wrapper .icon-box {
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.box-wrapper .icon-box .icon-cell i {
  font-size: 30px;
}
.card {
  border-radius: 10px;
}
.card .card-body {
  padding: 30px;
}
.masonry-container {
  column-count: 4;
  column-gap: 15px;
}
@media (max-width: 1199px) {
  .masonry-container {
    column-count: 3;
    column-gap: 12px;
  }
}
@media (max-width: 767px) {
  .masonry-container {
    column-count: 2;
    column-gap: 10px;
  }
}
@media (max-width: 575px) {
  .masonry-container {
    column-count: 1;
    column-gap: 0;
  }
}
.masonry-item {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.masonry-item:nth-child(1) {
  margin-bottom: 8px;
}
.masonry-item:nth-child(1) .masonry-img {
  height: 280px;
  object-fit: cover;
}
.masonry-item:nth-child(2) {
  margin-bottom: 25px;
}
.masonry-item:nth-child(2) .masonry-img {
  height: 180px;
  object-fit: cover;
}
.masonry-item:nth-child(3) {
  margin-bottom: 12px;
}
.masonry-item:nth-child(3) .masonry-img {
  height: 320px;
  object-fit: cover;
}
.masonry-item:nth-child(4) {
  margin-bottom: 18px;
}
.masonry-item:nth-child(4) .masonry-img {
  height: 200px;
  object-fit: cover;
}
.masonry-item:nth-child(5) {
  margin-bottom: 22px;
}
.masonry-item:nth-child(5) .masonry-img {
  height: 240px;
  object-fit: cover;
}
.masonry-item:nth-child(6) {
  margin-bottom: 15px;
}
.masonry-item:nth-child(6) .masonry-img {
  height: 300px;
  object-fit: cover;
}
.masonry-item:nth-child(7) {
  margin-bottom: 10px;
}
.masonry-item:nth-child(7).custom-height-item .masonry-img {
  height: 340px;
}
.masonry-item:nth-child(7) .masonry-img {
  height: 160px;
  object-fit: cover;
}
.masonry-item:nth-child(8) {
  margin-bottom: 20px;
}
.masonry-item:nth-child(8) .masonry-img {
  height: 260px;
  object-fit: cover;
}
.masonry-item:hover {
  transform: translateY(-3px) rotate(0.5deg);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.masonry-item:hover .masonry-overlay {
  opacity: 1;
}
.masonry-item:hover .masonry-img {
  transform: scale(1.02);
}
.masonry-item:nth-child(odd) {
  transform: rotate(-0.3deg);
}
.masonry-item:nth-child(even) {
  transform: rotate(0.2deg);
}
.masonry-img {
  width: 100%;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .masonry-img {
    height: auto !important;
  }
}
.masonry-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: white;
  padding: 15px;
  opacity: 1;
  transition: background 0.3s ease, padding 0.3s ease;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.masonry-overlay h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.masonry-overlay p {
  margin: 8px 0 0 0;
  font-size: 0.85rem;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  height: 0;
  overflow: hidden;
}
.masonry-item:hover .masonry-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  padding: 15px 15px 20px 15px;
}
.masonry-item:hover .masonry-overlay h4 {
  transform: translateY(-10px);
}
.masonry-item:hover .masonry-overlay p {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
.object-position-center {
  object-position: center;
}
.object-position-right {
  object-position: right;
}
.text-shadow-light {
  text-shadow: 2px 6px 14px #9f7f4f;
}
.text-shadow-dark {
  text-shadow: 2px 6px 14px #000;
}
.otro-blockquote {
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 56px;
  border-left: 4px solid #daba88;
  line-height: 1.6;
  position: relative;
  margin-left: 2rem;
}
.otro-blockquote::before {
  content: "“";
  color: #DABA88;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.otro-blockquote::after {
  content: "";
}
.pagination {
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 110px;
}
.pagination li {
  margin-right: 13px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  color: black;
}
.pagination li.active {
  background-color: #DABA88;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li.active a {
  color: white;
}
.blog .box-img1 {
  height: 257px;
}
.blog .box-img1 img {
  height: 257px;
  width: 100%;
  object-fit: cover;
}
.blog p {
  line-height: 1.5;
}
.conseil-content a {
  color: #DABA88;
  text-decoration: underline;
}
.conseil-content a:hover {
  color: #cea361;
}
.conseil-content table {
  width: 100%;
  border-collapse: collapse;
}
.conseil-content table th, .conseil-content table td {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
}
.conseil-content table thead th {
  border-bottom-width: 2px;
}
.conseil-content table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.conseil-content table tbody tr:nth-child(odd) td, .conseil-content table tbody tr:nth-child(odd) th {
  background-color: rgba(0, 0, 0, 0.05);
}
.conseil-content table tbody tr:nth-child(odd) td, .conseil-content table tbody tr:nth-child(odd) th {
  background-color: #f8f9fa;
}
.footer-links a {
  color: #000;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #DABA88;
}
/* Transparent navbar for video overlay with sticky behavior */
.navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(235, 203, 203, 0.1);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: all 0.3s ease;
}
.navbar .nav-link {
  font-weight: 400;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.navbar .navbar-brand, .navbar .nav-link {
  color: black !important;
}
.navbar .navbar-brand:hover, .navbar .nav-link:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.navbar .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.3);
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Scrolled state - more opaque background when not over video */
.navbar.scrolled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* Logo styling */
.navbar-brand .logo {
  height: 70px;
  width: auto;
}
/* Center the navigation menu */
.navbar-collapse.justify-content-center .navbar-nav {
  margin: 0 auto;
}
.navbar-nav .nav-link {
  font-weight: 400;
  margin: 0 0.1rem;
  transition: color 0.3s ease;
  font-size: 15px;
}
.navbar-nav .nav-link:hover {
  color: #A58047 !important;
}
.navbar-nav .nav-link.active {
  color: #A58047 !important;
  font-weight: 400;
}
.dropdown-menu {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.dropdown-item:hover {
  background-color: #DABA88;
  color: white;
}
.nav-link .feather-icon:hover {
  color: #DABA88;
}
/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    padding-top: 1rem;
  }
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }
  .navbar-collapse.justify-content-center {
    justify-content: flex-start !important;
  }
  .navbar-collapse.justify-content-center .navbar-nav {
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .nav-link {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
}
.navbar-nav li::before {
  display: none !important;
}
.navbar-nav li {
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
}
h1, h2, h3 {
  font-family: "Seasons", sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 2px;
}
h2 {
  font-size: 40px;
  margin-bottom: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
}
p {
  line-height: 2.1;
}
.text-primary {
  color: #DABA88 !important;
}
.text-gradient {
  background: linear-gradient(45deg, #DABA88, #A58047);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}
.text-gradient1 {
  background: linear-gradient(45deg, #d4af37, #f4e4bc, #e8c373);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-text-white {
  background: linear-gradient(to right, #9f7f4f 0%, #9f7f4f 88%, rgba(255, 255, 255, 0.98) 93%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h5 {
  margin-bottom: 1rem;
}
.btn {
  border-radius: 100px;
  padding: 7px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.btn:active {
  background-color: #A58047 !important;
  border-color: #A58047 !important;
}
.btn.btn-primary {
  background-color: #DABA88;
  border-color: #DABA88;
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
