.app-dl-links-cont {
    overflow: hidden;
    width: min(140ch, 100%);
}

.slider-track {
    display: flex;
    gap: 20px;
    white-space: nowrap;
    direction: ltr;
    align-items: center;
    padding: 1rem;
}

.app-dl-links-cont img {
    width: 150px;
    object-fit: contain;
    user-select: none;
    pointer-events: auto;
    filter: grayscale(100%);
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
    opacity: 0.8;
    position: relative;
    cursor: pointer;
}

/* Hover effect with stronger shine */
.app-dl-links-cont img:hover {
    filter: grayscale(0%);
    transform: scale(1.15);
    opacity: 1;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.9),
        0 0 60px rgba(255, 255, 255, 0.6),
        0 0 90px rgba(255, 255, 255, 0.4);
}

/* Optional: animated shine overlay using pseudo-element */
.app-dl-links-cont img:hover::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.0) 100%);
    transform: rotate(25deg);
    animation: shine 1s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(25deg);
    }

    100% {
        transform: translateX(100%) rotate(25deg);
    }
}





.app-dl-container .muckup-cont {
    display: flex;
    justify-content: center;
}

.app-dl-container .muckup-cont img {
    inline-size: 300px;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .app-dl-container {
        display: flex;
        flex-direction: column;
    }
}



.searchcont {
    width: 100%;
    margin-block: 2rem;
    display: flex;
    justify-content: center;

}

.searchcont form {
    display: flex;
    justify-content: center;
    border: 1px solid lightgray;
    width: fit-content;
    border-radius: 1rem;

}

.searchcont form input {
    border: none;
    padding: 1rem;
    outline: none;
    min-width: 600px;

    font-size: 0.8rem;
    border-radius: 0 1rem 1rem 0;
    font-weight: 900;

    /* smooth in & out */
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);

}

.searchcont form input:focus {
    box-shadow: 0 0 24px var(--brand-color);
}


.searchcont form button {
    border: none;
    padding: 1rem;
    background-color: white;
    cursor: pointer;
    border-radius: 1rem 0 0 1rem;
}

.hero-video-container {
    width: min(65ch, 100% - 2rem);
    margin-inline: auto;
    text-align: center;



}

.hero-video-container h2 {
    margin-bottom: 2rem;

    font-size: 21px;

}

.hero-video-container .hero-video {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    background-color: lightgray;
    border-radius: 1rem;
}

/* target the local video */
.hero-video-container .hero-video video {

    display: block;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px lightgray;
    border: none;

    width: 100%;
    height: 100%;

}


.fine-search {
    width: min(120ch, 100%);
    margin-inline: auto;
    padding: 48px 24px;
}



.fine-search .header {
    margin-bottom: 0.5rem;

}

.fine-search .header h2 {
    font-size: 1.25rem;

}



.fine-search .header p {
    color: gray;
    font-size: 0.9rem;
}

.fine-search .body {
    display: flex;
    gap: 1rem;

}

.fine-search-interface-container {
    min-width: 350px;

    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.fine-search-interface-container button {
    background-color: var(--brand-color);
    border: none;
    border-radius: 1rem;
    color: white;
    padding: 1rem;
    width: 100%;
    font-weight: 900;
    font-size: 1rem;
    cursor: pointer;
}

.fine-search-interface-container button:hover {
    background-color: var(--brand-color-lite);
}

.fine-search-interface-container-box {
    box-shadow: 0px 0px 2px gray;
    border-radius: 1rem;
    width: 100%;

    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

}

.fine-search-interface-container-box .top {
    display: flex;


}

.fine-search-interface-container-box .middle {
    display: flex;

}

.fine-search-interface-container-box .bottom {
    display: flex;

}

.fine-search-interface-container-box>* select {
    width: 100%;
    padding: 0.6rem 1rem;
    /* space for text */
    border-radius: 0.8rem;

    border: 1px solid rgba(147, 147, 148, 1);
    font-size: 1rem;
    background-color: rgb(255, 255, 255);
    color: rgb(42, 42, 51);
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    /* remove default arrow */
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23454545" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 1rem;
    outline: none;
}


.actions-container {
    background: #f7f7f7;
    padding: 3rem 1rem;
    margin-top: 4rem;
}

.actions-container h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 800;
}

/* GRID LAYOUT */
.video-grid {
    width: min(120ch, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 1.5rem;
}

/* CARD */
.video-card {
    background: white;
    border-radius: 1.2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
    border-radius: 3rem 0rem 3rem 0rem;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

/* VIDEO FRAME */
.video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
    overflow: hidden;
    background: #000;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* TITLE */
.video-card h4 {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
}

.fine-search-sliding-cards-cont {
    overflow-x: hidden;
    width: 100%;
    padding: 1rem;

}

.fine-search-sliding-cards-cont-box {
    display: flex;
    gap: 1rem;


}

.fine-search-sliding-cards-cont-box .card {
    min-width: 350px;
    box-shadow: 0px 8px 8px lightgray;
    border-radius: 1rem;
}

.fine-search-sliding-cards-cont-box .card .thumb img {
    inline-size: 350px;
    aspect-ratio: 16/9;
    object-fit: cover;


}

.fine-search-sliding-cards-cont-box .card .data {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.mdata1,
.mdata2,
.mdata3 {
    height: 20px;
    background-color: rgba(230, 230, 230, 1);
    border-radius: 1rem;

}

.mdata1 {
    width: 200px;
}

.mdata3 {
    width: 250px;
}



.about-amlak-minaei {
    width: min(120ch, 100%);
    margin-inline: auto;
    padding: 48px 24px;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.about-amlak-minaei>* {
    flex-basis: 50%;
}

.about-amlak-minaei .about-text {
    display: flex;
    justify-content: center;
    align-items: center;
}



.about-amlak-minaei .about-image img {
    border-radius: 1rem;

}






.about-amlak-minaei .header h1 {
    font-size: 2rem;
    line-height: 3rem;
    font-family: "Peyda";
    font-weight: 900;
    margin-bottom: 1rem;
    /* Gradient focused on brand color with soft secondary */
    background: linear-gradient(120deg,
            var(--brand-color) 40%,
            var(--brand-color-lite) 60%,
            var(--brand-color) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Create “flowing cloud/wave” movement */
    background-size: 200% 200%;
    animation: brandGradientFlow 8s ease-in-out infinite;
}

@keyframes brandGradientFlow {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 60%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 40%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.about-amlak-minaei .header p {
    color: gray;
    font-size: 0.9rem;
}


.about-amlak-minaei .about-text .header .call-to-action button {
    background-color: var(--brand-color);
    border: 2px solid var(--brand-color);
    border-radius: 1rem;
    color: white;
    padding: 1rem;
    width: 100%;
    font-weight: 900;
    font-size: 1rem;
    margin-top: 2rem;
    cursor: pointer;
}

.about-amlak-minaei .about-text .header .call-to-action button:hover {
    background-color: white;
    color: var(--brand-color);
    border: 2px solid var(--brand-color);
}




.c-about {
    width: min(120ch, 100%);
    margin-inline: auto;
    padding: 48px 24px;
    text-align: center;
}

.c-about h3 {
    margin-block: 1rem;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 1.5rem;
    color: rgb(17, 17, 22);
}

.c-about p {
    color: rgb(83, 83, 100);
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 24px;
}

.ai-button-icon {
    width: 40px;
}


.gradiant-text {
    background-image: linear-gradient(90deg, var(--brand-color-sec), var(--brand-color));
    background-clip: text;
    color: transparent;

}

.faq-container {
    width: min(120ch, 100%);
    margin-inline: auto;
    margin-block: 2rem;
    position: relative;
    max-height: 600px;
    /* adjust height as needed */
    overflow: hidden;
}

/* Strong + Long Fade-Out */
.faq-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    /* more height for stronger fade */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%);
    pointer-events: none;
}


/* Show button centered */
.view-more-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--brand-color);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    z-index: 2;
}


.faq-container h3 {
    text-align: center;
    margin: 2rem;
    color: rgb(44, 45, 47);
}



.faq-grid {
    columns: 300px;
    column-gap: 20px;
}

.faq-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--brand-color);
}

.faq-item p,
.faq-item ul li {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 10px;
}


.c-about-container {}


@media only screen and (max-width: 768px) {

    .about-amlak-minaei,
    .actions-cards-container,
    .fine-search .body {
        flex-direction: column
    }


}

@media (max-width: 768px) {
    .searchcont form {
        width: 100%;
        /* make form take full width */
        max-width: 100%;
        /* prevent overflowing */
        border-radius: 1rem;
        /* keep rounded corners */
        margin-inline: 1rem;
    }

    .searchcont form input {
        min-width: 0;
        /* remove fixed min-width */
        width: 100%;
        /* input fills form */
        font-size: 0.9rem;
        /* optionally slightly bigger for mobile */
        border-radius: 0 1rem 1rem 0;
        /* keep rounded corners */
    }

    .searchcont form button {
        border-radius: 1rem 0 0 1rem;
        /* keep button rounded */
    }

    .about-amlak-minaei .header {
        text-align: center;
    }
}