@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/proxima/proxima-nova-regular/proxima-nova-regular.otf') format('opentype'),
    url('../fonts/proxima/proxima-nova-regular/proxima-nova-regular.woff') format('woff'),
    url('../fonts/proxima/proxima-nova-regular/proxima-nova-regular.woff2') format('woff2');
}

@font-face {
    font-family: "Proxima Nova Bold";
    src: url('../fonts/proxima/proxima-nova-bold/proxima-nova-bold.otf') format('opentype'),
    url('../fonts/proxima/proxima-nova-bold/proxima-nova-bold.woff') format('woff'),
    url('../fonts/proxima/proxima-nova-bold/proxima-nova-bold.woff2') format('woff2');
}

*,*::before,*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Proxima Nova";
    overflow: hidden;
    height: 100dvh;
}

.container {
    width: 100%;
    margin: 0;
    height: 100dvh;
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.appcenter_container {
    position: relative;
    display: flex;
    flex-direction: row;
    place-items: center;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: #FCFAFA;
}

.appcenter_container .passwordBox,
.appcenter_container .loginBox {
    width: 324px;
    position: relative;
    z-index: 10;
    margin-top: -126px;
}

.mydiv {
    /* position: fixed;
    top: 50%;
    left: 45%;
    transform: translate(-40%, -80%); */
    position: relative;
    display: flex;
    flex-direction: row;
    place-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* background-image: url('${pageContext.request.contextPath}/resources/images/circle_design.png');
    background-position: -140% -40%;
    background-repeat: no-repeat; */
}

.left-side,
.right-side {
    width: 50%;
    height: 100%;
}

.left-side {
    position: relative;
    padding-left: 5rem;
    padding-top: 5rem;
    z-index: 10;
}

.right-side {
    background: #F6F8FA;
    display: flex;
    align-items: center;
    place-content: center;
    flex-direction: column;
    overflow-y: auto;
}

.right-footer {
    position: relative;
    top: 65px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 16px;
    margin-top: 3rem;
}

.right-side input {
    /* width: 36rem; */
    border: 1px solid #9CA9A0;
    padding: 10px 8px;
    height: unset;
}

.left-side .hero-logo,
.left-side .hero-text {
    z-index: 11;
}

.hero-text {
    /* padding-left: 5rem; */
    margin-top: 72px;
    margin-bottom: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text h1 {
    position: relative;
    font-family: "Proxima Nova Bold";
    color: #242121;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    font-size: 48px;
    letter-spacing: 0px;
    width: fit-content;
}

.hero-text span {
    font: normal normal normal 24px / 29px Proxima Nova;
    color: #999999;
}

.hero-text-title::after {
    content: '';
    position: absolute;
    width: 46%;
    height: 12px;
    background: #009E4D;
    opacity: 0.2;
    bottom: 10px;
    right: 1px;
}

.hero-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}

.appcenter_overlay-hero-image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.4;
}

.hero-background-image img{
    width: 100%;
    position: absolute;
    bottom: -106px;
    left: 0;
    z-index: 5;
}

.appcenter_overlay-hero-image img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 60%;
    max-width: 50%;
    object-fit: contain;
    z-index: 1;
}

.hero-text-carousel {
    width: 464px;
    height: 179px;
    background: #E3F4FF;
    border-radius: 16px;
    position: relative;
    overflow: visible !important;
    z-index: 15;
    /* Increased z-index */
    margin-bottom: 50px;
    /* More space for indicators */
}

.custom-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.custom-carousel-slides {
    display: flex !important;
    width: 400% !important;
    height: 100% !important;
    transition: transform 0.5s ease-in-out !important;
    transform: translateX(0%) !important;
    will-change: transform;
}

.custom-carousel-slide {
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
    height: 100% !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding: 24px 32px !important;
    box-sizing: border-box !important;
}

.custom-carousel-slide h3 {
    font: normal normal 600 24px/29px Proxima Nova;
    color: #1C84C6;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.custom-carousel-slide p {
    font: normal normal normal 18px/28px Proxima Nova;
    color: #999999;
    margin: 0;
    line-height: 1.4;
}

.custom-carousel-indicators {
    position: absolute;
    bottom: -35px;
    /* Position outside the card */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
    /* Higher z-index to ensure visibility */
    background: rgba(255, 255, 255, 0.1);
    /* Slight background for visibility */
    padding: 5px 10px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.custom-carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF00 0% 0% no-repeat padding-box;
    border: 1px solid #1C84C6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-carousel-indicator.active {
    background: #1C84C6 0% 0% no-repeat padding-box;
    border: 1px solid #1C84C6;
}

.custom-carousel-indicator:hover {
    background-color: rgba(26, 115, 232, 0.6);
}

.product-text {
    /* color: #676a6c; */
    color: #242121;
}

.buttons {
    display: flex;
    gap: 1rem;
}

.buttons button,
#registration-form-login-btn {
    width: 100%;
    display: inline-block;
    padding: 12px 42px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 6px;
}

.primary-btn {
    background: #1A9F4D 0% 0% no-repeat padding-box;
    border: 1px solid #1A9F4D;
    border-radius: 6px;
    color: #fff;
}

.secondary-btn {
    background: #F8F8F8;
    border: 1px solid #9CA9A0;
    border-radius: 6px;
    color: #707070;
}

.google-btn {
    background: #fff;
    border: 1px solid #9CA9A0;
}

.right--side-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.or-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.or-block hr {
    width: 100%;
    border-top: 2px solid #000;
    ;
}

.or-block span {
    color: #9CA9A0;
    font-size: 16px;
    padding: 8px 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    place-item: center;
    background: #fff;
}

.right--side-form {
    padding: 38px;
    width: 432px;
    height: 330px;
}

#registration-response.right--side-form {
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 30px;
    background: #FAFAFA;
    align-items: center;
}

.right--side-form .email-tick {
    width: 100px;
    height: 100px;
}

.right--side-form h2 {
    font-size: 24px;
    font-weight: bold;
}

.right--side-form .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 348px;
}

.right--side-form .text-box span {
    color: #707070;
    font-size: 16px;
}

button.google-btn {
    display: flex;
    justify-content: center;
    place-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 10px 42px;
}