/*
Theme Name: Brick By Brick Home Buyers
Author: Danny Boy Gomez
Description: Brick By Brick Home Buyers WordPress Themes 2025
Tags: fast-loading, one-sec, blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: SysFreight
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.description, #headerimg {
    display: none;
}

.custom-logo {
    z-index: 1;
    background: #FFFFFF;
    padding: 0;
    display: inline-block;
    width: 150px;
    margin: 3px 0 3px 10px;
}


.menu-mc_menu-container {
    z-index: 1;
}

.custom-header {
     display: inline-block; /* block or flex works */
    position: relative; /* allows absolutely-positioned children to stay within */
    background: #ffffff;
    width: 96%;
    margin: 0 2%;
    box-sizing: border-box;
    overflow: visible; /* important if you want overlapping content to show */
    margin-bottom: 10px;
}

.menu-div {
    display: block;
    float: right;

}

.social-icons {
    float: right;
    display: block;
}


.header-cta .btn-cta {
  background-color: #333;
  color: white;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 3px;
  float: right;
}


.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.menu-item-div {
    width: 100%;
    display: inline-block;

}

.menu-item a{
    color: #3A3A3C;
    text-decoration: capitalize;

}
.current-menu-item {
    color: #FBBE3F;
}

ul#menu-mc_menu {
    padding: 0;
    margin: 0;
}

#menu-mc_menu li {
    list-style-type:none;
    display: inline-block;
    margin: 0 0 0 30px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    
    

}

ul#menu-mc_menu li {
    text-align: center;
}


#menu-mc_menu li a{
    text-decoration: none;
 }

.menu-item .sub-menu {
  display: none;
  position: absolute;
  background: #fff; /* optional styling */
  padding: 3px;
  list-style: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  z-index: 999;
}

/* Show submenu on hover */
.menu-item.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.menu-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  background-image: url('assets/icons/dropdown.png'); /* Your image path here */
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  vertical-align: middle;
}

/* Positioning the parent */
.menu-item {
  position: relative;
}

/* Optional: style submenu items */
.sub-menu li a {
  display: block;
  padding: 3px 3px;
  width: 150px !important;
  color: #333;
  text-decoration: none;
}

.sub-menu li a:hover {
  background-color: #f0f0f0;

}

.social-icons a {
    color: #3a3a3c;
    line-height: 10px;

}

.header-info-phone-1 {
    margin-right: 40px;
    margin-left: 25px;

}



.social-icons img {
    margin-bottom: -5px;
    margin-right: 5px;
}


div#primary {
    display: inline-block;
    float: left;
    margin: 0 2%;
    width: 96%;
}


.custom-header {
  background-color: #ffffff;
  padding: 10px 20px;
  float: left;
}

.header-top {
display: inline-block;
  float: right;
}

.header-logo {
    display: inline-block;
    float: left;

}

.header-logo img {
  width: 150px;
  height: auto;
}

.header-contact {
  display: inline-block;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  float: right;

}

.header-contact a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  font-size: 16px;
}


.header-cta {
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-left: 20px;
}
.header-cta .btn-cta {
  background-color: #333;
  color: #fff;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 3px;
  float: right;
  width: 150px;
  text-align: center;


}

.main-nav {
  padding-top: 10px;
  margin-top: 10px;
  float: right;
}

.navigation {
    display: inline-block;
    float: right;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.main-nav ul li a {
  text-decoration: none;
  color: #333;
  padding: 6px 10px;
}

.menu-icon {
  display: none; /* hide on desktop */
  cursor: pointer;
}

.menu-mobile-div {
  display: none; /* hide by default, show via JS or media query */
}

.main-header,
.main-header a,
.header-contact,
.header-contact a,
.main-nav ul li a {
  text-transform: none;
}



.offer-section {
  background-color: rgba(68, 68, 68, 0.8); /* #444 with 70% opacity */
  color: white;
  padding: 2rem;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  max-width: 700px;
  margin: auto;
  text-align: left;
  float: left;
  margin-left: 35px;
  margin-top: 40px;
}

.offer-section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.offer-section h3 {
  font-size: 19px;
  font-weight: bold;
  margin: 1rem 0;
 
}

.text-featured-p {
     color: #FFFFFF !important;
     padding: 0 !important;
}

.offer-section p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 2rem;
    line-height: 25px;
     padding: 1rem;
}

.steps {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: nowrap;         /* Prevent wrapping */
}

.step {
  background: white;
  color: #333;
  border-radius: 5px;
  flex: 1 1 0;                /* Ensure equal width and no wrapping */
  max-width: 32%;            /* Adjust so 3 fit across */
  position: relative;
  text-align: left;
  margin-right: 15px;
}


.step h4 {
  margin:0;
  padding: 10px 5px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  background: #3A3A3C;
  color: #FFFFFF;
}

.step p {
  font-size: 16px;
}

.step a {
  color: #f05a28;
  font-weight: bold;
  text-decoration: none;
}

.circle {
    background: #f4a72a;
    color: white;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -17px;
    right: -16px;
    box-shadow: 0 0 0 1px #444;
}

.body-div {
  margin: 0 2%;
  width: 96%;
  background-image: url(assets/design/bg-design.png);
  background-repeat: no-repeat;
  display: block;
  background-position: top -80px right 0;
  background-size: 580px 390px; /* Corrected */
  text-align: center;
  height: 450px;;
}


.cash-offer-form {
  max-width: 700px;
  margin: 2rem auto;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
  float: left;
}

.cash-offer-form h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.cash-offer-form .highlight {
  color: orange;
  font-weight: bold;
}

.cash-offer-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cash-offer-form input[type="text"],
.cash-offer-form input[type="tel"] {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.checkbox-wrapper {
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.4;
}

.checkbox-wrapper input[type="checkbox"] {
  margin-right: 0.5rem;
}

.checkbox-wrapper a {
  color: #1a0dab;
  font-weight: bold;
  text-decoration: none;
}

.cash-offer-form button {
  background-color: #f4a72a;
  color: white;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cash-offer-form button:hover {
  background-color: #d88f1c;
}




.text-content {
      width: 96%;
      margin: 0 2%;
      background: #f5f5f5;
      display: block;
      float: left;
    }

    .text-content-inner {
        padding: 15px 50px;
    }
    .text-content h1 {
      color: #000000;
      text-align: center;
    }
    .text-content p {
      color: #000000;
      line-height: 1.5;
      font-size: 19px;
    }
    .text-content .highlight {
      font-weight: bold;
      color: #000000;
    }
    .text-content hr {
      border: 0;
      height: 1px;
      background: #ccc;
      margin: 20px 0;
    }
    .text-content h2 {
      color: #000000;
      text-align: center;
    }
    .text-content h3 {
      color: #000000;
      font-weight: normal;
    }


    .features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 20px;
      max-width: 800px;

    }
    .feature-item {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .feature-item img {
      width: 130px;
      height: auto;
      margin-bottom: 10px;
    }
    .feature-item p {
      color: #000000;
      font-size: 18px;
      margin: 0;
    }

.reliable-home-buyers h2 {
    font-size: 30px;
}


.reliable-home-buyers {
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
    margin-right: 0;
    float: left;
}




.home-buyers-section {
  display: inline-block;
  float: left;
  width: 96%;
  margin: 0 2%;
  background: #FFFFFF;
}

.home-buyers-div {
    padding: 35px 50px;
}

.home-buyers-div p {
    font-size: 19px;
    line-height: 30x;
}


.text-column {
    float: left;
    width: 100%;
}


.video-column {
  display: inline-block;
   width: 49%;
   float: right;

}

.video-wrapper {
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}

.video-wrapper img {
  width: 100%;
  display: block;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.features-list div {
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}


.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  cursor: pointer;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url('assets/icons/youtube.png') no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none; /* allows click through */
  transition: opacity 0.3s ease;
  opacity: 1;
}

.video-container.playing .play-button {
  opacity: 0;
}



.card-section {
  width: 96%;
  margin: 0 2%;
  padding-top: 5px;
  float: left;
}

.card-inner {
    padding: 15px 35px;

}

.info-card, .image-card {
  max-width: 320px;
  background: #fff;
  border: 1px solid #ccc;
  
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  min-height: 420px;
  vertical-align: top;
  margin-right: 30px;
  margin-top: 30px;
}

.image-card {
    background: #3A3A3C;
    padding: 20px 0;
}

.info-card {
    font-size: 19px;
    line-height: 30px;
    padding: 20px;
}

.image-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-top: 35px;
}

.info-card h3 {
  margin-top: 0;
  font-weight: bold;
}



main#main {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 3px;
}




/* Stats section */
.stats {
  display: flex;
  justify-content: space-around;
  background: #f4b63d;
  color: #fff;
  padding: 20px 60px;
  flex-wrap: wrap;
  text-align: center;
}

.stats div {
  flex: 1 1 150px;
  padding: 10px;
  border-right: 1px solid #fff;
}

.stats div:last-child {
  border-right: none;
}

.stats strong {
  font-size: 2.5rem;
  display: block;
}

.stats span {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}

/* Testimonials section */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 10px;
  justify-content: center;
}

.testimonial-card {
  position: relative;
  padding: 20px;
  padding-bottom: 80px; /* make space for profile */
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  flex: 1 1 250px;
  max-width: 300px;
  box-sizing: border-box;
}

.testimonial-card .stars {
  color: #f4b63d;
  font-size: 1.7rem;
  margin-bottom: 10px;
  text-align: center;
}

.testimonial-card p {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.profile {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  background-color: #d73b3e;
  color: white;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 1.2rem;

}

.avatar-style-1 {
    background: #BF9744;
}


.avatar-style-2 {
    background: #A64E01;
}

.avatar-style-3 {
    background: #d73b3e;
}


.details {
  font-size: 0.9rem;
  text-align: left;
}

.outer-stats {
    width: 96%;
    margin: 0 2%;
}


.review-link {
    width: 96%;
    margin: 0 2%;
}
.read-reviews {
    float: right;
    text-align: right;
    display: inline-block;
    color: #B97D00;
    font-size: 19px;
    margin-right: 5px;
    text-decoration: none;

}

.read-reviews:hover {
    text-decoration: underline;
}

.read-reviews {
    margin-top: -2px;
    margin-left: 10px;
}



.sales-agent {
  width: 50%;
  padding: 0 2rem;
  border-radius: 8px;
  text-align: center;
  float: left;
  display: inline-block;
}


.sales-person img {
    display: inline-block;
    float: right;
    width: 40%;
    margin-top: -30px;
}


.sales-agent__content {
    font-size: 23px;
    line-height: 30px;
    text-align: left;
}

.sales-agent h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  text-align: left;
}

.sales-agent .highlight {
  color: orange;
  font-weight: bold;
}

.sales-agent form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sales-agent input[type="text"],
.sales-agent input[type="tel"] {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.checkbox-wrapper {
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.4;
}

.checkbox-wrapper input[type="checkbox"] {
  margin-right: 0.5rem;
}

.checkbox-wrapper a {
  color: #1a0dab;
  font-weight: bold;
  text-decoration: none;
}

.sales-agent button {
  background-color: #f4a72a;
  color: white;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sales-agent button:hover {
  background-color: #d88f1c;
}


.sales-agent-outer {
    width: 96%;
    margin: 0 2%;
    display: inline-block;
    float: left;
}

.feaured-services-outer {
    width: 96%;
    margin: 0 2%;
    display: inline-block;
    float: left;
}
.featured-services {
      max-width: 1100px;
      margin: 20px auto;
      padding: 20px;
      text-align: center;
    }
    .featured-services h2 {
      color: #000000;
      font-size: 27px;
      margin-bottom: 10px;
    }
    .featured-services p {
      color: #000000;
      font-size: 19px;
      line-height: 30px;
      margin-bottom: 30px;
    }
    .service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }
    .service-item {
      background-color: #f5c043;
      padding: 20px;
      border-radius: 10px;
      color: #fff;
    }
    .service-item h3 {
      font-size: 20px;
      margin-bottom: 10px;
      padding: 0 0 !important;
    }
    .service-item p {
      font-size: 20px;
      line-height: 30px;
      color: #fff;
    }
    .service-item img {
      width: 75px;
    }
    @media (max-width: 768px) {
      .service-grid {
        grid-template-columns: 1fr;
      }
    }





.cash-offer-now-div {
    width: 96%;
    margin: 0 2%;
    float: left;
}
.cash-offer-now {
    text-align: center;
    color: #FFFFFF;
    background: #3A3A3C;
    padding: 7.4px 35px;
    font-size: 19px;
    margin-right: 5px;
    text-decoration: none;

}





.got-questions-outer {
    width: 96%;
    margin: 0 2%;
    display: inline-block;
    float: left;
}
.got-questions {
      max-width: 1100px;
      margin: 20px auto;
      padding: 20px;
      margin-bottom: 0;
      padding-bottom: 0;
      text-align: center;
    }
    .got-questions h2 {
      color: #000000;
      font-size: 27px;
      margin-bottom: 10px;
    }
    .got-questions p {
      color: #000000;
      font-size: 19px;
      line-height: 30px;
      margin-bottom: 30px;
      text-align: left;
    }


.question {
            margin-bottom: 15px;
            padding: 1px 10px;
            border: 1px solid #ccc;
            border-radius: 2px;
            background-color: #f9f9f9;
            cursor: pointer;
            text-align: left;
        }

        .question p strong {
            font-weight: normal;
            position: relative;
            margin-left: 22px;
        }
        .question .answer {
            display: none;
            margin-top: 5px;
            color: #555;
        }
        .question.active .answer {
            display: block;
        }

        .question-outer {
            max-width: 1000px;
        }

        .question p strong::before {
          content: "";
          position: absolute;
          left: -21px;
          top: 3px;
          width: 18px;
          height: 18px;
          background-image: url('assets/icons/q-arrow.png'); /* Replace with your image */
          background-size: contain;
          background-repeat: no-repeat;
        }


.footer-outer {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    background: #FFFFFF;
    margin-top: 30px;
    
}

.main-footer {
    
    display: inline-block;
    float: left;
    width: 96%;
    margin: 2% 2%;

    
}




.footer-logo {
    width: auto;
    display: block;
}

.outside-footer-logo {
    width: 25%;
    display: inline-block;
    float: left;
  
}

.outside-footer-logo .footer-logo-img {
    width: 250px;
    margin-left: 30px;
    display: inline-block;

}

.footer-social-icons {
    display: block;
    margin-left: 45px;


}

.footer-social-icons img{
    
    width: 45px;
    float: left;
    margin-right: 7px;
}


.yt-icons {
    margin-top: 7px;
}


.footer-contact {
    width: 25%;
    display: inline-block;
    float: left;


}

.footer-links {
    width: 15%;
    display: inline-block;
    float: left;
}


.footer-get-quote {
    width: 35%;
    display: inline-block;
    float: left;
}

.footer-contact img, .footer-contact div {
    display: inline-block;
}

.footer-contact-line, .footer-contact-line-2, .footer-contact-line-3 {
  display: flex !important;
  align-items: center;
  gap: 8px; /* spacing between icon and text */
}

.location-icon, .call-icon, .mail-icon {
  width: 20px;  /* or adjust size as needed */
  height: auto;
}

.footer-detail-1, .footer-detail-2, .footer-detail-3 {
  font-size: 1rem;
  color: #000000;
}

.info-footer {
    font-size: 20px;
    font-weight: 400;
}


.form-success {
    padding-bottom: 11px;
    color: #014d01;
    font-weight: 500;
}

.srf-alert {
    padding: 10px 15px;
    border-radius: 5px;
    margin: 15px 0;
    font-weight: bold;
    display: inline-block;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.srf-success {
    background-color: #d1f7d1;
    color: #1a571a;
    border: 1px solid #b2e3b2;
}

.form-message-success {
    font-weight: 500;
    font-size: 19px;
    background: #d2ffd2;
    line-height: 9px;
}


.form-message-error {
    font-weight: 500;
    font-size: 19px;
    background: #ffe5e5;
    line-height: 9px;
}


.menu-item a {
    text-decoration: none !important;
    color: #000000 !important;

}

ul#menu-mc_menu-2 li  {
    list-style: none !important;
    padding-left: 0 !important;
        margin-top: 4px;

}


ul#menu-mc_menu-2 {
    box-sizing: border-box;
    padding-left: 0 !important;
}


ul#menu-mc_menu-1 {
    padding-left: 0;
}

.cash-offer-footer-form {
  border-radius: 8px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
  float: left;
}

.cash-offer-footer-form h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.cash-offer-footer-form .highlight {
  color: orange;
  font-weight: bold;
}

.cash-offer-footer-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cash-offer-footer-form input[type="text"],
.cash-offer-footer-form input[type="tel"] {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.checkbox-wrapper {
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.4;
}

.checkbox-wrapper input[type="checkbox"] {
  margin-right: 0.5rem;
}

.checkbox-wrapper a {
  color: #1a0dab;
  font-weight: bold;
  text-decoration: none;
}

.cash-offer-footer-form button {
  background-color: #f4a72a;
  color: white;
  padding: 0.75rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cash-offer-footer-form button:hover {
  background-color: #d88f1c;
}





.footer-copyright {
    width: 100%;
    float: left;
    display: inline-block;
}

.inner-copy {
    text-align: center;
    background: #3a3a3c;
    color: #FFFFFF;
    padding: 11px;
}



.what-we-do {
    margin-top: 500px;
    position: absolute;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    color: #FFFFFF;
   

}

.work-area-1-div,
.work-area-2-div,
.work-area-3-div {
    margin: 0 5%;
    border-bottom: 1px solid #FFFFFF;
    width: 20%;
    padding-bottom: 25px;
    display: inline-block;

    
}

.work-area-1-name,
.work-area-2-name,
.work-area-3-name {
    font-size: 25px;
    font-weight: 300;
    display: inline-block;

    
}
.work-area-1-label
.work-area-2-label
.work-area-3-label {
    font-size: 17px;
    font-weight: 300;
    margin-top: 8px;
}

.work-area-1-img,
.work-area-2-img,
.work-area-3-img {
    display: inline-block;
    float: right;
}



.welcome-text {
 

    font-size: 17px;
}

.welcome-description {


    font-size: 30px;
    width: 50%;
    margin: 0 25%;
    margin-bottom: 15px;
}

.welcome-more {


    font-size: 15px;
    width: 50%;
    margin: 0 25%;
    margin-bottom: 20px;
}

.featured {
    width: 80%;
    margin: 0 10%;
}

.featured-img {
    width: 25%;
    display: inline-block;

}

.featured-img img {
    width: 100%;
    display: inline-block;
    height: 340px;
}

.featured-info {
    width: 20%;
    display: inline-block;
    background: #2A2F35;
    vertical-align: top;
    text-align: left;
    padding: 20px 40px;
    height: 300px;

}

.featured-info-area {
    display: inline-block;
    width: 100%;
    height: 100%;

}

.featured-our-company-text {
    color: #FBBE3F;


    font-size: 13px;
}

.featured-our-company-name {


    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}

.featured-our-company-description {
    color: #FFFFFF;


    font-size: 13px;
    font-weight: 100;
    line-height: 16px;

}

.featured-read-more {
    text-decoration: none;
    border: 3px solid #FBBE3F;
    color: #FBBE3F;
    padding: 8px 15px;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}


.featured-products {
    width: 20%;
    margin-left: 2%;
    display: inline-block;
    background: #2A2F35;
    vertical-align: top;
    text-align: left;
    padding: 20px 40px;
    height: 300px;

}

.featured-products-area {
    display: inline-block;
    width: 100%;
    height: 100%;

}

.featured-our-products-text {
    color: #FFFFFF;


    font-size: 13px;
}

.featured-our-products-name {


    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}

.featured-our-products-description {
    color: #FFFFFF;


    font-size: 13px;
    font-weight: 100;
    line-height: 16px;

}

.featured-view-products {
    text-decoration: none;
    border: 3px solid #FBBE3F;
    color: #FBBE3F;
    padding: 8px 15px;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.we-are-millennial {
    margin-top: 50px;
    display: block;
    width: 82%;
    margin: 0 9%;
    
}

.we-are-millennial p {
    text-align: left;
}

.we-are-millennial-text {
position: absolute;
margin-top: -80px;
margin-left: 20px;
color: #FBBE3F;


font-size: 30px;
font-weight: 400;
}

.we-are-millennial-desc {
position: absolute;
margin-top: -45px;
margin-left: 20px;
color: #FFFFFF;


font-size: 13px;
font-weight: 100;
}

.w-a-millennial-img {
    width: 100%;
}

.get-quote-2 {
    position: absolute;
    float: right;
    right: 0;
    margin-top: -80px;
    z-index: 1;
    width: 52%;

}

.product-list-div {
    text-align: left;
    width: 66%;
    margin: 0 17%;
}

.product-text {
    display: inline-block;
    color: #2A2F35;
    margin-top: 30px;
    width: 40%;


    font-size: 14px;
    font-weight: 500;

}

.product-name {
    display: block;
    margin-top: 5px;


    font-size: 25px;
    font-weight: 400;
    

}

.product-description {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-top: 30px;


    font-size: 13px;

}

.all-products-link {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    float: right;


    text-decoration: none;
    padding: 10px 15px;
    color: #000000;
    background: #FBBE3F;
    font-weight: 500;
    font-size: 13px;


}

.product-list-div {
    margin-top: 50px;

}

.product-div {
    background: #2A2F35;
    width: 20%;
    padding: 17px;
    padding-bottom: 20px;
    margin-right: 7px;
    margin-top: 11px;
    display: inline-block;
}

.product-div:hover {
    background: #FBBE3F;
    cursor: pointer;
}

.product-div:hover .product-list-name-1,
.product-div:hover .product-list-name-2,
.product-div:hover .product-list-name-3,
.product-div:hover .product-list-name-4{
    color: #000000;
}

.product-div:hover .product-list-category-1,
.product-div:hover .product-list-category-2,
.product-div:hover .product-list-category-3,
.product-div:hover .product-list-category-4 {
    color: #000000;
}

.product-div:hover .product-list-link-1,
.product-div:hover .product-list-link-2,
.product-div:hover .product-list-link-3,
.product-div:hover .product-list-link-4 {
    background: #2A2F35;
    color: #FFFFFF;
}


.product-list-img-1,
.product-list-img-2,
.product-list-img-3,
.product-list-img-4 {
    width: 100%;
}

.product-list-name-1,
.product-list-name-2,
.product-list-name-3,
.product-list-name-4 {
    margin-top: 15px;
    margin-left: 20px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}

.product-list-category-1,
.product-list-category-2,
.product-list-category-3,
.product-list-category-4 {
    margin-left: 20px;
    text-align: left;
    margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
}

.product-list-link-1,
.product-list-link-2,
.product-list-link-3,
.product-list-link-4 {
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    background: #FBBE3F;
    color: #000000;
    text-decoration: none;
    padding: 5px 7px;
    font-size: 12px;
}

.product-div a{
    float: left;

}

.footer-section {
    width: 100%;
}

.news-letter-section {
    margin-top: 20px;
    padding: 40px;
    background: #1A1F23;
}

.news-letter-text {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    margin-right: 40px;
}

.news-letter-form {
    display: inline-block;
}

.news-letter-input-field {
    padding: 10px;
    width: 200px;
    border: 0;
}
.news-letter-input-field:focus {
    outline-width: 0;
}


.news-letter-submit-btn {
    padding: 10px;
    border: 0;
    background: #FBBE3F;
    cursor: pointer;
}

.footer-info-area {
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
}

.footer-info {
    width: 80%;
    margin: 0 10%;

}

.footer-logo {
    display: inline-block;
   
}

.footer-img {
    width: 100%;
}

.footer-quick-links {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    text-align: left;

}

.footer-contact-info {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: left;
}

.footer-social-media {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 15%;
    margin-left: 20px;
}

.footer-icon-1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 10px;

}

.footer-icon-2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: -10px;

}

.footer-icon-3 {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 15px;

}

.footer-icon-4 {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 15px;

}
.footer-details-1,
.footer-details-2,
.footer-details-3,
.footer-details-4 {
    display: inline-block;
    width: 66%;
    margin-bottom: 10px;


    font-weight: 400;
    font-size: 13px;
}

.footer-details-2 {
    margin-top: 8px;
}

.footer-details-3 {
    margin-top: 14px;
}

.footer-details-4 {
    margin-top: 19px;
}


.social-icon-1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 10px;

}

.social-details-1
 {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;


    font-weight: 400;
    font-size: 13px;
}

.quick-link-label-1 {


    font-weight: 500;
    font-size: 14px;

}

.quick-link-label { 


    font-weight: 500;
    font-size: 14px;
    
}

.footer-quick-links ul#menu-mc_menu-2 {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-quick-links ul#menu-mc_menu-2 li {
    margin-top: 15px;
    list-style: square inside url(assets/images/list-style.png) !important;


    font-weight: 400;
    font-size: 13px;

}

.contact-info-desc {

    font-weight: 400;
    font-size: 13px;
}

.footer-quick-links ul#menu-mc_menu-2 li a {
    text-decoration: none;
    color: #000000;


}

.footer-bottom {
    width: 100%;
    padding: 20px 0;
    background: #1C2126;
    height: 34px;
}

.footer-details {
    width: 70%;
    margin: 0 15%;
}

.footer-bottom-details-1,
.footer-bottom-details-2,
.footer-bottom-details-3 {
    display: inline-block;
    vertical-align: middle;

    color: #FFFFFF;
    font-size: 12px;
}

.footer-bottom-details-1 {
    float: left;
    margin-top: 10px;
}

.footer-bottom-details-2 {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

.footer-bottom-details-3 {
    float: right;
    margin-bottom: 10px;
}

.scrolltop{
  position:fixed;
  right:10px;
  bottom:10px;
  color:#FFFFFF;
  z-index: 999;
  text-align: center;
  background: #f5c043;
  cursor: pointer;
  padding: 10px;

  font-size: 15px;
  border-radius: 2px;
}

.scrolltop-img {
    display: block;
    text-align: center;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(1);
}

.scrolltop-text {
    padding-top: 5px;
}

.footer-social-media a {
    color: #000000;
}

.footer-bottom-details-2 a{
    text-decoration: none;
    color: #FFFFFF;
}

.intro-text {
    position: absolute;
    margin-top: 250px;
    margin-left: 10%;
    width: 40%;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #FBBE3F;
    padding-left: 30px;
 }

 .intro-white-text {
    color: #FFFFFF !important;
 }

 .get-quote {
    position: absolute;
    margin-top: 370px;
    margin-left: 10%;
    width: 20%;
    right: 0;
    margin-right: 10%;
    
 }

 .get-quote-btn {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 18px;
    font-size: 17px;
    background: #FBBE3F;
    color: #000000;
    border: 0;
    font-weight: 400;
    cursor: pointer;
 }

 .main-banner{
    min-height: 620px;
 }



@media only screen and (max-width: 1286px) {
  .custom-logo {
    padding: 10px 15px 10px 0px;
    width: 240px;
  }

  .hide-in-tablet {
    margin-bottom: 10px;
  }
}


@media only screen and (max-width: 1186px) {
  .custom-logo {
    padding: 5px 10px 5px 0px;
    width: 220px;
  }




  .hide-in-tablet {
    margin-bottom: 10px;
  }

 


}



.show-in-mobile-3 {
    display: none;
}

@media only screen and (max-width: 1080px) {

    .show-in-mobile-3 {
    display: block;
}

.product-div {
    width: 30%;
}

}




.menu-mobile-div {
    display: none;
}



.work-area-1-label, .work-area-2-label, .work-area-3-label {
    font-size: 17px !important;
}



@media only screen and (max-width: 1166px) {

.custom-logo {
    padding: 5px 10px 5px 0px;
    width: 220px;
  }


  .hide-in-tablet {
    margin-bottom: 10px;
  }

  .menu-div {
    display: none;
  }




  .menu-mobile-div {

  }

  /*.menu-mobile-div ul#menu-mc_menu-1{
    text-align: right;
  }*/

  .menu-mobile-div ul li {
    list-style: none;
    padding: 7px 0;
    border-top: 1px solid #20262b;
  }

  .menu-mobile-div ul li a {

    text-decoration: none;
  }

}


@media only screen and (max-width: 1150px) {
  .custom-logo {
    padding: 5px 10px 5px 0px;
    width: 220px;
  }



  .hide-in-tablet {
    margin-bottom: 10px;
  }

  .menu-div {
    display: none;
  }

 

  .menu-mobile-div {

  }

  /*.menu-mobile-div ul#menu-mc_menu-1{
    text-align: right;
  }*/

  .menu-mobile-div ul li {
    list-style: none;
    padding: 7px 0;
    border-top: 1px solid #20262b;
  }

  .menu-mobile-div ul li a {

    text-decoration: none;
  }

  .intro-text { 

    margin-top: 150px;
    font-size: 20px;
  }
  .get-quote {
    margin-top: 270px;
  }

  .what-we-do {
    margin-top: 400px;
  }

  .work-area-1-name, .work-area-2-name, .work-area-3-name {
    font-size: 20px;
  }

  .work-area-1-img img,
  .work-area-2-img img,
  .work-area-3-img img {
    width: 30px;
 }


 .work-area-1-label, .work-area-2-label, .work-area-3-label {
    font-size: 14px !important;
}

.main-banner {
    min-height: 530px;

}



}


@media only screen and (max-width: 1200px) {

.outside-footer-logo, .footer-contact, .footer-links {
    display: block;
        width: 31%;
        display: inline-block;
        float: none;
}

.footer-get-quote {
    width: 80%;
}


}


@media only screen and (max-width: 1127px) {

.sales-agent, .sales-person{
    display: block;
        width: 90%;
        float: none;
}

.sales-person {
    margin-top: 30px !important;

}


}


.show-on-mobile {
    display: none;
}

.clear {
    clear: both !important;
}

@media only screen and (max-width: 1127px) {

.outside-footer-logo{
    display: block;
        width: 90%;
        float: none;
        margin:0 auto;

}

.show-on-mobile {
    display: block;
}

.footer-contact {
    display: inline-block;
    width: 35% !important;
    float: none;
    margin-right: 0;
    margin-top: 30px;
}


.footer-links {
    display: inline-block;
    width: 30% !important;
    float: right;
    margin-right: 10px;
    margin-top: 30px;
}



}



@media only screen and (max-width: 1000px) {


.featured-products {
    display: block;
}

.featured-img {
    width: 35%;
}

.featured-info {
    width: 24%;
}

.featured-products {
    width: 24%; 

}

}


@media only screen and (max-width: 984px) {

.get-quote-btn {
    font-size: 12px;
}

}

@media only screen and (max-width: 951px) {

    .product-name {
    font-size: 20px;
}

}

@media only screen and (max-width: 937px) {

    .get-quote-2 {
    margin-top: -62px;
}

.we-are-millennial-desc {
    margin-top: -43px;
    width: 40%;

    }

    .we-are-millennial-text {
    margin-top: -73px;
    font-size: 25px;
}

}

@media only screen and (max-width: 931px) {

    .footer-info {
    width: 100%;
    margin: 0%;
}

.footer-bottom {
    height: 51px;
}

}

@media only screen and (max-width: 916px) {

    .footer-info {
    width: 100%;
    margin: 0%;
}

}

@media only screen and (max-width: 910px) {

.work-area-1-name, .work-area-2-name, .work-area-3-name {
    font-size: 18px;
  }

  .work-area-1-img img,
  .work-area-2-img img,
  .work-area-3-img img {
    width: 25px;
 }


 .work-area-1-label, .work-area-2-label, .work-area-3-label {
    font-size: 13px !important;
}

.intro-text {
    margin-top: 120px;
    font-size: 19px;
}

.get-quote-btn {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 18px;
    font-size: 12px;

}


}


@media only screen and (max-width: 855px) {
    .menu-icon {
    display: inline-block;
    float: right;
    margin-top: 9px;
}

.main-nav {
    display: none;
}

.header-cta .btn-cta {
    margin-right: 30px;
}

.menu-mobile-div {
    margin-top: 100px;
}
}


}

@media only screen and (max-width: 842px) {
    .product-description {
    display: none;
}

.product-text {
    width: 65%;
    }

}

@media only screen and (max-width: 836px) {

    .custom-header {
    margin: 0px 2%;
    width: 96%;
}

.what-we-do {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;

}

}

@media only screen and (max-width: 825px) {


.featured-products {
    display: block;
}

.featured-img {
    width: 40%;
}

.featured-info {
    width: 35%;
}

.featured-products {
    width: 30%; 

}

}

@media only screen and (max-width: 800px) {

    .featured {
    width: 90%;
    margin: 0px 5%;
}


}



@media only screen and (max-width: 797px) {

.reliable-home-buyers, .video-column{
    display: block;
        width: 100%;
        float: none;
}


}


@media only screen and (max-width: 777px) {

.custom-logo {
    padding: 5px 21px 5px 0px;
    width: 181px;
}



.intro-text {
    margin-top: 127px;
    font-size: 17px;
    margin-left: 30px;
}

.get-quote-btn {
    font-size: 12px;
}

.get-quote-2 {
    margin-top: -55px;
}

.we-are-millennial-desc {
    display: none;
}

.we-are-millennial-text {
    margin-top: -53px;

}
.what-we-do {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
}

.what-we-do {
    text-align: left;
}


.work-area-1-label, .work-area-2-label, .work-area-3-label {
    text-align: left;
}

.work-area-1-div, .work-area-2-div, .work-area-3-div {
    margin: 0 1.5%;
    width: 28%;

    }



}

@media only screen and (max-width: 771px) {

.header-logo img {
    
}

.header-logo {
    display: block;
    margin: 0 35%;
    float: none;
    clear: both;

}


}


@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    gap: 1.5rem;
  }

  .step {
    max-width: 100%;
  }
}


@media only screen and (max-width: 750px) {
    .intro-text {
    margin-top: 120px;
    font-size: 18px;
}

}

.show-in-mobile {
    display: none;
}



@media only screen and (max-width: 739px) {

.header-logo img {
    
}

.header-logo {
    display: block;
    margin: 0 35%;
    float: none;
    clear: both;

}


}

@media only screen and (max-width: 734px) {

    .show-in-mobile {
        display: block;
    }

    .footer-logo {
    width: 28%;
    margin-right: 10%;
    }

    .footer-contact-info {
    width: 25%;
    margin-right: 10%;
}

.footer-social-media {
    width: 16%;

    }
    

}



 @media only screen and (max-width: 724px) {

.main-banner {
    min-height: 300px !important;
}


}

@media only screen and (max-width: 699px) {

.feature-item img {
    width: 89px;

}

}



@media only screen and (max-width: 606px) {

    .news-letter-text {
    margin-bottom: 15px;
}

.product-text {
    width: 49%;
}

.product-name {
    font-size: 17px;
}

}


@media only screen and (max-width: 660px) {

    .news-letter-text {
    margin-bottom: 15px;
}


}


.show-in-mobile-2 {
    display: none;
}

@media only screen and (max-width: 622px) {
.intro-text {
    margin-top: 127px;
    font-size: 16px;
    margin-left: 30px;
    width: 44%;
}

}

@media only screen and (max-width: 606px) {

    .show-in-mobile-2 {
    display: block;
}

.footer-logo {
    width: 70%;
    margin-right: 0%;
}

.footer-quick-links {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: left;
}

.quick-link-label-1,
.quick-link-label {
    font-size: 17px;
}

.footer-quick-links ul#menu-mc_menu-2 li {
    font-size: 16px;
}

.footer-contact-info {
    width: 49%;

}


.footer-social-media {
    width: 64%;
}



}

@media only screen and (max-width: 604px) {


.featured-products {
    display: block;
}

.featured-img {
    width: 62%;
}

.featured-info {
    width: 43%;
    display: block;
    margin-top: 10px;
}

.featured-products {
    width: 43%;
    margin-left: 0;
    margin-top: 10px;

}

.welcome-description {
    font-size: 25px;

}

}

@media only screen and (max-width: 598px) {

.header-info-email-1 {
    margin-top: 5px;
    padding-bottom: 5px;
}

.header-info-phone-1 {
    margin-top: 10px;
    margin-right:0;
    margin-left: 0;
}

}

@media only screen and (max-width: 573px) {


.get-quote-2 {
    margin-top: -49px;
}

.we-are-millennial-text {
    margin-top: -47px;
}

}

.clear2 {
    clear: both;
}

.show-on-mobile-2 {
    display: none;
}

@media only screen and (max-width: 561px) {

.outside-footer-logo{
    display: block;
        width: 90%;
        float: none;
        margin:0 auto;

}

.show-on-mobile-2 {
    display: block;
}

.footer-contact {
    display: inline-block;
    width: 35% !important;
    float: none;
    margin-right: 0;
    margin-top: 30px;
}


.footer-links {
    display: inline-block;
    width: 90% !important;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
}



}



.show-in-mobile-4 {
    display: none;
}

@media only screen and (max-width: 553px) {

    .show-in-mobile-4 {
    display: block;
}

.product-div {
    width: 64%;
}

.header-info-phone-1 {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}

}


@media only screen and (max-width: 537px) {


.footer-bottom {
    height: 80px;
}

}



@media only screen and (max-width: 535px) {

.header-info-email-1 {
    padding-bottom: 5px;
}

.header-info-phone-1 {
    margin-top: 10px;
    margin-right:0;
    margin-left: 0;
}

}


@media only screen and (max-width: 500px) {


.header-info-phone-1 {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}

.intro-text {
    margin-top: 117px;
    font-size: 15px;
    margin-left: 1px;
    width: 48%;
}


.get-quote-2 {
    margin-top: -46px;
    margin-right: 4px;
}

.we-are-millennial-text {
    margin-top: -42px;
}



}


@media only screen and (max-width: 415px) {

.feature-item img {
    width: 63px;

}

.feature-item p {
    font-size: 14px;

}

}




.clear {
    clear: both;
}

@media only screen and (max-width: 375px) {

.header-logo img {
        margin-left: -27px;
}

.offer-section {
    padding: 1rem;
    margin-left: 8px;
    margin-top: 17px;
}


.cash-offer-now {
    padding: 7.4px 9px;
    font-size: 15px;

  }

  .footer-get-quote {
        width: 96% !important;
  }



    .footer-contact {
        width: 96% !important;
                margin: 0 2%;

}

.footer-links {
  width: 96% !important;
  margin: 0 2%;
}

.sales-agent {
    padding: 0 1rem;


}


}


body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1400px;
    min-width: 375px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: #F5F5F5;
    overflow-x: hidden;
}