/* 
Product Name: Roftrix - Roofing HTML Template
Author: TezcoWeb
Version: 1.0
*/

/* 
CSS Index
==========
1. Base CSS
2. Lenis Smooth Scroll Animation CSS
3. Header Primary CSS
4. Menu Modal Search CSS
5. Hero Section CSS
6. About Section CSS
7. Our Services Section CSS
8. Why Choose Us Section CSS
9. Recent Work Section CSS
10. Blog Box Home CSS
11. Our Partners Section CSS
12. Newsletter Section CSS
13. Footer CSS
14. Hero V2 CSS
15. Our Services V2 CSS
16. About US V2 CSS
17. Why Choose Us V2 CSS
18. Recent Project V2 CSS
19. Category Section V2 CSS
20. Trusted Companies Home V2 CSS
21. Lets Connect CSS
22. Hero V3 CSS
23. About Us V3 CSS
24. Our Story V3 CSS
25. Count Success CSS
26. Trusted Company CSS
27. Our Services V3 CSS
28. Gallery CSS
29. Timeline CSS
30. Our Team Home V3 CSS
31. CTA V3 CSS
32. Breadcrumb CSS
33. About US Page CSS
34. About Us Page Testimonial CSS
35. Company History Page CSS
36. Our Services Page CSS
37. Service Details Page CSS
38. Projects Page CSS
39. Project Details Page CSS
40. All Blog Page CSS
41. Blog Details Page CSS
42. Blog Widget Right CSS
43. Book Appointment Page CSS
44. Faq Page CSS
45. Not Found Page CSS
46. Window Loading CSS
*/

/* Base CSS */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #FEFEFE;
}

ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.smooth-wrapper {
    overflow: hidden;
}

.stop-scrolling {
    overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


/* Lenis Smooth Scroll Animation CSS */

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
}

/* Header Primary CSS */

.header-primary {
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    inset: 0;
    z-index: 2;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

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

.logo-roftrix img {
    width: 84px;
    -o-object-fit: contain;
       object-fit: contain;
}

.nav-link-cs ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-right: 40px;
}

.nav-link-cs ul li a {
    text-decoration: none;
    color: #181D1C;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.nav-link-cs ul li:last-child {
    margin-right: 0;
}

.top-submenu {
    position: absolute;
    left: 0;
    top: 40px;
    width: 210px;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 16px #0000000d;
            box-shadow: 0 0 16px #0000000d;
    visibility: hidden;
    opacity: 0;
}

.nav-link-cs ul li:hover .top-submenu {
    visibility: visible;
    opacity: 1;
}

.nav-link-cs ul li .top-submenu li {
    display: block;
    margin-right: 0;
}

.nav-link-cs ul li .top-submenu li a {
    padding: 10px 12px;
    display: block;
    color: #181D1C;
}

.contact-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.contact-search.contact-search-mobile {
    display: none;
}

.search-top button {
    border: none;
    background-color: transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 12px;
}

.search-top button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.button-round-sm {
    display: inline-block;
    background-color: #055841;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.5%;
    padding: 13px 26.5px;
    border-radius: 25px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.button-round-sm:hover {
    background-color: #F26036;
}

.nav-link-cs ul li a:hover, .nav-link-cs ul li .top-submenu li a:hover, nav.nav-link-cs.nav-link-cs-v3 ul li > a:hover {
    color: #F26036;
}

.menu-icon-mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* Menu Modal Search CSS */
.modal-search .modal-content {
    background-color: transparent;
    border: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal-search .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
}

.modal-search .modal-content input {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 12px 25px;
    padding-right: 100px;
    width: 100%;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #181D1C;
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.modal-search .modal-content form {
    width: 100%;
    position: relative;
    z-index: 1;
}

.modal-search .modal-content button {
    background-color: #055841;
    color: #fff;
    border: none;
    padding: 11px 18px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 2px;
    top: 2px;
}

.modal-search .modal-content button:hover {
    background-color: #F26036;
}

/* Hero Section CSS */

.hero-section {
    background-color: #FFF8DB;
    background-image: url(../img/hero-dooted-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 240px;
    padding-bottom: 218px;
    position: relative;
    z-index: 1;
}

.home-left-img, .home-right-img {
    position: absolute;
    top: 190px;
    z-index: -1;
}

.home-right-img {
    right: 0;
    top: 88px;
}

.hero-content {
    text-align: center;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 67.2px;
    letter-spacing: -1.5%;
    color: #181D1C;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

.hero-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.5%;
    color: #555958;
    margin-bottom: 24px;
}

.button-primary {
    text-decoration: none;
    color: #fff;
    background-color: #F26036;
    text-transform: uppercase;
    padding: 17px 16px;
    padding-right: 48px;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5%;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.button-primary span {
    background-color: #181D1C;
    padding: 10px;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.button-primary span img {
    width: 14px;
    height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
}

.button-primary:hover {
    background-color: #055841;
}

/* About Section CSS */

.about-section {
    background-color: #055841;
    padding-top: 60px;
    padding-bottom: 144px;
    position: relative;
    z-index: 1;
}

.about-section::before {
    position: absolute;
    content: '';
    background-image: url(../img/torn-background.png);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat;
    top: -116px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;    
}

.about-content .sub-heading {
    line-height: 24px;
    color: #FFF8DB;
    font-size: 18px;
    letter-spacing: 1%;
    margin-bottom: 11px;
}

.about-content h2 {
    color: #FEFEFE;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -1.5%;
    margin-bottom: 20px;
}

.about-content p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 400;
    margin-bottom: 20px;
}

.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 26px;
    padding-top: 22px;
}

.author-info-left {
    position: relative;
    z-index: 1;
    padding-left: 72px;
}

.author-info-left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.author-info-left .author-name {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.author-info-left .author-position {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.author-info-right img {
    width: 150px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

/* Our Services Section CSS */

.our-services-section {
    padding: 80px 0;
    background-color: #FFF8DB;
}

.common-heading {
    text-align: center;
    margin-bottom: 44px;
}

.common-heading p {
    color: #555958;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1%;
    margin-bottom: 15px;
}

.common-heading h2 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -1.5%;
    margin-bottom: 0;
}

.services-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #1a1d1840;
}

.services-container .service-item {
    border-right: 1px solid #1a1d1840;
    border-bottom: 1px solid #1a1d1840;
    padding: 25px 16px;
}

.services-container .service-item:nth-child(3), .services-container .service-item:nth-child(6) {
    border-right: 0;
}

.services-container .service-item:nth-child(4), .services-container .service-item:nth-child(5), .services-container .service-item:nth-child(6) {
    border-bottom: 0;
}

.service-item img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 14px;
}

.service-item h4, .service-item h3 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 17px;
}

.service-item p {
    color: #555958;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 0;
}

/* Why Choose Us Section CSS */
.why-choose-us {
    background-color: #F26036;
    padding: 60px 0px;
}

.common-heading.common-heading-left {
    text-align: left;
    margin-bottom: 25px;
}

.common-heading.common-heading-left p {
    color: #FFF8DB;
}

.common-heading.common-heading-left h2 {
    color: #FEFEFE;
}

.why-us-option-list ul {
    list-style: none;
}

.why-us-option-list ul li {
    color: #FFF8DB;
    font-size: 20px;
    line-height: 47px;
    font-weight: 600;
    letter-spacing: 1.5%;
}

.why-choose-us-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 22px;
}

.why-choose-us-right img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
}

.roofing-house {
    position: relative;
    z-index: 1;
}

.roofing-house p {
    position: absolute;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    padding: 40px 25px;
}

.why-choose-us {
    overflow-x: hidden;
}

/* Recent Work Section CSS */
.recent-work {
    background-color: #FFF8DB;
    padding: 80px 0;
}

.recent-work-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 316px 16px 1fr;
    grid-template-columns: 316px 1fr;
    gap: 16px;
}

.recent-work-details {
    background-color: #F26036;
    border-radius: 10px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0 18px;
    padding-bottom: 44px;
}

.recent-work-details.recent-work-bg-second {
    background-color: #055841;
}

.recent-work-details.recent-work-bg-second .flag-shape::after {
    border-bottom: 7px solid #055841;
}

.recent-work-star {
    position: relative;
    z-index: 1;
    padding-bottom: 7px;
}

.flag-shape {
    width: 18px;
    height: 32px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    background: #FFF8DB;
    color: white;
    left: 90%;
}

.flag-shape::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 7px solid #F26036;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.recent-work-star img {
    position: absolute;
    right: 6px;
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
       object-fit: contain;
}

.recent-work-details .project-name {
    color: #FEFEFE;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 3px;
}

.recent-work-details .project-heading {
    color: #FEFEFE;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    border-bottom: 1px solid #FFF8DB;
    margin-bottom: 19px;
    padding-bottom: 12px;
}

.recent-work-image img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    border-radius: 10px;
}

.recent-work-sliders .swiper-slide {
    min-width: 58%;
}

.recent-work-details ul {
    list-style: none;
}

.recent-work-details ul li {
    color: #FEFEFE;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5%;
    margin-bottom: 8px;
}

.recent-work-details ul li:last-child {
    margin-bottom: 0;
}

.recent-work-image {
    position: relative;
    z-index: 1;
}

.recent-work-image p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FEFEFE;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}

/* Clients Review CSS */
.client-review {
    background-color: #E3B891;
    padding: 80px 0;
}

.single-review-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    height: 100%;
}

.clientReviewSlider .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.clientReviewSlider .swiper-slide {
    height: auto;
}

.review-star-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.review-star-icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
}

.single-review-box h4 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 17px;
}

.single-review-box p {
    color: #555958;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 14px;
}

.reviewer-name .reviewer-name-lg {
    color: #181D1C;
    line-height: 32px;
    font-size: 20px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.reviewer-name .reviewer-short {
    color: #055841;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5%;
    margin-bottom: 0;
}

.client-review-wrapper .swiper-button-next, .client-review-wrapper .swiper-button-prev {
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 100%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.client-review-wrapper .swiper-button-prev {
    left: 8px;
    border-radius: 0;
    background: transparent;
}

.client-review-wrapper .swiper {
    padding-bottom: 180px;
    padding-top: 80px;
}

.client-review-wrapper .swiper-button-next {
    background-color: #FF9E6F;
    width: 40px;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.client-review-wrapper .swiper-button-next svg, .client-review-wrapper .swiper-button-prev svg {
    display: none;
}

.client-review-wrapper .swiper-button-next img, .client-review-wrapper .swiper-button-prev img {
    width: 16px;
    height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
}

.client-review-wrapper .icon-review-wrapper {
    background-color: #fff;
    position: absolute;
    top: auto;
    width: 96px;
    height: 56px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 4px;
}

.bg-review-design {
    background-color: #fff8db40;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 480px;
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
}

.client-review-wrapper {
    position: relative;
    z-index: 1;
}

/* Blog Box Home CSS */
.blog-v {
    background-color: #FFF8DB;
    padding: 80px 0;
    overflow: hidden;
}

.blog-wrapper .common-heading.common-heading-left p {
    color: #555958;
}

.blog-wrapper .common-heading.common-heading-left h2 {
    color: #181D1C;
}

.single-blog-slide {
    background-color: #FEFEFE;
    padding: 16px;
    border-radius: 16px;
}

.single-blog-slide img {
    width: 100%;
}

.single-blog-slide .category-blog {
    display: inline-block;
    background-color: #4b6bfb12;
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 17px;
}

.single-blog-slide .category-blog p {
    margin-bottom: 0;
    color: #F26036;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
}

.single-blog-slide .blog-short-desc {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 600;
    letter-spacing: -1.5%;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.single-blog-slide a:hover .blog-short-desc {
    color: #F26036;
}

.blog-author-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
}

.blog-author-left p, .blog-author-right p {
    color: #555958db;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.blog-author-right {
    text-align: right;
}

.blog-content-wrapper {
    padding: 22px 8px;
    padding-bottom: 0;
}

.blog-author-left img {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.blog-author-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}

.blog-wrapper .common-heading.common-heading-left {
    margin-bottom: 45px;
}
.single-blog-slide a {
    text-decoration: none;
}

.blog-slider-wrapper .swiper {
    overflow: inherit;
}

.blog-slider-wrapper {
    position: relative;
    z-index: 2;
}

.blog-slider-wrapper::before {
    position: absolute;
    left: -100%;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    background-color: #FFF8DB;
    z-index: 2;
}

/* Our Partners Section CSS */
.our-partner {
    background-color: #FFF8DB;
    padding-bottom: 80px;
}

.partner-wrapper .common-heading h2 {
    color: #181D1C;
}

.partner-wrapper .common-heading {
    text-align: center;
    margin-bottom: 44px;
}

.partner-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.partner-logo-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    height: auto;
}

/* Newsletter Section CSS */
.newsletter-section {
    background-color: #055841;
    padding: 80px 0;
}

.newsletter-top, .newsletter-subscribe-form {
    text-align: center;
}

.newsletter-top h4, .newsletter-top h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.25%;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.newsletter-top p {
    color: #FFF8DB;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 23px;
}

.newsletter-top ul {
    list-style: none;
    padding-bottom: 29px;
}

.newsletter-top ul li {
    display: inline-block;
    border: 1px solid #fff8db24;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 17px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.newsletter-top ul li a img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.newsletter-top ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.newsletter-top ul li:last-child {
    margin-right: 0;
}

.newsletter-top ul li:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.newsletter-subscribe-form h2 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 18px;
}

.newsletter-subscribe-form p {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5%;
    margin-bottom: 25px;
}

.newsletter-subscribe form input {
    width: 100%;
    border: 1px solid #ffffff40;
    background-color: transparent;
    padding: 36.5px 29px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    border-radius: 15px;
    outline: none;
}

.newsletter-subscribe form input::Placeholder {color: #ffffff61;}

.newsletter-subscribe form button {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #f6d88c;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    border-left: 1px solid #ffffff40;
    height: 100%;
    padding: 10px 34px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.newsletter-subscribe form {
    position: relative;
    z-index: 1;
}

.newsletter-subscribe form button:hover {
    background-color: #fff;
    color: #000;
}

.newsletter-subscribe form input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Footer CSS */
footer {
    background-color: #16241E;
    padding: 65px 0;
}

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

.footer-info a img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    height: auto;
}

.footer-info p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1%;
    margin-bottom: 0;
}

.footer-menu-wrapper h4, .footer-menu-wrapper h3 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 11px;
    font-family: 'Inter', sans-serif;
}

.footer-menu-wrapper ul {
    list-style: none;
}

.footer-menu-wrapper ul li {
    display: block;
    margin-bottom: 2px;
}

.footer-menu-wrapper ul li a {
    text-decoration: none;
    color: #88918E;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.25%;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footer-location h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1%;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 11px;
    font-family: 'Inter', sans-serif;
}

.footer-location a, .footer-location p {
    display: block;
    text-decoration: none;
    color: #88918E;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 1.25%;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 2px;
}

.footer-location p {
    margin-bottom: 0;
}

.footer-location a:hover, .footer-location p:hover {
    color: #fff;
}

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

.footer-menu-wrapper ul li a:hover {
    color: #fff;
}

/* Hero V2 CSS */

.hero-v2-wrap {
    background-image: url(../img/hero-v2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 85px 62px;
}

.hero-v2 {
    padding-top: 95px;
}

.top-hero-content h2, .top-hero-content h1 {
    color: #FEFEFE;
    font-size: 56px;
    line-height: 67px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 14px;
}

.top-hero-content p {
    color: #FEFEFE;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 23px;
}

.bottom-hero-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 75px;
}

.hero-short-review p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 8px;
}

.review-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
}

.review-avatar img {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.hero-showcase-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
}

.hero-showcase-images img {
    height: 194px;
    width: 208px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 12px;
}

.hero-work-hover {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.hero-work-hover p {
    position: absolute;
    margin-bottom: 0;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 1.5%;
    color: #fff;
    font-weight: 600;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hero-work-hover:before {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #1e2f274f;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hero-work-hover:hover::before {
    opacity: 1;
    visibility: visible;
}

.hero-work-hover:hover p {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/* Our Services V2 CSS */

.our-services-v2 {
    padding: 61px 0;
    overflow: hidden;
}

.our-service-wrapper::before {
    position: absolute;
    left: -100%;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    background-color: #FEFEFE;
    z-index: 2;
}

.our-service-wrapper .swiper {
    overflow: inherit;
}

.common-heading-v2 p {
    color: #555958;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 10px;
}

.common-heading-v2 h2 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.our-service-wrapper {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.service-single-slider {
    border-radius: 10px;
    border: 1px solid #1a1d184d;
    padding: 0px;
    height: 488px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}

.service-single-slider h4, .service-single-slider h3 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 17px;
    font-family: "Playfair Display", serif;
}

.service-single-slider p {
    color: #181D1C;
    font-size: 14px;
    letter-spacing: 1%;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}



.service-single-slider .hover-scale-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    border-radius: 10px;
}

.service-single-slider:hover .hover-scale-image {
    top: 0;
}

.service-single-slider .hover-scale-image {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: calc(100% - 346px);
    padding: 0px;
    -webkit-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
    border-radius: 10px;
}

.service-single-slider .service-content {
    padding: 20px 15px;
}

/* About US V2 CSS */
.about-us-v2-wrapper {
    background-image: url(../img/about-v2-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 0;
    padding-bottom: 100px;
}

.about-content.about-content-snd .sub-heading, .about-content.about-content-snd h2, .about-content.about-content-snd p {color: #181D1C;}

/* Why Choose Us V2 CSS */

.why-choose-us-v2 {
    padding-top: 70px;
    padding-bottom: 60px;
}

.roofing-solar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 12px;
}

.why-us-v2 p {
    color: #181D1C;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 10px;
}

.why-us-v2 {
    padding-top: 40px;
    padding-left: 47px;
}

.why-us-v2 h3 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -1.5%;
    margin-bottom: 26px;
}

.why-us-v2 ul {
    list-style: none;
}

.why-us-v2 ul li {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5%;
    line-height: 47px;
    color: #181D1C;
    margin-bottom: 0;
}

.trust-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
    padding-top: 35px;
}

.trust-logo img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

/* Recent Project V2 CSS */
.recent-project-v2 {
    background-color: #055841;
    padding: 60px 0;
}

.heading-recent-project {
    text-align: center;
    margin-bottom: 50px;
}

.heading-recent-project p {
    color: #FF9E6F;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 10px;
}

.heading-recent-project h2 {
    color: #FEFEFE;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
}


.project-v2-info p {
    color: #FEFEFE;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 4px;
}

.project-v2-info h3 {
    color: #FEFEFE;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.scope-of-work p {
    color: #FEFEFE;
    font-size: 16px;
    letter-spacing: 0.5%;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}

.project-v2-showcase img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.project-v2-heading {
    position: relative;
    z-index: 1;
}

.project-v2-heading::before {
    position: absolute;
    content: '';
    border-bottom: 1px solid #FFF8DB;
    inset: 0;
    width: calc(50% - 85px);
}

.recentProjectSlider .swiper-pagination {
    text-align: left;
    bottom: 0;
}

.recentProjectSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.6;
    height: 14px;
    width: 14px;
}

.recentProjectSlider {
    padding-bottom: 63px;
}

.recentProjectSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    opacity: 1;
}

.recent-slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

/* Category Section V2 CSS */
.category-content-video {
    background-color: #FFF8DB;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 16px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ctg-bg-1 {
    background-image: url(../img/category-video-bg1.png);
}

.ctg-bg-2 {
    background-image: url(../img/category-video-bg2.png);
}

.category-v2 {
    padding: 60px 0;
    overflow-x: hidden;
}

.category-v2-left {
    background-color: #FFF8DB;
    border-radius: 16px;
    border-top-right-radius: 120px;
    padding: 18px 16px;
    position: relative;
    z-index: 1;
}

.category-info-top .category-v2-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5%;
    font-weight: 500;
    color: #555958;
    margin-bottom: 2px;
}

.category-info-top .category-v2-name span {
    font-weight: 600;
    color: #181D1C;
}

.category-info-top h3 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-info-top p {
    color: #555958;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.category-info-top p {
    color: #555958;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-info-top p a {
    color: #055841;
    text-decoration: underline;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.category-info-top p a:hover {
    color: #FF9E6F;
}

.category-publisher-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    padding: 15px 0;
}

.category-publisher-name > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
}

.category-publisher-name > div p {
    margin-bottom: 0;
}

.category-info-top {
    border-bottom: 1px solid #1a1d1842;
}

.category-publisher-name img {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 50px;
}

.category-publisher-name p {
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.category-published-image img {
    border-radius: 12px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.category-navigate-link {
    background-color: #E3B891;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.category-navigate-link img {
    width: 28px;
    height: 28px;
    -o-object-fit: contain;
       object-fit: contain;
}

.category-navigate-link:hover {
    background-color: #DCF698;
}

.category-v2-right-top, .category-v2-right-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 260px;
    grid-template-columns: 1fr 260px;
    gap: 8px;
}

.category-v2-info {
    background-color: #DCF698;
    border-radius: 16px;
    padding: 16px;
}

.category-v2-info p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5%;
    font-weight: 500;
    color: #555958;
    margin-bottom: 2px;
}

.category-v2-info p span {
    font-weight: 600;
    color: #181D1C;
}

.category-v2-info h3 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 10px;
}

.category-middle-content {
    border-bottom: 1px solid #1a1d1842;
    border-top: 1px solid #1a1d1842;
    padding: 14px 0;
}

.category-middle-content p {
    color: #181D1C;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.category-content-video p {
    color: #181D1C;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.category-content-video p span {
    font-weight: 600;
}

.category-content-video button {
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.category-content-video button img {
    max-width: 100%;
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
       object-fit: cover;
}

.category-content-video button:hover {-webkit-transform: translateY(-2px);-ms-transform: translateY(-2px);transform: translateY(-2px);}

.category-content-video h4 {
    color: #fff;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
}

.category-v2-right-bottom {
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
}

.category-v2-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}

.category-v2-bg-1 {
    background-color: #DCF698;
}

.category-v2-bg-2 {
    background-color: #91C9E1;
}

.category-overlap {
    position: absolute;
    right: 0;
    top: 0;
}

.category-overlap::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background-image: url(../img/round-corner-clippath.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

/* Trusted Companies Home V2 CSS */
.top-rated-companies {
    padding: 50px 0;
    padding-bottom: 102px;
}

.top-companies-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 12px;
}

.single-top-company {
    text-align: center;
}

.single-top-company img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    margin-bottom: 17px;
}

.top-rated-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 17px;
    margin-bottom: 8px;
}

.top-rated-star img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    margin-bottom: 0;
}

.single-top-company p {
    color: #88918E;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 400;
    margin-bottom: 0;
}

.single-quote p {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    text-align: center;
}

.single-quote {
    padding: 32px 0;
}

.demo-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* Lets Connect CSS */
.lets-connect-wrapper {
    background-color: #055841;
    background-image: url(../img/cta-homev2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 65px 30px;
}

.lets-connect-left h3 {
    font-size: 56px;
    line-height: 67px;
    letter-spacing: -1.5%;
    font-weight: 600;
    color: #FEFEFE;
    margin-bottom: 27px;
}

.connect-box-details {
    background-color: #222c3845;
    display: inline-block;
    padding: 23px 15px;
    border-radius: 12px;
}

.connect-box-details p {
    color: #FEFEFE;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1.25%;
    margin-bottom: 10px;
}

.connect-box-details p:last-child {
    margin-bottom: 0;
}

.lets-connect-right {
    background-color: #fff;
    border-radius: 24px;
    padding: 20px 32px;
    width: 400px;
    margin: 0 0 0 auto;
}

.lets-connect-right form label {
    font-size: 14px;
    line-height: 22px;
    color: #181D1C;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}

.lets-connect-right form input, .lets-connect-right form textarea {
    border: 1px solid #1a1d1833;
    width: 100%;
    border-radius: 8px;
    padding: 8px 12px;
    color: #181D1C;
    letter-spacing: 1%;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 11px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.lets-connect-right form input:focus, .lets-connect-right form textarea:focus {
    border: 1px solid #181D1C;
    outline: none;
}

.lets-connect-right form select {
    width: 100%;
    border: 1px solid #1a1d1833;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 11px;
    background-size: 16px;
}

.lets-connect-right form select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #1a1d1833;
}

.lets-connect-right form textarea {
    resize: none;
    outline: none;
    height: 88px;
    margin-bottom: 21px;
}

.btn-quote {
    background-color: #055841;
    color: #FEFEFE;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5%;
    font-weight: 600;
    padding: 13px 17.5px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn-quote:hover {
    background-color: #F26036;
}

.lets-connect {
    padding-bottom: 60px;
    overflow-x: hidden;
}

.footer-v2 {
    background-color: #181D1C;
}

/* Hero V3 CSS */
.hero-v3 {
    background-image: url(../img/hero-v3-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
    padding-top: 111px;
    padding-bottom: 52px;
}

.hero-v3-heading h1 {
    color: #FEFEFE;
    font-size: 128px;
    line-height: 132px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.hero-v3-box {
    padding-top: 38px;
}

.single-hero-slide {
    position: relative;
    z-index: 1;
    display: block;
}

.single-hero-slide img {
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: auto;
}

.single-hero-slide h4, .single-hero-slide h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.inside-slider-padding {
    padding: 15px 16px;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    left: 0;
    height: 100%;
}

.herov3slider .swiper-pagination {
    text-align: left;
    left: 17px;
    background-color: #ffffff29;
    padding: 0px 3px;
    width: auto;
    bottom: 20px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 16px;
}

.herov3slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #D9D9D9;
    height: 8px;
    width: 8px;
    opacity: 0.4;
}

.herov3slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-v3-txt-presentation img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 100%;
    width: 100%;
}

.hero-v3-txt-presentation {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.hero-v3-txt-presentation p {
    margin-bottom: 0;
    color: #FEFEFE;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
}

.presentation-hero-box {
    background-color: #ffffff17;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 20px 18px;
    position: absolute;
    bottom: 0;
}

.hero-v3-experts {
    border-radius: 12px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: block;
}

.hero-expert-content {
    position: absolute;
    top: 0;
    border-radius: 12px;
    padding: 10px 17px;
    width: 100%;
}

.hero-expert-content p {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.hero-v3-experts img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    max-width: 100%;
}

nav.nav-link-cs.nav-link-cs-v3 ul li > a {
    color: #fff;
}

nav.nav-link-cs.nav-link-cs-v3 ul li .top-submenu li a {
    color: #181D1C;
}

nav.nav-link-cs.nav-link-cs-v3 ul li .top-submenu li a:hover {
    color: #F26036;
} 

/* About Us V3 CSS */
.about-us-v3 {
    padding: 65px 0;
    padding-bottom: 57px;
}

.about-us-left p {
    color: #555958;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 9px;
}

.about-us-left h2 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 40px;
}

.about-us-left img {
    border-radius: 24px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 324px;
}

.about-us-right .multiple-profile img {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin-left: -10px;
}

.about-us-right .multiple-profile img:first-child {
    margin-left: 0;
}

.about-us-right p {
    color: #555958;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 61px;
}

.about-us-right img {
    max-width: 100%;
    border-radius: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 324px;
}

.multiple-profile {
    margin-bottom: 10px;
}

.about-us-right {
    height: 100%;
}

/* Our Story V3 CSS */
.our-story-v3 {padding-bottom: 60px;}

.heading-common-v3 p {
    color: #555958;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 10px;
}

.heading-common-v3 h3 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.our-story-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 420px 35px 1fr;
    grid-template-columns: 420px 1fr;
    gap: 35px;
}

.our-story-left img {
    border-radius: 24px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.our-story-right p {
    color: #555958;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 17px;
}

.story-with-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 28px;
    padding-top: 15px;
}

.story-author-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.story-author-left img {
    width: 62px;
    height: 62px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.story-author-name p {
    font-size: 16px;
    letter-spacing: 0.5%;
    line-height: 26px;
    font-weight: 600;
    color: #181D1C;
    margin-bottom: 0;
}

.story-author-name .author-name-v3 {
    color: #181D1C;
    font-size: 20px;
    letter-spacing: 1.5%;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.heading-common-v3 {
    margin-bottom: 44px;
}

.our-story-right {
    padding-top: 6px;
}

/* Count Success CSS */
.count-success-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.single-count {
    text-align: center;
}

.single-count h4 {
    color: #181D1C;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 1.5%;
    font-weight: 600;
    margin-bottom: 12px;
}

.single-count p {
    color: #555958;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 0;
}

.count-success {
    padding-bottom: 60px;
}

/* Trusted Company CSS */
.company-wrap {
    background-color: #181D1C;
    border-radius: 16px;
    padding: 38px 30px;
    overflow: hidden;
    white-space: nowrap;
}

.single-brand p {
    color: #FEFEFE;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 0;
}

.single-brand img {
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.single-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
}

.marquee-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-animation: marquee 8s linear infinite;
            animation: marquee 8s linear infinite;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@-webkit-keyframes marquee {
    from { -webkit-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes marquee {
    from { -webkit-transform: translateX(0); transform: translateX(0); }
    to { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}

/* Our Services V3 CSS */
.our-services-v3 {
    padding: 61px 0;
}

.worker-image img {
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
}

.services-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 42px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
    row-gap: 64px;
}

.single-service-item img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    position: absolute;
    left: 0;
    top: 5px;
}

.single-service-item h4 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
}

.single-service-item p {
    color: #555958;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 0;
}

.single-service-item {
    position: relative;
    z-index: 1;
    padding-left: 80px;
}

/* Gallery CSS */
.gallery-home {
    padding-bottom: 60px;
}

.gallery-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 8px auto;
        grid-template-areas:
        "big    big    big    small1 small1"
        "small2 mid    mid    mid    small3";
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 8px;
}

.gallery-item:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; -ms-grid-column-span: 5; grid-area: big; }
.gallery-item:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 7; -ms-grid-column-span: 3; grid-area: small1; }
.gallery-item:nth-child(3) { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: small2; }
.gallery-item:nth-child(4) { -ms-grid-row: 3; -ms-grid-column: 3; -ms-grid-column-span: 5; grid-area: mid; }    
.gallery-item:nth-child(5) { -ms-grid-row: 3; -ms-grid-column: 9; grid-area: small3; } 

.gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 16px;
}

/* Timeline CSS */
.timeline {
    background-color: #055841;
    padding: 86px 0;
}

.timeline-wrapper h3 {
    color: #FEFEFE;
    font-size: 56px;
    line-height: 67.2px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.timeline-root {
    padding-top: 76px;
}

.single-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    padding-bottom: 101px;
    position: relative;
    z-index: 1;
}

.single-timeline::before {
    position: absolute;
    content: '';
    left: 24px;
    top: 20px;
    height: 100%;
    width: 1px;
    background-image: url(../img/Line01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
}

.timeline-count span {
    color: #fff;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 0;
}

.timeline-count {
    background-color: #F26036;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.timeline-desc h4 {
    color: #FFF8DB;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.timeline-desc p {
    color: #FFF8DB;
    opacity: 70%;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.timeline-wrapper > p {
    color: #DBD6D6;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 94px;
    font-weight: 600;
    letter-spacing: -1.5%;
    margin-bottom: 38px;
}

.timeline-wrapper .button-primary:hover {
    background-color: #fff;
    color: #181D1C;
}

/* Our Team Home V3 CSS */
.our-team-v3 {
    padding: 65px 0;
    overflow-x: hidden;
}

.our-team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
}

.single-team-box img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.single-team-box {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.linkedin-icon {
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 48px;
    height: 48px;
}

.single-team-member h4 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: "Playfair Display", serif;
}

.single-team-member p {
    color: #555958;
    font-size: 18px;
    letter-spacing: 1%;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.single-team-member {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.single-team-member:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}

/* CTA V3 CSS */
.ready-to-build {
    padding-bottom: 61px;
}
.cta {
    background-image: url(../img/cta.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 70px 36px;
}

.cta h4 {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
    font-family: "Playfair Display", serif;
}

/* Breadcrumb CSS */
.breadcrumb {
    background-image: url(../img/breadcrumb-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 293px;
    padding-bottom: 35px;
    margin-bottom: 0px;
}

.breadcrumb-content h1 {
    color: #FEFEFE;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 9px;
}

.breadcrumb-content p, .breadcrumb-content a {
    color: #88918E;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.breadcrumb-content p a:hover {
    color: #fff;
}

.breadcrumb-content .current-page {
    color: #FEFEFE;
}

/* About US Page CSS */
.our-values h3 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.our-values {
    padding-top: 65px;
    padding-bottom: 50px;
}

.our-values-table {
    border: 1px solid #88918E;
    margin: 0 65px;
    margin-bottom: 63px;
    position: relative;
    z-index: 1;
}

.table-wrap {
    border-bottom: 1px solid #88918E;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 420px 1fr;
    grid-template-columns: 420px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.our-values-table .table-wrap:last-child {
    border-bottom: none;
}

.single-table-topic {
    height: 100%;
}

.single-table-topic, .single-table-content {
    padding: 10px 14px;
}

.single-table-topic p, .single-table-content p {
    color: #181D1C;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.our-values-table::after {
    position: absolute;
    content: '';
    left: 36%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #88918E;
}

.count-success.count-success-about-page {
    padding-bottom: 0;
}

/* About Us Page Testimonial CSS */
.client-review.client-review-v2 {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 68px;
}

.client-review.client-review-v2 .bg-review-design {
    background-color: transparent;
    height: 0;
}

.client-review.client-review-v2 .clientReviewSlider {
    padding: 20px 0;
    padding-bottom: 89px;
}

.client-review.client-review-v2 .clientReviewSlider .single-review-box {
    background-color: #fff;
     -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04),
              0 4px 12px rgba(0, 0, 0, 0.06),
              0 8px 24px rgba(0, 0, 0, 0.04);
             box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04),
              0 4px 12px rgba(0, 0, 0, 0.06),
              0 8px 24px rgba(0, 0, 0, 0.04);
}

/* Company History Page CSS */
.company-history {
    padding: 64px 0;
    padding-bottom: 70px;
}

.company-history-wrapper h2 {
    color: #181D1C;
    font-size: 56px;
    line-height: 67.2px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 45px;
}

.company-timeline .single-company-timeline:last-child {
    padding-bottom: 0;
}

.single-company-timeline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 24px 48px 24px 1fr;
    grid-template-columns: 100px 48px 1fr;
    gap: 24px;
    padding-bottom: 61px;
    position: relative;
    z-index: 1;
}

.single-company-timeline::before {
    content: '';
    position: absolute;
    left: 148px;
    top: 40px;
    background-image: url(../img/Line01.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    width: 1px;
    z-index: -1;
    margin-top: 22px;
}

.company-year p {
    color: #181D1C;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -1.5%;
    margin-bottom: 0;
}

.timeline-count-v2 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #F26036;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.timeline-count-v2 p {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 600;
}

.company-timeline-desc h3 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 15px;
}

.company-timeline-desc p {
    color: #181D1C;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 90%;
}

.timeline-content-point ul {
    margin: 0;
    padding: 0;
}

.timeline-content-point ul li {
    color: #181D1C;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.timeline-content-point {
    padding-left: 40px;
    padding-top: 40px;
}

/* Our Services Page CSS */
.services-page {
    padding: 60px 0;
    padding-bottom: 70px;
}

.service-page-left h2 {
    color: #181D1C;
    font-size: 40px;
    letter-spacing: -1.5%;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
}

.service-page-right p {
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.6%;
    font-weight: 600;
    margin-bottom: 0;
}

.service-page-wrapper {
    border: 1px solid #1a1d1845;
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.single-service-box {
    border-right: 1px solid #1a1d1845;
    border-bottom: 1px solid #1a1d1845;
    padding: 25px 15px;
}

.single-service-box:nth-child(3), .single-service-box:nth-child(6) {
    border-right: none;
}

.single-service-box:nth-child(4), .single-service-box:nth-child(5), .single-service-box:nth-child(6) {
    border-bottom: none;
}

.single-service-box img {
    width: 64px;
    height: 64px;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin-bottom: 19px;
}

.single-service-box h3 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-service-box p {
    color: #555958;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 0;
}

/* Service Details Page CSS */
.cta-service {
    background-image: url(../img/cta.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 46px 36px;
    padding-top: 37px;
}

.exterior-care {
    padding: 65px 0;
}

.exterior-care-showcase {
    text-align: center;
}

.exterior-care-showcase h2 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 45px;
}

.exterior-care-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 64px;
}

.exterior-care-images img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.our-trusted-team-wrapper {
    padding: 0 75px;
    padding-top: 66px;
}

.our-trusted-team-wrapper h2, .our-trusted-team-wrapper p {
    text-align: center;
}

.our-trusted-team-wrapper h2 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 16px;
}

.our-trusted-team-wrapper p, .trusted-team-left p {
    color: #181D1C;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 0;
}

.our-trusted-team-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
    padding-top: 45px;
}

.trusted-team-left h3, .trusted-team-right h3 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 10px;
}

.trusted-team-left p {
    text-align: left;
    margin-bottom: 15px;
}

.trusted-team-left {
    text-align: left;
}

.trusted-team-right img, .trusted-team-left img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.trusted-team-right ul li {
    color: #181D1C;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 1.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.trusted-team-right ul {
    padding-left: 20px;
}

.ideal-for {
    padding: 60px 75px;
    padding-top: 47px;
}

.ideal-for h2 {color: #181D1C;font-size: 40px;line-height: 48px;letter-spacing: -1.5%;font-weight: 500;margin-bottom: 23px;}

.ideal-tag ul li {
    display: inline-block;
    color: #181D1C;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5%;
    font-weight: 600;
    background-color: #F8F8F6;
    border-radius: 8px;
    padding: 13px 17.2px;
    margin-right: 9px;
}

.ideal-tag ul li:last-child {
    margin-right: 0;
}

.cta-service h2 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 12px;
}

.cta-service p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.5%;
    margin-bottom: 29px;
}

/* Projects Page CSS */
.recent-work-filter {
    margin-top: 70px;
    margin-bottom: 20px;
}

.recent-work-filter button {
    border: none;
    background-color: transparent;
    color: #181D1C;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    margin-right: 55px;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.recent-work-filter button.active {
    color: #F26036;
}

.recent-work-filter button::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background-color: #F26036;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.recent-work-filter button.active::after {
    opacity: 1;
    visibility: visible;
}

.recent-work-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.recent-work-card img {
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center center;
       object-position: center center;
    display: block;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.22,.61,.36,1);
    transition: -webkit-transform .6s cubic-bezier(.22,.61,.36,1);
    -o-transition: transform .6s cubic-bezier(.22,.61,.36,1);
    transition: transform .6s cubic-bezier(.22,.61,.36,1);
    transition: transform .6s cubic-bezier(.22,.61,.36,1), -webkit-transform .6s cubic-bezier(.22,.61,.36,1);
}

.recent-work-card:hover img {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06);
}

.recent-work-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    -webkit-animation: cardIn .5s ease both;
            animation: cardIn .5s ease both;
}

.recent-work-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(rgba(0,0,0,.45)));
    background: -o-linear-gradient(top, transparent 55%, rgba(0,0,0,.45));
    background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.45));
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1;          /* below the tag (z-index: 2) */
    pointer-events: none;
}
.recent-work-card:hover::after { opacity: 1; }

.recent-work-card .tag {
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5%;
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    z-index: 2;
}
.recent-work-card:hover .tag {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.recent-work-card.hidden { display: none; }

.recent-work-filter button:hover {
    color: #F26036
}

@-webkit-keyframes cardIn {
    from { opacity: 0; -webkit-transform: translateY(12px); transform: translateY(12px); }
    to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes cardIn {
    from { opacity: 0; -webkit-transform: translateY(12px); transform: translateY(12px); }
    to   { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.recent-work-card {
    cursor: pointer;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-img {
    max-width: 85%;
    max-height: 85vh;
    border-radius: 8px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.lightbox-overlay.active .lightbox-img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* Project Details Page CSS */
.project-hill {
    padding: 60px 0;
}

.project-hill-left .project-hill-top {
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 4px;
    opacity: 60%;
}

.project-hill-left h2 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 15px;
}

.project-hill-left p {
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.project-hill-right {
    text-align: right;
}

.project-hill-right img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.hillcrest-work-scope {
    padding-top: 65px;
}

.hillcrest-work-scope h2 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 31px;
}

.hillcrest-work-scope .our-values-table {
    margin: 0 0;
}

.hillcrest-work-scope .our-values-table::after {
    left: 32%;
}

.hillcrest-work-scope .our-values-table .table-wrap {
    -ms-grid-columns: 414px 1fr;
    grid-template-columns: 414px 1fr;
}

.challenge-solution {
    padding-top: 62px;
    padding-bottom: 69px;
}

.challenge-solution-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 24px;
}

.challenge-solution-right h3 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 23px;
    font-family: "Playfair Display", serif;
}

.challenge-solution-right .challenge-blocks p {
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 10px;
}

.challenge-solution-right .challenge-blocks p span {
    font-size: 18px;
}

.challenge-solution-right .challenge-blocks {
    border-bottom: 1px solid #1a1d185c;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.challenge-solution-right .challenge-blocks:last-child {
    border-bottom: none;
}

.challenge-solution-right .challenge-blocks p:last-child {
    margin-bottom: 0;
}

.challenge-solution-right {
    padding-left: 25px;
}

.key-feature-wrap h3 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 27px;
}

.key-feature-wrap ul li {display: block;color: #181D1C;font-size: 18px;font-weight: 600;line-height: 26px;letter-spacing: 0.5%;margin-bottom: 21px;}

.before-and-after-work h3 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 15px;
}

.before-and-after-work img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin-bottom: 15px;
}

.before-and-after-work p {
    color: #000;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
}

.homeowner-testimonial {
    padding: 60px 0;
}

.homeowner-testimonial h3 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1.5%;
    font-weight: 600;
    margin-bottom: 21px;
}

.homeowner-testimonial p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    color: #555958;
    margin-bottom: 45px;
}

.homeowner-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
}

.homeowner-left .homeowner-name {
    color: #555958;
    font-size: 20px;
    letter-spacing: 1.5%;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 1px;
}

.homeowner-left .homeowner-location {
    color: #555958;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.homeowner-right img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.services-we-provide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.single-service-desc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 12px;
}

.single-service-desc {
    display: block;
    text-decoration: none;
}

.single-service-desc p {
    text-decoration: none;
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 16px;
    font-family: "Playfair Display", serif;
}

.view-related-project {
    padding-top: 30px;
}

/* All Blog Page CSS */
.all-blogs {
    padding: 50px 0;
}

.all-blog-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.single-blog {
    border: 1px solid #5559581f;
    border-radius: 12px;
    padding: 16px 32px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.blog-prev-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.blog-category {
    background-color: #4b6bfb12;
    display: inline-block;
    padding: 4px 10.5px;
    border-radius: 6px;
    margin-bottom: 13px;
}

.blog-category p {
    color: #F26036;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 0;
}

.single-blog > h2 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    margin-bottom: 21px;
}

.blog-author {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.blog-author-v2-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
}

.blog-author-v2-left img {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    border-radius: 50px;
}

.blog-author-v2-left p, .blog-post-date p {
    color: #555958;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
    opacity: 75%;
}

.blog-prev-image {
    margin-bottom: 21px;
}

.single-blog:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}

.blog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
}

.blog-pagination .pagination {
    gap: 16px;
}

.blog-pagination .pagination li a {
    border: 1px solid #555958;
    border-radius: 4px;
    color: #181D1C;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.blog-pagination .pagination li .page-link {
    padding: 11px 16px;
}

.blog-pagination .pagination li .page-item {
    padding: 10px 15px;
}

.blog-pagination .pagination li .page-link img {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
}

.blog-pagination .pagination li a:hover {
    background-color: #F26036;
    border-color: #F26036;
    color: #FEFEFE;
}

.all-blogs {
    padding: 61px 0;
}
/* Blog Details Page CSS */

.blog-details-wrapper {
    padding: 65px 0;
    padding-bottom: 13px;
}

.blog-detail-banner-image img {
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
}

.blog-short-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    padding: 10px 0;
}

.blog-short-detail p {
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.blog-short-detail p span {
    color: #555958;
}

.blog-content {
    padding-top: 20px;
}

.single-row-content h2 {
    color: #181D1C;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-family: "Playfair Display", serif;
    margin-bottom: 17px;
}

.single-row-content p {
    color: #000;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 16px;
}

.content-divider {
    height: 1px;
    width: 100%;
    background-color: #88918E;
    opacity: 0.7;
    margin: 30px 0;
}

.single-row-content ul li {
    display: list-item;
    color: #000;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 30px;
}

.single-row-content ul li span {
    font-weight: 600;
}

.single-row-content ul {padding-left: 30px;}

.single-row-content .content-bold p {
    font-weight: 600;
}

.single-row-content-list ul li {
    font-weight: 600;
}

.single-row-content-list p span {
    font-weight: 600;
}

.single-row-content {
    padding-bottom: 33px;
}

.no-bottom-padding {
    padding-bottom: 0;
}

/* Blog Widget Right CSS */
.search-widget, .categories-widget, .blog-quick-link, .get-in-touch-widget, .tags-widget {
    border: 1px solid #1a1d1854;
    border-radius: 18px;
    padding: 32px 32px;
}

.search-widget h3, .categories-widget h4, .blog-quick-link h4, .get-in-touch-widget h4, .tags-widget h4 {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 26px;
    font-family: "Playfair Display", serif;
}

.search-widget-box input {
    background-color: #05584114;
    padding: 11px 24px;
    padding-right: 60px;
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1%;
    font-weight: 500;
    color: #181D1C;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

.search-widget-box input::-webkit-input-placeholder {
    color: #181D1C;
}

.search-widget-box input::-moz-placeholder {
    color: #181D1C;
}

.search-widget-box input:-ms-input-placeholder {
    color: #181D1C;
}

.search-widget-box input::-ms-input-placeholder {
    color: #181D1C;
}

.search-widget-box input::placeholder {
    color: #181D1C;
}

.search-widget-box button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 12px 24px;
}

.search-widget-box button img {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}

.search-widget-box {
    position: relative;
    z-index: 1;
}

.search-widget-box input:focus {
    border: 1px solid #F26036;
}

.search-widget, .categories-widget, .blog-quick-link, .get-in-touch-widget, .tags-widget {
    margin-bottom: 32px;
}

.categories-link .categories-link-single {
    display: block;
    background-color: #05584114;
    border-radius: 8px;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    color: #181D1C;
    position: relative;
    z-index: 1;
    padding: 12px 24px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.categories-link .categories-link-single:last-child {
    margin-bottom: 0;
}

.categories-link .categories-link-single span img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}

.categories-link .categories-link-single span {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.categories-link .categories-link-single:hover {
    color: #F26036;
}

.single-quick-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.single-quick-blog img {
    width: 114px;
    height: 114px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.quick-blog-content span {
    color: #555958;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    margin-bottom: 7px;
    display: block;
}

.quick-blog-content p {
    color: #181D1C;
    font-size: 18px;
    letter-spacing: 1%;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
}

.single-quick-blog:last-child {
    margin-bottom: 0;
}

.single-quick-blog:hover {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    background-color: #05584114;
    border-radius: 8px;
    padding: 12px 24px;
    margin-bottom: 24px;
}

.single-info img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}

.single-info a {
    text-decoration: none;
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
    word-break: break-word;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.single-info a:hover {
    color: #F26036;
}

.single-info:last-child {
    margin-bottom: 0;
}

.tags-widget ul li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 8px;
}

.tags-widget ul li a {
    text-decoration: none;
    color: #181D1C;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5%;
    font-weight: 600;
    background-color: #05584114;
    padding: 12px 24px;
    display: block;
    border-radius: 24px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.tags-widget ul li a:hover {
    background-color: #0558411a;
}

.tags-widget {
    padding-bottom: 20px;
}

.related-article-heading h3 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 29px;
}

.related-articles {
    padding-bottom: 60px;
}

.blog-short-detail p {
    color: #181D1C;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

/* Book Appointment Page CSS */
.schedule-consultation {
    padding: 67px 0;
}

.schedule-consultation-heading h2 {
    color: #181D1C;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 13px;
}

.schedule-consultation-heading p {
    color: #555958;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.custom-divider {
    background-color: #88918E;
    height: 1px;
    width: 100%;
}

.service-type-form h4, .service-type-form h3 {
    color: #181D1C;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 13px;
    font-family: 'Inter', sans-serif;
}

.service-type-form .select-service {
    width: calc(50% - 12PX);
    margin-bottom: 40px;
}

.service-type-form .select-service label, .your-info-inputs label, .appointment-wrapper label, .additional-notes label {
    color: #181D1C;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}

.service-type-form .select-service select, .your-info-inputs input, .appointment-wrapper .form-date-time, .additional-notes textarea {
    cursor: pointer;
    width: 100%;
    border: 1px solid #1a1d184a;
    color: #181D1C;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 400;
    padding: 6px 12px;
    height: 42px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.service-type-form .select-service select:focus, .your-info-inputs input:focus, .appointment-wrapper .form-date-time:focus, .additional-notes textarea:focus {
    border: 1px solid #1a1d18;
}

.your-info-inputs, .appointment-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.your-info-inputs input {
    cursor: initial;
}

.property-details-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.property-details-left p, .property-details-right p {
    color: #181D1C;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1%;
    font-weight: 500;
    margin-bottom: 11px;
}

.property-details-left .form-check input, .property-details-right .form-check input, .form-check.form-check-confirmation input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.property-details-left .form-check input:checked, .property-details-right .form-check input:checked, .form-check.form-check-confirmation input:checked {
    background-color: #F26036;
    border-color: #F26036;
    outline: none;
}

.property-details-left .form-check input:focus, .property-details-right .form-check input:focus, .form-check.form-check-confirmation input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #F26036;
}

.property-details-left .form-check label, .property-details-right .form-check label {
    color: #181D1C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1%;
    line-height: 22px;
}

.property-details-left .form-check {
    margin-bottom: 0;
}

.property-details-left .check-box-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 11px;
}

.property-details-right .check-box-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 11px;
}

.additional-notes textarea {
    resize: none;
    height: 182px;
    cursor: unset;
}

.form-check-confirmation label {
    color: #181D1C;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 1.5%;
    margin-bottom: 0;
}

.form-confirmation ul li {
    list-style: disc;
    color: #181D1C;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1%;
    line-height: 22px;
    margin-bottom: 11px;
}

.form-confirmation ul {
    padding-left: 18px;
}

.service-type-form form button {
    background-color: #055841;
    color: #FEFEFE;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5%;
    font-weight: 600;
    border: none;
    padding: 13px 86px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.service-type-form form button:hover {
    background-color: #055841e3;
}

.schedule-consultation-heading {
    padding-bottom: 45px;
}

.service-type-form {
    padding-top: 44px;
}

.property-details {
    padding-top: 39px;
}

.property-details {
    padding-top: 40px;
}

.preferred-appointment {
    padding-top: 35px;
}

.additional-notes {
    padding-top: 33px;
}

.form-confirmation {
    padding-top: 30px;
    padding-bottom: 34px;
}

.form-check.form-check-confirmation input {
    margin-top: 6px;
}

.form-check-confirmation {
    padding-bottom: 8px;
}

/* Faq Page CSS */
.faq-wrapper .accordion-button::after {
    background-image: url(../img/plus.svg);
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
}
.faq-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
}

/* ------ */
.faq-wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #FEFEFE;
    background-color: #181D1C;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5%;
    font-weight: 600;
    padding: 13px 20px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 48px;
}

.faq-wrapper .nav-link {
    color: #181D1C;
    background-color: #F8F8F6;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: 0.5%;
    font-size: 16px;
}

.faq-wrapper .nav-pills {
    gap: 16px;
    margin-bottom: 24px;
}

.faq-wrapper .nav-link:hover {
    background-color: #181D1C;
    color: #FEFEFE;
}

.faq-wrapper .accordion {
    background-color: #FCFAF7;
    border-radius: 12px;
    padding: 27px 0;
    padding-top: 35px;
}

.faq-wrapper .accordion .accordion-item {
    background-color: transparent;
    border: none;
}

.faq-wrapper .accordion .accordion-button {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.faq-wrapper .accordion-header .accordion-button {
    color: #181D1C;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -1.5%;
    font-weight: 600;
    padding: 10px 32px;
    padding-bottom: 21px;
}

.faq-wrapper .accordion-body p {
    color: #555958;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5%;
    font-weight: 600;
    margin-bottom: 0;
}

.faq-wrapper .accordion-body {
    padding: 10px 32px;
    padding-top: 1px;
}
.faq {
    padding: 60px 0;
}

.still-have-question {
    padding-bottom: 60px;
}

.have-question-wrap h3 {
    color: #181D1C;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1.5%;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Playfair Display", serif;
}

.have-question-wrap {
    text-align: center;
}

.have-question-wrap p {
    color: #181D1C;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.5%;
    font-weight: 500;
    margin-bottom: 10px;
}

.have-question-wrap .call-us {
    text-transform: uppercase;
    margin-bottom: 27px;
}

.have-question-wrap .call-us a {
    text-decoration: none;
    color: #181D1C;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.have-question-wrap .call-us a:hover {
    color: #F26036
}

/* Not Found Page CSS */
.page-not-found {
    padding: 61px 0;
    padding-bottom: 71px;
}

.no-result {
    text-align: center;
}

.no-result > img {
    width: 290px;
    height: 290px;
    margin-bottom: 33px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.no-result h2 {
    color: #000;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    font-weight: 500;
    margin-bottom: 22px;
}

/* Window Loading CSS */
.roftrix-window-wrapper {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #121212;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
 
.roftrix-window-wrapper.loaded {
    opacity: 0;
    visibility: hidden;
}

.roftrix-window-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 400px at 50% 45%, rgba(242, 96, 54, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    opacity: 0;
    animation: fadeInContent 0.8s ease 0.2s forwards;
}

@keyframes fadeInContent {
    to { opacity: 1; }
}

.roof-icon {
    width: 90px;
    height: auto;
}

.roof-line {
    stroke: #F26036;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawRoof 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.4s forwards;
}
 
.roof-line-shadow {
    stroke: rgba(242, 96, 54, 0.15);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawRoof 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
    filter: blur(4px);
}

.chimney-line {
    stroke: #F26036;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: drawChimney 0.6s ease 1.4s forwards;
}

.smoke {
    fill: rgba(242, 96, 54, 0.5);
    opacity: 0;
    animation: smokeRise 2s ease-in-out infinite;
}
.smoke-1 { animation-delay: 1.8s; }
.smoke-2 { animation-delay: 2.2s; }
.smoke-3 { animation-delay: 2.6s; }
 
@keyframes drawRoof {
    to { stroke-dashoffset: 0; }
}
 
@keyframes drawChimney {
    to { stroke-dashoffset: 0; }
}
 
@keyframes smokeRise {
    0%   { opacity: 0; transform: translateY(0) scale(1); }
    15%  { opacity: 0.6; }
    100% { opacity: 0; transform: translateY(-18px) scale(1.6); }
}

.loader-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.loader-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #ffffff;
    opacity: 0;
    transform: translateY(8px);
    animation: textReveal 0.7s ease 1s forwards;
}

.loader-brand-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    opacity: 0;
    transform: translateY(6px);
    animation: textReveal 0.7s ease 1.2s forwards;
}

@keyframes textReveal {
    to { opacity: 1; transform: translateY(0); }
}
 
.loader-progress {
    width: 120px;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;
    animation: textReveal 0.5s ease 1.4s forwards;
}
 
.loader-progress-fill {
    height: 100%;
    width: 0%;
    background: #F26036;
    border-radius: 2px;
    animation: progressSweep 2s cubic-bezier(0.4, 0, 0.2, 1) 1.6s forwards;
    box-shadow: 0 0 8px rgba(242, 96, 54, 0.4);
}
 
@keyframes progressSweep {
    0%   { width: 0%; }
    60%  { width: 70%; }
    100% { width: 100%; }
}

.ambient-dot {
    position: absolute;
    border-radius: 50%;
    background: #F26036;
    opacity: 0;
    animation: ambientFloat 4s ease-in-out infinite;
}
 
.ambient-dot:nth-child(1) {
    width: 3px; height: 3px;
    top: 30%; left: 20%;
    animation-delay: 0s;
}
.ambient-dot:nth-child(2) {
    width: 2px; height: 2px;
    top: 60%; right: 22%;
    animation-delay: 1.2s;
}
.ambient-dot:nth-child(3) {
    width: 4px; height: 4px;
    bottom: 28%; left: 35%;
    animation-delay: 2.4s;
}
.ambient-dot:nth-child(4) {
    width: 2px; height: 2px;
    top: 25%; right: 30%;
    animation-delay: 0.8s;
}

@keyframes ambientFloat {
    0%, 100% { opacity: 0; transform: translateY(0); }
    50%      { opacity: 0.15; transform: translateY(-12px); }
}