@charset "UTF-8";
/* How We Work sticky behavior */
@media (min-width: 992px) {
  .how-we-work .sticky-box {
    position: sticky;
    top: 80px; /* adjust if header height differs */
    z-index: 2;
  }
}
:root {
  --primary-teal: ##0071A8;
  --text-dark: #000000;
  --text-light: #ffffff;
  --bg-light: #f8f9fa;
  --dark-blue:#1F3856;
  --white:#ffffff;
  --black:#000000;
  --dark-gray:#909090;
  --gray:#BABABA;
  --light-gray:#D9D9D9;
  --dark-green:#00834D;
  --gold-color:#FFB700;
  --light-teal:#F2F2F2;
  --dark-turqoise:#02737D;
  --turqoise:#009AA8;
  --super-d-turq:#014C52;
  --green:#008478;
  --body-bg:#F8F8F8;
  --blue:#0071A8;
  --yellow:#F5F2DB;
}

body {
  font-family: "ibm_plex_sansregular", sans-serif;
  margin: 0;
  padding: 0;
  background: var(--body-bg);
}

.form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green);
}

@font-face {
  font-family: "ibm_plex_sansregular";
  src: url("../fonts/ibm-plex-sans.regular-webfont.woff2") format("woff2"), url("../fonts/ibm-plex-sans.regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibm_plex_seriflight_italic";
  src: url("../fonts/ibmplexserif-lightitalic-webfont.woff2") format("woff2"), url("../fonts/ibmplexserif-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibm_plex_sansbold";
  src: url("../fonts/ibm-plex-sans.bold-webfont.woff2") format("woff2"), url("../fonts/ibm-plex-sans.bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.interiors {
  font-family: "ibm_plex_seriflight_italic";
  color: var(--gold-color);
  font-weight: 200;
}

.content-italic-contactus {
  font-family: "ibm_plex_seriflight_italic";
  font-size: 32px;
  font-weight: 300;
  color: var(--black);
}

.news-gallery-section {
  background: #F2F2F2;
  padding: 100px 0 50px 0;
}

/* Scoped styles to mimic highlight vs non-highlight appearance */
#news-gallery .nav-pills .nav-link.active {
  background: #B8DADD;
  color: #000;
}

#news-gallery .nav-pills .nav-link {
  background: #fff;
  color: #333;
  border-radius: 999px;
}

#news-gallery .icon-badge {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a7c59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e6ea;
}

#news-gallery .nav-pills .nav-link.active .icon-badge {
  background: #e7f3ef;
  border-color: #cfe6dc;
}

#news-gallery .nav-underline {
  gap: 48px;
}

#news-gallery .nav-underline .nav-link {
  color: var(--black);
  padding-bottom: 12px;
  font-size: 24px;
  color: var(--black);
}

#news-gallery .nav-underline .nav-link.active {
  color: #009AA8;
  border-bottom: 7px solid #009AA8;
}

#news-gallery .news-prev, #news-gallery .news-next {
  width: 40px;
  height: 40px;
}

#news-gallery .blue-link {
  color: #0071A8;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

#news-gallery .blue-link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#news-gallery .gallery-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 0.8;
}

#news-gallery .gallery-subtitle {
  font-size: 28px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
}

#about-section-box {
  --accent:#009AA8;
  --ink:#1f2a37;
  --muted:#6c757d;
  --soft:#e9f2f2;
  background: #fff;
}

#about-section-box .about-feature {
  background: #ECF5F6;
  border: solid 1px var(--green) !important;
}

#about-section-box .about-feature__title {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
}

#about-section-box .about-feature__sub {
  font-weight: 400;
  color: var(--dark-gray) !important;
  font-size: 14px;
}

#about-section {
  --accent:#009AA8;
  --ink:#1f2a37;
  --muted:#6c757d;
  --soft:#e9f2f2;
  background: #ECECEC;
  padding: 100px;
}

#about-section .about-feature {
  background: #eef6f6;
}

#about-section .about-feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #d7ecec;
  color: #0a7c59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

#about-section .about-feature__title {
  font-weight: 700;
  color: #000000;
  font-size: 22px;
}

#about-section .about-figure__inner {
  position: relative;
  aspect-ratio: 1/1;
  background: #fff;
  margin: 48px;
}

#about-section .about-figure__num {
  font-size: 140px;
  line-height: 1;
  font-weight: 700;
  color: #3b3b3b;
}

#about-section .about-figure__label {
  font-weight: 600;
}

#about-section .about-eyebrow {
  letter-spacing: 0.15em;
  color: #000000;
  font-weight: 600;
}

#about-section .about-heading {
  font-size: 30px;
  line-height: 1.25;
  color: #14233a;
}

#about-section .text-accent {
  color: var(--accent);
  font-family: "ibm_plex_seriflight_italic";
}

#about-section .about-stats .about-stat__num {
  font-size: 20px;
  font-weight: 700;
  color: #14233a;
}

#about-section .about-stats .about-stat__meta {
  font-size: 18px;
  color: #6b7280;
  margin-top: -6px;
}

#about-section .about-stats .about-stat__label {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  #about-section .about-heading {
    font-size: 32px;
    font-weight: 600;
  }
  #about-section .about-figure__num {
    font-size: 112px;
  }
}
.logo-scroll-title {
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  color: var(--white);
  position: absolute !important;
  top: -150px;
  font-family: "ibm_plex_sansbold" !important;
}

@media (max-width: 768px) {
  #about-section {
    --accent:#009AA8;
    --ink:#1f2a37;
    --muted:#6c757d;
    --soft:#e9f2f2;
    background: #ECECEC;
    padding: 112px;
  }
}
@media (max-width: 576px) {
  .logo-scroll-section {
    position: relative;
    background-color: #F8F8F8 !important;
    padding: 30px 0 !important;
    margin-bottom: 50px;
  }
  .logo-scroll-title {
    font-size: 40px !important;
    line-height: 100px;
    font-weight: 700;
    color: var(--white);
    position: absolute !important;
    top: -65px !important;
  }
  #about-section {
    --accent:#009AA8;
    --ink:#1f2a37;
    --muted:#6c757d;
    --soft:#e9f2f2;
    background: #ECECEC;
    padding: 40px 10px !important;
  }
}
.logo-scroll-section {
  position: relative;
  background-color: #F8F8F8 !important;
  padding: 100px 0 50px 0;
}

.logo-scroll-title {
  font-size: 130px;
  line-height: 150px;
  font-weight: 900 !important;
  color: var(--white);
  position: absolute !important;
  top: -111px;
}

.logo-scroll-wrap {
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.logo-scroll-track {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  align-items: center;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: end;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.logo-item img {
  max-width: 120px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-item:hover img {
  filter: none;
  opacity: 1;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--loop-width, 0px)));
  }
}
.logo-animate {
  animation: logo-marquee var(--loop-duration, 40s) linear infinite;
}

.how-we-work .btn-teal {
  background-color: var(--dark-blue);
  color: #fff;
  border: solid 1px var(--blue);
  border-radius: 4px !important;
}

.how-we-work .btn-teal:hover {
  background: transparent;
  color: #02737D;
}

.how-we-work .timeline {
  border-left: 2px solid #009AA8;
  padding-left: 28px;
}

.how-we-work .timeline-item {
  position: relative;
}

.how-we-work .timeline-item:not(:last-child) {
  margin-bottom: 10px;
}

.how-we-work .timeline-item p {
  font-size: 20px;
  color: var(--dark-gray) !important;
}

.how-we-work .timeline-item h5 {
  font-size: 36px;
  color: var(--black) !important;
}

.how-we-work .timeline-dot {
  position: absolute;
  left: -38px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #009AA8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.how-we-work .badge-note {
  background: #00834D;
  color: #fff;
  border-radius: 0;
  font-size: 11px;
  padding: 0.5rem 1rem;
}

.how-we-work .badge-youpay10 {
  background: #3D9DCC;
  color: #fff;
  border-radius: 0;
  font-size: 11px;
  padding: 0.5rem 1rem;
}

.how-we-work .badge-youpay50 {
  background: #009AA8;
  color: #fff;
  border-radius: 0;
  font-size: 11px;
  padding: 0.5rem 1rem;
}

.how-we-work .badge-youpay-movein {
  background: #1F3856;
  color: #fff;
  border-radius: 0;
  font-size: 11px;
  padding: 0.5rem 1rem;
}

.how-we-work .badge-youpay-included {
  background: #008478;
  color: #fff;
  border-radius: 0;
  font-size: 11px;
  padding: 0.5rem 1rem;
}

.how-we-work .timeline-item:hover h5 {
  color: #009AA8;
}

@media (max-width: 991.98px) {
  .how-we-work .timeline {
    margin-top: 8px;
  }
}
.our-services-section {
  background-color: #F2F2F2;
  padding: 0px 0 100px 0;
}

.our-services-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--black);
}

.our-services-subtitle {
  font-size: 28px;
  color: var(--dark-gray);
  font-family: "ibm_plex_seriflight_italic";
  font-weight: 400;
  line-height: 50px;
}

.our-services-section .service-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}

.our-services-section .service-image img {
  max-height: 300px;
  border-radius: 15px;
}

.our-services-section .service-card {
  border-radius: 6px;
  color: var(--white);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  background-color: #014C52 !important;
}

.our-services-section .service-card:hover {
  transform: translateY(-8px);
  color: var(--black);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  background: var(--white) !important;
}

.our-services-section .service-card:hover p {
  color: #909090 !important;
}

.our-services-section .service-card:hover .service-title {
  color: var(--black) !important;
}

@media (max-width: 768px) {
  .our-services-section h2 {
    font-size: 36px !important;
  }
  .our-services-section p {
    font-size: 18px !important;
  }
}
@media (max-width: 576px) {
  .our-services-section {
    padding: 50px 10px;
  }
  #news-gallery .nav-underline .nav-link {
    padding-bottom: 12px;
    font-size: 16px;
    color: var(--black);
  }
  #news-gallery .nav-underline {
    gap: 10px;
  }
  .quote-form-inner {
    position: absolute;
    right: 28px !important;
    top: -54% !important;
    transform: translateY(-11%);
    background-color: var(--text-light);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 320px;
    z-index: 3;
  }
  .our-services-section h2 {
    font-size: 28px !important;
  }
  .our-services-section p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .our-services-section .service-image {
    height: 150px !important;
  }
}
.promo-banner {
  background-color: #ECECEC;
  color: var(--black);
  padding: 8px 0;
  font-size: 14px;
}

.promo-text {
  color: var(--dark-blue);
  font-weight: 400;
  font-size: 18px;
  background: var(--gold-color);
  width: auto !important;
  padding: 12px 16px;
}

.promo-text .call {
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 21px;
}

.promo-text .number {
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 21px;
}

.btn-free-consult {
  background-color: #00834D;
  color: var(--text-light);
  border: none;
  padding: 6px 16px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
}

.btn-free-consult:hover {
  background-color: #015750 !important;
}

.btn-free-quote {
  background-color: #00834D !important;
  color: var(--text-light);
  border: none;
  padding: 6px 16px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
}

.btn-free-quote:hover {
  color: #ffffff !important;
  background-color: #013632 !important;
}

.white-bg {
  background-color: var(--white);
}

.blue-bg-contact {
  background-color: #DBEEED;
}

.black-bg {
  background-color: var(--black);
}

/* Custom Navbar Styles */
/* Base Navbar */
.custom-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1020; /* keeps above other content */
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 0;
}

/* Logo default size */
.custom-navbar #logo {
  height: 50px;
  transition: height 0.3s ease, transform 0.3s ease;
}

/* Navbar links */
.custom-navbar .nav-link {
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.custom-navbar .nav-link:hover {
  color: #007bff;
}

/* When scrolled */
.custom-navbar.scrolled {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.custom-navbar.scrolled #logo {
  height: 60px;
}

/* ==========================
   Recasa Page
   ========================== */
.recasa-hero {
  background: #1f3856 url("../storage/website/images/recasa-in-bg.png") right center/contain no-repeat;
  color: #fff;
  border-radius: 4px;
  min-height: 378px;
}

.recasa-hero .brand {
  max-width: 180px;
}

.recasa-hero .headline {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

.recasa-hero .subline {
  font-size: 28px;
  border-top: solid 1px var(--dark-gray);
  padding-top: 10px;
  margin-top: 20px;
}

.recasa-about h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--black);
}

.recasa-about p {
  color: var(--black);
  max-width: 800px;
  font-size: 21px;
}

.recasa-gallery-section {
  background-color: #F2F2F2;
  padding: 100px 0;
}

.recasa-gallery-section .why-choose-title-blue {
  color: var(--black);
}

.recasa-gallery-section .why-choose-subtitle-blue {
  color: var(--dark-gray);
}

.gallery-item {
  transition: transform 0.3s ease;
}

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

.gallery-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.recasa-about h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--black);
}

.recasa-about p {
  color: var(--black);
  max-width: 800px;
  font-size: 21px;
}

a.green-text {
  color: var(--dark-green);
  text-decoration: none;
}

a.green-text:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 0;
}

.navbar-brand img {
  margin-top: 0px !important;
}

.logo-graphic {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-text {
  line-height: 1;
}

.logo-text .main {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
}

.logo-text .sub {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-dark);
}

.tm-symbol {
  font-size: 10px;
  vertical-align: top;
}

/* Navigation Menu Styles */
.navbar-nav {
  gap: 0px;
}

.navbar-nav .nav-link {
  color: var(--text-dark) !important;
  font-weight: 400;
  font-size: 16px;
  padding: 24px 22px !important;
  border-radius: 0px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-link:hover {
  background-color: #014C52 !important;
  color: var(--white) !important;
}

.navbar-nav .nav-link.active {
  background-color: #014C52 !important;
  color: var(--white) !important;
}

/* Budget Calculator Button */
.budget-calculator {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  padding: 8px 16px;
  border-radius: 4px;
  color: var(--black) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.budget-calculator > * {
  position: relative;
  z-index: 1;
}

.budget-calculator::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1F3856 0%, #2A4A6B 100%);
  transition: left 0.4s ease;
  z-index: -1;
}

.budget-calculator img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(89%) saturate(7480%) hue-rotate(121deg) brightness(94%) contrast(95%);
  transition: filter 0.4s ease;
}

.budget-calculator:hover {
  background-color: transparent;
  text-decoration: none;
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(31, 56, 86, 0.3);
}

.budget-calculator:hover::before {
  left: 0;
}

.budget-calculator:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7485%) hue-rotate(180deg) brightness(104%) contrast(99%);
}

.budget-calculator i {
  margin-right: 8px;
  font-size: 10px;
}

/* view all portfolio Button */
.viewall-portfolio-button {
  display: flex;
  align-items: center;
  background-color: var(--white);
  padding: 8px 16px;
  border-radius: 4px;
  color: var(--dark-blue) !important;
  border: solid 1px var(--dark-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.viewall-portfolio-button img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(89%) saturate(7480%) hue-rotate(121deg) brightness(94%) contrast(95%);
}

.viewall-portfolio-button:hover {
  background-color: var(--dark-blue);
  text-decoration: none;
  color: var(--white) !important;
}

.viewall-portfolio-button:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(7485%) hue-rotate(180deg) brightness(104%) contrast(99%);
}

.viewall-portfolio-button i {
  margin-right: 8px;
  font-size: 16px;
}

/* Navbar Toggler Customization */
.navbar-toggler {
  border: none;
  padding: 4px 8px;
}

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

.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%2833, 37, 41, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Menu Styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--text-light);
    margin: 5px 5px 5px 5px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 999;
    width: 97%;
  }
  .navbar-nav {
    gap: 0;
  }
  .navbar-nav .nav-link {
    padding: 12px 16px !important;
    border-bottom: 1px solid #f1f3f4;
  }
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  .budget-calculator {
    margin-top: 15px;
    justify-content: center;
    width: 100%;
  }
}
.border-bottom-color-gray {
  border-bottom: 1px solid #909090;
  text-align: start;
}

.border-top-color-gray {
  border-top: 1px solid #909090;
}

.hero-section {
  position: relative;
  height: 90vh;
  background-image: url("../storage/website/images/home-hero-banner.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  align-items: top;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--text-light);
  padding: 80px 20px 10px 20px;
}

.hero-content-portfoliodetails {
  position: relative;
  z-index: 2;
  color: var(--text-light);
  padding: 0px 20px 10px 20px;
}

.reviews-slider-container {
  position: relative;
}

.reviews-slider-container .review-rating {
  margin-bottom: 10px !important;
}

.reviews-slider-container .review-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.reviews-slider-container .review-location {
  font-size: 16px;
  font-weight: 600;
  color: #0071A8 !important;
  margin-bottom: 10px;
}

.reviews-slider-container .review-content {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-dark);
}

.reviews-slider-container .carousel-control-next, .carousel-control-prev {
  width: 5% !important;
}

.reviews-slider-container .card-body {
  min-height: 350px !important;
}

.reviews-grid-container .review-rating {
  margin-bottom: 10px !important;
}

.reviews-grid-container .review-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.reviews-grid-container .review-location {
  font-size: 16px;
  font-weight: 600;
  color: #0071A8 !important;
  margin-bottom: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
  border-radius: 50%; /* makes circular background */
  padding: 12px; /* adds space around icon */
  background-size: 60%; /* slightly smaller icon inside circle */
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease; /* smooth hover effect */
}

/* Optional: Hover effect */
.reviews-slider-container .card img.card-img-top {
  width: 100%;
  height: 210px; /* or any fixed height you want */
  -o-object-fit: cover;
     object-fit: cover; /* maintains aspect ratio, crops overflow */
  -o-object-position: center;
     object-position: center; /* centers image crop */
  border-radius: 0px; /* optional for rounded corners */
}

.project-gallery img.fullscreen {
  width: 100%;
  height: auto;
}

.btn-blue {
  background: var(--dark-blue);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-blue:hover {
  background: #2f4e74 !important;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-view-portfolio {
  background: linear-gradient(135deg, #B8860B 0%, #FFD700 100%);
  color: #000;
  font-weight: bold !important;
  border: none;
  border-radius: 4px;
  padding: 10px 28px;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
}

.btn-view-portfolio:hover {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.btn-green {
  background: var(--dark-turqoise);
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-green:hover {
  background: #0498a5 !important;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-green-gradient {
  background: linear-gradient(90deg, #7ED957 0%, #00A651 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  padding: 10px 28px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-green-gradient:hover {
  background: linear-gradient(90deg, #00A651 0%, #7ED957 100%);
  color: #fff;
  transform: translateS(-2px);
  box-shadow: 0 4px 10px rgba(0, 166, 81, 0.4);
}

.btn-green-gradient:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.4);
}

.hero-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  text-underline-offset: 4px;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: 5px;
}

.hero-description {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

.quote-form {
  position: absolute;
  right: 113px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--text-light);
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 320px;
  z-index: 3;
}

.quote-form-dedicated-manager {
  position: absolute;
  right: 132px;
  top: -24%;
  transform: translateY(-11%);
  background-color: var(--text-light);
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 320px;
  z-index: 3;
}

.quote-bg {
  background-color: #DBEEED;
  border: solid 1px var(--blue);
}

.quote-bg .form-field input, .quote-bg .form-field textarea {
  background-color: var(--white);
}

.quote-form-header {
  color: var(--black);
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
}

.quote-form-body {
  padding: 0px 20px 20px 20px;
}

.quote-form-body-inner {
  padding: 20px 20px 20px 20px;
}

.quote-form-inner {
  position: absolute;
  right: 132px;
  top: -24%;
  transform: translateY(-11%);
  background-color: var(--text-light);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  width: 320px;
  z-index: 3;
}

.quote-form-inner .quote-form-header {
  color: var(--white);
  padding: 16px 20px;
  border-radius: 0px;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  background-color: var(--turqoise);
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: none;
  border: 1px solid #dee2e6;
  padding: 12px 10px;
  font-size: 14px;
  border-radius: 0px;
  color: var(--text-dark);
  background: transparent;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  border-bottom-color: var(--primary-teal);
}

.form-field input[type=email] {
  color: #007bff;
  text-decoration: underline;
}

.form-field textarea {
  resize: vertical;
  min-height: 80px;
}

.contact-form-submit {
  font-size: 17px;
  font-weight: 600;
  border-radius: 0px;
  color: #fff;
  background-color: #008478;
  padding: 12px 70px !important;
}

.contact-form-submit:hover {
  color: #fff;
  background-color: #02a698;
}

.send-button {
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  background: none;
  border: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  margin-top: 16px;
}

.send-button i {
  color: var(--primary-teal);
  font-size: 16px;
}

/* Thank You Card */
.thank-you-card {
  display: none;
  background: linear-gradient(135deg, #1a8c7f 0%, #2a9d8f 100%);
  border-radius: 0px;
  padding: 60px 40px 30px 40px;
  text-align: start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.thank-you-card.active {
  display: block;
}

.thank-you-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../storage/website/images/thank-you-bg.png");
  background-size: auto;
  background-position: bottom right;
  opacity: 0.8;
  pointer-events: none;
  display: none !important;
}

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

.thank-you-title {
  font-size: 64px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1;
}

.thank-you-message {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-light);
  margin-bottom: 60px;
  line-height: 1.4;
}

.thank-you-separator {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0 40px 0;
}

.thank-you-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-block;
}

.thank-you-link:hover {
  color: var(--text-light);
  transform: translateY(-2px);
}

.thank-you-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--text-light);
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.thank-you-close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--text-light);
  transform: rotate(90deg);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .quote-form {
    right: 30px;
    width: 320px;
  }
  .thank-you-title {
    font-size: 56px;
  }
  .thank-you-message {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-subtitle {
    font-size: 18px;
  }
  .quote-form {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px;
    max-width: 400px;
  }
  .hero-section {
    height: auto;
    padding: 0px 0;
    display: grid;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 6px 12px !important;
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .navbar-brand {
    justify-content: center;
    margin-bottom: 0px;
  }
  .promo-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .promo-text .call {
    color: var(--super-d-turq);
    font-weight: 600;
    font-size: 18px;
  }
  .promo-text .number {
    color: var(--turqoise);
    font-weight: 600;
    font-size: 18px;
  }
  .quote-form {
    margin: 20px auto;
  }
  .hero-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}
@media (max-width: 575.98px) {
  .hero-content {
    position: relative;
    z-index: 2;
    color: var(--text-light);
    padding: 50px 20px 50px 20px;
  }
  #news-gallery .gallery-title {
    font-size: 26px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 16px;
    line-height: 1.2;
  }
  #news-gallery .gallery-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.2;
  }
  .promo-text {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 10px !important;
    font-size: 12px !important;
    width: 100% !important;
  }
  .promo-banner {
    background-color: #ECECEC;
    color: var(--black);
    padding: 12px 0;
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .promo-text .number {
    color: var(--super-d-turq);
    font-weight: 600;
    font-size: 18px;
  }
  .hero-title {
    font-size: 24px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .quote-form {
    margin-top: 0px;
    margin-bottom: 50px;
    max-width: 320px !important;
  }
  .quote-form-body {
    padding: 20px 15px;
  }
  .quote-form-header {
    padding: 12px 15px;
    font-size: 16px;
  }
  .thank-you-card {
    padding: 40px 20px;
  }
  .thank-you-title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .thank-you-message {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .thank-you-separator {
    margin: 0 0 30px 0;
  }
  .thank-you-link {
    font-size: 16px;
  }
  .thank-you-close {
    width: 35px;
    height: 35px;
    font-size: 20px;
    top: 15px;
    right: 15px;
  }
}
/* Promotional Section Styles */
.promo-section {
  padding: 0px 0;
  min-height: 380px;
  display: flex;
  align-items: center;
  background-image: url("../storage/website/images/recasa.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: var(--dark-blue);
}

.promo-left {
  padding: 60px 40px;
  height: 100%;
  align-items: center;
  color: var(--light-gray);
  justify-content: end;
}

.promo-slogan {
  font-size: 50px;
  font-weight: 200 !important;
  color: var(--text-dark);
  text-align: start;
  line-height: 1.3;
  letter-spacing: -2px;
}

.promo-right {
  padding: 60px 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  text-align: start;
}

.promo-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.promo-tagline {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.4;
  color: var(--light-gray) !important;
}

.btn-know-more {
  background-color: transparent;
  color: var(--text-light);
  border: 2px solid var(--text-light);
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-know-more:hover {
  background-color: var(--text-light);
  color: #1e3a8a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.recasa-features {
  padding-bottom: 100px !important;
  border-top: solid 1px var(--gray);
}

/* Responsive Promo Section */
@media (max-width: 768px) {
  .promo-section {
    background-color: #1F3856;
    padding: 0px 10px 180px 10px !important;
    min-height: 380px;
  }
  .promo-left, .promo-right {
    padding: 30px 5px;
  }
  .promo-slogan {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .promo-tagline {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* Contact Section Styles */
.enquiry-form {
  background: #DBEEED;
  padding: 20px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.contact-section-form .form-label {
  font-size: 1rem !important;
  font-weight: 600;
  color: #000;
}

.contact-section-form .form-control {
  font-size: 16px !important;
  font-weight: 400;
  border: solid 1px var(--light-gray) !important;
  color: #000;
  border-radius: 0px !important;
}

/* Portfolio Section Styles */
.portfolio-section-top-padding {
  padding: 50px 0;
  border-bottom: 1px solid var(--gray);
}

.portfolio-section {
  padding: 80px 0;
}

.portfolio-section-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: var(--black);
}

.portfolio-section-paragraph {
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  color: var(--dark-gray);
}

/* Portfolio Filter Styles */
.portfolio-filter-by {
  font-size: 18px;
  font-weight: 600;
  line-height: 55px;
}

.portfolio-filter {
  display: flex;
  align-items: center;
}

.portfolio-filter-btn {
  border: 1px solid var(--blue);
  background-color: #ffffff;
  color: var(--blue);
  color: #000000;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.portfolio-filter-btn:hover {
  background-color: var(--dark-blue);
  color: #ffffff;
  border-color: var(--dark-blue);
}

.portfolio-filter-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(204deg) brightness(105%) contrast(103%);
}

.portfolio-filter-btn.active {
  background-color: var(--dark-blue);
  color: #ffffff;
  border-color: var(--dark-blue);
}

.portfolio-filter-btn.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(204deg) brightness(105%) contrast(103%);
}

.portfolio-filter-btn.active:hover {
  background-color: #0071A8;
  color: #ffffff;
}

.portfolio-filter-dropdown {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.portfolio-filter-dropdown:hover {
  background-color: #0071A8;
  color: #ffffff;
  border-color: #0071A8;
}

.portfolio-filter-dropdown.active {
  background-color: #0071A8;
  color: #ffffff;
  border-color: #0071A8;
}

.portfolio-filter-btn i {
  font-size: 12px;
}

.portfolio-filter-select {
  border: 1px solid #0071A8 !important;
  background-color: transparent !important;
  color: #000000 !important;
  padding: 10px 30px !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  min-width: 140px !important;
  height: auto !important;
}

.portfolio-filter-select:focus {
  border-color: #0071A8 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 168, 0.25) !important;
}

.portfolio-filter-select:hover {
  background-color: #f8f9fa !important;
}

.dropdown-menu {
  border: 1px solid #0071A8;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 113, 168, 0.15);
}

.dropdown-item {
  color: #000000;
  padding: 8px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #0071A8;
  color: #ffffff;
}

.portfolio-item {
  transition: all 0.3s ease;
}

.portfolio-item.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Portfolio Sort Styles */
.portfolio-sort {
  display: flex;
  align-items: center;
}

.portfolio-sort-btn {
  background-color: #fff;
  color: #909090;
  border: none;
  padding: 10px 30px;
  border: 1px solid #909090;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 120px;
  justify-content: center;
}

.portfolio-sort-btn:hover {
  background-color: var(--dark-blue);
  color: #fff;
  border: 1px solid var(--dark-blue);
}

.portfolio-sort-btn.active {
  background-color: var(--dark-blue);
  color: #fff;
  border: 1px solid var(--dark-blue);
}

.portfolio-sort-btn.active:hover {
  background-color: #ffffff;
  color: #0071A8;
  border: 1px solid #0071A8;
}

.portfolio-essential {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: #ffffff !important;
}

.portfolio-classic {
  background-color: rgba(196, 246, 251, 0.6) !important;
  color: #0071A8 !important;
}

.portfolio-bespoke {
  background-color: rgba(1, 76, 82, 0.6) !important;
  color: #fff !important;
}

.portfolio-signature {
  background-color: rgba(0, 113, 168, 0.6) !important;
  color: #ffffff !important;
}

.portfolio-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 60px;
}

.portfolio-sml-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 25px;
}

.portfolio-gray {
  font-size: 12px !important;
  font-weight: 400;
  color: #909090;
  line-height: 20px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.portfolio-item {
  position: relative;
  height: 390px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.portfolio-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.portfolio-item:hover .portfolio-image {
  transform: scale(1.05);
}

.portfolio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 30px 25px 25px;
}

.portfolio-label {
  color: var(--text-light);
  font-size: 45px;
  font-weight: 500;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.portfolio-pagination-top {
  /*border-top: solid 1px var(--light-gray);*/
}

/* Pagination Base */
.pagination .page-link {
  color: var(--black); /* text color */
  background-color: #fff; /* background */
  border: 0px solid var(--light-gray); /* border in theme color */
  border-radius: 0px !important;
  transition: all 0.3s ease;
}

/* Hover State */
.pagination .page-link:hover {
  color: #fff;
  background-color: var(--turqoise);
  border-color: #d4a762;
}

/* Active Page */
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--turqoise);
  border-color: #d4a762;
}

/* Disabled Page */
.pagination .page-item.disabled .page-link {
  color: #aaa;
  background-color: #f8f9fa;
  border-color: #ddd;
}

/* Responsive Portfolio Grid */
@media (max-width: 768px) {
  .portfolio-section {
    padding: 60px 0;
  }
  .portfolio-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  .portfolio-item {
    height: 300px;
  }
  .portfolio-label {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .portfolio-section {
    padding: 40px 10px;
  }
  .portfolio-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .portfolio-item {
    height: 250px;
  }
  .portfolio-label {
    font-size: 18px;
  }
}
/* Count Statistics Section Styles */
.count-stats-section {
  padding: 80px 0;
  position: relative;
}

.count-stat-item {
  padding: 20px 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.count-stat-item:hover {
  transform: translateY(-8px);
}

.count-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
  line-height: 1;
  font-family: "ibm_plex_sansregular", sans-serif;
  transition: color 0.3s ease;
}

.count-stat-item:hover .count-number {
  color: var(--black);
}

.count-label {
  font-size: 18px;
  font-weight: 400;
  color: var(--light-gray);
  text-transform: lowercase;
  margin: 0;
  font-family: "ibm_plex_sansregular", sans-serif;
  transition: color 0.3s ease;
}

.count-stat-item:hover .count-label {
  color: var(--black);
}

/* Statistics Section Styles */
.stats-section {
  background-color: var(--text-light);
  padding: 80px 0;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  text-align: center;
}

.stat-item {
  padding: 20px;
  transition: transform 0.3s ease;
  text-align: start;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 55px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1;
}

.stat-number span {
  font-size: 24px;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1;
}

.stat-category {
  font-size: 23px;
  font-weight: 400;
  color: #909090;
  text-transform: lowercase;
  margin: 0;
}

/* Responsive Count Statistics */
@media (max-width: 992px) {
  .count-stats-section {
    padding: 60px 0;
  }
  .count-number {
    font-size: 42px;
  }
  .count-label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .count-stats-section {
    padding: 50px 0;
  }
  .count-number {
    font-size: 36px;
  }
  .count-label {
    font-size: 15px;
  }
  .count-stat-item {
    padding: 15px 5px;
  }
}
@media (max-width: 576px) {
  .count-stats-section {
    padding: 40px 20px;
  }
  .count-number {
    font-size: 32px;
  }
  .count-label {
    font-size: 14px;
  }
  .count-stat-item {
    padding: 10px 5px;
  }
}
/* Responsive Statistics Grid */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .stat-number {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .stats-section {
    padding: 60px 0;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .stat-number {
    font-size: 36px;
  }
  .stat-category {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .stats-section {
    padding: 40px 0;
  }
  .stats-grid {
    gap: 10px;
  }
  .stat-number {
    font-size: 32px;
  }
  .stat-category {
    font-size: 14px;
  }
}
/* Brands Section Styles */
.brands-section {
  position: relative;
  background-image: url("../storage/website/images/brands-we-work-with.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 100px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding: 60px;
}

.brands-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.brands-badge {
  color: var(--text-light);
  font-size: 13px;
  font-weight: 400;
  text-transform: lowercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.brands-title {
  font-size: 48px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 60px;
  line-height: 1.2;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
}

.brand-item {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-item:hover {
  background-color: rgba(150, 150, 150, 0.7);
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.brand-logo {
  max-width: 100%;
  height: auto;
  max-height: 60px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.brand-item:hover .brand-logo {
  opacity: 1;
}

.brand-text {
  color: var(--text-light);
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.brand-item:hover .brand-text {
  opacity: 1;
}

.brand-text.script {
  font-family: "Brush Script MT", cursive;
  font-size: 32px;
}

.brand-text.modern {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
}

.brand-text.elegant {
  font-family: "Georgia", serif;
  font-size: 20px;
}

/* Responsive Brands Section */
@media (max-width: 992px) {
  .brands-section {
    padding: 80px 20px;
  }
  .brands-title {
    font-size: 38px;
    margin-bottom: 50px;
  }
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-item {
    padding: 35px 25px;
    min-height: 120px;
  }
}
@media (max-width: 768px) {
  .brands-section {
    padding: 60px 15px;
    min-height: 500px;
  }
  .brands-badge {
    font-size: 10px;
    padding: 5px 12px;
  }
  .brands-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .brand-item {
    padding: 30px 20px;
    min-height: 100px;
  }
  .brand-text {
    font-size: 20px;
  }
  .brand-text.script {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .brands-section {
    padding: 80px 10px;
  }
  .brands-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .brands-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    padding: 30px;
  }
  .brands-grid {
    gap: 2px;
  }
  .brand-item {
    padding: 25px 15px;
    min-height: 90px;
  }
  .brand-text {
    font-size: 18px;
  }
  .brand-text.script {
    font-size: 24px;
  }
  .brand-text.elegant {
    font-size: 16px;
  }
}
/* Project Showcase Carousel Section */
.project-showcase {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-color: #000;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-slide.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.slide-image-left,
.slide-image-right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.carousel-slide:hover .slide-img {
  transform: scale(1.03);
}

.slide-content-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 60px 80px;
  z-index: 2;
}

.project-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 16px;
  line-height: 1.2;
  text-align: right;
}

.project-description {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-light);
  margin: 0;
  line-height: 1.5;
  text-align: right;
  opacity: 0.95;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-nav:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.carousel-nav.prev {
  left: 40px;
}

.carousel-nav.next {
  right: 40px;
}

.carousel-nav i {
  color: var(--text-light);
  font-size: 24px;
}

.carousel-indicators {
  position: absolute;
  bottom: 40px;
  right: 80px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.indicator-line {
  width: 60px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator-line.active {
  background-color: var(--text-light);
}

.indicator-line:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Responsive Project Showcase */
@media (max-width: 992px) {
  .project-showcase {
    height: 600px;
  }
  .slide-content-overlay {
    padding: 40px 50px;
  }
  .project-title {
    font-size: 36px;
  }
  .project-description {
    font-size: 16px;
  }
  .carousel-nav {
    width: 50px;
    height: 50px;
  }
  .carousel-nav.prev {
    left: 30px;
  }
  .carousel-nav.next {
    right: 30px;
  }
  .carousel-indicators {
    right: 50px;
    bottom: 30px;
  }
  .indicator-line {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .project-showcase {
    height: 500px;
  }
  .carousel-slide.active {
    grid-template-columns: 1fr;
  }
  .slide-image-left {
    display: none;
  }
  .slide-content-overlay {
    padding: 30px 40px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
  }
  .project-title {
    font-size: 32px;
  }
  .project-description {
    font-size: 15px;
  }
  .carousel-nav {
    width: 45px;
    height: 45px;
  }
  .carousel-nav i {
    font-size: 20px;
  }
  .carousel-nav.prev {
    left: 20px;
  }
  .carousel-nav.next {
    right: 20px;
  }
  .carousel-indicators {
    right: 40px;
    bottom: 25px;
  }
  .indicator-line {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .project-showcase {
    height: 450px;
  }
  .slide-content-overlay {
    padding: 50px 30px;
  }
  .project-title {
    font-size: 28px;
  }
  .project-description {
    font-size: 14px;
  }
  .carousel-nav {
    width: 40px;
    height: 40px;
  }
  .carousel-nav i {
    font-size: 18px;
  }
  .carousel-nav.prev {
    left: 15px;
  }
  .carousel-nav.next {
    right: 15px;
  }
  .carousel-indicators {
    right: 30px;
    bottom: 20px;
    gap: 8px;
  }
  .indicator-line {
    width: 35px;
    height: 2px;
  }
  .size-mobile {
    width: 50px !important;
  }
}
/* Why Choose Section */
.why-choose-section {
  background-color: #DBE8EE;
  padding: 100px 0;
}

.why-choose-header {
  text-align: start;
  margin-bottom: 50px;
}

.why-choose-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 0.9;
}

.why-choose-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  letter-spacing: 0.3px;
}

.why-choose-section-blue {
  background-color: #1F3856;
  padding: 100px 0;
}

.why-choose-header-blue {
  text-align: start;
  margin-bottom: 80px;
}

.why-choose-title-blue {
  font-size: 50px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.2;
}

.why-choose-subtitle-blue {
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  margin: 0;
  letter-spacing: 0.3px;
}

.feature-card {
  background-color: var(--text-light);
  border-radius: 8px;
  padding: 30px 30px;
  text-align: left;
  transition: all 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--turqoise);
}

.feature-icon {
  font-size: 48px;
  color: var(--text-dark);
  margin-bottom: 30px;
  display: block;
}

.feature-card:hover .feature-icon {
  color: var(--primary-teal);
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.feature-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.3;
}

.feature-description {
  font-size: 15px;
  font-weight: 400;
  color: #b3b3b3;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}

/* Responsive Why Choose Section */
@media (max-width: 992px) {
  .why-choose-section {
    padding: 80px 0;
  }
  .why-choose-header {
    margin-bottom: 60px;
  }
  .why-choose-title {
    font-size: 42px;
  }
  .why-choose-subtitle {
    font-size: 18px;
  }
  .feature-card {
    padding: 40px 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }
  .why-choose-header {
    margin-bottom: 50px;
  }
  .why-choose-title {
    font-size: 36px;
  }
  .why-choose-subtitle {
    font-size: 16px;
  }
  .feature-card {
    padding: 35px 25px;
    margin-bottom: 25px;
    min-height: 240px;
  }
  .feature-icon {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .feature-title {
    font-size: 20px;
  }
  .feature-description {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .news-gallery-section {
    padding: 40px 10px;
  }
  .why-choose-section-blue {
    background-color: #1F3856;
    padding: 40px 10px;
  }
  .why-choose-section {
    padding: 50px 10px;
  }
  .why-choose-header {
    margin-bottom: 40px;
    text-align: center;
  }
  .why-choose-title {
    font-size: 32px;
  }
  .why-choose-subtitle {
    font-size: 15px;
  }
  .feature-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .feature-icon {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .feature-title {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .feature-description {
    font-size: 13px;
  }
}
/* Packages Section */
.packages-section {
  background-color: #DBE8EE !important;
  padding: 100px 0;
  position: relative;
}

.packages-header {
  text-align: center;
  margin-bottom: 70px;
}

.packages-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 16px;
  line-height: 0.8;
}

.packages-subtitle {
  font-size: 25px;
  font-weight: 400;
  color: var(--black);
  font-family: "ibm_plex_seriflight_italic";
  margin: 0;
}

.pricing-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.75) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0px;
  border: solid 1px var(--dark-turqoise);
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.pricing-header {
  background-color: #AAE6EC !important;
  padding: 20px 55px;
  position: relative;
}

.pricing-essential {
  background-color: #F5F2DB !important;
  padding: 20px 20px 5px 20px;
  position: relative;
  border-bottom: solid 1px var(--dark-turqoise);
}

.pricing-essential .price-original {
  font-size: 24px;
  font-weight: 400;
  color: #76BBB5;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.pricing-essential .package-name {
  font-size: 25px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1;
}

.pricing-essential .price-current {
  font-size: 24px;
  font-weight: 700;
  color: #008478;
  margin: 0;
}

.pricing-classic {
  background-color: rgba(196, 246, 251, 0.6) !important;
  padding: 20px 20px 5px 20px;
  position: relative;
  border-bottom: solid 1px var(--dark-turqoise);
}

.pricing-classic .package-name {
  font-size: 25px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1;
}

.pricing-classic .price-original {
  font-size: 24px;
  font-weight: 400;
  color: #76BBB5;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.pricing-signature {
  background-color: #008478 !important;
  padding: 20px 20px 5px 20px;
  position: relative;
  border-bottom: solid 1px var(--dark-turqoise);
}

.pricing-signature .package-label {
  color: var(--white) !important;
}

.pricing-signature .price-original {
  font-size: 24px;
  font-weight: 400;
  color: #76BBB5;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.pricing-signature .package-name {
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1;
}

.pricing-signature .price-current {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin: 0;
}

.pricing-bespoke {
  background-color: #F2F2F2 !important;
  padding: 20px 78px 5px 10px;
  position: relative;
  min-height: 121px;
  border-bottom: solid 1px var(--dark-turqoise);
}

.pricing-bespoke .package-label {
  color: var(--white) !important;
}

.pricing-bespoke .price-original {
  font-size: 24px;
  font-weight: 400;
  color: #76BBB5;
  text-decoration: line-through;
  margin-bottom: 0px;
}

.pricing-bespoke .package-name {
  font-size: 25px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1;
}

.pricing-bespoke .price-current {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  margin: 0;
}

.discount-badge-signature {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--gold-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.discount-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.discount-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1;
  margin-bottom: 2px;
}

.discount-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1;
}

.package-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.package-name {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1;
}

.price-original {
  font-size: 34px;
  font-weight: 400;
  color: #76BBB5;
  text-decoration: line-through;
  margin-bottom: 8px;
}

.price-current {
  font-size: 24px;
  font-weight: 700;
  color: var(--green);
  margin: 0;
}

.pricing-body {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 15px;
  flex-grow: 1;
}

.pricing-footer {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  flex-grow: 1;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0;
}

/* Ensure RTE content lists don't render native bullets alongside custom bullets */
.features-list ul,
.features-list ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.features-list li::before {
  color: var(--turqoise) !important; /* your custom bullet color */
}

.view-exclusions-popoup {
  max-width: 382px;
}

.features-list li {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding: 5px 0 5px 28px;
  line-height: 1.6;
  position: relative;
}

.features-list li:before {
  content: "•";
  color: var(--primary-teal);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0px;
}

.btn-choose-plan {
  background-color: #ffffff;
  color: var(--blue);
  border: none;
  padding: 16px 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 15px;
  border: solid 1px var(--blue);
  text-decoration: none !important;
}

.btn-choose-plan:hover {
  background-color: var(--dark-blue);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 132, 120, 0.3);
  border: solid 1px var(--blue);
}

.view-exclusions {
  display: block;
  text-align: center;
  color: var(--dark-gray);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-exclusions:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Responsive Packages Section */
@media (max-width: 992px) {
  .packages-section {
    padding: 80px 0;
  }
  .packages-header {
    margin-bottom: 60px;
  }
  .packages-title {
    font-size: 48px;
  }
  .packages-subtitle {
    font-size: 20px;
  }
  .pricing-card {
    margin: 10px;
  }
  .package-name {
    font-size: 42px;
  }
  .discount-badge {
    width: 70px;
    height: 70px;
  }
  .discount-value {
    font-size: 22px;
  }
  .discount-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .packages-header {
    margin-bottom: 50px;
  }
  .packages-title {
    font-size: 40px;
  }
  .packages-subtitle {
    font-size: 18px;
  }
  .pricing-card {
    margin-bottom: 25px;
  }
  .pricing-header {
    padding: 35px 25px;
  }
  .pricing-body {
    padding: 35px 25px;
  }
  .pricing-footer {
    padding: 30px 20px;
  }
  .package-name {
    font-size: 38px;
  }
  .price-original {
    font-size: 24px;
  }
  .price-current {
    font-size: 32px;
  }
  .features-list li {
    font-size: 14px;
    padding: 9px 0 9px 26px;
  }
}
@media (max-width: 576px) {
  .bespoke-section {
    padding: 40px 20px !important;
    position: relative;
    overflow: hidden;
    background-image: url(../storage/website/images/final-step.png) !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: repeat-y !important;
  }
  .packages-section {
    padding: 40px 0 72px 0;
  }
  .packages-header {
    margin-bottom: 40px;
  }
  .packages-title {
    font-size: 36px;
  }
  .packages-subtitle {
    font-size: 16px;
  }
  .pricing-card {
    margin-bottom: 20px;
  }
  .pricing-header {
    padding: 30px 20px;
  }
  .pricing-body {
    padding: 30px 20px;
  }
  .pricing-footer {
    padding: 30px 20px;
  }
  .package-name {
    font-size: 34px;
  }
  .price-original {
    font-size: 22px;
  }
  .price-current {
    font-size: 28px;
  }
  .discount-badge {
    width: 65px;
    height: 65px;
    top: 15px;
    right: 15px;
  }
  .discount-value {
    font-size: 20px;
  }
  .discount-text {
    font-size: 13px;
  }
  .features-list li {
    font-size: 13px;
    padding: 8px 0 8px 24px;
  }
  .btn-choose-plan {
    padding: 14px 30px;
    font-size: 15px;
  }
}
/* Bespoke Section */
.bespoke-section {
  padding: 54px 0;
  color: var(--text-light);
}

.bespoke-content {
  max-width: 740px;
}

.bespoke-title {
  font-family: "Great Vibes Regular";
  font-size: 72px;
  font-weight: 600;
  background: linear-gradient(90deg, #00B27A, #4DD0E1, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0px;
  line-height: 1.1;
}

.bespoke-subtitle {
  font-size: 28px;
  font-weight: 300;
  color: var(--gray);
  font-family: "ibm_plex_seriflight_italic";
  margin-bottom: 60px;
  line-height: 1.4;
}

.bespoke-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 0px;
  margin-bottom: 30px;
}

.bespoke-feature-item {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-light);
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}

.bespoke-feature-item:before {
  content: "•";
  color: var(--text-light);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -6px;
}

.btn-talk-specialist {
  background-color: transparent;
  color: var(--text-light);
  border: 2px solid var(--text-light);
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-talk-specialist:hover {
  background-color: var(--text-light);
  color: #000000;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* Responsive Bespoke Section */
@media (max-width: 992px) {
  .bespoke-section {
    padding: 80px 0;
  }
  .bespoke-title {
    font-size: 60px;
  }
  .bespoke-subtitle {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .bespoke-features {
    gap: 18px 50px;
  }
  .bespoke-feature-item {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .bespoke-section {
    padding: 60px 0;
  }
  .bespoke-title {
    font-size: 48px;
  }
  .bespoke-subtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .bespoke-features {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 50px;
  }
  .bespoke-feature-item {
    font-size: 16px;
  }
  .btn-talk-specialist {
    padding: 16px 40px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .bespoke-section {
    padding: 50px 0;
  }
  .bespoke-title {
    font-size: 40px;
  }
  .bespoke-subtitle {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .bespoke-features {
    gap: 5px;
    margin-bottom: 40px;
  }
  .bespoke-feature-item {
    font-size: 15px;
    padding-left: 22px;
  }
  .bespoke-feature-item:before {
    font-size: 20px;
  }
  .btn-talk-specialist {
    padding: 14px 30px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
/* Reviews Section */
.reviews-section {
  background-color: #f5f5f5;
  padding: 200px 0 100px;
  position: relative;
}

.reviews-section-in {
  background-color: #f5f5f5;
  padding: 100px 0 100px;
  position: relative;
}

.contact-section-form {
  padding: 80px 0;
}

.reviews-header {
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

.reviews-title {
  font-size: 42px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  display: inline-block;
  position: relative;
}

.quote-decoration {
  position: absolute;
  top: -30px;
  right: -150px;
  font-size: 200px;
  color: #d9d9d9;
  font-family: Georgia, serif;
  line-height: 1;
  opacity: 0.5;
  pointer-events: none;
}

.review-card {
  background-color: var(--text-light);
  border-radius: 0px;
  padding: 40px 20px;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.review-card:hover {
  transform: translateY(-8px);
}

.review-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
}

.reviewer-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.reviewer-info {
  flex-grow: 1;
}

.rating-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.rating-stars i {
  color: #000000;
  font-size: 16px;
}

.rating-stars i.empty {
  color: #d9d9d9;
}

.reviewer-name {
  font-size: 24px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 6px;
  line-height: 1.2;
}

.reviewer-location {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-blue);
  margin: 0;
}

.review-text {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}

.reviews-footer {
  text-align: right;
  margin-top: 40px;
}

.read-all-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.read-all-link:hover {
  color: #004999;
  text-decoration: underline;
}

/* Responsive Reviews Section */
@media (max-width: 992px) {
  .reviews-section {
    padding: 80px 0 60px;
  }
  .reviews-header {
    margin-bottom: 60px;
  }
  .reviews-title {
    font-size: 44px;
  }
  .quote-decoration {
    font-size: 160px;
    right: -120px;
  }
  .review-card {
    padding: 40px 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .reviews-section {
    padding: 60px 0 50px;
  }
  .reviews-header {
    margin-bottom: 50px;
  }
  .reviews-title {
    font-size: 38px;
  }
  .quote-decoration {
    font-size: 120px;
    right: -80px;
    top: -20px;
  }
  .review-card {
    padding: 35px 30px;
    margin-bottom: 25px;
  }
  .reviewer-avatar {
    width: 70px;
    height: 70px;
  }
  .reviewer-name {
    font-size: 22px;
  }
  .reviewer-location {
    font-size: 15px;
  }
  .review-text {
    font-size: 16px;
  }
  .reviews-footer {
    margin-top: 30px;
  }
  .read-all-link {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .contact-section-form {
    padding: 50px 0 !important;
  }
  .reviews-section {
    padding: 450px 0 40px;
  }
  .reviews-section-in {
    background-color: #f5f5f5;
    padding: 50px 10px 30px;
    position: relative;
  }
  .recasa-gallery-section {
    background-color: #F2F2F2;
    padding: 50px 10px;
  }
  .why-choose-title-blue {
    font-size: 32px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
  }
  .reviews-header {
    margin-bottom: 40px;
  }
  .reviews-title {
    font-size: 32px;
  }
  .quote-decoration {
    font-size: 100px;
    right: -60px;
    top: -15px;
  }
  .review-card {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  .review-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .reviewer-avatar {
    width: 60px;
    height: 60px;
  }
  .rating-stars {
    justify-content: center;
  }
  .reviewer-name {
    font-size: 20px;
  }
  .reviewer-location {
    font-size: 14px;
  }
  .review-text {
    font-size: 15px;
    text-align: start;
  }
  .reviews-footer {
    margin-top: 25px;
    text-align: center;
  }
  .read-all-link {
    font-size: 15px;
  }
  /* Show only first card on mobile in carousel */
  .mobile-review-card:not(:first-child) {
    display: none !important;
  }
}
/* Services Section */
.services-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
}

.services-image {
  background-image: url("../storage/website/images/clients-list-img.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-content {
  background-color: #1a7a7a;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.services-header {
  text-align: start;
  margin-bottom: 60px;
}

.services-title {
  font-size: 56px;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.2;
}

.services-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-light);
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  max-width: 600px;
  width: 100%;
}

.service-item {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.service-item:hover,
.service-item.active {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-5px);
}

.service-icon {
  font-size: 48px;
  color: var(--text-light);
  margin-bottom: 20px;
}

.service-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-light);
  margin: 0;
  line-height: 1.4;
}

.btn-know-more {
  background-color: var(--gold-color);
  color: var(--black);
  border: 2px solid var(--gold-color);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-know-more:hover {
  background-color: transparent !important;
  color: var(--gold-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* Responsive Services Section */
@media (max-width: 992px) {
  .services-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .services-image {
    min-height: 400px;
  }
  .services-content {
    padding: 60px 40px;
  }
  .services-header {
    margin-bottom: 50px;
  }
  .services-title {
    font-size: 48px;
  }
  .services-subtitle {
    font-size: 18px;
  }
  .services-grid {
    gap: 25px;
    margin-bottom: 50px;
  }
  .service-item {
    padding: 35px 25px;
    min-height: 140px;
  }
  .service-icon {
    font-size: 42px;
    margin-bottom: 18px;
  }
  .service-name {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .services-image {
    min-height: 350px;
  }
  .services-content {
    padding: 50px 30px;
  }
  .services-header {
    margin-bottom: 40px;
  }
  .services-title {
    font-size: 42px;
  }
  .services-subtitle {
    font-size: 17px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .service-item {
    padding: 30px 20px;
    min-height: 130px;
  }
  .service-icon {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .service-name {
    font-size: 16px;
  }
  .btn-know-more {
    padding: 14px 40px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .services-image {
    min-height: 300px;
  }
  .services-content {
    padding: 40px 25px;
  }
  .services-header {
    margin-bottom: 35px;
  }
  .services-title {
    font-size: 36px;
  }
  .services-subtitle {
    font-size: 16px;
  }
  .services-grid {
    gap: 15px;
    margin-bottom: 35px;
  }
  .service-item {
    padding: 25px 20px;
    min-height: 110px;
  }
  .service-icon {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .service-name {
    font-size: 15px;
  }
  .btn-know-more {
    padding: 12px 35px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
/* Contact Section */
.contact-section-inner {
  background-image: url("../storage/website/images/dedicated-manager-bg.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 150px 0 100px 0;
  margin-bottom: 150px;
}

.contact-section {
  background-color: #F8F8F8 !important;
  background-image: url(../storage/website/images/dedicated-manager-bg.png);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 150px 0 100px 0;
  background-color: #f5f5f5;
}

.contact-info {
  padding: 0px 10px 0px 133px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  opacity: 0.6;
  pointer-events: none;
}

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

.contact-main-title {
  font-size: 56px;
  font-weight: 500;
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: -3px !important;
  line-height: 1.2;
}

.contact-tagline {
  font-size: 28px;
  font-family: "ibm_plex_seriflight_italic";
  font-weight: 500;
  color: #FFB700;
  line-height: 1.3;
}

.contact-description {
  font-size: 18px;
  font-weight: 400;
  color: var(--dark-gray);
  text-transform: uppercase;
  line-height: 1.7;
  margin: 0;
}

.contact-form-wrapper {
  padding: 0;
  display: flex;
  align-items: stretch;
}

.quote-form-container {
  width: 100%;
  max-width: 340px;
  margin: auto;
  border: 3px solid var(--primary-teal);
  border-radius: 8px;
}

.quote-header {
  background-color: var(--primary-teal);
  color: var(--text-light);
  padding: 25px 30px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.quote-body {
  padding: 20px 20px;
}

.form-group {
  margin-bottom: 30px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0;
  font-size: 16px;
  color: var(--text-dark);
  background: transparent;
  outline: none;
  transition: border-color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.form-input:focus {
  border-bottom-color: var(--primary-teal);
}

.form-input[type=email] {
  color: #0066cc;
}

.form-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0;
  font-size: 16px;
  color: var(--text-dark);
  background: transparent;
  outline: none;
  resize: vertical;
  min-height: 60px;
  font-family: "Montserrat", sans-serif;
  transition: border-color 0.3s ease;
}

.form-textarea:focus {
  border-bottom-color: var(--primary-teal);
}

.form-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
}

.btn-send {
  background-color: var(--primary-teal);
  color: var(--text-light);
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-send:hover {
  background-color: #006d61;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 132, 120, 0.3);
}

.btn-send i {
  font-size: 18px;
}

/* Responsive Contact Section */
@media (max-width: 992px) {
  .contact-section {
    grid-template-columns: 1fr;
  }
  .contact-info {
    padding: 60px 40px;
    min-height: 400px;
  }
  .contact-main-title {
    font-size: 48px;
  }
  .contact-tagline {
    font-size: 24px;
  }
  .contact-description {
    font-size: 17px;
  }
  .contact-form-wrapper {
    padding: 50px 20px;
  }
  .quote-header {
    font-size: 28px;
    padding: 22px 25px;
  }
  .quote-body {
    padding: 35px 25px;
  }
}
@media (max-width: 768px) {
  .contact-info {
    padding: 50px 30px;
    min-height: 350px;
  }
  .contact-main-title {
    font-size: 42px;
  }
  .contact-tagline {
    font-size: 22px;
  }
  .contact-description {
    font-size: 16px;
  }
  .contact-form-wrapper {
    padding: 40px 15px;
  }
  .quote-form-container {
    max-width: 100%;
  }
  .quote-header {
    font-size: 26px;
    padding: 20px 20px;
  }
  .quote-body {
    padding: 30px 20px;
  }
  .form-group {
    margin-bottom: 25px;
  }
  .form-input,
  .form-textarea {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .contact-section {
    background-image: url(../storage/website/images/dedicated-manager-bg.png);
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0 100px 0;
  }
  .quote-form-dedicated-manager {
    position: absolute;
    right: 25px;
    top: 10%;
    transform: translateY(-6%);
    background-color: var(--text-light);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    width: 325px;
    z-index: 3;
  }
  .contact-info {
    min-height: 200px;
    flex-direction: inherit !important;
  }
  .contact-main-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .contact-tagline {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact-description {
    font-size: 15px;
  }
  .contact-form-wrapper {
    padding: 30px 10px;
  }
  .quote-header {
    font-size: 24px;
    padding: 18px 20px;
  }
  .quote-body {
    padding: 25px 20px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-label {
    font-size: 13px;
  }
  .form-input,
  .form-textarea {
    font-size: 14px;
    padding: 8px 0;
  }
  .btn-send {
    padding: 10px 25px;
    font-size: 14px;
  }
}
/* How We Work Section */
.how-we-work {
  padding: 100px 0;
}

.how-we-work-section {
  background-color: var(--text-light);
  padding: 100px 0;
}

.work-header {
  text-align: center;
  margin-bottom: 80px;
}

.work-main-title {
  font-size: 56px;
  font-weight: 600;
  color: var(--text-dark);
  font-family: "ibm_plex_sansbold" !important;
  margin-bottom: 16px;
  line-height: 1.2;
}

.work-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #999999;
  margin: 0;
}

.process-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 30px;
}

.timeline-line {
  position: absolute;
  top: 289px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: #d0d0d0;
  z-index: 1;
}

.timeline-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.step-icon-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.timeline-step:hover .step-icon-wrapper {
  background-color: #d0d0d0;
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-icon {
  font-size: 60px;
  color: var(--primary-teal);
}

.step-number {
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-teal);
  margin-bottom: 6px;
  line-height: 1;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.step-dot {
  position: absolute;
  bottom: -33px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d0d0d0;
  z-index: 3;
}

.move-in-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  padding: 15px 30px;
  background-color: transparent;
  border: 2px solid #0071A8;
  border-radius: 0px;
  color: var(--primary-teal);
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.move-in-badge:hover {
  background-color: #fff;
  color: var(--black);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 132, 120, 0.3);
}

.move-in-badge i {
  font-size: 24px;
}

.text-center-badge {
  text-align: center;
}

/* Responsive How We Work Section */
@media (max-width: 992px) {
  .how-we-work-section {
    padding: 80px 0;
  }
  .work-header {
    margin-bottom: 60px;
  }
  .work-main-title {
    font-size: 48px;
  }
  .work-subtitle {
    font-size: 20px;
  }
  .timeline-container {
    flex-wrap: wrap;
    gap: 50px;
  }
  .timeline-step {
    flex: 1 1 calc(50% - 25px);
    /*min-width: 200px;*/
  }
  .timeline-line {
    display: none;
  }
  .step-dot {
    display: none;
  }
  .step-icon-wrapper {
    width: 130px;
    height: 130px;
  }
  .step-icon {
    font-size: 50px;
  }
  .step-number {
    font-size: 42px;
  }
  .step-title {
    font-size: 18px;
  }
  .move-in-badge {
    margin-top: 40px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .how-we-work-section {
    padding: 60px 0;
  }
  .work-header {
    margin-bottom: 50px;
  }
  .work-main-title {
    font-size: 42px;
  }
  .work-subtitle {
    font-size: 18px;
  }
  .timeline-container {
    gap: 40px;
  }
  .timeline-step {
    flex: 1 1 100%;
  }
  .step-icon-wrapper {
    width: 120px;
    height: 120px;
  }
  .step-icon {
    font-size: 45px;
  }
  .step-number {
    font-size: 38px;
  }
  .step-title {
    font-size: 17px;
  }
  .move-in-badge {
    margin-top: 30px;
    font-size: 17px;
    padding: 12px 25px;
  }
}
@media (max-width: 576px) {
  .how-we-work-section {
    padding: 350px 0 80px 0;
  }
  .work-header {
    margin-bottom: 40px;
  }
  .work-main-title {
    font-size: 36px;
  }
  .work-subtitle {
    font-size: 16px;
  }
  .timeline-container {
    gap: 35px;
  }
  .step-icon-wrapper {
    width: 110px;
    height: 110px;
  }
  .step-icon {
    font-size: 40px;
  }
  .step-number {
    font-size: 34px;
  }
  .step-title {
    font-size: 16px;
  }
  .move-in-badge {
    margin-top: 25px;
    font-size: 16px;
    padding: 10px 20px;
  }
  .move-in-badge i {
    font-size: 20px;
  }
}
/* Design Guide Section */
.design-guide-section {
  background-color: #EAEAEA;
  padding: 100px 0;
}

.design-guide-header {
  text-align: left;
  margin-bottom: 40px;
}

.guide-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: var(--turqoise);
  padding-bottom: 17px;
  letter-spacing: 2px !important;
  border-bottom: solid 1px #C1C0C0 !important;
}

.guide-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.guide-divider {
  width: 60px;
  height: 2px;
  background-color: #000000;
  border: none;
  margin: 0;
}

/* Main Article Styles */
.main-article {
  height: 100%;
}

.main-article-image-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 0px;
}

.main-article-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.main-article:hover .main-article-image {
  transform: scale(1.05);
}

.main-article-content {
  padding: 0;
}

.main-article-content a {
  text-decoration: none !important;
}

.main-article-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 15px;
  line-height: 1.4;
  text-decoration: none !important;
}

.article-meta {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.meta-date,
.meta-category {
  display: inline;
}

.meta-divider {
  margin: 0 8px;
  color: #999999;
}

.main-article-description {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Side Articles Styles */
.side-articles {
  padding-left: 20px;
}

.side-article {
  padding: 0;
  margin-bottom: 30px;
}

.side-article:last-child {
  margin-bottom: 0;
}

.side-article-image-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 0px;
}

.side-article-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px !important;
  transition: transform 0.4s ease;
}

.side-article:hover .side-article-image {
  transform: scale(1.05);
}

.side-article-content {
  padding-left: 15px;
  text-decoration: none !important;
}

.side-article-content a {
  text-decoration: none !important;
}

.side-article-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.4;
  text-decoration: none !important;
}

.side-article-description {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 5px;
}

.side-article-description a.btn-read-more {
  font-size: 8px !important;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Read More Button Styles */
.btn-read-more {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  color: #0071A8;
  text-decoration: none;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  padding: 0;
}

.btn-read-more:hover {
  color: #005a87;
  text-decoration: none;
}

.read-more-text {
  margin-right: 8px;
}

.read-more-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.btn-read-more:hover .read-more-arrow {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .design-guide-section {
    padding: 60px 0;
  }
  .guide-main-title {
    font-size: 36px;
  }
  .main-article-image-wrapper {
    height: 300px;
  }
  .side-articles {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .design-guide-section {
    padding: 40px 0;
  }
  .design-guide-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .guide-main-title {
    font-size: 28px;
  }
  .guide-subtitle {
    font-size: 14px;
  }
  .main-article-image-wrapper {
    height: 250px;
  }
  .main-article-title {
    font-size: 20px;
  }
  .side-article-content {
    padding-left: 10px;
  }
  .side-article-title {
    font-size: 14px;
  }
  .side-article-description {
    font-size: 13px;
  }
}
.text-center-btn {
  text-align: center;
}

/* Responsive Design Guide Section */
@media (max-width: 992px) {
  .design-guide-section {
    padding: 80px 0;
  }
  .guide-header {
    margin-bottom: 60px;
  }
  .guide-main-title {
    font-size: 52px;
  }
  .guide-subtitle {
    font-size: 22px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-bottom: 50px;
  }
  .blog-image-wrapper {
    height: 280px;
  }
  .blog-title {
    font-size: 22px;
    min-height: 65px;
  }
}
@media (max-width: 768px) {
  .design-guide-section {
    padding: 60px 0;
  }
  .guide-header {
    margin-bottom: 50px;
  }
  .guide-main-title {
    font-size: 44px;
  }
  .guide-subtitle {
    font-size: 20px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .blog-image-wrapper {
    height: 300px;
  }
  .blog-title {
    font-size: 21px;
    min-height: auto;
  }
  .blog-meta {
    font-size: 14px;
  }
  .btn-view-all {
    padding: 12px 40px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .design-guide-section {
    padding: 50px 0;
  }
  .guide-header {
    margin-bottom: 40px;
  }
  .guide-main-title {
    font-size: 38px;
  }
  .guide-subtitle {
    font-size: 18px;
  }
  .blog-grid {
    gap: 25px;
    margin-bottom: 35px;
  }
  .blog-image-wrapper {
    height: 250px;
  }
  .blog-title {
    font-size: 20px;
  }
  .blog-meta {
    font-size: 13px;
  }
  .btn-view-all {
    padding: 12px 35px;
    font-size: 14px;
    width: 80%;
  }
}
/* Meet the Team Section */
.team-section {
  padding: 100px 0;
}

.team-section h2 {
  font-size: 42px;
}

.team-section h3 {
  font-size: 24px;
}

.team-bg {
  /*background-image: url("../storage/website/images/the-team-bg.png");
  background-size: cover;
  background-position: end;
  background-repeat: no-repeat;*/
  padding: 100px 0px 100px 100px;
  background-color: var(--dark-blue);
}

.team-bg p {
  font-size: 18px;
  line-height: 31px;
}

.team-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
  align-items: center;
}

.image-overlap-right {
  position: absolute;
  right: -80px;
  top: 0;
}

.team-image-wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 0;
}

.team-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-content {
  padding: 0 40px;
}

.team-main-title {
  font-size: 60px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}

.team-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 30px;
}

.team-description {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.8;
  margin-bottom: 40px;
}

.team-quote-box {
  background-color: #f0f0f0;
  padding: 40px;
  border-radius: 0;
}

.team-quote {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: normal;
}

.team-quote-author {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  font-family: "Brush Script MT", cursive, "Montserrat", sans-serif;
  font-style: italic;
  text-align: right;
  margin: 0;
}

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.member-card {
  text-align: center;
  transition: transform 0.4s ease;
}

.member-card:hover {
  transform: translateY(-10px);
}

.member-image-wrapper {
  width: 100%;
  height: 280px;
  background-color: #e0e0e0;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.member-image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M75 20 L120 60 L110 120 L40 120 L30 60 Z' stroke='%23ffffff' stroke-width='2' fill='none' opacity='0.4'/%3E%3Cpath d='M75 40 L100 70 L95 110 L55 110 L50 70 Z' stroke='%23ffffff' stroke-width='1.5' fill='none' opacity='0.3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}

.member-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.member-card:hover .member-image {
  transform: scale(1.05);
}

.member-name {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.member-role {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 0;
}

/* Responsive Team Section */
@media (max-width: 992px) {
  .team-section {
    padding: 80px 0;
  }
  .team-intro {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 70px;
  }
  .team-image-wrapper {
    height: 400px;
  }
  .team-content {
    padding: 0 20px;
  }
  .team-main-title {
    font-size: 52px;
  }
  .team-subtitle {
    font-size: 22px;
  }
  .team-description {
    font-size: 17px;
  }
  .team-quote {
    font-size: 20px;
  }
  .team-quote-author {
    font-size: 18px;
  }
  .team-members-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .team-section {
    padding: 60px 0;
  }
  .team-intro {
    gap: 40px;
    margin-bottom: 60px;
  }
  .team-image-wrapper {
    height: 350px;
  }
  .team-content {
    padding: 0 15px;
  }
  .team-main-title {
    font-size: 44px;
  }
  .team-subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .team-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .team-quote-box {
    padding: 30px;
  }
  .team-quote {
    font-size: 19px;
  }
  .team-quote-author {
    font-size: 17px;
  }
  .member-image-wrapper {
    height: 250px;
  }
  .member-name {
    font-size: 20px;
  }
  .member-role {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .team-section {
    padding: 50px 0;
  }
  .team-intro {
    gap: 35px;
    margin-bottom: 50px;
  }
  .team-image-wrapper {
    height: 300px;
  }
  .team-content {
    padding: 0 10px;
  }
  .team-main-title {
    font-size: 38px;
  }
  .team-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .team-description {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .team-quote-box {
    padding: 25px;
  }
  .team-quote {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .team-quote-author {
    font-size: 16px;
  }
  .team-members-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .member-image-wrapper {
    height: 280px;
  }
  .member-name {
    font-size: 19px;
  }
  .member-role {
    font-size: 14px;
  }
}
/* Footer Section */
.footer-icon {
  position: absolute;
  top: -50px;
  background-color: #000;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer-section {
  background-color: #000000;
  color: var(--text-light);
  padding: 80px 0 50px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  margin-bottom: 0px;
  padding: 68px 20px;
  border-bottom: 1px solid #333333;
}

.footer-nav {
  text-align: start;
  margin-bottom: 20px;
}

.footer-nav-link {
  color: #989897;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
}

.footer-nav-link:hover {
  color: var(--text-light);
}

.footer-nav-link.active {
  color: var(--text-light);
  font-weight: 500;
}

.footer-description {
  display: flex-end;
  flex-direction: column;
  gap: 40px;
}

.footer-text {
  font-size: 32px;
  font-weight: 400;
  color: var(--dark-gray);
  line-height: 1.3;
  margin: 0;
}

.footer-text strong {
  color: var(--text-light);
  font-weight: 500;
  text-decoration: none;
  font-family: "ibm_plex_seriflight_italic";
}

.social-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.social-icon {
  width: 31px;
  height: 31px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.social-icon:hover {
  background-color: var(--primary-teal);
  color: var(--text-light);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 132, 120, 0.4);
}

.footer-bottom {
  align-items: end;
}

.footer-logo {
  font-size: 60px;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
  margin-top: -42px;
}

.footer-logo .logo-line1 {
  display: block;
  letter-spacing: 2px;
}

.footer-logo .logo-line2 {
  display: block;
  letter-spacing: 2px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-copyright {
  font-size: 15px;
  color: #ffffff;
  margin-top: -13px;
  padding: 0 0px 0 45px;
  background-color: #000000 !important;
}

.site-designed-by {
  font-size: 11px;
  color: #292929;
}

.site-designed-by a {
  font-size: 11px;
  color: #292929;
  text-decoration: none;
}

.site-designed-by a:hover {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-link {
  color: var(--text-light);
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: var(--primary-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-divider {
  color: #999999;
}

.footer-contact-number {
  font-size: 21px;
  color: var(--text-light);
  margin: 0;
}

.footer-contact-number span {
  font-size: 21px;
  color: var(--turqoise);
  margin: 0;
}

/* Responsive Footer Section */
@media (max-width: 992px) {
  .footer-section {
    padding: 60px 0 25px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-right {
    align-items: flex-start;
  }
  .footer-logo {
    font-size: 52px;
  }
  .footer-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .footer-right {
    align-items: center;
  }
  .footer-section {
    padding: 50px 0 20px;
  }
  .footer-top {
    gap: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .footer-nav {
    gap: 16px;
  }
  .footer-nav-link {
    font-size: 17px;
  }
  .footer-text {
    font-size: 17px;
  }
  .social-links {
    gap: 25px;
  }
  .social-icon {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
  .footer-logo {
    font-size: 48px;
  }
  .footer-copyright {
    font-size: 14px;
  }
  .footer-link {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footer-contact-number {
    font-size: 16px;
    color: var(--text-light);
    margin: 0;
    text-align: center !important;
  }
  .footer-contact-number span {
    font-size: 16px;
    color: var(--turqoise);
    margin: 0;
  }
  .footer-section {
    padding: 40px 0 20px;
  }
  .footer-top {
    gap: 0px;
    margin-bottom: 35px;
    padding-bottom: 35px;
    padding-top: 10px !important;
  }
  .footer-nav {
    gap: 14px;
    text-align: center !important;
  }
  .footer-nav-link {
    font-size: 16px;
  }
  .footer-description {
    gap: 30px;
  }
  .footer-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .social-links {
    gap: 20px;
  }
  .social-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .footer-bottom {
    gap: 25px;
  }
  .footer-logo {
    font-size: 42px;
    width: 30px;
    margin-left: 59px;
    margin-top: -160px;
  }
  .footer-copyright {
    font-size: 13px;
    padding: 20px 15px 0 15px;
    text-align: center;
  }
  .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .footer-divider {
    display: none;
  }
  .footer-link {
    font-size: 13px;
  }
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #ced4da !important; /* optional: keeps border neutral */
}

.whatsapp-label {
  font-size: 12px;
}

/* Country dropdown styling */
.country-dropdown-styles .dropdown-toggle {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-right: none !important;
  padding: 17px 12px;
  font-size: 14px;
  min-width: 59px !important;
  border-radius: 0 !important;
  display: flex;
  overflow: hidden !important;
  align-items: center;
  gap: 8px;
  color: #000000 !important;
}

.country-dropdown-styles .dropdown-toggle:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.country-dropdown-styles .dropdown-toggle img {
  width: 16px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.country-dropdown-styles .dropdown-menu {
  min-width: 200px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ced4da;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.country-dropdown-styles .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-size: 14px;
  border-bottom: 1px solid #f8f9fa;
}

.country-dropdown-styles .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #000000 !important;
}

.country-dropdown-styles .dropdown-item:last-child {
  border-bottom: none;
}

.country-dropdown-styles .dropdown-item img {
  width: 16px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.country-dropdown-styles .dropdown-item .country-name {
  flex-grow: 1;
}

.country-dropdown-styles .dropdown-item .code {
  color: #6c757d;
  font-weight: 500;
}

/* Portfolio Details Hero Section - Responsive */
.portfolio-details-hero-section {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

/* Tablet and up */
@media (min-width: 768px) {
  .portfolio-details-hero-section {
    min-height: 50vh;
    padding: 3rem 0;
  }
}
/* Desktop and up */
@media (min-width: 992px) {
  .portfolio-details-hero-section {
    min-height: 60vh;
    padding: 4rem 0;
  }
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

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

.hero-title {
  font-weight: 700;
  line-height: 1.2;
}

.hero-subtitle {
  line-height: 1.6;
  max-width: 100%;
}

/* Mobile optimization */
@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem !important;
  }
  .hero-subtitle {
    font-size: 0.95rem !important;
  }
}
/* Project Credits Styling */
.project-credits {
  margin-top: 1.5rem;
}
.project-credits .credits-item {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.project-credits .credits-item .credits-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #ffffff;
  margin-right: 0.5rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.project-credits .credits-item .credits-value {
  font-size: 0.85rem;
  color: #f8f9fa;
  font-weight: 400;
  flex: 1;
}

/* Tablet and up */
@media (min-width: 768px) {
  .project-credits {
    margin-top: 2rem;
  }
  .project-credits .credits-item {
    margin-bottom: 1rem;
  }
  .project-credits .credits-item .credits-label {
    font-size: 0.95rem;
    margin-right: 0.75rem;
  }
  .project-credits .credits-item .credits-value {
    font-size: 0.9rem;
  }
}
/* Desktop and up */
@media (min-width: 992px) {
  .project-credits {
    margin-top: 2.5rem;
  }
  .project-credits .credits-item {
    margin-bottom: 1.25rem;
  }
  .project-credits .credits-item .credits-label {
    font-size: 1rem;
    margin-right: 1rem;
  }
  .project-credits .credits-item .credits-value {
    font-size: 0.95rem;
  }
}
/* Portfolio Details Content Section - Responsive */
.portfolio-details-content-details {
  padding: 4rem 0;
  background-color: #ffffff;
}
.portfolio-details-content-details .content-heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 0;
}
.portfolio-details-content-details .content-description p {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 1.5rem;
}
.portfolio-details-content-details .content-description p:last-child {
  margin-bottom: 0;
}

/* Mobile optimization */
@media (max-width: 767px) {
  .portfolio-details-content-details {
    padding: 2.5rem 0;
  }
  .portfolio-details-content-details .content-heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .portfolio-details-content-details .content-description p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}
/* Tablet optimization */
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-content-details {
    padding: 3.5rem 0;
  }
  .portfolio-details-content-details .content-heading {
    font-size: 1.6rem;
  }
  .portfolio-details-content-details .content-description p {
    font-size: 1rem;
    line-height: 1.65;
  }
}
/* Desktop optimization */
@media (min-width: 992px) {
  .portfolio-details-content-details {
    padding: 5rem 0;
  }
  .portfolio-details-content-details .content-heading {
    font-size: 1.875rem;
  }
  .portfolio-details-content-details .content-description p {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
/* FAQ Home Section Styles */
.faq-home-section {
  padding: 100px 0;
  background-color: #F8F8F8;
}

.faq-image-wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
}

.faq-main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.faq-main-image:hover {
  transform: scale(1.05);
}

.faq-content {
  padding-left: 40px;
}

.faq-content .accordion {
  background-color: var(--white);
  padding: 0 23px;
}

.faq-header {
  margin-bottom: 40px;
}

.faq-title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.faq-description {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  margin: 0;
}

/* Custom Accordion Styles */
.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: #e5e5e5;
  --bs-accordion-border-width: 0 0 1px 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-btn-color: #000000;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 16px;
  --bs-accordion-btn-icon-transform: rotate(0deg);
  --bs-accordion-btn-icon-transition: transform 0.3s ease-in-out;
  --bs-accordion-btn-active-icon-transform: rotate(180deg);
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0 0 20px 0;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-button {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  background: transparent;
  border: none;
  padding: 20px 0;
  text-align: left;
  box-shadow: none;
  position: relative;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 16px;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: translateY(-50%) rotate(180deg);
}

.accordion-body {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  padding: 0 0 20px 0;
}

/* FAQ Section Responsive Design */
@media (max-width: 991.98px) {
  .faq-home-section {
    padding: 60px 0;
  }
  .faq-content {
    padding-left: 0;
    margin-top: 40px;
  }
  .faq-title {
    font-size: 36px;
  }
  .faq-image-wrapper {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .faq-home-section {
    padding: 40px 10px;
  }
  .faq-title {
    font-size: 28px;
  }
  .faq-description {
    font-size: 14px;
  }
  .faq-image-wrapper {
    height: 300px;
  }
  .accordion-button {
    font-size: 16px;
    padding: 15px 0;
  }
  .accordion-body {
    font-size: 14px;
    padding: 0 0 15px 0;
  }
}
/* Bespoke Section Styles */
.bespoke-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-image: url(../storage/website/images/final-step.png) !important;
  background-size: contain;
  background-color: #000000 !important;
  background-position: right !important;
  background-repeat: no-repeat;
}

.bespoke-ribbon-wrapper {
  position: relative;
  height: 300px;
  justify-content: center;
  background-image: url("../storage/website/images/gold ribbon.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
}

.bespoke-half-color {
  background: linear-gradient(to right, white 50%, black 50%);
  margin: 100px 0;
}

.blue-bg {
  background: #ECECEC;
}

.bespoke-ribbon-wrapper h3 {
  font-size: 60px;
  color: #1F3856;
  font-weight: 700;
  margin-bottom: 10px;
}

.bespoke-ribbon {
  position: relative;
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(255, 215, 0, 0.3);
  transform: perspective(1000px) rotateX(15deg) rotateY(-5deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.bespoke-ribbon::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  border-radius: 50%;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bespoke-ribbon::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.bespoke-ribbon:hover {
  transform: perspective(1000px) rotateX(10deg) rotateY(-3deg) scale(1.02);
  box-shadow: 0 12px 48px rgba(255, 215, 0, 0.4);
}

.ribbon-text {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.bespoke-features-wrapper {
  padding-left: 40px;
  background-image: url("../storage/website/images/back-bg-home.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bespoke-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bespoke-feature-item {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 6px;
  padding-left: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.bespoke-feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #FFD700;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.bespoke-feature-item:hover {
  color: #FFD700;
  transform: translateX(5px);
}

.btn-talk-specialist {
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.btn-talk-specialist::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-talk-specialist:hover {
  color: #000000;
  border-color: #FFD700;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.btn-talk-specialist:hover::before {
  left: 0;
}

/* Bespoke Section Responsive Design */
@media (max-width: 991.98px) {
  .bespoke-section {
    padding: 60px 0;
  }
  .bespoke-ribbon-wrapper {
    height: 250px;
    margin-bottom: 40px;
  }
  .bespoke-ribbon {
    height: 70px;
    transform: perspective(1000px) rotateX(10deg) rotateY(-3deg);
  }
  .ribbon-text {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .bespoke-features-wrapper {
    padding-left: 0;
    margin-left: 65px;
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .bespoke-half-color {
    margin: 50px 0 !important;
  }
  .bespoke-section {
    padding: 40px 0;
  }
  .bespoke-ribbon-wrapper {
    height: 200px;
    margin-bottom: 0;
  }
  .bespoke-ribbon {
    height: 60px;
    transform: perspective(1000px) rotateX(5deg);
  }
  .ribbon-text {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .bespoke-feature-item {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .btn-talk-specialist {
    padding: 20px 24px;
    font-size: 12px;
  }
}
/* Detailed Steps List Styles - Connected Bullet Points */
.detailed-steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 0px;
}

.detailed-step-item {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
  line-height: 1.6;
  margin-bottom: 0px;
  padding-left: 30px;
  transition: color 0.3s ease;
}

.detailed-step-item h5 {
  color: var(--black) !important;
  font-size: 16px;
  font-weight: 500;
}

.detailed-step-item p {
  color: var(--dark-gray);
  font-size: 10px !important;
}

.detailed-step-item:last-child {
  margin-bottom: 0;
}

.detailed-step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #20B2AA;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(32, 178, 170, 0.3);
  z-index: 2;
}

.f-size-10 {
  font-size: 10px !important;
}

.f-size-11 {
  font-size: 11px !important;
}

/* Toggle Arrow Styles */
.toggle-arrow {
  font-size: 10px;
  margin-left: 5px;
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Arrow rotation for collapsed state (down arrow) */
.timeline-toggle:not(.collapsed) .toggle-arrow {
  transform: rotate(0deg);
}

/* Arrow rotation for expanded state (up arrow) */
.timeline-toggle.collapsed .toggle-arrow {
  transform: rotate(180deg);
}

/* Bootstrap collapse state handling */
.collapse:not(.show) + .timeline-toggle .toggle-arrow,
.timeline-toggle[aria-expanded=false] .toggle-arrow {
  transform: rotate(0deg);
}

.collapse.show + .timeline-toggle .toggle-arrow,
.timeline-toggle[aria-expanded=true] .toggle-arrow {
  transform: rotate(180deg);
}

/* Create continuous vertical line from first to last bullet */
.detailed-steps-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background-color: #20B2AA;
  z-index: 1;
}

.detailed-step-item::after {
  display: none;
}

.detailed-step-item:hover {
  color: #00CED1;
}

.detailed-step-item:hover::before {
  background-color: #00CED1;
  box-shadow: 0 0 12px rgba(0, 206, 209, 0.5);
}

.detailed-steps-list:hover::before {
  background-color: #00CED1;
}

ul.detailed-steps-list h5 {
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* Responsive adjustments for detailed steps */
@media (max-width: 767.98px) {
  .detailed-steps-list {
    margin-top: 10px;
  }
  .detailed-steps-list::before {
    left: 4px;
    top: 5px;
    bottom: 5px;
  }
  .detailed-step-item {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 25px;
  }
  .detailed-step-item::before {
    width: 10px;
    height: 10px;
  }
}
.rounded-img {
  width: 80px;
  height: 80px;
  border-radius: 50%; /* makes the image circular */
  -o-object-fit: cover;
     object-fit: cover; /* ensures image fits nicely inside circle */
  overflow: hidden; /* hides any overflow edges */
}

.in-the-news {
  background: #F8F8F8;
  padding: 100px 0;
}

.in-the-news-title {
  font-size: 50px;
  color: var(--black);
  font-weight: 600;
  line-height: 1.2;
}

/* ============================================
   Responsive: About Us Page
   ============================================ */
/* Tablet and below (max-width: 991px) */
@media (max-width: 991px) {
  /* Portfolio Section Top */
  .portfolio-section-top-padding {
    padding: 80px 0;
  }
  .portfolio-section-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .portfolio-section-paragraph {
    font-size: 18px;
    line-height: 28px;
  }
  /* Rekha Journey Section */
  .recasa-about h2 {
    font-size: 28px;
  }
  .recasa-about p {
    font-size: 18px;
  }
  /* In The News Section */
  .in-the-news {
    padding: 80px 0;
  }
  .in-the-news-title {
    font-size: 40px;
    margin-bottom: 30px !important;
  }
  /* How We Work Section */
  .how-we-work {
    padding: 80px 0;
  }
  .work-main-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .work-subtitle {
    font-size: 18px;
  }
  .how-we-work .btn-teal {
    margin-bottom: 30px;
  }
  .how-we-work .timeline {
    padding-left: 20px;
    margin-top: 30px;
  }
  .how-we-work .timeline-dot {
    left: -30px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .how-we-work .timeline-item h5 {
    font-size: 28px;
  }
  .how-we-work .timeline-item p {
    font-size: 18px;
  }
  /* Team Section */
  .team-section {
    padding: 80px 0;
  }
  .team-section h2 {
    font-size: 40px;
  }
  .team-section h3 {
    font-size: 26px;
  }
  .team-section .image-overlap-right {
    margin-bottom: 0;
  }
  /* Contact Section Inner */
  .contact-section-inner {
    padding: 100px 0 80px 0;
  }
  .contact-main-title {
    font-size: 36px;
  }
  .contact-tagline {
    font-size: 24px;
  }
  .contact-description {
    font-size: 18px;
  }
}
/* Tablet (max-width: 768px) */
@media (max-width: 768px) {
  /* Portfolio Section Top */
  .portfolio-section-top-padding {
    padding: 60px 0;
  }
  .portfolio-section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .portfolio-section-paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  /* Rekha Journey Section */
  .recasa-about h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .recasa-about p {
    font-size: 16px;
    line-height: 26px;
  }
  /* In The News Section */
  .in-the-news {
    padding: 60px 0;
  }
  .in-the-news-title {
    font-size: 32px;
    margin-bottom: 25px !important;
  }
  .news-logo-container {
    height: 80px !important;
    padding: 15px !important;
  }
  .news-logo-container img {
    max-height: 50px !important;
  }
  /* How We Work Section */
  .how-we-work {
    padding: 60px 0;
  }
  .work-main-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .work-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .how-we-work .btn-teal {
    margin-bottom: 25px;
    font-size: 14px;
    padding: 10px 20px !important;
  }
  .how-we-work .timeline-item h5 {
    font-size: 24px;
  }
  .how-we-work .timeline-item p {
    font-size: 16px;
  }
  .how-we-work .badge-note,
  .how-we-work .badge-youpay10,
  .how-we-work .badge-youpay50,
  .how-we-work .badge-youpay-movein,
  .how-we-work .badge-youpay-included {
    font-size: 11px;
    padding: 0.4rem 0.8rem;
  }
  /* Team Section */
  .team-section {
    padding: 60px 0;
  }
  .team-section h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .team-section h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .team-section .team-bg {
    background-size: cover;
    padding: 40px 0px 80px 20px;
  }
  .team-section .p-4,
  .team-section .p-lg-5 {
    padding: 30px !important;
  }
  .team-section .row.g-5 {
    gap: 30px !important;
  }
  .team-section .image-overlap-right {
    height: 300px;
    margin-bottom: 0;
  }
  .team-section .image-overlap-right img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Contact Section Inner */
  .contact-section-inner {
    padding: 80px 0 60px 0;
    background-size: cover;
  }
  .contact-main-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contact-tagline {
    font-size: 20px;
  }
  .contact-description {
    font-size: 16px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .quote-form-dedicated-manager {
    margin-top: 30px;
  }
  .quote-form-header {
    font-size: 18px;
    padding: 15px;
  }
  .quote-form-body {
    padding: 20px;
  }
  .form-control {
    font-size: 14px;
    padding: 10px 12px;
  }
  .btn-blue {
    font-size: 14px;
    padding: 12px 20px;
  }
}
/* Mobile (max-width: 576px) */
@media (max-width: 576px) {
  .recasa-execution-client {
    color: #DBE8EE !important;
    padding: 50px 10px !important;
  }
  .recasa-execution-section {
    background: var(--white);
    padding: 50px 10px !important;
  }
  /* Portfolio Section Top */
  .portfolio-section-top-padding {
    padding: 40px 20px 25px 20px;
  }
  .portfolio-section-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .portfolio-section-paragraph {
    font-size: 15px;
    line-height: 24px;
  }
  /* Rekha Journey Section */
  .recasa-about h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .recasa-about p {
    font-size: 15px;
    line-height: 24px;
  }
  /* In The News Section */
  .in-the-news {
    padding: 40px 0;
  }
  .in-the-news-title {
    font-size: 28px;
    margin-bottom: 20px !important;
  }
  .news-logo-container {
    height: 70px !important;
    padding: 10px !important;
    border-radius: 6px !important;
  }
  .news-logo-container img {
    max-height: 45px !important;
  }
  /* How We Work Section */
  .how-we-work {
    padding: 50px 15px;
  }
  .work-main-title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .work-subtitle {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .how-we-work .btn-teal {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 12px 20px !important;
  }
  .how-we-work .timeline {
    padding-left: 15px;
    margin-top: 25px;
    border-left-width: 1px;
  }
  .how-we-work .timeline-dot {
    left: -23px;
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
  .how-we-work .timeline-item {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  .how-we-work .timeline-item h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .how-we-work .timeline-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .how-we-work .badge-note,
  .how-we-work .badge-youpay10,
  .how-we-work .badge-youpay50,
  .how-we-work .badge-youpay-movein,
  .how-we-work .badge-youpay-included {
    font-size: 8px;
    padding: 0.35rem 0.7rem;
  }
  .how-we-work .timeline-toggle {
    font-size: 12px;
  }
  /* Team Section */
  .team-section {
    padding: 40px 0;
  }
  .team-section h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .team-section h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .team-section p {
    font-size: 14px;
    line-height: 22px;
  }
  .team-section .p-4,
  .team-section .p-lg-5 {
    padding: 25px !important;
  }
  .team-section .row.g-5 {
    gap: 25px !important;
  }
  .team-section .mb-5 {
    margin-bottom: 25px !important;
  }
  .team-section .image-overlap-right {
    height: 250px;
    margin-bottom: 0;
    right: 0 !important;
  }
  .team-section .image-overlap-right img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Contact Section Inner */
  .contact-section-inner {
    padding: 20px 0 700px 0;
    background-size: cover;
    background-position: center;
    height: 20px;
  }
  .contact-main-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .contact-tagline {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact-description {
    font-size: 15px;
  }
  .contact-info {
    margin-bottom: 25px;
    text-align: center;
  }
  .quote-form-dedicated-manager {
    margin-top: 25px;
  }
  .quote-form-header {
    font-size: 16px;
    padding: 12px;
  }
  .quote-form-body {
    padding: 18px;
  }
  .form-field {
    margin-bottom: 15px !important;
  }
  .form-control {
    font-size: 14px;
    padding: 10px 12px;
  }
  .btn-blue {
    font-size: 14px;
    padding: 12px 20px;
  }
  .whatsapp-label {
    font-size: 12px;
  }
  .country-dropdown-btn {
    font-size: 14px;
    padding: 10px 8px;
  }
  .input-group .form-control {
    font-size: 14px;
  }
}
/* Extra small mobile (max-width: 400px) */
@media (max-width: 400px) {
  /* Portfolio Section */
  .portfolio-section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .portfolio-section-paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  /* In The News */
  .in-the-news-title {
    font-size: 24px;
  }
  .news-logo-container {
    height: 60px !important;
    padding: 8px !important;
  }
  .news-logo-container img {
    max-height: 40px !important;
  }
  /* How We Work */
  .work-main-title {
    font-size: 24px;
  }
  .how-we-work .timeline-item h5 {
    font-size: 18px;
  }
  .how-we-work .timeline-item p {
    font-size: 13px;
  }
  /* Team Section */
  .team-section h2 {
    font-size: 24px;
  }
  .team-section h3 {
    font-size: 18px;
  }
  /* Contact Section */
  .contact-main-title {
    font-size: 22px;
  }
  .contact-tagline {
    font-size: 16px;
  }
  .quote-form-header {
    font-size: 15px;
  }
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.reviews-grid-container .card img.card-img-top {
  width: 100%;
  height: 410px; /* or any fixed height you want */
  -o-object-fit: cover;
     object-fit: cover; /* maintains aspect ratio, crops overflow */
  -o-object-position: center;
     object-position: center; /* centers image crop */
  border-radius: 0px; /* optional for rounded corners */
}

.interactive-card {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.interactive-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-color: var(--primary-teal);
}
.interactive-card:active {
  transform: translateY(-2px);
}

.interactive-button {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.interactive-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 113, 168, 0.4);
  background-color: #005a7a;
  border-color: #005a7a;
}
.interactive-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 113, 168, 0.3);
}
.interactive-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 113, 168, 0.25);
}

.icon-placeholder {
  transition: all 0.3s ease;
}
.icon-placeholder i {
  font-size: 24px;
  transition: all 0.3s ease;
}

.interactive-card:hover .icon-placeholder {
  transform: scale(1.1);
  background-color: var(--primary-teal) !important;
}
.interactive-card:hover .icon-placeholder i {
  color: white !important;
}

.bg-recasa-execution {
  background-color: var(--super-d-turq);
  color: var(--white) !important;
}

.recasa-execution-section {
  background: var(--white);
  padding: 100px 0;
}

.recasa-execution-section h2 {
  font-size: 52px;
  font-weight: 600;
}

.recasa-execution-section p {
  font-size: 21px;
  font-weight: 400;
}

.bg-recasa-execution p {
  font-size: 16px;
}

.recasa-execution-client {
  color: #DBE8EE !important;
  padding: 100px 0;
}

.recasa-execution-client h2 {
  color: var(--black) !important;
}

.bg-recasa-execution-client p {
  font-size: 16px;
}

.reviews-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.rating-summary {
  border: 1px solid #dee2e6;
}

.rating-stars i {
  font-size: 0.9rem;
}

.rating-number {
  font-size: 2.1rem;
}

.overall-rating .rating-stars i {
  font-size: 1.5rem;
  color: #ffc447 !important;
}

.progress {
  background-color: #e9ecef;
}

.cta-section {
  background: var(--white);
  color: var(--black);
  padding: 100px 0 100px;
}

.cta-section h2,
.cta-section p {
  color: var(--black);
}

.cta-section .btn-outline-primary {
  border-color: white;
  color: white;
  border-radius: 0px;
}

.cta-section .btn-outline-primary:hover {
  background-color: white;
  color: #007bff;
}

.free-consultation {
  align-items: center;
  background-color: var(--dark-blue);
  padding: 10px 16px;
  border-radius: 0;
  color: var(--white) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.free-consultation:hover {
  background-color: #051120;
  text-decoration: none;
}

@media (max-width: 768px) {
  .overall-rating .rating-stars i {
    font-size: 1.2rem !important;
    color: #ffc447 !important;
  }
  .display-4 {
    font-size: 2rem;
  }
  .rating-summary .row {
    text-align: center;
  }
  .rating-breakdown {
    margin-top: 2rem;
  }
}
.budget-calculator-step1 {
  border: 1px solid #dee2e6;
  background-color: var(--white) !important;
  /* Project Type Button Styles */
  /* Residential Type Button Styles */
  /* Animation for showing residential type buttons */
}
.budget-calculator-step1 .btn-blue {
  background: var(--dark-blue) !important;
  color: #fff !important;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  padding: 14px 100px !important;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.budget-calculator-step1 .btn-blue:hover {
  background: #2f4e74 !important;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.budget-calculator-step1 .step-title {
  font-size: 15px;
  font-weight: 400 !important;
  color: #666666;
}
.budget-calculator-step1 .step-project-type {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400 !important;
  color: var(--black);
}
.budget-calculator-step1 .step-indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  color: #6c757d;
  font-weight: bold;
  transition: all 0.3s ease;
}
.budget-calculator-step1 .step-indicator.active {
  background-color: var(--dark-blue);
  color: white;
}
.budget-calculator-step1 .step-line {
  width: 60px;
  height: 2px;
  background-color: #e9ecef;
  margin: 0 10px;
}
.budget-calculator-step1 .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.budget-calculator-step1 .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: solid 1px var(--bs-border-color);
}
.budget-calculator-step1 .form-select {
  border-radius: 0px;
}
.budget-calculator-step1 .card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.budget-calculator-step1 .btn-primary {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
  border: none;
  transition: all 0.3s ease;
}
.budget-calculator-step1 .btn-primary:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}
.budget-calculator-step1 .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.budget-calculator-step1 .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.budget-calculator-step1 .btn-project-type {
  background-color: #f8f9fa;
  color: #6c757d;
  border: 2px solid #dee2e6;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 150px;
}
.budget-calculator-step1 .btn-project-type:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #495057;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.budget-calculator-step1 .btn-project-type.selected {
  background-color: var(--dark-blue);
  color: #ffffff;
  border-color: var(--dark-blue);
  box-shadow: 0 4px 12px rgba(31, 56, 86, 0.3);
}
.budget-calculator-step1 .btn-project-type.selected:hover {
  background-color: #2f4e74;
  border-color: #2f4e74;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(31, 56, 86, 0.4);
}
.budget-calculator-step1 .btn-residential-type {
  background-color: #f8f9fa;
  color: #6c757d;
  border: 2px solid #dee2e6;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 100px;
}
.budget-calculator-step1 .btn-residential-type:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #495057;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.budget-calculator-step1 .btn-residential-type.selected {
  background-color: var(--turqoise);
  color: #ffffff;
  border-color: var(--turqoise);
  box-shadow: 0 4px 12px rgba(0, 154, 168, 0.3);
}
.budget-calculator-step1 .btn-residential-type.selected:hover {
  background-color: var(--dark-turqoise);
  border-color: var(--dark-turqoise);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 154, 168, 0.4);
}
.budget-calculator-step1 #residential-type-buttons {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.budget-calculator-step1 #residential-type-buttons.show {
  opacity: 1;
  transform: translateY(0);
}

.budget-calculator-step2 {
  /* Next Button Animation Styles */
  /* Responsive adjustments */
}
.budget-calculator-step2 .step-title {
  font-size: 15px;
  font-weight: 400 !important;
  color: #666666;
}
.budget-calculator-step2 .step-project-type {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400 !important;
  color: var(--black);
}
.budget-calculator-step2 #nextBtn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.budget-calculator-step2 #nextBtn.show {
  opacity: 1;
  transform: translateY(0);
  display: block !important;
}
.budget-calculator-step2 element.style {
  display: block;
}
.budget-calculator-step2 .budget-calculator-step2 #nextBtn.show {
  opacity: 1;
  transform: translateY(0);
  display: block !important;
}
.budget-calculator-step2 .budget-calculator-step2 #nextBtn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.budget-calculator-step2 .btn-check:checked + .btn, .budget-calculator-step2 .btn.active, .budget-calculator-step2 .btn.show, .budget-calculator-step2 .btn:first-child:active, .budget-calculator-step2 :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.budget-calculator-step2 [type=button]:not(:disabled), .budget-calculator-step2 [type=reset]:not(:disabled), .budget-calculator-step2 [type=submit]:not(:disabled), .budget-calculator-step2 button:not(:disabled) {
  cursor: pointer;
}
.budget-calculator-step2 .btn-blue {
  background: var(--dark-blue) !important;
  color: #fff !important;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  padding: 14px 100px !important;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.budget-calculator-step2 .btn-blue:hover {
  background: #2f4e74 !important;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.budget-calculator-step2 .step-indicator {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  color: #6c757d;
  font-weight: bold;
  transition: all 0.3s ease;
}
.budget-calculator-step2 .step-indicator.active {
  background-color: var(--dark-blue);
  color: white;
}
.budget-calculator-step2 .step-indicator.completed {
  background-color: var(--dark-blue);
  color: white;
}
.budget-calculator-step2 .step-line {
  width: 60px;
  height: 2px;
  background-color: #e9ecef;
  margin: 0 10px;
  transition: all 0.3s ease;
}
.budget-calculator-step2 .step-line.completed {
  background-color: #28a745;
}
.budget-calculator-step2 .package-card {
  position: relative;
  background: white;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
}
.budget-calculator-step2 .package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: var(--light-gray);
  border: solid 1px;
}
.budget-calculator-step2 .package-card.selected {
  border-color: var(--light-gray);
  border: solid 1px;
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
}
.budget-calculator-step2 .package-image-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.budget-calculator-step2 .package-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.budget-calculator-step2 .package-card:hover .package-image {
  transform: scale(1.05);
}
.budget-calculator-step2 .package-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--dark-green);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.budget-calculator-step2 .package-content {
  padding: 20px;
  text-align: center;
}
.budget-calculator-step2 .package-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 8px;
}
.budget-calculator-step2 .package-rating {
  font-size: 1.1rem;
  color: var(--black) !important;
  font-weight: 600;
  letter-spacing: 2px;
}
.budget-calculator-step2 .package-radio {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.budget-calculator-step2 .package-card.selected .package-radio:checked + .package-content::before {
  content: "✓";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #0d6efd;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
.budget-calculator-step2 .btn-primary {
  background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
  border: none;
  transition: all 0.3s ease;
}
.budget-calculator-step2 .btn-primary:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}
.budget-calculator-step2 .card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
@media (max-width: 768px) {
  .budget-calculator-step2 .package-card {
    margin-bottom: 20px;
  }
  .budget-calculator-step2 .package-image-container {
    height: 180px;
  }
  .budget-calculator-step2 .package-content {
    padding: 15px;
  }
  .budget-calculator-step2 .package-name {
    font-size: 1.1rem;
  }
}

.final-step {
  /* Responsive adjustments */
}
.final-step .package-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.final-step .header-gradient {
  background-image: url(../storage/website/images/final-step.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-opacity: 0.5;
  background-blend-mode: multiply;
  padding: 80px 0 60px;
  color: white;
}
.final-step .header-gradient h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.final-step .category-item {
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.final-step .category-item:hover {
  background-color: #f8f9fa;
}
.final-step .category-item.active {
  background-color: var(--bg-light);
  border-left: 4px solid var(--dark-blue);
}
.final-step .cost-amount {
  font-weight: 600;
  color: #2c3e50;
}
.final-step .form-check-input:checked {
  background-color: #28a745;
  border-color: #28a745;
}
.final-step .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.final-step .cost-breakdown {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 16px;
}
.final-step .cost-breakdown:last-child {
  border-bottom: none;
}
.final-step .footer-section {
  border-top: 1px solid #e9ecef;
  margin-top: 2rem;
}
.final-step .total-cost-display h3 {
  color: #2c3e50;
  font-size: 2.5rem;
}
.final-step .btn-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border: none;
  transition: all 0.3s ease;
}
.final-step .btn-success:hover {
  background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.final-step .btn-outline-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}
.final-step .card {
  transition: all 0.3s ease;
}
.final-step .card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.final-step .final-step-btn {
  border: 0px solid #0071A8;
  background-color: transparent;
  color: #000000;
  padding: 10px 30px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #0071A8;
}
.final-step .final-step-btn:hover {
  background-color: #0071A8;
  color: #ffffff;
  border-color: #0071A8;
}
.final-step .save-project-btn {
  border: 1px solid #0071A8;
  background-color: transparent;
  color: #000000;
  padding: 3px 10px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 500;
}
.final-step .save-project-btn:hover {
  background-color: #0071A8;
  color: #ffffff;
  border-color: #0071A8;
}
.final-step .bg-market {
  color: var(--turqoise) !important;
}
@media (max-width: 768px) {
  .final-step .total-cost-display h3 {
    font-size: 2rem;
  }
  .final-step .d-flex.gap-3 {
    flex-direction: column;
    gap: 10px !important;
  }
  .final-step .text-end {
    text-align: center !important;
  }
}

#categoryImagesCarousel .carousel-control-next, #categoryImagesCarousel .carousel-control-prev {
  width: 5% !important;
}

@media (max-width: 768px) {
  #categoryImagesCarousel .carousel-control-next, #categoryImagesCarousel .carousel-control-prev {
    width: 14% !important;
  }
  .final-step .final-step-btn {
    display: block;
  }
  .final-step .footer-section {
    border-top: 1px solid #e9ecef;
    margin-top: 0rem !important;
    text-align: center !important;
  }
}
.img-fixed-760 {
  width: 100%;
  height: 760px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 8px; /* optional */
}

/* Gallery Carousel Styles */
.gallery-carousel-wrapper {
  min-height: 450px;
  position: relative;
  width: 100%;
}

.gallery-carousel-container {
  width: 100%;
  min-height: 450px;
  padding: 0 60px;
}

.gallery-images-wrapper {
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}

.gallery-carousel-image {
  flex-shrink: 0;
  border-radius: 8px;
  height: 450px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: opacity 0.3s ease-in-out;
}

/* Center images when there are 1 or 2 */
.gallery-carousel-container[data-carousel-container] .gallery-images-wrapper {
  justify-content: center;
}

/* When there are 3+ images, start from left */
.gallery-carousel-container[data-carousel-container] .gallery-images-wrapper:has(img:nth-child(3)) {
  justify-content: flex-start;
}

.f-size-18 {
  font-size: 28px !important;
  line-height: 20px !important;
}

.f-size-43 {
  font-size: 43px !important;
  line-height: 20px !important;
}

.f-size-30 {
  font-size: 30px !important;
  line-height: 15px !important;
}

@media (max-width: 768px) {
  .reviews-grid-container .card img.card-img-top {
    width: 100%;
    height: 210px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 0px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 15px !important;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
    transition: all 0.3s ease;
  }
  .recasa-execution-section h2 {
    font-size: 30px !important;
    font-weight: 600;
  }
  .img-fixed-760 {
    width: 100%;
    height: 480px !important;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: block;
    border-radius: 8px; /* optional */
  }
  .gallery-carousel-wrapper {
    min-height: 480px;
  }
  .gallery-carousel-container {
    min-height: 480px;
    padding: 0 40px;
  }
  .gallery-carousel-image {
    height: 480px !important;
    max-width: 100% !important;
  }
  .gallery-images-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
  .gallery-images-wrapper img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.new-badge {
  background-color: var(--gold-color);
  font-weight: 300 !important;
  font-size: 11px !important;
  padding: 2px 10px;
  position: absolute;
  color: var(--dark-blue) !important;
  top: -2px;
  right: 13px;
}

/* Animation for moving to trash */
.trash-animation {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
}

.trash-animation i {
  font-size: 24px;
  color: #dc3545;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Pulse animation for trash button */
@keyframes trashPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.trash-button-pulse {
  animation: trashPulse 0.6s ease-in-out;
}

/* Badge bounce animation */
@keyframes badgeBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.badge-bounce {
  animation: badgeBounce 0.8s ease-in-out;
}

/* Row fade out animation */
@keyframes fadeOutSlide {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
    max-height: 100px;
  }
  50% {
    opacity: 0.5;
    transform: translateX(-20px) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateX(-50px) scale(0.9);
    max-height: 0;
    padding: 0;
    margin: 0;
  }
}
.row-fade-out {
  animation: fadeOutSlide 0.6s ease-in-out forwards;
  overflow: hidden;
}

/* Loading spinner for trash button */
.trash-loading {
  position: relative;
}

.trash-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Enhanced trash button styling */
#trashButton {
  position: relative;
  transition: all 0.3s ease;
  min-width: 120px; /* Fixed width to prevent position changes */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#trashButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#trashCount {
  transition: all 0.3s ease;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 8px;
}

/* Button loading states */
.btn-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.btn-loading .btn-text {
  opacity: 0;
}

/* Modal button loading states */
.modal-btn-loading {
  position: relative;
  pointer-events: none;
}

.modal-btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.modal-btn-loading .btn-text {
  opacity: 0.3;
}

/* Status update button loading */
.status-update-btn {
  position: relative;
}

.status-update-btn.btn-loading {
  pointer-events: none;
  opacity: 0.6;
}

.status-update-btn.btn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 0;
  border: 2px solid #6c757d;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.status-update-btn.btn-loading .btn-text {
  opacity: 0.5;
}

/* Success animation for restore */
@keyframes successGlow {
  0% {
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(40, 167, 69, 0.8);
  }
  100% {
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
  }
}
.restore-success {
  animation: successGlow 1s ease-in-out;
}

/* Improved modal animations */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.g-6 {
  --bs-gutter-x: 6rem!important;
  --bs-gutter-y: 6rem!important;
}

.g-7 {
  --bs-gutter-x: 7rem!important;
  --bs-gutter-y: 7rem!important;
}

.g-8 {
  --bs-gutter-x: 8rem!important;
  --bs-gutter-y: 8rem!important;
}

@media (max-width: 768px) {
  .pricing-classic {
    padding: 20px 20px 20px 20px !important;
  }
  .pricing-signature {
    padding: 20px 20px 20px 20px !important;
  }
  .pricing-essential {
    padding: 20px 20px 20px 20px !important;
  }
  .recasa-features {
    padding-bottom: 180px !important;
    border-top: solid 1px var(--gray);
  }
  #about-section-box .g-5 {
    --bs-gutter-x: 6rem!important;
    --bs-gutter-y: 2rem!important;
  }
  .our-services-section .g-6 {
    --bs-gutter-x: 6rem!important;
    --bs-gutter-y: 2rem!important;
  }
  .packages-section .g-6 {
    --bs-gutter-x: 6rem!important;
    --bs-gutter-y: 2rem!important;
  }
}
.blog-hero {
  background: #014C52 !important;
  padding: 80px 0 60px;
  color: white;
}

.blog-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.blog-filters {
  background: #f8f9fa;
  padding: 60px 10px 10px 10px;
  margin-bottom: 40px;
}

.search-box {
  position: relative;
}

.search-box input {
  border-radius: 50px;
  padding: 12px 50px 12px 20px;
  border: 1px solid #ddd;
}

.search-box button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--light-gray);
  color: var(--black);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.category-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.category-btn {
  padding: 8px 20px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
}

.category-btn:hover,
.category-btn.active {
  background: var(--light-gray);
  color: var(--black);
  border-color: var(--light-gray);
}

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.blog-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-category {
  display: inline-block;
  background: #e3f2fd;
  color: #1976d2;
  padding: 5px 15px;
  border-radius: 0px;
  font-size: 0.85rem;
  margin-bottom: 15px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e3a5f;
  line-height: 1.4;
}

.blog-title a {
  text-decoration: none;
  color: inherit;
}

.blog-title a:hover {
  color: #2c5282;
}

.blog-excerpt {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #999;
}

.read-more {
  color: var(--light-gray);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.read-more:hover {
  color: #1e3a5f;
}

.no-posts {
  text-align: center;
  padding: 80px 20px;
  color: #999;
}

.no-posts i {
  font-size: 4rem;
  margin-bottom: 20px;
  opacity: 0.3;
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}

.pagination .page-link {
  color: #2c5282;
  border-color: #ddd;
}

.pagination .page-item.active .page-link {
  background-color: #2c5282;
  border-color: #2c5282;
}

@media (max-width: 768px) {
  .blog-hero h1 {
    font-size: 2rem;
  }
  .blog-hero p {
    font-size: 1rem;
  }
  .category-filter {
    justify-content: center;
  }
}
.blog-detail-hero {
  background: #014C52 !important;
  padding: 40px 0 40px;
  color: white;
}

.blog-breadcrumb {
  margin-bottom: 20px;
}

.blog-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  color: white;
}

.blog-breadcrumb span {
  margin: 0 10px;
  opacity: 0.6;
}

.post-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.post-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.post-meta {
  display: flex;
  gap: 30px;
  font-size: 0.95rem;
  opacity: 0.9;
  flex-wrap: wrap;
}

.post-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.featured-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.post-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1e3a5f;
}

.post-content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #2c5282;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content a {
  text-decoration: none;
}

.post-content a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.post-content ul,
.post-content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.post-content li {
  margin-bottom: 5px;
}

.post-content blockquote {
  border-left: 4px solid #2c5282;
  padding: 20px 30px;
  margin: 30px 0;
  background: #f8f9fa;
  font-style: italic;
  color: #555;
}

.post-footer {
  border-top: 2px solid #eee;
  padding-top: 30px;
  margin-top: 40px;
}

.share-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: transform 0.3s;
}

.share-btn:hover {
  transform: translateY(-2px);
}

.share-btn.facebook {
  background: #1877f2;
  color: white;
}

.share-btn.twitter {
  background: #1da1f2;
  color: white;
}

.share-btn.linkedin {
  background: #0077b5;
  color: white;
}

.share-btn.whatsapp {
  background: #25d366;
  color: white;
}

.related-posts {
  background: #f8f9fa;
  padding: 0px 0 60px;
  margin-top: 10px;
}

.related-posts h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #1e3a5f;
}

.related-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  height: 100%;
}

.related-card:hover {
  transform: translateY(-5px);
}

.related-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-content {
  padding: 20px;
}

.related-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.related-title a {
  text-decoration: none;
  color: #1e3a5f;
}

.related-title a:hover {
  color: #2c5282;
}

.related-excerpt {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.related-date {
  color: #999;
  font-size: 0.85rem;
}

.author-info {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 12px;
  margin: 40px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.author-details h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1e3a5f;
}

.author-details p {
  color: #666;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .post-title {
    font-size: 1.8rem;
  }
  .post-meta {
    gap: 15px;
  }
  .share-buttons {
    flex-wrap: wrap;
  }
  .author-info {
    flex-direction: column;
    text-align: center;
  }
}
.form-control.is-invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Custom Radio Button Styles */
.radio-button-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.radio-button-wrapper {
  position: relative;
}

.radio-button-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-button-label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: #F8F8F8;
  color: #6C7A89;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 80px;
}

.radio-button-label:hover {
  border-color: var(--dark-blue) !important;
  color: #1ABC9C;
}

.radio-button-wrapper input[type=radio]:checked + .radio-button-label {
  background-color: var(--dark-blue) !important;
  color: #FFFFFF;
  border-color: var(--dark-blue) !important;
  box-shadow: 0 2px 4px rgba(26, 188, 156, 0.3);
}

.radio-button-wrapper input[type=radio]:focus + .radio-button-label {
  outline: 0px solid rgba(26, 188, 156, 0.5);
  outline-offset: 0px;
}

.border-green {
  border: 1px solid var(--green) !important;
}

.bg-lightblue {
  background-color: #F2F2F2;
  color: var(--dark-blue) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

a.white-text-link {
  text-decoration: none;
  color: var(--white) !important;
}

a.white-text-link:hover {
  text-decoration: underline;
  color: var(--white) !important;
  text-underline-offset: 3px;
}

.btn-close-contact {
  width: 22px; /* increase size */
  height: 22px; /* increase size */
  background: none !important;
  filter: invert(28%) sepia(93%) saturate(7481%) hue-rotate(356deg) brightness(93%) contrast(119%);
  background: none !important;
  opacity: 1;
  focus-visible: none;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-close-contact:hover {
  opacity: 1;
  filter: invert(15%) sepia(90%) saturate(6000%) hue-rotate(350deg) brightness(80%) contrast(120%);
  background: none !important;
}

#portfolioLightbox .btn-close {
  color: #000 !important;
}

@font-face {
  font-family: "Great Vibes Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Great Vibes Regular"), url("../fonts/GreatVibes-Regular-webfont.woff") format("woff");
}
/* Review Carousel Styles - Livspace Style */
.list-view-carousel.review-list {
  margin-top: 2rem;
  position: relative;
}

.list-view-carousel.review-list.slides-width {
  width: 100%;
}

.list-view-carousel.review-list.mt-6 {
  margin-top: 3.5rem;
}

.review-carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

.review-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.review-card-item {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.review-card-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.review-card-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.reviewer-initials {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  flex-shrink: 0;
  text-transform: uppercase;
}

.reviewer-details {
  flex: 1;
}

.reviewer-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.4;
}

.review-rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-rating-stars .star {
  color: #d3d3d3;
  font-size: 18px;
  line-height: 1;
}

.review-rating-stars .star.filled {
  color: #FFB700;
}

.review-rating-stars .rating-value {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.review-card-body {
  margin-top: 16px;
}

.review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.read-more-link {
  color: #0071A8;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.read-more-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-carousel-btn:hover {
  background: #f8f8f8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.review-carousel-btn span {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 1;
}

.review-carousel-prev {
  left: 0;
}

.review-carousel-next {
  right: 0;
}

.review-carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .review-card-item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .review-carousel-btn {
    line-height: 33px !important;
  }
  .review-carousel-wrapper {
    padding: 0 40px;
  }
  .review-card-item {
    flex: 0 0 calc(100% - 0px);
    padding: 20px;
  }
  .review-carousel-btn {
    width: 36px;
    height: 36px;
  }
  .review-carousel-btn span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .review-carousel-wrapper {
    padding: 0 35px;
  }
  .review-card-item {
    padding: 16px;
  }
  .reviewer-initials {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .reviewer-name {
    font-size: 14px;
  }
  .review-text {
    font-size: 13px;
  }
}
#enquiryForm .form-select {
  border-radius: 0px !important;
  padding: 10px 12px !important;
}

#enquiryForm .form-control {
  border-radius: 0px !important;
  padding: 10px 12px !important;
}

.modal-width500 {
  max-width: 500px !important;
}

.custom-file-upload-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}

.custom-file-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  border-radius: 0px;
  color: #fff;
  background-color: #014C52 !important;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-file-label:hover {
  color: #fff;
  background-color: #008478 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 132, 120, 0.3);
}

.custom-file-label:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 132, 120, 0.2);
}

.custom-file-label .browse-text {
  font-weight: 600;
}

/* Add folder icon before text */
.custom-file-label::before {
  content: "📁";
  margin-right: 8px;
  font-size: 18px;
  display: inline-block;
}/*# sourceMappingURL=style.css.map */