:root {
    --theme-color: #E7004C;
    --theme-color05: rgb(231, 0, 76, 0.05);
    --theme-color15: rgb(231, 0, 76, 0.15);
    --theme-color20: rgb(231, 0, 76, 0.2);
    --theme-color25: rgb(231, 0, 76, 0.25);
    --lavender-blush: #FEF2F6;
    --flower-pink: #FBCEDD;
    --White: #FFFFFF;
    --White12: rgba(255, 255, 255, 0.12);
    --White25: rgba(255, 255, 255, 0.25);
    --White80: rgba(255, 255, 255, 0.8);
    --off-white: #F6F6F6;
    --catskill-white: #EEF5F7;
    --Black: #000000;
    --Black12: rgba(0, 0, 0, 0.12);
    --Black20: rgba(0, 0, 0, 0.20);
    --Black25: rgba(0, 0, 0, 0.25);
    --Black35: rgba(0, 0, 0, 0.35);
    --Black50: rgba(0, 0, 0, 0.5);
    --Black60: rgba(0, 0, 0, 0.6);
    --Black65: rgba(0, 0, 0, 0.65);
    --Black75: rgba(0, 0, 0, 0.75);
    --Black80: rgba(0, 0, 0, 0.80);
    --Black85: rgba(0, 0, 0, 0.85);
    --gray: #E4E4E4;
    --smooth-grey: #CCCCCC;
    --droplet: #DBEEF1;
    --sora: "Sora", sans-serif;

    /* Hubspot */
    --hsf-background__padding: 0px;
}

:root {
    --hsf-global__font-family: 'impact';
    --hsf-global__font-size: 18px;
    --hsf-global__color: #fff;
    --hsf-background__background-color: #000;
}

.hsfc-Step__Content {
    padding: 0 !important;
}

.hsf-form-frame {
    --hsf-background__padding: 0px !important;
}

body,
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--White);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

button {
    outline: none;
    transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

.container {
    max-width: 1456px;
    margin: 0 auto;
    padding: 0 12px;
}

.theme-btn {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 16px;
    max-width: max-content;
    width: 100%;
}

.theme-btn:hover {
    background-color: var(--Black);
    color: var(--White);
}

.heading {
    color: var(--Black);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}



/* Topbar CSS */

.topbar {
    background-color: var(--Black);
    padding: 14px 0;
}

.home-topbar.topbar {
    background-color: var(--White);
}

.topbar-row {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.home-topbar .topber-login-btn {
    color: var(--Black);
}

.topber-login-btn {
    color: var(--White);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.topber-login-btn svg {
    max-width: 12px;
}

.home-topbar .topber-login-btn svg path {
    stroke: var(--Black);
}

/* Topbar CSS */

/* Header CSS */

header.home-header {
    margin: 0 0 -128px;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-bg {
    background-color: var(--White);
}

.header {
    background-color: transparent;
    padding: 20px 0;
    transition: all 1s ease-in-out;
}

.home-header .header {
    padding: 40px 0;
}

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

.home-header .header-row {
    padding: 0 40px;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0;
}

.header-logo a img {
    max-height: 48px;
}

.header-menu>ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    position: relative;
}

.header-menu>ul>li {
    list-style: none;
}

.header-menu>ul>li>a {
    color: var(--Black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 0;
}

.header-menu>ul>li>a img {
    max-width: 16px;
    width: 100%;
}

.header-menu .theme-btn {
    color: var(--White);
    padding: 16px;
}

.header-menu .theme-btn:hover {
    color: var(--White);
}

.submenu {
    background-color: var(--White);
    border: 1px solid var(--gray);
    border-radius: 8px;
    display: none;
    position: absolute;
    top: 100%;
    min-width: 160px;
    max-width: max-content;
    width: 100%;
}

.dropdown.active>.submenu {
    display: block;
}

.header-menu .submenu li a {
    color: var(--Black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px;
}

.header-menu .submenu li a:hover {
    color: var(--theme-color);
}

.toggle-menu {
    display: none;
}

/* Header CSS */

/* Hero CSS */

.hero-row {
    background: linear-gradient(180deg, var(--droplet) 0%, var(--catskill-white) 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hero-row-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    min-height: 800px;
    padding: 160px 40px 40px;
    position: relative;
    z-index: 1;
}

.hero-top-title {
    max-width: 820px;
    margin: 0 auto;
}

.hero-heading {
    color: var(--Black);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0 0 12px;
    text-align: center;
}

.powered-by {
    background-color: var(--lavender-blush);
    border: 1px solid var(--flower-pink);
    border-radius: 50px;
    color: var(--Black);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    margin: 0 0 0 auto;
    max-width: max-content;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.hero-content {
    display: flex;
    align-items: end;
    gap: 50px;
    justify-content: space-between;
}

.hero-copy {
    max-width: 300px;
}

.hero-copy p {
    color: var(--Black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.hero-video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* Proprietary AI CSS */

.proprietary-ai {
    padding: 120px 0 80px;
}

.proprietary-ai-row {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.proprietary-ai-title {
    max-width: 760px;
    margin: 0 auto;
}

.proprietary-ai-heading {
    color: var(--Black);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.proprietary-ai-heading strong {
    color: var(--theme-color);
}

.proprietary-ai-counter {
    border-radius: 20px;
    display: flex;
    align-items: start;
    gap: 40px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.proprietary-ai-counter::after {
    background-image: url(../images/background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: -1;
}

.proprietary-ai-counter-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 33.33%;
}

.proprietary-ai-number {
    color: var(--Black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0;
}

.proprietary-ai-counter-box p {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0 auto;
    max-width: 265px;
    text-align: center;
    text-transform: capitalize;
}

.engineered-title {
    max-width: 600px;
    margin: 0 auto 60px;
}

.engineered-heading {
    color: var(--Black);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.engineered-heading strong {
    color: var(--theme-color);
}

.engineered-list {
    overflow: hidden;
}

.engineered-list-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    margin: 0 -6px;
}

.engineered-box {
    padding: 0 6px;
    width: 33.33%;
}

.engineered-box-inner {
    border: 1px solid var(--smooth-grey);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
    padding: 48px 32px;
}

.engineered-box-icon img {
    max-width: 60px;
    transition: all 0.5s ease-in-out;
}

/* .engineered-box:hover .engineered-box-icon img{
    transform: rotate(360deg);
} */
.engineered-box-inner p {
    color: var(--Black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

/* Projects CSS */

.projects {
    padding: 80px 0;
}

.projects-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    margin: 0 0 60px;
}

.projects-list {
    overflow: hidden;
}

.projects-slider .slick-list {
    margin: 0 -10px;
}

.projects-slider .slick-track {
    display: flex;
}

.projects-slider .slick-slide {
    height: auto;
}

.projects-slider .slick-slide>div {
    display: flex;
    height: 100%;
    padding: 0 10px;
}

.projects-box {
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.projects-box::after {
    background: linear-gradient(180deg, transparent 25%, var(--Black75) 75%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.8;
    width: 100%;
    z-index: 0;
}

.projects-box img {
    height: 100%;
    max-height: 464px;
    min-height: 464px;
    width: 100%;
}

.projects-box-overlay {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    width: 100%;
    z-index: 1;
}

.projects-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 0 12px;
    padding: 0;
}

.projects-tag li {
    background-color: var(--White25);
    backdrop-filter: blur(20px);
    border-radius: 99px;
    color: var(--White80);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    list-style: none;
    padding: 6px 8px;
}

.projects-box-heading {
    color: var(--White);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

/* .projects-box-btn{
    background-color: var(--theme-color);
    border-radius: 99px;
    color: var(--White);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 10px 12px;
}
.projects-box-btn:hover{
    background-color: var(--White);
    color: var(--theme-color);
} */
.projects-nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0;
}

.slider-arrow {
    background-color: var(--White);
    border: 1px solid var(--Black);
    border-radius: 99px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 8px;
    width: 64px;
}

.slider-arrow img {
    max-width: 16px;
}

.projects-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.projects-pagination button {
    background-color: var(--theme-color20);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    height: 4px;
    width: 32px;
}

.projects-pagination button.active {
    background-color: var(--theme-color);
}

.projects .proprietary-ai-counter {
    margin: 0 0 60px;
}

.mobile-projects-btn {
    display: none;
}

/* Building CSS */

.building {
    padding: 80px 0;
}

.building-title {
    margin: 0 auto 60px;
    max-width: 475px;
}

.building-title .heading {
    text-align: center;
}

.building-list {
    overflow: hidden;
}

.building-list-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px;
}

.building-box {
    padding: 0 10px;
    width: 25%;
}

.building-box-inner {
    border-radius: 12px;
    color: var(--White);
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.building-box-inner::after {
    background: linear-gradient(180deg, transparent 60%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.8;
    width: 100%;
    z-index: 0;
}

.building-box-inner>img {
    border-radius: 12px;
    height: 100%;
    max-height: 343px;
    min-height: 343px;
    width: 100%;
}

.building-box-overlay {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 24px;
    width: 100%;
    z-index: 1;
}

.building-box-overlay-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    width: 100%;
}

.building-box-heading {
    color: var(--White);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    text-transform: capitalize;
}

.building-box-overlay img {
    max-width: 20px;
}

.building-box-inner:hover .building-box-overlay-inner img {
    animation: bounceright 2s infinite;
}

@keyframes bounceright {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.building-view {
    background-color: var(--off-white);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    height: 100%;
    padding: 8px;
}

.building-view-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    height: 100%;
}

.building-view-count {
    color: var(--Black);
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0;
}

.building-view-copy p {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.building-view-btn .theme-btn {
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.building-view-btn .theme-btn:hover svg {
    animation: bounceright 2s infinite;
}

.building-view-btn .theme-btn svg path {
    transition: all 0.5s ease-in-out;
}

.building-view-btn .theme-btn:hover svg path {
    stroke: var(--White);
}

/* Capabilities CSS */

.capabilities {
    padding: 80px 0;
}

.capabilities-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.capabilities-box {
    border-radius: 12px;
    display: flex;
    align-items: end;
    gap: 40px;
    overflow: hidden;
    position: relative;
    width: calc(50% - 10px);
}

.capabilities-box::after {
    background: linear-gradient(180deg, transparent 25%, var(--Black35) 60%, var(--Black85) 80%, var(--Black) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.75;
    width: 100%;
    z-index: 0;
}

.capabilities-box img {
    border-radius: 12px;
    height: 100%;
    min-height: 360px;
    max-height: 360px;
    width: 100%;
}

.capabilities-box-overlay {
    display: flex;
    align-items: end;
    gap: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    z-index: 1;
}

.capabilities-box-subheading {
    color: var(--White);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.capabilities-box-heading {
    color: var(--White);
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1%;
    margin: 0 0 20px;
    max-width: 280px;
}

.capabilities-box-copy p {
    color: var(--White);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.capabilities-box-btn .theme-btn {
    white-space: nowrap;
}

/* Difference CSS */

.difference {
    background-image: url(../images/difference-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}

.difference::after {
    background: linear-gradient(180deg, transparent 50%, var(--Black85) 75%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.75;
    width: 100%;
    z-index: 0;
}

.difference-row {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    gap: 60px;
    min-height: 850px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.difference-heading {
    color: var(--White);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.difference-heading span {
    color: var(--theme-color);
}

.difference-list {
    display: flex;
    align-items: start;
    gap: 40px;
    width: 100%;
}

.difference-box {
    width: 20%;
}

.difference-box-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.difference-box-number {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.difference-box-heading {
    color: var(--White);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.difference-box p {
    color: var(--White80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

/* Subscribe CTA CSS */

.subscribe-cta {
    padding: 80px 0;
}

.subscribe-cta-row {
    background-image: url(../images/subscribe-cta-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 40px;
}

.subscribe-cta-heading {
    color: var(--White);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 40px;
    max-width: 470px;
}

.subscribe-cta-row form,
.subscribe-cta-row iframe {
    max-width: 450px;
}

.subscribe-cta-row .form-group {
    position: relative;
}

.subscribe-cta-row .form-group input {
    background-color: var(--White);
    border: 0;
    border-radius: 12px;
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    height: 56px;
    outline: none;
    padding: 16px 132px 16px 20px;
    width: 100%;
}

.subscribe-cta-row .form-group input::placeholder {
    color: var(--Black50);
}

.subscribe-cta-btn {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    cursor: pointer;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    height: 48px;
    margin: auto 0;
    padding: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    transition: all 0.5s ease-in-out;
}

.subscribe-cta-btn:hover {
    background-color: var(--Black);
    color: var(--White);
}

/* Leaders CSS */

.leaders {
    background-image: url(../images/background.png);
    background-position: center 180px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.leaders-title {
    margin: 0 0 80px;
}

.leaders-title .heading {
    text-align: center;
}

.leaders-logo {
    margin: 0 0 80px;
}

.marquee-logo {
    overflow: hidden;
    padding: 10px 0;
}

.js-marquee {
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 0 0 0 60px;
}

.leaders-review {
    margin: 0 auto;
    max-width: 960px;
}

.marquee-logo .js-marquee img {
    max-width: 140px;
}

.leaders-slider .slick-slide {
    height: auto;
}

.leaders-item {
    padding: 0 0 130px;
}

.leaders-review-auther {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 0 40px;
}

.leaders-review-auther-name {
    color: var(--Black);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.leaders-review-auther-post {
    color: var(--Black50);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.leaders-item-copy p {
    color: var(--Black);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.leaders-slider .slick-arrow::before {
    display: none;
}

.leaders-slider .slick-arrow {
    background-image: url(../images/icon-arrow-left.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 1px solid var(--Black);
    border-radius: 99px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 32px;
    transform: unset;
    width: 64px;
    z-index: 1;
}

.leaders-slider .slick-prev {
    left: -76px;
}

.leaders-slider .slick-next {
    right: -76px;
    background-image: url(../images/icon-arrow-right.svg);
}

/* Faqs CSS */

.faqs {
    padding: 120px 0 80px;
}

.faqs-title {
    margin: 0 0 120px;
}

.faqs-title .heading {
    text-align: center;
}

.faqs-listing {
    display: flex;
    gap: 120px;
}

.faqs-list {
    width: 50%;
}

.faq-boxs {
    border-bottom: 1px solid var(--gray);
}

.faq-boxs:has(.faq-title.active) {
    border-bottom: 2px solid var(--theme-color);
}

.faq-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
}

.faq-title strong {
    color: var(--Black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    text-align: left;
}

.faq-title img {
    max-width: 24px;
    transition: all 0.5s ease-in-out;
}

.faq-title.active img {
    transform: rotate(180deg);
}

.faq-body {
    display: none;
}

.faq-body-inner {
    padding: 0 0 40px;
}

.faq-body-inner p {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

/* Contact CSS */

.contact {
    padding: 80px 0;
}

.contact-row {
    display: flex;
    gap: 80px;
}

.contact-img {
    max-width: 480px;
    width: 100%;
}

.contact-img img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
}

.contact-form {
    width: calc(100% - 560px);
}

.contact-title {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 40px;
}

.contact-title .heading {
    font-weight: 400;
}

.contact-title p {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.contact-form .form-group-row {
    display: flex;
    gap: 12px;
}

.contact-form .form-group-row .form-group {
    width: 33.33%;
}

.contact-form .form-group {
    margin: 0 0 20px;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    background-color: var(--off-white);
    border: 0;
    border-radius: 8px;
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    height: 56px;
    outline: none;
    padding: 16px 20px;
    width: 100%;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: var(--Black50);
}

.contact-form .form-group textarea {
    height: 160px;
    resize: none;
}

.form-group-btn {
    padding: 20px 0 0;
}

.contact-form-btn {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    cursor: pointer;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    outline: none;
    padding: 16px 40px;
}

.contact-form-btn:hover {
    background-color: var(--Black);
    color: var(--White);
}

/* Footer CSS */

footer {
    border-top: 1px solid var(--gray);
    position: relative;
    z-index: 1;
}

footer::after {
    background-image: url(../images/background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: -1;
}

.footer {
    padding: 80px 0;
}

.footer-row {
    display: flex;
    gap: 100px;
}

.footer-logo-subscribe {
    min-width: 450px;
}

.footer-logo {
    margin: 0 0 32px;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    max-height: 60px;
}

.footer-subscribe p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0 0 32px;
}

.footer-subscribe .form-group {
    display: flex;
    align-items: start;
    gap: 8px;
}

.footer-subscribe .form-group input {
    background-color: var(--White);
    border: 1px solid var(--smooth-grey);
    border-radius: 8px;
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1%;
    height: 56px;
    outline: none;
    padding: 20px;
    width: 100%;
}

.footer-subscribe .form-group input::placeholder {
    color: var(--Black50);
}

.footer-subscribe-btn {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 20px;
    max-width: max-content;
    width: 100%;
}

.footer-subscribe-btn:hover {
    background-color: var(--Black);
    color: var(--White);
}

.footer-menu-list {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 60px;
    width: calc(100% - 550px);
}

.footer-heading {
    color: var(--Black35);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
    margin: 0 0 20px;
}

.footer-menu ul li:last-child {
    margin: 0;
}

.footer-menu ul li a {
    color: var(--Black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1%;
    text-decoration: none;
}

.footer-menu ul li a:hover {
    color: var(--theme-color);
}

.copyright {
    padding: 40px 0;
}

.copyright-row {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.copyright-text p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.copyright-menu ul {
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 0;
    padding: 0;
}

.copyright-menu ul li {
    list-style: none;
}

.copyright-menu ul li a {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    text-decoration: none;
}

.copyright-menu ul li a:hover {
    color: var(--theme-color);
}


/*========= About Us Page =========*/

/* About Hero CSS */

.about-row {
    background-image: url(../images/about-hero-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    min-height: 552px;
    padding: 40px;
}

.about-hero-copy {
    max-width: 684px;
}

.about-hero-heading {
    color: var(--White);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0;
}

.about-hero-btn .theme-btn {
    font-size: 20px;
    padding: 24px;
    white-space: nowrap;
}

/* Audits CSS */

.audits {
    padding: 120px 0 80px;
}

.audits-title {
    margin: 0 auto 120px;
    max-width: 760px;
}

.audits-title .heading {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.audits-title .heading strong {
    color: var(--theme-color);
}

.audits-list {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.audits-list::after {
    background: var(--gray);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
    height: 100%;
    width: 1px;
    z-index: -1;
}

.audits-single {
    display: flex;
    align-items: start;
    gap: 64px;
    padding: 0 0 80px;
}

.audits-single-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0.35;
    width: calc(50% - 16px);
}

.audits-single-active .audits-single-title {
    opacity: 1;
}

.audits-year {
    color: var(--Black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.audits-single-heading {
    color: var(--theme-color);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0;
}

.audits-round {
    background: var(--White);
    border-radius: 50%;
    min-height: 32px;
    height: 32px;
    min-width: 32px;
    position: relative;
    width: 32px;
}

.audits-round::before {
    background: var(--White);
    border: 1px solid var(--Black50);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
    height: 30px;
    width: 30px;
    z-index: 1;
}

.audits-single-active .audits-round::before {
    border-color: transparent;
    background: radial-gradient(circle, transparent 0%, var(--theme-color25) 100%);
}

.audits-round::after {
    background: var(--White);
    border: 1px solid var(--Black50);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
    height: 10px;
    width: 10px;
    z-index: 1;
}

.audits-single-active .audits-round::after {
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.audits-copy {
    opacity: 0.35;
    width: calc(50% - 16px);
}

.audits-single-active .audits-copy {
    opacity: 1;
}

.audits-copy p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.audits-copy>*:last-child {
    margin: 0;
}

/* Operate CSS */

.operate {
    padding: 80px 0;
}

.operate-title {
    margin: 0 0 40px;
}

.operate-title .heading {
    text-align: center;
}

.operate-nav {
    margin: 0 0 40px;
}

.operate-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.operate-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
}

.operate-round {
    background-color: var(--theme-color);
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.operate-nav ul li:last-child .operate-round {
    background-color: var(--Black);
}

.operate-nav ul li span {
    color: var(--Black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
}

.operate-maps {
    margin: 0 auto;
    max-width: 1310px;
}

.operate-maps img {
    width: 100%;
}

/* Teams CSS */

.teams {
    background-image: url(../images/background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 80px 0;
}

.teams-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 0 0 60px;
}

.teams-slider {
    overflow: hidden;
    padding: 0 0 92px;
    width: calc(100vw - ((100vw - 100%) / 2));
}

.teams-slider .slick-list {
    margin: 0 0 0 -10px;
}

.teams-slider .slick-slide {
    height: auto;
}

.teams-box {
    padding: 0 10px;
}

.teams-box-inner {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.teams-box-inner::after {
    background: linear-gradient(180deg, transparent 50%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.75;
    width: 100%;
    z-index: 0;
}

.teams-box-inner>img {
    border-radius: 8px;
    height: 100%;
    max-height: 420px;
    width: 100%;
}

.teams-box-overlay {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    width: 100%;
    z-index: 1;
}

.teams-box-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.teams-mamber-name {
    color: var(--White);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1%;
    margin: 0;
}

.teams-mamber-post {
    color: var(--White);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.teams-social a {
    text-decoration: none;
}

.teams-social a img {
    max-width: 24px;
}

.teams-slider .slick-arrow {
    background-image: url(../images/icon-arrow-left.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: var(--White);
    border: 0;
    border-radius: 99px;
    cursor: pointer;
    height: 32px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 8px;
    transform: unset;
    width: 64px;
    z-index: 1;
}

.teams-slider .slick-arrow::before {
    display: none;
}

.teams-slider .slick-prev {
    left: -70px;
}

.teams-slider .slick-next {
    background-image: url(../images/icon-arrow-right.svg);
    right: -70px;
}

.teams-slider .slick-arrow.slick-disabled {
    opacity: 0.6;
}

.teams-mobile-btn {
    display: none;
}

/* QEA Difference CSS */

.qea-difference {
    padding: 80px 0;
}

.qea-difference-title {
    margin: 0 0 60px;
}

.qea-difference-title .heading {
    font-size: 36px;
    text-align: center;
}

.qea-difference-title .heading strong {
    color: var(--theme-color);
}

.qea-difference-list {
    overflow: hidden;
}

.qea-difference-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -30px;
    row-gap: 60px;
}

.qea-difference-box {
    padding: 0 30px;
    width: 33.33%;
}

.qea-difference-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.qea-difference-icon img {
    max-width: 40px;
}

.qea-difference-box-heading {
    color: var(--Black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
    text-align: center;
}

.qea-difference-copy p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}


/*========= Case Studies Page =========*/

/* Case Studies CSS */

.case-studies {
    padding: 60px 0 80px;
}

.case-studies-title {
    margin: 0 0 80px;
}

.case-studies-heading {
    color: var(--Black);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.case-studies-nav {
    margin: 0 0 40px;
}

.case-studies-nav ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    max-width: max-content;
    width: 100%;
}

.case-studies-nav ul li {
    list-style: none;
}

.case-studies-nav ul li a {
    background-color: var(--off-white);
    border-radius: 8px;
    color: var(--Black);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 16px;
    text-decoration: none;
    white-space: nowrap;
}

.case-studies-nav ul li a:hover,
.case-studies-nav ul li.case-studies-active a {
    background-color: var(--theme-color);
    color: var(--White);
}

.case-studies-list {
    overflow: hidden;
}

.case-studies-list-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}

.case-studies-box {
    padding: 0 10px;
    width: 50%;
}

.case-studies-box-inner {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.case-studies-box-inner::after {
    background: linear-gradient(180deg, transparent 40%, var(--Black85) 70%, var(--Black) 100%);
    /* backdrop-filter: blur(12px); */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.70;
    width: 100%;
    z-index: 0;
}

.case-studies-box-inner img {
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    width: 100%;
}

.case-studies-box-overlay {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    width: 100%;
    z-index: 1;
}

.case-studies-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
}

.case-studies-tag li {
    background-color: var(--Black50);
    backdrop-filter: blur(20px);
    border: 1px solid var(--White12);
    border-radius: 99px;
    color: var(--White80);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    list-style: none;
    padding: 8px 12px;
}

.case-studies-box-heading {
    color: var(--White);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    max-width: 400px;
}

.case-studies-box-link {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 99px;
    color: var(--White);
    cursor: pointer;
    display: inline-block;
    font-family: var(--sora);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 10px 12px;
    white-space: nowrap;
}

.case-studies-box-link:hover {
    background-color: var(--White);
    color: var(--theme-color);
}

.case-studies-loadmore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}

.loadmore-btn {
    background-color: var(--off-white);
    border-radius: 8px;
    color: var(--Black);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 20px;
    text-decoration: none;
}

.custom-model-main {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    margin: 30px auto;
    max-width: 720px;
    vertical-align: middle;
    width: 100%;
}

.custom-model-wrap {
    background-image: url(../images/background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-clip: padding-box;
    display: block;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    outline: 0;
    padding: 80px;
    position: relative;
    text-align: left;
    width: 100%;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.popup-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    margin: 0 0 40px;
}

.popup-heading {
    color: var(--Black);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.popup-title p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    opacity: 0.8;
    text-align: center;
}

.popup-form .form-group-row {
    display: flex;
    gap: 12px;
}

.popup-form .form-group-row .form-group {
    width: 50%;
}

.popup-form .form-group {
    margin: 0 0 20px;
}

.popup-form .form-group input {
    background-color: var(--White);
    border: 0;
    border-radius: 8px;
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    height: 56px;
    outline: none;
    padding: 16px 20px;
    width: 100%;
}

.popup-form .form-group input::placeholder {
    color: var(--Black50);
}

.popup-form-btn {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    cursor: pointer;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    outline: none;
    padding: 16px;
    width: 100%;
}

.popup-form-group-btn {
    padding: 20px 0 0;
}

.popup-form-btn:hover {
    background-color: var(--White);
    color: var(--theme-color);
}

.model-open .bg-overlay {
    background: var(--Black60);
    z-index: 99;
}

.bg-overlay {
    background: var(--Black60);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    z-index: 0;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
}

.close-btn img {
    max-width: 24px;
}



/* Updates CSS */

.updates {
    padding: 0 0 80px;
}

.updates-row {
    display: flex;
    gap: 40px;
}

.updates-box {
    background-image: url(../images/subscribe-cta-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    min-height: 342px;
    padding: 40px;
    width: 50%;
}

.updates-box-heading {
    color: var(--Black);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 auto;
    max-width: 276px;
    text-align: center;
}

.updates-form {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

.updates-form .form-group {
    position: relative;
}

.updates-form .form-group input {
    background-color: var(--White);
    border: 0;
    border-radius: 12px;
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    height: 56px;
    outline: none;
    padding: 16px 132px 16px 20px;
    width: 100%;
}

.updates-form-btn {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    cursor: pointer;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    height: 48px;
    margin: auto 0;
    padding: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    transition: all 0.5s ease-in-out;
}

.updates-form-btn:hover {
    background-color: var(--Black);
    color: var(--White);
}

.collaborating-box {
    background-image: url(../images/collaborating-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    min-height: 342px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    width: 50%;
    z-index: 1;
}

.collaborating-box::after {
    background-color: var(--Black);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.35;
    width: 100%;
    z-index: -1;
}

.collaborating-box-heading {
    color: var(--White);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 auto;
    max-width: 256px;
    text-align: center;
}

.collaborating-box-btn .theme-btn {
    padding: 20px;
}


/*========= Case Studies Single Page =========*/

/* Studies Single CSS */

.stories-single {
    padding: 40px 0;
}

.stories-single-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px;
}

.stories-single-tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.stories-single-tag ul li {
    background-color: var(--White);
    border: 1px solid var(--Black12);
    border-radius: 99px;
    color: var(--Black);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    list-style: none;
    padding: 8px 12px;
}

.stories-single-title .heading {
    max-width: 1080px;
}

.stories-single-img {
    margin: 0 0 40px;
}

.stories-single-img img {
    border-radius: 12px;
    height: 100%;
    max-height: 400px;
    width: 100%;
}

.stories-single-counter {
    display: flex;
    gap: 40px;
}

.stories-single-counter-box {
    border-right: 1px solid var(--Black20);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 40px 0 0;
    width: 33.33%;
}

.stories-single-counter-box:last-child {
    border-right: 0;
}

.stories-single-number {
    color: var(--Black);
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0;
}

.stories-single-counter-box p {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

/* Stories Content CSS */

.stories-content {
    padding: 40px 0 80px;
}

.stories-content-row {
    display: flex;
    gap: 80px;
}

.stories-content-left {
    width: calc(100% - 400px);
}

.stories-content-copy {
    color: var(--Black80);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
}

.stories-content-copy h1 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
}

.stories-content-copy h2 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
}

.stories-content-copy h3 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.stories-content-copy h4 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.stories-content-copy h5 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}

.stories-content-copy h6 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.stories-content-copy p {
    color: var(--Black80);
    display: inline-block;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.stories-content-copy ul {
    margin: 0 0 20px;
    padding: 0;
}

.stories-content-copy ul li {
    color: var(--Black80);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    list-style: square inside;
}

.stories-content-copy ol {
    margin: 0 0 20px;
    padding: 0;
}

.stories-content-copy ol li {
    color: var(--Black80);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    list-style: auto inside;
}

.stories-content-copy p a,
.stories-content-copy a {
    color: var(--theme-color);
    text-decoration: underline;
}

.stories-content-copy img {
    border-radius: 12px;
    display: block;
    margin: 0 auto 20px;
    max-height: 450px;
}

.stories-content .subscribe-cta-row {
    margin: 20px 0 0;
}

.stories-content .subscribe-cta-row .subscribe-cta-heading {
    font-size: 36px;
}

.stories-content-right {
    max-width: 320px;
    width: 100%;
}

.stories-collaborating {
    background-image: url(../images/collaborating-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    overflow: hidden;
    padding: 40px 20px 20px 20px;
    position: sticky;
    top: 100px;
    z-index: 1;
}

.stories-collaborating::after {
    background-color: var(--Black);
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.35;
    width: 100%;
    z-index: -1;
}

.stories-collaborating-heading {
    color: var(--White);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 auto;
    max-width: 228px;
    text-align: center;
}

.stories-collaborating-btn {
    width: 100%;
}

.stories-collaborating-btn .theme-btn {
    font-size: 14px;
    max-width: 100%;
    padding: 19px 20px;
    width: 100%;
}

/* Other Studies CSS */

.other-studies {
    padding: 80px 0;
}

.other-studies-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 0 0 40px;
}

.other-studies-title .heading {
    font-size: 36px;
}

.other-studies-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.other-studies-slider-arrow {
    background-color: var(--White);
    border: 1px solid var(--Black);
    border-radius: 99px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 8px;
    width: 64px;
}

.other-studies-slider-arrow img {
    max-width: 16px;
}

.other-studies-btn-mobile {
    display: none;
}

.other-studies-nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.other-studies-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.other-studies-pagination button {
    background-color: var(--theme-color20);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    height: 4px;
    width: 32px;
}

.other-studies-pagination button.active {
    background-color: var(--theme-color);
}

.other-studies-slider {
    overflow: hidden;
}

.other-studies-slider .slick-list {
    margin: 0 -10px;
}

.other-studies-slider .slick-track {
    display: flex;
}

.other-studies-slider .slick-slide {
    height: auto;
}

.other-studies-slider .slick-slide>div {
    padding: 0 10px;
}

.other-studies .projects-box img {
    min-height: 464px;
    max-height: 464px;
    height: 100%;
    width: 100%;
}


/*========= News Page =========*/

/* News CSS */

.news {
    padding: 60px 0 80px;
}

.news-title {
    margin: 0 0 80px;
}

.news-title .heading {
    font-size: 60px;
    line-height: 1.1;
    text-align: center;
}

.news-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 0 0 80px;
}

.news-nav-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.news-nav-list ul li {
    list-style: none;
}

.news-nav-list ul li a {
    background-color: var(--off-white);
    border-radius: 8px;
    color: var(--Black);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 16px;
    text-decoration: none;
    white-space: nowrap;
}

.news-nav-list ul li a:hover,
.news-nav-list ul li.news-nav-active a {
    background-color: var(--theme-color);
    color: var(--White);
}

.news-filter-sortby {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-sortby {
    background-color: var(--off-white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 220px;
    padding: 16px;
}

.news-sortby-heading {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    margin: 0;
    white-space: nowrap;
}

.filter-select {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--Black);
    cursor: pointer;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    outline: none;
    width: 100%;
}

.news-sortby-mobile {
    display: none;
}

.news-list {
    overflow: hidden;
}

.news-list-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 80px;
}

.news-list-box {
    padding: 0 20px;
    width: 33.33%;
}

.news-list-box-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.news-img img {
    border-radius: 8px;
    min-height: 270px;
    max-height: 270px;
    width: 100%;
}

.news-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.news-category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.news-category ul li {
    color: var(--Black50);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    list-style: none;
}

.news-box-heading {
    color: var(--Black);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    overflow: hidden;
}

.news-box-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: auto 0 0;
}

.news-box-date {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
}

.news-box-btn {
    background-color: var(--off-white);
    border-radius: 50px;
    color: var(--Black);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 10px 12px;
    text-decoration: none;
}

.news-box-btn:hover {
    background-color: var(--theme-color);
    color: var(--White);
}

.news .subscribe-cta-row {
    margin: 80px 0;
}

.pagination {
    margin: 80px 0 0;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.pagination-item {
    list-style: none;
}

/* .pagination-item:first-child{
    padding: 0 32px 0 0;
}
.pagination-item:last-child{
    padding: 0 0 0 32px;
} */
.pagination-item:has(> a.prev) {
    padding: 0 32px 0 0;
}

.pagination-item:has(> a.next) {
    padding: 0 0 0 32px;
}

.pagination-link {
    background-color: var(--off-white);
    border-radius: 8px;
    color: var(--Black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    height: 48px;
    width: 48px;
}

.pagination-item.active .pagination-link,
.pagination-link:hover {
    background-color: var(--theme-color);
    color: var(--White);
}

.pagination-link svg {
    max-width: 16px;
}

.pagination-link svg path {
    transition: all 0.5s ease-in-out;
}

.pagination-link:hover svg path {
    stroke: var(--White);
}


/*========= News Single Page =========*/

/* News Single CSS */

.news-single {
    padding: 40px 0 80px;
}

.news-single-row {
    display: flex;
    gap: 80px;
}

.news-single-left {
    width: calc(100% - 400px);
}

.news-single-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 20px;
}

.news-single-tag ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.news-single-tag ul li {
    background-color: var(--White);
    border: 1px solid var(--Black12);
    border-radius: 99px;
    color: var(--Black);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    list-style: none;
    padding: 8px 12px;
}

.news-single-title .heading {
    font-size: 40px;
}

.news-single-date {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    margin: 0;
}

.news-single-img {
    margin: 0 0 60px;
}

.news-single-img img {
    border-radius: 12px;
    min-height: 400px;
    max-height: 400px;
    height: 100%;
    width: 100%;
}

.news-content-copy {
    color: var(--Black80);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
}

.news-content-copy>*:last-child {
    margin: 0;
}

.news-content-copy h1 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
}

.news-content-copy h2 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
}

.news-content-copy h3 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.news-content-copy h4 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.news-content-copy h5 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}

.news-content-copy h6 {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.news-content-copy h1.wp-block-heading,
.news-content-copy h2.wp-block-heading,
.news-content-copy h3.wp-block-heading,
.news-content-copy h4.wp-block-heading,
.news-content-copy h5.wp-block-heading,
.news-content-copy h6.wp-block-heading {
    display: inline-block;
    width: 100%;
}

.news-content-copy p {
    color: var(--Black80);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.news-content-copy ul {
    margin: 0 0 20px;
    padding: 0;
}

.news-content-copy ul li {
    color: var(--Black80);
    display: inline-block;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    list-style: square inside;
}

.news-content-copy ol {
    margin: 0 0 20px;
    padding: 0;
}

.news-content-copy ol li {
    color: var(--Black80);
    display: inline-block;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    list-style: auto inside;
}

.news-content-copy p a,
.news-content-copy a {
    color: var(--theme-color);
    text-decoration: underline;
}

.news-content-copy img {
    border-radius: 12px;
    display: block;
    margin: 0 auto 20px;
}

.news-single .subscribe-cta-row {
    margin: 40px 0 0;
}

.news-single .subscribe-cta-row .subscribe-cta-heading {
    font-size: 36px;
}

.news-single-right {
    max-width: 320px;
    width: 100%;
}

.related-studies {
    position: sticky;
    top: 100px;
}

.related-studies-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 20px;
}

.related-studies-heading {
    color: var(--Black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.related-studies-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.related-studies-slider-arrow {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    padding: 0px;
    width: 16px;
}

.related-studies-slider-arrow img {
    max-width: 16px;
}

.related-studies-slider .slick-track {
    display: flex;
}

.related-studies-slider .slick-slide {
    height: auto;
}

.related-studies-slider .projects-box img {
    min-height: 360px;
    max-height: 360px;
    height: 100%;
    width: 100%;
}

.related-studies-slider .projects-box::after {
    background-color: var(--Black60);
}

.related-studies-btn-mobile .related-studies-slider-arrow {
    background-color: var(--White);
    border: 1px solid var(--Black);
    border-radius: 99px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 8px;
    width: 64px;
}

.related-studies-nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.related-studies-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.related-studies-pagination button {
    background-color: var(--theme-color20);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    height: 4px;
    width: 32px;
}

.related-studies-pagination button.active {
    background-color: var(--theme-color);
}

.related-studies-btn-mobile {
    display: none;
    margin: 32px 0 0;
}

/* Related Articles CSS */

.related-articles {
    padding: 80px 0;
}

.related-articles-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 0 0 40px;
}

.related-articles-heading {
    color: var(--Black);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.related-articles-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.related-articles-slider-arrow {
    background-color: var(--White);
    border: 1px solid var(--Black);
    border-radius: 99px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 8px;
    width: 64px;
}

.related-articles-slider-arrow img {
    max-width: 16px;
}

.related-articles-slider {
    overflow: hidden;
}

.related-articles-slider .slick-list {
    margin: 0 -20px;
}

.related-articles-slider .slick-track {
    display: flex;
}

.related-articles-slider .slick-slide {
    height: auto;
}

.related-articles-nav-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.related-articles-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.related-articles-pagination button {
    background-color: var(--theme-color20);
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    height: 4px;
    width: 32px;
}

.related-articles-pagination button.active {
    background-color: var(--theme-color);
}

.related-articles-btn-mobile {
    display: none;
    margin: 32px 0 0;
}


/*========= Contact Us Page =========*/

/* Contact CSS */

.contact-hero-row {
    background-image: url(../images/contact-hero-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    min-height: 360px;
    padding: 40px;
}

.contact-hero-title .heading {
    font-size: 60px;
    line-height: 1.1;
    max-width: 414px;
}

.contact-hero-email ul {
    background-color: var(--White);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 20px;
}

.contact-hero-email ul li {
    list-style: none;
}

.contact-hero-email ul li a {
    color: var(--Black80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    text-decoration: none;
}

.contact-hero-email ul li a img {
    max-width: 24px;
}


/*========= Careers Page =========*/

/* Careers CSS */

.careers-hero-row {
    background-image: url(../images/careers-hero-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    min-height: 360px;
    padding: 40px;
}

.careers-hero-title .heading {
    font-size: 60px;
    line-height: 1.1;
    max-width: 554px;
}

.careers-hero-btn .theme-btn {
    font-size: 20px;
    padding: 24px;
}

/* Careers List CSS */

.careers-list {
    padding: 80px 0;
}

.careers-list-row {
    overflow: hidden;
}

.careers-list-row-inner {
    border-top: 1px solid var(--smooth-grey);
    border-left: 1px solid var(--smooth-grey);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.careers-box {
    border-bottom: 1px solid var(--smooth-grey);
    border-right: 1px solid var(--smooth-grey);
    width: 100%;
}

.careers-box-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
    padding: 40px;
}

.careers-box-heading {
    color: var(--Black);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.careers-box-info ul {
    display: flex;
    align-items: start;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.careers-box-info ul li {
    list-style: none;
    width: 50%;
}

.careers-box-label {
    color: var(--Black50);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 12px;
}

.careers-box-value {
    color: var(--Black80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.careers-box-description {
    min-height: 184px;
}

.careers-box-copy p {
    color: var(--Black80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.careers-box-btn {
    margin: auto 0 0;
}

.careers-btn {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: var(--theme-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    outline: none;
    padding: 0;
    text-decoration: none;
}

.careers-btn:hover {
    color: var(--theme-color);
}

.careers-apply-form-modal,
.careers-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

.careers-apply-form-open-modal,
.careers-model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.careers-model-inner,
.careers-apply-form-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    max-width: 800px;
    margin: 30px auto;
    width: 100%;
}

.careers-model-wrap,
.careers-apply-form-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: var(--White);
    border: 1px solid var(--smooth-grey);
    border-radius: 12px;
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.careers-model-open .careers-model-inner,
.careers-apply-form-open-modal .careers-apply-form-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.careers-model-open .careers-bg-overlay,
.careers-apply-form-open-modal .careers-apply-bg-overlay {
    background: var(--Black60);
    z-index: 99;
}

.careers-bg-overlay,
.careers-apply-bg-overlay {
    background: var(--Black60);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.popup-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.careers-popup-heading .heading {
    border-bottom: 1px solid var(--smooth-grey);
    font-size: 36px;
    padding: 0 0 40px;
}

.careers-popup-info ul {
    display: flex;
    align-items: start;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.careers-popup-info ul li {
    list-style: none;
    width: 33.33%;
}

.careers-popup-description p {
    color: var(--Black80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.careers-popup-requirement ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
    margin: 0;
    padding: 0;
}

.careers-popup-requirement ul li {
    color: var(--Black80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    list-style: none;
    position: relative;
    padding: 0 0 0 14px;
    width: calc(50% - 20px);
}

.careers-popup-requirement ul li::after {
    background-color: var(--Black80);
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    height: 4px;
    width: 4px;
}

.careers-popup-footer {
    border-top: 1px solid var(--smooth-grey);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 40px 0 0;
    width: 100%;
}

.careers-close-btn,
.careers-form-close-btn {
    background-color: var(--off-white);
    border: 0;
    border-radius: 8px;
    color: var(--Black);
    cursor: pointer;
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    padding: 16px;
}

.careers-close-btn:hover,
.careers-form-close-btn:hover {
    background-color: var(--theme-color);
    color: var(--White);
}

.careers-apply {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 40px;
}

.careers-apply-heading .heading {
    color: var(--Black);
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.careers-apply-copy p {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.careers-apply-copy p .job-apply-title {
    color: var(--Black);
    font-weight: 600;
}

.careers-apply-form .form-group-row {
    display: flex;
    gap: 12px;
}

.careers-apply-form .form-group-row .form-group {
    width: 50%;
}

.careers-apply-form .form-group {
    margin: 0 0 20px;
}

.careers-apply-form .form-group input,
.careers-apply-form .form-group select {
    background-color: var(--off-white);
    border: 0;
    border-radius: 8px;
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    height: 56px;
    outline: none;
    padding: 16px 20px;
    width: 100%;
}

.careers-apply-form .form-group textarea {
    background-color: var(--off-white);
    border: 0;
    border-radius: 8px;
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1%;
    height: 320px;
    outline: none;
    padding: 16px 20px;
    width: 100%;
}

.job-apply-form-btns {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.job-apply-form-btns .theme-btn {
    cursor: pointer;
}

.careers-apply-form .form-group-file input {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    width: 0;
}

.form-group-file>label {
    background-color: var(--off-white);
    border: 1px dashed var(--smooth-grey);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.form-group-file>label strong {
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -1%;
    text-align: center;
}

.form-group-file>label svg {
    max-width: 80px;
}

.form-group-file>label .choose-file-text {
    color: var(--Black);
    font-family: var(--sora);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
}

.form-group-file>label p {
    color: var(--Black50);
    font-family: var(--sora);
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}


/*========= 404 Error Page =========*/

/* 404 Error CSS */

.error {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.error::after {
    background-image: url(../images/background.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: -1;
}

.error-row {
    background-image: url(../images/404.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    min-height: 720px;
}

.error-heading {
    color: var(--Black);
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0 0 20px;
    text-align: center;
}

.error-title p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

.error-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.error-home-btn {
    background-color: var(--Black);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    min-width: 140px;
    padding: 16px;
    text-align: center;
}

.error-home-btn:hover {
    background-color: var(--theme-color);
}

.error-contact-btn {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 8px;
    color: var(--White);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1%;
    min-width: 140px;
    padding: 16px;
    text-align: center;
}

.error-contact-btn:hover {
    background-color: var(--Black);
}


/*========= Service - Full Audit Page =========*/

/* Full Audit Hero CSS */

.full-audit-hero .about-row {
    background-image: url(../images/full-audit-hero-bg.jpg);
}

.full-audit-hero .about-hero-copy {
    max-width: 465px;
}

.full-audit-subheading {
    color: var(--theme-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.full-audit-hero .about-hero-copy .about-hero-heading {
    color: var(--Black);
}

.full-audit-btn .theme-btn {
    font-size: 20px;
    padding: 24px;
}

/* Envelope CSS */

.envelope {
    padding: 80px 0;
}

.envelope-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 80px;
    margin: 0 0 80px;
}

.envelope-title .heading {
    min-width: 456px;
    max-width: 456px;
    width: 100%;
}

.envelope-btn .theme-btn {
    white-space: nowrap;
}

.envelope-list {
    display: flex;
    gap: 60px;
}

.envelope-left {
    max-width: 412px;
    width: 100%;
}

.envelope-left ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.envelope-left ul li {
    list-style: none;
}

.envelope-link {
    color: var(--Black25);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    text-decoration: none;
}

.envelope-link.active {
    color: var(--theme-color);
}

.envelope-img-list {
    width: calc(100% - 472px);
}

.envelope-img {
    display: none;
    width: 100%;
}

.envelope-img.active {
    display: block;
}

.envelope-img.active {
    display: block;
}

.envelope-img img {
    border-radius: 12px;
    min-height: 540px;
    max-height: 540px;
    width: 100%;
}

.envelope-btn-mobile,
.envelope-slide-btn-mobile {
    display: none;
}


/* Steps CSS */

.steps {
    padding: 80px 0;
}

.steps-row {
    display: flex;
    gap: 80px;
}

.steps-title {
    width: 40%;
}

.steps-title-inner {
    position: sticky;
    top: 100px;
}

.steps-subheading {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.steps-title .heading {
    margin: 0 0 40px;
}

.steps-title p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0 0 40px;
}

.steps-list {
    border-left: 2px solid var(--gray);
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 60%;
}

.steps-single {
    display: flex;
    gap: 40px;
    margin: 0 0 0 -2px;
    padding: 0 0 0 40px;
}

.steps-single.steps-single-active {
    border-left: 2px solid var(--theme-color);
}

.steps-single-number {
    color: var(--gray);
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1%;
    min-width: 120px;
}

.steps-single-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.steps-single-heading {
    color: var(--Black);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.steps-single-content p {
    color: var(--Black50);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.steps-single-active .steps-single-content p {
    color: var(--Black);
}

.steps-single-img {
    border-radius: 8px;
    min-height: 0;
    max-height: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.steps-single-active .steps-single-img {
    min-height: 344px;
    max-height: 344px;
    display: block;
}

.steps-btn-mobile {
    display: none;
}

/* Compliance CSS */

.compliance {
    padding: 80px 0;
}

.compliance-row {
    background-color: var(--off-white);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px;
}

.compliance-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.compliance-subheading {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.compliance-title .heading {
    font-size: 36px;
}

.compliance-content {
    display: flex;
    gap: 80px;
}

.compliance-copy {
    width: 34%;
}

.compliance-copy p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.compliance-list {
    display: flex;
    gap: 40px;
    width: 66%;
}

.compliance-single {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 33.33%;
}

.compliance-single-heading {
    color: var(--Black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

.compliance-single p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

/* Paybacks CSS */

.paybacks {
    padding: 80px 0;
}

.paybacks-title {
    display: flex;
    align-items: end;
    gap: 40px;
    margin: 0 0 40px;
}

.paybacks-title-left {
    width: calc(100% - 532px);
}

.paybacks-heading {
    color: var(--Black);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
    max-width: 610px;
}

.paybacks-heading strong {
    color: var(--theme-color);
}

.paybacks-img-mobile {
    display: none;
}

.paybacks-title-text {
    max-width: 492px;
    width: 100%;
}

.paybacks-title-text p {
    color: var(--Black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.paybacks-img-list {
    display: flex;
    gap: 40px;
}

.paybacks-main-img {
    width: calc(100% - 532px);
}

.paybacks-main-img img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.paybacks-list {
    max-width: 492px;
    width: 100%;
}

.paybacks-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.paybacks-single {
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.paybacks-single::after {
    background: linear-gradient(180deg, transparent 60%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.8;
    width: 100%;
    z-index: 0;
}

.paybacks-single img {
    min-height: 192px;
    max-height: 192px;
    width: 100%;
}

.paybacks-single-overlay {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    width: 100%;
    z-index: 1;
}

.paybacks-single-heading {
    color: var(--White);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0;
}

/* Roofassure CSS */

.roofassure {
    padding: 80px 0;
}

.roofassure-row {
    background-image: url(../images/capabilities-img-2.jpg);
    background-position: center -50px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 85px;
    overflow: hidden;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.roofassure-row::after {
    background: linear-gradient(270deg, transparent 25%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 50%;
    z-index: -1;
}

.roofassure-subheading {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.roofassure-heading {
    color: var(--White);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.roofassure-copy p {
    color: var(--White);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    max-width: 360px;
}

/* Service Leaders CSS */

.service-leaders {
    background-position: center top;
}

.service-leaders .leaders-item-inner {
    display: flex;
    flex-direction: column-reverse;
}

.service-leaders .leaders-review-auther {
    margin: 40px 0 0 0;
}


/*========= Service Roof Assessment Page =========*/

/* Roof Assessment Hero CSS */

.roof-assessment-hero .about-row {
    background-image: url(../images/roof-assessment-hero-bg.jpg);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.roof-assessment-hero .about-row::after {
    background: linear-gradient(208.18deg, transparent 50%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.75;
    width: 100%;
    z-index: -1;
}

.roof-assessment-hero .full-audit-subheading {
    color: var(--White);
    max-width: 312px;
}

/* Analysis CSS */

.analysis {
    padding: 80px 0;
}

.analysis-row {
    display: flex;
    gap: 80px;
}

.analysis-title {
    width: 40%;
}

.analysis-title-inner {
    position: sticky;
    top: 100px;
}

.analysis-heading {
    color: var(--Black);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.analysis-heading strong {
    color: var(--theme-color);
}

.analysis-title p {
    color: var(--Black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.analysis-title .theme-btn {
    margin: 40px 0 0;
}

.analysis-list {
    border-left: 2px solid var(--gray);
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 60%;
}

.analysis-single {
    border-left: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 0 0 -2px;
    padding: 0 0 0 40px;
}

.analysis-single-active {
    border-left: 2px solid var(--theme-color);
}

.analysis-icon img {
    min-width: 80px;
    max-width: 80px;
}

.analysis-single-heading {
    color: var(--Black);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
}

.analysis-copy p {
    color: var(--Black80);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

.analysis-btn-mobile {
    display: none;
}

/* Video CTA CSS */

.video-cta {
    padding: 80px 0;
}

.video-cta-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.video-cta-left {
    width: 59%;
}

.video-cta-img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.video-cta-img>img {
    border-radius: 12px;
    min-height: 450px;
    max-height: 450px;
    width: 100%;
}

.video-cta-btn {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 80px;
    width: 80px;
}

.video-cta-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 41%;
}

.video-cta-content .heading {
    font-size: 36px;
}

.video-cta-content p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
}

/* Building Services CSS */

.building-services .roofassure-row {
    background-image: url(../images/capabilities-img-1.jpg);
    background-position: center center;
    gap: 38px;
}

.building-services .roofassure-row::after {
    display: none;
}

.building-services .roofassure-heading {
    color: var(--Black);
    max-width: 372px;
}

.building-services .roofassure-copy p {
    color: var(--Black);
    max-width: 420px;
}


/*========= Commercial Page =========*/

/* Commercial Hero CSS */

.commercial-hero .about-row {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.commercial-hero .about-row::after {
    background: linear-gradient(180deg, transparent 50%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: -1;
}

.commercial-hero .about-hero-copy {
    max-width: 922px;
}

/* Brand Statement CSS */

.brand-statement {
    padding: 120px 0 80px;
}

.brand-statement-title {
    margin: 0 auto 120px;
    max-width: 904px;
    width: 100%;
}

.brand-statement-heading {
    color: var(--Black);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 40px;
    text-align: center;
}

.brand-statement-heading strong {
    color: var(--theme-color);
}

.brand-statement-title p {
    color: var(--Black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
    width: 100%;
}

.brand-statement-list {
    overflow: hidden;
}

.brand-statement-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -30px;
    row-gap: 60px;
}

.brand-statement-box {
    padding: 0 30px;
    width: 33.33%;
}

.brand-statement-box-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    max-width: 400px;
}

.brand-statement-icon img {
    max-width: 120px;
    width: 100%;
}

.brand-statement-box-heading {
    color: var(--Black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1%;
    margin: 0 0 20px;
    text-align: center;
}

.brand-statement-copy p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    text-align: center;
}

/* brand-statement-four-col */

.brand-statement-four-col .brand-statement-list-inner {
    margin: 0 -20px;
}

.brand-statement-four-col .brand-statement-box {
    padding: 0 20px;
    width: 25%;
}

/* brand-statement-two-col */

.brand-statement-two-col .brand-statement-box {
    width: 50%;
}

.brand-statement-two-col .brand-statement-box-inner {
    max-width: 480px;
}

.brand-statement-two-col .brand-statement-box:nth-child(odd) .brand-statement-box-inner {
    margin: 0 0 0 auto;
}

.brand-statement-two-col .brand-statement-box:nth-child(even) .brand-statement-box-inner {
    margin: 0 auto 0 0;
}

/* Collaborating CTA CSS */

.collaborating-cta {
    padding: 80px 0;
}

.collaborating-cta-row {
    background-image: url(../images/collaborating-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    min-height: 332px;
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
}

.collaborating-cta-row::after {
    background-color: var(--Black35);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}

.collaborating-cta-row .heading {
    color: var(--White);
    text-align: center;
}

.collaborating-cta-row .theme-btn {
    padding: 20px;
}

/* Building Type CSS */

.building-type {
    padding: 80px 0;
}

.building-type-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin: 0 0 60px;
}

.building-type-title .heading {
    max-width: 475px;
}

.building-type-list {
    overflow: hidden;
}

.building-type-list-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px;
}

.building-type-box {
    padding: 0 10px;
    width: 33.33%;
}

.building-type-box-inner {
    border-radius: 12px;
    color: var(--White);
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.building-type-box-inner::after {
    background: linear-gradient(180deg, transparent 60%, var(--Black) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.8;
    width: 100%;
    z-index: 0;
}

.building-type-box-inner>img {
    border-radius: 12px;
    height: 100%;
    max-height: 232px;
    min-height: 232px;
    width: 100%;
}

.building-type-overlay {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 24px;
    width: 100%;
    z-index: 1;
}

.building-type-overlay-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    width: 100%;
}

.building-type-box-heading {
    color: var(--White);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -1%;
    margin: 0;
    text-transform: capitalize;
}

.building-type-overlay-inner img {
    max-width: 20px;
}

.building-type-box-inner:hover .building-type-overlay-inner img {
    animation: bounceright 2s infinite;
}

.building-type-btn-mobile {
    display: none;
}

/* Building News CSS */

.building-news {
    padding: 80px 0;
}

.building-news-slider {
    overflow: hidden;
    padding: 0 0 108px;
}

.building-news-slider .slick-list {
    margin: 0 -20px;
}

.building-news-slider .slick-track {
    display: flex;
}

.building-news-slider .slick-slide {
    height: auto;
}

.building-news-slider .slick-arrow {
    background-color: var(--off-white);
    background-image: url(../images/icon-arrow-left.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border-radius: 8px;
    height: 48px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: unset;
    width: 48px;
    z-index: 1;
}

.building-news-slider .slick-arrow:hover {
    background-color: var(--theme-color);
}

.building-news-slider .slick-arrow::before {
    display: none;
}

.building-news-slider .slick-prev {
    left: -68px;
}

.building-news-slider .slick-next {
    background-image: url(../images/icon-arrow-right.svg);
    right: -68px;
}

.other-studies-slider .slick-track {
    margin-left: 0 !important;
    margin-right: auto !important;
}









@media only screen and (max-width: 1600px) {
    /*========= Home Page =========*/

    .building-box-heading {
        font-size: 18px;
    }

    .footer-row {
        gap: 80px;
    }

    .footer-menu-list {
        gap: 40px;
        width: calc(100% - 530px);
    }
}

@media only screen and (max-width: 1439px) {
    /*========= Home Page =========*/

    .faqs-listing {
        gap: 80px;
    }

    .faq-title strong {
        font-size: 18px;
    }

    .footer-row {
        gap: 60px;
    }

    .footer-menu-list {
        gap: 30px;
        width: calc(100% - 510px);
    }
}

@media only screen and (max-width: 1365px) {
    /*========= Home Page =========*/

    .hero-row-inner {
        min-height: 750px;
    }

    .engineered-box-inner {
        padding: 40px 24px;
    }

    .difference-row {
        min-height: 750px;
    }

    .contact-row {
        gap: 50px;
    }

    .contact-form {
        width: calc(100% - 530px);
    }

    .footer-row {
        gap: 50px;
    }

    .footer-logo-subscribe {
        min-width: 400px;
    }

    .footer-menu-list {
        gap: 30px;
        width: calc(100% - 450px);
    }
}

@media only screen and (max-width: 1279px) {
    /*========= Home Page =========*/

    .home-header .header-row {
        padding: 0 20px;
    }

    .header-menu>ul {
        gap: 20px;
    }

    .header-menu>ul>li>a {
        font-size: 14px;
    }

    .header-menu .submenu li a {
        font-size: 14px;
    }

    .hero-row-inner {
        min-height: 700px;
    }

    .proprietary-ai-number {
        font-size: 60px;
    }

    .engineered-box-inner {
        gap: 20px;
        padding: 32px 24px;
    }

    .building-box {
        padding: 0 10px;
        width: 33.33%;
    }

    .building-view-count {
        font-size: 60px;
    }

    .capabilities-box-overlay {
        gap: 30px;
        padding: 20px;
    }

    .capabilities-box-heading {
        font-size: 30px;
    }

    .difference-row {
        min-height: 700px;
    }

    .difference-box {
        padding: 0 10px;
    }

    .difference-list.slick-slider {
        overflow: hidden;
        margin: 0;
        padding: 0 0 72px;
    }

    .difference-list .slick-list {
        margin: 0 -10px;
    }

    .difference-list .slick-arrow {
        background-color: transparent;
        background-image: url(../images/icon-arrow-left-white.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        border: 1px solid var(--White);
        border-radius: 99px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        transform: unset;
        width: 64px;
        z-index: 1;
    }

    .difference-list .slick-arrow::before {
        display: none;
    }

    .difference-list .slick-next {
        background-image: url(../images/icon-arrow-right-white.svg);
        left: auto;
        right: 0;
    }

    .difference-list .slick-dots {
        bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }

    .difference-list .slick-dots li {
        margin: 0;
        height: auto;
        width: auto;
    }

    .difference-list .slick-dots li button {
        background-color: var(--theme-color);
        border-radius: 4px;
        height: 4px;
        opacity: 0.2;
        padding: 0;
        width: 36px;
    }

    .difference-list .slick-dots li.slick-active button {
        opacity: 1;
    }

    .difference-list .slick-dots li button::before {
        display: none;
    }

    .faqs-listing {
        gap: 60px;
    }

    .contact-row {
        gap: 30px;
    }

    .contact-img {
        max-width: 400px;
    }

    .contact-form {
        width: calc(100% - 430px);
    }

    .contact-form .form-group input,
    .contact-form .form-group textarea {
        font-size: 14px;
    }

    .footer-row {
        flex-direction: column;
    }

    .footer-logo-subscribe {
        max-width: 450px;
        width: 100%;
    }

    .footer-menu-list {
        width: 100%;
    }

    /*========= About Us Page =========*/

    .about-row {
        padding: 30px;
    }

    .about-hero-copy {
        max-width: 550px;
    }

    .about-hero-heading {
        font-size: 48px;
    }

    .about-hero-btn .theme-btn {
        padding: 20px;
    }

    .audits-single-heading {
        font-size: 28px;
    }

    .qea-difference-list-inner {
        margin: 0 -20px;
    }

    .qea-difference-box {
        padding: 0 20px;
    }

    /*========= Success Stories Page =========*/

    .case-studies-box-overlay {
        gap: 26px;
        padding: 26px;
    }

    .case-studies-box-heading {
        font-size: 24px;
    }

    /*========= Success Stories Single Page =========*/

    .stories-single-title .heading {
        font-size: 42px;
    }

    .stories-single-number {
        font-size: 60px;
    }

    .stories-content-row {
        gap: 50px;
    }

    .stories-content-left {
        width: calc(100% - 370px);
    }

    /*========= News Page =========*/

    .news-title .heading {
        font-size: 42px;
    }

    .news-list-inner {
        margin: 0 -10px;
    }

    .news-list-box {
        padding: 0 10px;
    }

    /*========= News Single Page =========*/

    .news-single-row {
        gap: 50px;
    }

    .news-single-left {
        width: calc(100% - 370px);
    }

    .news-single-title .heading {
        font-size: 36px;
    }

    .related-articles-slider .slick-list {
        margin: 0 -10px;
    }

    /*========= Contact Page =========*/

    .contact-hero-title .heading {
        font-size: 48px;
    }

    /*========= Careers Page =========*/

    .careers-hero-title .heading {
        font-size: 48px;
    }

    .careers-hero-btn .theme-btn {
        padding: 20px;
    }

    .careers-box-inner {
        padding: 24px;
    }

    .careers-box-heading {
        font-size: 20px;
    }

    /*========= Careers Page =========*/

    .error-row {
        background-size: 100% auto;
    }

    /*========= Service - Full Audit Page =========*/

    .envelope-title {
        align-items: start;
        flex-direction: column;
        gap: 30px;
    }

    .envelope-list {
        gap: 30px;
    }

    .envelope-left {
        max-width: 340px;
    }

    .envelope-left ul {
        gap: 20px;
    }

    .envelope-link {
        font-size: 18px;
    }

    .envelope-img-list {
        width: calc(100% - 370px);
    }

    .envelope-img img {
        min-height: 480px;
        max-height: 480px;
    }

    .steps-row {
        gap: 50px;
    }

    .steps-single {
        gap: 30px;
        padding: 0 0 0 30px;
    }

    .steps-single-number {
        font-size: 60px;
        min-width: 90px;
    }

    .steps-single-active .steps-single-img {
        min-height: 300px;
        max-height: 300px;
    }

    .compliance-row {
        padding: 40px;
    }

    .compliance-content {
        flex-direction: column;
        gap: 50px;
    }

    .compliance-copy,
    .compliance-list {
        width: 100%;
    }

    .paybacks-heading {
        font-size: 32px;
    }

    .roofassure-row {
        background-position: center center;
    }

    /*========= Service Roof Assessment Page =========*/

    .analysis-row {
        gap: 50px;
    }

    .analysis-single {
        gap: 30px;
        padding: 0 0 0 30px;
    }

    .analysis-single-heading {
        margin: 0 0 10px;
    }

    .video-cta-row {
        gap: 50px;
    }

    .building-services .roofassure-row {
        padding: 60px 40px;
    }

    /*========= Commercial Page =========*/

    .building-news-slider .slick-list {
        margin: 0 -10px;
    }

    .building-type-box-heading {
        font-size: 16px;
    }

    .brand-statement-four-col .brand-statement-box {
        width: 33.33%;
    }
}

@media only screen and (min-width: 992px) {
    .header-menu {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    /*========= Home Page =========*/

    header.home-header {
        margin: 0 0 -64px;
    }

    .home-header .header {
        padding: 12px 0;
    }

    .home-header .header-row {
        padding: 0 12px;
        position: relative;
    }

    .home-header .header-menu {
        top: calc(100% + 12px);
    }

    .header-menu {
        background-color: var(--White);
        border-radius: 12px;
        padding: 20px;
        display: none;
        position: absolute;
        top: 100%;
        width: calc(100% - 24px);
    }

    .toggle-menu {
        display: block;
    }

    .header-logo a img {
        max-height: 40px;
    }

    .toggle-menu-btn {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        height: 20px;
        padding: 0;
        width: 20px;
    }

    .toggle-menu-btn span {
        background-color: var(--Black);
        border-radius: 6px;
        height: 2px;
        width: 14px;
    }

    .header-menu>ul {
        align-items: start;
        flex-direction: column;
        justify-content: start;
        gap: 10px;
    }

    .header-menu>ul li {
        width: 100%;
    }

    .header-menu>ul>li>a {
        justify-content: space-between;
    }

    .submenu {
        border: 0;
        border-radius: 0;
        position: static;
        max-width: 100%;
        width: 100%;
    }

    .heading {
        font-size: 40px;
    }

    .hero-heading {
        font-size: 46px;
    }

    .hero-row-inner {
        padding: 160px 30px 30px;
    }

    .proprietary-ai {
        padding: 90px 0 60px;
    }

    .proprietary-ai-row {
        gap: 90px;
    }

    .proprietary-ai-heading,
    .engineered-heading {
        font-size: 36px;
    }

    .proprietary-ai-counter {
        gap: 26px;
        padding: 26px;
    }

    .proprietary-ai-number {
        font-size: 48px;
    }

    .proprietary-ai-counter-box p {
        font-size: 14px;
    }

    .engineered-box,
    .building-box {
        width: 50%;
    }

    .projects,
    .building,
    .capabilities,
    .subscribe-cta,
    .leaders,
    .contact,
    .footer {
        padding: 60px 0;
    }

    .capabilities-row {
        flex-direction: column;
    }

    .capabilities-box {
        width: 100%;
    }

    .difference-row {
        min-height: 640px;
    }

    .subscribe-cta-row {
        padding: 30px;
    }

    .subscribe-cta-heading {
        font-size: 38px;
        max-width: 390px;
    }

    .leaders-title,
    .leaders-logo {
        margin: 0 0 60px;
    }

    .faqs {
        padding: 90px 0 60px;
    }

    .faqs-title {
        margin: 0 0 60px;
    }

    .faqs-listing {
        flex-direction: column;
        gap: 0;
    }

    .faqs-list {
        width: 100%;
    }

    .faq-title {
        padding: 30px 0;
    }

    .contact-row {
        flex-direction: column;
    }

    .contact-img {
        max-width: 100%;
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .copyright {
        padding: 20px 0;
    }

    .copyright-menu ul {
        gap: 30px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    /*========= About Us Page =========*/

    .about-hero-heading {
        font-size: 42px;
    }

    .about-hero-copy {
        max-width: 460px;
    }

    .about-hero-btn .theme-btn {
        font-size: 18px;
    }

    .audits {
        padding: 100px 0 60px;
    }

    .audits-title {
        margin: 0 auto 100px;
    }

    .audits-title .heading {
        font-size: 36px;
    }

    .audits-single {
        gap: 40px;
        padding: 0 0 60px;
    }

    .audits-single-heading {
        font-size: 24px;
    }

    .operate {
        padding: 60px 0;
    }

    .qea-difference-box {
        width: 50%;
    }

    /*========= Success Stories Page =========*/

    .case-studies {
        padding: 60px 0;
    }

    .case-studies-heading {
        font-size: 48px;
    }

    .case-studies-title {
        margin: 0 0 60px;
    }

    .case-studies-box {
        width: 100%;
    }

    .updates-row {
        flex-direction: column;
    }

    .updates-box,
    .collaborating-box {
        width: 100%;
    }

    .updates {
        padding: 0 0 60px;
    }

    /*========= Success Stories Single Page =========*/

    .stories-single-counter {
        gap: 30px;
    }

    .stories-single-counter-box {
        padding: 0 30px 0 0;
    }

    .stories-single-number {
        font-size: 48px;
    }

    .stories-single-counter-box p {
        font-size: 14px;
    }

    .stories-content {
        padding: 40px 0 60px;
    }

    .stories-content-row {
        flex-direction: column;
    }

    .stories-content-left {
        width: 100%;
    }

    .stories-content-right {
        max-width: 100%;
        width: 100%;
    }

    .other-studies {
        padding: 60px 0;
    }

    /*========= News Page =========*/

    .news {
        padding: 60px 0;
    }

    .news-title {
        margin: 0 0 60px;
    }

    .news-nav {
        gap: 40px;
        margin: 0 0 60px;
    }

    .news-nav-list ul li a {
        font-size: 14px;
        padding: 16px 14px;
    }

    .news-sortby {
        padding: 14px;
    }

    .news-sortby-heading {
        font-size: 14px;
    }

    .filter-select {
        font-size: 14px;
    }

    .news-list-box {
        width: 50%;
    }

    /*========= News Single Page =========*/

    .news-single {
        padding: 40px 0 60px;
    }

    .news-single-row {
        flex-direction: column;
    }

    .news-single-left {
        width: 100%;
    }

    .news-single-right {
        max-width: 100%;
        width: 100%;
    }

    .related-studies-slider {
        overflow: hidden;
    }

    .related-studies-slider .slick-list {
        margin: 0 -9px;
    }

    .related-studies-slider .slick-slide>div {
        padding: 0 10px;
    }

    .related-articles {
        padding: 60px 0;
    }

    /*========= Contact Page =========*/

    .contact-hero-row {
        padding: 30px;
    }

    .contact-hero-title .heading {
        font-size: 36px;
        max-width: 300px;
    }

    /*========= Careers Page =========*/

    .careers-hero-row {
        padding: 30px;
    }

    .careers-hero-title .heading {
        font-size: 42px;
        max-width: 400px;
    }

    .careers-hero-btn .theme-btn {
        font-size: 18px;
    }

    .careers-list {
        padding: 60px 0;
    }

    .careers-list-row-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .careers-model-inner,
    .careers-apply-form-inner {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    /*========= Careers Page =========*/

    .error-row {
        background-size: 100% auto;
    }

    /*========= Service - Full Audit Page =========*/

    .envelope,
    .steps,
    .compliance,
    .paybacks,
    .roofassure {
        padding: 60px 0;
    }

    .envelope-title {
        margin: 0 0 60px;
    }

    .envelope-list {
        flex-direction: column;
    }

    .envelope-left {
        max-width: 100%;
        width: 100%;
    }

    .envelope-img-list {
        width: 100%;
    }

    .envelope-link.active {
        display: block;
    }

    .envelope-link {
        text-align: center;
        pointer-events: none;
        display: none;
    }

    .envelope-slide-btn-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .prev-btn,
    .next-btn {
        background: transparent;
        border: 1px solid var(--Black);
        border-radius: 99px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        width: 64px;
    }

    .steps-row {
        flex-direction: column;
    }

    .steps-title {
        width: 100%;
    }

    .steps-title-inner {
        position: static;
        top: unset;
    }

    .steps-list {
        width: 100%;
    }

    .steps-title .heading,
    .steps-title p {
        margin: 0 0 20px;
    }

    .paybacks-title {
        align-items: start;
        flex-direction: column;
    }

    .paybacks-title-left {
        width: 100%;
    }

    .paybacks-title-text {
        max-width: 100%;
        width: 100%;
    }

    .paybacks-img-mobile {
        border-radius: 20px;
        display: block;
        height: auto;
        margin: 32px 0 0;
        width: 100%;
    }

    .paybacks-heading {
        max-width: 100%;
    }

    .paybacks-main-img {
        display: none;
    }

    .paybacks-list {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
        width: 100%;
    }

    /*========= Service Roof Assessment Page =========*/

    .analysis,
    .video-cta {
        padding: 60px 0;
    }

    .analysis-row {
        flex-direction: column;
    }

    .analysis-title,
    .analysis-list {
        width: 100%;
    }

    .analysis-title-inner {
        position: static;
        top: unset;
    }

    .video-cta-row {
        flex-direction: column;
    }

    .video-cta-left,
    .video-cta-content {
        width: 100%;
    }

    /*========= Commercial Page =========*/

    .brand-statement-icon img {
        max-width: 100px;
        width: 100%;
    }

    .commercial-hero .about-row {
        gap: 30px;
    }

    .commercial-hero .about-hero-heading {
        font-size: 36px;
    }

    .commercial-hero .about-hero-btn .theme-btn {
        font-size: 16px;
        padding: 16px;
    }

    .brand-statement {
        padding: 80px 0 60px;
    }

    .brand-statement-heading {
        font-size: 32px;
    }

    .brand-statement-box {
        width: 50%;
    }

    .collaborating-cta,
    .building-type,
    .building-news {
        padding: 60px 0;
    }

    .building-type-box {
        width: 50%;
    }

    .brand-statement-four-col .brand-statement-box {
        width: 50%;
    }
}

@media only screen and (min-width: 800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }

    .careers-model-main:before,
    .careers-apply-form-modal::before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    /*========= Home Page =========*/

    .hero {
        padding: 0 0 12px;
    }

    .hero-heading {
        font-size: 36px;
    }

    .hero-copy {
        max-width: 280px;
    }

    .hero-copy p {
        font-size: 18px
    }

    .proprietary-ai {
        padding: 60px 0 40px;
    }

    .proprietary-ai-heading,
    .engineered-heading {
        font-size: 32px;
    }

    .proprietary-ai-row {
        gap: 60px;
    }

    .proprietary-ai-counter {
        flex-direction: column;
        gap: 40px;
        padding: 40px;
    }

    .proprietary-ai-counter-box {
        width: 100%;
    }

    .engineered-list-inner {
        margin: 0;
        padding: 0 0 72px;
    }

    .engineered-list-inner .slick-track {
        display: flex;
    }

    .engineered-list-inner .slick-slide {
        height: auto;
    }

    .engineered-list-inner .slick-slide>div {
        height: 100%;
    }

    .engineered-list-inner .slick-arrow {
        background-color: transparent;
        background-image: url(../images/icon-arrow-left.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        border: 1px solid var(--Black);
        border-radius: 99px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: unset;
        width: 64px;
        z-index: 1;
    }

    .engineered-list-inner .slick-arrow::before {
        display: none;
    }

    .engineered-list-inner .slick-prev {
        left: -76px;
    }

    .engineered-list-inner .slick-next {
        background-image: url(../images/icon-arrow-right.svg);
        right: -76px;
    }

    .engineered-box {
        padding: 0;
    }

    .heading {
        font-size: 32px;
        text-align: center;
    }

    .projects-title {
        align-items: center;
        flex-direction: column;
        margin: 0 0 32px;
    }

    .projects-title .theme-btn {
        display: none;
    }

    .projects,
    .capabilities,
    .subscribe-cta,
    .leaders,
    .faqs,
    .contact,
    .footer {
        padding: 40px 0;
    }

    .building {
        padding: 40px 0 0;
    }

    .building-title {
        margin: 0 auto 40px;
    }

    .building-list-inner.slick-slider {
        margin: 0;
        padding: 0 0 52px;
    }

    .building-list-inner .slick-track {
        display: flex;
    }

    .building-list-inner .slick-slide {
        height: auto;
    }

    .building-list-inner .slick-slide>div {
        display: flex;
        height: 100%;
    }

    .building-list-inner .slick-arrow {
        background-color: transparent;
        background-image: url(../images/icon-arrow-left.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        border: 1px solid var(--Black);
        border-radius: 99px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        transform: unset;
        width: 64px;
        z-index: 1;
    }

    .building-list-inner .slick-arrow::before {
        display: none;
    }

    .building-list-inner .slick-prev {
        left: 0;
    }

    .building-list-inner .slick-next {
        background-image: url(../images/icon-arrow-right.svg);
        left: auto;
        right: 0;
    }

    .building-list-inner .slick-dots {
        bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .building-list-inner .slick-dots li {
        height: auto;
        list-style: none;
        margin: 0;
        width: auto;
    }

    .building-list-inner .slick-dots li button {
        background-color: var(--theme-color20);
        border-radius: 4px;
        height: 4px;
        padding: 0;
        width: 18px;
    }

    .building-list-inner .slick-dots li.slick-active button {
        background-color: var(--theme-color);
    }

    .building-list-inner .slick-dots li button::before {
        display: none;
    }

    .building-box {
        padding: 0;
    }

    .building-box-inner>img {
        min-height: 366px;
        max-height: 366px;
    }

    .difference-row {
        gap: 40px;
    }

    .difference-heading {
        font-size: 36px;
    }

    .leaders-item-copy p {
        font-size: 28px;
    }

    .leaders-title,
    .leaders-logo {
        margin: 0 0 40px;
    }

    .faqs-title {
        margin: 0;
    }

    .faq-title {
        padding: 40px 0;
    }

    .footer-menu-list {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .footer-logo-subscribe {
        min-width: unset;
        max-width: 100%;
    }

    .footer-menu {
        width: calc(50% - 20px);
    }

    .footer-menu ul li {
        margin: 0 0 10px;
    }

    .copyright-row {
        flex-direction: column;
        gap: 20px;
    }

    .copyright-text p,
    .copyright-menu ul li a {
        font-size: 14px;
    }

    .copyright-menu ul {
        gap: 60px;
    }

    .copyright {
        padding: 40px 0;
    }

    .custom-model-main {
        display: flex;
        align-items: center;
    }

    .custom-model-inner {
        width: calc(100% - 24px);
    }

    .custom-model-wrap {
        padding: 50px;
    }

    .popup-heading {
        font-size: 32px;
    }

    /*========= About Us Page =========*/

    .about-hero {
        padding: 0 0 12px 0;
    }

    .about-row {
        align-items: start;
        flex-direction: column;
        justify-content: end;
        gap: 40px;
    }

    .about-hero-copy {
        max-width: 100%;
    }

    .about-hero-heading {
        font-size: 36px;
    }

    .about-hero-btn .theme-btn {
        font-size: 16px;
        padding: 18px;
    }

    .audits {
        padding: 60px 0 40px;
    }

    .audits-title .heading {
        font-size: 32px;
    }

    .audits-title {
        margin: 0 auto 60px;
    }

    .audits-single {
        flex-direction: column;
    }

    .audits-single-title {
        width: 100%;
    }

    .audits-copy {
        width: 100%;
    }

    .audits-single {
        padding: 0 0 60px 52px;
        position: relative;
    }

    .audits-list::after {
        right: auto;
        left: 15px;
        margin: 0;
    }

    .audits-round {
        position: absolute;
        top: 0;
        left: 0;
    }

    .operate {
        padding: 40px 0;
    }

    .teams {
        padding: 40px 0 60px;
    }

    .teams-slider {
        padding: 0 0 72px;
    }

    .qea-difference {
        padding: 60px 0 40px;
    }

    .qea-difference-title .heading {
        font-size: 32px;
    }

    /*========= Success Stories Page =========*/

    .case-studies,
    .updates {
        padding: 40px 0;
    }

    .case-studies-title {
        margin: 0 0 40px;
    }

    .case-studies-heading {
        font-size: 36px;
    }

    .case-studies-nav {
        margin: 0 0 32px;
    }

    .case-studies-loadmore {
        margin: 32px 0 0;
    }

    /*========= Success Stories Single Page =========*/

    .stories-single {
        padding: 20px 0;
    }

    .stories-single-title {
        gap: 12px;
    }

    .stories-single-title .heading {
        font-size: 36px;
        text-align: left;
    }

    .stories-single-counter {
        flex-direction: column;
        gap: 20px;
    }

    .stories-single-counter-box {
        border-top: 1px solid var(--gray);
        border-right: 0;
        padding: 20px 0 0 0;
        width: 100%;
    }

    .stories-single-counter-box p {
        font-weight: 700;
    }

    .stories-content {
        padding: 20px 0 40px;
    }

    .stories-content-row {
        gap: 40px;
    }

    .other-studies {
        padding: 40px 0;
    }

    .other-studies-title {
        margin: 0 0 32px;
    }

    .other-studies-title .heading {
        font-size: 32px;
    }

    /*========= News Page =========*/

    .news {
        padding: 40px 0;
    }

    .news-title .heading {
        font-size: 36px;
    }

    .news-nav {
        gap: 0;
        margin: 0 0 40px;
    }

    .news-nav-list {
        display: none;
    }

    .news-filter-sortby {
        width: 100%;
    }

    .news-sortby-mobile {
        display: flex;
    }

    .news-list-box {
        width: 100%;
    }

    .news-list-inner {
        row-gap: 40px;
    }

    .news-img img {
        max-height: unset;
    }

    .news-sortby-heading,
    .filter-select {
        font-size: 16px;
    }

    .news .subscribe-cta-row {
        margin: 60px 0;
    }

    .pagination {
        margin: 60px 0 0;
    }

    /*========= News Single Page =========*/

    .news-single {
        padding: 20px 0 0;
    }

    .news-single .container {
        padding: 0;
    }

    .news-single-row {
        gap: 0;
    }

    .news-single-left {
        padding: 0 12px 40px;
    }

    .news-single-title .heading {
        font-size: 32px;
        text-align: left;
    }

    .news-single-title {
        gap: 12px;
        margin: 0 0 40px;
    }

    .news-single-img img {
        min-height: 200px;
        max-height: unset;
    }

    .news-single-img {
        margin: 0 0 40px;
    }

    .news-single-right {
        background-color: var(--off-white);
        padding: 40px 12px;
    }

    .related-articles {
        padding: 40px 0;
    }

    .related-articles-title {
        margin: 0 0 32px;
    }

    .related-articles-heading {
        font-size: 32px;
    }

    .related-articles-slider .news-img img {
        max-height: 270px;
    }

    /*========= Contact Page =========*/

    .contact-hero-row {
        align-items: start;
        justify-content: end;
        flex-direction: column;
        gap: 40px;
        min-height: 456px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .contact-hero-row::after {
        background: linear-gradient(180deg, transparent 30%, var(--Black75) 55%, var(--Black) 100%);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: 100%;
        opacity: 0.5;
        width: 100%;
        z-index: -1;
    }

    .contact-hero-title .heading {
        color: var(--White);
        font-size: 36px;
        max-width: 300px;
        text-align: left;
    }

    .contact-hero-title {
        width: 100%;
    }

    .contact-hero-email {
        width: 100%;
    }

    .contact-hero-email ul {
        justify-content: space-between;
    }

    /*========= Careers Page =========*/

    .careers-hero {
        padding: 12px 0;
    }

    .careers-hero-row {
        align-items: start;
        justify-content: end;
        flex-direction: column;
        gap: 40px;
        min-height: 456px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .careers-hero-row::after {
        background: linear-gradient(180deg, transparent 30%, var(--Black75) 55%, var(--Black) 100%);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: 100%;
        opacity: 0.5;
        width: 100%;
        z-index: -1;
    }

    .careers-hero-title .heading {
        color: var(--White);
        font-size: 36px;
        text-align: left;
    }

    .careers-hero-btn .theme-btn {
        font-size: 16px;
        padding: 18px;
    }

    .careers-list {
        padding: 40px 0;
    }

    .careers-list .container {
        padding: 0;
    }

    .careers-list-row-inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .careers-box-inner {
        padding: 40px 20px;
    }

    .careers-box-description {
        min-height: unset;
    }

    .careers-model-wrap,
    .careers-apply-form-wrap {
        padding: 40px 20px 20px;
    }

    .careers-popup-heading .heading {
        font-size: 30px;
        text-align: left;
    }

    .careers-popup-info ul {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }

    .careers-popup-info ul li {
        width: calc(50% - 10px);
    }

    .careers-box-label {
        margin: 0 0 8px;
    }

    .careers-popup-requirement ul li {
        width: 100%;
    }

    .careers-popup-footer {
        padding: 20px 0 0;
    }

    /*========= Service - Full Audit Page =========*/

    .full-audit-hero {
        padding: 12px 0;
    }

    .full-audit-hero .about-row {
        gap: 32px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .full-audit-hero .about-row::after {
        background: linear-gradient(180deg, transparent 0%, transparent 40%, var(--Black) 100%);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        height: 100%;
        opacity: 0.75;
        width: 100%;
        z-index: -1;
    }

    .full-audit-hero .full-audit-subheading {
        color: var(--White);
        font-size: 14px;
        margin: 0 0 8px;
    }

    .full-audit-hero .about-hero-copy .about-hero-heading {
        color: var(--White);
        font-size: 32px;
    }

    .envelope-title .heading,
    .steps-title .heading {
        text-align: left;
    }

    .envelope {
        padding: 60px 0 40px;
    }

    .steps,
    .compliance,
    .paybacks,
    .roofassure {
        padding: 40px 0;
    }

    .envelope-title {
        margin: 0 0 40px;
    }

    .compliance-row {
        padding: 30px;
    }

    .compliance-title .heading {
        font-size: 32px;
        text-align: left;
    }

    .compliance-list {
        flex-direction: column;
    }

    .compliance-single {
        width: 100%;
    }

    .paybacks-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .roofassure-row {
        padding: 40px;
    }

    .roofassure-row::after {
        width: 100%;
    }

    .roofassure-heading {
        font-size: 32px;
    }

    /*========= Service Roof Assessment Page =========*/

    .analysis {
        padding: 60px 0 40px;
    }

    .about-hero.roof-assessment-hero {
        padding: 12px 0;
    }

    .analysis-heading {
        font-size: 36px;
    }

    .video-cta-btn {
        height: 60px;
        width: 60px;
    }

    .video-cta {
        padding: 40px 0;
    }

    /*========= Commercial Page =========*/

    .commercial-hero .about-hero-heading {
        font-size: 32px;
    }

    .about-hero.commercial-hero {
        padding: 12px 0;
    }

    .brand-statement-title {
        margin: 0 auto 60px;
    }

    .brand-statement-heading {
        margin: 0 0 20px;
    }

    .brand-statement {
        padding: 60px 0 40px;
    }

    .brand-statement .brand-statement-list-inner {
        margin: 0;
        padding: 0 0 72px;
    }

    .brand-statement-list-inner .brand-statement-box {
        padding: 0 10px;
    }

    .brand-statement-icon img {
        max-width: 80px;
    }

    .brand-statement-box-inner {
        gap: 20px;
        max-width: 100%;
    }

    .brand-statement-list-inner .slick-arrow {
        background-color: transparent;
        background-image: url(../images/icon-arrow-left.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        border: 1px solid var(--Black);
        border-radius: 99px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        transform: unset;
        width: 64px;
        z-index: 1;
    }

    .brand-statement-list-inner .slick-arrow::before {
        display: none;
    }

    .brand-statement-list-inner .slick-prev {
        left: 0;
    }

    .brand-statement-list-inner .slick-next {
        background-image: url(../images/icon-arrow-right.svg);
        left: auto;
        right: 0;
    }

    .brand-statement-list-inner .slick-dots {
        bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 150px);
    }

    .brand-statement-list-inner .slick-dots li {
        height: auto;
        list-style: none;
        margin: 0;
        width: auto;
    }

    .brand-statement-list-inner .slick-dots li button {
        background-color: var(--theme-color20);
        border-radius: 4px;
        height: 4px;
        padding: 0;
        width: 26px;
    }

    .brand-statement-list-inner .slick-dots li.slick-active button {
        background-color: var(--theme-color);
    }

    .brand-statement-list-inner .slick-dots li button:before {
        display: none;
    }

    .collaborating-cta,
    .building-type,
    .building-news {
        padding: 40px 0;
    }

    .building-type-title {
        align-items: start;
        flex-direction: column;
        margin: 0 0 40px;
    }

    .building-type-title .heading {
        text-align: left;
    }

    .building-type-box-inner>img {
        max-height: 366px;
        min-height: 366px;
    }

    .building-type .building-type-list-inner {
        margin: 0;
        padding: 0 0 52px;
    }

    .building-type-box {
        padding: 0;
    }

    .building-type-list-inner .slick-arrow {
        background-color: transparent;
        background-image: url(../images/icon-arrow-left.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        border: 1px solid var(--Black);
        border-radius: 99px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
        transform: unset;
        width: 64px;
        z-index: 1;
    }

    .building-type-list-inner .slick-prev {
        left: 0;
    }

    .building-type-list-inner .slick-next {
        background-image: url(../images/icon-arrow-right.svg);
        left: auto;
        right: 0;
    }

    .building-type-list-inner .slick-arrow::before {
        display: none;
    }

    .building-type-list-inner .slick-dots {
        bottom: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 150px);
    }

    .building-type-list-inner .slick-dots li {
        height: auto;
        list-style: none;
        margin: 0;
        width: auto;
    }

    .building-type-list-inner .slick-dots li button {
        background-color: var(--theme-color20);
        border-radius: 4px;
        height: 4px;
        padding: 0;
        width: 26px;
    }

    .building-type-list-inner .slick-dots li.slick-active button {
        background-color: var(--theme-color);
    }

    .building-type-list-inner .slick-dots li button:before {
        display: none;
    }

    .building-type-box-heading {
        font-size: 20px;
    }

    .building-news-slider .news-img img {
        max-height: 270px;
    }

    .brand-statement-two-col .brand-statement-box:nth-child(odd) .brand-statement-box-inner,
    .brand-statement-two-col .brand-statement-box:nth-child(even) .brand-statement-box-inner {
        margin: 0 auto;
    }

    .engineered-list-inner .engineered-box {
        height: 100%;
    }

    .building-list-inner .building-box {
        height: 100%;
    }
}

@media only screen and (max-width: 575px) {
    /*========= Home Page =========*/

    .topbar {
        display: none;
    }

    header.home-header {
        margin: 12px 0 -64px;
    }

    .header-menu .theme-btn {
        justify-content: center;
        max-width: 100%;
        width: 100%;
    }

    .hero-row-inner {
        padding: 104px 12px 40px;
    }

    .hero-heading {
        font-size: 32px;
    }

    .powered-by {
        margin: 0 auto;
        padding: 8px 12px;
    }

    .hero-content {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }

    .hero-copy {
        max-width: 100%;
        width: 100%;
    }

    .hero-copy p {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-btn .theme-btn {
        max-width: 100%;
        width: 100%;
    }

    .proprietary-ai-heading,
    .engineered-heading {
        font-size: 24px;
    }

    .proprietary-ai-counter::after {
        background-position: center left;
    }

    .engineered-title {
        max-width: 100%;
        margin: 0 0 40px;
    }

    .engineered-box-inner {
        flex-direction: column;
        gap: 38px;
        padding: 32px 24px;
    }

    .engineered-box-inner p {
        text-align: center;
    }

    .projects-box img {
        min-height: 366px;
        max-height: 366px;
    }

    .capabilities-box-overlay {
        align-items: end;
        flex-direction: column;
        justify-content: end;
        gap: 20px;
    }

    .capabilities-box-subheading,
    .capabilities-box-copy p {
        font-size: 14px;
    }

    .capabilities-box-heading {
        font-size: 24px;
    }

    .capabilities-box-btn {
        width: 100%;
    }

    .capabilities-box-btn .theme-btn {
        max-width: 100%;
        width: 100%;
    }

    .difference-heading {
        font-size: 32px;
    }

    .difference-box-inner {
        gap: 16px;
    }

    .difference-box-number,
    .difference-box p {
        font-size: 14px;
    }

    .difference {
        background-position: 75% top;
    }

    .difference::after {
        background: linear-gradient(180deg, transparent 0%, var(--Black85) 85%, var(--Black) 100%);
    }

    .subscribe-cta-row {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        min-height: 480px;
        padding: 40px 20px;
    }

    .subscribe-cta-heading {
        font-size: 32px;
        margin: 0 0 32px;
        max-width: 100%;
        text-align: center;
    }

    .subscribe-cta-row .form-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .subscribe-cta-row form,
    .subscribe-cta-row iframe {
        max-width: 100%;
        width: 100%;
    }

    .subscribe-cta-row .form-group input {
        border-radius: 8px;
        font-size: 14px;
        height: 46px;
        padding: 16px;
    }

    .subscribe-cta-btn {
        font-size: 14px;
        position: unset;
    }

    .leaders-review-auther {
        flex-direction: column;
        gap: 4px;
    }

    .leaders-review-auther-name,
    .leaders-review-auther-post {
        font-size: 14px;
    }

    .leaders-item-copy p {
        font-size: 24px;
    }

    .leaders-item {
        padding: 0 0 164px;
    }

    .faq-title strong {
        font-size: 16px;
    }

    .faq-body-inner p {
        font-size: 14px;
    }

    .contact-img img {
        min-height: 185px;
    }

    .contact-row {
        gap: 40px;
    }

    .contact-title {
        gap: 32px;
        margin: 0 0 32px;
    }

    .contact-title .heading {
        font-size: 48px;
        text-align: left;
    }

    .contact-title p {
        font-size: 14px;
    }

    .contact-form .form-group-row {
        flex-direction: column;
        gap: 0;
    }

    .contact-form .form-group-row .form-group {
        width: 100%;
    }

    .contact-form .form-group {
        margin: 0 0 12px;
    }

    .contact-form-btn {
        text-align: center;
        width: 100%;
    }

    footer::after {
        background-position: center 200px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-subscribe p {
        font-size: 14px;
        text-align: center;
    }

    .footer-subscribe .form-group {
        flex-direction: column;
    }

    .footer-subscribe .form-group input {
        font-size: 14px;
    }

    .footer-subscribe-btn {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .footer-row {
        gap: 40px;
    }

    .footer-menu-list {
        flex-direction: column;
    }

    .footer-menu {
        width: 100%;
    }

    .footer-heading {
        font-size: 14px;
        margin: 0 0 16px;
        text-align: center;
    }

    .footer-menu ul li {
        margin: 0 0 16px;
        text-align: center;
    }

    .mobile-projects-btn {
        display: block;
        margin: 40px 0 0;
    }

    .mobile-projects-btn .theme-btn {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .custom-model-wrap {
        background-position: center top;
        padding: 40px 20px;
        background-size: auto 150%;
    }

    .popup-title {
        gap: 32px;
        margin: 0 0 32px;
    }

    .popup-form .form-group-row {
        flex-direction: column;
        gap: 0;
    }

    .popup-form .form-group-row .form-group {
        width: 100%;
    }

    .popup-form .form-group {
        margin: 0 0 12px;
    }

    .popup-title p,
    .popup-form .form-group input {
        font-size: 14px;
    }

    /*========= About Us Page =========*/

    .about-row {
        min-height: 456px;
        padding: 20px;
    }

    .about-hero-heading {
        font-size: 32px;
    }

    .about-hero-btn {
        width: 100%;
    }

    .about-hero-btn .theme-btn {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .audits-single {
        gap: 20px;
        padding: 0 0 40px 52px;
    }

    .audits-title .heading {
        font-size: 24px;
    }

    .audits-single-title {
        gap: 12px;
    }

    .audits-year {
        font-size: 14px;
    }

    .audits-single-heading {
        font-size: 20px;
    }

    .audits-copy p {
        font-size: 14px;
        margin: 0 0 16px;
    }

    .teams {
        background-position: center 100px;
    }

    .teams-title {
        flex-direction: column;
        gap: 40px;
        margin: 0 0 40px;
    }

    .teams-title .teams-btn {
        display: none;
    }

    .teams-slider .slick-list {
        margin: 0 0 0 -6px;
    }

    .teams-box {
        padding: 0 6px;
    }

    .teams-mobile-btn {
        display: block;
        margin: 40px 0 0;
    }

    .teams-mobile-btn .theme-btn {
        max-width: 100%;
        width: 100%;
    }

    .qea-difference-title {
        margin: 0 0 40px;
    }

    .qea-difference-title .heading {
        font-size: 28px;
    }

    .qea-difference-list-inner {
        row-gap: 40px;
    }

    .qea-difference-box {
        width: 100%;
    }

    /*========= Success Stories Page =========*/

    .case-studies-heading {
        font-size: 32px;
    }

    .case-studies-box-inner img {
        min-height: 366px;
        max-height: 366px;
    }

    .case-studies-box-overlay {
        align-items: start;
        justify-content: end;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .case-studies-tag {
        margin: 0 0 12px;
    }

    .case-studies-box-heading {
        font-size: 20px;
        font-weight: 700;
    }

    .case-studies-tag li {
        background-color: var(--White25);
        border: 0;
    }

    .loadmore-btn {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .updates-row {
        gap: 20px;
    }

    .updates-box {
        background-position: center right;
        justify-content: space-between;
        min-height: 450px;
        padding: 40px 20px 20px;
    }

    .updates-box-heading {
        font-size: 32px;
    }

    .updates-form .form-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .updates-form .form-group input {
        border-radius: 8px;
        font-size: 14px;
        height: 46px;
        padding: 16px;
    }

    .updates-form-btn {
        font-size: 14px;
        height: 46px;
        max-width: 100%;
        position: unset;
        width: 100%;
    }

    .collaborating-box {
        min-height: 450px;
        justify-content: space-between;
        padding: 40px 20px 20px;
    }

    .collaborating-box-btn {
        width: 100%;
    }

    .collaborating-box-btn .theme-btn {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .collaborating-box-heading {
        font-size: 32px;
    }

    /*========= Success Stories Single Page =========*/

    .stories-single-title .heading {
        font-size: 24px;
        font-weight: 400;
    }

    .stories-single-img img {
        min-height: 200px;
        max-height: unset;
        height: auto;
    }

    .stories-content-copy,
    .stories-content-copy p,
    .stories-content-copy ul li,
    .stories-content-copy ol li {
        font-size: 14px;
    }

    .stories-content .subscribe-cta-row {
        background-position: center right;
        align-items: center;
        justify-content: space-between;
    }

    .stories-content .subscribe-cta-row .subscribe-cta-heading {
        font-size: 32px;
    }

    .stories-collaborating {
        min-height: 450px;
    }

    .other-studies-title {
        gap: 0;
        flex-direction: column;
    }

    .other-studies-btn {
        display: none;
    }

    .other-studies-btn-mobile {
        margin: 32px 0 0;
        display: block;
    }

    /*========= News Page =========*/

    .news-title .heading {
        font-size: 32px;
    }

    .news-sortby {
        padding: 16px;
    }

    .news .subscribe-cta-row {
        align-items: center;
        justify-content: space-between;
        margin: 40px 0;
        padding: 40px 20px 20px;
    }

    .pagination {
        margin: 40px 0 0;
    }

    /* .pagination-item:first-child{
        padding: 0 18px 0 0;
    }
    .pagination-item:last-child{
        padding: 0 0 0 18px;
    } */
    .pagination-item:has(> a.prev) {
        padding: 0 18px 0 0;
    }

    .pagination-item:has(> a.next) {
        padding: 0 0 0 18px;
    }

    .pagination-link {
        height: 44px;
        width: 44px;
    }

    /*========= News Single Page =========*/

    .news-single-title .heading {
        font-size: 24px;
        font-weight: 400;
    }

    .news-single-date {
        display: none;
    }

    .news-content-copy,
    .news-content-copy p,
    .news-content-copy ul li,
    .news-content-copy ol li {
        font-size: 14px;
    }

    .news-single .subscribe-cta-row {
        background-position: center right;
        align-items: center;
        justify-content: space-between;
        min-height: 450px;
    }

    .news-single .subscribe-cta-row .subscribe-cta-heading {
        font-size: 32px;
    }

    .related-studies-btn {
        display: none;
    }

    .related-studies-btn-mobile {
        display: block;
    }

    .related-studies-btn-mobile .related-studies-slider-arrow {
        background-color: transparent;
    }

    .related-studies-title {
        margin: 0 0 32px;
    }

    .related-studies-heading {
        font-size: 20px;
    }

    .related-studies-slider .projects-box::after {
        background: linear-gradient(180deg, transparent 25%, var(--Black75) 75%, var(--Black) 100%);
    }

    .related-articles-btn {
        display: none;
    }

    .related-articles-slider .news-box-date {
        display: none;
    }

    .related-articles-slider .news-box-btn {
        background-color: transparent;
        border-radius: 0;
        color: var(--theme-color);
        padding: 0;
    }

    .related-articles-btn-mobile {
        display: block;
    }

    /*========= Contact Page =========*/

    .contact-hero-row {
        background-position: center right;
        padding: 20px;
    }

    .contact-hero-title .heading {
        font-size: 32px;
        max-width: 280px;
    }

    /*========= Careers Page =========*/

    .careers-hero-row {
        background-position: 80% center;
        padding: 20px;
    }

    .careers-hero-title .heading {
        font-size: 32px;
    }

    .careers-hero-btn {
        width: 100%;
    }

    .careers-hero-btn .theme-btn {
        font-size: 14px;
        max-width: 100%;
        padding: 16px;
        width: 100%;
    }

    .careers-list {
        padding: 20px 0 40px;
    }

    .careers-box-heading {
        font-size: 24px;
    }

    .careers-box-value,
    .careers-box-copy p,
    .careers-btn,
    .careers-popup-description p,
    .careers-popup-requirement ul li,
    .careers-close-btn,
    .careers-popup-footer .theme-btn {
        font-size: 14px;
    }

    .careers-model-inner,
    .careers-apply-form-inner {
        width: calc(100% - 24px);
    }

    .careers-popup-heading .heading {
        font-size: 24px;
    }

    .careers-apply-form .form-group-row {
        flex-direction: column;
        gap: 0;
    }

    .careers-apply-form .form-group-row .form-group {
        width: 100%;
    }

    /*========= Careers Page =========*/

    .error .container {
        padding: 0;
    }

    .error-row {
        background-size: auto 185px;
        background-position: center 62%;
        justify-content: space-between;
        min-height: 540px;
        padding: 80px 12px 40px;
    }

    .error-heading {
        font-size: 48px;
    }

    .error-title p {
        font-size: 14px;
    }

    .error-btn {
        width: 100%;
    }

    .error-home-btn,
    .error-contact-btn {
        font-size: 14px;
        width: 50%;
    }

    /*========= Service - Full Audit Page =========*/

    .envelope-title {
        gap: 40px;
    }

    .envelope-title .heading {
        min-width: unset;
        max-width: 100%;
        text-align: center;
    }

    .envelope-title-copy p {
        text-align: center;
    }

    .envelope-btn {
        display: none;
    }

    .envelope-list {
        gap: 24px;
    }

    .envelope-img img {
        min-height: 220px;
        max-height: 220px;
    }

    .envelope-btn-mobile {
        display: block;
        margin: 40px 0 0;
    }

    .envelope-btn-mobile .theme-btn {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .steps-row {
        gap: 40px;
    }

    .steps-subheading {
        font-size: 14px;
        margin: 0 0 12px;
    }

    .steps-title .heading {
        margin: 0;
    }

    .steps-title p,
    .steps-title .theme-btn {
        display: none;
    }

    .steps-list {
        gap: 40px;
    }

    .steps-single {
        flex-direction: column;
        gap: 20px;
        padding: 0 0 0 20px;
    }

    .steps-single-number {
        font-size: 48px;
        min-width: 100%;
    }

    .steps-single-heading {
        font-size: 20px;
    }

    .steps-single-content p {
        font-size: 14px;
    }

    .steps-single-active .steps-single-img {
        min-height: 200px;
        max-height: 200px;
    }

    .compliance-row {
        padding: 40px 20px;
    }

    .compliance-title .heading {
        font-size: 28px;
    }

    .compliance-content {
        gap: 40px;
    }

    .paybacks-title {
        gap: 32px;
        margin: 0 0 32px;
    }

    .paybacks-heading {
        font-size: 24px;
    }

    .paybacks-img-mobile {
        min-height: 190px;
    }

    .paybacks-list {
        gap: 8px;
    }

    .paybacks-single-overlay {
        padding: 16px;
    }

    .paybacks-single img {
        min-height: 180px;
        max-height: 180px;
    }

    .roofassure-row {
        align-items: center;
        justify-content: end;
        gap: 20px;
        min-height: 450px;
        padding: 20px;
    }

    .roofassure-subheading {
        font-size: 14px;
        margin: 0 0 8px;
        text-align: center;
    }

    .roofassure-heading {
        text-align: center;
    }

    .roofassure-copy p {
        text-align: center;
    }

    .roofassure-btn {
        width: 100%;
    }

    .roofassure-btn .theme-btn {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .roofassure-row::after {
        background: linear-gradient(180deg, transparent 50%, var(--Black65) 75%, var(--Black) 100%);
        opacity: 0.75;
    }

    .service-leaders {
        background-position: center 80px;
        background-size: auto 130%;
        padding: 40px 0 60px;
    }

    /*========= Service Roof Assessment Page =========*/

    .envelope {
        padding: 40px 0;
    }

    .roof-assessment-hero .full-audit-subheading {
        font-size: 14px;
        margin: 0 0 8px;
        max-width: 184px;
    }

    .roof-assessment-hero .about-hero-heading {
        font-size: 40px;
    }

    .analysis-row,
    .analysis-list {
        gap: 40px;
    }

    .analysis-heading {
        font-size: 24px;
        text-align: center;
    }

    .analysis-title p {
        font-size: 16px;
        text-align: center;
    }

    .analysis-title .theme-btn {
        display: none;
    }

    .analysis-single {
        align-items: start;
        flex-direction: column;
        gap: 20px;
        padding: 0 0 0 22px;
    }

    .analysis-icon img {
        min-width: 60px;
        max-width: 60px;
    }

    .analysis-single-heading {
        font-size: 20px;
        margin: 0 0 8px;
    }

    .analysis-btn-mobile {
        width: 100%;
        display: block;
    }

    .analysis-btn-mobile .theme-btn {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }

    .video-cta-img>img {
        min-height: 220px;
        max-height: 220px;
    }

    .video-cta-row {
        gap: 40px;
    }

    .video-cta-content {
        align-items: center;
        gap: 24px;
    }

    .video-cta-content .heading {
        font-size: 24px;
    }

    .video-cta-content p {
        text-align: center;
    }

    .video-cta-btn {
        height: 40px;
        width: 40px;
    }

    .building-services .roofassure-row {
        gap: 20px;
        padding: 20px;
    }

    .building-services .roofassure-subheading,
    .building-services .roofassure-heading,
    .building-services .roofassure-copy p {
        color: var(--White);
    }

    .building-services .roofassure-copy p {
        font-size: 14px;
    }

    .building-services .roofassure-row::after {
        background: linear-gradient(180deg, transparent 0%, var(--Black) 100%);
        display: block;
        opacity: 0.85;
    }

    /*========= Commercial Page =========*/

    .brand-statement-heading {
        font-size: 24px;
    }

    .brand-statement-title p {
        font-size: 16px;
    }

    .collaborating-cta-row {
        min-height: 480px;
        justify-content: center;
    }

    .building-type-title {
        gap: 0;
    }

    .building-type-title .heading {
        text-align: center;
    }

    .building-type-title .theme-btn {
        display: none;
    }

    .building-type-btn-mobile {
        display: block;
        margin: 40px 0 0;
    }

    .building-type-btn-mobile .theme-btn {
        max-width: 100%;
        width: 100%;
    }

    .building-news {
        padding: 40px 0 60px;
    }

    .building-news-slider {
        padding: 0 0 88px;
    }
}