/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){width:100%!important; max-width:100%;}



:root {
  --primary-color: #9b000c;
  --primary-hover: #b8000e;
  --secondary-color: #f8f9fa;
  --text-dark: #212529;
  --text-light: #6c757d;
  --white: #ffffff;
  --bg-color: #ffffff;
  --ghost-white:#f9f9f9;
  --font-main: 'Inter', system-ui, -apple-system, sans-serif;
  --transition: all 0.3s ease;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  --box-shadow-hover: 0 10px 15px rgba(0, 0, 0, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul {
  list-style: none;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {margin-bottom: 1rem!important;  color: var(--text-light);}
p:last-child{margin-bottom: 0!important;}


.section-title {
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

/*Max Width*/
.max-width-650{max-width:650px; margin-left:auto; margin-right:auto;}
.max-width-700{max-width:700px; margin-left:auto; margin-right:auto;}
.max-width-800{max-width:800px; margin-left:auto; margin-right:auto;}

/*Colors*/
.bg-ghost-white{background:var(--ghost-white);}
.txt-white{color:var(--white);}
.txt-primary-color{color: var(--primary-color);}
.text-dark{color: var(--text-dark);}

/* Layout */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

section {
  padding: 5rem 0;
}

/*Text Align*/
.text-left{text-align:left;}
.text-center{text-align:center;}

/*Margin*/
.mb-1{margin-bottom:1rem!important;}
.mb-2{margin-bottom:2rem!important;}
.mb-3{margin-bottom:3rem!important;}
.mb-4{margin-bottom:4rem!important;}


.d-md-block{display: block;}


/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  font-size: 1rem;
  gap: 0.5rem;
}

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

.btn-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(155, 0, 12, 0.3);
  color: var(--white);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-outline:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

/*Content Description*/

.para-desc {
  font-size: clamp(1rem, 0.9vw + 0.6rem, 1.1rem);
  line-height: 1.8;
  color: #555;
}
.para-desc1 {
  font-size: clamp(1rem, 0.9vw + 0.6rem, 1.05rem);
  line-height: 1.8;
  color: #555;
}

/*Topbar*/
.top-bar-contact a{color:var(--theme-button-text-initial-color)}
.top-bar-contact {display: flex; gap: 20px;}


/* Page Header (Internal Pages) */
.page-header {
  background-color: var(--secondary-color);
  padding: 4rem 0;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.page-header h1 {
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.breadcrumb {
  font-size: 0.9rem;
  color: var(--text-light);
}

.breadcrumb a {
  color: var(--primary-color);
  font-weight: 500;
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('https://hingunetproducts.in/wp-content/uploads/2026/04/home-hero-banner.jpg') center/cover;
  min-height: 85vh;
  display: flex;
  align-items: center;
  color: var(--white);
  text-align: center;
/*   padding: 4rem 1.5rem; */
  position: relative;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.hero p {
  color: #f8f9fa;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-inline: auto;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.hero-btns .btn-outline {
  color: var(--white);
  border-color: var(--white);
}

.service-pg-hero .hero-btns .btn-outline:hover {
  background-color: var(--white);
  color: var(--primary-color)!important;
}
.hero-btns .btn-outline:hover {
  background-color: var(--white);
  color: var(--white)!important;
}

footer ul.wp-block-list li { margin-bottom: 10px;}

.about-hero{background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.75)), url('https://hingunetproducts.in/wp-content/uploads/2026/04/home-hero-banner.jpg') center/cover;}

.innerpage-hero{ padding: 5rem 0; text-align: center; color: white;}

.service-pg-hero{position: relative; min-height: 70vh; display: flex; align-items: center; color: var(--white); padding: 5rem 0;}

.invisible-grill-pg-hero{background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://hingunetproducts.in/wp-content/uploads/2026/04/home-hero-banner.jpg') center/cover;}

.pleated-mosquitonet-pg-hero{background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://hingunetproducts.in/wp-content/uploads/2026/04/pleated-mosquitonet-hero-banner.jpg') center/cover;}

.pigeonnet-pg-hero{background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://hingunetproducts.in/wp-content/uploads/2026/04/pigeon-net-hero-banner.jpg') center/cover;}

.home-form-wrapper .wpforms-container{margin:0!important;}
.home-form-wrapper label{color:var(--white)!important;}
.home-form-wrapper .wpforms-submit-container{text-align:center;}
.home-form-wrapper .wpforms-submit{background:var(--primary-color)!important; margin-top: 15px;
    padding: 25px 20px !important;}



.contact-form-wrapper input[type=text], .contact-form-wrapper input[type=email], .contact-form-wrapper input[type=number], .contact-form-wrapper select, .contact-form-wrapper textarea, .contact-form-wrapper .choices__inner, .home-form-wrapper input[type=text], .home-form-wrapper input[type=email], .home-form-wrapper input[type=number], .home-form-wrapper select{background: #fdfdfd!important; border: 1px solid #dee2e6!important; padding: 0.8rem 1.2rem!important; border-radius: 10px!important;}
.contact-form-wrapper label, .contact-form-wrapper legend {color: var(--text-light) !important; text-transform: uppercase; font-size: 0.8rem!important;}
.contact-form-wrapper .choices__inner, .home-form-wrapper #wpforms-191-field_3 { padding: 0 15px !important;}

.contact-form-wrapper button[type=submit]{background:var(--primary-color)!important; width: 100%; min-height: 55px !important; padding: 15px 10px !important; border-radius: 30px !important;}

/* Services Grid (Visual Safety Phase) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.service-card {
  background: var(--white);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(155, 0, 12, 0.12);
  border-color: rgba(155, 0, 12, 0.2);
}

.service-card-img-wrapper {
  width: 100%;
  height: 240px;
  position: relative;
}

.service-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.service-card:hover .service-card-img-wrapper img {
  transform: scale(1.1);
}

.service-card-badge {
  position: absolute;
  bottom: -20px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: var(--primary-color);
  color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 10px 20px rgba(155, 0, 12, 0.3);
  z-index: 2;
  border: 4px solid white;
}

.service-card-content {
  padding: 3rem 2rem 2.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  color: var(--text-dark);
  line-height: 1.3;
}

.service-card p {
  font-size: 1rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  flex-grow: 1;
}

.service-link {
  color: var(--primary-color);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.service-link i {
  transition: transform 0.3s ease;
}

.service-link:hover i {
  transform: translateX(5px);
}

/* About Progressive (Immersive Offset Phase) */

.about-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 6rem;
  align-items: center;
}

.about-visual {
  position: relative;
  z-index: 1;
}

.about-img-frame {
  position: relative;
  padding-right: 3rem;
  padding-bottom: 3rem;
}

.about-img-frame img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 40px 40px 0 rgba(155, 0, 12, 0.03);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-img-frame:hover img {
  transform: translate(-10px, -10px);
  box-shadow: 50px 50px 0 rgba(155, 0, 12, 0.05);
}

.about-stamp {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 15rem;
  font-weight: 900;
  color: rgba(155, 0, 12, 0.03);
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  font-family: 'Inter', serif;
}


.about-features-pillar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.about-feature-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2rem;
  border-left: 3px solid #eee;
  transition: all 0.3s ease;
}

.about-feature-item:hover {
  border-left-color: var(--primary-color);
}

.about-feature-item h4 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-feature-item p {
  font-size: 1rem;
  color: #777;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .about-img-frame {
    padding: 0;
  }

  .about-img-frame img {
    height: 400px;
    box-shadow: none;
  }

  .about-stamp {
    display: none;
  }
}

/* Stats/Facts Strip */
.stats-section {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 4rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.stat-item h3 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--white);
}

.stat-item p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin-bottom: 0;
}

/* Testimonials */

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  position: relative;
}

.quote-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  color: rgba(155, 0, 12, 0.05);
}

.stars {
  color: #f39c12;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.customer-info {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.customer-initial {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.customer-details h4 {
  margin-bottom: 0;
  font-size: 1rem;
}

.customer-details span {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* FAQ */
.faq-list {
  max-width: 800px;
  margin: 3rem auto 0;
}

.faq-item {
  background: var(--white);
  border: 1px solid #eaeaea;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-question {
  padding: 1.2rem 1.5rem;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
 font-size: clamp(1rem, 0.8vw + 0.6rem, 1.1rem);
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  padding-bottom: 1.2rem;
  max-height: 300px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
  color: var(--primary-color);
}

/* Service Detail Page Layout */
.service-detail-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.service-main-img {
  border-radius: 10px;
  margin-bottom: 2rem;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.content-box {
  margin-bottom: 2.5rem;
}

.content-box h2,
.content-box h3 {
  text-align: left;
  margin-top: 2rem;
}

.sidebar-widget {
  background: var(--secondary-color);
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  border: 1px solid #eaeaea;
}

.sidebar-widget h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}

.contact-widget ul li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.contact-widget ul li i {
  color: var(--primary-color);
  margin-top: 0.3rem;
}

/* Forms */
.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--text-dark);
}

.form-control {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(155, 0, 12, 0.1);
}

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

/* Contact Page Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  margin-top: 3rem;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Final CTA Section */
.cta-section {
  background-color: var(--text-dark);
  color: var(--white);
  text-align: center;
  padding: 5rem 1.5rem;
}

.cta-section p {
  color: #adb5bd;
  font-size:clamp(1rem, 1vw + 0.6rem, 1.2rem);
  margin-bottom: 2rem!important;
  max-width: 600px;
  margin-inline: auto;
}

/* Footer */
footer {
  background-color: #1a1e21;
  color: var(--white);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-col h3 {
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.footer-about p {
  color: #adb5bd;
  margin-top: 1rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-col a {
  color: #adb5bd;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-col a:hover {
  color: var(--primary-color);
  transform: translateX(5px);
}

.footer-contact li {
  display: flex;
  gap: 1rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.footer-contact i {
  color: var(--primary-color);
  margin-top: 0.3rem;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #adb5bd;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: var(--transition);
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  color: white;
}

/* Call Button Mobile Only Float */
.floating-call {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: var(--primary-color);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: var(--transition);
}

/* Premium Landing Page Additions */
.premium-hero {
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=80&w=1920') center/cover;
  min-height: 70vh;
  display: flex;
  align-items: center;
  color: var(--white);
  padding: 5rem 0;
}

.premium-hero-content {
  max-width: 800px;
}

.service-pg-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1.5rem;
  line-height: 1.1;
  color: var(--white);
}

.service-pg-hero p {
  color: #e0e0e0;
  font-size: clamp(0.95rem, 1.2vw + 0.6rem, 1.2rem);
  margin-bottom: 2rem;
}

.premium-section {
  padding: 6rem 0;
}

.premium-section-alt {
  background-color: var(--secondary-color);
  padding: 6rem 0;
}

/* Premium Features Grid */
.premium-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.premium-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

.premium-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(155, 0, 12, 0.05);
  color: var(--primary-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.premium-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.premium-card p {
  margin-bottom: 0;
  flex-grow: 1;
}

/* Split Content */
.premium-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.premium-split-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

.premium-split-img:hover img {
  transform: scale(1.03);
}

/* Dark Trust Strip */
.dark-trust-strip {
  background: #111;
  color: white;
  position: relative;
}

.dark-trust-strip .section-title {
  color: var(--primary-color);
}

.dark-trust-strip h2 {
  color: white;
}

.dark-trust-strip .feature-list i {
  background: rgba(255, 255, 255, 0.1);
  color: var(--primary-color);
}

.dark-trust-strip .feature-list h4 {
  color: white;
}

.dark-trust-strip .feature-list p {
  color: #adb5bd;
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(155, 0, 12, 0.1);
  color: var(--primary-color);
  padding: 0.3rem 1rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  gap: 10px;
}

/* Premium Image Gallery */
.premium-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 0, 12, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-overlay i {
  color: white;
  font-size: 2.5rem;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

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

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
  transform: translateY(0);
}

/* Lightbox Modal */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.lightbox.active .lightbox-img {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.lightbox-close:hover {
  color: var(--primary-color);
}

/* Lead Gen Hero */
.hero-premium-bg {
  min-height: 85vh;
  display: flex;
  align-items: center;
  color: white;
  padding: 4rem 0;
}

.hero-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.hero-left h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 1.5rem;
  line-height: 1.1;
  color: white;
}

.hero-left p {
  font-size: 1.2rem;
  color: #e0e0e0;
  margin-bottom: 2rem;
}

.hero-form-container {
  background: var(--white);
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: var(--text-dark);
}

.hero-form-container h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  color: var(--primary-color);
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: inherit;
  font-size: 1rem;
}

/* Google Review Badge */
.google-badge-container {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: white;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.google-logo img {
  width: 24px;
}

.google-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.google-rating {
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.google-stars {
  color: #f39c12;
  font-size: 0.9rem;
}

.google-count {
  font-size: 0.8rem;
  color: var(--text-light);
}

/* Centered Premium Hero */
.hero-centered {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 5rem 0;
  background-attachment: fixed;
  /* Parallax effect */
}

.hero-centered-content {
  max-width: 900px;
  margin: 0 auto;
}

.hero-centered-content h1 {
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  margin-bottom: 2rem;
  line-height: 1.1;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.hero-centered-content p {
  font-size: 1.3rem;
  color: #f1f1f1;
  margin-bottom: 3rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Dedicated Booking Section */
.booking-section {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=80&w=1920') center/cover;
  background-attachment: fixed;
  color: white;
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.booking-info h2 {
  margin-bottom: 1.5rem;
  color: white;
}

.booking-info p {
  font-size: 1.15rem;
  margin-bottom: 2.5rem;
  color: #e0e0e0;
}

.booking-form-card {
  background: var(--white);
  padding: 3.5rem;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  border: none;
  color: var(--text-dark);
}

.booking-form-card h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: var(--primary-color);
  text-align: center;
}

/* Executive Redesign Phase */
.booking-form-card.executive {
  padding: 3rem;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
  border: none;
}

.form-group-executive {
  margin-bottom: 2rem;
}

.form-group-executive label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-light);
  margin-bottom: 0.8rem;
  display: block;
  font-weight: 700;
}

.form-control-executive {
  background: #fdfdfd;
  border: 1px solid #dee2e6;
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: var(--text-dark);
}

.form-control-executive:focus {
  background: white;
  border-color: var(--primary-color);
  box-shadow: 0 10px 25px rgba(155, 0, 12, 0.1);
  outline: none;
  transform: translateY(-2px);
}

/* Timeline/Process Visualization */
.booking-process {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 3rem 0;
}

.process-step {
  display: flex;
  color: var(--text-dark);
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-weight: 300;
}

.pillar-title strong {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text-dark);
}

.pillar-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  max-width: 90%;
}

@media (max-width: 1024px) {
  .pillar-progressive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .pillar-progressive-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.process-step:hover {
  transform: translateX(10px);
}

.step-number {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.15);
  line-height: 1;
  font-family: serif;
  /* More sophisticated look */
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.step-details h4 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: white;
}

.step-details p {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0;
}

/* Ribbon Executive Redesign Phase */

.glass-form-ribbon {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 2.5rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.ribbon-form-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 200px;
  gap: 1.5rem;
  align-items: flex-end;
}

.form-group-ribbon label {
  display: block;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

.form-control-ribbon {
  width: 100%;
  padding: 0.9rem 1.2rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  color: var(--text-dark);
}

.form-control-ribbon:focus {
  outline: none;
  background: white;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.ribbon-btn {
  width: 100%;
  padding: 1rem;
  border-radius: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .ribbon-form-inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .ribbon-form-inner {
    grid-template-columns: 1fr;
  }

  .booking-section.dark-executive.ribbon-layout {
    background-attachment: scroll;
    padding: 5rem 0;
  }
	
	.home-form-wrapper .wpforms-field-container div{width:100%!important; margin-left:0!important;}
}

.form-ribbon-action {
  margin-top: 2rem;
  text-align: center;
}

/* Mobile Responsive Additions */
@media (max-width: 992px) {
  .d-md-block{display: block;}

  .service-detail-content,
  .contact-grid,
  .premium-split,
  .hero-split,
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .booking-section {
    padding: 6rem 0;
    background-attachment: scroll;
    /* Fixes mobile background jumping */
  }

  .booking-form-card {
    padding: 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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



  .mobile-menu-btn {
    display: block;
  }

  
  .header-cta {
    display: none;
  }

  header {
    padding: 0.8rem 0;
  }

  .header-container {
    padding: 0 1.5rem;
  }

  .hero-btns {
    flex-direction: column;
  }

  .split-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .split-grid .split-img {
    order: -1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .floating-call {
    display: flex;
  }
}

/* Progressive Architect Hero Phase */


.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 1.4rem;
  background: rgba(155, 0, 12, 0.15);
  color: #ff4d4d;
  border-radius: 100px;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(155, 0, 12, 0.2);
  backdrop-filter: blur(5px);
}

.hero-title {
  font-size: clamp(2.8rem, 10vw, 3.5rem);
  line-height: 1.2;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 2rem;
  letter-spacing: -3px;
}

.hero-subtitle {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto 3.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.hero-proof-chip {
  position: absolute;
  right: 8%;
  top: 30%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(25px);
  padding: 2rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  animation: heroFloat 8s ease-in-out infinite;
  z-index: 2;
  text-align: left;
}

.hero-proof-chip .num {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1;
}

.hero-proof-chip .txt {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-30px) rotate(3deg);
  }
}

.btn-premium {
  padding: 1.3rem 3rem;
  border-radius: 100px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
  font-size: 0.95rem;
}

.btn-premium:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 20px 40px rgba(155, 0, 12, 0.4);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
}

@media (max-width: 1200px) {
  .hero-proof-chip {
    display: none;
  }
}


/* Architectural Pillar 2.1 Visual Fix */
.pillar-progressive-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 6rem;
  margin-top: 6rem;
  position: relative;
}

.pillar-item-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid #f2f2f2;
}

.pillar-item-v2:hover {
  transform: translateY(-12px);
  border-bottom-color: var(--primary-color);
}


.pillar-stamp-bg-v2 {
  position: absolute;
  top: -45px;
  right: -25px;
  font-size: 12rem;
  font-weight: 900;
  color: rgba(155, 0, 12, 0);
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.pillar-item-v2:hover .pillar-stamp-bg-v2{color: rgba(155, 0, 12, 0.04);}

.pillar-icon-v2 {
  font-size: 3.5rem;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 10px rgba(155, 0, 12, 0.1));
}

.pillar-item-v2:hover .pillar-icon-v2 {
  transform: scale(1.1) rotate(6deg);
  filter: drop-shadow(0 0 20px rgba(155, 0, 12, 0.4));
  color: #ff4d4d;
}

.pillar-title-v2 {
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--text-dark);
  letter-spacing: -1px;
  margin-bottom: 1rem;
  font-weight: 300;
  padding-left: 1.2rem;
  border-left: 3px solid var(--primary-color);
}

.pillar-title-v2 strong {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text-dark);
}

.pillar-text-v2 {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  max-width: 95%;
}

@media (max-width: 1024px) {
  .pillar-progressive-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .pillar-progressive-grid-v2 {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .pillar-stamp-bg-v2 {
    font-size: 8rem;
    top: -30px;
    right: 0;
  }
}

/* Authority Strip (Counting Stats Phase) */
.authority-strip {
  background: #fff;
  padding: 80px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  z-index: 5;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.authority-metric {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}

.authority-metric:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #eee;
}

.authority-number {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1;
  letter-spacing: -2px;
  font-family: 'Inter', sans-serif;
}

.authority-number span.suffix {
  color: var(--primary-color);
  margin-left: 2px;
}

.authority-label {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
}

@media (max-width: 992px) {
  .authority-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }

  .authority-metric:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .authority-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .authority-metric::after {
    display: none !important;
  }
}

/* Elite Pill-Badges Fix */

.pill-container-elite {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.pill-badge-elite {
  padding: 0.8rem 1.8rem;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  cursor: default;
}

.pill-badge-elite i {
  color: var(--primary-color);
  font-size: 0.9rem;
  transition: all 0.4s ease;
}

.pill-badge-elite:hover {
  transform: translateY(-5px);
  background: white;
  border-color: var(--primary-color);
  box-shadow: 0 10px 25px rgba(155, 0, 12, 0.1);
  color: var(--primary-color);
}

.pill-badge-elite:hover i {
  transform: scale(1.2);
}