/* 
   Home Glow Interiors & Builders - Custom Premium Stylesheet
   Tagline: "A Glow Up For Your Home"
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  /* Brand Color Palette */
  --primary: #5F6F65;      /* Olive Sage Green */
  --secondary: #D9D2C5;    /* Warm Beige */
  --accent: #5A3A2A;       /* Brown Accent */
  --light: #F7F5F2;        /* Off-white */
  --dark: #1E1E1E;         /* Charcoal */
  --white: #FFFFFF;
  
  /* Typography & Transitions */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Poppins', sans-serif;
  --transition-smooth: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-slow: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- Base & Scroll Reset --- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--light);
  color: var(--dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .display-font {
  font-family: var(--font-heading);
  color: var(--dark);
  font-weight: 600;
}

p {
  color: #555555;
  line-height: 1.8;
  font-weight: 300;
}

a {
  text-decoration: none;
  transition: var(--transition-smooth);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--light);
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

/* --- Helper Classes --- */
.section-padding {
  padding: 100px 0;
}

@media (max-width: 768px) {
  .section-padding {
    padding: 70px 0;
  }
}

.text-primary-color {
  color: var(--primary) !important;
}
.text-accent-color {
  color: var(--accent) !important;
}
.bg-secondary-color {
  background-color: var(--secondary) !important;
}
.bg-light-color {
  background-color: var(--light) !important;
}
.bg-dark-color {
  background-color: var(--dark) !important;
}

/* --- Buttons --- */
.btn-premium {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 1px;
  padding: 14px 32px;
  border-radius: 50px;
  transition: var(--transition-smooth);
  text-transform: uppercase;
}

.btn-premium-primary {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.btn-premium-primary:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(90, 58, 42, 0.15);
}

.btn-premium-secondary {
  background-color: var(--secondary);
  color: var(--dark);
  border: 1px solid var(--secondary);
}

.btn-premium-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(95, 111, 101, 0.15);
}

.btn-premium-outline {
  background-color: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.btn-premium-outline:hover {
  background-color: var(--white);
  color: var(--dark);
  border-color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.btn-premium-outline-dark {
  background-color: transparent;
  color: var(--dark);
  border: 1px solid var(--dark);
}

.btn-premium-outline-dark:hover {
  background-color: var(--dark);
  color: var(--white);
  transform: translateY(-3px);
}

/* --- Section Headers --- */
.section-title-wrapper {
  margin-bottom: 60px;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--primary);
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: var(--accent);
  margin: 15px auto 0;
}

.section-title.text-start::after {
  margin: 15px 0 0;
}

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

/* --- Navigation --- */
.navbar-custom {
  padding: 20px 0;
  transition: var(--transition-smooth);
  z-index: 1030;
}

.navbar-custom.scrolled {
  padding: 12px 0;
  background-color: rgba(247, 245, 242, 0.95); /* Off-white with transparency */
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(217, 210, 197, 0.4);
}

.navbar-brand-custom {
  display: flex;
  flex-direction: column;
}

.navbar-logo {
  height: auto;
  max-height: 60px;
  width: auto;
  object-fit: contain;
  transition: var(--transition-smooth);
  /* Trims the white background and inverts the black logo to white on dark/transparent headers */
  filter: invert(1);
  mix-blend-mode: screen;
}

.navbar-custom.scrolled .navbar-logo {
  max-height: 48px;
  /* Reverts the logo back to black and multiplies with the light scrolled background to keep it transparent */
  filter: none;
  mix-blend-mode: multiply;
}

.navbar-brand-custom .brand-name {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.5px;
  line-height: 1.2;
  transition: var(--transition-smooth);
}

.navbar-brand-custom .brand-tagline {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: var(--transition-smooth);
}

.navbar-custom.scrolled .navbar-brand-custom .brand-name {
  color: var(--dark);
}

.navbar-custom.scrolled .navbar-brand-custom .brand-tagline {
  color: var(--primary);
}

.navbar-nav .nav-link {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.85);
  padding: 6px 16px !important;
  transition: var(--transition-smooth);
  position: relative;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--white);
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 16px;
  background-color: var(--secondary);
  transition: var(--transition-smooth);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: calc(100% - 32px);
}

/* Scrolled Nav Link States */
.navbar-custom.scrolled .navbar-nav .nav-link {
  color: rgba(30, 30, 30, 0.8);
  text-shadow: none;
}

.navbar-custom.scrolled .navbar-nav .nav-link:hover,
.navbar-custom.scrolled .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-custom.scrolled .navbar-nav .nav-link::after {
  background-color: var(--primary);
}

/* Navbar Toggler Styles */
.navbar-toggler-custom {
  border: none;
  outline: none;
  background: transparent;
  padding: 5px;
}

.navbar-toggler-icon-custom {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  position: relative;
  transition: var(--transition-smooth);
}

.navbar-toggler-icon-custom::before,
.navbar-toggler-icon-custom::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  left: 0;
  transition: var(--transition-smooth);
}

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

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

.navbar-toggler-custom[aria-expanded="true"] .navbar-toggler-icon-custom {
  background-color: transparent;
}

.navbar-toggler-custom[aria-expanded="true"] .navbar-toggler-icon-custom::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler-custom[aria-expanded="true"] .navbar-toggler-icon-custom::after {
  transform: rotate(-45deg);
  top: 0;
}

.navbar-custom.scrolled .navbar-toggler-icon-custom,
.navbar-custom.scrolled .navbar-toggler-icon-custom::before,
.navbar-custom.scrolled .navbar-toggler-icon-custom::after {
  background-color: var(--dark);
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: var(--dark);
    padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  
  .navbar-custom.scrolled .navbar-collapse {
    background-color: var(--white);
    border: 1px solid rgba(217, 210, 197, 0.4);
  }

  .navbar-nav .nav-link {
    padding: 10px 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
  }
  
  .navbar-nav .nav-link::after {
    left: 0;
  }
  
  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    width: 30px;
  }
  
  .navbar-custom.scrolled .navbar-nav .nav-link {
    color: rgba(30, 30, 30, 0.8) !important;
  }
}

/* --- Hero Section --- */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/hero_bg.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero-section {
    background-attachment: scroll; /* Disable parallax on mobile for performance */
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}

.hero-content-wrapper {
  position: relative;
  z-index: 3;
  color: var(--white);
  max-width: 900px;
}

.hero-title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  color: var(--white);
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto 40px;
  opacity: 0.9;
  letter-spacing: 0.5px;
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }
  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .hero-buttons .btn-premium {
    width: 100%;
  }
}

/* Scroll Down Indicator */
.scroll-down-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: var(--white);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.7;
  transition: var(--transition-smooth);
}

.scroll-down-btn:hover {
  color: var(--secondary);
  opacity: 1;
}

.scroll-down-line {
  width: 1px;
  height: 50px;
  background-color: currentColor;
  margin: 8px auto 0;
  position: relative;
  overflow: hidden;
}

.scroll-down-line::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background-color: var(--secondary);
  position: absolute;
  top: -20px;
  animation: scroll-line-anim 2s infinite cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes scroll-line-anim {
  0% { top: -20px; }
  100% { top: 50px; }
}

/* --- About Section --- */
.about-section {
  background-color: var(--light);
}

.about-image-container {
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}

.about-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  transition: var(--transition-slow);
}

.about-image-container:hover .about-img {
  transform: translateY(-5px);
}

.about-image-frame {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 90%;
  border: 2px solid var(--accent);
  border-radius: 8px;
  z-index: 1;
  transition: var(--transition-slow);
}

.about-image-container:hover .about-image-frame {
  transform: translate(-10px, -10px);
}

.about-description {
  font-size: 1.1rem;
  color: var(--dark);
  margin-bottom: 30px;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .about-feature-grid {
    grid-template-columns: 1fr;
  }
  .about-image-container {
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}

.about-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--secondary);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: var(--transition-smooth);
}

.about-feature-item:hover .about-feature-icon {
  background-color: var(--primary);
  color: var(--white);
  transform: scale(1.1);
}

.about-feature-text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--dark);
}

/* --- Services Section --- */
.services-section {
  background-color: var(--secondary);
  position: relative;
}

.service-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.03);
  border: 1px solid rgba(217, 210, 197, 0.3);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition-smooth);
  z-index: 2;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(95, 111, 101, 0.12);
  border-color: rgba(95, 111, 101, 0.2);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 25px;
  display: inline-block;
  transition: var(--transition-smooth);
}

.service-card:hover .service-icon {
  color: var(--accent);
  transform: scale(1.1);
}

.service-title {
  font-size: 1.35rem;
  margin-bottom: 15px;
  font-weight: 500;
}

.service-desc {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #666666;
}

/* --- Projects Section --- */
.projects-section {
  background-color: var(--dark);
  color: var(--white);
}

.projects-section h2 {
  color: var(--white);
}

.projects-section p {
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 45px;
}

.filter-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 10px 24px;
  border-radius: 50px;
  transition: var(--transition-smooth);
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--dark);
}

/* Portfolio Grid */
.portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.portfolio-item {
  padding: 12px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.portfolio-item.hidden {
  display: none;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  background-color: #222;
}

.project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(30, 30, 30, 0.95) 0%, rgba(30, 30, 30, 0.4) 60%, rgba(30, 30, 30, 0.1) 100%);
  opacity: 0;
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.project-category {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--secondary);
  margin-bottom: 8px;
  transform: translateY(15px);
  transition: var(--transition-smooth);
}

.project-title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  transform: translateY(20px);
  transition: var(--transition-smooth);
  transition-delay: 0.05s;
}

/* Hover States */
.project-card:hover .project-img {
  transform: scale(1.08);
}

.project-card:hover .project-overlay {
  opacity: 1;
}

.project-card:hover .project-category,
.project-card:hover .project-title {
  transform: translateY(0);
}

/* --- How We Work Section --- */
.work-section {
  background-color: var(--light);
}

.process-step-col {
  position: relative;
}

/* Line connecting steps (for large screens) */
@media (min-width: 992px) {
  .process-step-col:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50px;
    left: calc(50% + 50px);
    width: calc(100% - 100px);
    height: 1px;
    border-top: 1.5px dashed var(--secondary);
    z-index: 1;
  }
}

.process-card {
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.process-number {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 600;
  color: rgba(95, 111, 101, 0.15);
  line-height: 1;
  margin-bottom: -15px;
  transition: var(--transition-smooth);
}

.process-card:hover .process-number {
  color: var(--primary);
  transform: translateY(-5px);
}

.process-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid rgba(217, 210, 197, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--accent);
  margin: 0 auto 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  transition: var(--transition-smooth);
}

.process-card:hover .process-icon-wrapper {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  transform: scale(1.05);
}

.process-step-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.process-step-desc {
  font-size: 0.88rem;
  color: #666;
  max-width: 250px;
  margin: 0 auto;
}

/* --- Testimonials Section --- */
.testimonials-section {
  background-color: var(--secondary);
}

.testimonial-container {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: var(--white);
  padding: 60px;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(30, 30, 30, 0.05);
  text-align: center;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 35px 25px;
  }
}

.testimonial-quote-icon {
  font-size: 3rem;
  color: rgba(95, 111, 101, 0.2);
  line-height: 1;
  margin-bottom: 20px;
}

.testimonial-text {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.8;
  color: var(--dark);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .testimonial-text {
    font-size: 1.15rem;
  }
}

.testimonial-rating {
  color: #F39C12;
  margin-bottom: 20px;
  font-size: 1rem;
}

.testimonial-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  border: 2px solid var(--secondary);
}

.testimonial-author-name {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.testimonial-author-role {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--primary);
}

/* Custom testimonial controls */
.carousel-indicators-custom {
  position: static;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-indicators-custom [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: rgba(90, 58, 42, 0.3);
  transition: var(--transition-smooth);
}

.carousel-indicators-custom .active {
  background-color: var(--accent);
  transform: scale(1.2);
}

/* --- Contact Section --- */
.contact-section {
  background-color: var(--light);
}

.contact-card-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.contact-form-side {
  padding: 50px;
}

.contact-info-side {
  padding: 50px;
  background-color: var(--dark);
  color: var(--white);
}

@media (max-width: 768px) {
  .contact-form-side,
  .contact-info-side {
    padding: 35px 25px;
  }
}

.contact-info-title {
  color: var(--white);
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.form-group-custom {
  margin-bottom: 25px;
}

.form-control-custom {
  background-color: #F8F9FA;
  border: 1px solid #E9ECEF;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  padding: 14px 20px;
  transition: var(--transition-smooth);
  color: var(--dark);
}

.form-control-custom:focus {
  background-color: var(--white);
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(95, 111, 101, 0.1);
  outline: none;
}

textarea.form-control-custom {
  min-height: 140px;
  resize: vertical;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.contact-info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.07);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: var(--transition-smooth);
}

.contact-info-item:hover .contact-info-icon {
  background-color: var(--secondary);
  color: var(--dark);
}

.contact-info-text-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-info-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--secondary);
  opacity: 0.8;
  margin-bottom: 5px;
}

.contact-info-value {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  line-height: 1.6;
}

.contact-info-value a {
  color: inherit;
}
.contact-info-value a:hover {
  color: var(--secondary);
}

/* Contact Social Links */
.contact-socials {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.contact-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  font-size: 1rem;
}

.contact-social-btn:hover {
  background-color: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

/* --- Floating Elements --- */
.whatsapp-float-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  background-color: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  transition: var(--transition-smooth);
}

.whatsapp-float-btn:hover {
  background-color: #128C7E;
  color: var(--white);
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}

@media (max-width: 576px) {
  .whatsapp-float-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

/* --- Footer --- */
.footer {
  background-color: var(--dark);
  padding: 80px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.65);
}

.footer-brand {
  margin-bottom: 25px;
}

.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
}

.footer-brand-tagline {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-about-text {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-title {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}

.footer-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: var(--primary);
  margin-top: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  font-weight: 300;
}

.footer-links a:hover {
  color: var(--secondary);
  padding-left: 5px;
}

.footer-contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 0.88rem;
  font-weight: 300;
}

.footer-contact-icon {
  color: var(--secondary);
  font-size: 1rem;
  flex-shrink: 0;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  font-weight: 300;
}

/* --- Scroll Animation Reveals --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: var(--transition-slow);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered Delay Helpers */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* Custom success modal */
.modal-custom .modal-content {
  background-color: var(--light);
  border: 1px solid var(--secondary);
  border-radius: 8px;
  padding: 20px;
}

.modal-custom .modal-header {
  border-bottom: none;
}

.modal-custom .modal-footer {
  border-top: none;
}

/* --- Before & After Section --- */
.transformation-card {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(30, 30, 30, 0.04);
  transition: var(--transition-smooth);
  height: 100%;
}

.transformation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(95, 111, 101, 0.1);
}

.transformation-images {
  display: flex;
  gap: 2px;
  background-color: var(--secondary);
}

.before-img-wrapper,
.after-img-wrapper {
  position: relative;
  flex: 1;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.before-img-wrapper img,
.after-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.transformation-card:hover .before-img-wrapper img,
.transformation-card:hover .after-img-wrapper img {
  transform: scale(1.05);
}

.badge-before,
.badge-after {
  position: absolute;
  top: 10px;
  font-size: 0.65rem;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 10;
}

.badge-before {
  left: 10px;
  background-color: rgba(30, 30, 30, 0.85);
  color: var(--white);
}

.badge-after {
  right: 10px;
  background-color: var(--primary);
  color: var(--white);
}

.transformation-details {
  padding: 24px;
  border: 1px solid rgba(217, 210, 197, 0.3);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.transformation-details h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--dark);
}

.transformation-details p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}

/* Poster Banner Custom Styling */
.poster-banner-wrapper {
  background-color: var(--primary);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.poster-content {
  background-color: var(--primary);
}

.poster-content .section-subtitle {
  color: var(--secondary) !important;
}

@media (max-width: 768px) {
  .poster-img {
    height: 300px;
  }
}

/* Custom Testimonial Carousel Controls */
.carousel-control-custom-prev,
.carousel-control-custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid rgba(217, 210, 197, 0.6);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: var(--transition-smooth);
  z-index: 10;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 0;
}

.carousel-control-custom-prev:hover,
.carousel-control-custom-next:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 10px 25px rgba(95, 111, 101, 0.2);
}

.carousel-control-custom-prev {
  left: -80px;
}

.carousel-control-custom-next {
  right: -80px;
}

@media (max-width: 991px) {
  .carousel-control-custom-prev,
  .carousel-control-custom-next {
    position: static;
    transform: none;
    display: inline-flex;
    margin: 15px 10px 0;
  }
  
  .carousel-control-custom-prev:hover,
  .carousel-control-custom-next:hover {
    transform: scale(1.08);
  }
  
  .testimonial-controls-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
}

