@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

/* Import Dubai font */
@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Import Tanker font */
@font-face {
    font-family: 'Tanker-Regular';
    src: url('../fonts/Tanker-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ************COMMON************ */

/* Load Dubai fonts */
@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Apply RTL and Arabic font styling */
.rtl-wrapper {
    direction: rtl;
    font-family: 'Dubai', sans-serif;
}

.rtl-wrapper h1,
.rtl-wrapper h2,
.rtl-wrapper h3,
.rtl-wrapper h4,
.rtl-wrapper h5,
.rtl-wrapper h6 {
    font-family: 'Dubai', sans-serif;
    font-weight: 500;
}

.rtl-wrapper p,
.rtl-wrapper span,
.rtl-wrapper a,
.rtl-wrapper li,
.rtl-wrapper button {
    font-family: 'Dubai', sans-serif;
    font-weight: normal;
}


.logo {
    font-weight: 700;
    font-size: 2.25rem;
}

body {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.1rem;
    color: #303a4d;
}

[class*="__container"] {
    max-width: 72.624rem;
    margin: 0 auto;
    padding: 0 0.938rem;
}

.button {
    font-weight: 600;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    transition: all 0.3s;
    color: #fff;
    background-color: #303a4d;
}

.title {
    font-size: 3.5rem;
    font-weight: 600;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

/* ************HEADER************ */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #008077;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 5rem;
    padding: 1rem 2rem;
}

.header__logo {
    position: relative;
    z-index: 5;
}

.header__logo-img {
    height: 2.5rem;
    width: auto;
}

.header__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.header__navigation:dir(ltr) {
    margin-left: 2rem;
}

.header__navigation:dir(rtl) {
    margin-right: 2rem;
}

.menu__body {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.menu__list {
    display: flex;
    gap: 2rem;
    margin-left: 2rem;
}

.menu__link {
    font-family: "Hanken Grotesk", sans-serif;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}
.menu__link:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.menu__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.menu__link:hover,
.menu__link.active {
    font-weight: 600;
}

.menu__link:hover::after,
.menu__link.active::after {
    width: 100%;
}

.actions-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.actions-header__button {
    font-family: "Hanken Grotesk", sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    height: 42px;
}
.actions-header__button:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.actions-header__button--lang {
    border: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    font-family: 'Dubai', sans-serif;
    font-weight: 500;
}

.actions-header__button--lang::after {
    content: none;
}

.actions-header__button--primary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.actions-header__button--primary:hover {
    background: #ffffff;
    color: #008077;
    border-color: #ffffff;
}

.actions-header__button--qr {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.actions-header__button--qr:hover {
    background: #ffffff;
    color: #008077;
    border-color: #ffffff;
}

.actions-header__button--qr:hover .actions-header__icon {
    filter: invert(33%) sepia(88%) saturate(1550%) hue-rotate(155deg) brightness(50%) contrast(100%);
}

.actions-header__icon {
    width: 20px;
    height: 20px;
    transition: filter 0.3s ease;
}

.icon-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
}

/* *****************HOME**************** */

.main {
    background: linear-gradient(to bottom, #008077 70%, #F9F9F9 30%);
    height: auto;
    padding-top: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.main__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    position: relative;
}

.main__content {
    text-align: center;
    position: relative;
    padding-top: 2rem;
    margin-bottom: 4rem;
}

.main__title {
    font-family: "Tanker-Regular", Helvetica;
    font-weight: 400;
    font-size: 72px;
    letter-spacing: 3.84px;
    line-height: 84px;
    color: #ffffff;
    max-width: 1400px;
    margin-bottom: 0.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}
.main__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.main__next-order {
    font-family: "Tanker-Regular", Helvetica;
    font-weight: 400;
    font-size: 72px;
    letter-spacing: 3.84px;
    line-height: 84px;
    color: #008077;
    background: #ffffff;
    padding: 0.25rem 2rem;
    display: inline-block;
    transform: rotate(-5deg);
    margin-top: 0.5rem;
    border-radius: 8px;
    opacity: 0;
    animation: fadeInUpRotate 0.8s ease forwards;
    animation-delay: 0.4s;
    transform-origin: center;
    will-change: transform;
}
.main__next-order:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

@keyframes fadeInUpRotate {
    from {
        opacity: 0;
        transform: translateY(30px) rotate(-5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotate(-5deg);
    }
}

.main__image {
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 2rem auto -2rem;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 0.6s;
}

.main__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Remove the text and button styles we don't need anymore */
.main__text,
.main__button {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 1440px) {
    .main__title,
    .main__next-order {
        font-size: calc(36px + (72 - 36) * ((100vw - 320px) / (1440 - 320)));
        line-height: 1.2;
    }

    .main__image {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .main {
        background: linear-gradient(to bottom, #008077 70%, #F9F9F9 30%);
        padding-top: 3rem;
    }

    .main__container {
        padding: 1rem;
    }

    .main__content {
        padding-top: 1rem;
        margin-bottom: 2rem;
    }

    .main__title,
    .main__next-order {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 2px;
        padding: 0.5rem 1rem;
        transform: rotate(-5deg);
    }

    .main__image {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
}

.outro_home {
    background: url("../img/home/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************ABOUT**************** */

.about {
    position: relative;
    background: url("../images/about/bg-jagged.png") center/cover no-repeat;
    min-height: 50vh;
    max-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    z-index: 2;
}

.about__content {
    flex: 1;
    max-width: 500px;
}

.about__label {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #303a4d;
    margin-bottom: 1rem;
}

.about__title {
    font-family: "Tanker-Regular", Helvetica;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #008077;
    margin-bottom: 1.5rem;
}

.about__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #303a4d;
}

.about__label:dir(rtl),
.about__title:dir(rtl),
.about__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.about__text p {
    margin-bottom: 1rem;
}

.about__text p:last-child {
    margin-bottom: 0;
}

.about__image {
    flex: 0 0 400px;
    max-width: 400px;
}

.about__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* About Hero Section */
.about-hero {
    background: #ffffff;
    padding-top: 5rem;
}

.about-hero .main__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    text-align: center;
}

.about-hero .main__image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.about-hero .main__image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-hero .main__content {
    max-width: 800px;
    margin: 0 auto;
}

.about-hero .main__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 72px;
    color: #008077;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.about-hero .main__next-order {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 72px;
    color: #ffffff;
    background: #008077;
    display: inline-block;
    padding: 0.25rem 2rem;
    transform: rotate(-5deg);
    margin-bottom: 3rem;
    border-radius: 8px;
    opacity: 0;
    animation: fadeInUpRotate 0.8s ease forwards;
    animation-delay: 0.4s;
}

.about-hero .main__description {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #303a4d;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.6s;
}

.about-hero .main__title:dir(rtl),
.about-hero .main__next-order:dir(rtl),
.about-hero .main__description:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.about-hero .main__description p {
    margin-bottom: 1rem;
}

.about-hero .main__description p:last-child {
    margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 992px) {
    .about-hero .main__title,
    .about-hero .main__next-order {
        font-size: 48px;
    }

    .about-hero .main__description {
        font-size: 1.125rem;
    }

    .about__container {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }

    .about__content {
        max-width: 100%;
    }

    .about__image {
        flex: 0 0 auto;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about-hero {
        margin-top: 50px;
    }

    .about-hero .main__title,
    .about-hero .main__next-order {
        font-size: 36px;
    }

    .about-hero .main__description {
        font-size: 1rem;
    }

    .about {
        padding: 4rem 0;
    }

    .about__title {
        font-size: 2.5rem;
    }

    .about__image {
        max-width: 280px;
    }
}

.outro_about {
    background: url("../img/about/hero_placeholder.jpg") center / cover no-repeat;
}

/* **************SERVICES**************** */

.main_services {
    background: url("../img/services/background_placeholder.png") center / cover no-repeat;
}

.services {
    background-color: #e1e4eb;
}

.services__container {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
}

.services__title {
    text-align: center;
    margin-bottom: 5rem;
}

.services__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.item-services {
    display: flex;
    flex-direction: column;
    align-items: start;
    min-height: 100%;
}

.item-services__image {
    margin-bottom: 2rem;
    max-width: 360px;
    height: 421px;
}

.item-services__image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.item-services__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.item-services__text {
    max-width: 21.5rem;
    line-height: 150%;
    margin-bottom: 2rem;
    flex-grow: 1;
    letter-spacing: 0.02em;
}

.item-services__button {
    background-color: inherit;
    border: 2px solid #303a4d;
    color: #303a4d;
}

.outro_services {
    background: url("../img/services/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
}

.testiomonial__caption {
    margin-bottom: 4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial__title {
    margin-bottom: 4rem;
    font-size: 2rem;
    max-width: 40.75rem;
    line-height: 136%;
    font-weight: 500;
}

.item-testimonial__image {
    max-width: 64px;
    margin: 0 auto;
    margin-bottom: 1.063rem;
    height: 64px;
}

.item-testimonial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.item-testimonial__title {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.item-testimonial__caption {
    font-size: 0.938rem;
}

/* ****************OUTRO**************** */

.outro__container {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.outro__title {
    margin-bottom: 1.25rem;
}

.outro__text {
    max-width: 33.625rem;
    line-height: 150%;
    margin-bottom: 2.5rem;
    letter-spacing: 0.02em;
}

.outro__button {
    padding: 1.25rem 3rem;
}

/* ****************FOOTER**************** */

.footer {
    background: #008077;
    padding: 4rem 0 2rem;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.footer__branding {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer__logo {
    height: auto;
    width: 8rem;
}

.footer__tagline {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    font-size: 1.2rem;
}

.footer__social {
    text-align: right;
}

.footer__social-title {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer__tagline:dir(rtl),
.footer__social-title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.footer__social-icons {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon img {
    width: 30px;
    height: 30px;
}

.footer__divider {
    height: 1px;
    background: #ffffff;
    margin: 0 auto 2rem;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer__links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer__links a {
    color: #ffffff;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer__links a:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.footer__links a:hover {
    font-weight: 600;
}

.footer__legal {
    text-align: right;
}

.footer__legal p {
    color: #ffffff;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
}

.footer__legal p:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

/* Responsive footer styles */
@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 1.5rem;
    }

    .footer__top {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer__branding {
        align-items: center;
    }

    .footer__social {
        text-align: center;
    }

    .footer__social-icons {
        justify-content: center;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .footer__divider {
        height: 1px;
        background: rgba(255, 255, 255, 0.8);
        margin: 0 2rem 2rem;
        width: calc(100% - 1rem);
    }

    .footer__links {
        justify-content: center;
        gap: 1rem;
    }

    .footer__legal {
        text-align: center;
    }
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
    max-width: 37.5rem;
}

.main__container_pages {
    padding-top: 300px;
}

.main_pages {
    min-height: 676px !important;
}

/* ****************SERVICES PAGE**************** */
.services-page__container {
    padding-top: 160px;
}

.services-page__item {
    margin-bottom: 132px;
}

.services-page__item:not(:last-child) {
    padding-bottom: 132px;
    margin-bottom: 132px;
    border-bottom: 1px solid rgba(48, 58, 77, 0.4);
}

.services-page__column {
    display: flex;
    align-items: center;
    gap: 97px;
}

.services-page__title {
    margin-bottom: 24px;
}

.services-page__text {
    margin-bottom: 56px;
    max-width: 480px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.services-page__text p:not(:last-child) {
    margin-bottom: 20px;
}

.services-page__img {
    max-width: 552px;
    height: 614px;
}

.services-page__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* ****************CONTACT PAGE****************/

.main_contact {
    background: url("../img/contact/background_placeholder.png") center / cover no-repeat;
}

.contact__container {
    display: flex;
    justify-content: space-between;
    gap: 109px;
    padding-top: 140px;
    padding-bottom: 140px;
}

.contact__title {
    margin-bottom: 48px;
    font-weight: 600;
    line-height: 110%;
    font-size: 40px;
}

.connect-contact {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 32px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e4eb;
}

.connect-contact__item {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.connect-contant__type {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 110%;
    text-transform: uppercase;
}

.connect-contact__label {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.contact__links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact__text {
    max-width: 545px;
    font-size: 18px;
    line-height: 150%;
}

.contact__text p:not(:last-child) {
    margin-bottom: 15px;
}

iframe {
    width: 100vw;
    height: 482px;
    filter: grayscale(100%);
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
    padding-top: 160px;
    padding-bottom: 160px;
}

.reviews__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 96px;
}

.reviews__column {
    border: 1px solid #e1e4eb;
    border-radius: 8px;
}

.reviews__item {
    padding-top: 48px;
    padding-bottom: 56px;
    padding-right: 32px;
    padding-left: 32px;
}

.item-reviews {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-reviews__img {
    max-width: 46px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 46px;
}

.item-reviews__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-reviews__text {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 150%;
}

.item-reviews__author {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}

.item-reviews__geo {
    font-size: 14px;
    letter-spacing: 0.002em;
}

/* ******************PRICING PAGE******************** */
.pricing__container {
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricing__caption {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 4%;
}

.pricing__title {
    font-weight: 600;
    font-size: 72px;
    margin-bottom: 24px;
}

.pricing__text {
    font-size: 22px;
    letter-spacing: 2%;
    margin-bottom: 88px;
}

.pricing__row {
    display: flex;
    align-items: start;
    gap: 24px;
}

.pricing__column {
    border: 2px solid #e1e4eb;
    border-radius: 8px;
}

.pricing__item {
    padding: 40px;
    padding-bottom: 48px;
}

.item-pricing__info {
    padding-bottom: 32px;
    border-bottom: 1px solid #e1e4eb;
    margin-bottom: 32px;
}

.item-pricing__label {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1%;
    margin-bottom: 16px;
}

.item-pricing__cost {
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 16px;
}

.item-pricing__list {
    margin-bottom: 64px;
}

.item-pricing__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.item-pricing__item::before {
    content: "";
    background: url("../img/pricing/check.svg") 0 0 no-repeat;
    width: 16px;
    height: 18px;
}

.item-pricing__item:not(:last-child) {
    margin-bottom: 12px;
}

.item-pricing__button {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2%;
    font-weight: 600;
    color: #fff;
    padding: 20px 82px;
    background-color: #303a4d;
    border-radius: 64px;
}

.team {
    background-color: #e1e4eb;
}

.team__container {
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team__title {
    text-align: center;
    margin-bottom: 96px;
    max-width: 483px;
}

.team__row {
    display: grid;
    column-gap: 24px;
    row-gap: 96px;
    grid-template-columns: repeat(3, 1fr);
}

.team__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-team__img {
    max-width: 360px;
    height: 363px;
    margin-bottom: 40px;
}

.item-team__img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.item-team__name {
    max-width: 186px;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
}

.item-team__role {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 26px;
    letter-spacing: 2%;
}

.item-team__role span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.item-team__role span::after {
    content: "";
    background: url("../img/team/icons/star.svg") 0 0 no-repeat;
    width: 12px;
    height: 12px;
}

.item-team__text {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2%;
    line-height: 150%;
    max-width: 328px;
    margin-bottom: 20px;
}

.item-team__icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* *************FAQ PAGE************** */
.faqs__container {
    padding-top: 140px;
    padding-bottom: 140px;
}

.faqs__title {
    text-align: center;
    margin-bottom: 80px;
}

.spollers-faq__item {
    width: 100%;
}

.spollers-faq__item:not(:last-child) {
    margin-bottom: 24px;
}

.spollers-faq__button {
    display: inline-block;
    border: 2px solid #e1e4eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 8px;
}

.spollers-faq__button span {
    padding-left: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-weight: 600;
}

.spollers-faq__button img {
    padding-right: 34.5px;
}

.spollers-faq__text {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    display: block;
}

.spollers-faq__item.active .spollers-faq__text {
    max-height: 1000px;
    max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
    border-bottom: none;
    border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
    padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
    transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
    padding-top: 20px;
    padding-left: 40px;
    border: 2px solid #e1e4eb;
    border-radius: 0px 0px 8px 8px;
    line-height: 150%;
    padding-bottom: 20px;
    border-top: none;
    padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
    align-items: center;
    gap: 96px;
}

.director__title {
    margin-bottom: 16px;
}

.director__role {
    font-size: 22px;
    letter-spacing: 2%;
    margin-bottom: 40px;
}

.director__text {
    letter-spacing: 2%;
    line-height: 150%;
    max-width: 480px;
}

.director__text p:not(:last-child) {
    margin-bottom: 20px;
}

.director__img {
    max-width: 552px;
    height: 614px;
}

.director__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery__container {
    padding-bottom: 140px;
    padding-top: 140px;
}

.gallery__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 96px;
    margin-bottom: 96px;
    justify-items: center;
}

.gallery__item {
    max-width: 360px;
    height: 407px;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.gallery__paggination {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

.gallery__paggination button:first-child {
    transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
    transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
    color: #fff;
    padding: 10px 15px;
    background-color: #303a4d;
    border-radius: 100px;
    display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
    padding-top: 140px;
    padding-bottom: 140px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 96px;
    justify-items: center;
}

.resources__img {
    max-width: 360px;
    height: 330px;
    margin-bottom: 32px;
}

.resources__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.resources__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
}

.resources__text {
    letter-spacing: 2%;
    line-height: 150%;
    max-width: 243px;
    margin-bottom: 32px;
}

.resources__button {
    background-color: #fff;
    color: #303a4d;
    font-weight: 600;
    letter-spacing: 2%;
    border: 2px solid #303a4d;
    border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (min-width: 768px) {
    .menu__link--lang {
        display: none;
    }
}

@media (max-width: 768px) {
    .main__container {
        flex-direction: column;
        text-align: center;
    }

    .actions-header {
        flex-direction: row !important;
        justify-content: flex-end;
        width: auto;
        max-width: none;
    }

    .actions-header__button {
        width: auto;
    }

    .actions-header .menu__icon {
        order: 99;
        margin-left: auto;
    }

    .main__content {
        margin-bottom: 2rem;
    }

    .actions-header__button--lang,
    .actions-header__button--qr {
        display: none;
    }
}

@media (min-width: 47.999rem) {
    .menu__list {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        flex-wrap: wrap;
    }
}

@media (max-width: 995px) {
    .item-pricing__button {
        font-size: 19px;
    }
}

@media (max-width: 62.6875rem) {
    .resources__container {
        padding-top: 70px;
        padding-bottom: 70px;
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery__paggination {
        gap: 27px;
    }

    .gallery__row {
        grid-template-columns: repeat(2, 1fr);
    }

    .team__row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .director__container {
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 70px;
        gap: 10px;
        text-align: center;
    }

    .item-pricing {
        padding: 20px;
        padding-bottom: 30px;
    }

    .pricing__title {
        font-size: 39px;
    }

    .pricing__text {
        margin-bottom: 25px;
    }

    .item-pricing__button {
        padding: 16px 42px;
    }

    .footer__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem;
    }

    .footer__policy,
    .footer__copyright {
        justify-self: center;
        text-align: center;
        margin: 0.5rem 0;
    }

    .footer__logo {
        margin-bottom: 1rem;
    }

    .services-page__column {
        gap: 30px;
        font-size: 15px;
    }

    .services-page__title {
        font-size: 29px;
    }

    .reviews__row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
        column-gap: 10px;
    }

    .reviews__item {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        display: inline-block;
    }

    .item-reviews__text {
        font-size: 16px;
    }

    .item-reviews__author {
        font-size: 16px;
    }
}

@media (max-width: 47.999rem) {
    .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        padding: 7rem 2rem 2rem;
        overflow-y: auto;
        transition: left 0.3s ease;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
    }

    .menu-open .menu__body {
        left: 0;
    }

    /*[lang="ar"] .menu__body {*/
    /*    left: auto;*/
    /*    right: -100%;*/
    /*    transition: right 0.3s ease;*/
    /*}*/

    [lang="ar"].menu-open .menu__body {
        right: 0;
        left: auto;
    }

    .menu__list {
        flex-direction: column;
        align-items: center;
        margin: 0;
        gap: 2rem;
    }

    .menu__link {
        font-size: 1.25rem;
        color: #008077;
    }

    .actions-header {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .actions-header__button {
        width: 100%;
        justify-content: center;
    }

    /* Hamburger menu icon */
    .icon-menu {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 5;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu span {
        top: 9px;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .menu-open .icon-menu span {
        transform: scale(0);
    }

    .menu-open .icon-menu::before {
        transform: rotate(45deg);
        top: 9px;
        background-color: #008077;
    }

    .menu-open .icon-menu::after {
        transform: rotate(-45deg);
        bottom: 9px;
        background-color: #008077;
    }

    /* Menu items animation */
    .menu__item {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
        transition-delay: calc(0.1s * var(--item-index));
    }

    .menu-open .menu__item {
        opacity: 1;
        transform: translateY(0);
    }

    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }

    .menu__link-icon {
        width: 20px;
        height: 20px;
    }

    .menu__link-icon path {
        fill: #008077;
    }

    /* Main section mobile styles */
    .main {
        background: linear-gradient(to bottom, #008077 80%, #F9F9F9 20%);
        padding-top: 5rem;
    }

    .main__container {
        padding: 2rem 1rem;
    }

    .main__content {
        padding-top: 1rem;
        margin-bottom: 2rem;
    }

    .main__title {
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing: 2px;
        margin-bottom: 0.5rem;
    }

    .main__next-order {
        font-size: 2.5rem;
        line-height: 1.2;
        letter-spacing: 2px;
        padding: 0.5rem 1rem;
        margin-top: 1rem;
    }

    .main__image {
        width: 100%;
        margin: 2rem auto 0;
    }

    /* App store buttons mobile styles */
    .main__app-stores {
        margin-top: 3rem;
        padding: 0 1rem;
    }

    .app-stores__buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .app-store-button {
        width: 100%;
        max-width: 200px;
        text-align: center;
    }

    .app-store-button img {
        height: 44px;
        width: auto;
    }

    /* RTL specific mobile fixes */
    [lang="ar"] .header__navigation {
        flex-direction: row-reverse;
    }

    [lang="ar"] .actions-header {
        flex-direction: column;
    }

    [lang="ar"] .actions-header__button {
        flex-direction: row-reverse;
    }

    [lang="ar"] .menu__icon {
        margin-left: 0;
    }
}

/* Update header for mobile */
@media (max-width: 47.999rem) {
    .header__container {
        padding: 0.75rem 1rem;
    }

    .header__logo-img {
        height: 2rem;
    }

    .header__navigation {
        margin-left: 1rem;
    }

    [lang="ar"] .header__navigation {
        margin-right: 1rem;
        margin-left: 0;
    }

    .actions-header__button--qr,
    .actions-header__button--lang {
        display: none;
    }

    .menu__body .actions-header__button--lang {
        display: flex;
        color: #008077;
        border-color: #008077;
    }

    .menu__body .actions-header__icon {
        filter: invert(33%) sepia(93%) saturate(1352%) hue-rotate(155deg) brightness(99%) contrast(101%);
    }
}

/* Menu body before element */
.menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 4rem;
    background-color: #ffffff;
    z-index: 2;
}

.menu-open .menu__body::before {
    left: 0;
}

@media (max-width: 61.936rem) {
    .footer__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        row-gap: 0.938rem;
    }

    .logo {
        font-size: 2rem;
    }
}

@media (max-width: 530px) {
    .reviews__row {
        grid-template-columns: 1fr;
    }

    .team__row {
        grid-template-columns: 1fr;
    }

    .gallery__row {
        grid-template-columns: 1fr;
    }

    .resources__container {
        grid-template-columns: 1fr;
    }
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.header__actions:dir(ltr) {
    margin-left: auto;
}
.header__actions:dir(rtl) {
    margin-right: auto;
}
.menu__list {
    display: flex;
    gap: 2rem;
    margin-left: 2rem; /* Add space after logo */
}

/* Update mobile menu styles */
@media (max-width: 47.999rem) {
    .menu__list {
        margin-left: 0;
    }

    .menu__link {
        color: #008077;
        font-size: 1.5rem;
    }
}

/* Add these new styles */
.main__app-stores {
    text-align: center;
    margin-top: 3rem;
    padding-bottom: 0;
}

.app-stores__text {
    font-family: "Hanken Grotesk", sans-serif;
    color: #303a4d;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.8s;
}

.app-stores__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.app-stores__buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 1s;
}

.app-store-button {
    display: inline-block;
    transition: transform 0.3s ease;
}

.app-store-button:hover {
    transform: translateY(-2px);
}

.app-store-button img {
    height: 48px;
    width: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main__app-stores {
        margin-top: 2rem;
        padding: 0;
    }

    .app-stores__text,
    .app-stores__buttons {
        display: none;
    }

    .main__app-stores .actions-header__button--primary {
        display: block;
        width: 100%;
        max-width: 300px;
        height: fit-content;
        text-align: center;
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

/* Why use section styles */
.why-use {
    position: relative;
    background: url("../images/home/whyusezaad.png") center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.why-use__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.why-use__label {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #303a4d;
    margin-bottom: 1rem;
}

.why-use__title {
    font-family: "Tanker-Regular", Helvetica;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #008077;
    margin-bottom: 4rem;
}
.why-use__label:dir(rtl),
.why-use__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.highlight-text {
    display: inline-block;
    background: #008077;
    color: #ffffff;
    padding: 0.25rem 1rem;
    transform: rotate(-5deg);
    border-radius: 8px;
}

.why-use__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25rem;
}

.why-use__features {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}

.why-use__image {
    max-width: 550px;
    flex: 1;
}

.why-use__image img {
    width: 100%;
    height: auto;
    display: block;
}

.feature-box {
    text-align: center;
    padding: 2rem;
    border-radius: 12px;
    min-width: 100px;
    min-height: 100px;
    max-width: 280px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.feature-box__icon {
    margin-bottom: 1rem;
}

.feature-box__icon img {
    width: 60px;
    height: 60px;
}

.feature-box__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #303a4d;
}

.feature-box__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

/* Responsive styles */
@media (max-width: 992px) {
    .why-use__content {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .why-use__features {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .feature-box {
        flex: 1 1 200px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

@media (max-width: 768px) {
    .why-use__container {
        padding: 4rem 1rem;
    }

    .why-use__title {
        font-size: 2.5rem;
    }

    .why-use__features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        width: 100%;
        min-height: 160px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

@media (max-width: 480px) {
    .feature-box {
        min-width: 300px;
        min-height: 140px;
        padding: 1.5rem;
    }
}

/* Marquee styles */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes scroll-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
    }
}

.marquee {
    width: 100%;
    height: 100px;
    background: #345B63;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.marquee__content {
    display: flex;
    width: max-content;
}
.marquee__content:dir(ltr) {
    animation: scroll 30s linear infinite;
}
.marquee__content:dir(rtl) {
    animation: scroll-rtl 30s linear infinite;
}

.marquee__items {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee__items span {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 53px;
    color: #ffffff;
    padding: 0 10px;
}

.marquee__separator {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 53px;
    color: #ffffff;
    opacity: 0.5;
    padding: 0 10px;
}

.marquee__items span:dir(rtl),
.marquee__separator:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

/* Optional: Pause animation on hover */
.marquee__content:hover {
    animation-play-state: running;
}

/* Ensure smooth animation */
.marquee__content {
    will-change: transform;
}

/* How Zaad Works section */
.how-zaad {
    padding: 6rem 0;
    background: #F9F9F9;
}

.how-zaad__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.how-zaad__image {
    flex: 0 0 45%;
}

.how-zaad__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.how-zaad__content {
    flex: 1;
}

.how-zaad__label {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #303a4d;
    margin-bottom: 2rem;
}

.how-zaad__label:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.how-zaad__carousel {
    position: relative;
}

.carousel__slides {
    position: relative;
    overflow: hidden;
}

.carousel__slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(20px);
}

.carousel__slide.active {
    opacity: 1;
    position: relative;
    transform: translateY(0);
}

.carousel__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3rem;
    color: #008077;
    margin-bottom: 1rem;
}

.carousel__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.carousel__description {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #303a4d;
    margin-bottom: 2rem;
}

.carousel__description:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.carousel__controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.carousel__dots {
    display: flex;
    gap: 0.5rem;
}

.carousel__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D1D1D1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel__dot.active {
    background: #008077;
    transform: scale(1.2);
}

.carousel__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel__arrow:dir(rtl) {
    transform: scaleX(-1);
}

.carousel__arrow:hover {
    background: #008077;
    border-color: #008077;
}

.carousel__arrow:hover svg path {
    stroke: #ffffff;
}

@media (max-width: 992px) {
    .how-zaad__container {
        flex-direction: column;
        gap: 3rem;
    }

    .how-zaad__image {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .how-zaad {
        padding: 4rem 0;
    }

    .carousel__title {
        font-size: 2.5rem;
    }

    .carousel__description {
        font-size: 1.125rem;
    }

    .carousel__slides {
        height: 299px;
    }
}

/* Parallax Section */
.parallax {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url("../images/home/buffer.jpg") center/cover fixed;
}

.parallax__image {
    display: none;
}

/* Partners Section */
.partners {
    padding: 6rem 0;
    background: #ffffff;
    overflow: hidden;
}

.partners__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3.5rem;
    color: #008077;
    text-align: center;
    margin-bottom: 4rem;
}

.partners__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.partners__marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    -webkit-mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

.partners__track {
    display: flex;
    width: max-content;
}

.partners__track:dir(ltr) {
    animation: scroll-partners 30s linear infinite;
}
.partners__track:dir(rtl) {
    animation: scroll-partners-rtl 30s linear infinite;
}

.partners__logos {
    display: flex;
    gap: 4rem;
    padding: 0 2rem;
    flex-shrink: 0;
}

.partner-logo {
    flex: 0 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
}

.partner-logo img {
    height: 100%;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

@keyframes scroll-partners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes scroll-partners-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
    }
}

/* Pause animation on hover */
.partners__track:hover {
    animation-play-state: running;
}

/* Home FAQs Section */
.home-faqs {
    position: relative;
    background: url("../images/home/faq-bg.png") center/cover no-repeat;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-faqs__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    z-index: 2;
}

.home-faqs__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3.5rem;
    color: #008077;
    text-align: center;
    margin-bottom: 4rem;
}

.home-faqs__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.home-faqs__content {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.home-faqs__questions {
    flex: 1;
}

.home-faqs__image {
    flex: 0 0 400px;
}

.home-faqs__image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.faq-item {
    border-bottom: 1px solid rgba(48, 58, 77, 0.1);
    margin-bottom: 1.5rem; /* Add spacing between FAQ items */
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
}

.faq-item__button span {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: #303a4d;
}

.faq-item__button span:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.faq-item__icon {
    position: relative;
    width: 24px;
    height: 24px;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: '';
    position: absolute;
    background: #008077;
    transition: transform 0.3s ease;
}

.faq-item__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.faq-item__icon::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.faq-item.active .faq-item__icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.faq-item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-item__content {
    max-height: 400px;
    padding-bottom: 4rem;
}

.faq-item__content p {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #303a4d;
}

.faq-item__content p:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

/* Responsive styles */
@media (max-width: 992px) {
    .home-faqs__content {
        flex-direction: column;
    }

    .home-faqs__image {
        flex: 0 0 auto;
        max-width: 400px;
        margin: 0 auto;
    }

    .partner-logo {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .partners__title,
    .home-faqs__title {
        font-size: 2.5rem;
    }

    .partners {
        padding: 4rem 0;
    }

    .partners__logos {
        gap: 2rem;
    }

    .partner-logo {
        height: 50px;
    }

    .home-faqs {
        padding: 4rem 0;
    }

    .faq-item__button span {
        font-size: 1rem;
    }
}

/* QR Code Popup */
.qr-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: all 0.3s ease;
}

.qr-popup.active {
    display: flex;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.qr-popup__content {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    transition: all 0.3s ease;
}

.qr-popup.active .qr-popup__content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.qr-popup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    transition: transform 0.3s ease;
}

.qr-popup__close:hover {
    transform: rotate(90deg) translate(-3px, 3px);
}

.qr-popup__body {
    text-align: center;
}

.qr-popup__title {
    font-family: "Tanker-Regular", sans-serif;
    font-size: 2rem;
    color: #008077;
    margin-bottom: 1rem;
}

.qr-popup__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.qr-popup__text {
    font-family: "Hanken Grotesk", sans-serif;
    color: #303a4d;
    margin-bottom: 2rem;
}

.qr-popup__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.qr-popup__qr {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #ffffff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.qr-popup__qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Arabic text specific styles */
[lang="ar"] {
    font-family: 'Dubai', sans-serif;
}

[lang="ar"] h1,
[lang="ar"] h2,
[lang="ar"] h3,
[lang="ar"] h4,
[lang="ar"] h5,
[lang="ar"] h6 {
    font-weight: 700;
}

[lang="ar"] .menu__link,
[lang="ar"] .actions-header__button,
[lang="ar"] .about__button {
    font-weight: 500;
}

[lang="ar"] .main__title,
[lang="ar"] .about__title,
[lang="ar"] .why-use__title,
[lang="ar"] .how-zaad__title,
[lang="ar"] .home-faqs__title {
    font-weight: 700;
}

[lang="ar"] .main__text,
[lang="ar"] .about__text,
[lang="ar"] .why-use__item-text,
[lang="ar"] .carousel__text,
[lang="ar"] .faq-item__content p {
    font-weight: 400;
}

[lang="ar"] .footer__tagline,
[lang="ar"] .footer__social-title {
    font-weight: 500;
}

/* Scroll Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animate {
    opacity: 0;
    transition: all 0.6s ease;
}

.animate--fade-up {
    transform: translateY(30px);
}

.animate--fade-in {
    opacity: 0;
}

.animate.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Hero animations */
.main__title {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.main__next-order {
    opacity: 0;
    animation: fadeInUpRotate 0.8s ease forwards;
    animation-delay: 0.4s;
}

.main__image {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 0.6s;
}

.app-stores__text {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.8s;
}

.app-stores__buttons {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 1s;
}

/* Header scroll behavior */
.header {
    transition: transform 0.3s ease;
}

.header--hidden {
    transform: translateY(-100%);
}

/* White header variant */
.header--white {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header--white .actions-header__icon {
    filter: brightness(0);
}

.header--white .menu__link {
    color: #303a4d;
}

.header--white .actions-header__button {
    color: #303a4d;
    border-color: rgba(48, 58, 77, 0.3);
}

.header--white .actions-header__button:hover {
    background: #008077;
    color: #ffffff;
    border-color: #008077;
}

.header--white .actions-header__button:hover .actions-header__icon {
    filter: brightness(0) invert(1);
}

.header__logo-img--colored {
    filter: invert(33%) sepia(93%) saturate(1352%) hue-rotate(155deg) brightness(99%) contrast(101%);
}

.menu__link--dark {
    color: #303a4d;
}

.menu__link--dark::after {
    background-color: #303a4d;
}

.actions-header__button--dark {
    color: #303a4d;
    border-color: rgba(48, 58, 77, 0.3);
}

.actions-header__button--dark:hover {
    background: #008077;
    color: #ffffff;
    border-color: #008077;
}

.actions-header__icon--dark {
    filter: invert(23%) sepia(19%) saturate(934%) hue-rotate(182deg) brightness(94%) contrast(88%);
}

.actions-header__button--dark:hover .actions-header__icon--dark {
    filter: brightness(0) invert(1);
}

.icon-menu--dark span,
.icon-menu--dark::before,
.icon-menu--dark::after {
    background-color: #303a4d;
}

/* About page hero section */
.about-hero {
    padding: 6rem 0 4rem;
    background: #ffffff;
}

.about-hero .main__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 2rem;
}

.about-hero .main__image {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 3rem;
}

.about-hero .main__image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-hero .main__content {
    max-width: 800px;
}

.about-hero .main__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 72px;
    color: #008077;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.about-hero .main__next-order {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 72px;
    color: #ffffff;
    background: #008077;
    display: inline-block;
    padding: 0.25rem 2rem;
    transform: rotate(-5deg);
    margin-bottom: 3rem;
    border-radius: 8px;
    opacity: 0;
    animation: fadeInUpRotate 0.8s ease forwards;
    animation-delay: 0.4s;
}

.about-hero .main__description {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #303a4d;
}

.about-hero .main__title:dir(rtl),
.about-her .main__next-order:dir(rtl),
.about-hero .main__description:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.about-hero .main__description p {
    margin-bottom: 1rem;
}

.about-hero .main__description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .about-hero .main__title,
    .about-hero .main__next-order {
        font-size: 48px;
    }

    .about-hero .main__description {
        font-size: 1.125rem;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 4rem 0 3rem;
    }

    .about-hero .main__title,
    .about-hero .main__next-order {
        font-size: 36px;
    }

    .about-hero .main__description {
        font-size: 1rem;
    }
}

/* Learn About Zaad Section */
.learn-about {
    padding: 6rem 0;
    background: #ffffff;
}

.learn-about__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.learn-about__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3.5rem;
    color: #008077;
    margin-bottom: 1rem;
}

.learn-about__subtitle {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    color: #303a4d;
    max-width: 800px;
    margin: 0 auto 4rem;
    line-height: 1.6;
}

.learn-about__title:dir(rtl),
.learn-about__subtitle:dir(rtl){
    font-family: 'Dubai', sans-serif;
}

.learn-about__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.learn-about__item {
    position: relative;
    border-radius: 24px;
    text-align: left;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.learn-about__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.learn-about__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.learn-about__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 2;
}

.learn-about__item-title {
    font-family: "Tanker-Regular", Helvetica;
    font-weight: 400;
    font-size: 2rem;
    color: #303a4d;
    margin-bottom: 1rem;
    z-index: 2;
}
.learn-about__item-text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 0.90rem;
    line-height: 1.6;
    text-align: left;
    color: #303a4d;
    max-width: 95%;
    z-index: 2;
}
.learn-about__item-text:dir(rtl),
.learn-about__item-title:dir(rtl) {
    text-align: right;
    font-family: 'Dubai', sans-serif;
}

.learn-about__card {
    padding: 2rem;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
.learn-about__card::before {
    content: '';
    background-size: cover;
    background-position: center;
    background-image: var(--bg-url);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.learn-about__card:dir(rtl)::before {
    transform: scaleX(-1);
}

/* Custom border radius patterns */
.learn-about__card:nth-child(odd) {
    border-radius: 65px 0 65px 0;
}

.learn-about__card:nth-child(even) {
    border-radius: 65px 0 65px 0;
}

.learn-about__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 2rem;
    color: #303a4d;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.learn-about__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.125rem;
    color: #303a4d;
    position: relative;
    z-index: 2;
    max-width: 80%;
}

.learn-about__title:dir(rtl),
.learn-about__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

@media (max-width: 992px) {
    .learn-about__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .learn-about__title {
        font-size: 2.5rem;
    }

    .learn-about__subtitle {
        font-size: 1.125rem;
        margin-bottom: 3rem;
    }

    .learn-about__item-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .learn-about {
        padding: 4rem 0;
    }

    .learn-about__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .learn-about__item-title {
        font-size: 1.7rem;
    }

    .learn-about__item-text {
        font-size: 0.9rem;
        max-width: 92%;
    }
}

/* Stats Section */
.stats {
    padding: 6rem 0;
    background: #ffffff;
}

.stats__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.stats__item {
    text-align: center;
}

.stats__icon {
    margin-bottom: 2rem;
}

.stats__icon img {
    height: 80px;
    width: auto;
}

.stats__number {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3.5rem;
    color: #008077;
    margin-bottom: 0.5rem;
}

.stats__label {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #303a4d;
}

.stats__number:dir(rtl),
.stats__label:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

/* Join Section */
.join {
    position: relative;
    background: url("../images/home/faq-bg.png") center/cover no-repeat;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.join__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.join__content {
    flex: 1;
}

.join__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3.5rem;
    color: #008077;
    margin-bottom: 1.5rem;
}

.join__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #303a4d;
    margin-bottom: 2rem;
}

.join__buttons {
    display: flex;
    gap: 1rem;
}

.join__button {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
}

.join__title:dir(rtl),
.join__text:dir(rtl),
.join__button:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.join__button--primary {
    background: #008077;
    color: #ffffff;
}

.join__button--primary:hover {
    background: #006c64;
}

.join__button--secondary {
    border: 2px solid #008077;
    color: #008077;
}

.join__button--secondary:hover {
    background: #008077;
    color: #ffffff;
}

.join__image {
    flex: 0 0 45%;
}

.join__image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Responsive styles */
@media (max-width: 992px) {
    .stats__grid {
        gap: 2rem;
    }

    .stats__number {
        font-size: 2.5rem;
    }

    .join__container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .join__buttons {
        justify-content: center;
    }

    .join__image {
        flex: 0 0 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .stats {
        padding: 4rem 0;
    }

    .stats__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .stats__icon img {
        height: 60px;
    }

    .join {
        padding: 4rem 0;
    }

    .join__title {
        font-size: 2.5rem;
    }

    .join__text {
        font-size: 1.125rem;
    }

    .join__buttons {
        flex-direction: column;
    }

    .join__button {
        width: 100%;
    }
}

/* Contact Hero Section */
.contact-hero {
    padding: 8rem 0 4rem;
    background: #ffffff;
    text-align: center;
    margin-top: 40px;
}

.contact-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-hero__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 4rem;
    color: #008077;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.contact-hero__subtitle {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    color: #303a4d;
    margin-bottom: 4rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.contact-hero__title:dir(rtl),
.contact-hero__subtitle:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.contact-hero__cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}

.contact-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 3rem 2rem;
    text-align: center;
    flex: 1;
    max-width: 400px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.4s;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
}

.contact-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-card__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 2rem;
    color: #008077;
    margin-bottom: 1rem;
}

.contact-card__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.125rem;
    color: #303a4d;
    margin-bottom: 1.5rem;
}

.contact-card__link {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #008077;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card__link:dir(rtl),
.contact-card__text:dir(rtl),
.contact-card__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.contact-card__link:hover {
    color: #006c64;
}

/* Contact Map Section */
.contact-map {
    padding: 6rem 0;
    background: #f9f9f9;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.4s;
}

.contact-map__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.contact-map__content {
    flex: 1;
}

.contact-map__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3rem;
    color: #008077;
    margin-bottom: 1.5rem;
}

.contact-map__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #303a4d;
    margin-bottom: 3rem;
}

.contact-map__title:dir(rtl),
.contact-map__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.contact-map__stats {
    display: flex;
    gap: 3rem;
}

.map-stat {
    text-align: center;
}

.map-stat__number {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3rem;
    color: #008077;
    display: block;
    margin-bottom: 0.5rem;
}

.map-stat__label {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #303a4d;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.map-stat__number:dir(rtl),
.map-stat__label:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.contact-map__visual {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-map__svg {
    width: 100%;
    max-width: 600px;
    height: auto;
    fill: #008077;
    opacity: 0.9;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .contact-map__svg {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .contact-map__svg {
        max-width: 300px;
    }
}

.map-marker {
    position: absolute;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 2px 4px rgba(76, 175, 80, 0.2));
}

.map-marker__point {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #4CAF50;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.map-marker__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: rgba(76, 175, 80, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: pulse 3s ease-out infinite;
}

.map-marker--dubai .map-marker__pulse {
    animation-delay: 0s;
}

.map-marker--abudhabi .map-marker__pulse {
    animation-delay: 1s;
}

.map-marker--sharjah .map-marker__pulse {
    animation-delay: 2s;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.8;
    }
    50% {
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* Contact CTA Section */
.contact-cta {
    padding: 6rem 0;
    background: #ffffff;
    text-align: center;
}

.contact-cta__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-cta__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3rem;
    color: #008077;
    margin-bottom: 1.5rem;
}

.contact-cta__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    color: #303a4d;
    margin-bottom: 3rem;
}

.contact-cta__title:dir(rtl),
.contact-cta__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.contact-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.contact-cta__button {
    transition: transform 0.3s ease;
}

.contact-cta__button:hover {
    transform: translateY(-3px);
}

.contact-cta__button img {
    height: 48px;
    width: auto;
}

/* Responsive styles */
@media (max-width: 992px) {
    .contact-hero__cards {
        flex-direction: column;
        align-items: center;
    }

    .contact-card {
        width: 100%;
    }

    .contact-map__container {
        flex-direction: column;
        text-align: center;
    }

    .contact-map__stats {
        justify-content: center;
    }

    .map-marker {
        transform: scale(0.8);
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 6rem 0 3rem;
    }

    .contact-hero__title {
        font-size: 3rem;
    }

    .contact-hero__subtitle {
        font-size: 1.125rem;
    }

    .contact-map__title {
        font-size: 2.5rem;
    }

    .contact-map__text {
        font-size: 1.125rem;
    }

    .map-stat__number {
        font-size: 2.5rem;
    }

    .contact-cta__title {
        font-size: 2.5rem;
    }

    .contact-cta__text {
        font-size: 1.125rem;
    }

    .contact-cta__buttons {
        flex-direction: column;
        align-items: center;
    }

    .contact-cta__button img {
        height: 44px;
    }
}

@media (max-width: 480px) {
    .contact-hero__title {
        font-size: 2.5rem;
    }

    .contact-map__stats {
        flex-direction: column;
        gap: 2rem;
    }
}


/* Benefits Section */
.benefits {
    padding: 6rem 0;
    background: #ffffff;
}

.benefits__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.benefits__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 3.5rem;
    color: #008077;
    text-align: center;
    margin-bottom: 1rem;
}

.benefits__subtitle {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.25rem;
    color: #303a4d;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    line-height: 1.5;
}

.benefits__title:dir(rtl),
.benefits__subtitle:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.benefit-card {
    padding: 2rem;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

/* Remove the gradient overlay */
.benefit-card::before {
    content: '';
    background-size: cover;
    background-position: center;
    background-image: var(--bg-url);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.benefit-card:dir(rtl)::before {
    transform: scaleX(-1);
}

/* Custom border radius patterns */
.benefit-card:nth-child(1) {
    border-radius: 65px 0 65px 0;
}

.benefit-card:nth-child(2) {
    border-radius: 0 65px 0 65px;
}

.benefit-card:nth-child(4) {
    border-radius: 65px 0 65px 0;
}

.benefit-card:nth-child(3) {
    border-radius: 0 65px 0 65px;
}


.benefit-card__title {
    font-family: "Tanker-Regular", Helvetica;
    font-size: 2rem;
    color: #303a4d;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.benefit-card__text {
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1.125rem;
    color: #303a4d;
    position: relative;
    z-index: 2;
    line-height: 1.5;
    max-width: 80%;
}

.benefit-card__title:dir(rtl),
.benefit-card__text:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

@media (max-width: 768px) {
    .benefits__grid {
        display: flex;
        flex-direction: column;
        gap: 1.5rem; /* spacing between stacked items */
    }

    .benefit-card {
        width: 100%;
    }
}

/* Connect Section */
.connect {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(0, 128, 119, 0.05) 0%, rgba(0, 128, 119, 0.02) 100%);
}

.connect__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.connect__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.connect__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.connect__title {
    font-family: "Tanker-Regular", sans-serif;
    font-size: 3.5rem;
    color: #303A4D;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out;
}

.connect__title:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.connect__subtitle {
    font-size: 1.25rem;
    color: #666;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

/*Form Styles*/
.business-form {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    animation: fadeInUp 0.8s ease-out;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 0.875rem;
    color: #303A4D;
    margin-bottom: 0.5rem;
    font-weight: 500;
    transition: color 0.3s ease;
}
.form-group label:dir(rtl) {
    text-align: right;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1rem;
    color: #303A4D;
    background: #ffffff;
    transition: all 0.3s ease;
}

.form-group label:dir(rtl),
.form-group input:dir(rtl),
.form-group select:dir(rtl),
.form-group textarea:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #008077;
    box-shadow: 0 0 0 3px rgba(0, 128, 119, 0.1);
}

.form-group input:focus + .form-focus-effect,
.form-group select:focus + .form-focus-effect,
.form-group textarea:focus + .form-focus-effect {
    transform: scaleX(1);
    opacity: 1;
}

.form-group input:focus ~ label,
.form-group select:focus ~ label,
.form-group textarea:focus ~ label {
    color: #008077;
}

.has-danger input,
.form-group.has-danger input:focus,
.form-group.has-danger select:focus,
.form-group.has-danger textarea:focus {
    border-color: #ff3d3d;
}

.invalid-feedback {
    font-size: 13px;
    margin-top: 5px;
    color: #ff3d3d;
}

.form-submit {
    width: 100%;
    padding: 1rem 2rem;
    background: #008077;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.form-submit:dir(rtl) {
    font-family: 'Dubai', sans-serif;
}

.form-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: 0.5s;
}

.form-submit:hover {
    background: #006c65;
    transform: translateY(-2px);
}

.form-submit:hover::before {
    left: 100%;
}

/* Form Validation Styles (only show errors for touched fields) */
.form-group input.touched:invalid,
.form-group select.touched:invalid,
.form-group textarea.touched:invalid,
.form-group input.error {
    border-color: #ff6b6b;
}

.form-group input.touched:invalid:focus,
.form-group select.touched:invalid:focus,
.form-group textarea.touched:invalid:focus {
    box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

/* Select Custom Styling */
.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23008077' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5em;
    padding-right: 2.5rem;
}

/* For the Website/Social Media Handles field, wrap input and underline */
.input-wrapper {
    position: relative;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .business-form {
        padding: 2rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.75rem 0.875rem;
    }
}

@media (max-width: 480px) {
    .business-form {
        padding: 1.5rem;
    }

    .form-group label {
        font-size: 0.8125rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 0.9375rem;
    }
}

/* Form Hint Styles */
.form-hint {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Phone Input Styles */
.iti {
    display: relative;
    width: 100%;
    z-index: 1000;
}

.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
    }
}

.iti__flag-container {
    border-radius: 12px 0 0 12px;
    border: 2px solid #e2e8f0;
    border-right: none;
    z-index: 10000 !important;
}

.iti__selected-flag {
    padding: 0 1rem;
    height: 100%;
}

.iti__arrow {
    border-top-color: #008077;
}

.iti__country-list {
    position: absolute;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10000 !important;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 128, 119, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .connect {
        padding: 4rem 0;
    }

    .connect__title {
        font-size: 2.5rem;
    }

    .connect__subtitle {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .connect__title {
        font-size: 2rem;
    }

    .connect__subtitle {
        font-size: 1rem;
    }
}

.main__app-stores .actions-header__button--primary {
    display: flex;
    background-color: #008077;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 1rem;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.main__app-stores .actions-header__button--primary:hover {
    background-color: #006c65;
}

@media (max-width: 768px) {
    .main__app-stores {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .app-stores__text,
    .app-stores__buttons {
        display: none;
    }

    .main__app-stores .actions-header__button--primary {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Add smooth scrolling behavior to the whole page */
html {
    scroll-behavior: smooth;
}

/* Register button styles */
.register-button {
    display: inline-block;
    background-color: #008077;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    margin: 1rem auto;
}

.register-button:hover {
    background-color: #006c65;
    transform: translateY(-2px);
}

/* Update main__app-stores styles */
.main__app-stores {
    text-align: center;
    margin-top: 3rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-stores__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main__app-stores {
        margin-top: 2rem;
        padding: 0 1rem;
    }

    .register-button {
        font-size: 1.125rem;
        padding: 1.25rem 2rem;
    }
}

/* Hide download button by default (desktop view) */
.main__app-stores .actions-header__button--primary {
    display: none;
}

/* App store buttons visible by default (desktop view) */
.app-stores__buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 1s;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .main__app-stores {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    /* Show download button on mobile */
    .main__app-stores .actions-header__button--primary {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }

    /* Hide app store buttons on mobile */
    .app-stores__text,
    .app-stores__buttons {
        display: none;
    }
}

/* App store section default styles (for desktop/tablet) */
.app-stores__text {
    display: block; /* Show by default */
}

.app-stores__buttons {
    display: flex; /* Show by default */
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

/* Download button default state (hidden on desktop/tablet) */
.main__app-stores .actions-header__button--primary {
    display: none; /* Hide by default */
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    /* Hide app store text and buttons */
    .app-stores__text {
        display: none;
    }

    .app-stores__buttons {
        display: none;
    }

    /* Show download button */
    .main__app-stores .actions-header__button--primary {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        padding: 1rem 2rem;
        font-size: 1.25rem;
    }
}

/*Business Form Styles*/


/* Responsive Styles */
@media (max-width: 768px) {
    .business-form {
        padding: 2rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.75rem 0.875rem;
    }
}

@media (max-width: 480px) {
    .business-form {
        padding: 1.5rem;
    }

    .form-group label {
        font-size: 0.8125rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 0.9375rem;
    }
}

/* Benefits Section */
.benefits {
    opacity: 1;
    transform: translateY(0);
}

.benefits.animate {
    opacity: 0;
    transform: translateY(30px);
}

.benefits.animate.in-view {
    animation: fadeInUp 0.8s ease-out forwards;
}

.benefits__container {
    opacity: 1;
    transform: translateY(0);
}

.benefits.animate .benefits__container {
    opacity: 0;
    transform: translateY(20px);
}

.benefits.animate.in-view .benefits__container {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.benefits__title {
    opacity: 1;
    transform: translateY(0);
}

.benefits.animate .benefits__title {
    opacity: 0;
    transform: translateY(20px);
}

.benefits.animate.in-view .benefits__title {
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.benefits__subtitle {
    opacity: 1;
    transform: translateY(0);
}

.benefits.animate .benefits__subtitle {
    opacity: 0;
    transform: translateY(20px);
}

.benefits.animate.in-view .benefits__subtitle {
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.benefits__grid {
    opacity: 1;
    transform: translateY(0);
}

.benefits.animate .benefits__grid {
    opacity: 0;
    transform: translateY(20px);
}

.benefits.animate.in-view .benefits__grid {
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

/* Connect Section */
.connect {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate {
    opacity: 0;
    transform: translateY(30px);
}

.connect.animate.in-view {
    animation: fadeInUp 0.8s ease-out forwards;
}

.connect__container {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate .connect__container {
    opacity: 0;
    transform: translateY(20px);
}

.connect.animate.in-view .connect__container {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.connect__header {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate .connect__header {
    opacity: 0;
    transform: translateY(20px);
}

.connect.animate.in-view .connect__header {
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.connect__title {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate .connect__title {
    opacity: 0;
    transform: translateY(20px);
}

.connect.animate.in-view .connect__title {
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.connect__subtitle {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate .connect__subtitle {
    opacity: 0;
    transform: translateY(20px);
}

.connect.animate.in-view .connect__subtitle {
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

.connect__form {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate .connect__form {
    opacity: 0;
    transform: translateY(20px);
}

.connect.animate.in-view .connect__form {
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

/* Form Group Animation */
.form-group {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate .form-group {
    opacity: 0;
    transform: translateY(10px);
}

.connect.animate.in-view .form-group {
    animation: fadeInUp 0.5s ease-out forwards;
}

.connect.animate.in-view .form-group:nth-child(1) {
    animation-delay: 0.7s;
}

.connect.animate.in-view .form-group:nth-child(2) {
    animation-delay: 0.8s;
}

.connect.animate.in-view .form-group:nth-child(3) {
    animation-delay: 0.9s;
}

.connect.animate.in-view .form-group:nth-child(4) {
    animation-delay: 1.0s;
}

.connect.animate.in-view .form-group:nth-child(5) {
    animation-delay: 1.1s;
}

.connect.animate.in-view .form-group:nth-child(6) {
    animation-delay: 1.2s;
}

/* Form Submit Button Animation */
.form-submit {
    opacity: 1;
    transform: translateY(0);
}

.connect.animate .form-submit {
    opacity: 0;
    transform: translateY(10px);
}

.connect.animate.in-view .form-submit {
    animation: fadeInUp 0.5s ease-out 1.3s forwards;
}
