/*Custom Project bg for block walls and mortarless walls*/
.postid-7280 .has_ae_slider.elementor-element.elementor-element-4a1bd25.e-con-full.e-flex.ae-bg-gallery-type-default.e-con.e-parent.e-lazyloaded::before {
    background-position: center -2rem;
}
.page-header .entry-title {
    display: none;
}
/*Home showcase css*/
.showcase-container {
    display: flex;
    gap: 30px; /* Adjust gap as needed */
    flex-wrap: nowrap; /* Ensure images stay on one row */
}

.column-60 {
    flex-basis: 60%; /* 60% width for the first column */
}

.column-40 {
    flex-basis: 37%; /* 40% width for the second column */
}
.column-60.home-showcase-image-1 .image-item {
    height: 400px;
}
.column-40.home-showcase-image-2 .image-item {
    height: 600px;
}
.column-60.home-showcase-image-3 {
    margin-top: -10rem;
}
.column-60.home-showcase-image-3 .image-item {
    height: 750px;
}
.column-40.home-showcase-image-4 {
    margin-top: 3rem;
}
.column-40.home-showcase-image-4 .image-item {
    height: 350px;
}
.column-60.home-showcase-image-5 {
    margin-top: 3rem;
}
.column-60.home-showcase-image-5 .image-item {
    height: 400px;
}
.column-40.home-showcase-image-6 {
    margin-top: -10rem;
}
.column-40.home-showcase-image-6 .image-item {
    height: 600px;
}
.column-60 img, .column-40 img {
    height: 100%;
    object-fit: cover;
}
.showcase-container a {
    color: var(--e-global-color-secondary);
    font-family: "Oswald", Sans-serif;
    font-size: 30px;
    line-height: 1.2em;
}
.showcase-container a:hover {
    color: var(--e-global-color-d68c256);
}
/* header css */
html,  body {
    overflow-x: hidden;
}
.custom-breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    justify-content: center;
}
.custom-breadcrumb li {
    position: relative;
    width: 280px;
    height: 70px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-breadcrumb li a {
    color: #666666;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    font-size: 17px;
    font-weight: 500;
}
/* Handle the last breadcrumb item that doesn't have a link */
.custom-breadcrumb li:last-child {
    z-index: 2;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 280px;
    height: 70px;
}

/* Background image for Home (first breadcrumb item) */
.custom-breadcrumb li:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://arconcretehardscape.com/wp-content/uploads/2024/09/arrow-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.custom-breadcrumb li:first-child:hover::before {
    background-image: url('https://arconcretehardscape.com/wp-content/uploads/2024/10/arrow-01-hover.png');
}
/* Background image for all items except the last one */
.custom-breadcrumb li:not(:first-child):not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://arconcretehardscape.com/wp-content/uploads/2024/09/arrow-02.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
/* Background image for the last (current) breadcrumb item */
.custom-breadcrumb li:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://arconcretehardscape.com/wp-content/uploads/2024/09/arrow-03.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.custom-breadcrumb li:not(:first-child):not(:last-child):hover::before {
    background-image: url('https://arconcretehardscape.com/wp-content/smush-webp/2024/09/arrow-03.png.webp');
}
/* Hover effect for the other breadcrumb items */
.custom-breadcrumb li:hover::before {
    opacity: 0.9;
}

/* Hover effect for the last breadcrumb item */
.custom-breadcrumb li:last-child:hover::before {
    opacity: 0.9;
}

.page-content a, .comments-area a {
    text-decoration: none;
}
.custom-video-section2 .elementor-heading-title {
    transition: transform 0.3s ease, color 0.3s ease;
}
.custom-video-section2 .elementor-heading-title:hover {
    transform: scale(1.2);
    color: #424444 !important;
}
.custom-video-section2 .elementor-heading-title a:after {
    content: "";
    display: block;
    height: 3px;
    margin: 1rem auto 0;
    width: 165px;
    background-color: #858484;
	  transition: background-color 0.3s ease;
}
.custom-video-section2 .elementor-heading-title a:hover:after {
    background-color: #424444; /* Change to white on hover */
}
.custom-video-section .elementor-heading-title {
    transition: transform 0.3s ease, color 0.3s ease;
}
.custom-video-section .elementor-heading-title:hover {
    transform: scale(1.2);
    color: #ffffff !important;
}
.custom-video-section .elementor-heading-title a:after {
    content: "";
    display: block;
    height: 3px;
    margin: 1rem auto 0;
    width: 165px;
    background-color: var( --e-global-color-3201133 );
	  transition: background-color 0.3s ease;
}
.custom-video-section .elementor-heading-title a:hover:after {
    background-color: #ffffff; /* Change to white on hover */
}
#inner-body {
    background-color: #ffffff;
}
.header-2 {
 transform: translatey(-99px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}
.bottom-info li {
    padding: 20px 5px;
}
.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}
.elementor-sticky--effects.header-1 {
 display: none!important;
}
.aux-content-top-margin .aux-primary {
    padding-top: 0;
    margin-top: -92px;
}
.glitch-wrapper {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-color: transparent;
}

.glitch {
   position: relative;
   z-index: 1;
}

.glitch:before {
   content: attr(data-text);
   position: absolute;
   top: 0;
   left: -2px;
   width: 100%;
   color: 50px;
   background-color: transparent;
   overflow: hidden;
   clip: rect(0, 900px, 0, 0);
   animation: noise-before 3s infinite linear alternate-reverse;
}

.glitch:after {
   content: attr(data-text);
   position: absolute;
   top: 0;
   left: 2px;
   width: 100%;
   color: 50px;
   background-color: transparent;
   overflow: hidden;
   clip: rect(0, 900px, 0, 0);
   animation: noise-after 2s infinite linear alternate-reverse;
}

@keyframes noise-before {
   0% {
      clip: rect(61px, 9999px, 52px, 0);
   }
   5% {
      clip: rect(33px, 9999px, 144px, 0);
   }
   10% {
      clip: rect(121px, 9999px, 115px, 0);
   }
   15% {
      clip: rect(144px, 9999px, 162px, 0);
   }
   20% {
      clip: rect(62px, 9999px, 180px, 0);
   }
   25% {
      clip: rect(34px, 9999px, 42px, 0);
   }
   30% {
      clip: rect(147px, 9999px, 179px, 0);
   }
   35% {
      clip: rect(99px, 9999px, 63px, 0);
   }
   40% {
      clip: rect(188px, 9999px, 122px, 0);
   }
   45% {
      clip: rect(154px, 9999px, 14px, 0);
   }
   50% {
      clip: rect(63px, 9999px, 37px, 0);
   }
   55% {
      clip: rect(161px, 9999px, 147px, 0);
   }
   60% {
      clip: rect(109px, 9999px, 175px, 0);
   }
   65% {
      clip: rect(157px, 9999px, 88px, 0);
   }
   70% {
      clip: rect(173px, 9999px, 131px, 0);
   }
   75% {
      clip: rect(62px, 9999px, 70px, 0);
   }
   80% {
      clip: rect(24px, 9999px, 153px, 0);
   }
   85% {
      clip: rect(138px, 9999px, 40px, 0);
   }
   90% {
      clip: rect(79px, 9999px, 136px, 0);
   }
   95% {
      clip: rect(25px, 9999px, 34px, 0);
   }
   100% {
      clip: rect(173px, 9999px, 166px, 0);
   }
}

@keyframes noise-after {
   0% {
      clip: rect(26px, 9999px, 33px, 0);
   }
   5% {
      clip: rect(140px, 9999px, 198px, 0);
   }
   10% {
      clip: rect(184px, 9999px, 89px, 0);
   }
   15% {
      clip: rect(121px, 9999px, 6px, 0);
   }
   20% {
      clip: rect(181px, 9999px, 99px, 0);
   }
   25% {
      clip: rect(154px, 9999px, 133px, 0);
   }
   30% {
      clip: rect(134px, 9999px, 169px, 0);
   }
   35% {
      clip: rect(26px, 9999px, 187px, 0);
   }
   40% {
      clip: rect(147px, 9999px, 137px, 0);
   }
   45% {
      clip: rect(31px, 9999px, 52px, 0);
   }
   50% {
      clip: rect(191px, 9999px, 109px, 0);
   }
   55% {
      clip: rect(74px, 9999px, 54px, 0);
   }
   60% {
      clip: rect(145px, 9999px, 75px, 0);
   }
   65% {
      clip: rect(153px, 9999px, 198px, 0);
   }
   70% {
      clip: rect(99px, 9999px, 136px, 0);
   }
   75% {
      clip: rect(118px, 9999px, 192px, 0);
   }
   80% {
      clip: rect(1px, 9999px, 83px, 0);
   }
   85% {
      clip: rect(145px, 9999px, 98px, 0);
   }
   90% {
      clip: rect(121px, 9999px, 154px, 0);
   }
   95% {
      clip: rect(156px, 9999px, 44px, 0);
   }
   100% {
      clip: rect(67px, 9999px, 122px, 0);
   }
}
.textindent p {
    text-indent: 10%;
}

.hdr p {
    margin-bottom: 5px !important;
}
.hdr {
    margin-bottom: 10px!important;
}
.snglimg {
    overflow: hidden;
}
.cstm {
    border-radius: 10px;
}
.tstleft {
    padding-top: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0.7;
}
a:hover {
    color: #0056b3;
    text-decoration: none !important;
}
/* List css */
.bottom-info {
    display: flex;
    align-items: center;
    margin-left: 10%;
}
ul.list-item {
    margin-top: 20px;
    padding-left: 0px;
    margin-bottom: 0;
}
ul.list-item li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

ul.list-item li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c7c8c9;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    letter-spacing: 0.9px;
    margin-bottom: 0px;
}
ul.list-item li strong {
    margin-left: 120px;
    font-size: 45px;
    -webkit-text-stroke: 1px #9b9b9b;
    color: transparent;
    font-weight: 900;
    font-family: "Roboto";
}
.ken_b_center:before {
animation: zoom_in 25s alternate linear infinite;
will-change: transform;
}

@keyframes zoom_in {
0% {
transform:scale(1);
}
50% {
transform:scale(1.2);
}
100% {
transform:scale(1.5);
}
}
@media screen and (max-width: 767px) {
ul.list-item li strong {
    margin-left: 60px;
    font-size: 45px;
}
ul.list-item li {
    font-size: 17px;
}
nav.elementor-sticky--effects {
    background-color: rgb(255 255 255 / 96%);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.custom-breadcrumb {
    flex-wrap: wrap;
}
.column-600 {
    flex-basis: 100% !important;
}
.column-400 {
    flex-basis: 100% !important;
}
.column-400.home-showcase-image-2 {
    margin-top: 2rem;
}
.column-600.home-showcase-image-3 {
    margin-top: 2rem;
}
.column-400.home-showcase-image-6 {
    margin-top: 2rem;
}
.column-400.home-showcase-image-4:nth-child(10) {
    margin-top: 2rem;
}
.column-400.home-showcase-image-6:nth-child(12) {
    margin-top: 2rem;
	margin-bottom: 2rem;
}
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .e-con > .elementor-widget > .elementor-widget-container, 
    .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
      height: auto !important;
    }
  }
}
