/* =========================================================
   SERVICE TEMPLATE CSS - REORDERED
   Global first, desktop second, mobile/responsive last.
   styleNew.css is left alone; this file only controls the service page.
   ========================================================= */
/* =========================================================
   GLOBAL / BASE
   ========================================================= */
/* =========================================================
   SERVICE TEMPLATE CSS (RE-ORDERED / GROUPED)
   Breakpoints:
     Desktop: min-width: 701px
     Mobile : max-width: 700px
   ========================================================= */


/* =========================================================
   DESKTOP (701px+)
   ========================================================= */
 /* END DESKTOP */



/* =========================================================
   MID BREAKPOINT FIXES (outside main blocks)
   ========================================================= */
/* =========================================================
   MOBILE (<=700px)
   ========================================================= */
 /* END MOBILE */



.location-or{
  width:100%;
  margin:6px auto 8px;
  text-align:center;
  color:#000;
  font-size:12px;
  font-weight:bold;
  letter-spacing:1px;
  opacity:.85;
}

.location-or::before,
.location-or::after{
  content:"";
  display:inline-block;
  width:35px;
  height:1px;
  background:rgba(255,255,255,.45);
  vertical-align:middle;
  margin:0 8px;
}


/* =========================================================
   DESKTOP - 701PX AND UP
   ========================================================= */
@media all and (min-width: 701px) {

/* =========================================================
   SERVICES SECTION (DESKTOP DEFAULT)
   FIX: support new .service-card layout + keep old .service1..5 working
   ========================================================= */

.sec3_header{
  font-size: clamp(22px, 2.4vw + 6px, 30px);
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 10px auto 22px;
  text-shadow: 0 4px 15px rgba(0,0,0,0.22);
  position: relative;
  z-index: 2;
}

.bg_image_holder{
position: absolute;
  inset: 0;
  background-image: url("../images/1000010303.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* add this */
  z-index: 0;
  opacity: 0.99;
}

.ImgScreen {
  position: relative;  /* Make it fill its parent container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Ensure it takes the full height of its parent */
  background: rgba(128, 128, 128, 0.75); /* 80% transparent gray */
}
/* Wrap */
.services_holder{
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 18px;
  z-index: 1;
}

/* ---------- FIX START: CARD LAYOUT (new + old) ---------- */

/* IMPORTANT: make images behave like a card image (not height:100% of card) */
#sec3 .SImg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Base card style: works for .service-card AND legacy .service1..5 */
#sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5){
 display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 350px;
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-align: left;
}

#sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5):hover{
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Title */
#sec3 .STitle{
padding-left:5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align:center;
  color: #000;
  transition: color 0.3s ease;
}

/* Hover title color */
#sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5):hover .STitle{
  color: #D10000;
}

/* Description: normal flow (NOT absolute overlay), collapsed by default */
#sec3 .SDesc{
  position: absolute;
  top: 30px;
  left: 49%;
  width: 50%;
  height: 90%;
  background: rgba(255, 255, 255, 0.90);
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px; border-radius: 3px;
  font-weight: bold;
  color: #444;
  z-index: 2;
}

/* Expand on click (your JS toggles .show-desc) */
#sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5).show-desc .SDesc{
  max-height: 600px;
}

/* Learn more pill pinned to bottom */
#sec3 .SClick{
  position: absolute;
  font-size: 10px;
  bottom: 2px;
  right: 5px;
  background-color: #999999;
  color: #ff000091;
  border-radius: 0px 5px 0px 5px;
  padding: 2px;
  display: none;
}

/* ---------- FIX END: CARD LAYOUT (new + old) ---------- */

#services_more{
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#FFF;
}

.arrow { display:none; }

/* =========================
   GLOBAL / FONTS
   ========================= */
@font-face {
  font-family: myFirstFont;
  src: url(../inc/ElegantTypewriterBold.ttf);
}
@font-face {
  font-family: myFirstFont;
  src: url(../inc/ElegantTypewriterBold.ttf);
  font-weight: bold;
}

/* =========================
   HEADINGS (page top area)
   ========================= */
h1,h2,h3{



  font-size:15px;
  text-transform:uppercase;

}
h4,h5{
  padding:5px;
  margin:0;
  font-size:18px;
}

/* =========================
   MODAL
   ========================= */
.modal{
  display:none;
  position:fixed;
  z-index:1;
  padding-top:1px;
  left:0;
  top:50px;
  width:100%;
  height:100%;
  overflow:auto;
}

.modal-content{
  position:relative;
  background: url(../images/ads/bldollar2.png) no-repeat center;
  margin:auto;
  padding:1px;
  height:350px;
  color:#000;
  border-radius:4px;
  box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.6),
              0px 45px 26px 0px rgba(0,0,0,0.14);
  width:40%;
  min-width:450px;
  max-width:450px;
}

.close{
  position:absolute;
  background: rgba(228, 233, 237, .8);
  color:red;
  float:right;
  z-index:3;
  right:10px;
  top:10px;
  height:16px;
  width:16px;
  line-height:15px;
  display:inline-block;
  font-size:28px;
  font-weight:bold;
  border-radius:3px;
}
.close:hover,
.close:focus{
  color:#000;
  text-decoration:none;
  cursor:pointer;
}

.plan{
  position:absolute;
  z-index:3;
  bottom:25px;
  display:table;
  width:100%;
  border: px solid green;
}

.par{
  margin:0 auto;
  text-align:center;
  font-size:25px;
  color:white;
  padding:10px;
  font-family: myFirstFont;
}

.par2{
  margin:0 auto;
  font-size:25px;
  margin-top:40px;
  color:white;
  width:100%;
  padding:10px;
  text-align:center;
  font-family: myFirstFont;
}

.radcen{
  width:50%;
  margin:0 auto;
  text-alight:center;
  display:table;
  border: px solid black;
}

.expire{
  border-radius:3px;
  background-color:#FFF;
  color:red;
  display:table;
  position:absolute;
  z-index:3;
  font-size:12px;
  bottom:-8px;
  right:5px;
  float:right;
  display:inline-block;
}


.cta_stack {
  text-align: center;
}


/* --- modal form layout helpers --- */
.container{max-width:850px; width:100%; margin:0 auto; border:1px solid black;}
.four{padding:3px; width:48%; max-width:48%; border:1px solid red;}



.col{display:inline-block;margin-bottom:10px;cursor: pointer;  }


.col:first-of-type{margin-left:0;}
.cf:before,
.cf:after{content:" "; display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}

#AUTO .plan input,
#AUTO .payment-plan input,
#AUTO .payment-type input{display:none;}

#AUTO label{
  position:relative;
  color:#fff;
  background-color:#aaa;
  font-size:19px;
  text-align:center;
  display:block;
  cursor:pointer;
  border:2px solid transparent;
  box-sizing:border-box;
}
#AUTO .plan input:checked + label,
#AUTO .payment-plan input:checked + label,
#AUTO .payment-type input:checked + label{
  border:2px solid #333;
  background-color:#F00;
}
#AUTO .plan input:checked + label:after,
AUTO .payment-plan input:checked + label:after,
#AUTO .payment-type input:checked + label:after{
  content:"\2713";
  width:20px;
  height:20px;
  line-height:20px;
  border-radius:100%;
  border:2px solid #333;
  background-color:#000;
  z-index:2;
  position:absolute;
  top:-10px;
  right:-10px;
}

/* =========================
   SHARED UTILS
   ========================= */
.hidden{display:none;}
#towme{display:none;}

.redline{
  width:80%;
  color:#234547;
  box-shadow: 0 3px 3px rgb(35 69 71 / 0.9);
}

/* =========================
   CARD BUTTON TILES (test77 / bulink)
   NOTE: keep global .services_holder here, but sec3 overrides via #sec3 .services_holder rules
   ========================= */
.services_holder{
  z-index:99;
  width:100%;
  border: px dotted yellow;
  text-align:center;
  display:table;
  margin:0 auto;
}

.test77{
  border: px solid yellow;
  text-decoration:none;
  z-index:99;
  display:inline-block;
  margin:5px;
  min-width:220px;
}

a.bulink{
  border-radius:5px;
  border:2px solid rgba(60, 60, 60,0.8) !important;
  position:relative;
  background: rgba(22,22,22,1.0)!important;
  margin:10px;
  box-shadow: 3px 3px 5px rgb(22,22,22 / 0.8);
  width:200px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  height:150px;
  padding:8px;
}
a.bulink:hover{
  border:2px solid rgba(60, 60, 60,0.8) !important;

  display:inline-block;
}

.right5_button{
  font-family:'Plane Crash', sans-serif;
  font-size:20px;
  color:#FFF;
  border-radius:5px;
  border: px solid #000;
}
.bbtext{
  display:table;
  color:#FFF;
  border: px solid green;
  font-size:14px;
  font-weight:200;
}
.bblink{
  font-family:Arial, Helvetica, sans-serif;
  padding:3px;
  display:table;
  background-color:#999999;
  border-radius: 0px 5px 0px 5px;
  color:#ff000091;
  border: px solid yellow;
  position:absolute;
  bottom:0;
  right:5px;
  font-size:12px;
  font-weight:300;
}

/* =========================================================
   SEC1
   ========================================================= */
#sec1{
  background-color:#FFF;
  width:100%;
  height:250px;
  display:table;
}

.left1{
  background-color:#FFF;
  float:left;
  width:65%;
  display:table;
  border: px solid yellow;
}

.left_heading{
  text-align:center;
  width:70%;
  margin:0 auto;
  font-weight:bolder;
  font-size:25px;
  margin-top:10px;
  margin-bottom:10px;
}

.left_text{
  width:70%;
  margin:0 auto;
  margin-top:10px;
  margin-bottom:10px;
}

.left_form{
  margin:0 auto;
  height:80px;
  width:70%;
  line-height:80px;
  display:table;
}

.sec1_text{
  color:#FFF;
  text-align:center;
  margin-right:35px;
}

.sec1_button{
  text-transform:capitalize;
  height:48px;
  width:235px;
}

.left_input{
  float:left;
  padding:15px;
  margin-right:15px;
}

input[type=text]{
  height:48px;
  width:35%;
  border:1px solid #000;
  border-radius:8px;
  padding-left:20px;
  padding-right:20px;
  font-size:15px;
  color:#000000;
}

input[type=submit]{
  height:48px;
  width:35%;
  color:#FFF;
  background-color:#000;
  padding:5px;
  outline:none;
  border:0;
}

::-webkit-input-placeholder{ text-align:center; color:#333; }
:-moz-placeholder{ text-align:center; color:#333; }
::-moz-placeholder{ text-align:center; color:#333; }
:-ms-input-placeholder{ text-align:center; color:#333; }

.left_button{float:right; padding:17px;}

.right1{
  background-color:#000;
  float:right;
  width:30%;
  text-align:center;
  display:table;
  padding-top:10px;
  padding-bottom:20px;
}

.right1_text{
  width:99%;
  margin:0 auto;
  padding:8px;
  color:#FFFFFF;
  margin-top:5%;
  padding-top:15px;
}

.right1_button{
  background-color:#ff000091;
  width:100%;
  height:48px;
  line-height:48px;
}

.right1 a{
  margin:0 auto;
  text-decoration:none;
  margin-top:55px;
  text-align:center;
  color:#FFF;
  width:70%;
  max-width:235px;
  height:48px;
}

.right1_button:hover{
  border:1px solid rgba(60, 60, 60,0.8) !important;

}


#service_wrap{
padding:0;
margin:0;
width:100%;
height:250px;
max-height:250px;
display:table;
background: url(../images/734A5552.jpg) no-repeat center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;



}	


/* =========================================================
   SEC2
   ========================================================= */
#sec2{
  width:100%;
  display:table;
  position:relative;
  z-index:2;
  border-bottom:1px solid rgba(255,255,255,0.14);
  box-shadow:0 10px 22px rgba(0,0,0,0.32);
}
.left2{
  display:block;
  height:auto;
  width:45%;
  max-width:760px;
  min-width:0;
  float:none;
  padding:0;
  box-sizing:border-box;
}

.left2_head{
  font-size:16px;
  width:100%;
  max-width:720px;
  color:#fff;
  display:block;
  margin:0 auto 6px;
  font-weight:bold;
  text-align:center;
  padding-bottom:0;
}

/* Red divider under SEC2 overview headings */
.left2_head::after{
  content:"";
  display:block;
  width:54px;
  height:3px;
  margin:7px auto 0;
  border-radius:99px;
  background:linear-gradient(90deg,#b91616,rgba(255,255,255,.25));
}

.left2_headinfo{
  color:#ff0000;
  font-size:15px;
  width:80%;
  display:table;
  margin:0 auto;
  font-weight:bold;
  text-align:center;
  padding-bottom:15px;
}

.left2_text{
  color:rgba(255,255,255,.88);
  margin:0 auto 14px;
  display:block;
  width:100%;
  max-width:680px;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}


#sec2 .left2_head h1,
#sec2 .left2_head h2,
#sec2 .left2_head h3,
#sec2 .left2_head h4,
#sec2 .left2_head h5{
  color:#fff;
  font-size:clamp(15px, 1vw, 18px);
  line-height:1.22;
  margin:0;
  padding:0;
  text-align:center;
  letter-spacing:.25px;
}



.right2{

  width:320px;
  max-width:320px;
  min-width:280px;
  height:auto;
  display:block;
  float:none;
  margin:0;
  background: rgba(22,22,22,1.0) !important;
  border:2px solid rgba(60, 60, 60,0.8) !important;
  border-radius:5px;
  padding:12px;
  box-sizing:border-box;
  border: 1px solid yellow;
}

.right2_text{
  color:white;
  font-size:18px;
  line-height:1.25;
  font-style:italic;
  display:table;
  width:100%;
  margin:0 auto;
  text-align:center;

}

.right2_text1,
.right2_text2{
  color:white;
  font-size:13px;
  line-height:1.35;
  display:table;
  margin:0 auto;
  text-align:center;
  margin-top:8px;
}

span.ddd{
  display:table;
  text-align:center;
  color:#5bee5d;
  width:100%;
  margin-top:10px;margin-bottom:10px;  font-size:11px;
}

.RTSecond{
  font-size:9px;
  font-style:italic;
  display:table;
  width:55%;
  margin:0 auto;
  text-align:center;
}

.right2_button{
  margin-bottom:40px;
  text-decoration:none;
  width:235px;
  height:48px;
  line-height:48px;
  margin:0 auto;
  font-size:15px;
  margin-top:20px;
  text-align:center;
  background-color:#ff000091;
}

.right2 a{text-align:center;
  margin-bottom:40px;
  text-decoration:none;
  margin-top:55px;
  color:#FFF;
  text-align:center;
  width:235px;
  height:48px;
  margin:0 auto;
}

.right2_button:hover{
  border:1px solid rgba(60, 60, 60,0.8) !important;

}

/* =========================================================
   SEC2 RIGHT CTA CARD / BUTTON STACK
   Desktop version of the conversion panel buttons.
   ========================================================= */
.right2 .cta_stack{
  width:100%;
  margin:14px auto 8px;
  display:table;
  text-align:center;
}

.right2 .cta_btn{
  display:block;
  width:76%;
  max-width:220px;
  min-height:38px;
  margin:6px auto;
  text-decoration:none;
  color:#fff;
}

.right2 .cta_btn label{
  display:block;
  width:100%;
  max-width:none;
  margin:0;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:5px;
  background:#2a2a2a;
  color:#fff;
  font-size:12px;
  line-height:18px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
  box-sizing:border-box;
  cursor:pointer;
}

.right2 .cta_primary label{
  
  border-color:rgba(255,255,255,0.18);
}

.right2 .cta_emergency label{

}

.right2 .cta_btn:hover label{
  background:#444;
}

.right2 .cta_primary:hover label,
.right2 .cta_emergency:hover label{
  background:#ff0000;
}

/* =========================================================
   SEC3 (SERVICES CARDS + BACKGROUND LAYER)
   ========================================================= */
#sec3{
  border: px solid yellow;
  border-top:1px solid rgba(255,255,255,0.10);
  width:100%;
  display:table;
  background-color:#000;
  position:relative;
  overflow:hidden;
  z-index: 1;   /* add this */
  box-shadow:inset 0 12px 22px rgba(0,0,0,0.35);
}

.bg_image_holder{
  position:absolute;
  inset:0;
  z-index:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.sec3_header{
  padding-top:15px;
  text-align:center;
  font-weight:bold;
  font-weight:22px;
  width:100%;
  color:#FFF;
  margin-bottom:15px;
  height:50px;
  line-height:50px;
  position:relative;
  z-index:2;
}

/* sec3 holder wins */
#sec3 .services_holder{
  width:85%;
  border: px solid yellow;
  text-align:center;
  display:table;
  margin:0 auto;
  padding-bottom:20px;
  white-space:normal;
  position:relative;
  z-index:2;
}

.services_holder22{
  width:95%;
  border: px solid yellow;
  text-align:center;
  display:table;
  margin:0 auto;
  padding-bottom:20px;
}

/* =========================================================
   SEC3 - PARALLAX + SERVICES_MORE + RP STEPS
   ========================================================= */
.parallax{
  background-image: url('https://www.twinsbuickgmc.us/images/kiatakeapart.png');
  min-height: 60vh;
  height: auto;
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
    position: relative;
  z-index: 2;
}

.parallax2{
  background-image: url('https://www.twinsbuickgmc.us/images/CollisionRepairProcess.png');
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}

.p1Holder{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:28px;
  color:#000;
  padding:24px 20px 25px;
  box-sizing:border-box;
  border:px solid yellow;
  background-color:rgba(80,80,80,0.9);
}

#services_more{
  width:100%;
  height:100%;
  color:#000;
  padding-top:15px;
  padding-bottom:10px;
  border: px solid yellow;
  background-color:rgba(80,80,80,0.9);
}

.RPListHolder{
  margin: 0 auto;
  text-align: center;
  font-size: 9px;
}

.RPOHolder{
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.40);
  border-radius: 3px;
  display: inline-flex;
  flex-direction: column;
  margin: 2px;
  min-height: 500px;
  width: 300px;
  white-space: pre-line;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9);
  vertical-align: bottom;
  border: 0px solid rgba(60, 60, 60,0.8) !important;
  padding: 5px;
}

.RPOImg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.RPNo{
  font-size: 8;
  padding-bottom: 10px;
  color: #D10000;
}

.RPTitle{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.RPDisc{
  margin-top: auto;
  margin-bottom: auto;
  text-align: justify;
  font-size: 16px;
  padding: 5px;
  color: #FFF;
}

.arrow {
  display: none;
}


/* =========================================================
   SEC4 (CERTS)no ide adelte maybe========================================================= */


.additional_left{ float:left; margin:0; padding:10px; width:47%; }
.additional_leftright{ margin:0; float:left; padding:10px; width:47%; }

.ALheader{ color:#000; text-align:center; font-weight:bold; font-size:12px; }
.ALdesc{ color:#FFF; font-size:10px; text-align:center; }


/* sec2 */



/* =========================
   DESKTOP
   ========================= */
@media all and (min-width: 701px) {

  h1,h2,h3,h4,h5 {
  text-align: center;
    font-size: 22px;
 width: 100%;
  }

  #LocateMeButtons {
    margin: 0 auto;
    text-align: center;
  }

  #autocomplete {
    width: 300px;
    margin: 10px;
  }

  #get-location-button {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
  }

  #get-location-button:hover {
    background-color: #555;
  }

  .error {
    margin: 0 auto;
    text-align: center;
  }

  #holder {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }

  #win {
    min-width: 550px;
    display: flex;
    flex-direction: column;
    margin: 5px;
  }

  #win > * {
    flex-grow: 1;
  }

  #mapholder {
    flex: 2 1 400px;
    min-width: 400px;
    max-width: 1200px;
    height: 800px;
    position: relative;
    overflow: hidden;
  }

  #mapholder > #map {
    width: 100%;
    height: 100%;
  }

  #map {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
  }

  #iw-mobile-overlay {
    display: none;
  }

  .info_sec {
    display: inline-block;
  }

  .man_pic img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }

  input[type="text"],
  [type="email"],
  [type="tel"] {
    border: 2px solid black;
    border-radius: 3px;
    text-align: center;
    height: 35px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  /* LEFT COLUMN LOCATION CARDS */
  #win .bui_hold1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
    color: black;
    font-family: Verdana, sans-serif;
    display: inline-block;
    min-width: 520px;
    max-width: 45%;
    margin: 5px;
    padding: 5px;
    background-color: #666;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 200px;
  }

  #win .info_sec {
    width: 99%;
    display: table;
  }

  #win .bui_name {
    width: 74%;
    float: left;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px !important;
    color: white;
    padding: 2px !important;
    display: table;
  }

  #win .geo_info {
    float: right;
    padding: 2px !important;
    display: table;
    white-space: nowrap;
    border: px solid red;
    min-height: 44px;
    overflow: hidden;
    width: 24%;
    text-overflow: ellipsis;
  }

  #win .geo_dis,
  #win .geo_time {
    color: #5bee5d;
    margin: 0 auto;
    display: table;
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #win .bui_info {
    color: #FFF;
    overflow: hidden;
    position: relative;
    float: left;
    min-height: 120px;
    width: 74%;
  }

  #win .label {
    font-size: 8px;
    text-align: center;
    padding: 3px;
    color: #5bee5d;
    font-weight: bold;
  }

  #win .dir_addy {
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    display: table;
    margin: 3px;
    width: 95%;
  }

  #win .con_info {
    margin-top: 5px;
    width: 45%;
    color: #FFF;
    position: relative;
    display: inline-block;
  }

  #win .pho_num {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    position: relative;
    width: 100%;
    text-decoration: none;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #win .pho_num a {
    text-decoration: none;
    color: white;
  }

  #win .fax_num {
    color: white;
    font-size: 13px;
    text-align: center;
    position: relative;
    width: 100%;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #win .dir_info {
    width: 45%;
    position: relative;
    color: #FFF;
    display: inline-block;
    margin: 2px;
  }

  #win .dir_btn {
    text-align: center;
    position: relative;
    width: 100%;
    color: #FFF;
    display: table;
  }

  #win .dir_btn a {
    text-decoration: none;
    color: white;
  }

  #win .str_rew {
    text-align: center;
    position: relative;
    width: 100%;
    color: #FFF;
    display: table;
  }

  #win .str_rew a {
    text-decoration: none;
    color: white;
  }

  #win .bui_pic {
    margin-right: 5px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    float: right;
    width: 20%;
    min-height: 106px;
    height: 60%;
    text-align: center;
    font-size: 10px;
    color: #5bee5d;
  }

  #win .man_pic {
    height: 75px;
    width: 75px;
    position: relative;
    padding-top: 4px;
    margin: 0 auto;
    background-size: cover;
  }

  #win .man_pic img {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 130px;
  }

  #win .man_name {
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 2px;
  }

  .hidcord {
    width: 100%;
    display: none;
    text-align: center;
  }

  /* MAP POPUP CARD */
  .map_mark .bui_hold1 {
    border-radius: 4px;
    color: black;
    font-family: Verdana, sans-serif;
    display: inline-block;
    min-width: 340px;
    width: 97%;
    margin: 5px;
    padding: 5px;
    height: 100%;
    background-size: cover;
  }

  .map_mark .info_sec {
    width: 99%;
    display: table;
  }

  .map_mark .bui_name {
    float: left;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px !important;
    color: white;
    width: 74%;
    height: 40px;
    padding: 2px !important;
    display: table;
  }

  .map_mark .geo_info {
    float: right;
    padding: 2px !important;
    display: table;
    white-space: nowrap;
    min-height: 44px;
    overflow: hidden;
    width: 24%;
    text-overflow: ellipsis;
  }

  .map_mark .geo_dis,
  .map_mark .geo_time {
    color: #5bee5d;
    margin: 0 auto;
    display: table;
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .map_mark .bui_info {
    color: #FFF;
    overflow: hidden;
    position: relative;
    display: inline-block;
    min-height: 120px;
    width: 68%;
  }

  .map_mark .label {
    font-size: 8px;
    text-align: center;
    padding: 3px;
    color: #5bee5d;
    font-weight: bold;
  }

  .map_mark .dir_addy {
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    display: table;
    margin: 3px;
    width: 95%;
  }

  .map_mark .con_info {
    width: 45%;
    color: #FFF;
    display: inline-block;
    margin: 2px;
  }

  .map_mark .pho_num,
  .map_mark .fax_num {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .map_mark .pho_num a,
  .map_mark .dir_btn a,
  .map_mark .str_rew a {
    text-decoration: none;
    color: white;
  }

  .map_mark .dir_info {
    width: 45%;
    position: relative;
    color: #FFF;
    display: inline-block;
    margin: 2px;
  }

  .map_mark .dir_btn,
  .map_mark .str_rew {
    text-align: center;
    width: 100%;
    display: table;
    color: white;
  }

  .map_mark .bui_pic {
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 24%;
    min-height: 110px;
    height: 70%;
    text-align: center;
    font-size: 10px;
    color: #5bee5d;
  }

  .map_mark .man_pic {
    height: 75px;
    width: 75px;
    position: relative;
    padding-top: 4px;
    margin: 0 auto;
    background-size: cover;
  }

  .map_mark .man_pic img {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 140px;
  }

  .map_mark .man_name {
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 2px;
  }

  /* GOOGLE MAPS INFOWINDOW SKIN */
  .gm-style-iw-t::after,
  .gm-style-iw-tc::after {
    background-color: #666 !important;
    content: "";
    position: absolute;
    z-index: 999;
  }

  .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
  .gm-style .gm-style-iw-c,
  .gm-style .gm-style-iw-t::after {
    background-color: #666;
    display: table;
  }

  button.gm-ui-hover-effect {
    width: 30px !important;
    height: 30px !important;
  }
}

/* =========================
   MOBILE
   ========================= */



#cert_foot{
padding:20px 0 20px 0;
font-weight:bold;
font-size:18px;
text-align:center;
width:100%;
color:red;
}


/* =========================================================
   SEC4 (CERTS)
   ========================================================= */
#sec4{
  background-color:#FFF;
  width:100%;
  height:400px;
  margin:0 auto;
  display:table;
  text-align:center;
}

#cert_header{
  padding:20px 0;
  font-weight:bold;
  font-size:22px;
  text-align:center;
  width:100%;
  color:red;
}

#cert_holder{
  margin:0 auto;
  text-align:center;
  width:95%;
  height:500px;
  display:table;
}

.cert{
  position:relative;
  width:250px;
  height:200px;
  display:inline-block;
}

/* Buttons near services_more (desktop) */
.right3_button{
  height:48px;
  line-height:48px;
  text-decoration:none;
  width:235px;
  margin:0 auto;
  font-size:15px;
  background-color:#ff000091;
  color:#FFF;
}
#services_more a{
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:235px;
  height:48px;
  margin:0 auto;
}

/* =========================================================
   LEAN SLIDER (CAROUSEL)
   ========================================================= */
.lean-slider{
  overflow:hidden !important;
  position:relative;
  *zoom:1;
}
.lean-slider:before,
.lean-slider:after{
  overflow:hidden !important;
  content:" ";
  display:table;
}
.lean-slider:after{ clear:both; overflow:hidden !important; }

.lean-slider-slide{
  overflow:hidden !important;
  float:left;
  width:100%;
  height:350px;
  margin-right:-100%;
  display:none;
}
.lean-slider-slide.current{ display:block; overflow:hidden !important; }

.slider_info{
  border: px solid yellow;
  color:#FFF;
  position:absolute;
  display:table;
  width:75%;
  height:90%;
  top:2%;
  left:50px;
}

.slide_header{
  position:relative;
  color:#FFF;
  font-size:40px;
  display:table;
  width:100%;
}
.slide_header > span{ color:red; font-style:italic; }

.slide_description{
  border: px solid blue;
  position:absolute;
  bottom:0px;
  font-size:25px;
  color:#FFF;
  display:table;
  width:100%;
}

.slider-wrapper{
  position:relative;
  background:#fff url(images/loading.gif) no-repeat 50% 50%;
  box-shadow:0 0 3px rgba(0,0,0,0.4);
}

.lean-slider{ overflow:hidden; }
.lean-slider-slide{
  display:block;
  position:relative;
  opacity:0;
  transition: opacity 0.6s linear;
}
.lean-slider-slide.current{ opacity:1; }

.lean-slider-slide img{
  display:block;
  width:100%;
}

#slider-direction-nav{
  position:absolute;
  left:0;
  top:47%;
  width:100%;
  transition: opacity 0.2s linear;
  opacity:0.2;
}
.slider-wrapper:hover #slider-direction-nav{ opacity:1; }

#slider-direction-nav a{
  float:left;
  display:block;
  width:26px;
  height:37px;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent:-9999px;
}
#slider-direction-nav .lean-slider-next{
  float:right;
  background-position:100% 0;
}

#slider-control-nav{
  position:absolute;
  left:0;
  bottom:10px;
  width:100%;
  text-align:center;
  transition: opacity 0.2s linear;
  opacity:0.2;
}
.slider-wrapper:hover #slider-control-nav{ opacity:1; }

#slider-control-nav a{
  display:inline-block;
  width:14px;
  height:14px;
  background: url(../images/bullets.png) no-repeat 0 0;
  text-indent:-9999px;
  margin:0 3px;
  transition:none;
}
#slider-control-nav a.active{ background-position:100% 0; }

/* slider device-specific */
@media only screen and (min-device-width:320px) and (max-width:480px){
  #slider-direction-nav, #slider-control-nav{ opacity:1; }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){
  #slider-direction-nav, #slider-control-nav{ opacity:1; }
}

}
@media all and (min-width: 701px) {

  #sec3 .services_holder {
    position: relative;
    z-index: 3;
    width: 98%;
    max-width: 1500px;
    display: table;
    margin: 0 auto;
    padding-bottom: 18px;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
  }

  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5) {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 305px;
    height: 305px;
    min-height: 305px;
    margin: 6px;
    padding: 12px 12px 36px 12px;
    background: #fff !important;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.20);
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    font-size: initial;
    transform: none;
  }

  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5):hover {
    transform: none;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
  }

  #sec3 .STitle {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 30px;
 
    padding: 5px 0 0 40px;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    overflow: hidden;
  }




  /* red icon circle next to each title */
  #sec3 .STitle::before {
    content: "\1F697";text-indent: -2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 30%;
    background: #d10000;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
    box-shadow: 0 2px 2px rgba(209,0,0,0.35);
  }

  #sec3 .service1 .STitle::before,
  #sec3 .services_holder > :nth-child(1) .STitle::before { content: "\1F697"; }

  #sec3 .service2 .STitle::before,
  #sec3 .services_holder > :nth-child(2) .STitle::before { content: "\1F699"; }

  #sec3 .service3 .STitle::before,
  #sec3 .services_holder > :nth-child(3) .STitle::before { content: "\26C8"; }

  #sec3 .service4 .STitle::before,
  #sec3 .services_holder > :nth-child(4) .STitle::before { content: "\1F69A"; }

  #sec3 .service5 .STitle::before,
  #sec3 .services_holder > :nth-child(5) .STitle::before { content: "\1F6E1"; }

  #sec3 .services_holder > :nth-child(6) .STitle::before { content: "\2713"; }





/* B1 Collision & Bumper Repair */
#sec3 .services_holder > :nth-child(7) .STitle::before {
  content: "\1F527"; /* wrench */
}

/* B2 Dent & Minor Damage Repair */
#sec3 .services_holder > :nth-child(8) .STitle::before {
  content: "\1F528"; /* hammer */
}

/* B3 Paintless Dent Repair / PDR */
#sec3 .services_holder > :nth-child(9) .STitle::before {
  content: "\1F50D"; /* magnifying glass */
}

/* B4 Auto Painting & Color Matching */
#sec3 .services_holder > :nth-child(10) .STitle::before {
  content: "\1F3A8"; /* paint palette */
}

/* B5 Insurance Claim Assistance */
#sec3 .services_holder > :nth-child(11) .STitle::before {
  content: "\1F4CB"; /* clipboard */
}

/* B6 Free Repair Estimates */
#sec3 .services_holder > :nth-child(12) .STitle::before {
  content: "\1F4DD"; /* memo */
}

/* B7 Fleet Vehicle Repair */
#sec3 .services_holder > :nth-child(13) .STitle::before {
  content: "\1F69A"; /* delivery truck */
}

/* B8 Luxury Vehicle Repair */
#sec3 .services_holder > :nth-child(14) .STitle::before {
  content: "\2728"; /* sparkle */
}

/* B9 Classic Car Restoration */
#sec3 .services_holder > :nth-child(15) .STitle::before {
  content: "\1F3C1"; /* racing flag */
}






















  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5):hover .STitle {
    color: #000;
  }

  /* shorter image so text can sit below it */
  #sec3 .SImg {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: 112px;
    object-fit: cover;
    border-radius: 5px;
    margin: 0 0 7px 0;
  }

  /* default: show a short preview under the image */
  #sec3 .SDesc {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 68px;
    max-height: 68px;
    padding: 0 6px;
    background: #fff;
    color: #222;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;
  }

  /* click state: keep boxes even, replace image with full text area */
  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5).show-desc .SImg {
    display: none;
  }

  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5).show-desc .SDesc {
    display: block;
    height: 198px;
    max-height: 198px;
    padding: 8px 8px 12px 8px;
    overflow: auto;
  }

  #sec3 .SClick {
display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 8px;
    padding: 0;
    background: transparent;
    color: #d10000;
    border-radius: 0;
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-sizing: border-box;
  }

  #sec3 .SClick::after {
    content: "\2192";
    float: right;
    color: #d10000;
    font-size: 24px;
    line-height: 16px;
    font-weight: normal;
  }
}
/* =========================================================
   MOBILE / RESPONSIVE - 700PX AND DOWN + SMALLER BREAKPOINTS
   ========================================================= */
@media all and (max-width: 857px) {
  .right1{
    background-color:#000;
    float:left;
    width:100%;
    text-align:center;
    display:table;
    padding-top:10px;
    padding-bottom:20px;
  }
  .left1{
    background-color:#FFF;
    float:left;
    width:100%;
    display:table;
  }
}



@media all and (min-width: 701px) and (max-width: 1416px) {
  #sec2 .p1Holder{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:24px;
    padding-left:18px;
    padding-right:18px;
    box-sizing:border-box;
  }

  .left2{
    display:block;
    height:auto;
    width:58%;
    max-width:720px;
    min-width:0;
    float:none;
    padding-bottom:20px;
    box-sizing:border-box;
  }

  .right2{
    width:320px;
    max-width:320px;
    min-width:280px;
    display:block;
    float:none;
    margin:0;
    box-sizing:border-box;
  }
}












@media all and (max-width: 700px) {

/* =========================
   GLOBAL / FONTS
   ========================= */
@font-face {
  font-family: myFirstFont;
  src: url(../inc/ElegantTypewriterBold.ttf);
}
@font-face {
  font-family: myFirstFont;
  src: url(../inc/ElegantTypewriterBold.ttf);
  font-weight: bold;
}

h1,h2,h3{ font-size:15px;color:#FFF;   margin: 0 auto;text-align: center;width: 95%;font-weight:bold;padding-top:10px;margin-bottom:10px;}

/* hidden desktop dropdowns on mobile */
.sub_menu,
.sub_menu2,
#btmenu > li:hover .sub_menu,
#btmenu > li:focus-within .sub_menu,
#btmenu > .top_quote:hover .sub_menu2,
#btmenu > .top_quote:focus-within .sub_menu2{
  display:none;
}

/* =========================
   LOCATION FINDER / MAP - mobile
   Extracted from locations CSS; kept inside existing mobile section.
   ========================= */
/* ---------------------------------------------------------
   MOBILE MAP PAGE LAYOUT
   #holder, #win wrapper, #mapholder, #map
   --------------------------------------------------------- */
/* Set the map container size */
#holder {
    width: 99%;
    border: 0; /* removed debug border */
    text-align: center;
    margin: 0 auto;

  }

#win {
 text-align: center;
    width: 99%;

  }

#mapholder { position: relative;height: 700px;  width: 99%;  }

/* ---------------------------------------------------------
   MOBILE GOOGLE MAPS INFOWINDOW SHELL
   Google generated wrapper, close button, and marker bubble
   --------------------------------------------------------- */
.gm-style .gm-style-iw-c {
    width: 94vw !important;
    max-width: 370px !important;
    padding: 8px !important;
    border-radius: 8px !important;
    background-color: #666 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.gm-style .gm-style-iw-d {
    overflow: visible !important;
  }

.gm-style-iw-chr {
    height: 30px !important;
  }

.gm-ui-hover-effect {
    all: unset !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    z-index: 9999 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: white !important;
  }

.gm-ui-hover-effect::after {
    content: "X";
  }
.map_mark {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #666;
    border-radius: 8px;
    overflow: hidden;
}

#map {height: 100%; width: 100%; border: 1px solid #eee; }

.info_sec { display: inline-block; }

/* ---------------------------------------------------------
   MOBILE LOCATION SEARCH CONTROLS
   #LocateMeButtons, autocomplete, Get Location button
   --------------------------------------------------------- */
#LocateMeButtons{width: 100%;

text-align:center;
}

#autocomplete {
width: 95%;
margin: 0 auto;
margin-bottom:20px;
  }

#get-location-button {
margin: 0 auto;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
text-decoration: none;
width: 96%;
height:40px;
font-size: 15px;
border-radius: 3px;
text-align: center;
background-color: #000;
color:#FFF;
border: none;         /* Ã°Å¸â€Â¥ removes the default gray border */
outline: none;        /* optional: removes focus outline */
font-size: 16px;
cursor: pointer;padding:7px;
}

#get-location-button:hover{
    background-color: #555;

}

/* Make manager/location images lazy-load visually consistent */
.man_pic img { max-width: 100%; height: auto; border-radius: 6px; }

input[type="text"],[type="email"],[type="tel"] {
  border: 2px solid black;
  border-radius: 3px;
  text-align: center;
  height: 35px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.error{    margin: 0 auto;
    text-align: center;}





/* ---------------------------------------------------------
   MOBILE #WIN MAIN LOCATION LIST
   Main visible location cards on the page
   --------------------------------------------------------- */
/*left menu locations*/
#win .bui_hold1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
    color: black;
    font-family: Verdana, sans-serif;
    display: inline-block;
    width: 95%;
    margin: 5px;
    padding: 5px;
    background-color: #666;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 170px;
    position: relative;  /* added */
}

#win .bui_name {float:left;
    width:75%;
    text-align: center;
    font-weight:bold;
    text-transform: uppercase;
    font-size:9px !important;
    color:white;
    padding:2px!important;
    display:table;
}

#win .dir_addy {
    height:35px;
    font-size:12px;
    font-weight:bold;
    color:white;
    display:table;
    margin:3px;
    width:95%;
}

#win .geo_info {float:right;
    padding:2px!important;
    display:table;
    white-space:nowrap;
    overflow:hidden;
    width:15%;
    text-overflow:ellipsis;
}

#win .geo_dis {
    color:#5bee5d;
    display:table;
    white-space:nowrap;
    font-size:10px;
    overflow:hidden;
    text-overflow:ellipsis;
}

#win .geo_time {
    color:#5bee5d;
    display:table;
    white-space:nowrap;
    font-size:10px;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* ====== MODIFIED ====== */
#win .bui_pic {
    overflow:hidden;
    position: absolute;   /* changed */
    bottom: 15px;          /* added */
    right: 5px;           /* added */
    width:22%;
    min-height:110px;
    text-align: center;
    font-size:10px;
    color:#5bee5d;
    border:px solid GREEN;
}

/* ====== MODIFIED ====== */
#win .bui_info {
    color:#FFF;
    overflow:hidden;
    position: relative;
    width:70%;            /* updated width */
    min-height:120px;
    padding-top:5px;
    display:block;        /* force block layout */
}

/* keep your existing ones */
#win .man_pic {
    height:75px;
    width:75px;
    padding-top:6px;
    margin: 0 auto;
    background-size: cover;
}

#win .man_pic img {
    margin: 0 auto;
    background-size: cover;
    height:100%;
    width:100%;
    max-width:130px;
}

#win .label {
    font-size:8px;
    text-align: center;
    padding:3px;
    color:#5bee5d;
    font-weight:bold;
}

#win .info_sec { width:99%; display:table; }

#win #info_div { display:table; }

#win #tttsss { display:table; }

#win .hidcord { width:100%; display:none; text-align:center; }

#win .con_info {
    width:45%;
    color:#FFF;
    display:inline-block;
    margin:2px;
}

#win .pho_num {
    color:#FFF;
    font-size:10px;
    text-align:center;
    width:100%;
    display:table;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

#win .pho_num a { font-size:11px;text-decoration:none; color:white; }

#win .fax_num {
    color:white;
    font-size:12px;
    text-align:center;
    width:100%;
    display:table;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

#win .dir_info {
    width:45%;
    position:relative;
    color:#FFF;
    display:inline-block;
    margin:2px;  font-size:8px;
}

#win .dir_btn {
    text-align:center;
    width:100%;
    color:#FFF;
    display:table;
       font-size:10px;

       white-space:nowrap;
      overflow:hidden;

}

#win .dir_btn a { font-size:12px;text-decoration:none; color:white; }

#win .str_rew {
    text-align:center;
    width:100%;

    color:white;

    font-size: 10px;

    display: table;
    white-space: nowrap;
    overflow: hidden;

}

#win .str_rew a { font-size:12px;text-decoration:none; color:white; }

#win .man_name {
    color:white;
    text-align:center;
    width:100%;
    position:absolute;
    bottom:0px;
    margin:2px;
}

/* ---------------------------------------------------------
   MOBILE GOOGLE MAPS INFOWINDOW SHELL - DETAILED OVERRIDES
   Google popup wrapper, close button, tail, scroll settings
   --------------------------------------------------------- */
/* Map Markers â€“ MOBILE */
.gm-style-iw,
.gm-style-iw-c,
.gm-style-iw-d {

}

/* outer bubble */
.gm-style-iw-c {

    background-color: #666 !important;
    overflow: visible !important;
}

/* inner scrolling container â€“ turn scrolling OFF */
.gm-style-iw-d {max-height: none !important;   /* kill Googleâ€™s 532px / 514px */
    overflow: visible !important;
}

/* tiny gray bar w/ X */
.gm-style-iw-chr {max-height: none !important;   /* kill Googleâ€™s 532px / 514px */
    max-height: 30px !important;
    height: 30px !important;
}

/* Simple plain-X close button */
.gm-ui-hover-effect {
  all: unset !important;     /* removes all Google default button styles */
  cursor: pointer !important;
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  z-index: 9999 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: white !important;
  line-height: 1 !important;
}

/* Remove SVG (their default icon) */
.gm-ui-hover-effect span,
.gm-ui-hover-effect svg {
  display: none !important;
}

/* Insert a real text "X" */
.gm-ui-hover-effect::after {
  content: "X";
}

/* Remove ONLY Google's default tail shape */
.gm-style-iw-t::after,
.gm-style-iw-tc::after {

       background-color:#666!important;
    content: "";
  position: absolute;
  z-index: 999;

}

/* ---------------------------------------------------------
   MOBILE MAP MARKER INFO WINDOW CARD
   Custom card rendered inside Google Maps marker popup
   NOTE: this block is active CSS unless fully commented out
   --------------------------------------------------------- */
/* ==== DISABLED BLOCK USING X-PREFIX ==== */
.map_mark{background-color:#666;}

/* your card */
/* your card */
.map_mark .bui_hold1{
    position: relative;
    width: 100%;
    height: 190px !important;
    margin: 0 auto;
    padding: 6px 8px;
    box-sizing: border-box;
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #666;
    max-height: 60vh !important;
    overflow-y: auto !important;
    border-radius: 8px;
}

.map_mark .bui_hold1 img{position:relative;margin:0 auto;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;height:100%;width:100%;max-width:130px;border:px solid red;}

.map_mark .bui_name {float:left;
    width:75%;
    text-align: center;
    font-weight:bold;
    text-transform: uppercase;
    font-size:10px !important;
    color:white;
    padding:2px!important;
    display:table;
}

.map_mark .dir_addy {
    height:40px;
    font-size:12px;
    font-weight:bold;
    color:white;
    display:table;
    margin:3px;
    width:95%;
}

.map_mark .geo_info {float:right;
    padding:2px!important;
    display:table;
    white-space:nowrap;
    overflow:hidden;
    width:15%;
    text-overflow:ellipsis;
}

.map_mark .geo_dis {
    color:#5bee5d;
    display:table;
    white-space:nowrap;
    font-size:12px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.map_mark .geo_time {
    color:#5bee5d;
    display:table;
    white-space:nowrap;
    font-size:12px;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* ====== MODIFIED ====== */
.map_mark .bui_pic {
    overflow:hidden;
    position: absolute;   /* changed */
    bottom: 30px;          /* added */
    right: 5px;           /* added */
    width:24%;
    min-height:110px;
    text-align: center;
    font-size:10px;
    color:#5bee5d;
    border:px solid GREEN;
}

/* ====== MODIFIED ====== */
.map_mark .bui_info {
    color:#FFF;
    overflow:hidden;
    position: relative;
    width:72%;            /* updated width */
    min-height:120px;
    padding-top:5px;
    display:block;        /* force block layout */
}

/* keep your existing ones */
.map_mark .man_pic {
    height:75px;
    width:75px;
    padding-top:6px;
    margin: 0 auto;
    background-size: cover;
}

.map_mark .man_pic img {
    margin: 0 auto;
    background-size: cover;
    height:100%;
    width:100%;
    max-width:130px;
}

.map_mark .label {
    font-size:8px;
    text-align: center;
    padding:3px;
    color:red;
    font-weight:bold;
}

.map_mark .info_sec { width:99%; display:table; }

.map_mark #info_div { display:table; }

.map_mark #tttsss { display:table; }

.map_mark .hidcord { width:100%; display:none; text-align:center; }

.map_mark .con_info {
    width:45%;
    color:#FFF;
    display:inline-block;
    margin:2px;
}

.map_mark .pho_num {
    color:#FFF;
    font-size:13px;
    text-align:center;
    width:100%;
    display:table;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.map_mark .pho_num a { text-decoration:none; color:white; }

.map_mark .fax_num {
    color:white;
    font-size:13px;
    text-align:center;
    width:100%;
    display:table;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.map_mark .dir_info {
    width:45%;
    position:relative;
    color:#FFF;
    display:inline-block;
    margin:2px;
}

.map_mark .dir_btn {
    text-align:center;
    width:100%;
    color:#FFF;
    display:table;
}

.map_mark .dir_btn a { text-decoration:none; color:white; }

.map_mark .str_rew {
    text-align:center;
    width:100%;
    display:table;
    color:white;
}

.map_mark .str_rew a { text-decoration:none; color:white; }

.map_mark .man_name {
    color:white;
    text-align:center;
    width:95%;
    position:absolute;
    bottom:0px;

}

.hidcord{width:100%;display:none;text-align:center;}

.con_info{width:45%;color:#FFF;position:relative;display:inline-block;margin:2px;}

.fax_num{color:white;font-size:12px;text-align:center;position:relative;width:100%;display:inline-block;display:table;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.dir_info{width:45%;position:relative;color:#FFF;display:inline-block;margin:2px;}

.pho_num{color:#FFF;font-size:10px;text-align:center;position:relative;width:100%;text-decoration:none;display:inline-block;border:px solid green;display:table;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.pho_num a{font-size:12px;text-decoration:none;color:white;}

.dir_btn{color:#FFF;font-size:10px;text-align:center;position:relative;width:100%;text-decoration:none;display:inline-block;display:table;white-space:nowrap;overflow:hidden;}

.dir_btn a{font-size:12px;text-decoration:none;color:white;}

.str_rew{color:#FFF;font-size:10px;text-align:center;position:relative;width:100%;text-decoration:none;display:inline-block;border:px solid green;display:table;white-space:nowrap;overflow:hidden;}

.str_rew a{font-size:12px;text-decoration:none;color:white;}

.man_name{color:white;text-align:center;width:100%;position:absolute;bottom:0px;margin:2px;border:px solid green;}

/* =========================
   SEC1 (mobile)
   ========================= */
#sec1{
  background-color:#FFF;
  width:100%;
  height:250px;
  display:table;
}

.left1{
  background-color:#FFF;
  width:100%;
  height:250px;
  display:table;
}

.left_form{
  margin:0 auto;
  height:81px;
  width:90%;
  line-height:81px;
  display:table;
  margin-top:10px;
  margin-bottom:10px;
}

input[type=text]{
  margin:0 auto;
  text-align:center;
  height:48px;
  width:99%;
  border:1px solid #000;
  border-radius:8px;
  font-size:15px;
  color:#000000;
}

.sec1_button{
  margin:0 auto;
  height:48px;
  text-align:center;
  width:100%;
  color:#FFF;
  background-color:#000;
  padding:5px;
  outline:none;
  border:0;
}

.left_input{ float:left; padding:15px; }

::-webkit-input-placeholder{ text-align:center; color:#333; }
:-moz-placeholder{ text-align:center; color:#333; }
::-moz-placeholder{ text-align:center; color:#333; }
:-ms-input-placeholder{ text-align:center; color:#333; }

.left_button{ float:right; padding:17px; }

.right1{
  background-color:#000;
  width:100%;
  height:250px;
  text-align:center;
  display:table;
  padding-bottom:25px;
}

.right1_text{
  width:100%;
  margin:0 auto;
  color:#FFFFFF;
  margin-top:15%;
}

.right1_button{
  background-color:#ff000091;
  width:100%;
  height:48px;
  line-height:48px;
}

.right1 a{
  margin:0 auto;
  text-decoration:none;
  margin-top:55px;
  text-align:center;
  color:#FFF;
  width:90%;
  height:48px;
}

/* mobile emergency heading */
.left_heading{
  color:red;
  text-transform:capitalize;
  text-align:center;
  width:95%;
  margin:0 auto;
  font-weight:bold;
  font-size:22px;
  border: px solid yellow;
}
.left_text{
  width:95%;
  padding:5px;
  margin:0 auto;
  border: px solid yellow;
}

/* =========================
   SEC2 (mobile)
   CTA card first, text second.
   NOTE: .left2 and .right2 are inside .p1Holder,
   so flex/order belongs on #sec2 .p1Holder, not #sec2.
   ========================= */
#sec2{
  width:100%;
  background-color:rgba(80,80,80,0.9);
  display:table;
}

#sec2 .p1Holder{
  width:100%;
  display:flex;
  flex-direction:column;
}

.left2{
  order:2;
  padding-top:10px;
  padding-bottom:10px;
  display:table;
  width:100%;
  float:none;
}

.left2_head{
  background-color:rgba(80,80,80,0.9);
  width:90%;
  display:table;
  margin:0 auto;
  font-weight:bold;
  font-size:15px;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
}

.left2_head::after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin:7px auto 0;
  border-radius:99px;
  background:linear-gradient(90deg,#b91616,rgba(255,255,255,.25));
}

.left2_text{
  margin:0 auto;
  display:table;
  width:90%;
  font-size:15px;
  text-align:center;
}

.right2{
  order:1;
  width:92%;
  max-width:500px;
  display:table;
  float:none;
  margin:15px auto 20px;
  padding-top:10px;
  padding-bottom:10px;
  box-sizing:border-box;
}

.right2_text{
  font-size:20px;
  font-style:italic;
  display:table;
  width:90%;
  margin:0 auto;
  text-align:center;
  margin-top:10px;
}

.right2_button{
  margin-bottom:10px;
  text-decoration:none;
  width:235px;
  height:48px;
  line-height:48px;
  margin:0 auto;
  font-size:15px;
  margin-top:10px;
  text-align:center;
  background-color:#000;
}

.right2 a{
  margin-bottom:10px;
  text-decoration:none;
  margin-top:55px;
  color:#FFF;
  text-align:center;
  width:235px;
  height:48px;
  margin:0 auto;
}

/* =========================================================
   MOBILE SEC2 RIGHT CTA CARD / BUTTON STACK
   Uses existing .right2 / .cta_stack / .cta_btn HTML.
   ========================================================= */
.right2 .cta_stack{
  width:90%;
  margin:10px auto 14px;
  display:block;
  text-align:center;
}

.right2 .cta_btn{
  display:block;
  width:100%;
  height:auto;
  margin:8px auto;
  text-decoration:none;
  color:#fff;
}

.right2 .cta_btn label,
.right2 .cta_stack .four,
.right2 .cta_stack .col{
  display:block;
  float:none;
  width:100%;
  max-width:100%;
  min-height:40px;
  margin:0;
  padding:9px 10px;
  border:1px solid rgba(255,255,255,0.14);
  border-radius:5px;
  background:#222;
  color:#fff;
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
  box-sizing:border-box;
  cursor:pointer;
}

.right2 .cta_primary label{
  background:#ff000091;
}

.right2 .cta_emergency label{
  background:#000;
  border-color:#ff000091;
}

.right2 .RTSecond{
  width:94%;
  margin:14px auto 0;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,0.15);
}

.redline{
  width:80%;
  color:#234547;
  box-shadow: 0 3px 3px rgb(35 69 71 / 0.9);
}

/* =========================
   TILE BUTTONS (test77/bulink) - mobile
   ========================= */
.test77{
  width:46%;
  text-decoration:none;
  z-index:99;
  display:inline-block;
  margin:2px;
  border: px solid yellow;
}

a.bulink{
  border-radius:5px;
  border:2px solid rgba(60, 60, 60,0.8) !important;
  position:relative;
  background: rgba(22,22,22,1.0)!important;
  width:100%;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  height:140px;
}

a.bulink:hover{
  border:2px solid rgba(60, 60, 60,0.8) !important;
 
  display:inline-block;
}

.ALheader{
  color:#FFF;
  text-align:center;
  font-weight:bold;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
}
.ALdesc{
  font-weight:bold;
  color:#FFF;
  font-size:10px;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
}

.right5_button{
  font-family:'Plane Crash', sans-serif;
  font-size:20px;
  color:#FFF;
  border-radius:5px;
  border: px solid #000;
}

.bbtext{
  display:table;
  width:100%;
  text-align:center;
  color:#FFF;
  border: px solid green;
  font-size:14px;
  font-weight:200;
}

.bblink{
  padding:1px;
  display:table;
  background-color:#999999;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0px 5px 0px 5px;
  color:#ff000091;
  border: px solid yellow;
  position:absolute;
  bottom:0;
  right:2px;
  font-size:10px;
  font-weight:300;
  margin-bottom:2px;
}

/* =========================
   SEC3 (services cards) - mobile
   FIX: support new .service-card and expand behavior
   ========================= */
#sec3{
  border: px solid yellow;
  width:100%;
  display:table;
  background-color:#FFF;
  position:relative;
  overflow:hidden;
}

.bg_image_holder{
  position:absolute;
  inset:0;
  z-index:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.sec3_header{
  padding-top:15px;
  text-align:center;
  font-weight:bold;
  font-weight:22px;
  width:100%;
  margin-bottom:15px;
  height:50px;
  line-height:50px;
  position:relative;
  z-index:2;
}

#sec3 .services_holder{
  width:100%;
  text-align:center;
  display:table;
  margin:0 auto;
  padding-bottom:10px;
  position:relative;
  z-index:2;
}

/* Card base */
#sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5){
  display:inline-block;
  margin:5px;
  width:230px;
  min-height:320px;
  border:2px solid rgba(60, 60, 60,0.8) !important;
  position:relative;
  background: rgba(22,22,22,1.0) !important;
  overflow:hidden;
  padding-bottom: 52px;
}

#sec3 .STitle{ color:#fff; }
#sec3 .SDesc{ color:#fff; font-weight:600; }

#sec3 .SImg{
  width:100%;
  height:140px;
  object-fit:cover;
  display:block;
}

/* Collapse/expand */
#sec3 .SDesc{
  max-height: 54px;
  overflow:hidden;
  transition:max-height .25s ease;
}
#sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5).show-desc .SDesc{
  max-height: 600px;
}

#sec3 .SClick{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  
  padding:8px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:800;
}

#sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5):hover{
  cursor:pointer;

}

/* =========================
   SEC3 - services_more + buttons
   ========================= */
#services_more{
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#000;
}

.right3_button{
  height:48px;
  line-height:48px;
  text-decoration:none;
  width:235px;
  margin:0 auto;
  font-size:15px;
  background-color:#ff000091;
  color:#FFF;
}

#services_more a{
  text-align:center;
  text-decoration:none;
  color:#FFF;
  width:235px;
  height:48px;
  margin:0 auto;
}

/* =========================
   SEC4 (certs) - mobile
   ========================= */
#sec4{
  background-color:#FFF;
  width:100%;
  height:400px;
  margin:0 auto;
  display:table;
  text-align:center;
}

#cert_header{
  padding:20px 0;
  font-weight:bold;
  font-size:22px;
  text-align:center;
  width:100%;
}

#cert_holder{
  margin:0 auto;
  text-align:center;
  width:95%;
  height:500px;
  display:table;
}

.cert{
  position:relative;
  width:250px;
  height:200px;
  display:inline-block;
}

.carowrap{ display:none; }

/* =========================
   LEAN SLIDER (mobile)
   ========================= */
.lean-slider{
  height:230px;
  overflow:hidden !important;
  position:relative;
  *zoom:1;
}
.lean-slider:before,
.lean-slider:after{
  overflow:hidden !important;
  content:" ";
  display:table;
}
.lean-slider:after{ clear:both; overflow:hidden !important; }

.lean-slider-slide{
  overflow:hidden !important;
  float:left;
  width:100%;
  height:230px;
  margin-right:-100%;
  display:none;
}
.lean-slider-slide.current{ display:block; overflow:hidden !important; }

.slider_info{
  border: px solid yellow;
  color:#FFF;
  position:absolute;
  display:table;
  width:75%;
  height:80%;
  top:2%;
  left:50px;
}

.slide_header{
  border: px solid green;
  position:relative;
  color:#FFF;
  font-size:20px;
  display:table;
  width:100%;
}
.slide_header > span{ color:red; font-style:italic; }

.slide_description{
  border: px solid blue;
  position:absolute;
  bottom:0px;
  font-size:15px;
  color:#FFF;
  display:table;
  width:100%;
}

.slider-wrapper{
  position:relative;
  background:#fff url(images/loading.gif) no-repeat 50% 50%;
  box-shadow:0 0 3px rgba(0,0,0,0.4);
}

.lean-slider{ overflow:hidden; }
.lean-slider-slide{
  display:block;
  position:relative;
  opacity:0;
  transition: opacity 0.6s linear;
}
.lean-slider-slide.current{ opacity:1; }

.lean-slider-slide img{
  display:block;
  width:100%;
}

#slider-direction-nav{
  position:absolute;
  left:0;
  top:47%;
  width:100%;
  transition: opacity 0.2s linear;
  opacity:0.2;
}
.slider-wrapper:hover #slider-direction-nav{ opacity:1; }

#slider-direction-nav a{
  float:left;
  display:block;
  width:26px;
  height:37px;
  background: url(../images/arrows.png) no-repeat 0 0;
  text-indent:-9999px;
}
#slider-direction-nav .lean-slider-next{
  float:right;
  background-position:100% 0;
}

#slider-control-nav{
  position:absolute;
  left:0;
  bottom:10px;
  width:100%;
  text-align:center;
  transition: opacity 0.2s linear;
  opacity:0.2;
}
.slider-wrapper:hover #slider-control-nav{ opacity:1; }

#slider-control-nav a{
  display:inline-block;
  width:14px;
  height:14px;
  background: url(../images/bullets.png) no-repeat 0 0;
  text-indent:-9999px;
  margin:0 3px;
  transition:none;
}
#slider-control-nav a.active{ background-position:100% 0; }

/* =========================
   MOBILE SERVICE PAGE FINAL LAYOUT
   ========================= */
  /* remove empty spacer section on this service template */
  #sec1 {
    display: none;
    height: auto;
    min-height: 0;
  }

  /* overview/content section */
  #sec2 {
    display: block;
    width: 100%;
   
  }

  .parallax,
  .parallax2 {
    min-height: 0;
    height: auto;
    background-attachment: scroll;
    background-position: center top;
  }

  .p1Holder {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 0 22px;
    background-color: rgba(40, 40, 40, 0.94);
  }

  .left2,
  .right2 {
    float: none;
    display: block;
    width: 94%;
    height: auto;
    min-height: 0;
    margin: 0 auto 16px;
    padding: 12px;
    box-sizing: border-box;
  }

  .left2_head {
    display: block;
    width: 95%;
    margin: 0 auto 8px;
    padding: 0;
    background: transparent;
    text-align: left;
  }
.left2_headinfo{  width: 95%;
    margin: 0 auto 8px;}
  .left2_head h1,
  .left2_head h2,
  .left2_head h3,
  .left2_head h4,
  .left2_head h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }

  .left2_text {
    display: block;
    width: 92%;
    margin: 0 auto 18px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
  }

  .right2 {
    background: rgba(0, 0, 0, 0.92) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  }

  .right2_text,
  .right2_text1,
  .right2_text2 {
    display: block;
    width: 100%;
    margin: 0 auto 12px;
    color: #fff;
    text-align: center;
    line-height: 1.45;
  }

  .right2_text {
    font-size: 22px;
    font-weight: 800;
  }

  .right2_text1,
  .right2_text2 {
    font-size: 15px;
    font-style: normal;
  }

  .right2 a,
  #services_more a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-decoration: none;
  }

  .right2 .cta_stack{
    width:90%;
    margin:10px auto 14px;
    display:block;
    text-align:center;
  }

  .right2 .cta_btn{
    display:block;
    width:100%;
    height:auto;
    margin:8px auto;
    color:#fff;
    text-decoration:none;
  }

  .right2 .cta_btn label,
  .right2 .cta_stack .four,
  .right2 .cta_stack .col{
    display:block;
    float:none;
    width:100%;
    max-width:100%;
    min-height:40px;
    margin:0;
    padding:9px 10px;
    border:1px solid rgba(255,255,255,0.14);
    border-radius:5px;
    background:#222;
    color:#fff;
    font-size:14px;
    line-height:20px;
    font-weight:800;
    text-align:center;
    text-transform:uppercase;
    box-sizing:border-box;
    cursor:pointer;
  }

  .right2 .cta_primary label{
    background:#ab2222;
  }

  .right2 .cta_emergency label{
    background:#000;
    border-color:#ab2222;
  }

  .right2 .RTSecond{
    width:94%;
    margin:14px auto 0;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,0.15);
  }

  .right2_button,
  .right3_button {
    display: block;
    width: 92%;
    max-width: 300px;
    height: 48px;
    line-height: 48px;
    margin: 14px auto;
    color: #fff;
    background-color: #ab2222;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
  }

  /* service card section */
  #sec3 {
    display: block;
    width: 100%;
    background: #111;
    overflow: hidden;
  }

  #sec3 .sec3_header,
  .sec3_header {
    display: block;
    width: 94%;
    height: auto;
    line-height: 1.2;
    margin: 0 auto 14px;
    padding: 18px 0 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
  }

  #sec3 .services_holder {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 0 0 22px;
    text-align: center;
    font-size: initial;
  }

  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5) {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto 14px;
    padding: 0 0 44px;
    background: #fff !important;
    border: 0 !important;
    border-radius: 9px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    overflow: hidden;
    text-align: left;
    transform: none;
    box-sizing: border-box;
  }

  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5):hover {
    transform: none;
  }

  #sec3 .STitle {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 12px 12px 8px;
    color: #111;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .4px;
    box-sizing: border-box;
    overflow: visible;
  }

  #sec3 .STitle::before,
  #sec3 .SClick::after {
    content: none !important;
    display: none !important;
  }

  #sec3 .SImg {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 150px;
    margin: 0;
    object-fit: cover;
    border-radius: 0;
    transform: none;
  }

  #sec3 .SDesc {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-height: 72px;
    margin: 0;
    padding: 10px 12px;
    background: #fff;
    color: #222;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;
  }

  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5).show-desc .SDesc {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5).show-desc .SImg {
    display: block;
  }

  #sec3 .SClick {
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    padding: 0;
    background: transparent;
    color: #ab2222;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
  }

  /* process / repair steps */
  #services_more {
    display: block;
    width: 100%;
    height: auto;
    padding: 22px 0;
    background: #f3f3f3;
  }

  .RPListHolder {
    display: block;
    width: 94%;
    margin: 0 auto;
    text-align: center;
  }

  .RPOHolder {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
    margin: 0 auto 14px;
    padding: 10px;
    background: rgba(0,0,0,0.92);
    border-radius: 8px;
    box-sizing: border-box;
  }

  .RPOImg {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 8px;
    border-radius: 6px;
  }

  .RPNo {
    color: #d10000;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
  }

  .RPTitle {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }

  .RPDisc {
    margin: 0;
    padding: 8px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }

  .arrow {
    display: none;
  }

  /* cert section */
  #sec4 {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 18px 0;
  }

  #cert_holder {
    display: block;
    width: 94%;
    height: auto;
    margin: 0 auto;
  }

  .cert {
    display: inline-block;
    width: 31%;
    height: auto;
    margin: 4px 1%;
  }

  .cert img {
    max-width: 58px;
    height: auto;
  }
}


@media all and (max-width: 390px) {
  #sec3 :is(.service-card, .service1, .service2, .service3, .service4, .service5) {
    width: 100%;
    height: auto;
    min-height: 0;
  }
}

/* =========================================================
   SIMPLE SECTION SEPARATORS
   Same subtle border/shadow treatment across main page sections.
   No layout, card, map, or CTA changes.
   ========================================================= */
#sec1,
#sec2,
#sec3,
#services_more,
#sec4{
  position:relative;
  border-top:1px solid rgba(255,255,255,0.10);
  border-bottom:1px solid rgba(0,0,0,0.32);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

#sec1{ z-index:5; }
#sec2{ z-index:4; }
#sec3{ z-index:3; }
#services_more{ z-index:2; }
#sec4{ z-index:1; }

@media all and (max-width:700px){
  #sec1,
  #sec2,
  #sec3,
  #services_more,
  #sec4{
    box-shadow:
      0 6px 14px rgba(0,0,0,0.22),
      inset 0 1px 0 rgba(255,255,255,0.06);
  }
}
