/* Header */
body.home .header__bottom {
    background-color: transparent;
    transition: var(--transition);
    border-bottom: 1px solid #FFFFFF1A;
}

body.home .header__bottom::before {
    position: absolute;
    inset: 0;
    content: "";
    transform: translateX(100%);
    background-color: var(--clr-light);
    transition: all .4s ease;
}

body.home .header__bottom:has(.main-menu .toggler:checked + .hamburger + .main-menu-inner)::before {
    transform: translateX(0);
}

body.home .site-logo img {
    filter: brightness(0) invert(1);
    transition: var(--transition);
}

body.home .header__bottom:has(.main-menu .toggler:checked + .hamburger + .main-menu-inner) .site-logo img {
    filter: brightness(1) invert(0);
}

body.home .main-menu .hamburger > div,
body.home .main-menu .hamburger > div::before, 
body.home .main-menu .hamburger > div::after {
    background-color: var(--clr-light);
    transition: var(--transition);
}

@media (min-width: 1080px) {
	body.home #main-menu-inner > ul > li > a {
		color: var(--clr-light);
        transition: var(--transition);
	}

    body.home #main-menu-inner > ul > li.has-sub > a::after {
		filter: brightness(0) invert(1);
        transition: var(--transition);
	}
}

body.home #masthead.scrolling .header__bottom {
    border-color: #0000001a;
    background-color: var(--clr-light);
}

body.home #masthead.scrolling .site-logo img {
    filter: brightness(1) invert(0);
}

body.home #masthead.scrolling .main-menu .hamburger > div,
body.home #masthead.scrolling .main-menu .hamburger > div::before, 
body.home #masthead.scrolling .main-menu .hamburger > div::after {
    background-color: var(--clr-text);
}

body.home #masthead.scrolling .main-menu .toggler:checked + .hamburger > div {
    background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1080px) {
	body.home #masthead.scrolling #main-menu-inner > ul > li > a {
		color: var(--clr-text);
	}

    body.home #masthead.scrolling #main-menu-inner > ul > li.has-sub > a::after {
		filter: brightness(1) invert(0);
	}
}

.header__top {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--clr-cream-beige);
}

.header__top .container {
    display: flex;
    justify-content: space-between;
}

.header__top .header__left {
    display: flex;
    column-gap: 40px;
    align-items: center;
    width: auto;
}

.header__top .header__social {
    display: flex;
    column-gap: 4px;
    align-items: center;
    flex-direction: row;
    height: 20px;
}

.header__top .header__social-item img {
    width: 20px;
    height: 20px;
}

.header__top .header__social-list {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 12px;
    align-items: center;
    flex-direction: row;
    list-style: none;
}

.header__top .header__text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.28;
}

.header__top .header__text strong {
    font-weight: 700;
    font-size: 14px;
}

.header__top .header__text a {
    font-size: 14px;
    color: inherit;
}

.header__top .header__left {
    width: auto;
}

.header__language {
    display: flex;
    column-gap: 4px;
    align-items: center;
    list-style: none;
}

.header__language-label {
    margin: 0;
    font-size: 14px;
    line-height: 1.28;
}

.pll-switcher-select {
    padding: 0 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    border: none;
    border-radius: 44px;
    color: var(--clr-light);
    background-color: var(--clr-text);

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.header__bottom {
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
    overflow: unset;
    background-color: var(--clr-light);
    border-bottom: 1px solid #0000001a;
}

.header__cta {
    margin-left: 40px;
}

.header__cta a {
    font-size: 16px;
    line-height: 1.25;
}

.header__bottom .header__language {
    display: none;
}

/* Home Banner */
.home-banner {
    padding: 0;
}

.home-banner .container {
    width: 100%;
}

.slider--banner {
    width: 100%;
    height: 902px;
}

.slider--banner .swiper-slide {
    padding-inline: clamp(10px, 3vw, 100px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider--banner .swiper-slide::before {
    position: absolute;
    inset: 0;
    content: "";
    background-color: #00000066;
}

.slider--banner .swiper-slide__content {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    z-index: 1;
}

.slider--banner .swiper-slide__title {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    color: var(--clr-light);
}

.slider--banner .swiper-slide__desc {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
    width: 778px;
    max-width: 100%;
    text-align: center;
    color: var(--clr-light);
}

.swiper-slide__buttons {
    display: flex;
    gap: 15px 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Home Events */
.home-events {
    padding-top: 60px;
    padding-bottom: 60px;
}

.slider--event .swiper-slide {
    width: 1020px;
    max-width: 100%;
}

.slider--event .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* Home Why-Glo365 */
.home-why-glo365 {
    position: relative;
    background-color: var(--clr-cream-beige);
}

.home-why-glo365::before {
    position: absolute;
    inset: 0;
    content: "";
    mix-blend-mode: screen;
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-why-glo365::after {
    position: absolute;
    inset: 0;
    content: "";
    background-image: url(../images/image-why-glo365.webp);
    background-size: auto 110%;
    background-position: 140% 40%;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-why-glo365 .content {
    position: relative;
    z-index: 2;
    width: 610px;
    max-width: 100%;
}

.home-why-glo365 .content .subheading {
    margin-bottom: 10px;
}

.home-why-glo365 .content .heading {
    margin-bottom: 40px;
    font-weight: 400;
} 

.home-why-glo365 .content .desc {
    margin-bottom: 40px;
}

.home-why-glo365 .content .desc p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
}

.home-why-glo365 .content .features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.home-why-glo365 .content .features__item {
    padding: 10px 20px 10px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--clr-cream-beige);
    background-color: #FFFFFF66;
}

.home-why-glo365 .content .features__icon {
    margin: 0;
    width: 32px;
    height: 32px;
}

.home-why-glo365 .content .features__icon img {
    width: 100%;
    height: auto;
}

.home-why-glo365 .content .features__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.28;
}

/* Home Our Team */
.our-team__top {
    margin-bottom: 48px;
    gap: 12px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.our-team__title .subheading {
    margin-bottom: 10px;
}

.our-team__title .heading {
    margin-bottom: 0;
    font-weight: 400;
}

.our-team__view-all {
    margin-bottom: 16px;
}

.our-team__list {
    padding: 50px;
    margin: -50px;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-stop: always;
    scroll-snap-type: x mandatory;
}

.our-team__list::-webkit-scrollbar {
    display: none;
}

.our-team__item {
    flex: 0 0 400px;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--clr-light);
    box-shadow: 0px 4px 36px 0px #00000014;
    scroll-snap-align: center;
}

.our-team__thumb {
    overflow: hidden;
    background-color: var(--clr-cream-beige);
    position: relative;
} 

.our-team__thumb img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1 / 1.2;
    transition: all .3s ease-in-out;
}

.our-team__item:hover .our-team__thumb img {
    transform: scale(1.05);
}

.our-team__content {
    padding: 20px;
}

.our-team__name {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
}

.our-team__position {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.28;
    text-transform: uppercase;
    color: #626262;
}

.our-team__experience {
    position: absolute;
    left: 15px;
    bottom: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    padding: 3px 8px 2px;
    border-radius: 24px;
    background-color: var(--clr-primary);
}

.our-team__bio *:not(h1,h2,h3,h4,h5,h6) {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.28;
	color: #626262;
}

.our-team__cta {
    display: none;
}

/* Home CTA */
.home-cta {
    position: relative;
    background-color: var(--clr-cream-beige);
}

.home-cta::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: .8;
    mix-blend-mode: screen;
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-cta::after {
    position: absolute;
    inset: 0;
    content: "";
    background-image: url(../images/image-cta.webp);
    background-size: auto 120%;
    background-position: -10% 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.home-cta .content {
    position: relative;
    z-index: 2;
    float: right;
    width: 50%;
}

.home-cta .content .heading {
    margin-bottom: 6px;
}

.home-cta .content .desc {
    margin-bottom: 40px;
    width: 470px;
    max-width: 100%;
}

.home-cta .content .desc p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.5;
}

/* Footer */
.footer {
    padding-top: 120px;
    padding-bottom: 30px;
}

.footer p {
    margin-bottom: 0;
}

.footer__top {
    margin-bottom: 72px;
    display: flex;
    gap: 26px;
    align-items: end;
    justify-content: space-between;
}

.footer__brand {
    width: auto;
}

.footer__logo {
    margin-bottom: 20px;
}

.footer__logo img {
    width: 295px;
    height: auto;
}

.footer__description {
    font-size: 24px;
    line-height: 1.5;
}

.footer__social {
    width: auto;
}

.footer__social-list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.footer__social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--clr-secondary);
}

.footer__social-item a {
    line-height: 0;
}

.footer__social-item img {
    width: 24px;
    height: 24px;
}

.footer__middle {
    margin-bottom: 40px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer__bct {
    margin-bottom: 40px;
}

.footer__bct img {
    width: 239px;
    height: auto;
}

.footer__menu {
    width: auto;
}

.footer__menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu-list .menu-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer__contact {
    width: auto;
}

.footer__contact-item:not(:last-child) {
    margin-bottom: 32px;
}

.footer__location {
    width: auto;
}

.footer__location-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__location-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer__location-item a {
    color: inherit;
}

.footer__menu-title,
.footer__contact-title,
.footer__location-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.footer__contact-item a,
.footer__menu-list .menu-item a {
    color: inherit;
    text-decoration: none;
}

.footer__bottom {
    padding-top: 32px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid var(--clr-divider);
}

.footer__bottom p,
.footer__bottom a {
    font-size: 12px;
    line-height: 1.25;
}

.footer__copyright {
    width: auto;
}

.footer__policy {
    display: flex;
    gap: 10px;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
}

.footer__policy-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.footer__policy-item a {
    color: inherit;
    text-decoration: none;
}

/* Popup Book Consultation */
.pum.pum-overlay.pum-theme-default-theme {
    background-color: rgba(0,0,0,.5);
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow: visible;
}

.pum .pum-container {
    margin: 0 !important; 
    padding: 80px !important;
    top: 50% !important;
    left: 50% !important;
    width: 616px !important;
    max-height: 790px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-width: 100% !important;
    border-radius: 20px !important;
    transform: translate(-50%, -50%) !important;
}

.pum .pum-container .pum-close {
    top: 5px !important;
    right: 5px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: transparent !important;
}

.pum .frm-inner {
    gap: 60px;
}

.pum .pum-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
}

.pum .pum-desc {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: var(--clr-text);
}

.pum .pum-form {
    margin: 0;
}

.pum .pum-col {
    width: 100%;
}

.pum .pum-submit p {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.pum .pum-submit .button {
    width: 100%;
}

/* Reponsive */

@media (min-width: 1321px) {
    .home-why-glo365::after {
        background-position: calc((100vw - 800px) / 2) 50%;
    }

    .home-cta::after {
        background-position: calc((100vw - 1240px) / 2) 50%;
    }
}

@media (min-width: 992px) and (max-width: 1320px) {
    .home-why-glo365::after {
        background-position: 3vw 50%;
    }

    .home-cta::after {
        background-position: 3vw 50%;
    }
}

@media (max-width: 1024px) {
    /* Home Carousel Events */
    .slider--event .swiper-slide {
        width: 635px;
    }

    /* Home Why Glo365 */
    .home-why-glo365 {
        padding-bottom: 647px;
    }

    .home-why-glo365::after {
        background-size: 100% auto;
        background-position: bottom center;
    }

    .home-why-glo365 .content {
        width: 100%;
    }

    /* Home CTA */
    .home-cta .button {
        color: var(--clr-text);
        border-color: var(--clr-light);
        background-color: var(--clr-light);
    }

    .home-cta .button:hover {
        color: var(--clr-light);
        border-color: var(--clr-primary);
        background-color: var(--clr-primary);
    }

    /* Footer */
    .footer__bottom {
        flex-wrap: wrap;
    }

    .footer__copyright {
        width: 100%;
    }

    .footer__policy {
        width: 100%;
    }
}

@media (max-width: 991px) {
    /* Home Banner */
    .slider--banner .swiper-slide__title {
        width: 600px;
        max-width: 100%;
    }

    .slider--banner .button {
        height: 56px;
    }

    /* Home Why Glo365 */
    .home-why-glo365::after {
        background-size: 125%;
        background-position: 70% 100%;
    }

    /* Home CTA */
    .home-cta::after {
        background-size: auto 100%;
    }

    .home-cta .button {
        height: 56px;
    }
}

@media (max-width: 767px) {
    /* Header */
    body.home .header__bottom {
        border-color: #0000001a;
        background-color: var(--clr-light);
    }

    body.home .site-logo img {
        filter: brightness(1) invert(0);
    }

    body.home .main-menu .hamburger > div,
    body.home .main-menu .hamburger > div::before, 
    body.home .main-menu .hamburger > div::after {
        background-color: var(--clr-text);
    }

    .header__top .header__left {
        justify-content: space-between;
        width: 100%;
    }

    .header__top .header__right {
        display: none;
    }

    .main-menu .main-menu-inner > ul + .header__cta + .header__language {
		display: flex;
		margin: 0 auto;
	}

    /* Home Banner */
    .slider--banner {
        height: 668px;

    }

    .slider--banner .swiper-slide__desc {
        font-size: 20px;
        line-height: 1.5;
    }

    /* Home Events */
    .home-events {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slider--event .swiper-slide {
        width: 310px;
    }

    /* Home Why Glo365 */
    .home-why-glo365 {
        padding-bottom: 460px;
    }

    .home-why-glo365::after {
        background-size: 180%;
        background-position: 60% 100%;
    }

    /* Home Our Team */
    .our-team__top {
        margin-bottom: 40px;
    }

    .our-team__title {
        display: flex;
        flex-grow: 1;
        align-items: center;
        flex-direction: column;
    }

    .our-team__bottom {
        padding-inline: 37.5px;
        margin-inline: calc(-1 * clamp(10px, 3vw, 100px));
    }

    /* .our-team__list {
        flex-wrap: wrap;
        overflow-x: visible;
    } */

    .our-team__view-all {
        display: none;
    }

    .our-team__item {
        flex: 0 0 100%;
    }

    .our-team__cta {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    /* Home CTA */
    .home-cta {
        padding-top: 80px;
        padding-bottom: 432px;
    }

    .home-cta::after {
        background-size: 100% auto;
        background-position: bottom center;
    }

    .home-cta .content {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .home-cta .content .heading {
        max-width: 300px;
    }

    .home-cta .content .desc {
        margin-bottom: 20px;
        max-width: 300px;
    }

    .home-cta .content .desc p {
        font-size: 20px;
    }

    .home-cta .content .button {
        margin-inline: auto;
    }

    /* Footer */
    .footer__top {
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .footer__brand {
        width: 100%;
    }

    .footer__description {
        font-size: 20px;
    }

    .footer__social {
        width: 100%;
    }

    .footer__middle {
        flex-wrap: wrap;
    }

    .footer__menu {
        width: calc(50% - 15px);
    }

    .footer__contact {
        width: calc(50% - 15px);
    }

    .footer__location {
        width: 100%;
    }

    /* Popup */
    .pum .pum-container {
        padding: 40px !important;
        width: 355px !important;
    }

    .pum .pum-title {
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
    }

    .pum .pum-desc {
        font-size: 17px;
        line-height: 1.24;
        text-align: center;
    }
}