/* SV Toolbox - Desktop CSS */

/* Load Fonts */
@font-face {
    font-family:MyriadPro;
    src:url('../../resources/fonts/MyriadPro-Regular.otf');
}
@font-face {
    font-family:Porter;
    src:url('../../resources/fonts/Porter_Light.otf');
}

/* Main properties */

body {
  margin: 0;
  padding: 0;
  font-family: MyriadPro, Arial, sans-serif;
  font-size:19px;
  color:#293a5c;
}

div{
  display:block;
  margin: 0;
  padding: 0;
}

img{
  display: block;
  margin: 0;
  padding: 0;
}

a{
  color:#293a5c;
  margin: 0;
  padding: 0;
}

h3{
  font-size: 36px;
  font-weight: 300;
  margin:100px 0 0 140px;
  padding:0;
}
h3 strong{
  color:#f47d20;
}

table, tr, td{
  margin:0;
  padding:0px;
  border-collapse:separate;
  border-spacing: 0px;
  vertical-align:top;
}

.mobile_site_nav {
  display: none;
}

#page_container{
  width:1366px;
  margin:0 auto 0 auto;
  background-size:1366px auto;
  padding-bottom:80px;
}

/* Backgrounds */
#home_page{
  background: url('../../images-desktop/background_home.png') top no-repeat #f3f8fe;
}
#about_page{
  background: url('../../images-desktop/background_about.png') top no-repeat #f3f8fe;
}
#services_page{
  background: url('../../images-desktop/background_services.png') top no-repeat #f3f8fe;
}
#contact_page{
  background: url('../../images-desktop/background_contact.png') top no-repeat #f3f8fe;
}

/* Header */

#main_logo{
  display:block;
  width:390px;
  margin: 33px 0 0 183px;
}

#main_nav{
  display:flex;
  gap:22px;
  margin:-237px 0 0 640px;
  font-family:Porter, Arial, sans-serif;
  font-size:21px;
}
#main_nav a{
  text-decoration: none;
}
#main_nav .active{
  color:#ff9c00;
}

#main_nav .separator_bar{
  width:2px;
  height:20px;
  background:#ff9c00;
}

#main_nav  .nextdoor_icon{
  width:24px;
  height:24px;
  margin:-6px 0 0 -6px;
}
#main_nav  .instagram_icon{
  width:24px;
  height:24px;
  margin:-6px 0 0 -10px;
}
#main_nav  .facebook_icon{
  width:24px;
  height:24px;
  margin:-6px 0 0 -10px;
}

#home_page #sv_slogan{
  margin:135px 0 0 620px;
  width:277px;
  font-size: 25px;
  text-align: center;
}

/* Home page */

#homepage_intro{
  margin:69px 0 0 99px;
  width:583px;
  text-align: center;
  display: block;
}

#homepage_contact{
  margin:58px 0 0 95px;
  width:510px;
  padding:15px 0 15px 29px;
  border-left: solid 2px #ff9c00;
}

#homepage_contact_info{
  margin:36px 0 0 138px;
  font-size:33px;
}
#homepage_contact_info img{
  display: inline-block;
  margin:0 0 -10px 0;
}
#homepage_contact_info p{
  margin:0 0 0 10px;
  display: inline-block;
}

#homepage_request_quote{
  margin:-235px 0 0 590px;
  padding:80px 0 0 344px;
  max-width:646px;
  height:355px;
  background: url('../../images-desktop/quote_form_bg.png') top left no-repeat;
}
#homepage_request_quote input{
  display:block;
  margin:0 0 26px 0;
  padding:0 10px 0 10px;
  width:245px;
  height:38px;
  font-size: 19px;
  font-family:MyriadPro, Arial;
}
#homepage_request_quote p{
  display:inline-block;
  margin:0;
  padding: 0 0 -20px 0;
  font-size: 16px;
  float: left;
}
#homepage_request_quote button{
  display: inline-block;
  float: none;
  margin:0px 0 0 35px;
  padding:7px;
  font-size: 15px;
  color:#fff;
  background: #192c58;
  border: none;
  width:104px;
  font-family:MyriadPro, Arial;
}

.homepage_title_services{
  margin: -8px 0 0 121px;
  padding: 0;
}

.subtitle_below{
  font-size: 17px;
  margin:4px 0 0 124px;
  padding: 0;
}

#home_page .services_description{
  margin:-64px 0 0 370px;
  width:868px;
  font-size: 19px;
}
.service_disclaimer{
  margin:19px 0 0 370px;
  font-size:16px;
  font-style: italic;
  color:#576580;
  width:868px;
}

.service_menu{
  margin:43px 0 0 145px;
}
.service_menu2{
  margin:0 0 0 167px;
}

.homepage_title_testimonials{
  margin:68px 0 -30px 120px;
}

.subtitle_side{
  font-size: 17px;
  margin:0 0 0 492px;
}

#homepage_lower_section{
  background: url('../../images-desktop/homepage_lower_section_bg.png') bottom no-repeat;

  width:1366px;
}

.google_reviews{
  margin:50px 0 0 110px;
}
.testimonials_left_arrow{
  width:25px;
  height:28px;
  background: url('../../images-desktop/testimonials_left_arrow.png') no-repeat;
  margin-top:35px;
  cursor:pointer;
}

.testimonials_right_arrow{
  width:25px;
  height:28px;
  background: url('../../images-desktop/testimonials_right_arrow.png') no-repeat;
  margin-top:35px;
  cursor:pointer;
}

.testimonial{
  margin:0 auto 0 auto;
  width:793px;
  padding: 16px 26px 0 26px;
  font-size: 19px;
}

.homepage_title_showcase{
  margin: 86px 0 -30px 120px;
}
.subtitle_side2{
  margin: 0 0 0px 425px;
  padding: 0 0 80px 0;
  font-size: 17px;
}

/* Scrolling Gallery */

.scroll-container {
  margin:0 0 0 0px;
  height:265px;
  overflow:hidden;
}

.scroll-content {
  display:flex;
  height:100%;
}

.gallery-sequence {
  display: flex;
  height: 100%;
  flex: 0 0 auto;
}

.gallery-thumb {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
}

.gallery-thumb img,
.scroll-content img {
  height:100%;
  width:auto;
  flex-shrink:0;
}

.gallery-lightbox-open {
  overflow: hidden;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 86px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.88);
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox-close,
.gallery-lightbox-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  line-height: 1;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.85);
}

.gallery-lightbox-close {
  top: 24px;
  right: 28px;
  width: 42px;
  height: 42px;
  font-size: 34px;
}

.gallery-lightbox-arrow {
  top: 50%;
  width: 48px;
  height: 64px;
  transform: translateY(-50%);
  font-size: 52px;
}

.gallery-lightbox-prev {
  left: 28px;
}

.gallery-lightbox-next {
  right: 28px;
}

/* Footer */

#btm_page_separator{
  height:2px;
  background:#ff9c00;
  margin:0;
}

#footer_tagline{
  font-size: 20px;
  margin: 84px 0 0 68px;
}
#footer_tagline_SV_icon{
  width:101px;
  height:57px;
  background: url('../../images-desktop/SV_toolbox_icon.png');
  margin:-66px 0 0 289px;
}

#footer_disclaimer{
  margin:30px 0 0 68px;
  font-size: 14px;
}

#footer_nav_services{
  margin:-168px 0 0 830px;
}
#footer_nav_services p{
  width:133px;
  margin-right:35px;
  font-size: 15px;
  line-height: 37px;
}
#footer_nav_services a{
  text-decoration: none;
}
#footer_vertical_separator{
  width:2px;
  height:150px;
  background-color: #ff9c00;
  margin:19px 0 0 -30px;
}

#footer_nav_right{
  margin:15px 0 0 37px;
  color:#ff9c00;
}
#footer_nav_right a{
  color:#ff9c00;
}

.footer_social_icon{
  display: inline-block;
  margin:0 5px 0 -8px;
}

/* Main pages */

#sv_slogan{
  margin:155px 0 0 663px;
  width:277px;
  font-size: 25px;
  text-align: center;
}

.page_title{
  margin: 20px 0 0 121px;
  padding: 0;
}
.text_content{
  margin: 30px 84px 50px 120px;
  padding: 0;
  font-size: 19px;
  width:725px;
}

#about_page .about_text_column .text_content{
  margin-bottom: 0;
}

#about_page .about_text_column .text_content + .text_content{
  margin-top: 18px;
}

.about_portrait_mobile {
  display: none;
}

.services_mobile_app {
  display: none;
}

.services_mobile_hero_text {
  display: none;
}

.column{
  display: inline-block;
  vertical-align: top;
}

#contact_paragraph{
  margin:0px 0 0 120px;
  width:600px;
  padding:15px 0 15px 29px;
  border-left: solid 2px #ff9c00;
}
#contact_info{
  margin:0px 0 99px 60px;
  font-size:33px;
}
#contact_info img{
  display: inline-block;
  margin:0 0 -20px 0;
}
#contact_info p{
  margin:0 0 5px 20px;
  display: inline-block;
}
#contact_info .small{
  font-size: 27px;
  padding-left:45px;
  display: block;
}

/* About page */

.portrait_photo{
  margin: 70px 0 0 0;
}
.portrait_subtitle{
  width:266px;
  height:57px;
  background: url('../../images-desktop/portrait_shadow.png') top no-repeat;
}
.portrait_subtitle p{
  font-size:20px;
  text-align: center;
  margin: 0;
  padding: 30px 0 0 0;
}
.portrait_subtitle p strong{
  color: #f47d20;
}

/* Services page */

.services_nav{
  width: 350px;
  margin:57px 0 165px 100px;
}
.services_nav img{
  margin-top:5px;
}

.services_right_column{
  display: inline-block;
  width:730px;
  margin: 7px 0 80px 27px;
  padding:7px 0 15px 42px;
  border-left: solid 2px #f47d20;
}
.services_right_column strong{
  color:#f47d20;
  font-weight: normal;
}
#services_page .description{
  min-height: 650px;
}

.services_submenu{
  display: none;
}
.service_description{
  display: none;
  margin: -10px 0 0 0;
  width:720px;
}

.service_selection{
  margin:0 0 40px 5px;
}
.service_selection a{
  text-decoration: none;
  line-height: 30px;
}
.service_selection .active{
  color:#f47d20;
}
.service_selection a::before {
  content: "▪︎\00a0\00a0";
}

/* Contact page */

#contact_page h3{
  margin-top:40px;
}

#contact_page form{
  margin:-40px -50px 110px 120px;
  width: 625px;
}
#contact_page form .column{
  width:308px;
  display: inline-block;
}
#contact_page form .small_input{
  margin:0 0 17px 0;
  width: 256px;
  height:34px;
  padding:5px 15px 5px 15px;
  font-size: 16px;
}
#contact_page form .large_input{
  margin:0 0 26px 0;
  width: 569px;
  height:105px;
  padding:15px 15px 15px 15px;
  font-size: 16px;
  resize: none;
}

#contact_page form p{
  margin:-15px 0 0 5px;
  font-size: 16px;
  width:425px;
}

#contact_page form button{
  display: inline-block;
  float: right;
  margin:-35px 40px 40px 0;
  padding:10px 7px 7px 7px;
  font-size: 15px;
  color:#fff;
  background: #192c58;
  border: none;
  width:104px;
  font-family:MyriadPro, Arial;
}

.SV_toolbox_truck{
  margin: -60px 0 0 70px;
}

.contact_email_column{
  display:block;
  width:500px;
  margin:-270px 0 210px 699px;
}

.contact_email{
  margin:27px 0 0 70px;
  width: 400px;
}

/* Home page - Mobile */

@media (max-width: 700px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    background-color: #f3f8fe;
  }

  .mobile_site_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2500;
    display: block;
    width: 100%;
    height: 67px;
    overflow: hidden;
    background: #f3f8fe;
    border-bottom: 3px solid #ff7f00;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: height 0.65s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.22s ease, transform 0.22s ease;
  }

  .mobile_site_nav.is-visible,
  .mobile_site_nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile_site_nav.is-open {
    height: 325px;
  }

  .mobile_nav_bar {
    position: relative;
    height: 67px;
  }

  .mobile_nav_brand {
    position: absolute;
    top: 7px;
    left: 15px;
    display: block;
    width: 146px;
    height: 57px;
  }

  .mobile_nav_brand img {
    width: 146px;
    height: auto;
  }

  .mobile_nav_toggle {
    position: absolute;
    top: 22px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile_nav_toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ff7f00;
  }

  .mobile_nav_panel {
    position: relative;
    height: 255px;
  }

  .mobile_nav_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    padding: 19px 25px 0 0;
  }

  .mobile_nav_links a {
    color: #192c58;
    text-decoration: none;
    font-size: 25px;
    line-height: 1;
  }

  .mobile_nav_social {
    position: absolute;
    left: 24px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .mobile_nav_social a {
    display: block;
    width: 39px;
    height: 38px;
  }

  .mobile_nav_social img {
    width: 39px;
    height: auto;
  }

  body {
    font-size: 16px;
    line-height: 1.24;
  }

  h3 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
  }

  #page_container {
    position: relative;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding-bottom: 34px;
    overflow: hidden;
  }

  #home_page #page_container {
    overflow: visible;
  }

  #home_page {
    background:
      url('../../images-mobile/home_mobile_bg.png') top center / 100vw auto no-repeat,
      url('../../images-mobile/quote_box_mobile_bg.png') top left repeat-x,
      #f3f8fe;
  }

  #about_page {
    background: url('../../images-mobile/about_bg_mobile_clean.png') top center / 100vw auto no-repeat #f3f8fe;
  }

  #contact_page {
    background: url('../../images-mobile/contact_bg_mobile_clean.png') top center / 100vw auto no-repeat #f3f8fe;
  }

  #services_page {
    background: url('../../images-mobile/services_bg_mobile_clean.png') top center / 100vw auto no-repeat #f3f8fe;
  }

  #main_nav {
    display: none;
  }

  #about_page #main_logo,
  #about_page #sv_slogan,
  #contact_page #main_logo,
  #contact_page #sv_slogan,
  #services_page #main_logo,
  #services_page #sv_slogan {
    display: none;
  }

  #main_logo {
    width: 291px;
    margin: 61px auto 0;
  }

  #main_logo img {
    width: 291px;
    height: auto;
    content: url('../../images-mobile/SV_Toolbox_logo_small.png');
  }

  #home_page #sv_slogan {
    width: 230px;
    margin: 47px 0 0 50px;
    font-size: 18px;
    line-height: 1.15;
  }

  #home_page #sv_slogan p {
    margin: 0;
  }

  #about_page .column {
    display: block;
  }

  #about_page .page_title {
    display: block;
    margin: 221px 0 0 32px;
    color: #293a5c;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  #about_page .page_title strong {
    color: #f47d20;
    font-weight: 400;
  }

  #about_page .about_text_column .text_content {
    width: 331px;
    margin: 48px 0 0 30px;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  #about_page .about_portrait_column {
    display: none;
  }

  #about_page .about_portrait_mobile {
    display: block;
    float: right;
    width: 170px;
    margin: 23px 26px 10px 18px;
  }

  #about_page .about_text_column .about_text_easy {
    width: 331px;
    margin-top: 23px;
  }

  #about_page .about_text_column .about_text_founder {
    margin-top: 23px;
  }

  #about_page .about_text_column .about_text_note {
    display: none;
  }

  #about_page .portrait_photo {
    width: 170px;
    height: auto;
    margin: 0;
  }

  #about_page .portrait_subtitle {
    width: 170px;
    height: auto;
    margin: 10px 0 0 0;
    background: none;
  }

  #about_page .portrait_subtitle p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.15;
    text-align: center;
  }

  #about_page #contact_paragraph {
    width: 256px;
    margin: 50px 0 0 51px;
    padding: 8px 0 8px 28px;
    border-left: 2px solid #ff7f00;
    font-size: 16px;
    line-height: 1.22;
  }

  #about_page #contact_info {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 49px 0 56px 38px;
    font-size: 29px;
    line-height: 1;
  }

  #about_page #contact_info img {
    width: 29px;
    height: auto;
    margin: 0;
  }

  #about_page #contact_info p {
    margin: 0;
    display: block;
    font-size: 0;
  }

  #about_page #contact_info p::before {
    content: "(408) 663-1775";
    font-size: 29px;
  }

  #about_page #contact_info::before {
    content: "CALL\A or TEXT";
    white-space: pre;
    font-size: 17px;
    line-height: 1.05;
  }

  #about_page #contact_info .small {
    display: none;
  }

  #about_page .about_text_founder {
    clear: both;
  }

  #contact_page #page_container {
    display: flex;
    flex-direction: column;
  }

  #contact_page .column {
    display: block;
  }

  #contact_page .page_title {
    display: block;
    order: 1;
    margin: 184px 0 0 33px;
    color: #293a5c;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  #contact_page .page_title strong {
    color: #f47d20;
    font-weight: 400;
  }

  #contact_page .page_title + br {
    display: none;
  }

  #contact_page .contact_intro_column {
    order: 2;
  }

  #contact_page #contact_paragraph {
    width: 274px;
    margin: 41px 0 0 37px;
    padding: 0 0 0 25px;
    border-left: 2px solid #ff7f00;
    font-size: 16px;
    line-height: 1.18;
  }

  #contact_page .contact_form_column {
    order: 3;
  }

  #contact_page form {
    display: flex;
    flex-direction: column;
    width: 316px;
    margin: 47px 0 0 37px;
  }

  #contact_page form .column {
    display: contents;
  }

  #contact_page form .small_input,
  #contact_page form .large_input {
    box-sizing: border-box;
    width: 316px;
    margin: 0 0 27px 0;
    padding: 0 13px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #293a5c;
    font-family: MyriadPro, Arial, sans-serif;
    font-size: 17px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    appearance: none;
  }

  #contact_page form .small_input {
    height: 38px;
    line-height: 38px;
  }

  #contact_page form .large_input {
    height: 110px;
    padding-top: 12px;
    line-height: 1.2;
    resize: none;
  }

  #contact_page form input[name="first_name"] {
    order: 1;
  }

  #contact_page form input[name="last_name"] {
    order: 2;
  }

  #contact_page form input[name="phone_number"] {
    order: 3;
  }

  #contact_page form input[name="email"] {
    order: 4;
  }

  #contact_page form input[name="address"] {
    order: 5;
  }

  #contact_page form input[name="how_did_you_hear"] {
    order: 6;
  }

  #contact_page form .large_input {
    order: 7;
  }

  #contact_page form p {
    order: 8;
    width: 190px;
    margin: 0;
    font-size: 12px;
    line-height: 1.18;
  }

  #contact_page form button {
    order: 9;
    align-self: flex-end;
    width: 104px;
    height: 34px;
    margin: -41px 0 0 0;
    padding: 0;
    color: #fff;
    background: #192c58;
    border: 0;
    font-family: MyriadPro, Arial, sans-serif;
    font-size: 15px;
    line-height: 34px;
  }

  #contact_page .contact_truck_column {
    order: 4;
  }

  #contact_page .SV_toolbox_truck {
    width: 332px;
    height: auto;
    margin: 39px auto 0;
    content: url('../../images-mobile/SV_truck_small.png');
  }

  #contact_page .contact_phone_column {
    order: 5;
  }

  #contact_page #contact_info {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 5px 0 0 36px;
    font-size: 29px;
    line-height: 1;
  }

  #contact_page #contact_info img {
    width: 29px;
    height: auto;
    margin: 0;
  }

  #contact_page #contact_info p {
    display: block;
    margin: 0;
    font-size: 0;
  }

  #contact_page #contact_info p::before {
    content: "(408) 663-1775";
    font-size: 29px;
  }

  #contact_page #contact_info::before {
    content: "CALL\A or TEXT";
    white-space: pre;
    font-size: 17px;
    line-height: 1.05;
  }

  #contact_page #contact_info .small {
    display: none;
  }

  #contact_page .contact_email_column {
    order: 6;
    width: auto;
    margin: 0;
  }

  #contact_page .contact_email {
    width: 321px;
    margin: 30px 0 25px 33px;
    font-size: 16px;
    line-height: 1.18;
  }

  #contact_page #btm_page_separator {
    order: 7;
  }

  #contact_page #footer_tagline {
    order: 8;
    width: 244px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  #contact_page #footer_tagline_SV_icon {
    order: 9;
    margin: -40px 0 0 226px;
  }

  #contact_page #footer_disclaimer {
    order: 10;
  }

  #contact_page #footer_nav_services {
    order: 11;
  }

  #services_page .column.services_menu_column,
  #services_page .services_desktop_detail {
    display: none;
  }

  #services_page .column {
    display: block;
  }

  #services_page .services_mobile_app {
    display: block;
    width: 100%;
    margin: 331px 0 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }

  #services_page .services_mobile_hero_text {
    display: block;
    position: absolute;
    top: 220px;
    left: 32px;
    color: #293a5c;
  }

  #services_page .services_mobile_hero_text h3 {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
  }

  #services_page .services_mobile_hero_text h3 strong {
    color: #f47d20;
    font-weight: 400;
  }

  #services_page .services_mobile_hero_text p {
    margin: 13px 0 0 1px;
    font-size: 16px;
    line-height: 1;
  }

  #services_page .services_mobile_track {
    display: flex;
    align-items: flex-start;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #services_page .services_mobile_panel {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
  }

  #services_page .services_mobile_list {
    width: 322px;
    margin: 0 auto;
  }

  #services_page .services_mobile_row,
  #services_page .services_mobile_back {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #293a5c;
    background: transparent;
    border: 0;
    font-family: MyriadPro, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.18;
    text-align: left;
    cursor: pointer;
  }

  #services_page .services_mobile_category {
    min-height: 54px;
    margin-bottom: 14px;
  }

  #services_page .services_mobile_category:last-child {
    margin-bottom: 0;
  }

  #services_page .services_mobile_category img {
    width: 53px;
    height: 54px;
    margin: 0 19px 0 0;
    flex: 0 0 53px;
  }

  #services_page .services_mobile_category span:nth-child(2),
  #services_page .services_mobile_service span:first-child {
    flex: 1 1 auto;
  }

  #services_page .services_mobile_arrow {
    width: 19px;
    height: 23px;
    margin-left: 12px;
    flex: 0 0 19px;
    background: url('../../images-mobile/mobile_nav_arrow.png') center / 19px 23px no-repeat;
  }

  #services_page .services_mobile_arrow_back {
    margin: 0 18px 0 0;
    transform: rotate(180deg);
  }

  #services_page .services_mobile_back {
    width: 333px;
    margin: 11px auto 31px;
    color: #ff7f00;
    font-size: 18px;
  }

  #services_page .services_mobile_service {
    min-height: 45px;
    margin-bottom: 9px;
    font-size: 19px;
  }

  #services_page .services_mobile_description_body {
    width: 312px;
    margin: 0 auto;
    color: #293a5c;
    font-size: 16px;
    line-height: 1.2;
  }

  #services_page .services_mobile_description {
    min-height: 431px;
  }

  #services_page .pricing_title_column {
    width: 322px;
    margin: 42px auto 0;
    padding-top: 42px;
    border-top: 2px solid #ff7f00;
  }

  #services_page .pricing_title_column .page_title {
    display: inline-block;
    margin: 0;
    font-size: 35px;
    line-height: 1;
  }

  #services_page .pricing_title_column .subtitle_below {
    display: inline-block;
    width: 130px;
    margin: 3px 0 0 63px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    vertical-align: top;
  }

  #services_page .pricing_title_column .services_nav {
    display: none;
  }

  #services_page .pricing_details_column {
    display: block;
    width: 308px;
    margin: 35px 0 0 41px;
    padding: 0;
    border-left: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  #services_page .pricing_details_column p {
    margin: 0;
  }

  #services_page .pricing_details_column strong {
    color: #ff7f00;
    font-weight: normal;
  }

  #services_page .services_contact_column {
    display: block;
  }

  #services_page #contact_paragraph {
    width: 256px;
    margin: 61px 0 0 51px;
    padding: 8px 0 8px 28px;
    border-left: 2px solid #ff7f00;
    font-size: 16px;
    line-height: 1.22;
  }

  #services_page .services_phone_column {
    display: block;
  }

  #services_page #contact_info {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 49px 0 56px 38px;
    font-size: 29px;
    line-height: 1;
  }

  #services_page #contact_info img {
    width: 29px;
    height: auto;
    margin: 0;
  }

  #services_page #contact_info p {
    display: block;
    margin: 0;
    font-size: 0;
  }

  #services_page #contact_info p::before {
    content: "(408) 663-1775";
    font-size: 29px;
  }

  #services_page #contact_info::before {
    content: "CALL\A or TEXT";
    white-space: pre;
    font-size: 17px;
    line-height: 1.05;
  }

  #services_page #contact_info .small {
    display: none;
  }

  #services_page #footer_tagline {
    width: 244px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  #services_page #footer_tagline_SV_icon {
    margin: -40px 0 0 226px;
  }

  #homepage_intro {
    width: 300px;
    margin: 49px auto 0;
    padding: 20px;
    color: #fff;
    background: #192c58;
    text-align: left;
    font-size: 15.5px;
    line-height: 1.2;
  }

  #homepage_contact {
    width: 256px;
    margin: 41px 0 0 51px;
    padding: 8px 0 8px 28px;
    border-left: 2px solid #ff7f00;
    font-size: 16px;
    line-height: 1.22;
  }

  #homepage_contact_info {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 49px 0 0 38px;
    font-size: 29px;
    line-height: 1;
  }

  #homepage_contact_info img {
    width: 29px;
    height: auto;
    margin: 0;
  }

  #homepage_contact_info::before {
    content: "CALL\A or TEXT";
    white-space: pre;
    font-size: 17px;
    line-height: 1.05;
  }

  #homepage_contact_info p {
    margin: 0;
    display: block;
    font-size: 0;
  }

  #homepage_contact_info p::before {
    content: "(408) 663-1775";
    font-size: 29px;
  }

  #homepage_request_quote {
    position: relative;
    width: 390px;
    max-width: none;
    height: 400px;
    margin: 43px 0 0;
    padding: 0;
    background: url('../../images-mobile/quote_form_bg_mobile.png') top left / 390px 400px no-repeat;
  }

  #homepage_request_quote input {
    position: absolute;
    left: 67px;
    width: 239px;
    height: 39px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    background: #fff;
    color: #293a5c;
    font-size: 17px;
    box-shadow: none;
    appearance: none;
  }

  #homepage_request_quote input[name="name"] {
    top: 104px;
  }

  #homepage_request_quote input[name="phone_number"] {
    top: 169px;
  }

  #homepage_request_quote input[name="how_can_we_help"] {
    top: 234px;
  }

  #homepage_request_quote p {
    display: none;
  }

  #homepage_request_quote button {
    position: absolute;
    left: 221px;
    top: 305px;
    width: 104px;
    height: 33px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 33px;
  }

  .homepage_title_services {
    margin: 50px 0 0 35px;
  }

  .subtitle_below {
    display: none;
  }

  #home_page .services_description {
    width: 320px;
    margin: 35px 0 0 35px;
    font-size: 16px;
    line-height: 1.2;
  }

  .service_disclaimer {
    width: 320px;
    margin: 25px 0 0 35px;
    font-size: 16px;
    line-height: 1.25;
  }

  .service_menu,
  .service_menu2 {
    display: block;
    width: 100%;
    margin: 0;
  }

  .service_menu tbody,
  .service_menu tr,
  .service_menu td,
  .service_menu2 tbody,
  .service_menu2 tr,
  .service_menu2 td {
    display: block;
  }

  .service_menu td,
  .service_menu2 td {
    width: 100%;
    margin: 0;
  }

  .service_menu a,
  .service_menu2 a {
    display: block;
  }

  .service_menu img,
  .service_menu2 img {
    width: auto;
    max-width: none;
    height: auto;
  }

  .service_menu td:nth-child(1) img {
    width: 315px;
    margin: 68px 0 0 28px;
  }

  .service_menu td:nth-child(2) img {
    width: 292px;
    margin: 25px 0 0 110px;
  }

  .service_menu td:nth-child(3) img {
    width: 282px;
    margin: 24px 0 0 31px;
  }

  .service_menu2 td:nth-child(1) img {
    width: 287px;
    margin: 29px 0 0 122px;
  }

  .service_menu2 td:nth-child(2) img {
    width: 297px;
    margin: 29px 0 0 27px;
  }

  .service_menu2 td:nth-child(3) img {
    width: 289px;
    margin: 33px 0 0 106px;
  }

  #homepage_lower_section {
    width: 100%;
    margin-top: 82px;
    background: url('../../images-mobile/projects_showcase_bg_mobile.png') right bottom / 271px 127px no-repeat;
  }

  .homepage_title_testimonials {
    margin: 0 0 0 36px;
  }

  .subtitle_side {
    margin: 14px 0 0 37px;
    font-size: 16px;
  }

  .google_reviews {
    width: 100%;
    margin: 58px 0 0;
  }

  .google_reviews td:nth-child(1),
  .google_reviews td:nth-child(3) {
    width: 48px;
  }

  .google_reviews td:nth-child(2) {
    width: 294px;
  }

  .testimonials_left_arrow,
  .testimonials_right_arrow {
    width: 26px;
    height: 46px;
    margin-top: 48px;
    background-size: contain;
  }

  .testimonials_left_arrow {
    margin-left: 15px;
  }

  .testimonials_right_arrow {
    margin-left: 5px;
  }

  .testimonial {
    width: 238px;
    margin: 0 auto;
    padding: 0;
    font-size: 19px;
    line-height: 1.18;
  }

  .homepage_title_showcase {
    margin: 152px 0 0 35px;
  }

  .subtitle_side2 {
    margin: 12px 0 0 36px;
    padding: 0 0 34px;
    font-size: 0;
  }

  .subtitle_side2::before {
    content: "Tap any Photo for a Closer Look at our Craft";
    font-size: 16px;
  }

  .scroll-container {
    position: relative;
    width: 100%;
    height: 168px;
    margin: 0;
    overflow: hidden;
  }

  .scroll-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 168px;
  }

  .gallery-sequence {
    height: 168px;
  }

  .scroll-content img {
    height: 168px;
  }

  .gallery-lightbox {
    padding: 58px 18px 48px;
  }

  .gallery-lightbox-image {
    max-height: 78vh;
  }

  .gallery-lightbox-close {
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 31px;
  }

  .gallery-lightbox-arrow {
    width: 38px;
    height: 54px;
    font-size: 44px;
  }

  .gallery-lightbox-prev {
    left: 10px;
  }

  .gallery-lightbox-next {
    right: 10px;
  }

  #btm_page_separator {
    height: 3px;
    margin: 0;
  }

  #footer_tagline {
    width: 244px;
    margin: 50px 0 0 32px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  #footer_tagline_SV_icon {
    width: 59px;
    height: 33px;
    margin: -40px 0 0 226px;
    background-size: 59px auto;
  }

  #footer_disclaimer {
    width: 270px;
    margin: 19px 0 0 32px;
    font-size: 10px;
    line-height: 1.25;
  }

  #footer_nav_services {
    display: block;
    margin: -126px 0 0 341px;
  }

  #footer_nav_services tbody,
  #footer_nav_services tr,
  #footer_nav_services td {
    display: block;
  }

  #footer_nav_services td:nth-child(-n+3),
  #footer_nav_right > a:not(.footer_social_icon),
  #footer_vertical_separator {
    display: none;
  }

  #footer_nav_right {
    width: 28px;
    margin: 0;
    font-size: 0;
    line-height: 1;
  }

  #footer_nav_right br {
    display: none;
  }

  .footer_social_icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 15px 0;
  }

  .footer_social_icon img {
    width: 24px;
    height: 24px;
  }

  #about_page #footer_tagline {
    width: 244px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  #about_page #footer_tagline_SV_icon {
    margin: -40px 0 0 226px;
  }
}
