
body{margin: 0;padding: 0}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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');

h1, h2, h3, h4, h5, h6{font-family: 'Playfair Display', serif;letter-spacing:normal!important;font-weight: 600}

p, ul, li{font-family: 'Poppins', sans-serif;}

html {
  scroll-behavior: smooth;
}


.navbar{padding: 0 3rem; position: fixed; top: 0; z-index: 99; width: 100%;}
.navbar-brand {width: 20%}
.navbar-brand img{width: 25%}
.nav-item :hover{color: #c5200c!important}
.nav-item .nav-link{padding: 0 20px!important}
.logo-area  { display: flex; align-items: center; gap: 12px;text-decoration:none;padding:20px 0 }
.logo-box {
    width: 45px; height: 45px; 
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px; color: var(--white); font-family: var(--h-font);
    font-size: 1.4rem; font-weight: bold; transform: perspective(500px) rotateY(-10deg);
}
.logo-box img { width:70px }
.logo-text .title {  color: var(--navy); font-size: 1.4rem; line-height: 1; letter-spacing: 1px;margin-bottom:0!important;font-weight:600 }
.logo-text .subtitle-top { color: #c5200c; font-size: 0.65rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 0!important }
.logo-text .subtitle { color: #ffab1d; font-size: 0.65rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;margin-bottom: 0!important}

.action-zone { display: flex; align-items: center; gap: 20px; }
.quick-contact { display: flex; flex-direction: column; gap: 3px; font-size: 14px; font-weight: 400; 
    padding-right: 20px; }
.quick-contact a { color: #000; text-decoration: none; }
.quick-contact a:hover { color:#c5200c!important; }
.quick-contact i { margin-right: 5px; }
.call{color: #000;font-size: 14px; font-weight: 600;text-decoration: none!important;background-color:#c5200c; padding:10px 15px ; color:#fff;border-radius:5px }
.call:hover{color:#000;background-color:#ffab1d }




#carouselExampleCaptions{min-height: calc(100vh - 80px)!important;margin-top: 5rem}
.carousel-caption{background: radial-gradient(circle, rgba(2, 6, 23, 0.4) 0%, rgba(2, 6, 23, 0.8) 100%);padding: 3rem;border-radius: 25px}
.carousel-caption span{color: #ffab1d}
.carousel-caption h2{font-size: 5rem; font-weight: 700}



.premium-stats-section { background-color: #0f1626; color: #ffffff; }

.stat-box { border-right: 1px solid rgba(255, 255, 255, 0.08); padding: 20px 0; }
.stat-icon { color: #eab308; font-size: 1.3rem; margin-bottom: 12px; }
.stat-number { font-family: 'Playfair Display', serif;  font-size: 3.2rem; font-weight: 500; margin-bottom: 2px; letter-spacing: -1px; }

.accent-plus { color: #eab308;  font-family: 'Poppins', sans-serif; font-size: 1.8rem; font-weight: 500; vertical-align: super; margin-left: 2px; }

.stat-label {font-family: 'Poppins', sans-serif;  font-size: 0.75rem; font-weight: 600;letter-spacing: 2.5px; color: #8b95a5;  text-transform: uppercase;
    margin-bottom: 0; }


.desktop{display: block!important;}
.mobile{display: none!important;}




.hero-section {
    min-height: calc(70vh - 80px); 
    

    background: linear-gradient(rgba(10, 10, 10, 0.6), rgba(10, 10, 10, 0.6)), 
                url('../images/shre-balaji-services-house-mobile.png') no-repeat center center;
    background-size: cover; 
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-mob{padding-top: 22rem}

}




/*----------------about -----------------------*/


.about-us {padding-bottom: 55px; background-color: #ffffff; font-family: 'Poppins', sans-serif; overflow: hidden;padding-top: 60px!important}
.as-3d-container { max-width: 1200px; margin: 0 auto; width: 90%; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center;padding-top:60px }
.as-3d-visual { perspective: 1500px; }
.as-card-stack { position: relative; transform: rotateY(-20deg) rotateX(10deg); transition: 0.6s ease;}
.as-card-stack:hover { transform: rotateY(-5deg) rotateX(5deg); }
.as-main-card { position: relative; border-radius: 40px;  overflow: hidden; box-shadow: 40px 40px 80px rgba(0,0,0,0.15); border: 8px solid #fff;
    background: #fff; }
.as-main-card img { width: 100%; display: block; filter: contrast(1.1); }

.as-float-badge { position: absolute; background: #0f172a; color: #fff; padding: 20px 30px; border-radius: 20px; display: flex; align-items: center;
    gap: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); z-index: 10; }

.b-1 { top: -30px; right: -30px; border-bottom: 4px solid #c5200c; }
.b-2 { bottom: 20px; left: -50px; border-bottom: 4px solid #c5200c; }

.as-float-badge i { color: #c5200c; font-size: 20px; }
.as-float-badge span { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.as-mini-tag { color: #c5200c; font-weight: 800; letter-spacing: 5px; text-transform: uppercase; font-size: 12px; display: block; margin-bottom: 15px; }
.as-3d-content h2 { font-family: 'Playfair Display', serif; font-size: 3.5rem; line-height: 1.2; color: #0f172a; margin-bottom: 30px; }
.as-gradient-text {  background: linear-gradient(90deg, #c5200c, #fbbf24); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.as-story-box p { color: #64748b; line-height: 1.8; font-size: 1.1rem; margin-bottom: 20px; }
.as-features-inline { display: flex; gap: 15px; margin-top: 40px; }
.f-pill { background: #f8fafc; border: 1px solid #e2e8f0; padding: 10px 25px; border-radius: 50px; font-weight: 700; color: #0f172a;
    font-size: 14px; }
.f-pill span { color: #c5200c; }




.sleek-founder-wrap { padding: 0 0 80px 0; background-color: #ffffff; font-family: 'Poppins', sans-serif; }
.sf-container { max-width: 1100px; margin: 0 auto; width: 90%;padding-top:60px }
.sf-inner-box { display: flex;  align-items: center;  gap: 60px;  background: #ffffff; padding: 50px;  border-radius: 40px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; }
.sf-visual-side { position: relative; }
.sf-circle-frame { width: 250px; height: 250px; border-radius: 5%; overflow: hidden; border: 8px solid #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1); position: relative; }
.sf-circle-frame img { width: 100%; height: 100%; object-fit: cover; }
.sf-est-tag { position: absolute; bottom: 10px; right: 10px; background: #fbbf24; color: #020617; font-size: 10px; font-weight: 900;
    padding: 8px 15px; border-radius: 50px;  text-transform: uppercase; letter-spacing: 1px;
     box-shadow: 0 5px 15px rgba(251, 191, 36, 0.3); }
.sf-content-side { flex: 1; position: relative; }
.q-icon { font-size: 30px; color: #f1f5f9; position: absolute; top: -20px; left: -10px; z-index: -1; }
.sf-content-side h3 { font-family: 'Playfair Display', serif; font-size: 2rem; line-height: 1.3; color: #0f172a; margin-bottom: 20px; }
.sf-highlight { color: #c5200c; font-style: italic; }
.sf-content-side p { color: #64748b; font-size: 14px; line-height: 1.7; margin-bottom: 30px; }

.sf-footer { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f1f5f9; padding-top: 25px; }
.sf-sign strong { display: block; font-size: 14px; color: #020617; }
.sf-sign span { font-size: 11px; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.sf-mini-btn {  font-size: 13px; font-weight: 800; color: #c5200c; text-decoration: none;  display: flex; align-items: center;  gap: 10px;
    transition: 0.3s; }
.sf-mini-btn:hover { color: #000; transform: translateX(5px); }







.bento-services-wrap { background-color: #ccc;  padding: 100px 5%; }
.bento-header-area { text-align: center; margin-bottom: 60px;}
.bento-title { font-family: 'Playfair Display', serif; font-size: 3.8rem; color: #000; margin-bottom: 10px; letter-spacing: -1px; }
.bento-subtitle { font-family: 'Poppins', sans-serif; color: #000; font-size: 1.1rem; }
.bento-grid-container { width: 100%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; 
    gap: 24px; }

.item-household { grid-column: span 2; } 
.item-office { grid-column: span 1; }    
.item-vehicle { grid-column: span 1; }   
.item-warehouse { grid-column: span 2; } 
.bento-card {  position: relative; border-radius: 30px;  overflow: hidden; text-decoration: none; display: block; background-color: #111;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);  transition: transform 0.4s ease, box-shadow 0.4s ease; }

.bento-img {  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
.bento-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
 background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%); transition: opacity 0.4s ease; }

.bento-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 30px; display: flex; flex-direction: column;
    justify-content: space-between; z-index: 2; }
.bento-icon-glass { width: 50px; height: 50px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #ffffff;
    font-size: 20px;  transition: background 0.4s; }

.bento-text { transform: translateY(10px); transition: transform 0.4s ease; }
.bento-text h3 { font-family: 'Playfair Display', serif;font-size: 1.8rem; color: #ffffff; margin-bottom: 8px; }
.bento-text p { font-family: 'Poppins', sans-serif; font-size: 14px; color: rgba(255, 255, 255, 0.7); line-height: 1.5; opacity: 0.8; }
.bento-arrow {  position: absolute; bottom: 30px; right: 30px; width: 40px;  height: 40px; background: #c5200c; color: #ffffff;
    border-radius: 50%;  display: flex; justify-content: center; align-items: center;  opacity: 0; transform: translateX(-10px) rotate(-45deg); 
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); }

.bento-card:hover { transform: scale(0.98);  box-shadow: inset 0 0 0 2px rgba(230, 81, 0, 0.5), 0 20px 40px rgba(0,0,0,0.5); }
.bento-card:hover .bento-img { transform: scale(1.05); }
.bento-card:hover .bento-gradient { opacity: 0.8; }
.bento-card:hover .bento-icon-glass { background: #c5200c; border-color: #c5200c; }
.bento-card:hover .bento-text {  transform: translateY(0); }
.bento-card:hover .bento-arrow {  opacity: 1; transform: translateX(0) rotate(0); }







.elite-process-wrap { background-color: #ccc;   font-family: 'Poppins', sans-serif; }
.ep-container { max-width: 1300px; margin: 0 auto; width: 90%;padding: 60px 0;background-color: #0f172a;border-radius:25px }
.ep-header { text-align: center; margin-bottom: 60px; }
.ep-tag { color: #94a3b8; font-weight: 800; letter-spacing: 5px; text-transform: uppercase; font-size: 11px; display: block; margin-bottom: 15px; }
.ep-header h2 { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #fff; line-height: 1.1; }
.text-gold { color: #ffab1d; }

.ep-track-container { position: relative;  }
.ep-path-line { position: absolute; top: 90px; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, #f1f5f9, #c5200c, #f1f5f9); z-index: 1; }
.ep-steps-flex { display: flex; justify-content: space-between; gap: 30px; position: relative; z-index: 5; }
.ep-step { flex: 1; text-align: center; transition: 0.4s; }
.ep-circle { width: 100px; height: 100px; background: #ffffff; border: 2px solid #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 30px; position: relative; font-size: 32px; color: #0f172a; transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.ep-count { position: absolute; top: -10px; right: -10px; width: 35px; height: 35px; background: #c5200c; color: #fff; border-radius: 50%; font-size: 12px;
    font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(251, 191, 36, 0.3); }
.ep-step:hover .ep-circle { border-color: #c5200c; transform: translateY(-10px); color: #c5200c; box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
.ep-info h4 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #fff; margin-bottom: 15px; }
.ep-info p { color: #64748b; font-size: 13px; line-height: 1.7; padding: 0 10px; }






.elite-why-us { background-color: #ccc; padding: 120px 5%; font-family: 'Poppins', sans-serif; position: relative; }
.why-us-container { width: 100%; max-width: 1200px;  margin: 0 auto;  display: flex;  gap: 80px; align-items: flex-start;}

.sticky-left-panel { flex: 1;  position: sticky; top: 120px; padding-right: 20px; }
.premium-badge { display: inline-block; background-color: #fff3eb; color: #c5200c; font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px; padding: 8px 16px; border-radius: 50px; margin-bottom: 20px; }
.sticky-title { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #0f172a; line-height: 1.1; margin-bottom: 25px; }
.sticky-desc { font-size: 1.1rem; color: #64748b; line-height: 1.8; margin-bottom: 40px; }

.trust-metrics { display: flex; align-items: center; gap: 30px; background-color: #f8fafc; padding: 25px 30px;  border-radius: 16px;
    border: 1px solid #e2e8f0; }
.metric-box { display: flex; align-items: center;  gap: 15px; }
.m-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: #0f172a; }
.m-text { font-size: 13px; color: #475569; font-weight: 500; text-transform: uppercase; line-height: 1.4; }
.metric-divider { width: 1px; height: 50px; background-color: #cbd5e1; }

.scrollable-right-panel { flex: 1.2; display: flex; flex-direction: column; gap: 30px; }
.why-feature-card { background-color: #f8fafc; border: 1px solid #f1f5f9; padding: 40px; border-radius: 24px; display: flex;  gap: 25px;
    transition: transform 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease; }

.why-feature-card:hover { background-color: #ffffff; transform: translateY(-5px); box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06); border-color: #ffffff; }
.why-icon { min-width: 65px; height: 65px; background-color: #ffffff; border-radius: 16px; display: flex; justify-content: center; align-items: center;
    font-size: 24px; color: #c5200c; box-shadow: 0 10px 20px rgba(15, 23, 42, 0.03); transition: 0.4s ease; }

.why-feature-card:hover .why-icon { background-color: #c5200c;color: #ffffff; transform: scale(1.1) rotate(-5deg); }
.why-content h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: #0f172a; margin-bottom: 12px; }
.why-content p { font-size: 15px; color: #475569; line-height: 1.7; }





/*----------------gallery ----------------*/


.gallery-section { position: relative;  overflow: hidden; }
.section-title {color: #000; letter-spacing: -1px; font-size: 3.8rem}
.accent-dot { color: #d4af37;}
.gallery-card {margin-bottom: 1.5rem;position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; 
    transition: all 0.5s ease-in-out;border: 2px solid #c5200c; }
.gallery-card img { width: 100%;  height: 100%;  object-fit: cover; transition: transform 0.6s ease; }
.gallery-card:hover img {  transform: scale(1.1); }

.gallery-overlay { position: absolute;top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.7)); 
    opacity: 0; transform: translateY(15px); transition: all 0.5s ease; display: flex; align-items: flex-end; justify-content: flex-start;
      padding: 20px 25px; }

.gallery-card:hover .gallery-overlay {  opacity: 1; transform: translateY(0); }
.overlay-title { color: #ffffff; font-weight: 600; font-size: 1.1rem; letter-spacing: 0.5px; margin: 0; text-transform: capitalize; }







.infinite-testi-section { background-color: #ffffff; padding: 80px 0; font-family: 'Poppins', sans-serif; overflow: hidden; }
.inf-header {  text-align: center;  margin-bottom: 50px; }
.inf-badge { color: #e65100; font-weight: 700; text-transform: uppercase; font-size: 12px;  letter-spacing: 2px; }
.inf-header h2 { font-family: 'Playfair Display', serif; font-size: 2.8rem;  color: #0f172a; margin-top: 10px; }
.inf-slider-container { width: 100%; position: relative;  display: flex; 
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }

.inf-track { display: flex;  gap: 30px; width: max-content; animation: scrollInfinite 30s linear infinite; }
.inf-slider-container:hover .inf-track {
    animation-play-state: paused;
}

@keyframes scrollInfinite { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); }  }
.inf-card { background: #ffffff; border: 1px solid #f1f5f9; padding: 30px; border-radius: 20px; width: 350px; transition: 0.3s; cursor: pointer; }
.inf-card:hover { border-color: #e65100; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transform: translateY(-5px); }
.inf-user { display: flex; align-items: center;  gap: 15px; margin-bottom: 15px; }
.inf-user img { width: 50px;  height: 50px; border-radius: 50%; object-fit: cover; }
.inf-user h4 { margin: 0; color: #0f172a; font-size: 1.1rem; }
.inf-card p { color: #64748b; font-size: 14px; line-height: 1.6; margin-bottom: 15px; }
.inf-stars { color: #fbbf24; font-size: 12px; }






.logo-area a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.f-orange{margin-bottom: 0!important}
.mega-split-footer { background-color: #0f172a; color: #ffffff; padding: 120px 0 40px; position: relative;  overflow: hidden; }
.f-neon-line { position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, #ffab1d, transparent);
    box-shadow: 0 0 15px #ffab1d; animation: neonBreathe 3s infinite ease-in-out; }

@keyframes neonBreathe { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

.f-wrapper { max-width: 1300px; margin: 0 auto; width: 90%; display: flex; justify-content: space-between; gap: 100px; }
.f-left-brand {  }
.f-est { color: #64748b; font-size: 12px; text-transform: uppercase; letter-spacing: 5px; font-weight: 700; }
.f-big-logo {color: ; font-family: 'Playfair Display', serif; font-size: 5.5rem; line-height: 0.9; margin: 25px 0; letter-spacing: -3px; }
.foo-p{font-size: 14px;font-weight: 300;}
.f-orange { color: #fff; text-shadow: 0 0 30px rgba(230, 81, 0, 0.2); font-family: 'Playfair Display', serif; }
.f-legacy-text { color: #94a3b8; font-size: 16px; max-width: 450px; line-height: 1.8; }
.f-contact-strip { display: flex; gap: 40px; margin-top: 30px;}
.c-box small { color: #ffab1d; text-transform: uppercase; font-size: 10px; letter-spacing: 2px; }
.c-box p { font-size: 1.1rem; font-weight: 400; margin-top: 5px; color: #fff;font-size:14px }

.f-right-links {  flex: 1; display: flex; justify-content: space-between; position: relative; }
.f-nav-group h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 30px; font-family: 'Playfair Display', serif;}
.f-nav-group a { display: block; color: #ccc; text-decoration: none; margin-bottom: 15px; font-size: 15px;transition: 0.3s; }
.f-nav-group a:hover { color: #ffab1d; transform: translateX(5px); }

.f-social-dock { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); padding: 30px 15px; border-radius: 50px;
    display: flex; flex-direction: column; align-items: center; gap: 20px; height: fit-content; }
.f-social-dock i { color: #94a3b8; font-size: 20px; transition: 0.3s; }
.f-social-dock i:hover { color: #ffab1d; transform: scale(1.3); }
.d-line { width: 1px; height: 20px; background: rgba(255, 255, 255, 0.1); }

.f-bottom-signature {  margin-top: 100px; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 40px; }
.b-author a{color: #334155}
.b-container {  max-width: 1300px; margin: 0 auto; width: 90%; display: flex; justify-content: space-between; color: #334155; font-size: 12px; }
.b-glow { color: #fbbf24; font-weight: 800; letter-spacing: 2px; }





.command-dock { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%);  z-index: 9999; width: auto; max-width: 90%; padding: 2px; 
    background: linear-gradient(90deg, #111, var(--gold), #111);  border-radius: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.5);
        animation: slideUp 0.8s ease-out; }

.dock-inner { background: #000; border-radius: 48px; display: flex; align-items: center; padding: 5px 10px; position: relative; overflow: hidden; }
.dock-item { display: flex; align-items: center;  gap: 10px;  padding: 12px 25px; text-decoration: none; color: #fff; font-family: 'Poppins', sans-serif;
    font-weight: 600;font-size: 14px; border-radius: 40px;transition: all 0.4s ease; }

.call-item i{rotate: 90deg!important}
.dock-item i { font-size: 18px;  transition: 0.3s; }

.dock-divider { width: 1px; height: 20px;background: #333; margin: 0 5px; }
.call-item:hover { background: #ffab1d;color: #000;box-shadow: 0 0 15px rgb(230, 81, 0); }

.whatsapp-item:hover { background: #25D366; color: #fff; box-shadow: 0 0 15px rgba(37, 211, 102, 0.4); }

@keyframes slideUp {
    from { transform: translate(-50%, 100px); opacity: 0; }
    to { transform: translate(-50%, 0); opacity: 1; }
}





@media (max-width: 991px) and (min-width: 768px) {
    .stat-box:nth-child(2) { border-right: none;  }
    .stat-box:nth-child(3), .stat-box:nth-child(4) {  margin-top: 40px;   }
    .g-lg-5 {--bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem;  }
}


@media (max-width: 480px) {
    .stat-box { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding: 30px 0; border-right:1px solid rgba(255, 255, 255, 0.08) }
    .stat-box:last-child {  border-bottom: none; }
    .start-1{border-bottom: none!important;}
    .as-3d-container { grid-template-columns: 1fr; gap: 80px; text-align: center; }
    .as-card-stack { transform: none; }
    .as-float-badge { position: relative; top: auto; left: auto; right: auto; margin: 30px auto; width: fit-content; }
    .legacy-circuit-section{padding: 50px 0!important}
    .split-pillars-section{padding: 50px 0!important}
    .sp-header-main{margin-bottom: 40px!important}
    .sleek-mission-strip{padding: 50px 0!important}
    .year-journey-section{padding: 50px 0!important}
    .as-features-inline { justify-content: center; flex-wrap: wrap; }
    .sf-inner-box { flex-direction: column; text-align: center; padding: 30px; }
    .sf-footer { flex-direction: column; gap: 20px; }
    .sf-circle-frame { width: 150px; height: 150px; }
    .ep-container{padding:60px 20px!important}
    .bento-grid-container {grid-template-columns: 1fr 1fr;  grid-auto-rows: 300px; }
    .item-household, .item-warehouse { grid-column: span 2; }
    .bento-services-wrap { padding: 50px 5%; }
    .bento-title { font-size: 2.8rem; }
    .bento-grid-container { grid-template-columns: 1fr;   grid-auto-rows: 280px; }
    .item-household, .item-office, .item-vehicle, .item-warehouse { grid-column: span 1; }
    .bento-text h3 { font-size: 1.5rem; }
    .ep-path-line { display: none; }
    .ep-steps-flex { flex-direction: column; gap: 60px; }
    .ep-step { display: flex; align-items: flex-start; text-align: left; gap: 30px; }
    .ep-circle { margin: 0; flex-shrink: 0; }
    .ep-info { padding-top: 15px; }
    .why-us-container { flex-direction: column;  gap: 60px; }
    .sticky-left-panel { position: relative; top: 0; padding-right: 0; text-align: center;  }
    .trust-metrics { justify-content: center; }
    .elite-why-us { padding: 50px 5%; }
    .sticky-title { font-size: 2.8rem; }
    .infinite-testi-section{padding: 50px 0!important}
    .image-step-journey{padding: 50px 0!important}
    .signature{margin-top: 60px!important}
    .b-container{display: block!important; text-align: center!important;}
    .mega-split-footer{padding: 50px 0 40px!important}
    .trust-metrics {flex-direction: column; gap: 15px; }
    .metric-divider { width: 100%; height: 1px; }
    .why-feature-card { flex-direction: column; padding: 30px 25px; gap: 15px; }
    .inf-card { width: 280px; }
    .inf-header h2 { font-size: 2rem; }
    .f-wrapper { flex-direction: column; gap: 60px; text-align: center; }
    .f-big-logo { font-size: 3.5rem; }
    .f-contact-strip { justify-content: center; }
    .f-right-links { flex-direction: column; gap: 40px; align-items: center; }
    .f-social-dock { flex-direction: row; padding: 15px 30px; }
    .d-line { width: 20px; height: 1px; }
    .f-legacy-text { margin: 0 auto; }
    .command-dock {  bottom: 20px; width: 90%;  }
    .dock-inner { width: 100%; justify-content: space-between; padding: 5px; }
    .dock-item { flex: 1;  justify-content: center;  padding: 12px 10px; font-size: 13px; }
    .logo-area a{margin: auto!important;}
    .f-contact-strip{display: block!important;}
    .desktop{display: none!important;}
    .mobile{display: block!important;}
    .quick-contact{margin-bottom: 2rem}
    .nav-item .nav-link{padding-left: 0!important;margin-bottom: 1rem}
    .form-inline{margin-bottom: 2rem!important}
}
