@import url("css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.11.1/font/bootstrap-icons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@font-face {
  font-family: Canela;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Canela.woff2) format("woff2"), url(/fonts/Canela.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: CanelaThinItalic;
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/Canela-Thin-Italic.woff2) format("woff2"), url(/fonts/Canela-Thin-Italic.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: CanelaLight;
  font-style: normal;
  font-weight: 250;
  src: url(/fonts/Canela-Light-Web.woff2) format("woff2"), url(/fonts/Canela-Light-Web.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: CanelaThin;
  font-style: normal;
  font-weight: 100;
  src: url(/fonts/Canela-Thin-Web.woff2) format("woff2"), url(/fonts/Canela-Thin-Web.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: LatoRegular;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Lato-Regular.woff2) format("woff2"), url(/fonts/Lato-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: LatoLight;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Lato-Light.woff2) format("woff2"), url(/fonts/Lato-Light.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: LatoMedium;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Lato-Medium.woff2) format("woff2"), url(/fonts/Lato-Medium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: LatoSemi;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Lato-Semibold.woff2) format("woff2"), url(/fonts/Lato-Semibold.ttf) format("truetype");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CanelaThin", serif;
}

body {
  font-family: "LatoRegular", sans-serif;
  background-color: #FAF4EE;
}

.text-vowsprimary {
  color: #814D4D;
}

.text-vowssecondary {
  color: #A1735C;
}

.bg-primary {
  background-color: #814D4D !important;
}

.bg-secondary {
  background-color: #A1735C !important;
}

.bg-vows-tertiary {
  background-color: #F2DBDB !important;
}

.default-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Top Navigation and Hero Section */
/* Fixed Navbar Container */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.5rem 2rem;
}

/* Navbar Styling */
.navbar-custom {
  max-width: 1400px;
  margin: 0 auto;
}

.navbar-custom .navbar-brand {
  padding: 0;
  margin-right: 2rem;
}

.navbar-center {
  background-color: #F7EADF;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  font-family: "LatoRegular", sans-serif;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
}
.navbar-wrapper .logo-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.navbar-wrapper .logo-circle img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
}

.navbar-custom .navbar-nav {
  align-items: center;
}

.navbar-custom .nav-link {
  color: #814D4D;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.navbar-custom .nav-link:hover {
  color: var(--rose-dark);
}

.navbar-custom .dropdown-toggle::after {
  margin-left: 0.3rem;
  vertical-align: middle;
}

.navbar-custom .dropdown-menu {
  background-color: #F7EADF;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.navbar-custom .dropdown-item {
  color: var(--text-brown);
  padding: 0.6rem 1.5rem;
  transition: all 0.3s ease;
}

.navbar-custom .dropdown-item:hover {
  background-color: #814D4D;
  color: #FAF4EE;
}

.icon-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
}

.icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F7EADF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #814D4D;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
}

.icon-btn:hover {
  background: var(--rose-gold);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(183, 110, 121, 0.3);
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
  background: white;
  border-radius: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background-color: var(--rose-gold);
  display: block;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--rose-gold);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  bottom: -8px;
}

/* Hero Section */
.hero-section {
  height: 90vh;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Animations */
  /* Mobile Responsive */
}
.hero-section #heroCarousel.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section .carousel-item {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-section .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(74, 67, 64, 0.3));
}
.hero-section .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  bottom: auto;
  text-align: center;
  z-index: 10;
}
.hero-section .hero-subtitle {
  font-family: "LatoRegular", sans-serif;
  font-size: 1.2rem;
  color: #F0E8E0;
  margin-bottom: 1.5rem;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
}
.hero-section .hero-title {
  font-family: "CanelaThin", serif;
  font-size: 4rem;
  font-weight: 250;
  color: white;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-section .hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-section .btn-primary-custom {
  background-color: #8e313f;
  border: none;
  color: white;
  padding: 1rem 2.5rem;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(183, 110, 121, 0.3);
  text-decoration: none;
  display: inline-block;
}
.hero-section .btn-primary-custom:hover {
  background-color: #A1735C;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(183, 110, 121, 0.4);
  color: white;
}
.hero-section .btn-outline-custom {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 1rem 2.5rem;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.hero-section .btn-outline-custom:hover {
  background-color: #FAF4EE;
  color: #814D4D;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.25);
}
.hero-section .carousel-control-prev {
  right: auto;
  left: 3rem;
}
.hero-section .carousel-control-next {
  left: auto;
  right: 3rem;
}
.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon {
  width: 30px;
  height: 30px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-section .animate-subtitle {
  animation: fadeInDown 1s ease-out 0.3s both;
}
.hero-section .animate-title {
  animation: fadeInUp 1s ease-out 0.6s both;
}
.hero-section .animate-buttons {
  animation: fadeInUp 1s ease-out 0.9s both;
}
@media (max-width: 991px) {
  .hero-section .navbar-wrapper {
    padding: 1rem;
  }
  .hero-section .navbar-custom {
    padding: 0.8rem 1rem;
  }
  .hero-section .navbar-wrapper .logo-circle {
    width: 55px;
    height: 55px;
  }
  .hero-section .navbar-custom .navbar-collapse {
    background-color: var(--beige);
    border-radius: 20px;
    margin-top: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  .hero-section .navbar-custom .nav-link {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(139, 111, 92, 0.1);
  }
  .hero-section .navbar-custom .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  .hero-section .navbar-custom .dropdown-menu {
    background-color: rgba(240, 232, 224, 0.7);
    border-radius: 5px;
    margin-left: 1rem;
  }
  .hero-section .icon-buttons {
    justify-content: center;
    margin: 1rem 0 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(139, 111, 92, 0.1);
  }
  .hero-section .icon-btn {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
  .hero-section .hero-subtitle {
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
  .hero-section .hero-title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .hero-section .btn-primary-custom,
  .hero-section .btn-outline-custom {
    padding: 0.9rem 2rem;
    font-size: 0.95rem;
  }
  .hero-section .carousel-control-prev,
  .hero-section .carousel-control-next {
    width: 50px;
    height: 50px;
  }
  .hero-section .carousel-control-prev {
    left: 1rem;
  }
  .hero-section .carousel-control-next {
    right: 1rem;
  }
}

@media (max-width: 576px) {
  .navbar-wrapper {
    padding: 0.8rem;
  }
  .navbar-wrapper .logo-circle {
    width: 50px;
    height: 50px;
  }
  .hero-subtitle {
    font-size: 0.85rem;
    letter-spacing: 1.5px;
  }
  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }
  .btn-primary-custom,
  .btn-outline-custom {
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 45px;
    height: 45px;
  }
  .carousel-control-prev {
    left: 0.5rem;
  }
  .carousel-control-next {
    right: 0.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .navbar-custom .nav-link {
    font-size: 0.95rem;
    padding: 0.5rem 0.8rem;
  }
}
@media (min-width: 1200px) {
  .navbar-custom .nav-link {
    padding: 0.5rem 1.2rem;
  }
}
/* Top Navigation and Hero Section */
/*Buttons start here*/
.btn-modern-gradient {
  padding: 12px 32px;
  background: linear-gradient(135deg, #A1735C, #814D4D);
  color: #fff;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-modern-gradient:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(61, 61, 61, 0.3);
}

.btn-icon {
  padding: 10px 30px;
  border-radius: 50px;
  background: #FAF4EE;
  color: #814D4D;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease;
  border: solid 1px #814D4D;
  font-weight: 500;
}

.btn-icon span {
  display: inline-block;
  transform: translateX(-8px);
  opacity: 0;
  transition: all 0.3s ease;
}

.btn-icon:hover {
  transform: translateY(-3px);
  background-color: #814D4D;
  color: #FAF4EE;
}

.btn-icon:hover span {
  transform: translateX(0);
  opacity: 1;
}

.btn-icon-ser {
  padding: 10px 30px;
  border-radius: 50px;
  background: #814D4D;
  color: #FAF4EE;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease;
  border: solid 1px #814D4D;
  font-weight: 500;
}

.btn-icon-ser span {
  display: inline-block;
  transform: translateX(-8px);
  opacity: 0;
  transition: all 0.3s ease;
}

.btn-icon-ser:hover {
  transform: translateY(-3px);
  background-color: #F2DBDB;
  color: #814D4D;
}

.btn-icon-ser:hover span {
  transform: translateX(0);
  opacity: 1;
}

/*Buttons end here*/
.fw-250 {
  font-weight: 250 !important;
}

/*About us section*/
.about-section {
  font-family: "LatoRegular", sans-serif;
}

.about-text h6 {
  font-family: "LatoRegular", sans-serif;
}

.about-img img {
  transition: transform 0.5s ease, box-shadow 0.4s ease;
}

.about-img:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
  .about-text {
    text-align: center;
  }
  .about-quote {
    margin: 0 auto;
  }
}
/*About us section*/
/*Service Section start here*/
#services-section {
  background-color: #F2DBDB;
}
#services-section .header-section {
  text-align: center;
  margin-bottom: 50px;
}
#services-section .header-subtitle {
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8b6b5c;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#services-section .header-title {
  font-family: "Canela", serif;
  font-size: 46px;
  font-weight: 250;
  color: #6b4e3d;
  margin-bottom: 15px;
  line-height: 1.3;
}
#services-section .header-description {
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  color: #8b6b5c;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
#services-section .service-card {
  background: #FAF4EE;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
#services-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#services-section .service-image {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: 20px 20px 0 20px;
  width: calc(100% - 40px);
}
#services-section .service-content {
  padding: 35px 40px 40px;
}
#services-section .service-title {
  font-family: Canela, serif;
  font-size: 28px;
  font-weight: 250;
  color: #814D4D;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}
#services-section .service-description {
  font-family: "LatoRegular", sans-serif;
  font-size: 14px;
  color: #814D4D;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  #services-section .header-title {
    font-size: 32px;
  }
  #services-section .service-title {
    font-size: 24px;
  }
  #services-section .service-content {
    padding: 25px 30px 30px;
  }
  #services-section .service-image {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    margin: 20px 20px 0 20px;
    width: calc(100% - 40px);
  }
}

/*Service Section End here*/
/*Our promise section start here*/
#our-promise.promise-section {
  background: #814D4D;
  padding: 80px 0 100px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  /* Custom Icons using Bootstrap Icons */
}
#our-promise.promise-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
#our-promise.promise-section .section-title {
  font-family: "CanelaThin", serif;
  font-size: 46px;
  font-weight: 250;
  color: #FAF4EE;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#our-promise.promise-section .section-description {
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  color: #FAF4EE;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 300;
}
#our-promise.promise-section .promise-card {
  background: #FAF4EE;
  border-radius: 20px;
  padding: 50px 40px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-align: center;
}
#our-promise.promise-section .promise-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
#our-promise.promise-section .promise-icon {
  font-size: 64px;
  color: #814D4D;
  margin-bottom: 30px;
}
#our-promise.promise-section .promise-title {
  font-family: "CanelaThin", serif;
  font-size: 32px;
  font-weight: 600;
  color: #814D4D;
  margin-bottom: 25px;
}
#our-promise.promise-section .promise-text {
  font-family: "LatoRegular", sans-serif;
  font-size: 15px;
  color: #814D4D;
  line-height: 1.8;
  font-weight: 400;
}
#our-promise.promise-section .cta-button {
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  color: #814D4D;
  background: #FAF4EE;
  border: none;
  padding: 16px 45px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  margin-top: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
#our-promise.promise-section .cta-button:hover {
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #8b6b63;
}
#our-promise.promise-section .button-container {
  text-align: center;
}
#our-promise.promise-section .icon-design::before {
  content: "\f4d3";
  /* bi-layout-text-window-reverse */
}
#our-promise.promise-section .icon-manage::before {
  content: "\f4ca";
  /* bi-clipboard-check */
}
#our-promise.promise-section .icon-deliver::before {
  content: "\f4cb";
  /* bi-clipboard-check-fill */
}
@media (max-width: 768px) {
  #our-promise.promise-section .section-title {
    font-size: 42px;
  }
  #our-promise.promise-section .promise-title {
    font-size: 26px;
  }
  #our-promise.promise-section .promise-card {
    padding: 40px 30px;
  }
  #our-promise.promise-section .promise-section {
    padding: 60px 0 80px;
  }
}

/*Our promise section end here*/
/*Recent Work Section Start Here*/
.recent-work-section {
  background: linear-gradient(135deg, #f5e8e4 0%, #ede3df 50%, #f5e8e4 100%);
  padding: 80px 0 100px;
  position: relative;
  /* Specific heights for different column sizes */
  /* Overlay effect on hover */
  /* Responsive Design */
  /* Fancybox Custom Styling */
}
.recent-work-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.recent-work-section .section-title {
  font-family: "CanelaThin", serif;
  font-size: 46px;
  font-weight: 250;
  color: #7d5e52;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.recent-work-section .section-description {
  font-family: "LatoRegular", sans-serif;
  font-size: 15px;
  color: #8b6b5c;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 400;
}
.recent-work-section .gallery-row {
  margin-bottom: 25px;
}
.recent-work-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  display: block;
  height: 100%;
}
.recent-work-section .gallery-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.recent-work-section .gallery-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 25px;
}
.recent-work-section .gallery-item:hover img {
  transform: scale(1.1);
}
.recent-work-section .col-md-6 .gallery-item img {
  height: 400px;
}
.recent-work-section .col-md-3 .gallery-item img {
  height: 400px;
}
.recent-work-section .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(125, 94, 82, 0.7) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
}
.recent-work-section .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.recent-work-section .overlay-text {
  font-family: "CanelaThin", serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 250;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.recent-work-section .gallery-item:hover .overlay-text {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .recent-work-section .gallery-item img {
    height: 300px;
  }
  .recent-work-section .section-title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .recent-work-section .gallery-item img {
    height: 280px;
  }
  .recent-work-section .section-title {
    font-size: 36px;
  }
  .recent-work-section .recent-work-section {
    padding: 60px 0 80px;
  }
  .recent-work-section .gallery-row {
    margin-bottom: 0;
  }
}
.recent-work-section .fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.92);
}
.recent-work-section .fancybox__caption {
  font-family: "CanelaThin", serif;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}

.recent-work-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8b6b63 0%, #a67c6d 50%, #8b6b63 100%);
}

/*Recent Work Section End Here*/
/*Testimonials Start here*/
.testi-sect #testimonialCarousel.carousel {
  position: relative;
}
.testi-sect .testimonial-card {
  background-color: #F2DBDB;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.testi-sect .testimonial-image {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-sect .testimonial-content {
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.testi-sect .testimonial-title {
  font-family: "CanelaThin", serif;
  color: #6b4a45;
  font-size: 2.5rem;
  font-weight: 250;
  margin-bottom: 40px;
  line-height: 1.3;
}
.testi-sect .testimonial-text {
  font-family: "LatoRegular", sans-serif;
  color: #6b4a45;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: 300;
}
.testi-sect .testimonial-author {
  font-family: "LatoRegular", sans-serif;
  color: #6b4a45;
  font-size: 1rem;
  font-style: italic;
  margin-top: 30px;
  font-weight: 400;
}
.testi-sect .carousel-control-prev,
.testi-sect .carousel-control-next {
  /* Match hero controls: fixed circular buttons with centered icon */
  width: 70px;
  height: 70px;
  background-color: rgba(83, 48, 48, 0.15);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-sect .carousel-control-prev:hover,
.testi-sect .carousel-control-next:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.25);
}
.testi-sect .carousel-control-prev {
  left: 3rem;
}
.testi-sect .carousel-control-next {
  right: 3rem;
}
.testi-sect .carousel-control-prev-icon,
.testi-sect .carousel-control-next-icon {
  /* Small inner icon like hero */
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: rgba(107, 74, 69, 0.5);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  /* keep the chevron visible but smaller inside the colored circle */
  background-size: 60% 60%;
}
.testi-sect .carousel-indicators button {
  background-color: #6b4a45;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 8px;
}
.testi-sect .carousel-control-next-icon,
.testi-sect .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .testi-sect .testimonial-content {
    padding: 40px 30px;
  }
  .testi-sect .testimonial-title {
    font-size: 1.8rem;
  }
  .testi-sect .testimonial-text {
    font-size: 0.95rem;
  }
  .testi-sect .testimonial-image {
    height: 400px;
  }
}

/*Testimonials End here*/
/*Footer start here*/
.footer-section {
  background-color: #814D4D;
  color: #ffffff;
  padding: 60px 0 30px 0;
}
.footer-section .logo-container {
  text-align: left;
  margin-bottom: 30px;
}
.footer-section .logo-circle {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-section .logo-circle img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.footer-section .company-description {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
  max-width: 600px;
  font-weight: 300;
  font-family: "LatoRegular", sans-serif;
}
.footer-section .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.footer-section .social-icon {
  width: 50px;
  height: 50px;
  background-color: #f5e6e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b6f6a;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section .social-icon:hover {
  background-color: #ffffff;
  transform: translateY(-3px);
  color: #8b6f6a;
}
.footer-section .divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 40px 0 30px 0;
}
.footer-section .footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-section .footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}
.footer-section .footer-nav a:hover {
  color: #f5e6e0;
}
.footer-section .contact-section {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 50px;
}
.footer-section .contact-title {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #ffffff;
}
.footer-section .contact-heading {
  font-family: "CanelaThin", serif;
  font-size: 32px;
  font-weight: 250;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #ffffff;
}
.footer-section .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-section .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-section .contact-item:hover {
  color: #f5e6e0;
}
.footer-section .contact-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.footer-section .copyright {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer-section .footer-section {
    padding: 40px 0 20px 0;
  }
  .footer-section .contact-section {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
    padding-top: 40px;
    margin-top: 40px;
  }
  .footer-section .contact-heading {
    font-size: 26px;
  }
  .footer-section .footer-nav {
    gap: 25px;
  }
  .footer-section .logo-circle {
    width: 120px;
    height: 120px;
  }
  .footer-section .logo-circle img {
    width: 80px;
  }
}

/*Footer end here*/
/*About us content start here*/
/* Inner Banner / About Hero */
.inner-banner {
  width: 100%;
}

.inner-banner .inner-hero {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-banner .inner-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 24, 27, 0.75), rgba(24, 24, 27, 0.55));
  z-index: 1;
}

.inner-banner .hero-content {
  position: relative;
  z-index: 2;
  padding: 9rem 0 0 0;
  color: #fff;
}

.inner-banner .hero-title {
  font-family: "CanelaThin", serif;
  font-size: 3.2rem;
  font-weight: 250;
  margin: 0 0 0.5rem 0;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 2px 4px 18px rgba(0, 0, 0, 0.5);
}

.inner-banner .hero-subtitle {
  font-family: "LatoRegular", sans-serif;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 991px) {
  .inner-banner .hero-title {
    font-size: 2rem;
  }
  .inner-banner .hero-subtitle {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
  .inner-banner .inner-hero {
    min-height: 40vh;
  }
}
/*About us content end here*/
/*Contact Us page styles */
.contact-sect {
  /* Ripple Effect */
}
.contact-sect .main-container {
  min-height: 100vh;
  padding: 60px 20px;
}
.contact-sect h1 {
  font-family: "CanelaThin", serif;
  color: #814D4D;
  font-size: 3rem;
  margin-bottom: 25px;
  font-weight: 250;
}
.contact-sect .subtitle {
  color: #814D4D;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 50px;
  font-family: "LatoRegular", sans-serif;
}
.contact-sect .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.contact-sect .contact-icon {
  background-color: #814D4D;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 24px;
  color: #F7EADF;
}
.contact-sect .contact-icon svg {
  width: 24px;
  height: 24px;
  fill: #FAF4EE;
}
.contact-sect .contact-text h5 {
  font-weight: 400;
  color: #814D4D;
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-family: "Canela", serif;
}
.contact-sect .contact-text p {
  margin: 0;
  color: #A1735C;
  font-size: 1rem;
}
.contact-sect .contact-text p a {
  color: #A1735C;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.contact-sect .contact-text p a:hover {
  text-decoration: underline;
}
.contact-sect .form-container {
  background-color: #F2DBDB;
  padding: 50px;
  border-radius: 10px;
}
.contact-sect .form-label {
  color: #814D4D;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1rem;
}
.contact-sect .form-group {
  position: relative;
}
.contact-sect .form-control {
  background-color: #F7EADF;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.contact-sect .form-control:hover {
  border-color: #c8a8a8;
}
.contact-sect .form-control:focus {
  border-color: #8b6b6b;
  box-shadow: 0 0 0 0.2rem rgba(139, 107, 107, 0.15);
  outline: 0;
}
.contact-sect .ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(139, 107, 107, 0.3);
  pointer-events: none;
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  z-index: 0;
}
@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}
.contact-sect textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.contact-sect .btn-submit {
  background-color: #8b6b6b;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 400;
  border-radius: 4px;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.contact-sect .btn-submit:hover {
  background-color: #745858;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 107, 107, 0.3);
}
.contact-sect .btn-submit:active {
  transform: translateY(0);
}
@media (max-width: 991px) {
  .contact-sect h1 {
    font-size: 2.5rem;
  }
  .contact-sect .form-container {
    padding: 35px;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .contact-sect h1 {
    font-size: 2rem;
  }
  .contact-sect .form-container {
    padding: 25px;
  }
}

/*contact us page styles end here*/
/*Services section start here*/
.service-sect {
  background-color: #F7EADF;
  /* Outer thin border (gap effect) */
}
.service-sect .section-card {
  background-color: #FAF4EE;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.service-sect .wedding-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: center;
}
.service-sect .wedding-image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.service-sect .section-title {
  font-size: 2.5rem;
  color: #814D4D;
  margin-bottom: 20px;
  font-weight: 250;
}
.service-sect .section-subtitle {
  color: #814D4D;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "LatoRegular", sans-serif;
}
.service-sect .service-card {
  border: 1px solid #e8ddd4;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}
.service-sect .service-card.first {
  background: rgba(242, 219, 219, 0.3);
}
.service-sect .service-card.second {
  background: rgba(247, 234, 223, 0.3);
}
.service-sect .service-card.third {
  background: rgba(242, 219, 219, 0.3);
}
.service-sect .service-card .service-title {
  font-size: 1.2rem;
  color: #814D4D;
  margin-bottom: 15px;
  font-family: "Canela", serif;
  font-weight: 400;
}
.service-sect .service-card .service-description {
  color: #814D4D;
  font-size: 0.85rem;
  line-height: 1.6;
}
.service-sect .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.service-sect .cta-button {
  background-color: #814D4D;
  /* Inner background color */
  color: #FAF4EE;
  /* Text color */
  padding: 12px 30px;
  /* Spacing inside the filled box */
  font-size: 0.85rem;
  border: none;
  /* Inner border (matches background) */
  position: relative;
  cursor: pointer;
  width: auto;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.service-sect .cta-button::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid #814D4D;
  /* Outer border */
}
.service-sect .cta-button:hover {
  background-color: #F2DBDB;
  transform: translateY(-2px);
  color: #814D4D;
}
.service-sect .corporate-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}
.service-sect .corporate-image {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .service-sect .wedding-section,
  .service-sect .corporate-section {
    grid-template-columns: 1fr;
  }
  .service-sect .section-card {
    padding: 30px;
  }
  .service-sect .section-title {
    font-size: 2rem;
  }
  .service-sect .wedding-image,
  .service-sect .corporate-image {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .service-sect .section-title {
    font-size: 1.75rem;
  }
  .service-sect .service-card,
  .service-sect .event-card {
    padding: 20px;
  }
}

/*Services section end here*/
/*Destination Wedding start here*/
.bg-we-offer, .bg-we-celebrate {
  background-image: url("../images/bg-we-offer.webp");
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  background-size: cover;
}
.bg-we-offer .bg-overflow, .bg-we-celebrate .bg-overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 62, 80, 0.6);
}
.bg-we-offer .section-title, .bg-we-celebrate .section-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 250;
  color: #FAF4EE;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
}
.bg-we-offer .section-title::after, .bg-we-celebrate .section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #d4a574, #f4d9c6);
}
.bg-we-offer .service-card, .bg-we-offer .service-card-one, .bg-we-celebrate .service-card, .bg-we-celebrate .service-card-one {
  background: #F7EADF;
  border-radius: 5px;
  padding: 40px 30px;
  height: 100%;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.bg-we-offer .service-card::before, .bg-we-celebrate .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.1) 0%, rgba(244, 217, 198, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.bg-we-offer .service-card:hover::before, .bg-we-celebrate .service-card:hover::before {
  opacity: 1;
}
.bg-we-offer .service-card:hover, .bg-we-celebrate .service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 60px rgba(212, 165, 116, 0.3);
}
.bg-we-offer .service-icon, .bg-we-celebrate .service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #A1735C;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}
.bg-we-offer .service-card:hover .service-icon, .bg-we-celebrate .service-card:hover .service-icon {
  transform: scale(1.15) rotate(360deg);
  box-shadow: 0 10px 10px rgba(212, 165, 116, 0.5);
}
.bg-we-offer .service-icon i, .bg-we-celebrate .service-icon i {
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease;
}
.bg-we-offer .service-card:hover .service-icon i, .bg-we-celebrate .service-card:hover .service-icon i {
  transform: scale(1.1);
}
.bg-we-offer .service-title, .bg-we-celebrate .service-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #814D4D;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  font-family: "Canela", serif;
}
.bg-we-offer .service-card:hover .service-title, .bg-we-celebrate .service-card:hover .service-title {
  color: #A1735C;
}
.bg-we-offer .service-description, .bg-we-celebrate .service-description {
  font-size: 1rem;
  color: #A1735C;
  line-height: 1.7;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}
.bg-we-offer .service-card:hover .service-description, .bg-we-celebrate .service-card:hover .service-description {
  color: #814D4D;
}
.bg-we-offer .card-wrapper, .bg-we-celebrate .card-wrapper {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg-we-offer .card-wrapper:nth-child(1), .bg-we-celebrate .card-wrapper:nth-child(1) {
  animation-delay: 0.1s;
}
.bg-we-offer .card-wrapper:nth-child(2), .bg-we-celebrate .card-wrapper:nth-child(2) {
  animation-delay: 0.2s;
}
.bg-we-offer .card-wrapper:nth-child(3), .bg-we-celebrate .card-wrapper:nth-child(3) {
  animation-delay: 0.3s;
}
.bg-we-offer .card-wrapper:nth-child(4), .bg-we-celebrate .card-wrapper:nth-child(4) {
  animation-delay: 0.4s;
}
.bg-we-offer .card-wrapper:nth-child(5), .bg-we-celebrate .card-wrapper:nth-child(5) {
  animation-delay: 0.5s;
}
.bg-we-offer .card-wrapper:nth-child(6), .bg-we-celebrate .card-wrapper:nth-child(6) {
  animation-delay: 0.6s;
}
.bg-we-offer .card-wrapper:nth-child(7), .bg-we-celebrate .card-wrapper:nth-child(7) {
  animation-delay: 0.7s;
}
@media (max-width: 768px) {
  .bg-we-offer .section-title, .bg-we-celebrate .section-title {
    font-size: 2rem;
  }
  .bg-we-offer .service-card, .bg-we-celebrate .service-card {
    padding: 30px 20px;
  }
}

.height-650 {
  height: 650px !important;
}

/*Destination Wedding end here*/
/*celebration experience start here*/
.experience-sect {
  background-color: #FAF4EE;
  /* Progress indicator */
}
.experience-sect h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  color: #814D4D;
  margin-bottom: 60px;
  letter-spacing: 1px;
}
.experience-sect .content-wrapper {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 30px;
}
.experience-sect .left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.experience-sect .event-card {
  background: #F2DBDB;
  border: 1px solid #d4c3bd;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.experience-sect .event-card.active {
  background: #F7EADF;
  border-color: #814D4D;
  opacity: 1;
  transform: scale(1.02);
}
.experience-sect .event-number {
  background: #814D4D;
  color: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
  flex-shrink: 0;
}
.experience-sect .event-card.active .event-number {
  background: #814D4D;
}
.experience-sect .event-info h3 {
  color: #814D4D;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Canela", serif;
}
.experience-sect .event-info p {
  color: #814D4D;
  font-size: 0.95rem;
  line-height: 1.4;
}
.experience-sect .right-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  height: 700px;
}
.experience-sect .image-box {
  background: #6b5750;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  background-size: cover;
  background-position: center center;
}
.experience-sect .image-box.large {
  grid-column: span 1;
  grid-row: span 2;
}
.experience-sect .image-box.wide {
  grid-column: span 2;
  grid-row: span 1;
}
.experience-sect .image-position-top {
  background-position: top center !important;
}
.experience-sect .progress-indicator {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}
.experience-sect .progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d4c3bd;
  transition: all 0.3s ease;
}
.experience-sect .progress-dot.active {
  background: #6b5750;
  width: 30px;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .experience-sect .content-wrapper {
    grid-template-columns: 1fr;
  }
  .experience-sect .right-column {
    height: 500px;
  }
  .experience-sect h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .m-mb-40 {
    margin-bottom: 40px !important;
  }
  .inner-banner .hero-content {
    padding: 5rem 0 0 0;
  }
}
/* Scroll-to-top button */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  background: #814D4D;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
  z-index: 1100;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.scroll-to-top .fa-chevron-up {
  font-size: 18px;
}

@media (max-width: 480px) {
  .scroll-to-top {
    right: 14px;
    bottom: 18px;
    width: 44px;
    height: 44px;
  }
}
/*# sourceMappingURL=styles.css.map */