.alamal-home {
    background: var(--alamal-page);
    overflow: hidden
}

.alamal-home .alamal-container {
    max-width: var(--alamal-container)
}

.alamal-shape-marker {
    display: inline-block;
    width: 38px;
    height: 50px;
    background: var(--alamal-mauve);
    border-radius: 7px 24px 24px 7px;
    clip-path: polygon(0 0,100% 50%,0 100%);
    flex: 0 0 auto
}

.alamal-section-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-start;
    margin-bottom: 95px
}

.alamal-section-title {
    margin: 0;
    color: var(--alamal-purple);
    font-size: 49px;
    line-height: 1.2;
    font-weight: 800
}

.alamal-section-head {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: flex-start;
    margin-bottom: 76px
}

.alamal-eyebrow {
    display: none
}

.alamal-hero {
    position: relative;
    min-height: 760px;
    border-radius: 0 0 42px 42px;
    overflow: hidden;
    color: #fff;
    background: var(--alamal-media)
}

.alamal-hero__carousel,.alamal-hero__carousel .owl-stage-outer,.alamal-hero__carousel .owl-stage,.alamal-hero__carousel .owl-item {
    min-height: 760px
}

.alamal-hero__slide {
    position: relative;
    min-height: 760px;
    background: var(--alamal-media);
    background-size: cover;
    background-position: center;
    color: #fff
}

.alamal-hero__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 87%);
    pointer-events: none
}

.alamal-hero__row {
    position: relative;
    z-index: 2;
    min-height: 760px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.alamal-hero__content {
    width: 720px;
    margin-inline-end: auto;
    text-align: right;
    padding-top: 20px
}

.alamal-hero__title {
    font-size: 58px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0 0 34px;
    color: #fff;
    max-width: 700px
}

.alamal-hero__desc {
    white-space: pre-line;
    font-size: 23px;
    line-height: 1.75;
    margin: 0 0 36px;
    color: #fff;
    max-width: 740px
}

.alamal-hero__actions {
    display: flex;
    align-items: center;
    gap: 24px
}

.alamal-hero__media {
    display: none
}

.alamal-about {
    padding: 118px 0 92px
}

.alamal-about__row {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 92px;
    align-items: center;
    direction: ltr
}

.alamal-about__media {
    position: relative;
    direction: rtl
}

.alamal-about__img {
    width: 100%;
    height: 535px;
    object-fit: cover;
    border-radius: 48px;
    display: block;
    background: var(--alamal-media)
}

.alamal-about__play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    pointer-events: none
}

.alamal-about__play::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    border-left: 82px solid #fff;
    filter: drop-shadow(0 2px 1px rgba(0,0,0,.02))
}

.alamal-about__content {
    direction: rtl
}

.alamal-about__heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 46px
}

.alamal-about__desc {
    font-size: 22px;
    line-height: 1.85;
    margin: 0 0 54px;
    color: #222;
    white-space: pre-line
}

.alamal-about__actions {
    display: flex;
    gap: 28px;
    align-items: center
}

.alamal-services {
    padding: 70px 0 110px
}

.alamal-services__grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 78px 26px
}

.alamal-service-card {
    position: relative;
    border: 1px solid #c9c7ca;
    border-radius: 18px;
    background: #fff;
    padding: 18px 18px 26px;
    text-align: center;
    min-height: 520px;
    box-shadow: none
}

.alamal-service-card__media {
    height: 250px;
    background: var(--alamal-mauve);
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    display: block;
}

.alamal-service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.alamal-service-card__media img[src=""] {
    display: none
}

.alamal-service-card__magnifier {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 2px solid #bcbcbc;
    background: #f9f9f9;
    display: block
}

.alamal-service-card__magnifier::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border: 8px solid #bcbcbc;
    border-radius: 50%;
    top: 30px;
    left: 30px
}

.alamal-service-card__magnifier::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 8px;
    background: #bcbcbc;
    border-radius: 8px;
    transform: rotate(45deg);
    top: 78px;
    left: 73px
}

.alamal-service-card__title {
    margin: 0 0 18px;
    color: var(--alamal-mauve);
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800
}

.alamal-service-card__title a {
    text-decoration: none
}

.alamal-service-card__desc {
    margin: 0;
    color: var(--alamal-purple);
    font-size: 17px;
    line-height: 1.75
}

.alamal-service-card__link {
    display: none
}

.alamal-cta {
    position: relative;
    min-height: 790px;
    margin-top: 40px;
    background: var(--alamal-media);
    background-size: cover;
    background-position: center;
    border-radius: 210px 0 0 70px;
    overflow: visible
}

.alamal-cta::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 38px;
    width: 78px;
    height: 96px;
    background: var(--alamal-mauve);
    clip-path: polygon(0 0,100% 50%,0 100%);
    border-radius: 24px
}

.alamal-cta__row {
    position: relative;
    min-height: 790px
}

.alamal-cta__box {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    width: min(900px,78vw);
    background: var(--alamal-purple);
    color: #fff;
    border-radius: 32px;
    padding: 48px 70px 42px;
    text-align: center
}

.alamal-cta__title {
    font-size: 43px;
    line-height: 1.25;
    margin: 0 0 22px;
    color: #fff
}

.alamal-cta__desc {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto 30px;
    max-width: 760px;
    color: #fff
}

.alamal-cta__actions {
    display: flex;
    justify-content: center;
    gap: 22px
}

.alamal-cta__triangle {
    position: absolute;
    top: 62px;
    width: 48px;
    height: 58px;
    background: var(--alamal-mauve);
    clip-path: polygon(0 0,100% 50%,0 100%)
}

.alamal-cta__triangle--right {
    right: 38px;
    transform: scaleX(-1)
}

.alamal-cta__triangle--left {
    left: 38px
}

.alamal-cta__play {
    display: none
}

.alamal-gallery {
    padding: 210px 0 100px
}

.alamal-gallery .alamal-section-head,.alamal-articles .alamal-section-head {
    margin-bottom: 76px
}

.alamal-gallery__carousel {
    direction: rtl
}

.alamal-gallery__item {
    height: 530px;
    border-radius: 36px;
    overflow: hidden;
    background: var(--alamal-media)
}

.alamal-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.alamal-gallery__caption {
    display: none
}

.alamal-owl-carousel .owl-stage {
    display: flex
}

.alamal-owl-carousel .owl-item {
    float: none
}

.alamal-owl-carousel .owl-dots {
    text-align: center;
    margin-top: 44px;
    direction: ltr
}

.alamal-owl-carousel .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50%;
    background: #c2c2c2
}

.alamal-owl-carousel .owl-dot.active span {
    width: 32px;
    border-radius: 12px;
    background: var(--alamal-purple)
}

.alamal-owl-carousel .owl-nav {
    display: none
}

.alamal-hero .alamal-hero__carousel .owl-dots {
    position: absolute;
    z-index: 6;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    gap: 10px;
    margin: 0;
    direction: ltr
}

.alamal-hero .alamal-hero__carousel .owl-dot {
    display: block;
    width: 16px;
    height: 38px;
    padding: 0!important;
    background: transparent!important
}

.alamal-hero .alamal-hero__carousel .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    opacity: .7;
    transition: height .25s ease,width .25s ease,opacity .25s ease,background-color .25s ease
}

.alamal-hero .alamal-hero__carousel .owl-dot.active span {
    width: 12px;
    height: 34px;
    border-radius: 8px;
    background: #fff;
    opacity: 1
}

.alamal-hero .alamal-hero__carousel .owl-dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    border-radius: 10px
}

.alamal-articles {
    padding: 95px 0 130px
}

.alamal-article-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 15px 36px rgba(79,42,111,.13);
    overflow: hidden;
    border: 1px solid #eee
}

.alamal-article-card__media {
    display: block;
    margin: 18px 18px 0;
    height: 360px;
    border-radius: 28px;
    overflow: hidden;
    background: var(--alamal-media)
}

.alamal-article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.alamal-article-card__body {
    padding: 26px 30px 22px
}

.alamal-article-card__title {
    font-size: 29px;
    line-height: 1.35;
    margin: 0 0 14px;
    font-weight: 800
}

.alamal-article-card__title a {
    color: var(--alamal-mauve);
    text-decoration: none
}

.alamal-article-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--alamal-purple);
    border-bottom: 1px solid var(--alamal-purple);
    padding: 6px 12px;
    color: var(--alamal-purple);
    font-size: 13px
}

.alamal-article-card__excerpt,.alamal-article-card__more,.alamal-article-card__date {
    display: none
}

@media(max-width: 1200px) {
    .alamal-section-title {
        font-size:40px
    }

    .alamal-hero__content {
        width: 620px
    }

    .alamal-hero__title {
        font-size: 48px
    }

    .alamal-about__row {
        gap: 50px
    }

    .alamal-about__img {
        height: 460px
    }

    .alamal-service-card {
        min-height: 470px
    }

    .alamal-service-card__media {
        height: 210px
    }

    .alamal-service-card__title {
        font-size: 24px
    }

    .alamal-cta {
        min-height: 640px
    }

    .alamal-cta__row {
        min-height: 640px
    }

    .alamal-gallery__item {
        height: 420px
    }
}

@media(max-width: 900px) {
    .alamal-hero,.alamal-hero__slide,.alamal-hero__row,.alamal-hero__carousel,.alamal-hero__carousel .owl-stage-outer,.alamal-hero__carousel .owl-stage,.alamal-hero__carousel .owl-item {
        min-height:620px
    }

    .alamal-hero__content {
        width: 100%;
        max-width: 650px
    }

    .alamal-hero__title {
        font-size: 42px
    }

    .alamal-about__row {
        grid-template-columns: 1fr;
        direction: rtl
    }

    .alamal-about__media {
        order: 2
    }

    .alamal-about__content {
        order: 1
    }

    .alamal-services__grid {
        grid-template-columns: repeat(2,1fr);
        gap: 80px 24px
    }

    .alamal-cta {
        border-radius: 110px 0 0 40px
    }

    .alamal-cta__box {
        width: 88vw;
        padding: 38px
    }

    .alamal-gallery__item {
        height: 360px
    }

    .alamal-article-card__media {
        height: 280px
    }
}

@media(max-width: 620px) {
    .alamal-section-heading,.alamal-section-head {
        margin-bottom:54px;
        gap: 14px
    }

    .alamal-shape-marker {
        width: 27px;
        height: 38px
    }

    .alamal-section-title {
        font-size: 32px
    }

    .alamal-hero,.alamal-hero__slide,.alamal-hero__row,.alamal-hero__carousel,.alamal-hero__carousel .owl-stage-outer,.alamal-hero__carousel .owl-stage,.alamal-hero__carousel .owl-item {
        min-height: 560px
    }

    .alamal-hero__content {
        padding-top: 0
    }

    .alamal-hero__title {
        font-size: 35px
    }

    .alamal-hero__desc {
        font-size: 17px
    }

    .alamal-hero__actions,.alamal-about__actions,.alamal-cta__actions {
        flex-wrap: wrap;
        gap: 12px
    }

    .alamal-hero .alamal-hero__carousel .owl-dots {
        left: 50%;
        top: auto;
        bottom: 22px;
        transform: translateX(-50%);
        display: flex;
        gap: 6px
    }

    .alamal-hero .alamal-hero__carousel .owl-dot {
        width: 38px;
        height: 16px
    }

    .alamal-hero .alamal-hero__carousel .owl-dot.active span {
        width: 32px;
        height: 12px
    }

    .alamal-about {
        padding: 78px 0
    }

    .alamal-about__img {
        height: 320px;
        border-radius: 28px
    }

    .alamal-about__desc {
        font-size: 17px
    }

    .alamal-services {
        padding-top: 45px
    }

    .alamal-services__grid {
        grid-template-columns: 1fr;
        gap: 78px
    }

    .alamal-service-card {
        min-height: 430px
    }

    .alamal-service-card__media {
        height: 220px
    }

    .alamal-cta {
        min-height: 500px;
        border-radius: 70px 0 0 30px
    }

    .alamal-cta__row {
        min-height: 500px
    }

    .alamal-cta__box {
        bottom: -120px;
        width: 92vw;
        padding: 30px 20px
    }

    .alamal-cta__title {
        font-size: 30px
    }

    .alamal-gallery {
        padding-top: 190px
    }

    .alamal-gallery__item {
        height: 300px
    }

    .alamal-articles {
        padding-top: 72px
    }

    .alamal-article-card__media {
        height: 240px
    }

    .alamal-article-card__title {
        font-size: 23px
    }
}
