/** @format */
@media (max-width: 1024px) {
  .blog-detail .content-wrapper ul {
    padding-left: 10px;
  }

  .blog-detail .content-wrapper li {
    max-width: 100%;
  }

  .full-gut-rennovation li {
    width: 33.33%;
  }

  .services .listing-item {
    width: 33.33%;
  }

  .transformation-image-slider-options {
    align-items: unset;
  }

  .transformation-content-wrapper {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .transformation-content,
  .transformation-images {
    width: 100%;
  }

  .transformation-title h3 {
    max-width: 100%;
  }

  .services-detail-information .image-wrapper {
    padding-bottom: 70%;
  }

  .services-detail-information .row {
    --bs-gutter-x: 30px;
  }

  .services-detail-information .content {
    max-width: 100%;
    margin: unset;
  }

  .company-portfolio .row {
    --bs-gutter-x: 30px;
  }

  .small-site-banner {
    padding: 60px 0px;
  }
}

@media (max-width: 991px) {

  .header-content-wrapper .company-logo svg,
  .header-content-wrapper .company-logo image {
    width: 200px !important;
  }

  .contact .company-information {
    row-gap: 24px;
  }

  .contact .company-information {
    padding-bottom: 24px;
  }

  .contact .contact-form-info h6 {
    padding-bottom: 24px;
  }

  .contact-form .form-control {
    padding: 16px;
    font-size: 16px;
  }

  .contact-form .form-control::placeholder {
    font-size: 16px;
  }

  .contact .contact-form-info,
  .contact .contact-form {
    padding: 24px;
  }

  .contact .contact-form-wrapper {
    flex-wrap: wrap;
  }

  .contact .contact-form-info,
  .contact .contact-form {
    width: 100%;
  }

  .full-gut-rennovation li {
    width: 50%;
  }

  .homeowner-information {
    text-align: center;
  }

  .guide-details {
    width: 100%;
  }

  .guide-image {
    width: 100%;
  }

  .guide-content-description p {
    max-width: 100%;
  }

  .guide-content-wrapper {
    flex-direction: column;
  }

  .listing-item,
  .services .listing-item {
    width: 50%;
  }

  .footer-links {
    justify-content: unset;
    flex-direction: column;
    row-gap: 24px;
  }

  .footer-nav-links {
    justify-content: center;
    align-items: unset;
  }

  .footer-social-media-links nav ul,
  .copyright-text {
    justify-content: center;
  }

  .tips-and-resources .listing-item {
    width: 100%;
  }

  .user-review p {
    text-align: center;
  }

  .guide-content-heading h2,
  .guide-content-description p {
    text-align: center;
  }

  .guide .options {
    padding-top: 30px;
    justify-content: center;
    align-items: center;
  }

  .deliver .options {
    padding-top: 30px;
  }

  .deliver-content-wrapper ul {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .deliver-content::before {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin: unset;
    left: -10px;
    z-index: 1;
  }

  .deliver-content::after {
    width: 20px;
    height: 20px;
    bottom: 0;
    left: -10px;
    margin: unset;
    z-index: 1;
  }

  .deliver-card-content:nth-child(odd)::after {
    left: -22px;
    transform: rotate(180deg);
  }

  .deliver-content-wrapper ul::before,
  .deliver-content-wrapper li::before {
    left: 0;
  }

  .deliver-content-wrapper li::before {
    width: 10px;
    height: 10px;
    margin-left: -5px;
  }

  .deliver-card-content {
    max-width: 100%;
    width: 100%;
    margin-left: 41px;
  }

  .deliver-content-wrapper li:nth-child(even) {
    justify-content: unset;
  }

  .deliver-content-wrapper li:nth-child(odd) .deliver-card-content::before {
    right: auto;
    left: -50px;
  }

  .deliver-card-content {
    padding: 16px;
  }

  .deliver-card-content h4 {
    font-size: 16px;
  }

  .deliver .section-description {
    padding-bottom: 40px;
  }
}

@media (min-width: 767px) {
  .display-mobile {
    display: none;
  }

  .display-desktop {
    display: flex;
  }

  .header-content-wrapper .nav-links {
    display: flex;
  }

  .mobile-menu-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact .option-wrapper .option-logo {
    margin-top: 4px;
  }

  .services-detail {
    padding-bottom: 50px;
  }

  .full-gut-rennovation li {
    width: 100%;
  }

  .services-banner-image-wrapper .video-button {
    width: 60px;
    height: 60px;
  }

  .faq .contact-link {
    padding: 15px 0px;
  }

  .process-round:nth-child(4)::before,
  .process-round:nth-child(7)::before {
    content: "";
    position: absolute;
    height: 105px;
    bottom: 95%;
    border: dashed 2px var(--primary-500);
  }

  .add-content-spacing {
    padding-bottom: 80px;
  }

  .hero-banner .slides {
    padding-bottom: 50px;
  }

  .hero-banner-content-wrapper h1 {
    padding-top: 50px;
  }

  .slides .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after {
    top: 40px;
  }

  .header-main {
    height: 75px;
  }

  .hero-banner .options {
    align-items: center;
  }

  .process-description {
    width: 100%;
  }

  .process-content-spacing {
    padding-bottom: 0px;
  }

  .process-round {
    width: 150px;
    height: 150px;
  }

  .display-mobile {
    display: block;
  }

  .display-desktop {
    display: none;
  }

  .process-content-spacing {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }

  .start-line {
    display: none;
  }

  .transformation-title h3 {
    padding: 25px 0px;
  }

  .h1 {
    font-size: 30px;
  }

  .h2 {
    font-size: 26px;
  }

  .h3 {
    font-size: 24px;
  }

  .h4 {
    font-size: 20px;
  }

  .h6 {
    font-size: 18px;
  }

  .p-lg {
    font-size: 16px;
  }

  .p-md {
    font-size: 14px;
  }

  .button {
    padding: 8px 14px;
  }

  .options {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    row-gap: 20px;
  }

  .header-content-wrapper .nav-links {
    align-items: unset;
  }

  .open-menu {
    animation: slideIn 0.6s ease-in-out forwards;
  }

  .close-menu {
    animation: slideOut 0.6s ease-in-out forwards;
  }

  @keyframes slideIn {
    from {
      right: -100%;
      opacity: 0;
    }

    to {
      right: 0;
      opacity: 1;
    }
  }

  @keyframes slideOut {
    from {
      right: 0;
      opacity: 1;
    }

    to {
      right: -100%;
      opacity: 0;
    }
  }

  #closebutton {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-content-wrapper .nav-links nav ul {
    flex-direction: column;
    row-gap: 30px;
  }

  .header-wrap {
    padding: 20px 0px;
  }

  .header-wrap .nav-links {
    position: fixed;
    top: 83px;
    right: 0;
    background-color: #ffffff;
    max-width: 300px;
    height: 100vh;
    padding: 30px;
  }

  #closebutton {
    display: none;
  }

  .header-content-wrapper {
    flex-wrap: wrap;
  }

  .header-content-wrapper .nav-links {
    width: 100%;
    display: none;
  }

  .mobile-menu-button {
    display: flex;
  }

  .mobile-menu-button button {
    background-color: transparent;
    border: none;
  }

  .services .listing-item,
  .listing-item {
    width: 100%;
  }

  .services .listing,
  .listing,
  .tips-and-resources .listing-item {
    row-gap: 20px;
  }

  .footer-separator-wrapper {
    padding: 16px 0px;
  }

  .footer-nav-links ul {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-social-media-links nav ul {
    justify-content: start;
  }

  .footer-nav-links {
    justify-content: start;
    row-gap: 20px;
    flex-direction: column;
  }

  .copyright-text {
    justify-content: start;
    column-gap: 15px;
  }

  .user-review p {
    text-align: center;
  }

  .footer-nav-links ul li a,
  .copyright-text span {
    font-size: 18px;
    line-height: 22px;
  }

  .section-spacing,
  .footer-wrap {
    padding: 50px 0px;
  }

  .section-description .description-text,
  .section-name h2 {
    max-width: 100% !important;
  }

  .view-more {
    padding: 0px;
  }

  .newsletter .ns-form .ns-submit {
    top: 12px;
    right: 6px;
    padding: 8px 14px;
  }

  .newsletter .ns-form .ns-input {
    padding: 20px 12px;
  }

  .newsletter-subscribe-headline {
    text-align: center;
  }

  .newsletter-form form input,
  .newsletter-form form input::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .section-description {
    padding-bottom: 30px;
  }

  .section-details {
    flex-direction: column;
    row-gap: 12px;
  }

  .consultation .options {
    align-items: center;
  }

  .consultation-description {
    max-width: 735px;
  }

  .consultation-content-wrapper {
    padding: 60px 0px;
  }

  .slides .pagination {
    bottom: 70px;
  }

  .slides .swiper-pagination-bullet {
    font-size: 16px;
  }

  .slides .swiper-pagination-bullet-active {
    font-size: 18px;
  }

  .subscribe {
    height: calc(100vh - 487px);
    min-height: 500px;
  }

  .subscribe-wrapper {
    row-gap: 20px;
  }

  .service-detail-transformation .transformation-title h3 {
    padding: 25px 0px;
  }

  .video-button svg,
  .video-button svg image {
    width: 16px;
    height: 16px;
  }

  .subscribe-description p {
    text-align: center;
  }

  .contact .contact-content-wrapper .h6 {
    padding-bottom: 25px;
  }

  .blog-listing .post-date {
    padding: 15px;
  }

  .blog-detail p {
    font-size: 18px;
  }

  .blog-listing .post-date {
    padding: 20px;
  }

  .blog-detail .content-wrapper {
    padding-top: 15px;
  }

  .blog-detail .content-wrapper p {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper h1 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper h5 {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper h6 {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper img {
    margin-bottom: 15px;
  }

  .blog-detail .content-wrapper ul {
    padding-bottom: 15px;
  }

  .blog-detail .content-wrapper li {
    font-size: 16px;
  }

  .blog-detail .content-wrapper a {
    font-size: 16px;
    margin-bottom: 15px;
  }
}