@charset "utf-8";

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-ExtraLight.eot');
    src: url('../font/Geist-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-ExtraLight.woff2') format('woff2'),
        url('../font/Geist-ExtraLight.woff') format('woff'),
        url('../font/Geist-ExtraLight.ttf') format('truetype'),
        url('../font/Geist-ExtraLight.svg#Geist-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Light.eot');
    src: url('../font/Geist-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-Light.woff2') format('woff2'),
        url('../font/Geist-Light.woff') format('woff'),
        url('../font/Geist-Light.ttf') format('truetype'),
        url('../font/Geist-Light.svg#Geist-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Medium.eot');
    src: url('../font/Geist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-Medium.woff2') format('woff2'),
        url('../font/Geist-Medium.woff') format('woff'),
        url('../font/Geist-Medium.ttf') format('truetype'),
        url('../font/Geist-Medium.svg#Geist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Regular.eot');
    src: url('../font/Geist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-Regular.woff2') format('woff2'),
        url('../font/Geist-Regular.woff') format('woff'),
        url('../font/Geist-Regular.ttf') format('truetype'),
        url('../font/Geist-Regular.svg#Geist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-SemiBold.eot');
    src: url('../font/Geist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-SemiBold.woff2') format('woff2'),
        url('../font/Geist-SemiBold.woff') format('woff'),
        url('../font/Geist-SemiBold.ttf') format('truetype'),
        url('../font/Geist-SemiBold.svg#Geist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Thin.eot');
    src: url('../font/Geist-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-Thin.woff2') format('woff2'),
        url('../font/Geist-Thin.woff') format('woff'),
        url('../font/Geist-Thin.ttf') format('truetype'),
        url('../font/Geist-Thin.svg#Geist-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Bold.eot');
    src: url('../font/Geist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-Bold.woff2') format('woff2'),
        url('../font/Geist-Bold.woff') format('woff'),
        url('../font/Geist-Bold.ttf') format('truetype'),
        url('../font/Geist-Bold.svg#Geist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-Black.eot');
    src: url('../font/Geist-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-Black.woff2') format('woff2'),
        url('../font/Geist-Black.woff') format('woff'),
        url('../font/Geist-Black.ttf') format('truetype'),
        url('../font/Geist-Black.svg#Geist-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('../font/Geist-ExtraBold.eot');
    src: url('../font/Geist-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Geist-ExtraBold.woff2') format('woff2'),
        url('../font/Geist-ExtraBold.woff') format('woff'),
        url('../font/Geist-ExtraBold.ttf') format('truetype'),
        url('../font/Geist-ExtraBold.svg#Geist-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Geist';
    overflow-x: hidden;
}

html {
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
span {
    margin: 0;
    padding: 0;
    font-family: 'Geist';
}

p {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.mob-menu-header-holder {
    height: 0;
    width: 0;
}

.top-bar {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    display: none;
}

.constructioncs-button {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    transition: 0.5s;
    color: #FFFFFF;
    border: 1px solid #fff;
    padding: 12px 20px;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;

}

.constructioncs-button:hover {
    background-color: #fff;
    color: #000;
}

.constructioncs-button2 {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    transition: 0.5s;
    color: #000;
    border: 1px solid #000;
    padding: 12px 20px;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;

}

.constructioncs-button2:hover {
    background-color: #000;
    color: #fff;
}



.footer_info h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.footer_social li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

.footer_social li a path {
    fill: #ffffff;
}

.address_block {
    display: flex;
}

.icon_add {
    width: 20px;
}

.address_info {
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
    flex-direction: column;
    display: flex;
    row-gap: 10px;
}

.icon_add svg {
    width: 20px;
    height: 20px;
}

.address_foot {
    flex-direction: column;
    display: flex;
    row-gap: 25px;
}

.address_info h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
}

.address_info a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: none;
}

footer {
    padding: 70px 0px;
    background-color: #fdab12;
}

.footer_logo img {
    max-width: 205px;
}

.footer_logo {
    margin: 0 0 26px 0;
}

.link_footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link_footer ul li a {
    letter-spacing: 0.02em;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-transform: capitalize;
}

footer h3 {
    letter-spacing: 0.02em;
    text-decoration: none;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.middle_row {
    display: flex;
    gap: 70px;
}

.footer_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.copyright_bar {
    background-color: #87092B;
    padding: 20px 0px;
}

.copY-right-in {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 0;
}

.copY-right-in p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.copy_right_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #fff;
}

.copy_right_nav a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.icon_add svg path {
    fill: #ffffff;
}

.footer_info p {
    color: #fff;
}

.header_main {
    display: grid;
    grid-template-columns: 1fr 210px 1fr;
}

.header_info {
    display: flex;
    align-items: center;
}

.header_info a {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 50px;
}

ul.social_icon {
    display: flex;
    list-style: none;
    gap: 18px;
}

.header-right {
    display: flex;
    gap: 25px;
    align-items: center;
}


.right_col .header_info {
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 30px;
}

.right_col .header_info p {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
}

.right_col .header_nav {
    justify-content: flex-end;
    align-items: center;
    gap: 0px;
    display: flex;
}

.right_col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left_col {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

header {
    padding: 25px 0;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    z-index: 12;
}

.logo img {
    width: 100%;
    max-width: 115px;
    margin-inline: auto;
    display: block;
}

.logo {
    position: relative;
}

.logo a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-47%, -49%);
    width: 100%;
}

ul.navigation li a {
    font-family: 'Geist';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

ul.navigation li a i {
    font-size: 15px;
}

.phone_call a {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 8px;
}

.contact-us {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1.5px solid #000;
    height: calc(100% + 3px);
}

.phone_call {
    display: flex;
    align-items: center;
    gap: 10px;
}


header {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 10px 0;
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.4s ease;
    padding: 30px 0;
}

/* Smooth slide effect */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

body.header-fixed {
    padding-top: 120px;
}

header.fixed-header .header_info {
    display: none;


}

header.fixed-header .header_info {
    display: none;
}

header.fixed-header .left_col {
    align-items: center;
    flex-direction: unset;
}

header.fixed-header .logo img {
    max-width: 112px;
}




.request_quote a,
a.common_btn {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 12px 20px;
    background-color: #87092B;
    text-decoration: none;
    display: inline-block;
}

.about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    top: 0;
}

.about_content {
    padding: 105px 0 105px 105px;
}

section.about_us {
    position: relative;
}

.section_head h5 {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin: 0 0 15px 0;
}

.section_head h2 {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #000000;
    text-transform: capitalize;
}

.about_content h2 {
    margin: 0 0 25px 0;
}

.about_content p {
    margin: 0 0 25px 0;
}

section {
    padding: 70px 0;
}

.our_services {
    background-color: #87092B;
}

.our_services .section_head {
    text-align: center;
    max-width: 695px;
    margin: 0 auto 40px;
}

.our_services .section_head h2 {
    margin: 0 0 15px 0;
}

.our_services .section_head * {
    color: #fff;
    border-color: #fff;
}

.tab-content {
    margin: 40px 0px;
}

.service_body ul.nav-tabs {
    border: 0;
    justify-content: space-between;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-y: hidden;
    display: flex !important;
}

.service_body ul.nav-tabs li.nav-item button.nav-link {
    border-radius: 0;
    color: #fff;
    padding: 16px 20px;
    background: transparent;
    min-height: 76px;
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    justify-content: start;
    text-align: center;
    flex-direction: column;
    outline: 0;
    border: 0;
}

.service_body ul.nav-tabs li.nav-item button.nav-link.active img {
    filter: invert(1);
}

.service_body ul.nav-tabs li.nav-item button.nav-link.active {
    background-color: #FDAB13;
    color: #000;
}


#serviceTabs .nav-item:first-child .nav-link {
    border: 0px;
}

/* #serviceTabs .nav-item:nth-child(2) .nav-link {
    border: 0px;
} */


.service_body ul.nav-tabs li.nav-item button.nav-link {
    border-left: 1px solid #FDAB12;
}

li.nav-item {
    border: 0;
    width: 100%;
}

.service_body ul.nav-tabs button.nav-link img {
    width: 32px;
}

.service_img img {
    width: 100%;
}

.service_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    background-color: #FFFFFF;
    text-align: center;
    row-gap: 8px;
}

.service_content .card-icon {
    height: 65px;
    width: 65px;
    background: #F5F5F5;
    display: grid;
    place-items: center;
    border-radius: 200px;
}

.service_content img {
    position: relative;
    filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7500%) hue-rotate(58deg) brightness(105%) contrast(95%);
}

.service_content h3 {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
}

.service_content img::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    position: absolute;
    left: 0;
    top: 0;
}

.yellow-btn {
    width: 100%;
    border-radius: 0;
    background: #fdab13;
    border-color: #fdab13;
    color: #000;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 12px 20px;
    text-decoration: none;
    display: inline-block;
}

.hero-section .slick-dots {

    display: none !important;
}




.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.hero-section .slide {
    position: relative;
}

.hero-section .slide img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    height: 800px;
    /* height: calc(100vh - 150px); */
}

.hero-section .content-box {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    max-width: 630px;
    color: #fff;
    background: rgb(135 9 43 / 90%);
    padding: 35px;
}

.hero-section .slide .container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}

.hero-section .content-box h2 {
    font-weight: 600;
    font-size: 53px;
    line-height: 60px;
    margin-bottom: 10px;
}

.hero-section .content-box p {
    color: #fff;
    font-size: 17px;
    margin: 15px 0px 22px 0px;
}

.hero-section .content-box a {
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #000;
    padding: 12px 20px;
    background-color: #FDAB12;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
}

.hero-section .content-box a:hover {
    background-color: #fff;
    color: #000;
}

.hero-section .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slider-info-grid {
    display: grid;
    grid-template-columns: 75% auto;
    align-items: center;
}

.slider-info-grid .inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.hero-slider-info {
    background-color: #000000bd;
    padding: 35px 0px;
    margin-top: -148px;
    z-index: 12;
    position: relative;
}

.info-block h2 {
    color: #fff;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.slider-navigation-arrow {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.info-block p {
    color: #fff;
    margin: 0px;
    font-size: 16px;
}

.slider-navigation-arrow button {
    height: 45px;
    width: 45px;
    background: #fff;
    border: 0px;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.slider-navigation-arrow button::before {
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    background-image: url(https://ortizrenovationsllc.com/wp-content/uploads/2026/04/Vector.png);
    background-repeat: no-repeat;
    background-size: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-navigation-arrow .slider-prev::before {
    transform: scaleX(-1);
    left: 3px;
    top: 13px;
}

.slider-navigation-arrow .slider-next::before {
    left: 17px;
    top: 13px;
}

.about_us .row {
    width: 100%;
    max-width: 1920px;
    align-items: center;
    margin-inline: auto;
}

.our_services .section_head p {
    font-size: 16px;
    width: 100%;
    max-width: 574px;
    margin-inline: auto;
}

.why_choose .main-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.why_choose .main-grid p+p {
    margin: 22px 0px 20px;
}

.why_choose .action_btn {
    display: flex;
    gap: 20px;
}

.why_choose .section_head h2 {
    margin-bottom: 10px;
}


.accordion {
    border-radius: 0px;
    background: #fff;
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    display: block;
    padding-left: 75px;
}

.accordion-item {
    border: 0px;
}

.accordion-item {

    border-bottom: 0px !important;
}

.accordion-item:first-of-type {
    border-radius: 0px;
}



.accordion-item:first-of-type::before {
    height: calc(100% - 33px);
    top: 29px;
}

.accordion-item:last-of-type .accordion-header {
    border: 0px;

}

.accordion-item:last-of-type {
    border: 0px;
    border-radius: 0px;
}




.accordion-item:last-of-type::before {
    height: calc(100% - 29px);
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    border-bottom: 1px solid #0000009e;
    cursor: pointer;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-size: 22px;
    font-weight: 500;
    padding: 22px 0px;
}

.accordion-item {
    position: relative;
}

.accordion-item::before {
    height: 100%;
    width: 1px;
    position: absolute;
    content: '';
    left: -36px;
    border: 1px dashed #000;
}

.accordion-content {
    background-color: #F5F5F5;
}

.accordion-header.active {
    padding-bottom: 15px;
    border: 0px;
}

/* .accordion-header::before {
    content: "";
    background-image:url(https://ortizrenovationsllc.com/wp-content/uploads/2026/04/plus.png);
    margin-right: 10px;
    font-weight: bold;
    transition: transform 0.3s;
    position: absolute;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.accordion-header.active::before {
    content: "";
    background-image: url(https://ortizrenovationsllc.com/wp-content/uploads/2026/04/open-icon1.png);
} */

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.grid-bx .icon img {
    width: 100%;
    max-width: 10px;
}

.grid-bx .icon {
    position: absolute;
    height: 21px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 19px;
    background: #fff;
    border: 1.5px solid #000;
    left: -46px;
}

.grid-bx .active .icon {
    background-color: #fdab13;
    color: #000000;
    box-shadow: 0px 0px 0 7px #f5f5f5;
    border: 1.5px solid #fdab13;
}

.grid-bx .active .icon img {
    max-width: 15px;
    filter: invert(1);
}

.accordion-content ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    row-gap: 25px;
}

.accordion-content ul .grid-column {
    grid-column: 1/3;
    width: 100%;
}

.accordion-content li {
    display: flex;
    align-items: start;
    margin-bottom: 0px;
    font-size: 16px;
    gap: 20px;
    font-weight: 500;
}

.accordion-content li svg,
.accordion-content li span {
    margin-right: 10px;
}

.location-section .section_head h5 {
    margin-bottom: 15px;
    border-color: #fff;
}

.location-section .section_head * {
    color: #fff;
}

.location-section {
    position: relative;
    background-image: url(https://ortizrenovationsllc.com/wp-content/uploads/2026/04/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.location-section .container {
    position: relative;
    z-index: 12;
}

.location-section::before {
    inset: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #0000008c;
}

.location-card {
    background: #87092b;
    display: grid;
    align-items: center;
    gap: 16px;
    padding: 22px 40px;
    grid-template-columns: 35px 1fr;
}

.fancy-image-bx img {
    width: 100%;
}

.location-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%) hue-rotate(39deg) brightness(103%) contrast(104%);
    width: 100%;
    max-width: 40px;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 77px;
    row-gap: 25px;
    padding: 40px 0px;
    width: 100%;
    max-width: 1195px;
    margin-inline: auto;
}

.location-card-text * {
    color: #fff;
}

.location-card-text h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 7px;
    border-bottom: 1px solid #fff;
}

.location-card-text p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}

















































.testimonials-new {
    position: relative;
    background: #fff;
}

.testimonials-new .container {
    position: relative;
    z-index: 1;
}

.testimonials-new .testimonials-item {
    position: relative;
    z-index: 1;
    max-width: 500px;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
    z-index: 1;
    position: relative;
    display: block;
    /* background: #ffffff; */
    padding: 0;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08); */
}

.testimonials-head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials-new .btn_bx {
    text-align: center;
    margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
    padding: 0;
}

.testimonials-new .section-title {
    margin-bottom: 50px;
}

.testimonials-new .slick-arrow.slick-prev {
    left: -2%;
}

.testimonials-new .slick-arrow.slick-next {
    right: -2%;
}

.goggle-img {
    padding: 6px;
    width: 38px;
    height: 38px;
    background: #F5F5F5;
    border-radius: 100px;
}

.testimonials-box-author {
    border: 1px solid #000000ab;
    border-top: 0px;
    padding: 10px 22px 22px 22px;
}

.testimonials-auther-content h3 {
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding-left: 16px;
    border-left: 2px solid #000;
}

.testimonials-body {
    border: 1px solid #000000ab;
    padding: 22px;
    border-bottom: 0px;
}


.testimonials-new .pbmit-featured-wrapper {
    width: 80px
}

.testimonials-new .pbmit-featured-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.testimonials-new .testimonials-auther-content {
    margin-left: 0;
}

.testimonials-new .slick-initialized .slick-slide {
    padding: 0 10px;
}

.testimonials-new p {
    font-size: 16px;
    border: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 18px;
    line-height: 29px;
}

.testimonials-slider-new .slick-track {
    padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
    color: #FDAB12;
}



.testimonials-slider {
    margin: 40px 0px;
}


/* Container for dots */
.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

/* Each dot item */
.slick-dots li {
    margin: 0 8px;
}

.slick-dots li button {
    width: 25px;
    font-size: 0px;
    height: 11px;
    border-radius: 50%;
    background: #0000005c;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0px;
}

.slick-dots li.slick-active button {
    background: #000;
}



.slick-dots li button::before {
    content: '';
    display: none;
}

.slick-dots li button span {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    color: white;
    font-weight: bold;
}

.projects-section {
    background-color: #87092b;
}

.projects-section .section_head * {
    color: #fff;

}

.projects-section .section_head h5 {
    border-bottom: 1px solid #fff;

}


.fancy-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 28px 20px;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}




.experts-inner .expert-image img {
    width: 100%;
    max-width: 300px;
}


.experts-inner {
    display: grid;
    grid-template-columns: 400px 500px;
    align-items: center;
    justify-content: center;
}

.expert-image .right {
    position: absolute;
    top: -61px;
    left: -100px;

}

.expert-image.right {
    position: absolute;
    top: -34px;
    right: -183px;
}

.experts-inner .right img {
    max-width: 355px;
}


.experts-inner .left img {
    max-width: 300px;
}

.experts {
    padding-bottom: 0;
}


.expert-content {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
}

.expert-content p+p {
    margin: 25px 0px;
}

.expert-content .buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.footer-logo img {
    width: 100%;
    max-width: 190px;
    margin-bottom: 25px;
}

.footer-info-box p {
    color: #000000;
    font-size: 16px;
}

.footer-row {
    display: grid;
    grid-template-columns: 26% 24% 24%;
    gap: 20px;
    justify-content: space-between;
}

.footer-follow-title {
    letter-spacing: 0.02em;
    text-decoration: none;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}


.social-list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
    margin-top: 20px;
}

.social-list li a {
    color: #000000;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.social-list li a:hover {
    background-color: #87092b;
    color: #ffffff;
    border-color: #87092b;
}

.footer-col-links2 {}


ul.footer-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
}

ul.footer-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

.footer-col-links2 {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
}

.address-content h4 {
    color: #000;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}


.footer-col-links {
    width: 100%;
    max-width: 255px;
    margin-left: auto;
}

.address-content a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    margin: 17px 0px;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 1366.98px) {
    header .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1280.98px) {

    .expert-image.right {
        right: -160px;
    }
}






@media (max-width: 1440.98px) {
    .complete-construction .dropdown ul li {
        width: 31%;
    }

    .complete-construction .dropdown::before {
        left: 13.3%;
    }
}

@media (max-width: 1366.98px) {
    header .container {
        width: 100%;
        max-width: 100%;
    }

    .complete-construction .dropdown ul li {
        width: 31%;
    }

    .complete-construction .dropdown::before {
        left: 10.3%;
    }
}

@media (max-width: 1280.98px) {
    .expert-image.right {
        right: -160px;
    }
}

@media (max-width: 1280.98px) {
    .expert-image.right {
        right: -160px;
    }
}

@media (max-width: 1250px) {

    body.mob-menu-overlay,
    body.mob-menu-slideout,
    body.mob-menu-slideout-over,
    body.mob-menu-slideout-top {
        padding-top: 0 !important;
    }

    .top-bar {
        display: grid;
    }

    .top-bar a {
        font-size: 0.7rem;
    }

    .top-bar a {
        background: #000;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        padding: 10px 0px;
        font-size: 16px;
        letter-spacing: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        position: relative;
        top: 0;
        font-weight: 400;
        border: 1px solid rgb(0 0 0 / 61%);
    }

    .top-bar a:last-child {
        background: #fdab12;
        border: 0px;
        text-transform: capitalize;
        color: #000000;
        border: 1px solid rgb(253 171 18);
    }

    .left_col,
    .right_col {
        display: none;
    }

    .logo a {
        position: inherit;
        transform: none;
        top: 0;
        left: 0;

    }

    .logo img {
        margin-inline: 0;
        max-width: 112px;
    }

    .mob-menu-header-holder {
        background-color: transparent !important;
        height: auto !important;
        position: absolute !important;
    }

    .mobmenur-container {
        position: absolute !important;
        right: 0px !important;
        background: #14181F;
        top: 80px !important;
        margin-right: 16px !important;
        margin-top: 0px !important;
    }

    .mobmenur-container i {
        padding: 4px 2px;
    }

    header.fixed-header {
        position: relative;
    }

    .mobmenu-right-panel {
        background-color: #000000 !important;
    }

    .mobmenu-right-panel .mob-cancel-button {
        color: #000000 !important;
        background-color: #fff !important;
        font-size: 22px !important;
    }

    .mobmenu-right-panel li,
    .rightmbottom,
    .rightmtop {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #mobmenuright li a,
    #mobmenuright li a:visited,
    .show-nav-right .mob-menu-copyright,
    .show-nav-right .mob-expand-submenu i {
        color: #ffffff !important;
        font-family: 'Geist' !important;
    }

    .mob-expand-submenu i {
        font-size: 16px !important;
    }

    select {
        background-color: #fff;
        color: #000;
        border-radius: 5px !important;
        height: 44px !important;
    }

    .location-section,
    .services-parallax,
    .inspiration-section {
        background-attachment: inherit !important;
    }
}

@media (max-width: 1024px) {

    .contact-form-section {
        background-attachment: inherit;
    }

    .social-list,
    .address-content h4,
    .copY-right-in,
    .address-content a {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-slider-info {
        margin-top: -168px;
    }

    .service_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service_img img {
        width: 100%;
        height: 100%;
    }

    .service_body .nav-tabs {
        display: flex !important;
    }

    .service_body ul.nav-tabs {
        justify-content: flex-start;
    }

    .service_body ul.nav-tabs li.nav-item button.nav-link {
        flex-direction: column;
        text-align: center;
        background: #0a0a0a;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service_body ul.nav-tabs li.nav-item {
        border: 0;
        width: 100%;
        height: 130px;
        flex: 0 0 180px;
        max-width: 180px;
    }

    .about_content {
        padding: 40px 0 40px 34px;
    }


    .location-grid {
        column-gap: 6px;
    }

    .fancy-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .fancy-image-bx img {
        max-width: 300px;
    }

    .fancy-gallery-grid> :last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .experts-inner .left,
    .experts-inner .right {
        display: none;
    }

    .experts-inner {
        padding: 16px;
        grid-template-columns: 1fr;
    }

    .address-content a {
        word-break: break-all;
    }

    .inner-ban-new .row.align-items-center,
    .meet-mark-section .row.align-items-center {
        align-items: normal !important;
    }

    .inner-ban-new .inner-ban-img,
    .meet-mark-section .chef-image {
        width: 100%;
        height: 100%;
    }

    .inner-ban-new .inner-ban-img img,
    .meet-mark-section .chef-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .services-hero-grid {
        align-items: normal;
    }

    .services-hero-grid .loction_img {
        width: 100%;
        height: 100%;
    }

    .services-hero-grid .loction_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .icon-content a {
        word-break: break-all;
    }

    .icon-bx-wraper {
        margin-bottom: 15px;
        height: auto;
    }

    .accordion-content ul {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
}

.slider-navigation-arrow2 {
    display: none !important;
}

@media (max-width: 991px) {
    .fancy-gallery-grid> :last-child {
        grid-column: inherit;
        justify-self: center;
    }

    .fancy-image-bx img {
        max-width: max-content;
    }

    .meet-mark-section2 .chef-content {
        padding-left: 0;
    }

    .why_choose .main-grid {
        grid-template-columns: 1fr;
    }

    .why_choose .main-grid .grid-bx .accordion {
        padding-left: 0;
        max-width: 100%;
    }

    .why_choose .main-grid .grid-bx .accordion .accordion-item {
        position: relative;
        padding-left: 40px;
    }

    .why_choose .main-grid .grid-bx .accordion .accordion-item::before {
        left: 15px;
    }

    .why_choose .main-grid .grid-bx .icon {
        left: -35px;
    }

    .accordion-content li {
        width: 100%;
    }

    .accordion-content li br {
        display: none;
    }



    .hero-section .content-box h1 br {
        display: none;
    }

    .slider-navigation-arrow2 {
        display: flex !important;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: 22%;
    }

    .slider-navigation-arrow2 .slider-next::before {
        left: 10px;
        top: 7px;
    }

    .slider-navigation-arrow2 .slider-prev::before {
        transform: scaleX(-1);
        left: -3px;
        top: 7px;
    }

    .slider-navigation-arrow2 button {
        height: 32px;
        width: 32px;
    }

    .slider-navigation-arrow2 button.slider-prev {
        left: 10px;
    }

    .slider-navigation-arrow2 button.slider-next {
        right: 10px;
    }

    .slider-navigation-arrow2 button:hover {
        background-color: #000;
    }

    .hero-section .slide {
        background: #000000;
    }

    .hero-section .content-box p {
        text-align: center;
        display: none;
    }

    .hero-section .content-box h2,
    .hero-section .content-box h1 {
        font-size: 35px;
        line-height: normal;
        text-align: center;
        margin-bottom: 25px;
    }

    .hero-slider-info {
        padding-top: 0;
    }

    .hero-section .content-box h2 br {
        display: none;
    }

    .hero-section .slide img {
        height: 100%;
    }

    .hero-section .slide .container {
        position: unset;
        display: unset;
        align-items: unset;
    }

    .hero-section .content-box a {

        margin-inline: auto;
        display: block;
        width: fit-content;
    }


    .hero-slider-info {
        margin-top: unset;
    }


    .info-block {
        text-align: center;
        border: 1px solid #eee;
        padding: 25px;
    }

    .hero-section .content-box {
        position: unset;
        transform: unset;
        max-width: 100%;
        background: #000000;
        padding: 20px 25px;
    }

    .slider-info-grid .inner-grid {
        grid-template-columns: 1fr 1fr;
    }

    .info-block p {
        font-size: 15px;
    }

    .inner-grid .info-block:last-child {
        grid-column: 1/3;
    }

    .info-block {
        padding: 15px;
    }

    .slider-navigation-arrow {
        display: none;
    }

    .slider-info-grid {
        grid-template-columns: 1fr;
    }


    .info-block h2 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        width: max-content;
        margin-inline: auto;
        border: unset;
    }

    .slider-info-grid .inner-grid {
        gap: 20px;
    }

    .hero-section {
        background: #000;
    }

    .slide-01 h2 {
        width: 50%;
        margin-inline: auto;
        text-align: center;
    }

    .location-grid {
        grid-template-columns: 1fr;
        row-gap: 7px;
    }

    .hero-section .slide img {
        height: auto;
    }

    .slider-info-grid .inner-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .about_us .container .col-md-6 {
        width: 100%;
    }

    .about_image {
        position: initial;
        width: 100%;
        margin-top: 37px;
    }

    .about_content {
        padding: 26px 0px;
    }

    .service_img img {
        object-fit: cover;
    }

    .accordion-content ul {
        grid-template-columns: 1fr;
    }

    .location-card {
        grid-template-columns: 35px 1fr;
        padding: 22px 10px;
    }

    .testimonials-new .testimonials-item {
        max-width: 100%;
    }

    .fancy-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-ban-new .row.align-items-center,
    .meet-mark-section .row.align-items-center {

        row-gap: 24px;
    }

    .meet-mark-section .section_head {
        margin-bottom: 20px;
    }

    .services-hero-grid {
        grid-template-columns: 100%;
    }

    .quote-form {
        margin-left: 0;
        max-width: 100%;
    }

    .meet-mark-section .row.justify-content-center {
        row-gap: 16px;
    }

    .services-parallax .services-parallax-content {
        max-width: 100%;
        margin-left: 0;
    }

    .location-list ul {
        width: 100%;
    }

    .location-list ul li {
        max-width: calc(50% - 10px);
    }

    .inner-banner-content .row {
        row-gap: 20px;
    }

    .footer-col-links2,
    .footer-col-links {
        display: none;
    }

    .footer-row {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .social-list,
    .address-content h4,
    .copY-right-in,
    .address-content a {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .slider-navigation-arrow2 {
        top: 10%;
    }

    .page-title h1 {
        font-size: 25px;
    }

    .quote-form-button {
        margin-left: -19px;
    }

    .footer-row {
        grid-template-columns: 100%;
    }

    .hero-section .content-box h2,
    .hero-section .content-box h1 {
        font-size: 28px;
    }


    .hero-section .content-box {
        margin: 10px;
        padding: 0px 10px;
    }

    .top-bar a:last-child {
        word-break: break-all;
    }

    .logo img {
        max-width: 316px;
        width: 100px;
    }

    .mobmenur-container {
        top: 80px !important;
    }

    .service_body ul.nav-tabs li.nav-item button.nav-link {
        font-size: 16px;
    }

    .section_head h2 {
        font-size: 25px;
    }

    .section_head h2 br {
        display: none;
    }

    .service_body .tab-content .tab-pane .row {
        row-gap: 18px;
    }

    .why_choose .main-grid {
        grid-template-columns: 100%;
    }

    section {
        padding: 40px 0;
    }

    .accordion-content ul {
        display: flex;
        flex-wrap: wrap;
    }

    .location-grid {
        grid-template-columns: 1fr;
        row-gap: 7px;

    }

    .fancy-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fancy-image-bx {
        width: 100%;
    }

    .fancy-image-bx a {
        display: block;
        width: 100%;
    }

    .fancy-image-bx img {
        height: 170px;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .experts {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .experts-inner {
        padding: 16px;
    }

    .footer-row {
        grid-template-columns: 100%;
    }

    .footer-col-links2,
    .footer-col-links {
        display: none;
    }

    footer {
        padding: 40px 0;
    }

    .location-list ul {
        width: 100%;
        margin: 0;
    }

    .location-list ul li {
        max-width: 100%;
    }

    .footer-follow-title {
        margin-top: 23px;
    }

    .hero-title h1 {
        font-size: 32px;
    }

    .why-choose-section ul {
        grid-template-columns: 1fr;
        margin-top: 15px;
    }

    .why-choose-section ul li {
        border-right: none;
    }

    .cater_form .input_field {
        width: calc(100% - 10px);
    }

    .form-btn {
        text-align: left !important;
    }

    form.request-form__form {
        display: flex;
        flex-wrap: wrap;
    }

    form.request-form__form .form-group {
        width: 100%;
    }

    .quote-form-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .quote-form-grid .quote-form-field {
        width: 100%;
    }

    .services-section .card-description {
        left: 0;
        right: 0;
        margin: auto;
    }
}

p:empty {
    display: none !important;
}














/* .is-idle .fancybox__toolbar {
    animation: unset !important;
    opacity: 1 !important;
}

.f-button {
    position: relative !important;
    z-index: 2147483647 !important;
    opacity: 1 !important;
} */
#left-nav-block {
    gap: 80px;
}