@media(min-width:768px) {
  .header-menu .contact-wrap {
    max-width: 1376px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 50px;
  }

  .header-menu .contact-wrap>div {
    width: initial;
  }

  .hero-banner .banner-info .banner-title br {
    display: none;
  }

  .type-of-roofs-wrap .roofs-list ul li {
    width: 50%;
  }

  .what-we-do-wrap .column-wrap .col-left {
    width: 43.5%;
  }

  .what-we-do-wrap .column-wrap .col-right {
    width: 56.5%;
  }

  /* === FOOTER START === */
  .footer-wrap {
    position: sticky;
    bottom: 0;
  }

  .thank-404 {
    min-height: 100vh;
  }
}

@media(min-width:992px) {
  .service-wrap.home .title-wrap {
    padding-left: clamp(50px, 9.6vw, 144px);
  }

  .rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .service-wrap.home .title-wrap h2 {
    width: 166px;
  }

  .what-we-do-wrap .column-wrap {
    margin: 0 -35px;
  }

  .what-we-do-wrap .column-wrap :is(.col-left, .col-right) {
    padding: 0 35px;
  }

  .testimonail-wrap .column-wrap {
    margin: 0 -34px;
  }

  .testimonail-wrap .column-wrap .col-left {
    width: 47.4%;
    padding: 0 34px;
  }

  .testimonail-wrap .column-wrap .col-right {
    width: 52.6%;
    padding: 0 34px;
  }

  .arrow-wrap.hide-desktop {
    display: none;
  }

  .section.contact-wrap .column-wrap .col-left {
    width: 46.7%;
  }

  .section.contact-wrap .column-wrap .col-right {
    width: 53.3%;
  }
}

@media (min-width: 1025px) {
  .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev) .service-box {
    transform: translateX(152px);
  }

  .service-wrap.home .arrow-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    z-index: 1;
    justify-content: center;
    left: clamp(682px, 63.73vw, 956px);
    padding-bottom: 50px;
  }
}

@media(min-width:1280px) {}


@media (max-width: 1279px) {

  .header-menu .inner>.col.col-right,
  .header-menu .inner>.col.col-left {
    width: 50%;
  }

  .section.contact-wrap .img-box {
    margin-right: 50px;
  }
}

@media (max-width: 1024px) {
  .footer-wrap footer {
    padding: 49px 0 100px;
  }

  .service-wrap.home .swiper-slide {
    max-width: clamp(204px, 40vw, 439px);
  }

  .service-wrap.home .arrow-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-top: 42px;
    padding-right: 15px;
  }

  .service-wrap.home .arrow-wrap .swiper-arrow {
    display: none;
  }

  .service-slider-scrollbar {
    width: 100%;
    height: 1px;
    background: var(--gray-700);
    opacity: 1 !important;
  }

  .service-slider-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background: var(--white);
  }
}

@media (max-width: 991px) {
  .rotate-text {
    font-size: 32px;
    line-height: 1.25;
  }

  .header-wrap .menu-toggle button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    width: 112px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .header-wrap .menu-toggle button span:not(.icon) {
    display: none;
  }

  .service-wrap.home .title-wrap {
    flex-direction: column;
    row-gap: 14px;
  }

  .service-wrap.home .title-wrap h2 {
    padding-bottom: 0;
  }

  .type-of-roofs-wrap .column-wrap {
    flex-direction: column;
    margin: 0;
  }

  .type-of-roofs-wrap .column-wrap .col-left {
    width: 100%;
    padding-top: 0;
  }

  .type-of-roofs-wrap .column-wrap .col-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .type-of-roofs-wrap .roofs-list ul {
    margin: 0 -15px;
  }

  .type-of-roofs-wrap .roofs-list ul li {
    padding: 0 15px;
  }

  .arrow-wrap.hide-mobile {
    display: none;
  }

  .testimonail-wrap .arrow-wrap {
    justify-content: center;
  }

  .section.contact-wrap .img-box {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    line-height: 1.5;
    column-gap: 15px;
    padding: 15px 28px 15px 32px;
  }

  .btn .icon {
    width: 23px;
  }

  .header-wrap .head-call {
    padding: 0 0 6px;
    display: inline-flex;
    align-items: flex-end;
  }

  .header-menu .inner {
    height: auto;
  }

  .header-menu .inner>.col.col-right,
  .header-menu .inner>.col.col-left {
    width: 100%;
  }

  .header-menu .contact-wrap>div {
    width: 50%;
  }

  .footer-wrap footer .header-top .contact-wrap .col {
    width: 50%;
  }

  .footer-wrap footer .logo a {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrap footer .copyrights {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }

  .footer-wrap footer .copyrights span+span {
    padding: 0;
  }

  .hero-banner .banner-info .banner-title {
    line-height: 1.2;
  }

  .hero-banner .banner-img {
    right: -66%;
    width: 108%;
  }

  .service-box h3 a .icon {
    margin-top: -1px;
  }

  .service-box.box-roof h3 {
    margin-bottom: -2px;
  }

  .service-wrap.home {
    padding-top: 38px;
  }

  .service-wrap.home .title-wrap .sub-text {
    line-height: 1.625;
  }

  .we-are-ready .banner-info h2 {
    line-height: 0.875;
  }

  .we-are-ready .banner-info {
    margin-top: -29px;
    position: relative;
  }

  .type-of-roofs-wrap .container {
    padding: 0;
  }

  .type-of-roofs-wrap .roofs-list ul {
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 51px;
  }

  .type-of-roofs-wrap .roofs-list ul li:nth-child(odd) {
    padding: 0 15px 0 0;
  }

  .type-of-roofs-wrap .roofs-list ul li:nth-child(even) {
    padding: 0 0 0 15px;
  }

  .type-of-roofs-wrap .roofs-list ul li:nth-child(odd) .service-box .service-info {
    padding-left: 15px;
  }

  .type-of-roofs-wrap .roofs-list ul li:nth-child(even) .service-box .service-info {
    padding-right: 15px;
  }

  .what-we-do-wrap .column-wrap .col-right {
    display: none;
  }

  .what-we-do-wrap .title-wrap h2 {
    line-height: 1.458;
  }

  .what-we-do-wrap .title-wrap p {
    line-height: 1.625;
  }

  .testimonail-wrap .title-wrap h2 {
    text-align: left;
    line-height: 1.218;
  }

  .testimonail-wrap .title-wrap h2 br {
    display: none;
  }

  .testimonail-wrap .content-box h3 {
    line-height: 1.27;
  }

  .let-work-wrap .title-wrap h2 {
    line-height: 1.2;
  }

  .let-work-wrap .title-wrap h2 span {
    line-height: 1.05;
    padding-top: 4px;
  }

  .contact-banner h1 {
    line-height: 1.2;
  }

  .contact-banner h1 br {
    display: none;
  }

  .section.contact-wrap h2.title {
    line-height: 1.333;
  }

  .section.contact-wrap .contact-form h2.title {
    padding-bottom: 39px;
  }

  .section.contact-wrap .contact-form form .input-box {
    row-gap: 17px;
  }

  .section.contact-wrap .contact-form .form-control {
    padding: 16px 0;
  }

  .section.contact-wrap .contact-form .btn-wrap {
    padding-top: 0;
  }

  .section.contact-wrap .contact-form .gform-body .gform_fields .gfield {
    row-gap: 17px;
  }

  .section.contact-wrap .contact-form .gform-body .ginput_container :is(input, textarea) {
    padding: 16px 0;
  }


  .faq-wrap .faq ul li h3 {
    line-height: 1.3333;
  }

  .faq-wrap .faq ul li .content-box {
    padding-top: 16px;
  }

  .faq-wrap .faq ul li {
    padding-bottom: 46px;
  }
}

@media (max-width: 575px) {
  .header-menu .service-wrap>div {
    width: 100%;
  }

  .header-menu .contact-wrap>div {
    width: 100%;
  }

  .footer-wrap footer .header-top .contact-wrap .col {
    width: 100%;
  }
}