.hero {
    background: #cdddff;
    position: relative;
}

.bg-ph-hero {
    position: absolute;
    width: 100%;
    top: 70px;
    bottom: 0;
    overflow: hidden;
    display: none;
    left: 0;
    right: 0;
}

.bg-ph-hero img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    position: absolute;
    display: none;
}

.hero:has(.hero__footer) {
    margin-bottom: 200px;
}

.hero>.container {
    position: relative;
}

.top-title,
.top-title h1 {
    font-size: clamp(2.1875rem, 1.5682rem + 1.8182vw, 3.75rem);
    font-weight: 600;
    line-height: 130%;
}

.top-title span {
    color: var(--color-accent);
}

.top-title+.content-wrapper {
    margin-top: 2.25rem;
}

.top-subtitle {
    font-size: 20px;
    max-width: 584px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 25px;
}

.hero__clients {
    height: 46px;
    width: auto;
}

.hero__btn {
    padding: 24px 0 !important;
    width: 52%;
}

.hero__btn-note {
    display: flex;
    gap: 10px;
}

.hero__content {
    position: relative;
    z-index: 3;
}

.hero__text-wrapper {
    padding-top: 160px;
    padding-bottom: 65px;
    position: relative;
}

.hero__text-wrapper>.container {
    position: relative;
}

.hero__img-wrapper {
    position: relative;
    width: 100%;
    padding: 0 15%;
    margin: 0 auto;
}

.hero__img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero__img {
    position: absolute;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.05));
}

.hero__img_1 {
    height: auto;
    width: 100%;
    z-index: 1;
    position: relative;
}

.hero__img_2 {
    height: auto;
    max-width: 35%;
    width: 100%;
    z-index: 2;
    top: 30%;
    left: 5%;
}

.hero__img_3 {
    height: auto;
    max-width: 29%;
    width: 100%;
    z-index: 2;
    right: 7%;
    top: 23%;
}

.hero__img_4 {
    height: auto;
    max-width: 30%;
    width: 100%;
    z-index: 2;
    right: 2%;
    bottom: -13%;
}

.hero__box {
    border-radius: 30px;
    background: linear-gradient(180deg, #feffff 0%, #e8f5ff 100%);
    padding: 30px 40px;
}

.hero__box-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.medal-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.medal-box__medal-img {
    width: 100%;
    height: auto;
}

.medal-box,
.map-box {
    height: 100%;
}

.map-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}

.map-box__subtitle {
    font-size: 19px;
}

.map-box__title {
    margin-top: 16px;
    font-size: clamp(1.5rem, 1.527vw + 0.98rem, 2.3rem);
}

.category-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.category-box::after {
    content: '';
    background: linear-gradient(180deg, rgba(233, 246, 255, 0) 0%, rgba(233, 246, 255, 0.47) 48.44%, #e9f6ff 100%);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.manager-box__manager {
    align-items: center;
    display: flex;
    gap: 22px;
}

.manager-box__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.manager-box__title {
    font-size: clamp(1.188rem, 0.8vw + 0.915rem, 1.875rem);
    font-weight: 600;
}

.medal-box__info {
    margin-top: 8px;
}

.medal-box__undertitle {
    font-size: 20px;
    font-weight: 300;
}

.medal-box__title {
    margin-top: 6px;
    font-size: clamp(1.5rem, 1.527vw + 0.98rem, 2rem);
    font-weight: 600;
}

.category-box__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01rem !important;
}

.category-box__list {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow: hidden;
}

.category-box__list span {
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    border-radius: 12px;
    padding: 8px 20px;
    margin: 6px 8px 0 0;
}

.category-box__list span:before {
    content: '#';
    color: var(--color-accent);
    font-weight: 500;
    margin-right: 5px;
}

.manager-box__btn {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d0c3f9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.manager-box__btn .btn {
    color: var(--color-accent);
    background: #ede1ff;
    border-color: #ede1ff;
}

.manager-box__btn .btn:hover {
    color: #ede1ff;
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.manager-box__subtitle {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 300;
}

.map-box__map-holder {
    position: relative;
}

.map-box__map-img {
    width: 100%;
    height: auto;
}

.map-box__map-pin {
    position: absolute;
    top: 19%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.hero__footer {
    padding-top: 97px;
    position: relative;
    bottom: -250px;
    margin-top: -250px;
}


/* .home .hero__img_3 {
    top: -7%;
}
.home .hero__img_2 {
    top: 67%;
}
.home .hero__img_4 {
    bottom: -13%;
} */

.wave-hero {
    position: absolute;
    width: 500px;
    height: 500px;
    transform: scale(0.7);
    top: -20%;
    bottom: 0;
    left: -30%;
    right: -30%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wave-hero__btn {
    transition: transform 0.2s ease-out;
    box-shadow: var(--shadowShift) 0 var(--shadowBlur) rgba(55 84 170 / 0.2), calc(var(--shadowShift) * -1) 0 var(--shadowBlur) rgba(255 255 255 / 1);
    width: 50px;
    margin-top: -5px;
    z-index: 2;
}

.wave-hero__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.wave-hero__circle {
    position: absolute;
    background-color: transparent;
    border: 10px solid var(--circleColor);
    border-radius: 50%;
    filter: blur(3px);
    animation-name: ripple;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-iteration-count: infinite;
    border: 1px solid #0c00ff;
}

.wave-hero__container .wave-hero__circle:nth-child(2) {
    animation-delay: -1s;
}

.wave-hero__container .wave-hero__circle:nth-child(3) {
    animation-delay: -2s;
}

.category-box,
.manager-box,
.map-box {
    filter: drop-shadow(0px 9px 9px rgba(0, 0, 0, 0.08));
}


/******************************* custom-body-class *******************************/

.custom-body-class .hero {
    background: var(--dark) !important;
    margin-bottom: 0 !important;
}

.custom-body-class .hero__footer {
    padding-top: 97px;
    position: relative;
    bottom: 0;
    margin-top: 0;
}

.custom-body-class .hero+.wp-block-spacer {
    display: none;
}

.custom-body-class .video-hero,
.custom-body-class .bg-ph-hero,
.bg-kz-hero {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.custom-body-class .hero__text {
    color: #fff;
}

.bg-kz-hero {
    position: absolute;
    width: 100%;
    top: 70px;
    bottom: 0;
    overflow: hidden;
    display: none;
    left: 0;
    right: 0;
    display: none;
}

.bg-kz-hero img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    position: absolute;
}

.custom-body-class .bg-kz-hero {
    display: block;
    visibility: visible;
    opacity: 1;
}

.custom-body-class .hero__box {
    background: var(--grey);
    color: #fff;
}

.custom-body-class .category-box__list span {
    background: #000;
}

.custom-body-class .category-box::after {
    background: linear-gradient(180deg, rgb(33 33 33 / 0%) 0%, rgb(33 33 33 / 50%) 48.44%, #212121 100%);
}

.custom-body-class .wave-hero__circle {
    border: 1px solid #ffffff;
}


/*******************************  end custom-body-class *******************************/

@keyframes ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
    }
    1% {
        top: 250px;
        left: 250px;
        width: 0;
        height: 0;
        opacity: 1;
        visibility: visible;
    }
    98% {
        top: 0;
        left: 0;
        width: 500px;
        height: 500px;
        opacity: 0;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1500px) {}

@media (max-width: 1199px) {
    .hero__box {
        border-radius: 20px;
        padding: 20px;
    }
    .hero__text-wrapper {
        padding-bottom: 80px;
    }
    /* .hero__text .groupContainer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    } */
}

@media (max-width: 991px) {
    .hero__text-wrapper .hero__text .groupContainer,
    .hero__text-wrapper .top-subtitle {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .medal-box,
    .map-box {
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }
    .hero__text-wrapper .top-title.title,
    .hero__text-wrapper .top-subtitle {
        text-align: center;
        width: 100%;
        max-width: unset;
    }
    .hero__text .groupContainer {
        justify-content: center;
    }
    .hero__text-wrapper {
        padding-top: 120px;
    }
    .medal-box__medal-img {
        flex: 300px 0 0;
        min-width: 300px;
    }
    .category-box,
    .manager-box,
    .map-box {
        margin-top: 20px;
    }
    .manager-box {
        flex: 50% 0 0;
    }
    .hero__box-group {
        flex-direction: row;
    }
    .hero__img-wrapper {
        margin-top: 38px;
    }
    .hero__text .groupContainer {
        flex-direction: row;
        gap: 10px;
    }
    .hero__text {
        padding-left: 15px !important;
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        text-align: center;
    }
    .top-title,
    .top-title h1 {
        font-size: 35px;
    }
    .hero__btn {
        display: flex;
        justify-content: center;
    }
    .hero__footer {
        padding-top: 70px;
    }
    .map-box__title {
        margin-top: 6px;
    }
    .map-box__subtitle {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .category-box__list {
        max-height: 110px;
    }
    .medal-box,
    .map-box,
    .hero__box-group {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero__box-group {
        gap: unset;
    }
    .manager-box {
        width: 100%;
    }
    .map-box__map-holder,
    .medal-box__medal-img {
        margin: 0 auto;
    }
    .medal-box__medal-img {
        flex: unset;
        min-width: unset;
        max-width: 280px;
    }
    .hero__text-wrapper {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .hero__text-wrapper .groupContainer .btn {
        padding: 15px 40px !important;
        width: auto;
    }
    .video-hero {
        display: none;
        visibility: hidden;
    }
    .bg-ph-hero {
        display: block;
    }
    .bg-ph-hero img {
        display: block;
    }
    .hero__text-wrapper .top-title.title,
    .hero__text-wrapper .top-subtitle {
        color: #fff;
    }
}

.pulse {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 var(--color-accent);
    border-radius: 100px;
    background-color: var(--color-accent);
    background-image: url(YOUR-URL-IMAGE.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    width: 35px;
    height: auto;
}

.video-hero {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transition: opacity 1s ease-in-out;
    /* display: none;
    opacity: 0; */
}


/* .video-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: hard-light;
    background: #DBE6FE;
    z-index: 2;
} */

.video-loop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

g {
    fill: none;
    stroke-width: 0.5px;
    stroke: url(#gradient_svg);
}

.disappear {
    opacity: 0;
    transition: opacity 5s;
}

.appear {
    opacity: 1;
}