@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --primary: #FC362D;
    --dark: #111;
    --white: #fff;
    --gray: #666666;
}

body {
    font-family: Inter, sans-serif;
    overflow-x: hidden;
    background: #f5f5f5;
}

a {
    text-decoration: none;
    color: inherit;
}

.hero-tag,
.hero-title {
    text-transform: uppercase
}

header {
    top: 19px;
    z-index: 999;
    position: absolute;
    width: 100%
}

.navbar {
    background: #fff;
    border-radius: 18px;
    padding: 12px 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .18);
    margin: 0 40px
}

.navbar-brand img {
    height: 52px
}

.navbar-nav {
    gap: 40px
}

.nav-link {
    color: #111 !important;
    font-weight: 500;
    position: relative;
    padding: 0 !important
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: .3s
}

.nav-right {
    gap: 18px
}

.book-btn,
.phone-box,
.mobile-btn,
.mobile-phone {
    display: flex;
    align-items: center;
    font-weight: 700
}

.phone-box {
    gap: 8px;
    font-size: 14px;
    color: #111
}

.search-icon {
    font-size: 18px;
    cursor: pointer
}

.phone-box i,
.mobile-phone i {
    color: var(--primary)
}

.book-btn {
    gap: 8px;
    background: var(--primary);
    color: #fff;
    border-radius: 50px;
    padding: 13px 22px;
    font-size: 13px;
    transition: .3s
}

.hero-banner .btn,
.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.book-btn:hover,
.btn-primary-custom:hover {
    background: #e0281e;
    transform: translateY(-3px);
    color: #fff
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
    padding: 0;
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.navbar-toggler span {
    width: 22px;
    height: 2px;
    background: #111;
    border-radius: 10px;
    display: block
}

.offcanvas {
    width: 300px !important
}

.offcanvas-header {
    padding: 24px;
    border-bottom: 1px solid #eee
}

.offcanvas-body {
    padding: 24px
}

.offcanvas .navbar-nav {
    gap: 0
}

.offcanvas .nav-item {
    margin-bottom: 20px
}

.offcanvas .nav-link {
    font-size: 18px;
    font-weight: 600
}

.mobile-bottom {
    margin-top: 40px
}

.mobile-phone {
    gap: 10px;
    font-size: 16px;
    margin-bottom: 22px
}

.mobile-btn {
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 54px;
    background: var(--primary);
    color: #fff;
    border-radius: 60px
}

.hero-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 140px 0 90px
}

.hero-video,
.hero-overlay {
    position: absolute;
    inset: 0
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, .74) 0, rgba(0, 0, 0, .46) 38%, rgba(0, 0, 0, .2) 100%)
}

.hero-banner .container {
    position: relative;
    z-index: 2
}

.hero-tag {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
    display: block
}

.hero-title {
    color: #fff;
    font-size: 64px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 22px
}

.hero-subtitle {
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 30px
}

.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.hero-btns .btn {
    border-radius: 60px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.btn-primary-custom,
.submit-btn:hover {
    background: var(--primary);
    color: #fff
}

.btn-dark-custom {
    background: #111;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12)
}

.btn-dark-custom:hover {
    background: #000;
    transform: translateY(-3px);
    color: #fff
}

.contact-card {
    width: 100%;
    /* max-width: 420px; */
    margin-left: auto;
    border-radius: 30px;
    padding: 34px;
    backdrop-filter: blur(8px);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    position: relative;
    overflow: hidden
}

.contact-rating {
    max-width: 420px;
    margin: 30px 0 0 auto;
    color: #fff
}

.contact-rating p {
    display: flex;
    flex-flow: wrap;
    gap: 6px
}

.contact-rating p i {
    color: white;
}

.star-icon i {
    background: #07C82A;
    color: #fff
}

.star-icon {
    display: flex;
    align-items: center;
    gap: 7px
}

.star-icon i {
    width: 20px;
    text-align: center
}

.contact-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 4px
}

.contact-subtitle {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    margin-bottom: 24px
}

.contact-subtitle span {
    color: var(--primary)
}

.contact-card .form-control {
    background: rgba(255, 255, 255, .92);
    border: none;
    border-radius: 8px;
    min-height: 46px;
    font-size: 14px;
    box-shadow: none !important
}

.contact-card textarea.form-control {
    height: 110px;
    resize: none
}

.submit-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 13px;
    font-weight: 700;
    transition: .3s
}

.submit-btn:hover img {
    filter: brightness(0) invert(1)
}

.marquee-main {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .92), rgba(0, 0, 0, .75));
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marqueeMove 24s linear infinite
}

.marquee-item {
    position: relative;
    flex: none;
    padding-inline: 55px
}

.marquee-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, .14)
}

.marquee-item img {
    height: 28px;
    width: auto;
    opacity: .78;
    transition: .3s;
    filter: grayscale(100%)
}

.marquee-item:hover img {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-2px)
}

.marquee-overlay-left,
.marquee-overlay-right {
    position: absolute;
    top: 0;
    width: 140px;
    height: 100%;
    z-index: 2;
    pointer-events: none
}

.marquee-overlay-left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0))
}

.marquee-overlay-right {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, .95), rgba(0, 0, 0, 0))
}

@keyframes marqueeMove {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}



.roof-cleaning-section {
    position: relative;
    background: #f5f5f5;
    padding: 100px 0 70px;
    overflow: hidden;
}

.roof-cleaning-section .container {
    position: relative;
    z-index: 2;
}

.roof-content h2 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
    max-width: 760px;
    margin: auto;
    letter-spacing: -1px;
}

.roof-content h2 span {
    color: #ff4b3e;
}

.roof-img-box {
    /* width: 230px; */
    /* height: 230px; */
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    transition: .4s;
}

.roof-img-box:hover {
    transform: translateY(-8px);
}

.roof-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.roof-counter-row {
    margin-top: 70px;
}

.roof-counter-item {
    position: relative;
    padding: 0 20px;
}

.roof-counter-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    background: #ddd;
    transform: translateY(-50%);
}

.roof-counter-item.last-item::after {
    display: none;
}

.roof-counter-item h3 {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #ff4b3e;
    margin-bottom: 10px;
}

.roof-counter-item p {
    margin: 0;
    font-size: 15px;
    color: #777;
    font-weight: 500;
}

.roof-shape {
    position: absolute;
    width: 579px;
    height: 420px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    z-index: 1;
}


.roof-shape-left {
    left: -224px;
    top: 29px;
}

.roof-shape-right {
    right: -222px;
    top: 0;
}

.our-service-sec {
    padding: 70px 0;
    background: var(--primary);
    color: #fff;
}

.title-wrapper>span {
    color: inherit;
    font-size: 20px;
    position: relative;
}

.our-service-sec .title-wrapper h2,
.our-service-sec .title-wrapper>span:before {
    color: white;
}

.title-wrapper>span::before {
    content: "|";
    color: var(--primary);
    padding-right: 6px;
    font-weight: 600;
    font-size: 20px;
}

.title-wrapper h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 8px;
    color: #000;
}

.service-slider {
    position: relative;
    margin-top: 50px;
}

.service-card {
    text-align: center;
}

.service-img {
    border-radius: 40px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: .5s;
}

.service-card:hover .service-img img {
    transform: scale(1.08);
}

.service-content {
    padding-top: 30px;
}

.service-content h3 {
    font-size: 31px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin-bottom: 14px;
}

.service-content p {
    font-size: 15px;
    color: #fff;
    max-width: 350px;
    margin: auto;
}

.service-slider .owl-nav {
    margin-top: 0;
}

.service-slider .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px !important;
    transition: .4s;
}

.service-slider .owl-nav button:hover {
    background: #fff !important;
    color: #ff3b30 !important;
}

.service-slider .owl-nav .owl-prev {
    left: -80px;
}

.service-slider .owl-nav .owl-next {
    right: -80px;
}

.primary-custom {
    background: var(--primary);
    border-radius: 60px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
    color: #fff;
}

.about-sec {
    padding: 70px 0;
    background: linear-gradient(90deg, #f5f5f5 0%, #fdeeee 100%);
}

.about-sec p {
    color: var(--gray);
    line-height: 1.8;
}

.image-wrapper {
    position: relative;
    margin: 0 auto;
}

.image-wrapper .img-fluid {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 35px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 45px rgba(255, 77, 77, 0.12);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.image-wrapper img:last-child {
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    z-index: 3;
    animation: rotateBadge 30s linear infinite;
}

.about-contnet {
    padding-left: 40px;
}

@keyframes rotateBadge {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.primary-custom:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
}

.about-sec.title-wrapper>span {
    color: var(--gray);
}

.expect-sec {
    padding: 100px 0;
    background: linear-gradient(90deg, #f7f7f7 0%, #fdeeee 100%);
}

.expect-item {
    padding: 45px 0;
    border-top: 1px solid #dcdcdc;
}

.expect-left {
    display: flex;
    align-items: center;
    gap: 28px;
}

.expect-icon {
    width: 75px;
    min-width: 75px;
}

.expect-icon img {
    max-width: 42px;
}

.expect-left h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    color: #111;
}

.expect-content {
    position: relative;
    padding-left: 70px;
}

.expect-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #ff3b30;
}

.expect-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #6d6d6d;
    margin: 0 auto;
    text-align: justify;
}

.luxury-exterior-sec {
    padding: 50px 0;
    overflow: hidden;
}

.luxury-exterior-sec .luxury-banner {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 30px 50px;
    z-index: 1;
}

.luxury-exterior-sec .luxury-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .45) 35%, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.luxury-exterior-sec .luxury-slider,
.luxury-exterior-sec .owl-stage-outer,
.luxury-exterior-sec .owl-stage,
.luxury-exterior-sec .owl-item,
.luxury-exterior-sec .item {
    height: 100%;
}

.luxury-exterior-sec .inner-wrapper {
    max-width: 700px;
}

.luxury-exterior-sec .inner-wrapper h2 {
    font-size: 64px;
    line-height: 1.05;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.luxury-exterior-sec .inner-wrapper p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 40px;
    max-width: 500px;
}

.luxury-exterior-sec .btn-dark-custom {
    background: #000;
}

.luxury-exterior-sec .btn-primary-custom img,
.luxury-exterior-sec .btn-dark-custom img {
    width: 16px;
    transition: .4s ease;
    height: 16px;
}

.luxury-exterior-sec .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -60px;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.luxury-exterior-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0;
    background: rgb(255, 255, 255);
    transition: .3s ease;
}

.luxury-exterior-sec .owl-theme .owl-dots .owl-dot.active span {
    background: #ff352e;
}

.testimonial-sec {
    padding: 50px 0;
    background: #000;
    overflow: hidden;
    position: relative;
}

.testimonial-sec .title-wrapper h2,
.testimonial-sec .title-wrapper>span {
    color: white;
}

.testimonial-sec .title-wrapper>span::before {
    color: var(--primary);
}

.testimonial-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.testimonial-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.testimonial-sec .testimonial-slider .owl-stage {
    display: flex;
    margin-top: 50px;
}

.testimonial-sec .owl-item {
    height: auto;
}

.testimonial-sec .testimonial-card {
    height: 100%;
    min-height: 360px;
    border-radius: 32px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s ease;
    position: relative;
    overflow: hidden;
}


.card-light {
    background: #ececec;
    color: #111;
}

.card-red {
    background: var(--primary);
    color: #fff;
}

.testimonial-sec .quote-icon {
    margin-bottom: 25px;
}

.testimonial-sec .quote-icon img {
    width: 48px;
}

.testimonial-sec .testimonial-card p {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
    margin: 0 0 40px;
}

.testimonial-sec .client-bottom {
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.testimonial-sec .client-bottom::before {
    content: "";
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: rgb(253 190 190);
}

.testimonial-sec .card-light .client-bottom {
    border-color: rgba(0, 0, 0, .1);
}

.testimonial-sec .primary-custom:hover {
    background: var(--primary);
    color: #ffffff;
}

.testimonial-sec .client-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-sec .client-info img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-sec .client-info h4 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
}

.testimonial-sec .client-info span {
    font-size: 13px;
    display: block;
}

.testimonial-sec .rating {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.testimonial-sec .rating li {
    color: #ffcc00;
    font-size: 14px;
}

.testimonial-sec .owl-nav,
.testimonial-sec .owl-dots {
    display: none;
}


.what-can-expect-sec {
    background: #FFF8ED;
    padding: 70px 0;
}

.what-can-expect-sec .col-lg-6:last-child {
    padding-left: 60px;
}

.what-can-expect-sec .roof-gallery {
    display: flex;
    align-items: stretch;
    gap: 18px;
    height: 100%;
}

.what-can-expect-sec .roof-gallery-left {
    width: 58%;
}

.what-can-expect-sec .roof-gallery-right {
    width: 42%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.what-can-expect-sec .roof-gallery-left .gallery-img-wrap,
.what-can-expect-sec .roof-gallery-right .gallery-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    height: 100%;
}

.what-can-expect-sec .roof-gallery-left .gallery-img-wrap {
    min-height: 520px;
}

.what-can-expect-sec .roof-gallery-right .gallery-img-wrap {
    min-height: 250px;
}

.what-can-expect-sec .gallery-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s ease;
}

.what-can-expect-sec .gallery-img-wrap:hover img {
    transform: scale(1.05);
}

.what-can-expect-sec .gallery-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 14px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.what-can-expect-sec .gallery-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.project-sec {
    padding: 70px 0;
}

.project-sec .title-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.project-sec .project-card {
    position: relative;
}

.project-sec .project-img {
    position: relative;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
}

.project-sec .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s ease;
}

.project-sec .project-card:hover .project-img img {
    transform: scale(1.05);
}

.project-sec .project-content {
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.project-sec .project-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.project-sec .project-content span {
    font-size: 15px;
    color: #8f8f8f;
    white-space: nowrap;
}

.project-sec .project-btn {
    margin-top: 55px;
}



.project-sec .row {
    row-gap: 30px;
}


.contact-estimate-sec {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    z-index: 1;
}

.contact-estimate-sec .title-wrapper h2,
.contact-estimate-sec .title-wrapper>span {
    color: #fff;
}

.contact-estimate-sec .title-wrapper>span::before {
    color: var(--primary);
}

.contact-estimate-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    z-index: -1;
}

.contact-form-box .primary-custom {
    background: var(--primary);
}

.contact-estimate-sec .call-box {
    margin-top: 45px;
    max-width: 550px;
    padding: 35px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .08);
}

.contact-estimate-sec .call-box h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
}

.contact-estimate-sec .call-box p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 20px;
}

.contact-estimate-sec .call-box a {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.contact-estimate-sec .contact-form-box {
    background: #f5f3f3;
    border-radius: 42px;
    padding: 55px;
    max-width: 620px;
    margin-left: auto;
}

.contact-estimate-sec .contact-form-box h3 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin: 0 0 15px;
}

.contact-estimate-sec .contact-form-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #777;
    margin-bottom: 35px;
}

.contact-estimate-sec .form-group {
    position: relative;
}

.contact-estimate-sec .form-group input,
.contact-estimate-sec .form-group textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #eceaea;
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 15px;
    color: #111;
    box-shadow: none;
}

.contact-estimate-sec .form-group textarea {
    height: 150px;
    resize: none;
}

.contact-estimate-sec .form-group input::placeholder,
.contact-estimate-sec .form-group textarea::placeholder {
    color: #9b9b9b;
}

.blog-sec {
    padding: 60px 0;
    overflow: hidden;
}

.blog-sec .blog-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 45px;
}

.blog-sec .all-blog-btn {
    width: 110px;
    height: 42px;
    border-radius: 50px;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
    flex-shrink: 0;
}

.blog-sec .all-blog-btn:hover {
    background: var(--primary);
}

.blog-sec .all-blog-btn img {
    width: 13px;
    filter: brightness(0) invert(1);
}

.blog-sec .blog-card {
    position: relative;
}

.blog-sec .blog-img {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.blog-sec .blog-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    transition: .5s ease;
}

.blog-sec .blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.blog-sec .blog-content {
    padding-top: 22px;
}

.blog-sec .blog-content h4 {
    margin: 0 0 18px;
}

.blog-sec .blog-content h4 a {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition: .3s ease;
}

.blog-sec .blog-content h4 a:hover {
    color: var(--primary);
}

.blog-sec .read-more {
    color: #8b8b8b;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s ease;
}

.blog-sec .read-more:hover {
    color: var(--primary);
}

.faq-sec {
    padding: 50px 0;
    background: white;
}

.faq-wrapper {
    background: #F4F4F4;
    padding: 4rem 2rem;
    border-radius: 70px;
}

.faq-sec .accordion {
    max-width: 900px;
    margin: auto;
    margin-top: 65px;
}

.faq-sec .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 14px;
    border-radius: 16px !important;
    overflow: hidden;
}

.faq-sec .accordion-button {
    background: #fff;
    border: none;
    box-shadow: none !important;
    border-radius: 16px !important;
    min-height: 72px;
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}

.faq-sec .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--primary);
}

.faq-sec .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 34px;
    font-weight: 300;
    color: #ff352e;
    width: auto;
    height: auto;
    transform: none !important;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    content: "−";
}

.faq-sec .accordion-body {
    background: #fff;
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    border-radius: 0 0 16px 16px;
}

.accordion-item {
    background: white !important;
}

.footer-sec {
    padding: 30px 0 30px;
    background: white;
}

.footer-sec .footer-wrapper {
    position: relative;
    background: #050505;
    border-radius: 42px;
    padding: 70px 50px 40px;
    overflow: hidden;
    z-index: 1;
    margin: 0 7dvh;
}

.footer-sec .footer-wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, #ff352e 0%, rgba(255, 53, 46, 0) 70%);
    opacity: .45;
    z-index: -1;
}

.footer-sec .footer-wrapper::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, #ff352e 0%, rgba(255, 53, 46, 0) 70%);
    opacity: .25;
    z-index: -1;
}

.footer-sec .footer-subtitle {
    position: relative;
    padding-left: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
}

.footer-sec .footer-subtitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #ff352e;
}

.footer-sec .footer-content h2 {
    margin: 0 0 20px;
    font-size: 53px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}

.footer-sec .footer-content p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .65);
    max-width: 480px;
}

.footer-sec .newsletter-form {
    display: flex;
    justify-content: flex-end;
}

.footer-sec .newsletter-form .form-group {
    width: 100%;
    max-width: 430px;
    height: 58px;
    background: #fff;
    border-radius: 60px;
    padding: 8px;
    display: flex;
    align-items: center;
}

.footer-sec .newsletter-form input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 18px;
    font-size: 15px;
    color: #111;
}

.footer-sec .newsletter-form input::placeholder {
    color: #9a9a9a;
}

.footer-sec .newsletter-form button {
    min-width: 135px;
    height: 42px;
    border: none;
    border-radius: 40px;
    background: #ff352e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: .3s ease;
}

.footer-sec .newsletter-form button:hover {
    background: #000;
}

.footer-sec .newsletter-form button img {
    width: 13px;
    filter: brightness(0) invert(1);
}

.footer-sec .footer-links-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    padding: 70px 0 50px;
}

.footer-sec .footer-links ul,
.footer-sec .footer-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-sec .footer-links ul li {
    margin-bottom: 16px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
    max-width: 80%;
}

.footer-sec .footer-links ul li a {
    color: #fff;
    opacity: .75;
    text-decoration: none;
    font-size: 14px;
    transition: .3s ease;
}

.footer-sec .footer-links ul li a:hover {
    color: #ff352e;
    opacity: 1;
}

.footer-sec .footer-contact ul li {
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    line-height: unset;
    border-bottom: 1px solid #626262ba;
    padding: 2px 0;
    opacity: 0.7;
}

.footer-sec .footer-contact ul li span {
    color: #fff;
    font-weight: 500;
}

.footer-sec .footer-contact ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-sec .footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-sec .footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
}

.footer-sec .footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-sec .footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: .3s ease;
}

.footer-sec .footer-social a:hover {
    background: #ff352e;
    border-color: #ff352e;
}

.breadcrumb-sec {
    position: relative;
    padding: 180px 0 70px;
    overflow: hidden;
    z-index: 1;
}

.breadcrumb-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .78) 0%,
            rgba(0, 0, 0, .48) 40%,
            rgba(0, 0, 0, .12) 100%);
    z-index: -1;
}

.breadcrumb-sec .breadcrumb-content {
    max-width: 720px;
}

.breadcrumb-sec .breadcrumb-subtitle {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.breadcrumb-sec .breadcrumb-subtitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background: var(--primary);
}

.breadcrumb-sec .breadcrumb-content h1 {
    font-size: 51px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 35px;
    max-width: 680px;
}

.breadcrumb-sec .breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
}

.breadcrumb-sec .breadcrumb-list li {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, .72);
}

.breadcrumb-sec .breadcrumb-list li:not(:last-child)::after {
    content: "\F285";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
}

.breadcrumb-sec .breadcrumb-list li a {
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}

.breadcrumb-sec .breadcrumb-list li a:hover {
    color: var(--primary);
}

.image-wrapper2 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 35px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 45px rgba(255, 77, 77, 0.12);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.why-choose-sec {
    padding: 70px 0;
    background: #f5f4f4;
}


.why-choose-sec .container {
    max-width: 1560px;
}

.why-choose-sec .why-choose-wrapper {
    background: #000;
    border-radius: 40px;
    padding: 70px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.why-choose-sec .why-choose-wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 53, 46, .22);
    filter: blur(120px);
    z-index: -1;
}

.why-choose-sec .title-wrapper {
    max-width: 620px;
    margin: auto auto 55px;
}

.why-choose-sec .title-wrapper h2 {
    color: #fff;
}

.why-choose-sec .title-wrapper>span {
    color: white;
}

.why-choose-sec .choose-card {
    background: var(--primary);
    border-radius: 24px;
    padding: 35px 40px;
    text-align: center;
    height: 100%;
    transition: .4s ease;
}

.why-choose-sec .choose-card:hover {
    transform: translateY(-8px);
}

.why-choose-sec .choose-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-sec .choose-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.why-choose-sec .choose-card h4 {
    font-size: 25px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 16px;
}

.why-choose-sec .choose-card p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .82);
    margin: 0;
}

.process-card {
    background: #FFE5E4;
    border-radius: 24px;
    padding: 40px 35px;
    gap: 24px;
    height: 100%;
    transition: 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
}

.process-icon {
    min-width: 70px;
    position: relative;
    padding-right: 24px;
}

.process-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background: #d8bcbc;
}

.process-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.process-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.process-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

.mission-sec {
    position: relative;
    padding: 140px 0;
    background-size: cover;
    overflow: hidden;
    min-height: 750px;
    place-content: center;
}

.mission-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.mission-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}


.mission-content p {
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    max-width: 760px;
    margin: 0 auto 35px;
}

.mission-sec .title-wrapper h2,
.mission-sec .title-wrapper>span {
    color: #fff;
}

.intro-service-sec {
    padding: 70px 0;
}

.intro-service-sec .title-wrapper {
    max-width: 800px;
    margin: auto;
}

.intro-service-sec .row {
    row-gap: 40px;
}

.service-card {
    height: 100%;
}

.service-img {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}

.service-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.5s ease;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(201, 32, 32, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

.service-card:hover .service-overlay {
    opacity: 1;
    visibility: visible;
}

.service-card:hover .service-img img {
    transform: scale(1.08);
}

.read-more-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 23px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s ease;
}


.read-more-btn span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}

.read-more-btn img {
    width: 12px;
    transition: 0.4s ease;
    height: 12px !important;
}

.read-more-btn:hover {
    background: #fff;
    color: #000;
}

.service-contents {
    padding-top: 28px;
}

.service-contents h4 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.service-contents p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    max-width: 320px;
    margin: 0 auto;
}

.title-wrapper p {
    color: #666666
}

.testimonial-sec-inner {
    padding: 50px 0;
    background: white;
}

.testimonial-sec-inner .title-wrapper {
    max-width: 800px;
    margin: auto auto 55px;
}

.testimonial-card-inner {
    position: relative;
    background: #F2F2F2;
    border-radius: 30px;
    padding: 40px 34px;
    height: 100%;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: 0.45s ease;
    z-index: 1;
}

.testimonial-card-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary);
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease;
    z-index: -1;
}

.testimonial-card-inner:hover::before {
    opacity: 1;
    visibility: visible;
}



.quote-icon {
    margin-bottom: 28px;
}

.quote-icon img {
    width: 46px;
    transition: 0.4s ease;
}

.testimonial-card-inner p {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 45px;
    transition: 0.4s ease;
}

.client-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.4s ease;
}

.client-bottom-inner::after {
    content: "";
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background: rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}


.client-info-inner {
    display: flex;
    align-items: center;
    gap: 14px;
}

.client-info-inner img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.client-info-inner h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--primary);
    transition: 0.4s ease;
}

.client-info-inner span {
    font-size: 12px;
    color: #777;
    transition: 0.4s ease;
}

.rating-inner {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rating-inner li {
    color: #ffbf00;
    font-size: 14px;
}

/* Hover */

.testimonial-card-inner:hover p,
.testimonial-card-inner:hover h4,
.testimonial-card-inner:hover span {
    color: #fff;
}

.testimonial-card-inner:hover .quote-icon img {
    filter: brightness(0) invert(1);
}

.testimonial-card-inner:hover .client-bottom-inner {
    border-color: rgba(255, 255, 255, 0.18);
}

.testimonial-card-inner:hover .client-bottom-inner::after {
    background: rgba(255, 255, 255, 0.18);
}

.inner-faqs-sec .accordion-button:not(.collapsed) {
    background: #F4F4F4;
}

.inner-faqs-sec .accordion-item,
.inner-faqs-sec .accordion-body,
.inner-faqs-sec .accordion-button {
    background: #F4F4F4 !important;
}

.inner-faqs-sec .accordion-item {
    border: 1px solid #E6E6E6 !important;
}

.contact-sec {
    position: relative;
    overflow: hidden;
    background: white;
    padding: 70px 0;
}

.contact-sec .title-wrapper {
    max-width: 800px;
    margin: auto auto 55px;
}

.contact-list {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

.contact-info-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
}

.contact-list li {
    font-size: 17px;
    line-height: 1.8;
    color: #222;
    margin-bottom: 14px;
}

.contact-list li strong {
    font-weight: 700;
}

.contact-list li a {
    color: var(--primary);
    text-decoration: none;
}

.contact-img {
    border-radius: 28px;
    overflow: hidden;
}

.contact-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.contact-form-wraper {
    background: #F4F4F4;
    border-radius: 34px;
    padding: 45px;
    position: relative;
    height: 100%;
}


.contact-form-wraper .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.contact-form-wraper .form-group input,
.contact-form-wraper .form-group textarea {
    width: 100%;
    border: 1px solid #dedede;
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    font-size: 15px;
    color: #222;
    outline: none;
    transition: 0.3s ease;
}

.contact-form-wraper .form-group textarea {
    height: 230px;
    resize: none;
}

.form-group {
    margin-bottom: 15px;
}

.contact-form-wraper .form-group input:focus,
.contact-form-wraper .form-group textarea:focus {
    border-color: #ff3b30;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    border: 0;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.submit-btn span {
    font-size: 14px;
}

.submit-btn:hover {
    background: var(--primary);
}

.phone-box a {
    color: black;
}

.wpcf7-response-output {
    color: white;
}

.contact-form-wraper .wpcf7-response-output {
    color: black;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    background-color: white;
}


.site-header.sticky .navbar {
    box-shadow: none;
}

.mobile-phone a {
    color: #000;
}

.modal-content {
    border: 0;
    border-radius: 12px;
    padding: 10px;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
}

.modal-body {
    padding: 20px;
}

.input-group {
    display: flex;
    gap: 0;
}

.form-control {
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    box-shadow: none !important;
    padding: 0 15px;
}

.form-control:focus {
    border-color: var(--primary);
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 8px;
    min-width: 120px;
    font-weight: 600;
    transition: .3s;
}

.btn-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px);
}

.modal-content .input-group {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

.modal-content input {
    border: none !important;
}

.modal-content .btn-primary:hover {
    transform: none !important;
}