/* Lancing unified dark site styling */
html, body{margin:0} body{background:#fff}.lancing-topbar,.header_top_menu,.header-top-menu,.top_header_wrapper,.top-header,.blue-header,.gc_top_header_wrapper{display:none!important}.lancing-unified-header{position:relative;z-index:9999;background:#000;border:0;box-shadow:0 2px 14px rgba(0,0,0,.28)}.lancing-nav-wrap{max-width:1500px;margin:0 auto;min-height:88px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#000}.lancing-brand{display:flex;align-items:center;min-width:180px;text-decoration:none!important}.lancing-brand img{display:block;height:54px;width:auto;max-width:220px;object-fit:contain}.lancing-main-nav{display:flex;align-items:center;justify-content:flex-end;flex:1}.lancing-main-nav ul{list-style:none;margin:0;padding:0}.lancing-main-nav>ul{display:flex;align-items:center;gap:4px}.lancing-main-nav>ul>li{position:relative}.lancing-main-nav a{font-family:Arial,Helvetica,sans-serif;color:#fff!important;text-decoration:none!important;font-weight:700;font-size:16px;line-height:1.2;display:block;padding:32px 16px;white-space:nowrap}.lancing-main-nav>ul>li>a:hover,.lancing-main-nav>ul>li:hover>a{color:#ff8a2a!important}.lancing-main-nav .has-dropdown>ul,.lancing-main-nav .lancing-mega-menu{position:absolute;top:100%;left:0;display:none;background:#101010;border-top:3px solid #ff8a2a;box-shadow:0 22px 50px rgba(0,0,0,.35);z-index:99999}.lancing-main-nav .has-dropdown:hover>ul,.lancing-main-nav .has-dropdown:hover>.lancing-mega-menu{display:block}.lancing-main-nav .has-dropdown>ul{min-width:260px;padding:10px 0}.lancing-main-nav .has-dropdown>ul li a{padding:10px 18px;color:#f4f4f4!important;font-size:14px;font-weight:600}.lancing-main-nav .has-dropdown>ul li a:hover{background:#1d1d1d;color:#ff8a2a!important}.lancing-mega-menu{left:50%!important;transform:translateX(-50%);width:min(1120px,94vw);padding:24px;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lancing-main-nav .has-mega:hover>.lancing-mega-menu{display:grid}.lancing-mega-col{min-width:0}.lancing-mega-col li a{padding:7px 8px;font-size:13.5px;color:#eee!important;font-weight:500;white-space:normal;border-radius:4px}.lancing-mega-col li a:hover{background:#1d1d1d;color:#ff8a2a!important}.lancing-mega-col .group-title a{color:#fff!important;font-size:15px;font-weight:800;padding-bottom:10px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,.16)}.lancing-quote-btn{background:#ff8a2a!important;color:#fff!important;padding:14px 22px!important;border-radius:999px;margin-left:12px;box-shadow:0 6px 20px rgba(255,138,42,.25)}.lancing-quote-btn:hover{background:#ff7411!important;color:#fff!important}.lancing-menu-toggle{display:none;background:#ff8a2a;color:#fff;border:0;border-radius:8px;padding:10px 14px;font-weight:800}.lancing-page-title{background:#000;color:#fff;padding:20px 24px;margin:0 0 28px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.lancing-page-title .lancing-page-title-inner{max-width:1500px;margin:0 auto}.lancing-page-title h1{margin:0;color:#fff;font-size:28px;line-height:1.2;font-weight:800;letter-spacing:.01em}.lancing-hero-search{max-width:760px;margin:0 auto 26px;padding:0 20px}.lancing-hero-search input{width:100%;border:1px solid #cfd6e3;border-radius:8px;min-height:44px;padding:10px 16px;box-shadow:0 2px 10px rgba(0,0,0,.06)}.main_menu_wrapper,.mobail_menu_main{display:none!important}@media(max-width:991px){.lancing-nav-wrap{min-height:74px;padding:0 18px}.lancing-brand img{height:44px;max-width:180px}.lancing-menu-toggle{display:block}.lancing-main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#000;padding:12px 18px 20px;border-top:1px solid rgba(255,255,255,.12)}.lancing-unified-header.nav-open .lancing-main-nav{display:block}.lancing-main-nav>ul{display:block}.lancing-main-nav a{padding:12px 6px}.lancing-main-nav .has-dropdown>ul,.lancing-main-nav .lancing-mega-menu{position:static;transform:none;width:auto;display:block;background:#111;border:0;box-shadow:none;margin:0 0 10px;padding:8px 10px}.lancing-mega-menu{grid-template-columns:1fr}.lancing-quote-btn{display:inline-block!important;margin:8px 0 0;padding:12px 18px!important}.lancing-page-title{padding:16px 18px;margin-bottom:20px}.lancing-page-title h1{font-size:22px}}

/* --- Lancing dark polish update: centred title bars + darker grid effects --- */
:root{
  --lancing-black:#050505;
  --lancing-panel:#0f0f0f;
  --lancing-panel-2:#151515;
  --lancing-panel-3:#1a1a1a;
  --lancing-orange:#ff8a2a;
  --lancing-blue:#1e80fb;
  --lancing-border:rgba(255,255,255,.13);
  --lancing-soft:rgba(255,255,255,.72);
}

/* Page title bar: centred title, slightly lighter than pure black */
.lancing-page-title{
  background:linear-gradient(180deg,var(--lancing-panel-3),var(--lancing-panel-2))!important;
  color:#fff!important;
  padding:18px 24px!important;
  margin:0 0 30px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  border-bottom:1px solid rgba(255,138,42,.24)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.28), inset 0 -1px 0 rgba(255,255,255,.04)!important;
}
.lancing-page-title .lancing-page-title-inner{
  max-width:1500px!important;
  margin:0 auto!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}
.lancing-page-title h1{
  width:100%!important;
  margin:0!important;
  color:#fff!important;
  text-align:center!important;
  font-size:clamp(24px,2.2vw,34px)!important;
  line-height:1.18!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
  text-shadow:0 2px 10px rgba(0,0,0,.55)!important;
}

/* Overall darker product/catalog tone */
body:has(.lancing-page-title){
  background:#070707!important;
}
body:has(.lancing-page-title) .container,
body:has(.lancing-page-title) .container-fluid{
  color:#e9edf5;
}

/* Search bar sits cleanly on dark background */
.lancing-hero-search{
  margin:0 auto 30px!important;
  padding:0 20px!important;
}
.lancing-hero-search input,
#catalog-hero .form-control{
  background:#101010!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:999px!important;
  box-shadow:0 16px 34px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.lancing-hero-search input::placeholder,
#catalog-hero .form-control::placeholder{
  color:rgba(255,255,255,.55)!important;
}
.lancing-hero-search input:focus,
#catalog-hero .form-control:focus{
  border-color:var(--lancing-orange)!important;
  box-shadow:0 0 0 4px rgba(255,138,42,.16), 0 18px 36px rgba(0,0,0,.40)!important;
}

/* Filter strip and chips */
#filters-bar{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(12,12,12,.96)!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  border-bottom:1px solid rgba(255,138,42,.20)!important;
  color:#fff!important;
  backdrop-filter:saturate(180%) blur(10px);
  box-shadow:0 10px 26px rgba(0,0,0,.28)!important;
}
#filters-bar strong,
#filters-bar b{
  color:#fff!important;
}
#product-filters .btn,
#cat-buttons .btn{
  background:#111!important;
  color:#f4f4f4!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:999px!important;
  font-weight:800!important;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease!important;
}
#product-filters .btn:hover,
#cat-buttons .btn:hover{
  transform:translateY(-2px);
  color:#fff!important;
  background:#1a1a1a!important;
  border-color:rgba(255,138,42,.72)!important;
  box-shadow:0 10px 22px rgba(255,138,42,.18)!important;
}
#product-filters .btn.active,
#cat-buttons .btn.active{
  color:#fff!important;
  background:linear-gradient(135deg,#ff8a2a,#ff6f00)!important;
  border-color:#ff8a2a!important;
  box-shadow:0 12px 28px rgba(255,138,42,.28)!important;
}

/* Darker grid sections */
section#range,
#range,
.portfolio-area,
.portfolio_section,
.gallery-area,
.blog_section,
.services_section,
.feature_area,
.case_study_area{
  background:linear-gradient(180deg,#070707 0%,#0c0c0c 50%,#070707 100%)!important;
  color:#e9edf5!important;
}
#range.border-top,
section.py-5.border-top{
  border-top:1px solid rgba(255,255,255,.10)!important;
}

/* Product cards and catalog tiles */
.product-card,
.portfolio-wrapper,
.feature_style_three,
.single_case_study,
.service-box,
.blog_box,
.img-box,
.gc_blog_single,
.gc_service_single,
.pricing_box,
.team_box{
  background:linear-gradient(180deg,#141414,#0d0d0d)!important;
  border:1px solid var(--lancing-border)!important;
  border-radius:22px!important;
  overflow:hidden!important;
  color:#f4f6fb!important;
  box-shadow:0 18px 42px rgba(0,0,0,.34)!important;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, filter .24s ease!important;
}
.product-card:hover,
.portfolio-wrapper:hover,
.feature_style_three:hover,
.single_case_study:hover,
.service-box:hover,
.blog_box:hover,
.img-box:hover,
.gc_blog_single:hover,
.gc_service_single:hover,
.pricing_box:hover,
.team_box:hover{
  transform:translateY(-8px) scale(1.015)!important;
  border-color:rgba(255,138,42,.72)!important;
  box-shadow:0 26px 60px rgba(0,0,0,.58), 0 0 34px rgba(255,138,42,.18)!important;
}
.product-card .product-body,
.feature_style_tree_content,
.single_case_study_content,
.portfolio-content,
.gc_filter_cont_overlay_wrapper{
  background:linear-gradient(180deg,rgba(18,18,18,.98),rgba(10,10,10,.98))!important;
  color:#f5f7fb!important;
}
.product-card h1,.product-card h2,.product-card h3,.product-card h4,.product-card h5,
.portfolio-wrapper h1,.portfolio-wrapper h2,.portfolio-wrapper h3,.portfolio-wrapper h4,.portfolio-wrapper h5,
.feature_style_three h1,.feature_style_three h2,.feature_style_three h3,.feature_style_three h4,.feature_style_three h5,
.single_case_study h1,.single_case_study h2,.single_case_study h3,.single_case_study h4,.single_case_study h5{
  color:#fff!important;
}
.product-card .text-muted,
.product-card p,
.portfolio-wrapper p,
.feature_style_three p,
.single_case_study span,
.single_case_study p{
  color:rgba(255,255,255,.68)!important;
}
.product-image,
.portfolio-thumb,
.feature_style_tree_thumb,
.single_case_study_thumb{
  background:#080808!important;
  overflow:hidden!important;
}
.product-image img,
.portfolio-thumb img,
.feature_style_tree_thumb img,
.single_case_study_thumb img,
.img-responsive{
  transition:transform .35s ease, filter .35s ease!important;
}
.product-card:hover img,
.portfolio-wrapper:hover img,
.feature_style_three:hover img,
.single_case_study:hover img{
  transform:scale(1.05)!important;
  filter:brightness(1.06) contrast(1.08)!important;
}

/* Blue legacy accents changed to dark/orange style where possible */
.btn-outline-secondary,
.btn-outline-primary{
  border-color:rgba(255,255,255,.25)!important;
  color:#fff!important;
}
.btn-primary,
.btn.btn-primary,
button.btn[type="submit"]{
  background:linear-gradient(135deg,#ff8a2a,#ff6f00)!important;
  border-color:#ff8a2a!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(255,138,42,.24)!important;
}

/* Product detail content panels */
body:has(.lancing-page-title) .single_portfolio_content,
body:has(.lancing-page-title) .portfolio_single_content,
body:has(.lancing-page-title) .service_details,
body:has(.lancing-page-title) .blog_single_content,
body:has(.lancing-page-title) .about_content,
body:has(.lancing-page-title) .main_content,
body:has(.lancing-page-title) .content-area{
  background:#0f0f0f!important;
  color:#e9edf5!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:18px!important;
  box-shadow:0 18px 42px rgba(0,0,0,.30)!important;
}
body:has(.lancing-page-title) h1,
body:has(.lancing-page-title) h2,
body:has(.lancing-page-title) h3,
body:has(.lancing-page-title) h4,
body:has(.lancing-page-title) h5,
body:has(.lancing-page-title) h6{
  color:#fff;
}
body:has(.lancing-page-title) p,
body:has(.lancing-page-title) li,
body:has(.lancing-page-title) span{
  color:inherit;
}

@media(max-width:991px){
  .lancing-page-title{padding:16px 18px!important;margin-bottom:22px!important;}
  .lancing-page-title h1{font-size:clamp(22px,6vw,28px)!important;}
  #filters-bar{position:relative!important;top:auto!important;}
}

/* --- Lancing orange accent upgrade + matched dark footer --- */
:root{
  --lancing-orange:#ff8a2a;
  --lancing-orange-2:#ff6f00;
  --lancing-orange-soft:rgba(255,138,42,.20);
  --lancing-orange-glow:rgba(255,138,42,.36);
}
.lancing-unified-header{
  border-bottom:2px solid var(--lancing-orange)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.45), 0 0 28px rgba(255,138,42,.08)!important;
}
.lancing-nav-wrap{position:relative;}
.lancing-nav-wrap::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,transparent,var(--lancing-orange),transparent);
  opacity:.95;
}
.lancing-main-nav>ul>li>a{position:relative;}
.lancing-main-nav>ul>li>a::after{
  content:"";
  position:absolute;
  left:16px;right:16px;bottom:22px;height:2px;
  background:linear-gradient(90deg,var(--lancing-orange),var(--lancing-orange-2));
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease;
}
.lancing-main-nav>ul>li:hover>a::after,.lancing-main-nav>ul>li>a:hover::after{transform:scaleX(1);}
.lancing-page-title{
  background:linear-gradient(180deg,#242424 0%,#171717 100%)!important;
  border-bottom:2px solid var(--lancing-orange)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.35), inset 0 -1px 0 rgba(255,138,42,.22)!important;
}
.lancing-page-title::before{
  content:"";
  display:block;
  height:3px;
  width:min(210px,40vw);
  margin:0 auto 12px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--lancing-orange),transparent);
  box-shadow:0 0 18px var(--lancing-orange-glow);
}
.lancing-page-title h1::after{
  content:"";
  display:block;
  width:86px;
  height:3px;
  margin:12px auto 0;
  border-radius:999px;
  background:linear-gradient(90deg,var(--lancing-orange),var(--lancing-orange-2));
  box-shadow:0 0 18px var(--lancing-orange-glow);
}
.lancing-quote-btn,.donate-btn-header .dtbtn,button.btn[type="submit"],.btn-primary,.btn.btn-primary{
  background:linear-gradient(135deg,var(--lancing-orange),var(--lancing-orange-2))!important;
  border-color:var(--lancing-orange)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(255,111,0,.30)!important;
}
.lancing-quote-btn:hover,.donate-btn-header .dtbtn:hover,button.btn[type="submit"]:hover,.btn-primary:hover,.btn.btn-primary:hover{
  filter:brightness(1.08);
  box-shadow:0 18px 40px rgba(255,111,0,.42)!important;
}
#product-filters .btn.active,#cat-buttons .btn.active,#product-filters .btn:hover,#cat-buttons .btn:hover{
  background:linear-gradient(135deg,var(--lancing-orange),var(--lancing-orange-2))!important;
  border-color:var(--lancing-orange)!important;
  box-shadow:0 14px 30px rgba(255,111,0,.30)!important;
}
.product-card,.portfolio-wrapper,.feature_style_three,.single_case_study,.service-box,.blog_box,.img-box,.gc_blog_single,.gc_service_single,.pricing_box,.team_box{position:relative;}
.product-card::before,.portfolio-wrapper::before,.feature_style_three::before,.single_case_study::before,.service-box::before,.blog_box::before,.img-box::before,.gc_blog_single::before,.gc_service_single::before,.pricing_box::before,.team_box::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:4px;
  background:linear-gradient(90deg,var(--lancing-orange),var(--lancing-orange-2));
  opacity:.78;
  z-index:2;
  pointer-events:none;
}
.product-card:hover,.portfolio-wrapper:hover,.feature_style_three:hover,.single_case_study:hover,.service-box:hover,.blog_box:hover,.img-box:hover,.gc_blog_single:hover,.gc_service_single:hover,.pricing_box:hover,.team_box:hover{
  border-color:rgba(255,138,42,.90)!important;
  box-shadow:0 30px 70px rgba(0,0,0,.62), 0 0 42px rgba(255,138,42,.25)!important;
}
.product-card h3 a,.product-card h4 a,.product-card h5 a,.portfolio-wrapper h3 a,.feature_style_three h4,.single_case_study h2 a,.single_case_study_content_inner h2 a{color:#fff!important;}
.product-card a:hover,.portfolio-wrapper a:hover,.feature_style_three a:hover,.single_case_study a:hover,.footer a:hover{color:var(--lancing-orange)!important;}
.product-card .btn,.portfolio-wrapper .btn,.feature_style_three_butoon a,.flipbox_button a,.aboutus_link a{
  background:linear-gradient(135deg,var(--lancing-orange),var(--lancing-orange-2))!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:999px!important;
  padding:9px 18px!important;
  box-shadow:0 12px 26px rgba(255,111,0,.24)!important;
}
.footer,.footer_wrapper_first,.footer_wrapper_second,.copyright_wrapper{background:#070707!important;color:#e9edf5!important;}
.footer{border-top:3px solid var(--lancing-orange)!important;box-shadow:0 -14px 36px rgba(0,0,0,.45)!important;}
.footer_wrapper_first{background:#050505!important;border-bottom:1px solid rgba(255,138,42,.24)!important;}
.footer_wrapper_second{background:linear-gradient(180deg,#101010,#070707)!important;}
.footer h4,.footer .wrapper_second_about h4,.footer .wrapper_second_useful h4,.footer .wrapper_second_blog h4,.footer .wrapper_second_contact h4{color:#fff!important;position:relative;}
.footer h4::after{content:"";display:block;width:56px;height:3px;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,var(--lancing-orange),var(--lancing-orange-2));}
.footer p,.footer li,.footer span,.footer a,.copyright_wrapper p,.copyright_wrapper a{color:rgba(255,255,255,.78)!important;}
.footer a:hover,.copyright_wrapper a:hover{color:var(--lancing-orange)!important;}
.wrapper_first_icon i,.wrapper_second_contact i,.wrapper_second_useful i{color:var(--lancing-orange)!important;}
.wrapper_first_icon{border-left:1px solid rgba(255,138,42,.18)!important;}
.copyright_wrapper{border-top:1px solid rgba(255,138,42,.22)!important;}
.footer .wrapper_first_image img,.footer-bottom-logo img{max-height:58px!important;width:auto!important;object-fit:contain!important;}
@media(max-width:991px){.lancing-page-title::before{margin-bottom:10px;width:160px;}.lancing-main-nav>ul>li>a::after{display:none;}}


/* --- Lancing home image tile title-bottom update --- */
/* Places the category titles at the bottom of the homepage image tiles with no solid title box. */
.feature_area .feature_style_three,
.team_area .feature_style_three{
  position:relative!important;
  min-height:270px!important;
  height:270px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:#070707!important;
  display:block!important;
  isolation:isolate!important;
}
.feature_area .feature_style_three::before,
.team_area .feature_style_three::before{
  height:3px!important;
  z-index:5!important;
  opacity:.95!important;
}
.feature_area .feature_style_three::after,
.team_area .feature_style_three::after{
  content:"";
  display:none!important;
  background:none!important;
}
.feature_area .feature_style_tree_thumb,
.team_area .feature_style_tree_thumb{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  z-index:1!important;
  overflow:hidden!important;
  background:#070707!important;
}
.feature_area .feature_style_tree_thumb img,
.team_area .feature_style_tree_thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  opacity:1!important;
  filter:none!important;
  transform:scale(1.01)!important;
}
.feature_area .feature_style_three:hover .feature_style_tree_thumb img,
.team_area .feature_style_three:hover .feature_style_tree_thumb img{
  opacity:1!important;
  transform:scale(1.06)!important;
  filter:none!important;
}
.feature_area .feature_style_tree_content,
.team_area .feature_style_tree_content{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  z-index:4!important;
  padding:0 16px 24px!important;
  margin:0!important;
  min-height:0!important;
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
}
.feature_area .feature_style_thre_icon,
.team_area .feature_style_thre_icon,
.feature_area .feature_style_three_text,
.team_area .feature_style_three_text,
.feature_area .feature_style_three_butoon,
.team_area .feature_style_three_butoon{
  display:none!important;
}
.feature_area .feature_style_three_title,
.team_area .feature_style_three_title{
  background:transparent!important;
  background-color:transparent!important;
  padding:0!important;
  margin:0!important;
  width:100%!important;
}
.feature_area .feature_style_three_title h4,
.team_area .feature_style_three_title h4,
.feature_area .feature_style_three_title .style9,
.team_area .feature_style_three_title .style9{
  color:#fff!important;
  font-size:clamp(22px, 1.8vw, 34px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
  margin:0!important;
  padding:0!important;
  text-align:center!important;
  text-shadow:0 3px 12px rgba(0,0,0,.92), 0 0 20px rgba(255,138,42,.20)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.feature_area .feature_style_three:hover .feature_style_three_title h4,
.team_area .feature_style_three:hover .feature_style_three_title h4{
  color:#ff8a2a!important;
  text-shadow:0 4px 18px rgba(0,0,0,.95), 0 0 18px rgba(255,138,42,.35)!important;
}
@media(max-width:991px){
  .feature_area .feature_style_three,
  .team_area .feature_style_three{min-height:230px!important;height:230px!important;}
  .feature_area .feature_style_three_title h4,
  .team_area .feature_style_three_title h4{font-size:clamp(20px,5vw,28px)!important;}
}

/* --- Final homepage tile caption fit + no overlay cover --- */
.feature_area .feature_style_three,
.team_area .feature_style_three{
  box-sizing:border-box!important;
}
.feature_area .feature_style_three::after,
.team_area .feature_style_three::after,
.feature_area .feature_style_tree_thumb::before,
.feature_area .feature_style_tree_thumb::after,
.team_area .feature_style_tree_thumb::before,
.team_area .feature_style_tree_thumb::after,
.feature_area .feature_style_tree_content::before,
.feature_area .feature_style_tree_content::after,
.team_area .feature_style_tree_content::before,
.team_area .feature_style_tree_content::after{
  content:none!important;
  display:none!important;
  background:none!important;
  opacity:0!important;
}
.feature_area .feature_style_tree_content,
.team_area .feature_style_tree_content{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  padding:0 10px 20px!important;
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.feature_area .feature_style_three_title,
.team_area .feature_style_three_title{
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
  background:transparent!important;
}
.feature_area .feature_style_three_title h4,
.team_area .feature_style_three_title h4,
.feature_area .feature_style_three_title .style9,
.team_area .feature_style_three_title .style9{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  text-align:center!important;
  font-size:clamp(18px,1.35vw,27px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  text-shadow:0 3px 12px rgba(0,0,0,.95),0 0 18px rgba(0,0,0,.85)!important;
}
@media (min-width:1400px){
  .feature_area .feature_style_three_title h4,
  .team_area .feature_style_three_title h4,
  .feature_area .feature_style_three_title .style9,
  .team_area .feature_style_three_title .style9{font-size:26px!important;}
}
@media (max-width:1200px){
  .feature_area .feature_style_three_title h4,
  .team_area .feature_style_three_title h4,
  .feature_area .feature_style_three_title .style9,
  .team_area .feature_style_three_title .style9{font-size:22px!important;letter-spacing:-.035em!important;}
}
@media (max-width:767px){
  .feature_area .feature_style_tree_content,
  .team_area .feature_style_tree_content{padding:0 8px 16px!important;}
  .feature_area .feature_style_three_title h4,
  .team_area .feature_style_three_title h4,
  .feature_area .feature_style_three_title .style9,
  .team_area .feature_style_three_title .style9{font-size:20px!important;}
}


/* --- Footer correction: index footer now matches inner page footer --- */
.footer .visible-sm,
.footer_wrapper_first .visible-sm{
  display:none!important;
}
.footer,
.footer *{
  text-align:left;
}
.footer .wrapper_first_image,
.footer .wrapper_first_icon,
.footer .wrapper_second_about,
.footer .wrapper_second_useful,
.footer .wrapper_second_blog,
.footer .wrapper_second_contact{
  text-align:left!important;
}
.footer .wrapper_first_icon{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  min-height:72px!important;
}
.footer .wrapper_first_icon i{
  flex:0 0 auto!important;
}
.footer .wrapper_first_icon span,
.footer .wrapper_second_about p,
.footer .wrapper_second_contact p,
.footer .wrapper_second_contact a,
.footer .wrapper_second_blog h5,
.footer .wrapper_second_blog a,
.footer .wrapper_second_useful li,
.footer .wrapper_second_useful a{
  text-align:left!important;
}
.footer .footer_wrapper_first .row{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
}
.footer .footer_wrapper_first .row > [class*="col-"]{
  float:none!important;
}
.footer h4::after{
  margin-left:0!important;
  margin-right:auto!important;
}
.copyright_wrapper .copyright_content,
.copyright_wrapper .copyright_content p{
  text-align:left!important;
}

/* --- Requested fixes: footer bottom, readable company stat panels, industry image spacing --- */
html, body{background:#070707!important;}
.footer,.copyright_wrapper{position:relative!important;z-index:20!important;background:#050505!important;}
.copyright_wrapper{margin-bottom:0!important;padding-bottom:18px!important;border-bottom:0!important;}
body:has(.contact_area) .footer,body:has(.contact_area) .copyright_wrapper{background:#050505!important;}
#about-modern{color:#e9edf5!important;}
#about-modern .am-stats{gap:18px!important;}
#about-modern .am-stat{background:linear-gradient(180deg,#171717,#0d0d0d)!important;border:1px solid rgba(255,138,42,.55)!important;color:#fff!important;box-shadow:0 20px 46px rgba(0,0,0,.42),0 0 22px rgba(255,138,42,.12)!important;}
#about-modern .am-stat-num{color:#fff!important;opacity:1!important;text-shadow:0 2px 12px rgba(0,0,0,.95)!important;}
#about-modern .am-stat-label{color:rgba(255,255,255,.86)!important;opacity:1!important;text-shadow:0 1px 8px rgba(0,0,0,.85)!important;}
#about-modern .lead,#about-modern p.lead,#about-modern .container.text-center .lead{color:rgba(255,255,255,.78)!important;}
#about-modern .am-step,#about-modern .am-card{background:#111!important;border-color:rgba(255,138,42,.25)!important;color:#e9edf5!important;}
#about-modern .am-content p,#about-modern .am-list li,#about-modern .am-card p,#about-modern .am-step p{color:rgba(255,255,255,.78)!important;}
.lancing-page-title ~ .container3{margin-top:54px!important;padding-top:0!important;}
.lancing-page-title ~ .container3 .video-grid{margin-top:0!important;}
@media(max-width:991px){.lancing-page-title ~ .container3{margin-top:30px!important;}}

