/*.et_builder_inner_content {*/
/*    overflow-x: hidden !important;*/
/*}*/

.fancy-style .et_pb_column {
    height: 303px;
}

.fancy-style {
    position: relative;
    overflow: hidden;
}

.fancy-style .fancy-headline {
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.fancy-style .fancy-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;

    transition: transform 0.4s ease, opacity 0.3s ease;
}

.fancy-style .et_pb_column:hover .fancy-description {
    transform: translateY(-50%);
    top: 50%;
    opacity: 1;
}

.fancy-style .et_pb_column:hover .headline-fancy {
    display: none !important;
}

.display-toggle {
    display: none !important;
}

.active-toggle {
    display: block !important;
}

button.button-submit-toggle {
    border: 0px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

button.button-submit-toggle img.active-image {
    transform: rotate(180deg);
}

.review-wrap {
    padding: 32px;
    height: 100% !important;
}

.review-wrap h3 {
    padding-bottom: 0px;
    padding-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #2F2D2D;
}

.review-wrap p:nth-child(2){
    padding-bottom: 0px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #2F2D2D;
}

.no-absolute {
    position: static;
}

.custom-row {
    display: flex;
}

.col-lg-6 {
    max-width: 50%;
    width: 100%;
}

.inner-flex {
    justify-content: flex-start;
    display: flex;
}

.swiper-pagination-horizontal.swiper-pagination-bullets {
    width: auto;
}

.align-center {
    align-items: center;
}

.top-padding-5 {
    margin-top: 32px;
}

.swiperbuttons {
    justify-content: flex-end;
}

body .swiperbuttons>div {
    height: 48px;
    width: 100%;
    max-width: 48px;
    margin: 0px !important;
}

.swiperbuttons {
    justify-content: flex-end;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none;
}

body .swiper-button-next:after {
    content: "";
    width: 100%;
    max-width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/2026/03/Slider-Arrow-Left.png) no-repeat center !important;
    background-size: cover;
}

body .swiper-button-prev:after {
    content: "";
    width: 100%;
    max-width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/2026/03/Slider-Arrow-Right.png) no-repeat center !important;
    background-size: cover;
}

.g-3 {
    gap: 16px;
}
.px-3{
    padding: 0 16px;
}

.swiper-pagination-bullet-active {
    background: #D4A621;    
}

.swiper-pagination-bullet {
    background: #D4A621;
}

.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline:before {
    background: rgb(47 45 45 / 30%) !important;
}

.tmdivi-vertical.tmdivi-wrapper .tmdivi-inner-line {
    background: transparent;
}

.tmdivi-start,
.tmdivi-end{
    display: none !important;
}

/*Timeline Style*/
.tmdivi-wrapper .tmdivi-icondot {
    width: 58px;
    height: 58px;
    border: 0px
}

.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-icondot {
    right: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2.4);
}

.tmdivi-vertical.tmdivi-wrapper .tmdivi-icondot {
    left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2.4);
    top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position) / 100 + var(--tw-ibx-size) / 4);
}

.tmdivi-icondot {
    background: url(/wp-content/uploads/2026/03/Concrete-White-Check.png);
}
/*Timeline Style End*/

/*Swiper slider Style*/
.concreteSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.concreteSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.concreteSwiper .swiper-slide > * {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.serviceslider h3 {
    font-size: 20px;
    color: #D4A621 !important;
    padding-bottom: 64px;
}

/*Swiper Style End*/

.flex-wrap {
    flex-wrap: wrap;
}
/*Service Areas Style*/
.add-pin:before {
    content: "";
    width: 100%;
    max-width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2026/03/location-pin.png);
    background-size: cover;
    margin-right: 8px;
}

.pb-4 {
    padding-bottom: 24px;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.contractor-iframe .fluid-width-video-wrapper {
    padding-top: 56% !important;
    height: 557px;
    width: 100%;
}

.contractor-iframe .fluid-width-video-wrapper iframe{
  height: 557px !important
}

/*Header Style*/

.custom-header.et_pb_menu ul li ul li a {
    font-size: 16px;
}

.et-menu li li a {
    width: 100%;
}

.nav li ul {
    width: 255px;
}

.et-menu .menu-item-has-children:hover>a:first-child:after {
    transform: rotate(180deg) !important;
}
/* default (top state) */
.et-l--header {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: transform 0.3s ease;
}

/* when scrolled */
.et-l--header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

/* hide on scroll down */
.et-l--header.hide-header {
    transform: translateY(-100%);
}
.admin-bar .et-l--header.is-fixed {
    top: 32px;
}


@media(min-width: 981px){
    .col-lg-4 {
        width: 33.333%;
    }
}

/*Service Areas Style End*/
@media(max-width: 981px){
    .col-lg-6 {
        max-width: 100%;
    }
    
    .top-padding-5 {
        margin-top: 24px;
    }
    .serviceslider h3 {
        font-size: 18px;
        padding-bottom: 24px;
    }
    /*Timeline Style*/
    .tmdivi-vertical.tmdivi-wrapper .tmdivi-icondot{
        top: calc(var(--tw-ibx-position) * 1% - var(--tw-ibx-size) * var(--tw-ibx-position) / 100 + var(--tw-ibx-size) / 1);
    }
    .tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-icondot {
        left: calc(var(--tw-ibx-size) * .75 - var(--tw-ibx-size) * 2.3);
    }
    /*Timeline Style End*/

    .pb-4 {
        padding-bottom: 16px;
    }
    .col-lg-4 {
        width: 100%;
    }
    
    .col-md-6 {
        width: 50%;
    }
    
    /* parent relative */
    .et_mobile_menu li.menu-item-has-children {
        position: relative;
    }

    /* toggle button */
    .submenu-toggle {
        position: absolute;
        right: 15px;
        top: 15%;
        /* transform: translateY(-50%); */
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
    }

    .submenu-open .submenu-toggle {
        top: 1%;
    }

    /* spacing for link */
    .et_mobile_menu li.menu-item-has-children > a {
        padding-right: 40px;
    }

    /* default hidden */
    .et_mobile_menu .sub-menu {
        display: none;
    }

    /* show when active */
    .et_mobile_menu li.submenu-open > .sub-menu {
        display: block;
    }

    .custom-header .menu-item-has-children ul.sub-menu {
        display: none !important;
    }

    .custom-header .menu-item-has-children.submenu-open ul.sub-menu {
        display: block !important;
    }
	
    .admin-bar .et-l--header.is-fixed {
        top: 46px;
    }
    
}