
```css
/* ================================
   1) HIDE HEADER/NAV/FOOTER ON PAGES
================================== */
.page-id-4401 #site-navigation,
.page-id-4502 #site-navigation,
.page-id-4401 .site-header,
.page-id-4502 .site-header,
.page-id-4401 .site-top,
.page-id-4502 .site-top,
.page-id-4401 .site-footer,
.page-id-4502 .site-footer,
.page-id-4401 .copyright,
.page-id-4502 .copyright {
  display: none !important;
}

/* ================================
   2) KEEP LOGO LOOK (FROM OLD CSS)
================================== */
.header01:not(.boxed) .site-branding img {
  margin-left: -100px;
  width: 220px;
  height: auto;
}

.header01 .site-branding:after {
  border-width: 90px 0 90px 40px;
}

/* Fix old typos: header01 -> .header01 */
@media only screen and (max-width: 800px) and (min-width: 601px) {
  .header01 .site-branding img {
    width: 40% !important;
    padding: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .header01 .site-branding img {
    width: 70% !important;
  }
}

/* ================================
   3) HEADER TEXT / PHONE STYLES
================================== */
p.header-up2 { font-size: 20px !important; }
h3.header-up1 { font-size: 22px; }

.phone h3 { font-size: 22px; }
.phone span { font-size: 18px; }

span.hrtxt,
.address span.hrtxt {
  font-size: 18px;
  line-height: 1.2;
  font-family: Montserrat;
  font-weight: 700;
}

/* keep your original header spacing rules (override financing below) */
.header01 .extra-info p { margin-left: 20px !important; }
.elementor-column { padding: 0; }

/* ================================
   4) MENU DROPDOWN STYLING (KEEP)
================================== */
body #site-navigation .sub-menu li,
body #site-navigation .children li {
  padding: 0;
  transition: all 0.3s;
}
body #site-navigation .sub-menu li a,
body #site-navigation .children li a {
  padding: 15px 20px 17px;
  color: rgba(17, 17, 17, 0.50);
  font-weight: 600;
}

/* ================================
   5) PROCESS CARDS LINE (KEEP)
================================== */
.process-cards:before {
  content: '';
  width: 57%;
  height: 2px;
  background: url('https://dependableplumbingie.com/wp-content/uploads/2023/12/Group-5-1.png');
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  background-size: cover;
  background-repeat: repeat;
  margin: 0 auto;
}
@media screen and (max-width: 810px){
  .process-cards:before {
    width: 56%;
    top: 20%;
    background-size: 100%;
  }
}
@media screen and (max-width: 600px){
  .process-cards:before { display: none !important; }
}

/* ================================
   6) HEADER WIDGET LAYOUT (2 ROWS)
   Row 1: button + yelp + google
   Row 2: financing full width
================================== */

/* Ensure theme/Bootstrap .row behaves normally */
.container.extra-info .row { display: block; }

/* Add breathing room around the whole header info area */
.header01 .extra-info{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Top row wrapper */
.container.extra-info .hdr-flex.hdr-top{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start !important; /* helps Yelp align */
}

/* Columns in top row */
.container.extra-info .hdr-col{ min-width: 0; }

.container.extra-info .hdr-top .col-1{ flex: 0 0 280px; } /* button */
.container.extra-info .hdr-top .col-2{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px; /* nudge yelp down */
}
.container.extra-info .hdr-top .col-3{
  flex: 0 0 340px; /* room for google badge */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
}

/* Bottom row */
.container.extra-info .hdr-bottom{
  margin-top: 14px !important;
}

.container.extra-info .hdr-financing{
  margin: 0 !important;              /* overrides .header01 .extra-info p */
  margin-left: 0 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 6px;
  text-align: left;
}

/* ================================
   7) MOBILE STACK + SEARCH ICON FIX (KEEP)
================================== */
@media only screen and (max-width: 768px){

  /* stack row 1 items */
  .container.extra-info .hdr-flex.hdr-top{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .container.extra-info .hdr-top .col-1,
  .container.extra-info .hdr-top .col-2,
  .container.extra-info .hdr-top .col-3{
    width: 100%;
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
    padding-top: 0;
  }

  /* bottom row centered on mobile */
  .container.extra-info .hdr-bottom{
    margin-top: 10px !important;
  }
  .container.extra-info .hdr-financing{
    padding-left: 0;
    text-align: center;
    font-size: 16px;
  }

  /* keep your search icon layout */
  .header01:not(.boxed) .site-branding img { margin-left: 10px; }

  .header-right .col-xs-12.col-sm-9.col-lg-10.start-xs.start-sm {
    width: 90% !important;
    max-width: 90% !important;
    flex-basis: 90%;
  }
  .header-right .col-xs-12.col-sm-3.col-lg-2.end-sm.end-lg .search-box {
    right: 10px;
  }
  .header-right .col-xs-12.col-sm-3.col-lg-2.end-sm.end-lg {
    max-width: 10%;
    flex-basis: 10%;
  }
}

/* ================================
   8) OPTIONAL: logobeltext behavior
================================== */
p.logobeltext { display: none; }

/* ================================
   SECTION 1 : Call Button
================================== */
.container.extra-info .hdr-callbtn{
  width: 270px;
  border-radius: 0 20px;
  display: inline-block;
}

.container.extra-info .hdr-callbtn .fa{
  color: #fff;
  margin-right: 8px;
}

.container.extra-info .hdr-callbtn .phone h3{
  margin: 0;
  line-height: 1.1;
}

.container.extra-info .hdr-callbtn .phone span{
  display: block;
  margin-top: 2px;
}

@media (max-width: 768px){
  .container.extra-info .hdr-callbtn{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

/* ================================
   SECTION 2 : Yelp Center
================================== */
.container.extra-info .hdr-yelp{
  text-align: center;
}

/* ================================
   TOP RIGHT MENU (leave as-is)
================================== */
#menu-top-right-menu li a{
  color: #fff !important;
  font-weight: 600;
}
#menu-top-right-menu .fa-home{
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
  color: #fff !important;
}
#menu-top-right-menu li a:hover{
  color: #fff !important;
}
.header01 .top-right-menu a{
  color: #fff !important;
}
.header01 .top-right-menu .fa-home{
  font-size: 18px;
  color: #fff !important;
}

/* ================================
   GOOGLE 5-STAR HEADER BADGE (ALL DEVICES)
================================== */

.hdr-google-badge{
  display: flex;
  justify-content: center;
}

/* Main badge */
.google-badge-link{
  display: flex;
  align-items: center;
  gap: 10px;

  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.15) !important;

  border-radius: 30px;
  padding: 8px 16px;

  color: #000 !important;
  text-decoration: none;

  font-weight: 600;
  font-size: 13px;

  box-shadow: 0 4px 12px rgba(0,0,0,0.15);

  transition: all 0.25s ease;
}

/* Hover */
.google-badge-link:hover{
  background: #f9f9f9 !important;
  transform: translateY(-1px);
}

/* Google G */
.google-logo{
  font-size: 22px;
  font-weight: 700;
  font-family: Arial, sans-serif;

  background: linear-gradient(
    90deg,
    #4285F4,
    #34A853,
    #FBBC05,
    #EA4335
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Text wrapper */
.google-badge-text{
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

/* Top line */
.google-title{
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #000 !important;
}

/* Stars */
.google-stars{
  color: #fbbc05 !important;
  font-size: 14px;
  letter-spacing: 2px;
}

/* Review count */
.google-stars small{
  color: #000 !important;
  font-size: 11px;
  opacity: 1 !important;   /* force full black */
  margin-left: 4px;
}


/* Mobile */
@media (max-width: 768px){
  .google-badge-link{
    padding: 6px 14px;
    font-size: 12px;
  }

  .google-logo{
    font-size: 19px;
  }

  .google-stars{
    font-size: 13px;
  }
}


/* 
/* ================================
   MOBILE/TABLET: WHITE CALL BUTTON
================================== */
@media (max-width: 1024px){

  /* Button background */
  .container.extra-info .hdr-callbtn{
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
  }

  /* Phone icon + text inside button */
  .container.extra-info .hdr-callbtn .fa,
  .container.extra-info .hdr-callbtn .phone h3,
  .container.extra-info .hdr-callbtn .phone span{
    color: #000 !important;
  }
}
@media (max-width: 1024px){
  .container.extra-info .hdr-callbtn{
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  }
}
/* ================================
   MOBILE/TABLET: WHITE GOOGLE BADGE
================================== */
@media (max-width: 1024px){

  /* Badge background */
  .container.extra-info .google-badge-link{
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
  }

  /* Text color */
  .container.extra-info .google-title,
  .container.extra-info .google-stars small{
    color: #000 !important;
  }

  /* Stars stay yellow */
  .container.extra-info .google-stars{
    color: #fbbc05 !important;
  }

  /* Slight shadow for contrast */
  .container.extra-info .google-badge-link{
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
}



/*new css code*/
.hero-banner-area p {
    color: #FFF;
    font-size: 20px;
    max-width: 660px;
    margin: auto;
    text-align: center;
    padding: 10px 0px 20px 0px;
} 
a.vc_general.vc_btn3 {
    border-color: #2ea3f2 !important;
    background-color: #2ea3f2 !important;
    color: #FFF !important;
    font-size: 16px !important;
}
.grid-item-area .vc_column_container.col-sm-4{
padding-left:15px !important;
padding-right:15px !important;
}
.accordion-area {
    max-width: 660px;
    margin: auto !important;
}
@media (max-width:991px){
.hero-banner-area h1{

    font-size: 40px !important;
    line-height: 45px !important;
}
.hero-banner-area .vc_custom_heading {
    padding: 0px !important;
}
}
@media (max-width:767px){
.hero-banner-area h1 {
    font-size: 35px !important;
    line-height: 40px !important;
}
.page-id-4951 section {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.hero-banner-area p {
    font-size: 16px;
}
.page-id-4951 .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.page-id-4951 h2,.page-id-4951 h3{
font-size:30px !important;
line-height:40px !important;
text-align:center !important;}
.page-id-4951 p{
text-align:center;}
.page-id-4951  img{
margin-bottom:20px !important;
margin-top:20px !important;}
.page-id-4951 .vc_icon_element-inner{
display:flex !important;
justify-content:center;
margin:auto;}
.grid-item-area .vc_column_container.col-sm-4{
margin-bottom:20px !important;
}
}

span.author.vcard {
    display: none;
}
/*# sourceURL=tm-renovation-main-inline-css */
