/* ── LANDING PAGE SPECIFIC STYLES: CONSULTATION & QUOTE ── */

/* ── SECTION: CONSULTATION & QUOTE ── */
.consultation-section-v2 {
  padding: 10px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.consultation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.consultation-section-v2 .container {
  position: relative;
  z-index: 3;
}

.consultation-form-card-v2 {
  background: #fff;
  padding: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  position: relative;
}

.form-header .form-title {
  font-size: 24px;
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 0;
  font-family: var(--font-heading);
}

.quote-form-v2 .form-control:not(textarea) {
  height: 48px;
  margin-bottom: 0 !important;
  padding: 0 15px !important; /* Centering vertically via height + zero top/bottom padding */
  line-height: 48px; /* Ensuring vertical alignment of text/placeholder */
}

.quote-form-v2 .phone-input-group {
  margin-bottom: 0 !important;
}

.quote-form-v2 textarea.form-control {
  padding: 15px !important;
}

/* Consultation Info Design Styles */
.consultation-info-design {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}
.glass-info-card {
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding: 50px 40px;
    border-radius: 24px;
    text-align: left;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
    border: 0px solid rgba(255, 255, 255, 0.0);
    max-width: 500px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.glass-info-card:hover{
	transform: translateY(0px);
}
.glass-info-card {
  padding: 30px 20px;
  border-radius: 24px;
  text-align: left;
  max-width: 500px;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.design-tagline {
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
}

.design-text, .design-text p {
  font-size: 16px;
  color: #ffffff !important;
  line-height: 1.6;
  margin-bottom: 20px;
}

.stats-contact-box {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  padding: 20px 25px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  gap: 30px;
}

.stats-left {
  display: flex;
  gap: 25px;
}

.stat-mini {
  display: flex;
  flex-direction: column;
}

.stat-mini .stat-number {
  font-size: 24px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.stat-mini .stat-label {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

.contact-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: var(--accent) !important;
  transform: translateX(5px);
}

.contact-link i {
  color: var(--accent);
  font-size: 16px;
}

/* Responsive Fixes */
@media (max-width: 1199px) {
  .stats-contact-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .contact-divider {
    display: none;
  }
}

/* Trust Badges Strip */
.trust-badges-strip {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 15px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.badge-item i {
  color: var(--accent);
  font-size: 18px;
}

.badge-item span {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.5px;
}

.form-subtitle {
  font-size: 14px;
}

/* reCAPTCHA Mockup Styling */
.g-recaptcha-v2-mock {
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 5px 10px;
  width: 100%;
  max-width: 280px;
  margin-top: 5px;
}

.recaptcha-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recaptcha-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-box-mock {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  background: #fff;
  border-radius: 2px;
}

.recaptcha-left span {
  font-size: 14px;
  color: #555;
}

.recaptcha-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.recaptcha-right span {
  font-size: 10px;
  color: #555;
  font-weight: 600;
}

/* Extra flair: Floating Animation for Glass Card */
@keyframes floatGlass {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}


/* Responsive Fixes */
@media (max-width: 991px) {
  .consultation-section-v2 {
    padding: 60px 0;
    background-attachment: scroll;
  }
  .consultation-form-card-v2 {
    padding: 25px 25px;
    margin: 0 auto;
  }
  .glass-info-card {
    padding: 35px 25px;
    margin-bottom: 30px;
    max-width: 100%;
    animation: none; /* Disable floating on mobile for performance */
  }
  .design-tagline {
    font-size: 26px;
  }
  .trust-badges-strip {
    justify-content: center;
  }
}

/* ── SECTION: WHY CHOOSE US (About v2) ── */
.about-section-v2 {
  padding: 45px 0;
  background-color: #fff;
  overflow: hidden;
}

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

.image-wrapper-landing {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.image-wrapper-landing img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  object-fit: cover;
  aspect-ratio: 4/5;
}

.about-image-single:hover .image-wrapper-landing img {
  transform: scale(1.05);
}

.floating-accent-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 70%;
  background: var(--primary);
  opacity: 0.1;
  border-radius: 20px;
  z-index: 1;
}

.about-content-v2 .sub-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.about-content-v2 .title {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 25px;
}

.about-content-v2 .lead-text {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-stats-row-landing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stat-card-mini {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 15px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.stat-card-mini:hover {
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: var(--accent);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: rgba(212, 13, 27, 0.1); /* Assuming accent is red */
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 24px;
}

.stat-info {
  display: flex;
  flex-direction: column;
}

.stat-count {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: #666;
  font-weight: 600;
  margin-top: 5px;
}

/* Responsive Fixes */
@media (max-width: 1199px) {
  .about-content-v2 .title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .about-section-v2 {
    padding: 30px 0;
  }
  .about-image-single {
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .floating-accent-box {
    display: none;
  }
  .about-content-v2 .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .about-stats-row-landing {
    grid-template-columns: 1fr;
  }
  .about-content-v2 .title {
    font-size: 28px;
  }
}

/* ── SECTION: WHY CHOOSE US (Landing Page Version) ── */
.features-list-lp {
  padding: 45px 0;
  background-color: #fcfcfc;
}

.feature-card-lp {
  background: #fff;
  padding: 40px 30px;
  border: 1px solid #eee;
  border: 2px solid var(--accent); /* Primary color on left border */
  border-radius: 0; /* Sharp edges */
  position: relative;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Different shape: Skewed parallelogram */
  transform: skewX(-5deg);
  margin-left: 10px; /* Offset for skew */
}

.feature-card-lp:hover {
  transform: translateY(-10px) skewX(-5deg);
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--accent);
}

/* Counter-skew content to keep text straight */
.feature-card-lp > * {
  transform: skewX(5deg);
}

.feature-card-lp h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.feature-card-lp p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive Fixes for features */
@media (max-width: 991px) {
  .features-list-lp {
    padding: 30px 0;
  }
}

/* ── SECTION: ELEVATOR SOLUTIONS (Enhanced Expert Cards) ── */
.expert-card {
  /* border-left: 4px solid var(--accent) !important; */
  border-radius: 0 !important;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.expert-card:hover {
  transform: translateY(-12px) !important;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1) !important;
  border-left-width: 8px !important;
}

.expert-image {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); /* Geometric slant */
  border-radius: 0 !important;
}

.expert-info h4 {
  font-weight: 800 !important;
  letter-spacing: 1px;
  color: var(--primary);
}
.expert-info {
  border-top: none;
}
.card-know-more {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); /* Skewed button effect */
  padding-left: 30px !important;
}

/* ── SECTION: INSTALLATION PROCESS (Compact 4-Column) ── */
.process-compact-v4 {
  padding: 60px 0;
  background: #fcfcfc;
}

.process-compact-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.compact-step-item {
  background: #fff;
  padding: 25px 20px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.compact-step-item:hover {
  border-color: var(--accent);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.step-num-small {
  font-size: 14px;
  font-weight: 900;
  color: var(--accent);
  
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.compact-step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.compact-step-head i {
  font-size: 24px;
  color: var(--primary);
  background: #f8f9fa;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.compact-step-item:hover .compact-step-head i {
  background: var(--accent);
  color: #fff;
}

.compact-step-item h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--primary);
  line-height: 1.3;
}

.compact-step-item p {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Responsive Fixes */
@media (max-width: 1199px) {
  .process-compact-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .process-compact-row {
    grid-template-columns: 1fr;
  }
}
/* ── ANIMATED BACKGROUND BUBBLES ── */
.animated-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.animated-bubbles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 25px;
  height: 25px;
  background: rgba(33, 37, 41, 0.04);
  animation: bubble-float 25s linear infinite, bubble-morph 6s ease-in-out infinite alternate;
  bottom: -150px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

@keyframes bubble-float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-1200px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes bubble-morph {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  100% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

.animated-bubbles li:nth-child(1) { left: 25%; width: 120px; height: 100px; animation-delay: 0s; }
.animated-bubbles li:nth-child(2) { left: 10%; width: 50px; height: 45px; animation-delay: 2s; animation-duration: 12s; }
.animated-bubbles li:nth-child(3) { left: 70%; width: 40px; height: 35px; animation-delay: 4s; }
.animated-bubbles li:nth-child(4) { left: 40%; width: 90px; height: 80px; animation-delay: 0s; animation-duration: 18s; }
.animated-bubbles li:nth-child(5) { left: 65%; width: 30px; height: 30px; animation-delay: 0s; }
.animated-bubbles li:nth-child(6) { left: 75%; width: 130px; height: 110px; animation-delay: 3s; }
.animated-bubbles li:nth-child(7) { left: 35%; width: 160px; height: 140px; animation-delay: 7s; }
.animated-bubbles li:nth-child(8) { left: 50%; width: 55px; height: 50px; animation-delay: 15s; animation-duration: 45s; }
.animated-bubbles li:nth-child(9) { left: 20%; width: 45px; height: 40px; animation-delay: 2s; animation-duration: 35s; }
.animated-bubbles li:nth-child(10) { left: 85%; width: 180px; height: 150px; animation-delay: 0s; animation-duration: 11s; }
