.roof-header.is-stuck{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 1px 1px 9px #878787;
    margin-top: 0;
    padding-top: 0;
    transition: 0.3s;
}
.roof-header > .wp-block-group {
    background: #ffffff;
    z-index: 99999;
    padding: 0 20px;
    transition: 0.3s;
}
body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #737373;
}
.rs-80 {
    padding: 80px 0;
}
.rs-title h2.wp-block-heading {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 60px;
    margin-top: 32px;
}
.rs-title .icon-text-wrapper {
    background: #ffffff;
    display: inline-flex !important;
    border: 1px solid #dddddd;
    border-radius: 99px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
}
.rs-80 a.wp-block-button__link {
    border: 1px solid;
    transition: 0.3s;
}
.rs-80 a.wp-block-button__link svg {
    margin-left: 9px;
}
.rs-80 a.wp-block-button__link:hover {
    background-color: #ffffff !important;
    transition: 0.3s;
    color: #ff4800;
}
.rs-80 a.wp-block-button__link:hover svg path {
    fill: #ff4800;
}
.roof-hf-btn a {
    background: #FF4800;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #FF4800;
    transition: 0.3s;
}

.roof-hf-btn a:hover {
    background: #ffffff;
    color: #FF4800;
    transition: 0.3s;
}

.roof-hf-btn a span.roof-btn-icon svg {
    margin-bottom: -4px;
    padding-right: 10px;
}

.roof-hf-btn a:hover span.roof-btn-icon svg g path {
    stroke: #FF4800;
}
.roof-footer > .wp-block-group {
    padding: 0 20px;
}
figure.wp-block-image.roof-footer-logo {
    margin-bottom: 24px;
}
.roof-footer p, .roof-footer a {font-size: 16px;color: #404040;}
.wp-block-columns.roof-social-share {
    padding: 40px 20px;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 80px;
}
.wp-block-columns.roof-social-share ul.wp-block-social-links li a {
    padding: 12px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 2px 2px 9px #ddd;
}
.roof-footer h3.wp-block-heading {
    color: #1f3a8a;
}
.roof-footer-address .icon-container.has-icon-color svg {
    width: 22px;
}
.roof-footer-address .icon-container.has-icon-color {
    padding-right: 10px;
}
.roof-footer-address  span.tanvir-block-des {
    color: #101828;
    font-weight: 500;
    font-size: 18px;
}
.roof-footer-address a:hover span.tanvir-block-des {
    color: #203b8a;
}
.wp-block-button a.wp-block-button__link:hover span.rs-btn-icon svg {
    transition: 0.3s;
    transform: rotate(45deg);
}
.wp-block-button a.wp-block-button__link span.rs-btn-icon svg {
    transition: 0.3s;
}
a.ts-button.ts-button-call:hover {
    transition: 0.3s;
    color: #ff4800 !important;
    background: #e3dddb !important;
}
a.ts-button.ts-button-call:hover svg path {
    stroke: #ff4800;
    transition: 0.3s;
}
a.ts-button.ts-button-call, a.ts-button.ts-button-call svg path {
    transition: 0.3s;
}
/* =========================
   RHS1 HERO SECTION On
   ========================= */
.rhs1 {
    padding: 0 !important;
    background: #f3f6f9 !important;
}

.rhs1 .roof-hero-inner {
    background-repeat: no-repeat;
    position: relative;
}

.rhs1 .wp-block-columns {
    position: relative;
    z-index: 2;
    align-items: flex-end !important;
    gap: 32px;
    min-height: 100%;
    margin-bottom: 0;
}

.rhs1 .wp-block-column {
    position: relative;
}

/* top customer rating image */
.rhs1 .wp-block-column:first-child > .wp-block-image:first-child {
    max-width: 316px;
    z-index: 3;
    margin-bottom: 24px;
    margin-top: 285px;
}
.rhs1-right-btn-text p {
    padding-left: 218px;
    color: #fff;
    margin-bottom: 19px;
}
.rhs1 .wp-block-column:first-child > .wp-block-image:first-child img {
    display: block;
    width: 100%;
    height: auto;
}

/* info boxes */
.rhs1-box-wrap {
    display: flex;
    gap: 18px;
    margin: 0 0 28px;
    max-width: 760px;
}

.rhs1-box {
    flex: 1 1 0;
    /* min-height: 220px; */
    padding: 24px 22px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at 75% 20%, rgba(184, 133, 73, 0.35), transparent 28%),
        linear-gradient(135deg, rgba(54, 26, 9, 0.82) 0%, rgba(68, 34, 16, 0.84) 55%, rgba(84, 48, 23, 0.70) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
}

.rhs1-box .wp-block-tanvir-blocks-my-icon-img {
    margin-bottom: 18px;
}

.rhs1-box .icon-text-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100%;
    gap: 12px;
    text-decoration: none;
}

.rhs1-box .icon-container {
    width: 24px !important;
    min-width: 24px;
}

.rhs1-box .icon-container svg {
    width: 20px;
    height: 20px;
}

.rhs1-box .text-wrapper {
    flex: 1;
}

.rhs1-box .tanvir-block-des {
    display: block;
    color: #ffffff;
    font-size: 28px !important;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.rhs1-box h4 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
}

.rhs1-box p {
    margin: 0;
    max-width: 290px;
    color: rgba(255,255,255,0.92);
    font-size: 16px;
    line-height: 1.45;
}

/* headline */
.rhs1 .wp-block-column:first-child > h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff !important;
    font-size: 96px;
    line-height: 0.95;
    font-weight: 400;
    letter-spacing: -0.05em;
    padding-bottom: 30px;
}

/* right content */
.rhs1 .wp-block-column:last-child > p {
    max-width: 520px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
}

.rhs1 .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding-right: 32px;
    padding-bottom: 20px;
}

.rhs1 .wp-block-button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 56px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
}

.rhs1 .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: rgba(49, 27, 14, 0.88);
    color: #ffffff;
}

.rhs1 .wp-block-button.is-style-outline .wp-block-button__link {
    background: #ffffff;
    color: #ff5a14;
    border: 0;
    transition: 0.3s;
}
.rhs1 .wp-block-button.is-style-outline .wp-block-button__link:hover, .rhs1 .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background: #ff5a14;
    transition: 0.3s;
    color: #ffffff;
}
.rhs1 .wp-block-button.is-style-outline .wp-block-button__link:hover svg path {
    fill: #ffffff;
    transition: 0.3s;
}
.rhs1 .wp-block-button.is-style-outline .wp-block-button__link:hover svg {
    transform: rotate(45deg);
    transition: 0.3s;
}
.rhs1 .r-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rhs1 .wp-block-button:not(.is-style-outline) .r-btn-icon svg {
    width: 46px;
    height: 46px;
}
.rhs1 .wp-block-button.is-style-outline .r-btn-icon svg {
    width: 18px;
    height: 18px;
}
.rhs1 .wp-block-button.is-style-outline .r-btn-icon path {
    fill: #ff5a14;
}
/* =========================
   RHS1 HERO SECTION Off
   ========================= */

/* =========================
   RHS8 Areas we serve SECTION On
   ========================= */
.roof-map-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 80px;
}
.roof-map-info-wrap .wp-block-group.roof-map-info {
    margin: 0 !important;
}
.hs8map-info-box-wrap {
    position: relative;
    z-index: 1;
}
.hs8map-info-box {
    background: linear-gradient(179.94deg, #16358F 0.06%, #060F28 110.75%);
    padding: 24px 40px;
    border-radius: 20px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.hs8map-info-box  .hs8map-info {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.hs8map-info-box h4 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.hs8map-info-box .hs8map-info p {
    color: #CBD5E1;
    font-size: 18px;
    font-weight: 500;
    padding-right: 50px;
    width: 50%;
}
    
/* =========================
   RHS8 Areas we serve SECTION Off
   ========================= */
/* =========================
   RHS2 Experience / Stats
   ========================= */
.rhs2 .wp-block-columns:first-child {
    align-items: end !important;
    gap: 48px;
    margin-bottom: 40px;
}
.rhs2 .wp-block-column.is-vertically-aligned-center > p {
    max-width: 420px;
    margin-left: auto;
}
.rsh2-box {
    padding: 36px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 28px;
}
.rsh2-box h3 {
    margin: 0 0 14px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #111827;
}
.rsh2-box > p {
    margin: 0 0 28px;
    color: #6b7280;
}
.rsh2-box figure {
    margin: 0;
}
.rsh2-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}
.trava-stats-section {
    gap: 24px;
    margin-bottom: 0 !important;
}
.trava-stats-section > .wp-block-column > .wp-block-group {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
}
.trava-stats-section figure {
    margin: 0 0 18px;
}

.trava-stats-section h3 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: #0f172a;
}
.trava-stats-section p {
    margin: 0 0 10px;
}
.trava-stats-section p.has-accent-1-color {
    font-size: 18px;
    line-height: 1.35;
}
.trava-stats-section p:last-child {
    margin-bottom: 0;
    color: #6b7280;
}

/* =========================
   RHS3 Services
   ========================= */
.rsh3slid-box .wp-block-group:nth-child(2) img {
    transition: 0.3s;
}
.rsh3slid-box:hover .wp-block-group:nth-child(2) img {
    transition: 0.3s;
    transform: rotate(45deg);
}
.rhs3 .wp-block-columns:first-child {
    align-items: end !important;
    gap: 48px;
    margin-bottom: 34px;
}
.rhs3 .wp-block-buttons.ts-none-m {
    margin-bottom: 0;
}
.rsh3slid-box p {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #EAEAEA;
}
.rhs3 .swiper-wrapper {
    align-items: stretch;
}
.rhs3 .swiper-slide {
    height: auto;
}
.rsh3slid-box {
    height: 100%;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
}
.rsh3slid-box > figure {
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 14px;
}
.rsh3slid-box > figure img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}
.rsh3slid-box > .wp-block-group {
    margin-bottom: 10px;
    align-items: center !important;
}
.rsh3slid-box > .wp-block-group h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #111827;
}
.rsh3slid-box > .wp-block-group figure {
    margin: 0;
    flex: 0 0 auto;
}

.rsh3slid-box > p {
    margin: 0;
    color: #6b7280;
}
.rhs3 .swiper-pagination {
    position: static;
    margin-top: 28px;
}
.rhs3 .swiper-button-prev,
.rhs3 .swiper-button-next {
    display: none !important;
}

/* =========================
   RHS4 Why Choose Us
   ========================= */
.rhs4 .rs-title {
    text-align: left;
}
.rhs4 .wp-block-columns {
    align-items: center !important;
    gap: 28px;
    margin-bottom: 32px;
}
.rsh4-box {
    padding: 24px;
    border-radius: 16px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    margin: 0 16px 32px 16px;
}

.rsh4-box figure {
    margin-bottom: 40px;
}

.rsh4-box h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    color: #111827;
}
.rsh4-box p {
    margin: 0;
    color: #6b7280;
}
.rhs4 .wp-block-column:nth-child(2) figure {
    margin: 0;
}
.rhs4 .wp-block-column:nth-child(2) figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}
.rhs4 .wp-block-buttons {
    margin-top: 8px;
}

/* =========================
   RHS5 Contact CTA Image
   ========================= */

.rhs5 > .wp-block-group:not(.rsh5-call-box) {
    position: relative;
}

.rsh5-call-box {
    position: absolute;
    right: 40px;
    bottom: 40px;
    min-width: 440px;
    padding: 24px 40px;
    border-radius: 16px;
    background: rgb(91 87 84 / 88%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.rsh5-call-box .wp-block-tanvir-blocks-my-icon-img {
    margin-bottom: 8px;
}
.rsh5-call-box .icon-text-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    text-decoration: none;
}
.rsh5-call-box .icon-container {
    width: 38px !important;
    min-width: 38px;
}
.rsh5-call-box .icon-container img {
    width: 38px !important;
    height: 38px;
    display: block;
}
.rsh5-call-box .tanvir-block-des {
    color: #ffffff;
    font-size: 28px !important;
    line-height: 1;
}
.rsh5-call-box h4 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 45px;
}

/* =========================
   RHS6 Process
   ========================= */
.rhs6 .wp-block-columns {
    align-items: center !important;
    gap: 48px;
}
.rhs6 .wp-block-column:first-child {
    position: relative;
}
.rhs6 .wp-block-column:first-child::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #2447b8 0 33%, #d1d5db 33% 100%);
}
.rsh6-box {
    padding: 40px;
    margin-bottom: 22px;
    background: #ffffff;
    border-radius: 10px;
    margin-left: 50px;
}
.rsh6-box::before {
    content: "";
    position: absolute;
    left: -42px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: #1F3A8A;
}
.rsh6-box:nth-child(2)::before,
.rsh6-box:nth-child(3)::before {
    background: #d1d5db;
}
.rsh6-box > .wp-block-group:first-child {
    align-items: center !important;
    margin-bottom: 26px;
}
.rsh6-box > .wp-block-group:first-child figure {
    margin: 0;
}
.rsh6-box > .wp-block-group:first-child h3 {
    margin: 0 0 0 auto;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: #2447b8;
    margin-top: -55px;
    margin-right: -25px;
}
.rsh6-box:nth-child(2) > .wp-block-group:first-child h3,
.rsh6-box:nth-child(3) > .wp-block-group:first-child h3 {
    color: #9ca3af;
}
.rsh6-box h4 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    color: #111827;
}
.rsh6-box p {
    margin: 0;
    color: #6b7280;
}
.rhs6 .wp-block-column:last-child figure {
    margin: 0;
}
.rhs6 .wp-block-column:last-child figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

/* =========================
   RHS7 Testimonials
   ========================= */
.rhs7 .swiper-button-next, .rhs7 .swiper-button-prev {
    width: 20px;
    border: 1px solid #111111;
    height: 20px;
    padding: 12px;
    border-radius: 50px;
    transition: 0.3s;
}
.rhs7 .swiper-button-next::after, .rhs7 .swiper-button-prev::after {
    content: "";
}
.rhs7 .swiper-button-next:hover, .rhs7 .swiper-button-prev:hover {
    background: #1E40AF;
    border-color: #ffffff;
    transition: 0.3s;
}
.rhs7 .swiper-button-next:hover svg path, .rhs7 .swiper-button-prev:hover svg path {
    fill: #ffffff;
}
.rhs7 span.swiper-pagination-bullet, .rhs3 span.swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    background: #D1D5DC;
    border-radius: 3px;
}

.rhs7 span.swiper-pagination-bullet.swiper-pagination-bullet-active, .rhs3 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1F3A8A;
}

.rhs7 .swiper-pagination {
    margin-bottom: -11px;
}
/* =========================
   RHS9 Bottom CTA
   ========================= */
.rhs9 .wp-block-button a.wp-block-button__link {
    border: none;
}
.rhs9 .wp-block-columns {
    overflow: hidden;
    align-items: center !important;
    gap: 36px;
    padding: 34px 36px;
}
.rhs9 .wp-block-column:first-child {
    padding-left: 6px;
}
.rhs9 h2 {
    max-width: 420px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.12;
}
.rhs9 p {
    max-width: 470px;
    margin: 0 0 26px;
    color: rgba(255,255,255,0.82);
}
.rhs9 .wp-block-buttons {
    margin-bottom: 0;
}
.rhs9 .wp-block-column:last-child figure {
    margin: 0;
}
.rhs9 .wp-block-column:last-child figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

ul.wp-block-navigation__container ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu li:hover a {
    color: #ff4800 !important;
}
/* Desktop and Tablet */
@media only screen and (min-width:768px) {
    .roof-header > .wp-block-group {
        border-radius: 109px !important;
    }
    .wp-block-group.alignfull.tse-section.rhs1 {
        margin-top: -100px;
    }
    .roof-header {
        z-index: 99999;
        padding-top: 20px;
        margin-top: 20px;
        transition: 0.3s;
    }
    .rhs7 .swiper-wrapper {
        padding-top: 120px;
    }
    .rhs7 .wp-block-tanvir-blocks-my-slider.swiper {
        margin-top: -126px;
    }
    .rhs7 .swiper-button-prev {
        right: 70px;
        left: auto !important;
    }
    .rhs7 .swiper-button-next, .rhs7 .swiper-button-prev {
        top: 24px;
    }
    .rhs7 .swiper-pagination,.rhs3 .swiper-pagination {
        display: none;
    }

    .wp-block-group.ts-fixed-m.ts-header-footer-call {
        display: none;
    }
}
/* Desktop Layout: 1025 < */
@media only screen and (min-width:1025px) {
    
    .rhs3 .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        transform: none !important;
        width: 100% !important;
    }
    .rhs3 .swiper-slide {
        width: auto !important;
        margin: 0 !important;
        min-width: 0 !important;
    }
    .rsh3slid-box {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .rsh3slid-box > .wp-block-group {
        gap: 16px;
        width: 50%;
    }

    .rhs7 .wp-block-tanvir-blocks-slide.swiper-slide {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 18px;
    }
    .rhs7 .wp-block-tanvir-blocks-slide.swiper-slide > .wp-block-group {
        width: 50%;
    }
    .wp-block-group.rsh7-testimonial-text-wrap .wp-block-group:nth-child(1) p {
        padding: 36px 0;
        font-size: 24px;
        color: #262626;
        font-weight: 400;
    }

}
/* Tablet Layout: 1024 => 768px */
@media only screen and (min-width:768px) and (max-width:1024px) {
    /* RHS1 HERO SECTION On */
    .rhs1 .roof-hero-inner {
        min-height: auto;
        padding: 24px;
        border-radius: 28px !important;
    }
    .rhs1 {
        padding: 18px !important;
    }
    .rhs1 .wp-block-column:first-child,
    .rhs1 .wp-block-column:last-child {
        min-height: auto;
    }

    .rhs1 .wp-block-column:first-child > .wp-block-image:first-child {
        margin-top: 150px;
    }
    .rhs1-box-wrap {
        max-width: 100%;
        gap: 14px;
    }

    .rhs1-box {
        min-height: 190px;
        padding: 20px 18px 16px !important;
    }

    .rhs1-box .tanvir-block-des {
        font-size: 24px !important;
    }

    .rhs1-box h4 {
        font-size: 19px;
    }

    .rhs1-box p {
        font-size: 15px;
    }

    .rhs1 .wp-block-column:first-child > h1 {
        font-size: 50px;
    }
    .rhs1-right-btn-text p {
        padding-left: 30px;
    }
    .rhs1 .wp-block-column:last-child > p {
        max-width: 430px;
        font-size: 22px;
    }

    .rhs1 .wp-block-button .wp-block-button__link {
        min-height: 68px;
        font-size: 17px;
        padding: 14px 16px 14px 24px;
    }
    /* RHS1 HERO SECTION On */
    
    .rhs2 .wp-block-columns:first-child,
    .rhs3 .wp-block-columns:first-child {
        gap: 24px;
    }
    .rsh2-box {
        padding: 28px;
    }
    .rsh2-box h3 {
        font-size: 26px;
    }
    .trava-stats-section {
        gap: 16px;
    }
    .trava-stats-section > .wp-block-column > .wp-block-group {
        padding: 22px 18px;
    }
    .trava-stats-section h3 {
        font-size: 40px;
    }

    .rhs3 .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        transform: none !important;
        width: 100% !important;
    }
    .rhs3 .swiper-slide {
        width: auto !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    .rhs4 .wp-block-columns {
        gap: 18px;
    }
    .rsh4-box {
        padding: 18px 14px;
    }
    .rsh4-box h3 {
        font-size: 18px;
    }

    .rsh5-call-box {
        right: 24px;
        bottom: 24px;
        min-width: 220px;
    }
    .rsh5-call-box h4 {
        font-size: 22px;
    }

    .rhs6 .wp-block-columns {
        gap: 28px;
    }
    .rsh6-box > .wp-block-group:first-child h3 {
        font-size: 40px;
    }
    .rhs9 .wp-block-columns {
        padding: 28px;
        gap: 24px;
    }
    .rhs9 h2 {
        font-size: 34px;
    }
}

/* Mobile Layout: 767px => 360px */
@media (max-width: 767px) {
    body p {
        font-size: 14px;
    }
    .rs-80 {
        padding: 48px 20px;
    }
    .rs-title h2.wp-block-heading {
        font-size: 24px;
        margin-bottom: 32px;
        margin-top: 16px;
    }
    .rs-title .wp-block-tanvir-blocks-my-icon-img {
        display: flex;
        justify-content: center;
    }
	
	.wp-block-columns.roof-social-share .wp-block-column {
		justify-content: center;
		display: flex;
	}
	.wp-block-columns.roof-social-share .wp-block-column nav ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}

    /* RHS1 HERO SECTION On */
    .rhs1 {
        padding: 18px !important;
    }

    .rhs1-right-btn-text p {
        padding-left: inherit;
    }
    .rhs1 .wp-block-buttons {
        padding-right: inherit;
    }
    
    .rhs1 .wp-block-column:first-child,
    .rhs1 .wp-block-column:last-child {
        width: 100% !important;
        flex-basis: auto !important;
        min-height: auto;
        padding: 0;
    }

    .rhs1 .wp-block-column:first-child {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .rhs1 .wp-block-column:first-child > .wp-block-image:first-child {
        position: relative;
        top: auto;
        left: auto;
        margin: 22px 0 18px;
        max-width: 270px;
    }

    .rhs1-box-wrap {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0 0 22px;
    }

    .rhs1-box {
        min-height: auto;
        padding: 18px 18px 16px !important;
        border-radius: 18px;
    }

    .rhs1-box .wp-block-tanvir-blocks-my-icon-img {
        margin-bottom: 12px;
    }

    .rhs1-box .tanvir-block-des {
        font-size: 24px !important;
    }

    .rhs1-box h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .rhs1-box p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.5;
    }

    .rhs1 .wp-block-column:first-child > h1 {
        order: 2;
        max-width: 100%;
        margin: 0 0 16px;
        font-size: 40px;
        line-height: 0.96;
        letter-spacing: -0.04em;
    }

    .rhs1 .wp-block-column:last-child > p {
        max-width: 100%;
        margin: 0 0 22px;
        font-size: 16px;
        line-height: 1.35;
    }

    .rhs1 .wp-block-buttons {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .rhs1 .wp-block-button,
    .rhs1 .wp-block-button .wp-block-button__link {
        width: 100%;
    }

    .rhs1 .wp-block-button .wp-block-button__link {
        min-height: 58px;
        padding: 12px 16px 12px 22px;
        font-size: 16px;
    }
    .rhs1 .wp-block-button.is-style-outline .wp-block-button__link {
        justify-content: center;
    }

    .rhs1 .wp-block-button:not(.is-style-outline) .r-btn-icon svg {
        width: 38px;
        height: 38px;
    }

    .rhs1 .wp-block-button.is-style-outline .r-btn-icon svg {
        width: 16px;
        height: 16px;
    }
    /* RHS1 HERO SECTION Off */
    /* RHS8 Areas we serve SECTION On */
    .roof-map-info-wrap .wp-block-group.roof-map-info {
        padding: 10px 20px;
    }
    /* RHS8 Areas we serve SECTION Off */
    
    .rhs2 .wp-block-columns:first-child,
    .rhs3 .wp-block-columns:first-child {
        gap: 10px;
        margin-bottom: 24px;
    }
    .rhs2 .wp-block-column.is-vertically-aligned-center > p {
        max-width: 100%;
        margin-left: 0;
    }
    .rsh2-box {
        padding: 20px;
        border-radius: 14px;
        margin-bottom: 20px;
    }
    .rsh2-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .rsh2-box > p {
        margin-bottom: 18px;
    }
    .trava-stats-section {
        gap: 12px;
    }
    .trava-stats-section > .wp-block-column > .wp-block-group {
        padding: 18px 16px;
        border-radius: 14px;
    }
    .trava-stats-section h3 {
        font-size: 34px;
    }
    .trava-stats-section p.has-accent-1-color {
        font-size: 16px;
    }

    .rhs3 .swiper {
        overflow: hidden;
    }
    .rsh3slid-box {
        padding: 10px;
        border-radius: 14px;
    }
    .rsh3slid-box > figure {
        margin-bottom: 14px;
        border-radius: 12px;
    }
    .rsh3slid-box > figure img {
        height: 175px;
        border-radius: 12px;
    }
    .rsh3slid-box > .wp-block-group h3 {
        font-size: 18px;
    }
    .rhs3 .swiper-pagination {
        margin-top: 18px;
    }
    .rhs3 .swiper-button-prev,
    .rhs3 .swiper-button-next {
        display: none !important;
    }
    .rhs3 .ts-none-d {
        margin-top: 24px;
    }

    .rhs4 .wp-block-columns {
        gap: 16px;
        margin-bottom: 24px;
    }
    .rsh4-box {
        margin-bottom: 14px;
        padding: 18px 16px;
        border-radius: 14px;
    }
    .rsh4-box h3 {
        font-size: 18px;
    }
    .rhs4 .wp-block-column:nth-child(2) figure img {
        border-radius: 14px;
    }

    .rhs5 .virza-img-100 img {
        min-height: 250px;
        border-radius: 14px !important;
    }
    .rsh5-call-box {
        position: static;
        min-width: 100%;
        margin-top: 16px;
        padding: 14px 16px;
        border-radius: 14px;
    }
    .rsh5-call-box h4 {
        text-align: center;
    }
    .rsh5-call-box h4 a {
        font-size: 25px;
    }
    .rsh5-call-box .wp-block-tanvir-blocks-my-icon-img {
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
    }
    .rhs6 .wp-block-columns {
        gap: 22px;
    }
    .rhs6 .wp-block-column:first-child::before {
        left: 11px;
    }
    .rsh6-box {
        padding-left: 30px;
        padding-bottom: 22px;
        margin-bottom: 16px;
    }
    .rsh6-box::before {
        left: -44px;
    }
    .rsh6-box > .wp-block-group:first-child h3 {
        font-size: 28px;
    }
    .rsh6-box h4 {
        font-size: 17px;
    }
    .rhs6 .wp-block-column:last-child {
        order: -1;
    }
    .rhs6 .wp-block-column:last-child figure img {
        border-radius: 14px;
    }
    .rhs7 .swiper-wrapper {
        padding-bottom: 120px;
    }
    .rhs7 .swiper-button-next, .rhs7 .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
    .rhs7 .swiper-pagination {
        margin-bottom: 60px;
    }
    .wp-block-group.rsh7-testimonial-text-wrap .wp-block-group:nth-child(1) p {
        padding: 24px 0;
        font-size: 20px;
        color: #262626;
        font-weight: 400;
    }
    .rsh7-testimonial-text-wrap figure.wp-block-image {
        margin-top: 32px;
    }
    .hs8map-info-box {
        padding: 24px 10px;
        position: unset;
        right: unset;
        bottom: unset;
    }
    .hs8map-info-box .hs8map-info p {
        width: auto;
        padding-right: unset;
    }
    .rhs9 .wp-block-columns {
        padding: 20px;
        gap: 20px;
        border-radius: 14px !important;
    }
    .rhs9 h2 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .rhs9 p {
        margin-bottom: 18px;
    }
    .rhs9 .wp-block-column:last-child {
        order: 2;
    }
    .rhs9 .wp-block-column:last-child figure img {
        border-radius: 12px;
    }

    a.ts-button.ts-button-call {
        padding: 7px 15px !important;
        border-radius: 40px !important;
    }
    .roof-header .wp-block-site-logo img {
        width: 127px;
    }
    .roof-map-info-wrap {
        margin-top: 48px;
    }

    .wp-block-group.ts-fixed-m.ts-header-footer-call {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999999;
        background: #101828 !important;
        padding: 20px 0;
    }
    .wp-block-group.roof-footer {
        margin-bottom: 54px;
    }
}

