/******** home ************/
.home-top-items-container {
    height: 180px;
}
.home-top-items {
    position: relative;
    top: -120px;
}
.home-top-item {
    background-color: #fff;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 30px;
    padding: 20px 30px 20px 30px;
    height: 260px;
}
.home-about-us-images {
    display: flex;
    gap: 1.25rem;
}
.home-about-us-images-left {
    display: flex;
    flex-direction: column;
    flex-basis: 33.333333%;
    gap: 1.25rem;
    justify-content: center;
}
.home-about-us-images-left img {
    max-height: 500px;
    max-width: 100%;
}
.home-about-us-images-right {
    position: relative;
    flex-basis: 66.666667%;
}
.home-about-us-images-right img {
    max-width: 100%;
}
.home-about-us-ex-text-wrapper {
    position: absolute;
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: -100px;
    background-color: var(--primary-color);
    padding: 1.25rem;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.home-about-us-ex-text-wrapper .years {
    font-size: 36px;
    font-weight: 700;
}
.home-about-us-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: start;
}
.home-about-us-content .philosophy-box {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    padding: 10px;
    border-style: solid;
    border-width: 0px;
    border-right-width: 8px;
    border-radius: 30px;
    border-right-color: rgb(69 85 137 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.home-about-us-content .philosophy-box-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.home-about-us-content .philosophy-box-content h1 {
    color: var(--primary-color);
}
.home-carousel-container img {
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}
.home-why-choose-us-overview {
    min-height: 46.188rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(/images/bg-why-choose-us.webp);
    position: relative;
}
.home-why-choose-us-overview-content {
    min-height: 46.188rem;
    color: rgb(245 245 245 / var(--tw-text-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.home-why-choose-us-overview-title {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1rem !important;
    z-index: 999;
    margin: 0;
    text-align: center;
}
.home-why-choose-us-overview-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    z-index: 999;
}
.home-why-choose-us-overview-details {
    gap: 2.5rem;
    justify-content: space-around;
    max-width: 72rem;
    width: 100%;
    z-index: 999;
}
.home-why-choose-us-overview-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    flex: 1 1 0%;
}
.home-why-choose-us-overview .text-stroke {
    font-weight: 600;
    font-size: clamp(3.75rem, 1.6027rem + 3.352vw, 5.625rem);
    text-align: center;
    max-width: 360px;
    width: 100%;
}
.home-why-choose-us-overview hr {
    width: 360px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-top-width: 2px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
}
.home-why-choose-us-overview-item .item-title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-wrap: wrap;
}
.home-contact-us-overview {
    min-height: 46.188rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-image: url(/images/bg-home-contact.webp);
    position: relative;
}
.home-contact-us-overview-content {
    min-height: 33.688rem;
    height: 100%;
    color: rgb(245 245 245 / var(--tw-text-opacity));
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-contact-us-overview-title {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    z-index: 999;
}
.home-contact-us-overview-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 2rem;
    z-index: 999;
}
.home-contact-us-overview-button {
    color: inherit;
    text-decoration: inherit;
    z-index: 999;
}
.home-contact-us-overview-button button {
    color: #fff;
    font-size: clamp(0.6875rem, 0.4012rem + 0.4469vw, 0.9375rem);
    font-weight: 600;
    transition: transform 0.3s;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    border-bottom: 2px solid rgb(255, 255, 255);
    border-radius: 0px !important;
    height: var(--button-height, var(--button-height-sm));
    padding-inline: var(--button-padding-x, var(--button-padding-x-sm));
}
@media (max-width: 991.98px) {
    .home-top-items-container {
        height: 700px;
    }
    .home-top-item {
        margin-bottom: 20px;
        text-align: center;
    }
    .home-about-us-images-right img {
        height: 100%;
    }
    .home-about-us-content {
        margin-top: 30px;
        align-items: center;
    }
    .home-contact-us-overview {
        min-height: 30rem;
    }
}
@media (max-width: 767.98px) {
    .philosophy-box {
        flex-direction: column;
        align-items: center;
    }
}
