



/* HERO SECTION CSS START */
.heartbeat-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 35px;
}
.hero-section {
    height: 826px;
    position: relative;
    overflow: hidden;
}
.hero-bg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    inset: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
        background-image: linear-gradient(45deg, #000, #0000001a 88%);
    z-index: 1;
}
.hero-section .container {
    max-width: 1343px;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.hero-left {
    max-width: 60rem;
}
.heartbeat-icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heartbeat {
    position: absolute;
    width: fit-content;
    background: linear-gradient(135deg,#db1c1c,#f51f1f 48%,#f51f1f);
    border-radius: 40px;
    width: .75rem;
    height: .75rem;
    opacity: .75;
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite;
    .heartbeat {
    position: absolute;
    width: fit-content;
    background: linear-gradient(135deg,#db1c1c,#f51f1f 48%,#f51f1f);
    border-radius: 40px;
    width: .75rem;
    height: .75rem;
    opacity: .75;
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite;
    left: 6px;
    top: 6px;
}
}
@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}
.heartbeat-icon .dot {
    position: relative;
    width: fit-content;
    background: #db1c1c;
    border-radius: 40px;
    width: .5rem;
    height: .5rem;
    text-align: center;
}
.heartbeat-heading p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
}
.hero-content h1 {
    color: #fff;
    font-weight: 500;
    line-height: 1;
    max-width: 360px;
    margin: 0 0 39px;
    letter-spacing: -1.2px;
}
.hero-quicklink-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 134px 0px 64px 0;
    gap: 64px;
}
.hero-quicklink-wrap a {
    min-width: 64px;
    transform: scale(1);
}
.hero-quicklink-wrap a img {
    max-height: 64px;
    width: auto;
    margin: 0 auto;
}
.hero-quicklink-wrap a h4 {
    margin: 16px 0 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Segoe UI Semibold';
    font-weight: 600;
    letter-spacing: 1px;
}
.hero-quicklink-wrap a:hover {
    transform: scale(1.05);
}
.hero-form {
    background: #121212;
    padding: 47px 32px;
    border-radius: 1rem;
    border: 1px solid #121212;
    width: 460px;
    text-align: center;
    transform: translateY(-18px);
}
.hero-form h2 {
    color: #fff;
}
.hero-form h2 {
    color: #fff;
    font-family: 'SerpentineDBol BoldItal';
    text-transform: uppercase;
    font-size: 32px;
    line-height: .7;
    margin: 0 0 30px;
    letter-spacing: 0.5px;
}
.form-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}
.form-group.half {
    width: calc(50% - 6px);
}
.form-group.full {
    width: 100%;
}
.form-control {
    width: 100%;
    min-height: 50px;
    border-radius: .25rem;
    font-size: 18px;
    border: 1px solid rgba(219, 219, 219, 1);
    color: rgba(55, 65, 81, 1);
    padding: 12px 20px 12px 8px;
    font-family: 'Segoe UI normal';
    font-weight: normal;
}
.submit-btn.btn-red {
    width: 100%;
    transform: translateY(0px) scale(1);
    cursor: pointer;
}
.submit-btn.btn-red:hover {
    transform: translateY(-1px) scale(1.05);
    background: #c21919;
}
/* HERO SECTION CSS END */


/*============= LOCATION CITIES SECTION CSS START ==================== */
.section{
    padding: 112px 0;
}
.location-cities-section{
    margin: 0;
}
.repeat-wrapper-row{
    display: flex;
    flex-wrap: wrap;
}
.mwr-commn-col-left{
    width: 50%;
}
.mwr-commn-col-right{
    width: 50%;
}
.mwr-commn-col-info {
    padding-top: 10px;
    max-width: 491px;
}
.heading{
    margin: 0;
    padding: 0;
}
.heartbeat-heading.gary-color p {
    color: #363636;
}
.mwr-commn-col-info .heading {
    padding-right: 20px;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5 {
    font-size: 40px;
    line-height: 38.35px;
    font-family: 'Montserrat Medium';
    font-weight: 500;
    margin-bottom: 22px;
    color: #363636;
}
.mwr-commn-col-info p {
    font-size: 18px;
    color: #363636;
    line-height: 27px;
    margin-bottom: 10px;
}
.mwr-commn-col-info p:last-child{
    margin-bottom: 0;
}
.mwr-commn-images {
    margin: 0;
    padding: 0 0 0 7.99px;
    width: 100%;
    height: 100%;
}
.mwr-commn-images img{
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-2-row {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    padding-top: 45px;
    row-gap: 15px;
}
.btn-2-row .btn-red{
    border-width: 2px;
    padding: 11px 22.5px;
}
.btn-red.btn-red-border{
    background: none;
    color: #000;
}
.btn-red.btn-red-border:hover{
    background: #c21919;
    color: #fff;
}
/*============= LOCATION CITIES SECTION CSS END ==================== */


/*============= EMERGENCY SERVICES SECTION CSS START ==================== */
.heading.text-center {
    text-align: center;
    margin-bottom: 80px;
}
.heading.text-center .heartbeat-heading {
    justify-content: center;
}
.services-wrapper-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
}
.services-em-col-6{
    width: calc(50% - 12px);
}
.services-em-col-4 {
    width: calc(33.3333% - 16px);
}
.services-content-info {
    height: 100%;
    position: relative;
    padding: 40px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.services-content-info .btn-2-row {
    margin-top: auto;
    padding-bottom: 15px;
}
.services-img-figure {
    margin: 0;
    padding: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.services-img-figure::after {
    content: "";
    background-image: linear-gradient(16deg, #000c 45%, #05091a00);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.91;
}

.services-img-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.water-b-icon{
    margin: 0 0 24px;
    padding: 0;
    display: inline-block;
}
.water-b-icon img{
    width: auto;
    height: 3rem;
    max-height: 3rem;
}

.services-content-info h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat SemiBold';
    line-height: 17px;
    margin: 0 0 30px;
}
.services-content-info p {
    color: #fff;
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 18px;
    font-family: 'Segoe UI normal';
    font-weight: normal;
    padding-right: 120px;
}
.services-content-info h6{
    font-family: 'Segoe UI Semibold';
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(0deg, #f85959, #ffffff 73%, #f1f5f9);
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px;
    padding: 0;
}
.btn-red.white-text {
    color: #fff;
}
.services-em-col-4 .services-content-info p {
    padding-right: 0;
}
/*============= EMERGENCY SERVICES SECTION CSS END ==================== */



/*============= PROGRAM (B2B) SECTION CSS START ==================== */
.program-b2b-row {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e0f2fe;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 2px 5px #0000001a;
}
.program-b2b-col-left {
    width: 49.1%;
}
.program-b2b-col-right{
    width: 50.9%;
    padding-left: 24px;
}
.program-b2b-image{
    margin: 0;
    padding: 0;
    height: 100%;
}
.program-b2b-image img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.program-b2b-text-info{
    padding: 35px 40px;
}
.program-b2b-text-info h2{
    font-size: 48px;
    line-height: 1.1;
    font-family: 'Montserrat Medium';
    font-weight: 500;
    margin: 0 0 24px;
    padding: 0;
}
.program-b2b-text-info h2 span{
    color: #c21919;
}
.program-b2b-text-info p {
    margin-bottom: 44px;
    font-size: 18px;
    color: #363636;
    line-height: 27px;
}
.program-b2b-text-info .btn-red {
    border-width: 2px;
}
/*============= PROGRAM (B2B) SECTION CSS END ==================== */


/*============= RESTORATION SERVICES SECTION CSS START ==================== */
.restoration-services-section {
    background: #000000;
    padding: 170px 0 160px;
}
.restoration-services-section .heartbeat-heading.gary-color p {
    color: #ffffff;
}
.restoration-services-section .heading h2 {
    color: #ffffff;
}
.restoration-services-section .heading p {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
}
.restoration-services-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px -12px;
}
.restoration-services-col {
    width: 33.33%;
    padding: 0px 12px;
    position: relative;
}
.restoration-services-col:nth-child(2) {
    margin-top: 80px;
}
.handdrawn-arrow {
    max-width: max-content;
    position: absolute;
    top: -27px;
    transform: rotate(-135deg);
    left: -21px;
}
.handdrawn-arrow img {
    pointer-events: none;
    object-fit: contain;
    transform-style: preserve-3d;
    height: 78px;
}
.handdrawn-arrow.handdrawn-02 {
    right: -108px;
    left: auto;
    bottom: -26px;
    top: auto;
    transform: rotateX(0) rotateY(180deg) rotate(50deg);
}
.restoration-services-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.restoration-services-icon {
    border: 5px solid #f0f9ff;
    border-radius: 4px;
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db1c1c;
    padding: 8px;
}
.restoration-services-icon img {
    width: 100%;
}
.restoration-services-inner-info {
    margin-top: 16px;
}
.restoration-services-inner-info h4 {
    font-family: 'Montserrat SemiBold';
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.restoration-services-inner-info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.restoration-contact-btn {
    padding-top: 145px;
    text-align: center;
}
.restoration-services-section .heading.text-center {
    margin-bottom: 65px;
}
/*============= RESTORATION SERVICES SECTION CSS END ==================== */

/*============= WHY CHOOSE SECTION CSS START ==================== */
.why-choose-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why-choose-left {
    width: 48.5%;
}
.why-choose-right {
    width: 51.5%;
}
.why-choose-thumb img {
    width: 100%;
    border-radius: 16px;
    height: 896px;
    object-fit: cover;
}
.why-choose-right-info {
    padding-left: 40px;
    margin-top: -6px;
}
.why-choose-right-info h2 {
    font-family: 'Montserrat Medium';
    font-weight: 500;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 19px;
}
.why-choose-right-info p {
    font-size: 18px;
    color: #363636;
    max-width: 485px;
    line-height: 27px;
}
.why-choose-item-icon {
    width: 48px;
    margin-bottom: 10px;
}
.why-choose-item-icon img {
    width: 100%;
}

.why-choose-item-info h4 {
    color: #363636;
    font-size: 24px;
    font-family: 'Montserrat SemiBold';
    line-height: 1.1;
    margin-bottom: 13px;
}
.why-choose-item-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 42px;
    margin: 41px -24px 0px;
}
.why-choose-item {
    width: 50%;
    padding: 0px 24px;
}
.why-choose-right-info .btn-2-row {
    padding-top: 33px;
}
/*============= WHY CHOOSE SECTION CSS END ==================== */


/*============= CLAIMS PROCESS SECTION CSS START ==================== */
.claims-process-section .mwr-commn-col-info p {
    font-family: 'Montserrat SemiBold';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6rem;
    color: #363636;
}
.claims-process-section .mwr-commn-col-info .heading {
    padding-right: 0;
}
.claims-process-section .btn-2-row {
    padding-top: 32px;
}
.claims-process-section .mwr-commn-col-left {
    width: 51%;
}
.claims-process-section .mwr-commn-col-right {
    width: 49%;
}
.claims-process-section .mwr-commn-col-info {
    padding-right: 34px;
    padding-top: 0px;
    max-width: 100%;
}
.claims-process-section .mwr-commn-images {
    padding: 0 0 0 5.99px;
}
.claims-process-list {
    padding: 0px;
    margin-top: 34px;
}
.claims-process-list li {
    list-style: none;
    font-size: 20px;
    color: #363636;
    font-weight: 500;
    background-image: url('../images/check-icon.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: top 5px left;
    padding-left: 40px;
}
.claims-process-list li:last-child{
    margin-bottom: 0px;
}
/*============= CLAIMS PROCESS SECTION CSS END ==================== */



/*=============  FREE ESTIMATE SECTION CSS START ==================== */
.free-estimate-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 101px 0;
}
.free-estimate-content {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}
.free-estimate-content p,
.free-estimate-content h2 {
    color: #fff;
}
.free-estimate-content h2 {
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.free-estimate-content p {
    padding: 0 28px;
    margin: 0 0 24px;
}
.free-estimate-content .free-estimate-btn .btn-red {
    transform: scale(1);
}
.free-estimate-content .free-estimate-btn .btn-red:hover {
    background: #c21919;
    color: #fff;
    transform: scale(1.05);
}
/*============= FREE ESTIMATE SECTION CSS END ==================== */


/*============= BEFORE AFTER SECTION CSS START ==================== */
.before-after-section {
    background-color: #fff;
}
.before-after-content .heartbeat-heading {
    justify-content: center;
    color: #363636;
}
.before-after-content .heartbeat-heading p {
    color: #363636;
}
.before-after-content {
    text-align: center;
}
.before-after-content h2 {
    line-height: 1;
    margin-bottom: 37px;
}
.ba-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    background: #222;
    cursor: ew-resize;
    user-select: none;
    transition: box-shadow 0.25s, transform 0.25s;
    height: 420px;
}

.ba-label {
    position: absolute;
    top: 14px;
    z-index: 10;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 4px 11px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a1714;
    pointer-events: none;
}
.ba-label--before {
    left: 14px;
}
.ba-label--after  {
    right: 14px;
}
.ba-img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}
.ba-img--after {
    clip-path: inset(0 0 0 50%);
}
.ba-divider {
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 3px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 8;
    pointer-events: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.ba-card:active .ba-handle {
    transform: translate(-50%, -50%) scale(1);
}
.ba-handle svg {
    width: 20px;
    height: 20px;
    fill: #666;
}
.ba-caption {
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.before-after-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.before-after-col {
    width: calc(33.33% - 15px);
    overflow: hidden;
}
/*============= BEFORE AFTER SECTION CSS END ==================== */


/*============= CUSTOMERS REVIEW SECTION CSS START ==================== */
.customers-review-section {
    background-color: #242424;
    padding: 160px 0;
}
.customers-review-left {
    width: 445px;
    position: sticky;
    top: 280px;
}
.customers-review-right {
    width: 632px;
}
.customers-review-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.customers-review-left h2 {
    color: #fff;
    line-height: 1;
    margin: 0 0 20px;
}
.customers-review-left p {
    color: #fff;
    margin: 0 0 30px;
    line-height: 27px;
}
.review-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 0 19px;
}
.review-stars svg {
    width: 16px;
    height: 16px;
    fill: #db1c1c;
}
.review-stars svg path {
    fill: #db1c1c;
}
.review-stack_content-item {
    background: #fff;
    border-radius: 1rem;
    padding: 25px;
    border: 1px solid #e2e8f0;
    margin: 0 0 32px;
    position: sticky;
    top: 280px;
}
.review-stack_content-item p {
    font-size: 20px;
    color: #242424;
    padding-right: 50px;
}
/*============= CUSTOMERS REVIEW SECTION CSS END ==================== */
