body.ahad-scroll-home .ScrollSmoother-wrapper,
body.ahad-scroll-home #ahad-scroll-smoother-container {
    z-index: 1;
}

body.ahad-scroll-home #wrapper > header,
body.ahad-scroll-home #wrapper > header.smaller,
body.ahad-scroll-home #wrapper > header.clone,
body.ahad-scroll-home #wrapper > header.autoshow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
}

.ahad-adv-section {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background: #f5f2e8;
    overflow: hidden;
}

.ahad-adv-section .container {
    max-width: 1320px;
}

.ahad-adv-heading {
    margin-bottom: 56px;
}

.ahad-adv-subtitle {
    margin: 0 0 16px;
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ahad-adv-title {
    margin: 0 auto;
    max-width: 1320px;
    color: #223246;
    font-family: var(--title-font), Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.11;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.ahad-adv-wrap {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.ahad-adv-item {
    background: #fff;
    padding: 3px;
    border-radius: 17px;
    box-shadow: 0 9px 20px rgba(50, 69, 93, 0.04);
    will-change: transform;
}

.ahad-adv-thumb {
    height: 320px;
    overflow: hidden;
    border-radius: 17px;
}

.ahad-adv-thumb a {
    display: block;
    height: 100%;
}

.ahad-adv-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    border-radius: 17px;
}

.ahad-adv-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
}

.ahad-adv-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ahad-adv-item-title {
    margin: 0;
    color: #223246;
    font-family: var(--title-font), Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.15;
}

.ahad-adv-item-title a,
.ahad-adv-item-title a:hover {
    color: inherit;
}

.ahad-adv-location {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-family: var(--body-font), Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.1;
    text-transform: uppercase;
}

.ahad-adv-location::before {
    content: "";
    width: 20px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
    flex: 0 0 20px;
}

.ahad-adv-btn {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid rgba(0, 83, 98, 0.1);
    border-radius: 999px;
    color: #223246;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.ahad-adv-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
    transform: translateX(2px);
}

.ahad-adv-item:hover .ahad-adv-thumb img {
    transform: none;
}

@media screen and (max-width: 1399px) {
    .ahad-adv-title {
        font-size: 44px;
    }

    .ahad-adv-thumb {
        height: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .ahad-adv-wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ahad-adv-thumb {
        height: 280px;
    }
}

@media screen and (max-width: 991px) {
    .ahad-adv-section {
        padding: 96px 0;
    }

    .ahad-adv-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ahad-adv-thumb {
        height: 260px;
    }
}

@media screen and (max-width: 767px) {
    .ahad-adv-title {
        font-size: 36px;
    }

    .ahad-adv-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ahad-adv-thumb {
        height: 240px;
    }
}

@media screen and (max-width: 575px) {
    .ahad-adv-section {
        padding: 84px 0;
    }

    .ahad-adv-heading {
        margin-bottom: 38px;
    }

    .ahad-adv-wrap {
        grid-template-columns: 1fr;
    }

    .ahad-adv-content {
        padding: 15px;
    }

    .ahad-adv-thumb {
        height: 300px;
    }

    .ahad-adv-location {
        font-size: 0.74rem;
        letter-spacing: 0.14em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ahad-adv-btn {
        transition: none;
    }
}
