.service-3{
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.about-hero-background{
    top: 0;
    left: 0;
}
.about-hero-inner{
    margin: auto;
}
.about-hero-content{
    padding: 200px 0;
}
.about-hero-links{
    flex-wrap: wrap;
}

.about-hero-title svg{
    width: 16px;
   
}
.about-hero-link{
    width: fit-content;
    padding: 10px 10px;
}
.about-hero-link-svg{
    width: 12px;
    margin: auto;
        z-index:2 ;
   
}
.arrow{
    fill: var(--color-primary);
    transition: all var(--transition) 0.25s;
}
.about-hero-link-icon{
    display: inline-flex;
    border-radius: 5PX;
   min-width: 25px;
   align-content: center;
   background-color: var(--color-primary-light);
   overflow: hidden;
   
}
.about-hero-link-icon::before{
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.5;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
    transform: translateY(-100%);
    transform-origin: left;
    transition: all var(--transition) ;
    z-index: 1;

}

.about-hero-link:hover .about-hero-link-icon::before{
    transform: translateY(0);
    opacity: 1;
}
.about-hero-link:hover .about-hero-link-svg{
    animation: slideIn 0.4s ease-out;
    animation-delay: 0.25s;
}
.about-hero-link:hover .arrow{
    fill: var(--color-primary-light);
}

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


@keyframes slideIn {
    from {
        transform: translateY(-7px);
        opacity: 0;
        z-index: -2;
    }
    to {
        transform: translateY(0);
        opacity: 1;
        z-index: 2;
    }
}


.mask-section{
    pointer-events: none;
     -webkit-mask-image: 
    url("https://ladrilloslimited.com/wp-content/uploads/2026/02/about-mask-done.png");
  mask-image: 
    url("https://ladrilloslimited.com/wp-content/uploads/2026/02/about-mask-done.png");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  /* First mask (top) */
  -webkit-mask-position: top left;
  mask-position: top left;

  -webkit-mask-size: 102% 100%;
  mask-size: 102% 100%;
}
.about-content-section{
    padding:0 0 0 0;
}
.company-history{
    margin-bottom: 100px;
}
.company-history-inner{
    margin: auto;
    gap: 10%;
}
.history-column-1{
    width: 60%;
}

.company-history-number{
    padding-right: 7px;
    border-right:1px solid var(--color-primary);
}
.company-history-title{
    padding-left: 7px;
}
.company-history-inner p{
    max-width: 700px;
}
.company-history-inner h2{
    max-width: 780px;
}
.blurf-content-1-left{
    width: 40%;
}
.blurf-content-1-left-img{
    width: 50%;
    z-index: 2;

}
.blurf-content-1-left-img-2{
    min-height: 60vh;
    width: 50%;
    justify-content: space-between;
    padding-top: 100px;
    gap: 40px;
    z-index: 1;
}
.blurf-slide-1{
    width: 100%;
    border-radius: 10px;
    max-height: 350px;
    overflow: hidden;
    z-index: 6;
}
.blurf-img-1, .blurf-img-4{
    height: 90%;
    top: 0;
    left: auto;
    border-radius: 10px;
    width: 100%;

}
.blurf-slide-2{
    width: 100%;
    border-radius: 10px;
    height: 50%;
    max-height: 145px;
    overflow: hidden;
}
.blurf-img-2, .blurf-img-5{
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    margin-left: auto;
    border-radius: 10px;
    object-fit: cover;
    }
.blurf-img-3, .blurf-img-6{
    max-height: 245px;
    min-height: 100%;
    top: 0;
    left: 0;
    width:90%;
    border-radius: 10px;
}
.blurf-slide-3{
    width: 100%;
    border-radius: 10px;
    height: 60%;
   
    max-height: 250px;
    overflow: hidden;}






.company-philosophy{
    padding: 100px 0;
    background-color: rgba(246, 245, 251, 1);
}
.company-history-content{
    margin-top: 45px;
}
.company-philosophy-item{
    padding: 40px 20px 40px 0;
    border-bottom: 1px solid rgba(196, 199, 205, 1);
    border-top: 1px solid rgba(196, 199, 205, 1);
    justify-content: space-between;

}
.about-philosophy-title{
    width: fit-content;
    justify-content: center;
    flex-wrap: nowrap;
}
.company-philosophy-text{
    width: 60%;
    min-width: 250px;
    justify-content: center;
}
.philosophy-svg{
    height: 400px;
    width: auto;
    display: none !important;
}
.item{
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 967px) {
    
.item.flex-row, .company-philosophy-item.flex-row{
    flex-direction: column;
}
.company-philosophy-text{
    width: 95%;

}
.item{
    width: 60%;
    justify-content: start;
}
.philosophy-svg{
    width: 20%;
    height:; 
    min-width: 150px;
}
}

.strength-content-text-item{
    padding: 40px 10px 0 0;
    margin-bottom: 1px ;
}
.strength-content-img img{
    height: 100%;
    width: 100%;
    max-height: 900px;
}
.company-strengths{
    padding: 100px 0;
}


@media (max-width: 967px) {
    .strength-content-text.flex-row, .company-history-inner.flex-row{
        flex-direction: column;
    }
    .blurf-img-1, .blurf-img-4{
    max-height: 350px;


}

.blurf-img-2, .blurf-img-5{
    max-height: 125px;
    width: 75%;
    margin: auto;
    border-radius: 10px;
    object-fit: cover;
    }
.blurf-img-3, .blurf-img-6{
    max-height: 200px;
    width:80%;
        border-radius: 10px;

}
.blurf-content-1-left{
    width: 100%;
    margin-top: 30px;
}
.history-column-1{
    width: 95%;
}
}

.people-section{
    padding: 100px 0;

}
.people-slide{
   flex-wrap: nowrap;
   width: fit-content;
}
.slide img{
    width: 30vw;
    max-width: 500px;
    min-width: 300px;
    }
    .slide{
        animation: carousel 20s linear infinite;
        margin-right: 10px;
    }
    @keyframes carousel{
        from{
            transform: translateX(0);
        }
        to{
            transform: translateX(-100%);
        }
    }

    .slide .arrow{
        transform: rotate(-90deg);
    }

    @media (max-width: 767px) {
        .people-content.flex-row{
            flex-direction: column;
        }
    }

    