p {
   margin-block-end: 1rem !important;
}
body .wp-block-group.container, .wp-block-group.alignfull > .container {
        max-width: 1320px !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
}
.wp-block-buttons .wp-block-button__link {
    padding: 0 !important;
}
.site-logo .wp-block-site-logo,
.site-logo .custom-logo-link,
.footer-logo .wp-block-site-logo,
.footer-logo .custom-logo-link {
    display: block;
    margin-inline: auto;
}

.site-logo .wp-block-site-logo img,
.site-logo .custom-logo-link img {
    width: 100%;
    max-width: 275px;
    margin-inline: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(883%) hue-rotate(195deg) brightness(120%) contrast(100%);
}

.footer-logo .wp-block-site-logo img,
.footer-logo .custom-logo-link img {
    width: 100%;
    max-width: 100%;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(6%) hue-rotate(67deg) brightness(87%) contrast(100%);
}

.scrolled .site-logo .wp-block-site-logo img,
.scrolled .site-logo .custom-logo-link img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(341deg) brightness(103%) contrast(103%);
}

body {
    font-family: "Funnel Sans", sans-serif;
}

.text-block .feature-title {
    font-weight: 600;
    display: block;
    /* margin-bottom: 0.35rem; */
    margin-bottom: 0 !important;
        font-family: var(--bs-body-font-family);
}

p,
a,
button,
li {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Caprasimo", serif;
    font-weight: 400;
    line-height: 1.2;
}


.site-btn1 {
    border-radius: 0;
    font-family: "Funnel Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 17px;
    font-weight: 600;
    padding: 6px 18px;
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    letter-spacing: 0px;
    background: #1c71d5;
    text-decoration: none;
    color: #fff;
}

.site-btn1:hover {
    background-color: #2E8B57;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
    margin-top: 35px;
}

/* normal dots */
.slick-dots li button {
    background-color: #cbcece;
    font-size: 0;
    width: 35px;
    height: 12px;
    border: 1px solid #d0cccc5d;
    border-radius: 0px;
}

/* active dot */
.slick-dots li.slick-active button {
    background-color: #d72020;
}

section {
    padding: 70px 0px;
}

.section-title h2 {
    font-size: 45px;
    color: #000;
    font-style: normal;
    text-transform: capitalize;
}

.site-header {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
    background-color: transparent;
    padding: 0;
}

/* Quick actions row: mobile only (see min-width 992 hide rule) */
nav.header-cta-bar {
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
}

.header-cta-cell[aria-current="page"] {
    box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.45);
}

.header-cta-row {
    display: flex;
    width: 100%;
    margin: 0;
}

.header-cta-cell {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    padding: 0.65rem 0.5rem;
    min-height: 3.25rem;
    transition: opacity 0.2s ease, filter 0.2s ease;
}
.site-header.scrolled .site-btn1 .wp-block-navigation-item__label {
    color: #fff;
}
.header-cta-cell:hover,
.header-cta-cell:focus-visible {
    color: #fff;
    filter: brightness(1.08);
    outline: none;
}

.header-cta-cell:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.85);
}

.header-cta-dealer {
    background-color: #2e8b57;
}
.header-cta-dealer a {
    color: #fff;
}

.header-cta-call {
    background-color: #1c71d5;
}
.header-cta-call a {
      color: #fff;
      text-decoration: none;
}
.header-cta-cal .header-cta-label {
    display: none;
}
.header-cta-label {
    display: block;
}

.header-cta-sublabel {
    display: block;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    text-transform: none;
    margin-top: 0.15rem;
}

.header-main-wrap {
    padding: 18px 12px 14px;
}

.main-header-desktop {
    display: none;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}

.main-header-mobile {
    display: none;
    align-items: center;
    grid-template-columns: 2.75rem 1fr 2.75rem;
    width: 100%;
    gap: 0.35rem;
}

.header-mobile-spacer {
    width: 2.75rem;
    height: 1px;
}

.header-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: transparent;
    cursor: pointer;
    border-radius: 0;
}

.header-menu-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.header-menu-bar {
    display: block;
    width: 1.35rem;
    height: 2px;
    background-color: #fff;
}

.scrolled .header-menu-toggle {
    border-color: #1c71d5;
}

.scrolled .header-menu-bar {
    background-color: #1c71d5;
}

.header-nav-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.35rem;
    padding-top: 0.5rem;
}

.customers-grid > p:not(:has(*)) {
  display: none !important;
}
.blog-grid > p:not(:has(*)) {
  display: none;
}

@media (max-width: 991.98px) {
    .header-nav-collapse {
        background-color: rgba(0, 0, 0, 0.35);
    }

    .site-header.scrolled .header-nav-collapse {
        background-color: #fff;
    }
}

.scrolled .header-nav-collapse {
    border-top-color: #e4e9ef;
}

.header-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.header-mobile-nav li a {
    display: block;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-mobile-nav li:last-child a {
    border-bottom: none;
}

.header-mobile-nav li a:hover,
.header-mobile-nav li a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.scrolled .header-mobile-nav li a {
    color: #111;
    border-bottom-color: #e8ecf1;
}

.scrolled .header-mobile-nav li a:hover,
.scrolled .header-mobile-nav li a:focus-visible {
    background: #f0f4f8;
    color: #1c71d5;
}

@media (min-width: 992px) {
    .main-header-desktop {
        display: grid;
    }

    .main-header-mobile,
    .header-nav-collapse {
        display: none !important;
    }

    .header-main-wrap {
        padding: 22px 12px 26px;
    }
}

@media (max-width: 991.98px) {
    .main-header-mobile {
        display: grid;
        grid-template-columns: inherit;
            justify-content: flex-start;
    }


    .site-logo-mobile {
        justify-self: center;
    }

    .site-logo-mobile a {
        display: block;
    }
}

.scrolled {
    background: #fff;
    border: 1px solid #eee;
    position: fixed;
    width: 100%;
    z-index: 121212;
}

.scrolled .site-btn1 {
    color: #fff;
}

.scrolled nav ul li a {
    color: #000;
}

.scrolled .site-logo a img {

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(341deg) brightness(103%) contrast(103%);
}

.nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}

.site-lgo a img {
    width: 100%;
    max-width: 188px;
    margin-inline: auto;
    display: block;
}

.site-logo a img {
    width: 100%;
    max-width: 275px;
    margin-inline: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(883%) hue-rotate(195deg) brightness(120%) contrast(100%);
}

.hero-section {
    background-image: url(../images/SLIDE.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    padding: clamp(11.5rem, 22vw, 13.5rem) 0 50px;
}

.hero-section .container {
    position: relative;
    z-index: 111;
}

.hero-section::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
background-color: #000000b3;
    inset: 0;
}
.wp-element-button:focus {
    outline: none !important;
}

.hero-section .main-grid-bx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;

}


.hero-section .text-block h2 {
    font-size: 75px;
    color: #fff;
}

.hero-section .text-block p {
    font-size: 18px;
    color: #fff;
    max-width: none;
}

.hero-section .text-block h2 span {
    display: inline;
    font-weight: inherit;
    margin-bottom: 0;
}

.hero-section {
    position: relative;
    overflow: hidden;
    /* important */
}

/* wave positioning */
.hero-section .section-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.hero-section .section-wave svg {
    fill: #fff;
}

.hero-section .section-wave svg {
    display: block;
    width: 100%;
    height: 170px;
    transform: rotate(180deg);

}



.hero-section .text-image {
    position: relative;
}


.hero-section .text-image img {
    width: 100%;
    max-width: 650px;
    margin-inline: auto;
    display: block;
    position: relative;
    top: 40px;
    animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.new-about {
    position: relative;
}

.Nature-Section .text-block h3 span {
    display: block;
}

.new-about::before {
    position: absolute;
    content: '';
    height: 400px;
    width: 400px;
    background-image: url(../images/footer-bg.png);
    right: 4px;
    top: -19px;
    z-index: -1;
    transform: rotate(91deg);
    display: none;
}

.main-about {
    background-color: transparent;
     background-image: linear-gradient(180deg, #d9eef9 70%, #FFFFFF 100%);
}

.main-about .main-about-grid {
    display: grid;
    grid-template-columns: 40% 60% !important;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.main-about .center-bx img {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    display: block;
    transform: scale(1.1);
    mix-blend-mode: darken;
    animation: upDown 2s ease-in-out infinite;

}

.main-block {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: auto;
}

.main-block:last-of-type {
    margin: 0px;
    padding: 0px;
    border: transparent;
}

.main-block .icon {
    line-height: 20px;
    align-items: center;
    font-size: 35px;
    margin-bottom: 0px;
    -webkit-text-stroke: 2px #1c71d5;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
    position: relative;
    top: 14px;
        width: 52px;
}

.right-main-block {
    margin-block: 24px;
}

.main-about .text-block span {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
    font-family: var(--bs-body-font-family);
}
.left-bx .wp-block-group p {
    margin-bottom: 0 !important;
}

.product-section {
    background-image: linear-gradient(180deg, #EEF9FF 70%, #FFFFFF 100%);


}
.review-section {
    padding: 30px 0;
}
.product-section {
    overflow: hidden;
}

.product-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}

.product-section .product-image img {
    width: 100%;
    max-width: 350px;
    margin-top: 50px;
    margin-inline: auto;
}

.product-section .product-content {
    text-align: center;
}

.product-section .product-content .section-title h2 {
    text-align: center;
}

.product-section .section-title h2 {
    text-align: center;
    margin-bottom: 10px;
}

.product-section .section-head {
    margin-bottom: 50px;
}

.product-section .section-head p {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
}

.product-section .product-content {
    text-align: center;
    margin-top: 20px;
}

.product-section .product-content h4 {
    font-weight: 22px;
}

.product-section .product-content p {
    width: 100%;
    max-width: 288px;
    margin-inline: auto;
    margin-bottom: 0px;
}

.product-section .product-card img {
    transition: 0.7s;

}

.product-section .product-card {
    border-left: 1px solid #d0cccc;
    transition: 0.7s;
}

.product-section .product-card:hover img {
    transform: scale(1.05);
    cursor: pointer;
}


.product-section .btn-block {
    margin-top: 30px;
}

.Nature-Section .text-block .wp-block-buttons.btn-block {
    justify-content: center;
    width: 100%;
}

.Nature-Section {
    min-height: 600px;
    background-image: url(../images/parallax_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top !important;
    background-attachment: fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.Nature-Section .text-block p {
    color: #fff;
    width: 100%;
    max-width: 759px;
    margin-inline: auto;
}

.Nature-Section .text-block h3 {
    font-size: 60px;
    color: #fff;
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.Nature-Section .container {
    position: relative;
    z-index: 11;
}

.Nature-Section::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background-color: rgb(0 0 0 / 75%);
}

.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-grid .main-card .img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.blog-grid .main-card {
    padding: 15px;
    box-shadow: 2px 2px 2px #ccc;
    background: #fff;
    border: 1px solid #eee;
}

.blog-esction {
      background-image: linear-gradient(180deg, #d9eef9 70%, #FFFFFF 100%);
        padding: 30px;
}

.blog-esction .card-text h5 {
    font-size: 23px;
    margin-top: 16px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-esction .card-text p {

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;

}

.customers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 70px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.customers-grid .card-top .card-image {
    height: 45px;
    width: 45px;
    background: #eef9ff;
    padding: 6px;
    border: 1px solid #eee;
}

.customers-grid .card-top .card-image img {
    width: 100%;
    max-width: 100%;
}

.customers-grid .icon-block {
    display: flex;
    align-items: center;
    gap: 4px;
    color: orange;
    padding: 15px 0;
}

.customers-grid p {
    margin: 20px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    max-width: 378px;
    margin-top: 0 !important;
}

.customers-grid h2 {
    color: #000;
    font-size: 22px;
    margin-bottom: 0px;
}

.site-footer {
    background-color: #1c71d5;
}

.footer-col .site-btn1 {
    background-color: #fff;
    color: #1c71d5;
}

.footer-col .site-btn1:hover {
    background-color: #2E8B57;
    color: #fff;
}

.footer-grid {
    display: grid;
    padding: 70px 0px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .footer-grid {
        align-items: start;
        column-gap: clamp(1rem, 3vw, 2rem);
    }

    .footer-grid > .footer-col:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.22);
        border-right: 1px solid rgba(255, 255, 255, 0.22);
        padding-left: clamp(1rem, 2.5vw, 2rem);
        padding-right: clamp(1rem, 2.5vw, 2rem);
    }
}

.footer-title h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    margin-bottom: 30px;
}

.footer-grid .footer-col ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-grid .footer-col ul li {
    margin-bottom: 25px;
}

.footer-grid .footer-col ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 22px !important;
}
.footer-grid .main-block-root {
    align-items: center;
}
.site-header {
    transition: 0.3s ease;
}

.location-name {
    margin-top: 22px;
}

.footer-logo {
    background: #fff;
    padding: 10px;
    width: 100%;
    max-width: 315px;
    margin-inline: auto;
    outline: 2px solid #000;
    outline-offset: -5px;
    margin-bottom: 17px;
}

.footer-logo img {
    width: 100%;
    max-width: 100%;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(6%) hue-rotate(67deg) brightness(87%) contrast(100%);
}

.primary-phone {
    flex-direction: column;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.footer-col h6 {
    color: #fff;
    font-weight: 600 !important;
    font-family: "Funnel Sans", sans-serif;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.location-info p {
    display: flex;
    color: #fff;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    text-align: left;
    align-items: start;
}


.footer-col:last-child p {
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee4f;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.footer-col:last-child p:last-child {
    border: 0px;
}

.footer-col:last-child {
    width: 100%;
    max-width: 300px;
    /* margin-left: auto; */
}


.footer-col:nth-last-of-type(2) {
    width: 100%;
    position: relative;
    max-width: 321px;
}

.footer-end p {
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    border-top: 1px solid #ffffff54;
    padding: 10px 0px;
}

.footer-col:last-child h6 {
    justify-content: start;
}

.footer-col:last-child p {
    align-items: start;
    border: 0px;
}

.main-block-root * {
    color: #fff;
}

.main-block-root {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 9px;
}

.main-block-root span {
    color: #fff;
}

.footer-col:last-child .location-info span {
    color: #fff;
    margin-bottom: 0px !important;
    display: flex;
}

.main-block-root:last-child {
    margin-bottom: 0px !important;
    border-top: 1px solid #eeeeee3b;
    padding-top: 15px;
    margin-top: 15px;
    width: max-content;
}

.two-root > .main-block-root:last-child {
    border-top: none;
    margin-top: 0.65rem;
    padding-top: 0;
    width: auto;
    max-width: none;
}

.main-block-root:last-child i {
    margin-top: 4px;
}

.footer-button {
    margin-top: 24px;
}

.location-info span {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.main-block-root2 {
    margin-top: 15px;
    border-top: 1px solid #eeeeee3b;
    width: 48%;
    padding-top: 15px;
}

.footer-center-end h5 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    fill: rgb(0 0 0) !important;
    color: currentColor;
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none;
    background: #fff !important;
    color: #000;
}
.social-icon {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.social-icon a {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    color: #1c71d5;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icon a:hover {
    background-color: #2E8B57;
    color: #fff;
}

@media (max-width: 1366.98px) {
    header .container {
        max-width: 100%;
    }
}

.location-info span {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.primary-phone strong {
    font-size: 17px;
}

.main-block-root2 a {
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
}

.primary-phone a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.WhatsApp-block {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;

}

.WhatsApp-bloc {
    display: flex;
    gap: 5px;
    text-decoration: none;
}

/* ----- Global fluid media ----- */
img {
    max-width: 100%;
    height: auto;
}

.two-root {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem 1rem;
    width: 100%;
}

.two-root > .main-block-root {
    flex: 1 1 auto;
    min-width: min(100%, 11rem);
}
.card-text {
    text-align: left;
}
.footer-end p {
    margin-bottom: 0 !important;
}
@media (max-width: 1269px) {
    .nav.header-cta-bar {
        display: block !important;
    }
    .main-about {
        padding: 40px 52px;
    }
    .wp-block-columns.main-grid-bx {
            padding: 0 40px;
    }
}

/* Laptop / small desktop: scale hero headline before full mobile stack */
@media (max-width: 1199.98px) {
    .hero-section:not(.inner-page-hero) .text-block h2 {
        font-size: clamp(2.75rem, 5.5vw, 4.25rem);
        line-height: 1.08;
    }

    .hero-section:not(.inner-page-hero) .main-grid-bx {
        gap: 28px;
    }
}

/* ----- Tablet and below (≤991px) ----- */
@media (max-width: 991.98px) {
    nav.header-cta-bar {
        display: block;
    }

    .site-header {
        padding: 0;
    }

        .header-main-wrap .site-logo a img {
        max-width: 53%;
        margin-left: 0;
    }
    .header-menu-toggle {
        display: none !important;
    }
    .header-cta-call .header-cta-label {
        display: none;
    }
    .hero-section {
        padding: clamp(6.5rem, 18vw, 9rem) 0 clamp(2.5rem, 8vw, 3.5rem);
        background-attachment: scroll;
    }

    .hero-section .main-grid-bx {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }

    .hero-section .text-block h2 {
        font-size: clamp(2.25rem, 7vw, 3.75rem);
        line-height: 1.1;
    }

    .hero-section .text-block p {
        font-size: clamp(1rem, 2.5vw, 1.125rem);
        max-width: 36rem;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-section .text-image img {
        top: 0;
        max-width: min(100%, 420px);
    }

    .hero-section .section-wave svg {
        height: clamp(72px, 14vw, 120px);
    }

    .section-title h2 {
        font-size: clamp(1.85rem, 5vw, 2.5rem);
    }

    section {
        padding: 48px 0;
    }

    .main-about .main-about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .main-about .center-bx img {
        max-width: min(100%, 380px);
        transform: scale(1);
    }

    .Nature-Section {
        min-height: 0;
        padding: 56px 0;
        background-attachment: scroll;
    }

    .Nature-Section .text-block h3 {
        font-size: clamp(1.75rem, 6vw, 2.75rem);
        max-width: 100%;
    }

    .Nature-Section .text-block p {
        font-size: 16px;
        padding: 0 0.25rem;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .blog-grid .main-card .img img {
        height: auto;
        min-height: 200px;
        max-height: 280px;
    }

    .customers-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .customers-grid p {
        max-width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding: 40px 0 32px;
        gap: 2.5rem;
    }

    .footer-grid > .footer-col:nth-child(2) {
        border-left: none;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-col:nth-last-of-type(2),
    .footer-col:last-child {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-logo {
        max-width: 280px;
    }

    .main-block-root2 {
        width: 100%;
    }

    .main-block-root:last-child {
        width: 100%;
        max-width: 100%;
    }

    /* Footer: center all content on mobile / tablet */
    .site-footer .footer-col {
        text-align: center;
        justify-items: center;
    }

    .site-footer .footer-title h2 {
        text-align: center;
    }

    .site-footer .location-info {
        text-align: center;
        align-items: center;
    }

    .site-footer .location-info span {
        text-align: center;
        display: block;
        width: 100%;
    }

    .site-footer .main-block-root {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }

    .site-footer .main-block-root span,
    .site-footer .main-block-root strong,
    .site-footer .main-block-root a {
        text-align: center;
    }

    .site-footer .two-root {
        justify-content: center;
        align-items: center;
    }

    .site-footer .footer-button {
        display: flex;
        justify-content: center;
    }

    .site-footer .con-info {
        text-align: center;
    }

    .site-footer .primary-phone {
        align-items: center;
    }

    .site-footer .footer-center-end h5 {
        text-align: center;
    }

    .site-footer .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer .footer-logo a {
        display: inline-block;
    }

    .site-footer .WhatsApp-bloc {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .header-cta-dealer a {
        text-decoration: none;
    }
    .main-grid-bx .btn-block {
            justify-content: center;
    }
    .hero-section .wp-block-image img, .hero-section .text-image img {
            width: 25% !important;
    }
    .hero-section .section-wave .section-wave-image img, .hero-section .section-wave img {
            width: 100% !important;
    }
    .scrolled {
        position: relative;
    }
    .main-about .main-about-grid {
        grid-template-columns: 100% !important;
    }
    .blog-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    body .site-header {
        display: block !important
    }
    .mob-menu-logo-holder {
        display: none;
    }
    .mob-menu-header-holder {
        height: auto !important;
        position: absolute !important;
    }
    .mobmenur-container {
        top: 86px !important;
                right: 26px !important;
    }
    .mobmenur-container i {
        color: #FFF;
        background-color: #1c71d5 !important;
        width: 36px;
        height: 36px;
                line-height: 35px !important;
    }
    .mob-icon-menu:before {
            margin-left: 3px !important;
    }
    .mobmenu-right-panel {
        background-color: #2e8b57 !important;
        width: 300px !important;
    }
    .mobmenu-right-panel .mob-cancel-button {
        color: #fff !important;
        background-color: #1c71d5 !important;
    }
    .mobmenu-right-panel li, .rightmbottom, .rightmtop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
        font-size: 16px;
        color: #fff !important;
            font-family: "Funnel Sans", sans-serif !important;
            text-transform: capitalize !important;
    }
        .mobmenu-content #mobmenuright li:hover {
        background-color: #1c71d5 !important;
    }
        .mobmenu-content #mobmenuright > li > a:hover {
         background-color: #1c71d5 !important;
    }
    #mobmenuleft, #mobmenuright {
        margin-top: 40px !important;
    }
       .blog-detail-featured-img img {
        float: none !important;
        margin-left: 0 !important;
            max-width: 100% !important;
    }
}

/* ----- Small phones (≤575px) ----- */
@media (max-width: 575.98px) {
    .header-mobile-nav li a {
        font-size: 0.9375rem;
    }

    .header-cta-label {
        font-size:16px;
    }

    .header-cta-sublabel {
        font-size: 16px;
    }

    .site-btn1 {
        font-size: 15px;
        padding: 8px 14px;
    }

    .hero-section .text-block h2 {
        font-size: clamp(1.85rem, 9vw, 2.65rem);
    }

    section {
        padding: 40px 0;
    }

    .blog-esction .card-text h5 {
        font-size: 1.125rem;
    }

    .footer-title h2 {
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }

    .two-root {
        flex-direction: column;
        align-items: stretch;
    }

    .two-root > .main-block-root {
        min-width: 0;
        width: 100%;
    }
    .hero-section .wp-block-image img, .hero-section .text-image img {
        width: 62% !important;
    }
        .mobmenur-container {
        top: 76px !important;
        right: 13px !important;
    }
        .header-main-wrap .site-logo a img {
        max-width: 71%;
        margin-left: 0;
    }
        .main-about {
        padding: 40px 18px;
    }
    .main-block .icon {
            width: 174px;
    }
    .blog-esction {
        padding: 30px 0;
    }
 
}

/* ----- Two-column blog / reviews on medium widths ----- */
@media (min-width: 576px) and (max-width: 991.98px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .customers-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .customers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}