body {
    font-family: 'Inter', sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    line-height: 28px;
}

.slick-dots {
    bottom: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 20;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    background-color: #ffffff73 !important;
    border-radius: 0px;
    height: 15px !important;
    width: 40px !important;
}

.slick-dots li.slick-active button {
    width: 40px !important;
    background: #ffffff !important;
}


.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots {
    gap: 24px !important;
    bottom: 24px !important;
}

header {
    padding: 0px 0px;
}

.section-sub-title h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title h1,
.section-title h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #432e1a;
    letter-spacing: 0px;
}

section {
    padding: 65px 0px;
}

.section-title h2 span {
    color: #117283;
}

.navbar {
    padding: 0px;
}

.navbar-collapse {
    gap: 35px;
}

.container {
    width: 100%;
    max-width: 1500px;
}

.navbar-nav {
    gap: 35px;
}


/* Navbar Styling */

.dropdown-toggle::after {
    display: none;
}

.nav-link {
    color: #000 !important;
    font-weight: 600;
    margin: 0px;
    font-size: 16px;
    padding: 0 !important;
}

.navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
}

.navbar-brand {
    width: 20%;
    margin: 0px;
}

.navbar-brand img {
    width: 100%;
    max-width: 100%;
    height: 65px;
    object-fit: contain;
}

.btn-quote-nav {
    background-color: #117283;
    color: white;
    border-radius: 0px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-quote-nav:hover {
    background-color: #1A1919;
    color: #fff;
}

.btn-quote-nav img {
    width: 100%;
    max-width: 25px;
    transform: scale(1.3);
}




.btn-outline-custom:hover {
    background-color: #117283;
    color: #fff;
}

.hero-btns {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.btn-primary-custom {
    background-color: #117283;
    border-radius: 0px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    letter-spacing: 0px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #117283;
}

.btn-primary-custom img {
    width: 100%;
    max-width: 25px;
    transform: scale(1.3);
}

.btn-outline-custom {
    border: 2px solid #fff;
    background-color: transparent;
    color: white;
    border-radius: 0px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
}


/* Slider */

.hero-slider .slide {
    position: relative;
    width: 100%;
}

.hero-slider .slide {
    position: relative;
}

.hero-slider .slide::before {
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(67deg, rgb(0 0 0 / 62%) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: '';
}

.hero-slider .slide img {
    width: 100%;
    display: block;
    height: calc(100vh - 99px);
    object-fit: cover;
}

.hero-section .content-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 630px;
    color: #fff;
    padding: 0px;
}

.hero-section .content-box h1,
.hero-section .content-box h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-section .content-box p {
    font-size: 22px;
    margin: 16px 0 25px;
    opacity: 1;
    color: #fff;
    width: 100%;
    max-width: 592px;
    line-height: 32px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/* Trust Bar */

.services-section {
    background: #EDF1F4;
}

.trust-item img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(36%) sepia(100%) saturate(357%) hue-rotate(141deg) brightness(85%) contrast(100%);
    max-width: 26px;
    position: relative;
    top: 0px;
}

.trust-bar {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.trust-item {
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    gap: 10px;
    align-items: center;
}

.services-section .row {
    margin: 45px 0px;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}

.btn-block {
    display: flex;
    justify-content: center;
}

.trust-item i {
    color: #156d7a;
    font-size: 1.5rem;
    margin-right: 10px;
}

.divider {
    height: 30px;
    width: 1px;
    background-color: #ccc;
    margin: 0 20px;
}

.service-icon img {
    width: 100%;
    max-width: 100%;
    height: 170px;
    object-fit: cover;
}

.service-card a {
    text-decoration: none;
}

.service-card p {
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 25px;
    display: -webkit-box;
    /* necessary for line clamp */
    -webkit-line-clamp: 2;
    /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-card .text-block {
    padding-bottom: 15px;
    padding-top: 15px;
}

.service-icon {
    position: relative;
}

.read-more-btn {
    position: absolute;
    background: #edf1f4db;
    width: 100%;
    height: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.6s;
}

.service-card:hover .read-more-btn {
    transform: scale(1);
}

.services-section .slick-dots {
    position: unset;
    width: 100%;
    margin: 25px 0px;
}

.services-section .slick-dots li.slick-active button {
    background: #117283 !important;
}

.services-section .slick-dots li button {
    background-color: #1172832b !important;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0px;
    line-height: 34px;
    margin-bottom: 5px;
}

.service-card h3 br {
    display: none;
}

.service-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: rgb(0 0 0 / 3%) 0px 5px 15px;
    transition: 0.7s;
    cursor: pointer;
    padding: 10px;
    margin: 10px 10px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 2.2rem;
    letter-spacing: 1px;
}

.explore-link {
    font-size: 1.1rem;
    transition: opacity 0.2s;
}

.explore-link:hover {
    opacity: 0.8;
}

.portfolio-section {}


/* Featured Products */

.portfolio-item {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.portfolio-item img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.portfolio-item:hover img {
    transform: scale(1.08);
}


/* About */

.about-img-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.about-img-container::after {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 2px solid #156d7a;
    border-radius: 8px;
    z-index: -1;
}

.value-item p {
    color: #000;
}

.value-item i {
    font-size: 1.8rem;
    color: #b38b67;
    /* Muted gold/wood tone */
    display: block;
}

.value-item {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 0;
    background: #fff;
    padding: 12px;
    border-bottom: 2px solid #117283;
    width: 100%;
    max-width: 100%;
}

.value-item h4 {
    color: #000;
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
    line-height: 30px;
}

.light-bg {
    background: #edf1f4;
}

.value-item h4 br {
    display: none;
}

.process-section .row {
    margin: 35px 0px;
}

.value-item {
    position: relative;
}


/* .value-item::before {
    height: 15px;
    width: 15px;
    background-color: #117283;
    position: absolute;
    content: '';
    border-radius: 999px;
    left: 15px;
    outline: 2px solid #117283;
    outline-offset: 2px;
} */


/* process */


/* .process-circle {
    width: 170px;
    height: 170px;
    border: 2px solid #117283;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fdfaf5;
    margin-inline: auto;
    margin-bottom: 18px;
} */

.step-container h4 {
    font-size: 25px;
    font-weight: 600;
    color: #117283;
    margin-bottom: 5px;
}

.step-container p {
    color: #000;
    line-height: 27px;
}

.step-number {
    position: unset;
    border-radius: 50%;
    align-items: center;
    margin-inline: auto;
    font-size: 80px;
    margin-bottom: 0px;
    -webkit-text-stroke: 2px #117283;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
    font-family: monospace;
}


/* Active state */

.step-number.active-step {
    color: #117283;
}

.process-section .row .col-md-3:nth-child(1) {
    border-right: 1px solid #cccccc77;
}


/* 1st */

.process-section .row .col-md-3:nth-child(2) {
    border-right: 1px solid #cccccc77;
}


/* 1st */

.process-section .row .col-md-3:nth-child(3) {
    border-right: 1px solid #cccccc77;
}


/* 1st */

.process-section .row .col-md-3:nth-child(4) {
    border-right: 1px solid transparent;
}

.process-section .row {
    margin: 45px 0px;
}

.step-icon {
    width: 100%;
    height: 69%;
    object-fit: contain;
}

.btn-primary-custom:hover {
    background-color: #1A1919;
    color: #fff;
}


/* Reviews Map Section */

.testimonial-card {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.reviews-map-section .section-title {
    margin-bottom: 45px;
}

.testimonial-card:hover {
    transform: scale(1.02);
}

.review-avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: none;
}

.map-container {
    min-height: 350px;
}

.map-marker {
    position: absolute;
    color: #156d7a;
    font-size: 1.2rem;
    text-shadow: 0 0 5px #fff;
}

.step-container * {
    transition: 0.7s !important;
}

.step-container.active-step {
    transform: scale(1.1);
    background-color: #EDF1F4;
}

.process-section * {
    transition: 0.7s !important;
}

.step-container.active-step .step-number {
    color: #117283;
}


/* Footer */

.footer-section {
    position: relative;
    background: url('https://www.trwoodworking.com/wp-content/uploads/2026/04/footer-bg.jpg') no-repeat center center/cover;
    min-height: 400px;
    padding: 65px 5px 5px 0px;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 81%);
}

.footer-links li {
    margin-bottom: 8px;
}

.contact-info li {
    display: flex;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
}

.footer-links a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
    font-size: 16px;
}

.footer-links a:hover {
    color: #fff;
}

.contact-info i {
    color: #156d7a;
}


/* Tabs buttons (like Bootstrap nav-tabs) */

.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
    margin-bottom: 45px;
}

.filter-btn {
    border: none;
    padding: 10px 25px;
    border-radius: 0px;
    background: #edf1f4;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.filter-btn:hover {
    background: #117283;
    color: #fff;
}

.filter-btn.active {
    background: #117283;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


/* Portfolio Grid */

.portfolio-grid {
    display: none;
    /* hide all grids by default */
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.portfolio-grid img {
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.portfolio-grid.active {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 45px;
}

.portfolio-item {
    width: calc(25% - 15px);
    /* 4 per row */
}

.portfolio-item img {
    width: 100%;
    border-radius: 8px;
    display: block;
    transition: transform 0.3s ease;
}

.portfolio-item img:hover {
    transform: scale(1.05);
}

.about-section .row {
    margin-top: 0px;
    align-items: center;
}

.about-section {
    background-color: #F7F3E7;
}

.about-img-container img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: initial;
    transform: scaleX(-1);
    height: 590px;
}

.about-section-footer p {
    margin: 20px 0px !important;
}

.mian-list {
    margin: 25px 0px 0px 0px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* .mian-list::before {
    border: 1px solid  #117283;
    height: 100%;
    width: 2px;
    position: absolute;
    content: '';
    left: 22px;
    top: 7px;
} */

.center-text-block p {
    color: #000;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.value-item img {
    width: 100%;
    max-width: 60px;
}


/* 
.mian-list .value-item:last-child {
    border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
} */

.center-text-block h2 {
    line-height: 44px;
    margin-bottom: 20px;


    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
}

.services-section .section-title {
    margin-bottom: 35px;
}

/* Unique backgrounds for each value-item image */

.row .col-6:nth-child(1) .value-item img {
    max-width: 90px;
}

.row .col-6:nth-child(2) .value-item img {}

.row .col-6:nth-child(3) .value-item img {
    max-width: 77px;
}

.row .col-6:nth-child(4) .value-item img {}

.reviews-map-section {
    background-color: #EDF1F4;
}

.footer-logo {
    text-align: left;
}

.footer-logo img {
    width: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(98%) sepia(47%) saturate(3%) hue-rotate(153deg) brightness(111%) contrast(100%);
    text-align: left;
    max-width: 250px;
    height: 69px;
}



.contact-section-2 {
    background: #f2f2f2;
}

.contact-section-2 .sec-title h1 {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 35px;
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 15px;
}

.contact-add-ic {
    background: #117283;
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 0;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 21px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-add-box .contact-add-cn p {
    font-weight: 600;
    margin: 0;
}

.contact-add-cn a {
    color: #117283;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.contact-section-3 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.trwoodworking.com/wp-content/uploads/2026/04/Get-in-touch-with-us.jpg);
}

.contact-main-3 {
    padding: 40px 30px;
    background: #117283;
    outline: 5px solid #11728373;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    display: block;
}



.contact-main-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
}

.contact-main-3 .form-control {
    height: 50px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.contact-main-3 .form-control::placeholder {
    color: #fff;
}

.row-gap {
    justify-content: end;
    row-gap: 24px;
    margin-top: 15px;
}

.contact-main-3 textarea.form-control {
    height: 100px;
}

.limit-bx {
    display: flex;
    flex-direction: row;
    color: #fff;
    justify-content: space-between;
}

.limit-bx i {
    color: #fff;
    font-style: normal;
}

.contact-block {
    background: rgb(237, 241, 244);
}

.contact-block .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.contact-block .section-title h1 {
    color: #000;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 11px;
    margin-bottom: 10px;
}

.contact-section-3 .btn-primary-custom {
    color: #fff;
    width: auto;
    background: #fff;
    color: #117283;
    margin-left: auto;
}

.bg-blue-site {
    background: #117283;
}

.inner-page .section-title h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    width: max-content;
    margin-inline: auto;
}

.center-section .section-title h1 {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 25px;
}

.center-section p {
    color: #fff;
}

.text-section-block .mian-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative;
}

.text-section-block .mian-grid::before {
    height: 100%;
    width: 1px;
    background-color: #00000038;
    position: absolute;
    content: '';
    left: 50%;
}

.text-section-block .section-title h2 {
    color: #000;
}

.text-section-block .section-title h2 {
    color: #000;
    margin-bottom: 15px;
}

.site-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.site-list li {
    position: relative;
    margin: 15px 0px;
    font-weight: 600;
    color: #000;
    padding-left: 25px;
}

.site-list li::before {
    height: 10px;
    width: 10px;
    background-color: #117283;
    border-radius: 100px;
    position: absolute;
    content: '';
    left: 3px;
    outline: 2px solid #117283;
    outline-offset: 2px;
    top: 9px;
}

.site-cta .section-title h2 {
    color: #000;
}

/* .site-cta {
    background-color: rgb(237, 241, 244);
} */

.timeline-section {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: repeat !important;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    background-image: url(https://www.trwoodworking.com/wp-content/uploads/2026/04/hero-banner-2.jpg);
}

.timeline-section .timeline {
    position: relative;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 100px;
}

.timeline-section .container {
    z-index: 1212;
    position: relative;
}

.timeline-section .timeline-item h3 {
    color: #117283;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-section .section-title h2 {
    color: #fff;
    border-color: #fff;
}

.timeline-section::before {
    height: 100%;
    width: 100%;
    background-color: #000000a3;
    position: absolute;
    content: '';
    inset: 0;
}

.image_with img {
    width: 100%;
}

.image_in_main img {
    width: 100%;
}

.image_with img {
    aspect-ratio: 10/10;
    object-fit: cover;
}

section.cstm_texter_imge img {
    border-radius: 20px;
}

.image_with img {
    aspect-ratio: 10/10;
    object-fit: cover;
}

section.cstm_texter_imge img {
    border-radius: 20px;
    transform: scale(1);
    transition: all ease .5s;
    height: 100%;
}

.image_with_content {
    padding: 30px 30px;
    background-color: #11728317;
    border-radius: 10px;
}

.image_in_main {
    overflow: hidden;
    border-radius: 20px;
}

.image_with {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.image_in_main img:hover {
    transform: scale(1.1);
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}


.timeline-section .timeline-item {
    background: #fff;
    position: relative;
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgb(149 157 165 / 51%) 0px 8px 24px;
    border: 1px solid #eee;
    width: 22%;
}

.projects-section .project-card {
    position: relative;
    overflow: hidden;
}

.projects-section .project-card .bottom-bx {
    position: absolute;
    background: #ffff;
    padding: 15px;
    text-align: center;
    transition: 0.6s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
    width: 95%;
    left: 10px;
    bottom: 10px;
}

.projects-section .project-card:hover .bottom-bx {
    transform: translateY(400%);
}

.projects-section .project-card .bottom-bx h2 {
    margin: 0px;
    font-size: 25px;
    color: #000;
}

.projects-section .image-bx img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid #eee;
}

.projects-section .overlay-bx {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #EDF1F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: scale(0);
    color: #fff;
    transition: 0.6s;
}

.projects-section .overlay-bx h3 {
    color: #000;
    font-size: 25px;
    text-align: center;
}

.projects-section .project-card:hover .overlay-bx {
    transform: scale(1.1);
}

.projects-section .row {
    row-gap: 20px;
}

.slick-header {
    background: #117283;
}

.slick-header .section-title h1 {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.project-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.projects-blog {
    background: #EDF1F4;
}

.blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    height: 100%;
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
    transition: 0.7s;
    cursor: pointer;
    padding: 10px;
}

.blog-card img {
    width: 100%;
    max-width: 100%;
}

.projects-blog a {
    text-decoration: none;
}

.projects-blog .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.blog-card-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blog-card-text h3 {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-card-text {
    padding: 25px 10px;
    padding-bottom: 0px;
    padding-bottom: 15px;
}

.inner-gallery .inner-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.inner-gallery .inner-gallery-grid img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

.form-wrapper {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    padding: 80px 0px;
    /* animation: 30s linear 0s infinite normal none running bg-marquee; */
}



@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}


.main-form-block {
    corner-shape: scoop;
    max-width: 700px;
    margin-inline: auto;
    padding: 40px 30px;
    background: #117283f0;
    outline: 5px solid #11728373;
    width: 100%;
    display: block;
    margin-left: unset;
}

.form-wrapper .form-col input {
    padding: 12px;
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #fff;
}
.g-recaptcha {
    max-height: 60px;
}
.form-wrapper .form-col select {
    padding: 12px;
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #fff;
	height:50px;
	color:#000;

}

.main-form-block .sec-title h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.main-form-block .form-row {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.form-textarea .form-col {
    width: 100% !important;
}

.main-form-block .form-col {
    width: calc(50% - 10px);
}

.quote-form-field--full {
    width: 100%;
    max-width: 100%;
}

.quote-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: end;
}

.quote-form-field--full textarea {
    resize: vertical;
    padding: 12px;
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #fff;
}

.form-textarea {
    width: 100% !important;
}

.limit_box i {
    font-style: normal;

}

.limit_box {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

.main-form-block .section-title h1 {
    border-color: #fff !important;
    color: #fff;
}

.main-form-block .section-title {
    margin-bottom: 35px;
}

.main-form-block .btn-primary-custom {
    background: #fff;
    color: #117283;
}

.section2-services .container .services {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.section2-services {
    background: #EDF1F4;
}

.section2-services a {
    text-decoration: none
}

.section2-services .service-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    height: 100%;
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
    transition: 0.7s;
    cursor: pointer;
    padding: 10px;
}

.section2-services .service-image img {
    width: 100%;
    max-width: 100%;
}

.section2-services .service-content h3 {
    font-size: 22px;
    color: #000;
}

.section2-services .service-content {
    padding: 20px 10px;
}

.single-post2 :is(h1, h2, h3, h4, h5, h6) {
    background-color: #f2f2f2;
    display: flex;
    padding: 12px 12px 12px 20px;
    border-left: 5px solid #117283;
    margin: 25px 0px 10px 0px !important;
    font-size: 30px;
    color: #000;
}

.single-post .thumb {
    width: 100%;
    max-width: 500px;
    float: right;
    padding-left: 1.5rem;
    background-color: #fff;
    margin-bottom: 1rem;
}

.post-content img {
    float: right;
    height: 350px;
    width: 400px;
    border: 1px solid #117283;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.site-list li strong {
    padding-right: 3px;
}

.catering-block-new .catering-block-new-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 50px;
}

.catering-block-new .right-grid {
    width: 100%;
    height: 100%;
}

.inner-page .section-title h2 {
    color: #000;
}

.right-grid img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-parallax .text-root {
    background: #fff;
    width: 100%;
    max-width: 580px;
    padding: 25px;
}


@keyframes bg-marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

.about-parallax {
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    background-attachment: fixed;

}

.team-section .card-text2 {
    position: absolute;
    inset: 0;
    transform: scale(0);
    background: #117283;
    padding: 25px;
    text-align: center;
    transition: .7s;
    outline: 2px solid #fff;
    outline-offset: -8px;
        display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100%; */
    justify-content: center;
}

.team-section .team-card:hover .card-text2 {
    transform: scale(1);
}


.team-section {
    background-color: rgb(237, 241, 244);
}

.team-section .team-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.team-section .team-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    height: 100%;
    box-shadow: rgb(0 0 0 / 11%) 0px 5px 15px;
    transition: 0.7s;
    cursor: pointer;
    padding: 15px;
}

.team-section .team-card2 h3 {
    margin-top: 20px;
    font-size: 22px;

}

.team-section .team-card .role {
    color: #888;
    font-size: 14px;
    margin-bottom: 12px;
}

.team-section .team-card2 p {
    color: #000;
    letter-spacing: 0px;
    line-height: 28px;
}


.team-section .team-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    background: #117283;
}

.team-section .team-card:hover * {
    color: #fff !important;
}

.team-section .team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    transition: 0.5s;
}

.team-section .team-card:hover::before {
    left: 0;
}

.team-section .card-image img {
    width: 100%;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.team-section .card-text2 h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.team-section .team-container {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 35px;
}

.team-section .card-text {
    text-align: center;
    margin-top: 20px;
}

.team-section .card-text h3 {
    font-size: 22px;
    color: #000;
}

.services-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
    align-items: center;
    gap: 15px;
}

.team-section .card-text p {
    margin-bottom: 0px;
}

.quote-form-field {
    width: calc(50% - 10px);
}

.services-hero .section-title {
    margin-bottom: 18px;
}

.quote-form-field--full textarea {
    height: 90px;
    border-radius: 0;
    color: #000;
    outline: 0px;
    offset: unset;
}

.services-hero {
    background: #EDF1F4;
}

.quote-form {
    box-shadow: 0px 0px 0 5px #11728391;
    padding: 28px;
    width: 100%;
    margin-left: auto;
    max-width: 530px;
    background: #117283;
}

.quote-form-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}



.quote-form-field .form-control {
    height: 44px;
    border-radius: 0;
    color: #000;
    outline: 0px;
    offset: unset;
}

.services-hero .section-title h1 {
    border-bottom: 1px solid #000;
    margin: unset;
    color: #000;
}

.quote-form-field--full {
    width: 100% !important;
}

.inner-page section .container {
    max-width: 1320px;
}

.quote-form button {
    border: 0px;
    background: #fff;
    color: #000;
}

.quote-form-field--full p {
    display: none;
}

.skylight-installation .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative;
}

.skylight-installation .main-grid::before {
    height: 100%;
    width: 1px;
    background-color: #8b8b8b;
    position: absolute;
    content: '';
    left: 50%;
}

.page-id-93 .about-parallax .text-root {
    max-width: 620px;
}

.location-list ul li a {
    padding: 20px 0px 18px 43px;
    background: #fff;
    width: 100%;
    font-weight: 600;
    filter: drop-shadow(10px 7px 10px rgba(0, 0, 0, .25));
    box-shadow: inset 2px 2px 2px #fff, inset -1px -1px 1px rgba(0, 0, 0, 0%);
    background-image: linear-gradient(to bottom right, #e9eaec, #fff);
    transition: .2s;
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}

.location-list ul li a::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    background: #117283;
    z-index: -6;
    transform: rotate(49deg);
    right: -27px;
    top: -25px;
    transition: .3s;
}

.location-list ul li a:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #117283;
    position: absolute;
    left: 23px;
    border-radius: 50%;
    outline: 2px solid #117283;
    outline-offset: 2px;
    top: 27px;
}


.section-footer p {
    margin: 0;
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
}

.location-list ul li a:hover::before {
    height: 100%;
    width: 100%;
    transform: unset;
    inset: 0
}

.location-list ul li a:hover {
    color: #fff
}

.location-list ul li a:hover::after {
    outline: 2px solid #fff;
    background-color: #fff
}

.location-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
    margin: auto;
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.location-list {
    background: #edf1f4;
}

.catering-block-new .section-head {
    width: 100%;
    max-width: 756px;
    margin-inline: auto;
    margin-bottom: 35px;
}

.number-section {
    background: #edf1f4;
}

.number-section .main-number-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    margin-top: 30px;
    gap: 20px;
    text-align: left;
}

.number-section .number-card {
    background: #fff;
    padding: 20px;
}

.number-section .number-card h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.card-text2 p, .card-text2 h3 {
    color: #fff;
}

.card-number {
    align-items: center;
    margin-inline: auto;
    font-size: 55px;
    -webkit-text-stroke: 2px #117283;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
    font-family: monospace;
    line-height: 70px;
    margin-bottom: 8px;
}

.number-section .number-card p {
    margin-bottom: 0px;
}

p:empty {
    display: none;
}

.contact-section-3 .section-title h2 {
    border: 0px;
    text-align: left;
    width: 100%;
    color: #fff;
}

#contact-form .row {
    row-gap: 20px;
    margin-top: 0px;
}

.error {
    background: red;
    color: #fff !important;
    display: block;
    padding: 0px 2px;
}

.root-block {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    color: #fff;
}

.contact-section-2 .section-title h1 {
    color: #000;
}

.contact-section-2 .row {
    margin-top: 30px;
}

.contact-section-3 .col-lg-4 button {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    align-items: center;
    text-align: end;
    margin-left: auto;
    display: block;
    border: 0px;
}

.services-slider1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.services-slider1 .service-icon img {
    height: 250px;
}

.grid-column-card {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 850px;
    margin-inline: auto;
    margin-top: 12px;
}

.client-review-sliderr .review-box {
    box-shadow: 0 0px 10px 0 #ccc;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
}

.client-review-section .head-bx {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.client-review-section .bottom-bx p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.client-review-section .bottom-bx h5 {
    color: #117283;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}

.review-box .icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: orange;
}



.blog-details {
    background: #EDF1F4;
}

.blog-details :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6) {
    background: #fff;
    padding: 10px 15px;
    border-left: 4px solid #117283;
    margin: 20px 0px 25px 0px;
    color: #000000;
    display: flex;
    font-size: 30px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
}

.blog-details p a {
    color: #117283;
    text-decoration: none;
    padding: 0px 3px;
    font-weight: 600;
}

.image-post img {
    max-width: 100%;
    width: 500px;
    object-fit: cover;
    height: 350px;
    float: right;
    padding: 15px;
    border: 1px solid #eee;
    margin-left: 25px;
    margin-bottom: 25px;
    background: #fff;
}

.blog-faq .accordion-header {
    padding: 0;
    border-radius: 0px;
    margin: 0px;
    color: #000;
    text-transform: uppercase;
}

.blog-faq .accordion-button {
    color: #000;
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-faq .accordion-body {
    font-size: 18px;
    color: #000;
}

.blog-faq #faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 25px;
}



.blog-details ul {
    margin: 0px;
    list-style:
        none;
    padding: 0px;
}

.blog-details ul li {
    position: relative;
    margin: 10px 0px;
    color: #000;
    padding-left: 25px;
}

.blog-details ul li::before {
    height: 10px;
    width: 10px;
    background-color: #117283;
    position: absolute;
    content: '';
    border-radius: 999px;
    outline: 2px solid #117283;
    outline-offset: 2px;
    left: 6px;
    top: 9px;
}

.new-section-review {
    background: #EDF1F4;
}

.new-section-review .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.main-review-bx {
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}


.rating {
    display: flex;
    gap: 8px;
    color: orange;
}

.main-review-bx p {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.review-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.review-head .icon h3 {
    color: #117283;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 700;
}

.right-grid-bx iframe {
    height: 100%;
}

.main-grid .section-title {
    margin-bottom: 35px;
}

.main-map-bx {
    height: calc(100% - 84px);
    width: 100%;
}

.main-map-bx iframe {
    width: 100%;

}



.footer {
    position: relative;
    background: url(https://www.trwoodworking.com/wp-content/uploads/2026/04/footer-bg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.social-icons-footer a {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: grid;
    place-content: center;
    text-decoration: none;
}

.social-icons-footer a:hover {
    background-color: #117283;
    border-color: #117283;
}

.social-icons-footer {
    display: flex;
    align-items: center;
    gap: 20px;
}


ul#menu_id {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}
div#navbarNav a.btn.btn-quote-nav {
    font-size: 14px;
}
.navbar-collapse {
    align-items: center;
}

#menu_id li a {
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    margin: 0px;
    font-size: 14px;
    padding: 35px 0px !important;
}


#menu_id li {
    position: relative;
    list-style: none;
}

#menu_id>li>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}

#menu_id .sub-menu::before {
    height: 15px;
    width: 15px;
    position: absolute;
    content: '';
    background-color: #117283;
    transform: rotate(45deg);
    left: 25px;
    top: -11px;
}

#menu_id .sub-menu {
    display: none;
    position: absolute;
    top: 73px;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
    background: #117283;
    outline: 4px solid #117283;
    padding: 0px;
}

#menu_id .sub-menu li a {
    display: block;
    padding: 10px 5px !important;
    border-bottom: 1px solid #ffffff4d;
    color: #fff !important;
}

#menu-item-cabinetry hr {
    color: #fff;
    margin: 0px;
}

.scrolled {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.fancybox__container {
    z-index: 999999 !important;
}
#menu_id .sub-menu li a:last-child {
    border: 0px;
}

#menu_id .sub-menu li a:hover {
    background: #f5f5f5;
    color: #000 !important;
}

/* Show dropdown on hover */
#menu_id li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.top-bar {
    display: none;
}



.trust-bar .trust-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}





 .new-contact-us .right-info-root {
	position: relative;
	height: 100%;
	z-index: 12;
}

.new-contact-us .main-grid {
	background: #fff;
	display: grid;
	border-radius: 00px;
	grid-template-columns: 600px 1fr;
	gap: 80px;
	align-items: center;
	padding: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.new-contact-us .main-grid::after {
	height: 100%;
	background-color: #117283;
	position: absolute;
	content: '';
	width: 100%;
	max-width: 47%;
	right: 0;
}

.new-contact-us .main-grid::before {
	position: absolute;
	content: '';
	background-image: url(https://develop.stackblue.com/three-rivers-woodworking/wp-content/uploads/2026/04/image-145.png);
	z-index: 2;
	background-size: cover;
	width: 269px;
	height: 76px;
	background-position: center;
	bottom: 12%;
	right: 5%;
	animation: floatUpDown 4s ease-in-out infinite;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	opacity: 0.9;
}

/* Keyframes */
@keyframes floatUpDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
		/* move up */
	}

	100% {
		transform: translateY(0);
		/* back to normal */
	}
}

.new-contact-us {
	background: #edf1f4;
}

.form-head .section-title h1 {
	color: #000;
	border: transparent;
	padding: 0px;
	margin: unset;
}

.new-contact-us textarea.form-control {
	height: 126px;
	border: 1px solid #eee;

}

.new-contact-us .root-block {
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    color: #000;
    column-gap: 15px;
}


.new-contact-us .form-control {
	display: block;
	width: 100%;
	font-size: 1rem;
	appearance: none;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -2%;
	border-radius: 0px;
	padding: 15px;
	height: 50px;
	transition: all 300ms ease;
	background: #edf1f4;
	border: 1px solid #eee;
}

.image-block img {
	height: 100%;
	width: 100%;
}

.new-contact-us .main-grid .section-title {
	margin-bottom: 27px;
}

.contact-icon img {
	filter: invert(1);
	width: 100%;
	max-width: 42px;
	height: 42px;
}

.contact-title {
	color: #fff;
	font-size: 21px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
}

.contact-text {
	font-weight: 600;
	margin: 0;
	line-height: 23px;
	color: #fff;
}

.contact-item {
	display: grid;
	gap: 26px;
	grid-template-columns: 47px 1fr;
	text-align: left;
	justify-content: center;
	align-items: center;
	background: transparent;
	border-bottom: 1px solid #d9d9d957;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.contact-item:last-child {
	border: transparent;
	margin-bottom: 5px;
}

.new-contact-us .footer-social1 {
	padding-left: 7px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d957;
}

.contact-text a {
	text-decoration: none;
	color: #ffffff;
}

.contact-icon {
	background: #117283;
	border-radius: 0;
	margin-inline: auto;
}

.footer-social-title h2 {
	display: block;
	font-size: 22px;
	font-weight: 600;
	background: #fff;
	color: #117283;
	padding: 4px 8px;
	width: max-content;
}

.new-contact-us .footer-social a {
	height: 40px;
	width: 40px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #117283;
	text-decoration: none;
	font-size: 19px;
	background: #fff;
}

.new-contact-us .footer-social {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.main-btn-block button {
	margin-left: auto;
}

.map-section .container {
	padding: 0;
	width: 100%;
	max-width: 100% !important;
}

.map-section {
	padding: 0;
	line-height: 0px;
}

.map-section iframe {
	width: 100%;
	height: 450px;
}
























.call-buton .cc-calto-action-ripple {
    z-index: 999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    width: 60px;
    height: 60px;
    padding: 0rem;
    box-sizing: border-box;
    color: #ffffff;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #117283;
}

.call-buton .cc-calto-action-ripple img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 31px;
    filter: invert(1);
}

.call-buton .cc-calto-action-ripple:hover img {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.footer {
    position: relative;
}


.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 121;
    padding: 65px 0px;
}

.footer-text span {
    color: #fff;
    margin: 20px 0px;
    width: 100%;
    max-width: 295px;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-col h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 22px;
}

.footer-grid .footer-social a {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: grid;
    place-content: center;
    color: #fff;
    text-decoration: none;
}

.footer-links {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact li a {
    color: #fff;
    text-decoration: none;
}

.footer-contact {
    padding: 0px;
    list-style: none;
    padding: 0;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact li i {
    margin-top: 5px;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    align-items: start;
    color: #fff;
}

.footer-iframe iframe {
    width: 100%;
    height: 250px;
}

/* Column 1 */
.footer-col:nth-child(1) {}

.footer-col:nth-child(2) {
    width: 100%;
    margin-left: auto;
    max-width: 291px;
    position: relative;
}



/* Column 3 */
.footer-col:nth-child(3) {
    position: relative;
}



/* Column 4 */
.footer-col:nth-child(4) {}

.footer-bottom p {
    color: #fff;
    margin: 0px;
}

.footer-bottom {
    text-align: center;
    position: relative;
    z-index: 9;
    border-top: 1px solid #ffffff4d;
    padding: 10px 0px;
}
.footer .footer-bottom p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.footer .footer-bottom p a:hover {
    color: #117283;
}


.policy_text .wp-block-heading {
    background-color: #1172832e;
    display: flex;
    font-size: 20px;
    padding: 15px 15px 15px 20px;
    border-left: 5px solid #117283;
    margin: 25px 0px 10px 0px !important;
    color: #000000;
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(17, 114, 131, 0.2),
            0 0 0 0 rgba(17, 114, 131, 0.2),
            0 0 0 5px rgba(17, 114, 131, 0.2),
            0 0 0 10px rgba(17, 114, 131, 0.2);
        box-shadow: 0 4px 10px rgba(17, 114, 131, 0.2),
            0 0 0 0 rgba(17, 114, 131, 0.2),
            0 0 0 5px rgba(17, 114, 131, 0.2),
            0 0 0 10px rgba(17, 114, 131, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(17, 114, 131, 0.2),
            0 0 0 5px rgba(17, 114, 131, 0.2),
            0 0 0 10px rgba(17, 114, 131, 0.2),
            0 0 0 20px rgba(17, 114, 131, 0);
        box-shadow: 0 4px 10px rgba(17, 114, 131, 0.2),
            0 0 0 5px rgba(17, 114, 131, 0.2),
            0 0 0 10px rgba(17, 114, 131, 0.2),
            0 0 0 20px rgba(17, 114, 131, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(17, 114, 131, 0.2),
            0 0 0 0 rgba(17, 114, 131, 0.2),
            0 0 0 5px rgba(17, 114, 131, 0.2),
            0 0 0 10px rgba(17, 114, 131, 0.2);
    }

    100% {
        box-shadow: 0 4px 10px rgba(17, 114, 131, 0.2),
            0 0 0 5px rgba(17, 114, 131, 0.2),
            0 0 0 10px rgba(17, 114, 131, 0.2),
            0 0 0 20px rgba(17, 114, 131, 0);
    }
}

@media (max-width: 1366px) {
    .navbar-nav {
        gap: 22px;
    }

    .navbar-collapse {
        gap: 22px;
    }
}

@media (max-width: 1260px) {


    ul#menu_id {
        display: none;
    }

    .btn-quote-nav {
        display: none;
    }

    .top-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .top-bar a {
        background-color: #117283;
        padding: 8px 0px;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        color: #fff;
        text-decoration: none;
        letter-spacing: 0px;
        gap: 10px;
    }

    .top-bar a+a {
        background-color: #000;

    }

    header {
        padding: 15px 0px;
    }

    .scrolled {
        position: unset;
    }

    .mob-expand-submenu i {
        left: 1px !important;
        top: 0px !important;
    }

    .mobmenur-container {
        position: absolute;
        right: 0px;
        top: 4em !important;
        background: #fcc95a;
        height: 45px;
        width: 45px;
        display: grid;
        place-items: center;
        margin-right: 4% !important;
        font-size: 10px !important;
    }

    #mobmenuright a {
        padding: 7px 10px;
        width: 100%;
        letter-spacing: 1px !important;
        background: transparent !important;
        border-bottom: 0.1px solid #eeeeee14 !important;
        font-family: "Lato", sans-serif !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        color: #fff !important;
    }

    .menu-item-872 {
        position: relative;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #117283 !important;
        height: 35px;
        width: 35px;
        background: #fff;
        font-size: 25px !important;
        display: grid !important;
        place-content: center;
        text-decoration: none !important;
    }

    .mobmenu-right-panel {
        background-color: #117283 !important;
    }

    .mobmenu-left-panel .mobmenu-left-bt,
    .mobmenu-right-panel .mobmenu-right-bt {
        text-decoration: none !important;
    }

    .mob-icon-menu:before {
        margin: 0 !important;
    }

    .mobmenu r-container i {
        color: #ffffff !important;
    }

    .mobmenu-content li {
        padding: 0 !important;
    }

    ul#mobmenuright {
        margin-top: 35px !important;
    }

    .mob-menu-logo-holder {
        display: none !important;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
        position: absolute;
    }

    .mobmenu .headertext {
        display: none;
    }

    body.mob-menu-slideout-over {
        padding: 0px !important;
    }

    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: transparent !important;
    }

    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #000 !important;
    }

    .mob-expand-submenu {
        position: relative !important;
        right: 0px !important;
        float: right !important;
        height: 25px;
        width: 25px;
        display: grid;
        place-content: center;
        top: 1px !important;
        background: #ffffff !important;
        border-radius: 50%;
        z-index: 777 !important;
        left: auto !important;
    }

    .mobmenu-content #mobmenuright li:hover {
        background-color: #000 !important;
    }

    .mob-expand-submenu i {
        font-size: 18px !important;
        color: #117283 !important;
        margin-top: 1px !important;
    }

    .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
        /* z-index: 99999999 !important; */
        position: absolute !important;
        inset: 0 auto auto auto !important;
        height: 0px;
    }

    .mob-menu-header-holder.mobmenu {
        background: transparent !important;
        display: block !important;
    }

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        position: absolute;
        right: 0px;
        top: 75px !important;
        background: #117283;
        height: 38px;
        width: 38px;
        display: grid;
        place-items: center;
        margin-right: 2% !important;
        font-size: 10px !important;
    }

    .mobmenu-content li {
        border: 0px !important;
    }

}

@media (max-width: 1200px) {

    .hero-section .content-box {
        position: unset;
        transform: unset;
        max-width: 100%;
        padding: 40px 0px;
        background: #000;
    }

    .hero-section {
        overflow: visible;
    }

    .hero-slider .slide img {
        height: auto;
    }

    .hero-slider .slide::before {
        display: none;
    }

    .hero-section .container {
        padding: 0px;
    }

    .hero-section .content-box h1,
    .hero-section .content-box h2 {
        text-align: center;
        font-size: 35px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .hero-section .content-box p {
        font-size: 18px;
        line-height: 32px;
        margin-inline: auto;
        max-width: 100%;
        text-align: center;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-section .slick-dots {
        display: none !important;
    }
    .new-contact-us .main-grid {
		grid-template-columns: 1fr;
	}
    .new-contact-us .right-info-root {
            width: 100% !important;
    }
    .new-contact-us .main-grid::after {
        height: 48% !important;
        bottom: 0 !important;
            max-width: 100% !important;
    }
    .new-contact-us .main-grid::before {
        display: none;
    }
    .new-contact-us .footer-social {
            justify-content: flex-start;
    }
}


@media (max-width: 1024px) {
    .team-section .team-container {
        grid-template-columns: 1fr 1fr;
    }
	.about-parallax, .footer, .form-wrapper {
        background-attachment: inherit;
    }
}

@media (max-width: 991px) {
	.services-slider1 {
		grid-template-columns: 1fr 1fr;
	}
	.new-contact-us .main-grid::after{
		display:none;
	}
	.contact-wrapper {
		background: #117283;
		padding: 25px;
	}
	.new-contact-us .footer-social1 {
		padding: 20px 30px;
		padding-top: 20px;
		border-top: 1px solid #d9d9d957;
		background: #117283;
		padding-bottom: 20px;
	}
    .navbar-toggler {
        display: none;
    }

    .service-icon img {
        height: 250px;
    }

    .portfolio-grid.active {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .about-section .row {
        row-gap: 40px;
    }

    .process-section .col-md-3 {
        all: unset;
    }

    .process-section .row {
        margin: 30px 0px;
        grid-template-columns: 1fr 1fr;
        row-gap: 15px;
        display: grid;
    }

    .new-section-review .main-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .right-grid-bx iframe {
        height: 400px;
    }

    section {
        padding: 45px 0px;
    }

    .step-container:not(:last-child)::after {
        display: none;
    }

    .step-number {
        font-size: 45px;
    }

    .step-container h4 {
        font-size: 22px;
    }

    .catering-block-new .catering-block-new-grid {
        grid-template-columns: 1fr;
    }

    .location-list ul {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }

    .number-section .main-number-grid {
        grid-template-columns: 1fr 1fr;
    }

    .project-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .trust-bar .trust-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 0px 15px;
    }

    .trust-item {
        margin-bottom: 0px;
        flex-direction: column;
        gap: 8px;
        background: #edf1f4;
        padding: 15px;
        border: 1px solid #eee;
    }

    .trust-wrapper .trust-item:last-child {
        grid-column: 1/3;
    }

    .divider {
        display: none !important;
    }

    .trust-bar {
        padding: 45px 0px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding: 45px 0px;
    }

    .footer-col:nth-child(2) {
        max-width: 100%;
    }

    .footer-col:nth-child(2) {
        display: none;
    }

    .footer-logo img {
        margin-inline: auto;
        display: block;
    }

    .footer-text span {
        max-width: 100%;
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
}


@media (max-width: 768px) {

    .hero-section .content-box h1,
    .hero-section .content-box h2 {
        margin-bottom: 10px;
    }

    .hero-section .content-box p {
        font-size: 17px;
        line-height: 30px;
    }

    section.trust-bar .container div {
        align-items: center;
        flex-direction: column;
    }

    section.trust-bar .container .divider {
        display: none !important;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 28px;
    }

    .services-section .section-title {
        margin-bottom: 17px;
    }

    .service-card h3 {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .portfolio-grid.active {
        grid-template-columns: 1fr 1fr;
    }

    .center-text-block h2 {
        line-height: normal;
        font-size: 28px;
    }

    .catering-block-new .catering-block-new-grid {
        grid-template-columns: 1fr;
    }

    .services-hero-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .quote-form {
        margin: 0 auto;
    }

    .skylight-installation .main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .skylight-installation .main-grid::before {
        display: none;
    }

    .main-grid .section-title {
        margin-bottom: 10px;
    }

    .projects-section .project-card .bottom-bx h2 {
        margin: 0px;
        font-size: 20px;
    }

    .projects-section .project-card .bottom-bx {
        padding: 10px;
    }
    .projects-blog .container {
        grid-template-columns: 1fr 1fr;
    }
    .image-post img {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .new-contact-us .main-grid::after {
        height: 40% !important;
    }
        .footer-col h5 {
            text-align: center;
    }
    .footer-contact {
            align-items: center;
    }
    .footer-contact li {
            text-align: center;
                align-items: baseline;  
    }
    .footer-contact li i {
        display: none;
    }

}
@media (max-width: 767px) {
     .inner-gallery .inner-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .inner-gallery .inner-gallery-grid img {
        height: 150px;
    }
    .projects-blog .container {
        grid-template-columns: 1fr;
    }
    .new-contact-us .main-grid {
            padding: 19px 16px !important;
    }
    
}

@media (max-width: 575px) {
	.services-slider1 {
		grid-template-columns: 1fr;
	}
    .portfolio-item img {
        height: 150px;
    }

    header {
        padding: 5px 0px;
    }

    .navbar-brand {
        width: 50%;
    }

    .navbar-brand img {
        width: 100%;
        height: auto;
        max-width: 180px;
    }

    .hero-section .content-box h1,
    .hero-section .content-box h2 {
        font-size: 25px;
    }

    .hero-section .content-box p {
        line-height: 27px;
        margin-top: 0px;
    }

    .services-section .section-title {
        margin-bottom: 15px;
    }

    .portfolio-filters {
        margin-top: 22px;
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .portfolio-grid img {
        height: 180px;
    }

    .about-img-container img {
        height: 350px;
    }

    .center-text-block h2 {
        margin-bottom: 14px;
    }

    .mian-list {
        margin: 15px 0px 0px 0px;
        grid-template-columns: 1fr;
    }

    .value-item h4 {
        font-size: 17px;
    }

    .value-item {
        padding: 10px;
    }

    .mian-list {
        gap: 10px;
    }

    .process-section .row {
        margin: 28px 0px;
        grid-template-columns: 1fr;
    }

    .process-section .row {
        margin-bottom: 20px;
    }

    .main-grid .section-title {
        margin-bottom: 28px;
    }

    .review-head .icon h3 {
		font-size: 16px;
	}

    .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
        top: 49px !important;
    }

    .hero-section .content-box {
        padding: 24px 5px;
    }

    .hero-section .content-box p {
        max-width: 98%;
    }

    .team-section .team-container {
        grid-template-columns: 1fr;
    }

    .catering-block-new .catering-block-new-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-section .card-text h3 {
        font-size: 20px;
    }

    .number-section .main-number-grid {
        grid-template-columns: 1fr;
    }

    .location-list ul {
        grid-template-columns: 1fr;
    }

    .card-number {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 8px;
    }

    .number-section .number-card h2 {
        color: #000;
        font-size: 20px;
    }

    .section-title h1,
    .section-title h2 {
        font-size: 24px;
    }

    .quote-form-field {
        width: 100%;
    }

    .project-wrapper {
        grid-template-columns: 1fr;
    }
    .trust-item {
        height: 100%;
    }
   
    .root-block {
        flex-wrap: wrap;
    }
    .main-form-block .form-col {
        width: 100%;
    }
    .limit_box {
        flex-wrap: wrap;
    }
    .main-form-block .form-row {
            justify-content: center;
    }
    .new-section-review .section-title {
        text-align: center;
    }
    .services-section .section-title h2 span,
    .portfolio-section .section-title h2 span,
    .process-section .section-title h2 span{
        display: block;
    }
    .left-text-block {
        text-align: center;
    }
    .about-parallax .text-root h2,
    .about-parallax .text-root p {
        text-align: center;
    }
    .services-hero-content {
            text-align: center;
    }
    .services-hero .section-title h1 {
            margin: auto;
    }
    .inner-page .section-title h2 {
        text-align: center;
    }
    .bx {
        text-align: center;
    }
    .site-list {
        text-align: left;
    }
    .quote-form-grid {
        justify-content: center;
    }
    .quote-form-title h2 {
            text-align: center;
    }
    .catering-block-new .btn-block2 a,
    .skylight-installation .btn-block1 a {
            margin: auto;
    }
    .call-buton .cc-calto-action-ripple {
        
    bottom: 4rem;

    }
    .trust-item {
        font-size: 16px;
    }
    /* p {
        margin-bottom: 0;
    } */
    
}






@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }



    .trust-item {
        margin-bottom: 0px;
        text-align: center;
    }

    .step-container:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 90px;
        right: -15%;
        width: 30%;
        border-top: 3px dotted #156d7a;
        z-index: 0;
    }
    .about-section .center-text-block {
            text-align: center;
    }
    .about-section .about-section-footer a {
            margin: auto;
    }
}

@media (max-width: 320px) {
    .btn-primary-custom,
    .btn-outline-custom {
        padding: 10px 9px;
    }
    .contact-item {
            justify-content: flex-start !important;
                gap: 6px !important;
    }
   .page-id-105 .section-title h1 {
    font-size: 20px;
   }
   .page-id-97 .services-hero-form {
            max-width: 97%;
    }
}