/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

/* body {
   color: red !important;
} */

.testimonial-container{
    display: flex;
    padding: 96px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
}
.testimonial-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.quote-icon{
   fill: var(--Text-heading, #090909);
   width: 35px;
   height: 30px;
   aspect-ratio: 7/6;
}

.testimonial-title{
    color: var(--Text-Caption-text, #9D9D9D);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; 
    letter-spacing: -0.16px;
    text-transform: uppercase;
}
.testimonial-subtitle{
    color: var(--Text-heading, #090909) !important;
    font-family: "Instrument Sans"!important;
    font-size: 64px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 72px !important;
    letter-spacing: -1.28px !important;
}

.testimonial-slide{
    margin-top: 64px;
    display: flex;
    padding-right: 96px;
    align-items: flex-start;
    gap: 96px;
    align-self: stretch;
    border-top: 1px solid var(--Text-hr-line, #CECECE);
    border-bottom: 1px solid var(--Text-hr-line, #CECECE);
}

.testimonial_description{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.testimonial-review{
    color: var(--Text-Caption-text, #9D9D9D);
    font-family: "Instrument Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -0.64px;
    padding-top: 32px;
}
.testimonial-author{
    display: flex;
    height: 50px;
    align-items: center;
    gap: 16px;
    padding-top: 32px;
}
.author-avatar{
    display: flex;
    width: 50px;
    height: 50px;
    padding: 3.5px 10.5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8.75px;
    border-radius: 87.5px;
    background: var(--Secondary-100, #343127);   
    color: var(--White-100, #FFF);
    font-family: "Instrument Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}
.author-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.author-name{
    color: var(--Text-heading, #090909);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.author-title{
   color: var(--Text-Body-text, #4F4F4F);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}
.final_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding-top: 64px;
}
.navigator{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.prev-btn, .next-btn{
    border-radius: 100px;
    border: 1.5px solid var(--Text-Body-text, #4F4F4F);
}
.testimonial-slide-number{
    color: var(--Text-Body-text, #4F4F4F);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.review-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 8px 8px 8px 16px;
    align-self: stretch;
    border-radius: var(--tile-radius-100, 100px);
    background: var(--Black-100, #090909); 
    color: var(--White-100, #FFF);
    text-decoration: none;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    text-transform: uppercase; 
}

.testimonial-image img,
.testimonial-review,
.testimonial-author {

    transition: all .6s ease;
}

.animate-next-out {

    opacity:0;
    transform:translateY(-40px);
}

.animate-next-in {

    opacity:0;
    transform:translateY(40px);
}

.animate-prev-out {

    opacity:0;
    transform:translateY(40px);
}

.animate-prev-in {

    opacity:0;
    transform:translateY(-40px);
}

//homepage - single post

.single-post-post-container {
    overflow: hidden;
    display: flex !important;
    justify-content: space-between !important;
}

.single-post-image-container {
    display: flex;
    flex-direction: column !important;
    padding: 16px;
    height: 342px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: height .4s ease !important;
    border-radius: 16px !important;
}

.single-post-post-category{
    width: fit-content;
    padding: 4px 8px;
    border-radius: var(--tile-radius-100, 100px);
    background: rgba(9, 9, 9, 0.20); 

    color: var(--Text-heading, #FFF) !important;

    /* Body text/regular */
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;    
}

.single-post-post-content-preview {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.single-post-post-container:hover .single-post-image-container {
    height: 300px;
}

.single-post-post-container:hover .single-post-post-content-preview {
    max-height: 120px;
    opacity: 1;
}



.single-post-post-title{
   color: var(--Text-heading, #090909) !important;

    /* Header/Option 2/Desktop/H8 */
    font-family: "Instrument Sans" !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 32px !important; /* 133.333% */
    letter-spacing: -0.24px !important;
}

.single-post-post-date
{
    color: var(--Text-Body-text, #4F4F4F) !important;

    /* Body text/regular */
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
}

.single-post-post-content-preview{
    color: var(--Text-Body-text, #4F4F4F) !important;

    /* Body text/regular */
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
}

@media (max-width: 767px) {
.footerquicklinks1 ul , .footerquicklinks2 ul{
    display: none;
    padding-top: 24px !important;
}
.footerlinktitle.active:after {
    transform: rotate(0deg);
    margin-top: 6px;
}
.footerlinktitle:after {
    content: '';
    width: 12px;
    height: 16px;
    position: absolute;
    top: 2px;
    right: -25px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M0.875 5.47656L5.25 1.10156L9.625 5.47656' stroke='%23ffffff' stroke-opacity='0.8' stroke-width='1.3125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
}


/*portfolio single page gallery */
.gallery-row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.row-2 .gallery-item {
    width: 50%;
    height: 450px !important;
}

.row-3 .gallery-item {
    width: 33.333%;
    height: 450px !important;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    height: 400px; /* or whatever height you want */
    border-radius: 16px  !important;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}


.portfolio-gallery > :last-child{
    margin-bottom: 0px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .gallery-row {
        flex-direction: column;
    }

    .row-2 .gallery-item,
    .row-3 .gallery-item,
    .gallery-item {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover  !important;
        object-position: center center !important;
        display: block  !important;
        border-radius: 16px  !important;
    }
    
    .portfolio-gallery > :last-child{
        margin-bottom: 0px !important;
    }

}



/* our works sliders home page */

.card-arrow-icon{
    transform: translate(145px, -145px) !important;
    transition: transform 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) !important;
}

.card-container:hover .card-arrow-icon {
    transform: translate(0, 0) !important;
}

.card-container {
    position: relative !important; 
    overflow: hidden !important;
}

.second-image {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    transition: opacity 1.6s ease-in !important; 
}

.card-container:hover .second-image {
    opacity: 1 !important;
}


.card-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(9, 9, 9, 0.30) 0%,
        rgba(9, 9, 9, 0.00) 50%,
        rgba(9, 9, 9, 0.70) 100%
    );
    pointer-events: none;
}


.second-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(9, 9, 9, 0.30) 0%,
        rgba(9, 9, 9, 0.00) 50%,
        rgba(9, 9, 9, 0.70) 100%
    );
    pointer-events: none;
}


@media(max-width: 767px){
    .card-container{
        width: 312px !important;
        height: 350px !important;
        padding: 20px;
    }
    
    .card-container h2{
        color: var(--Text-heading, #FFF) !important;
        
        /* Header/Option 2/Mobile/H5 */
        font-family: "Instrument Sans" !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 24px !important;
        letter-spacing: -0.2px !important;
    }
}