@font-face {
    font-family: 'GeneralSansRegular';
    src: url(/assets/fonts/GeneralSans-Regular.woff2);
}
@font-face {
    font-family: 'GeneralSansRegularItalic';
    src: url(/assets/fonts/GeneralSans-RegularItalic.woff2);
}
@font-face {
    font-family: 'GeneralSansLight';
    src: url(/assets/fonts/GeneralSans-Light.woff2);
}
@font-face {
    font-family: 'BoskaLight';
    src: url(/assets/fonts/Boska-Light.woff2);
}
@font-face {
    font-family: 'BoskaItalicLight';
    src: url(/assets/fonts/Boska-LightItalic.woff2);
}
@font-face {
    font-family: 'BoskaItalicRegular';
    src: url(/assets/fonts/Boska-MediumItalic.woff2);
}

* {
    cursor: url('/assets/images/icon/Artboard_3@2x-2-1.png'), pointer !important;
}
body {
    
    font-family: 'GeneralSansRegular';
    background-color: #f6f5e9;
    overflow-x: hidden;
    /* cursor: url('/storage/Artboard2.png'), auto !important; */
    /* cursor: url('/assets/images/icon/kursor-ijo-baru.png'), auto !important; */
    cursor: url('/assets/images/icon/Artboard_3@2x-2-1.png'), pointer !important;
    padding-left: 30px !important;
    padding-right: 30px !important; 
}


.banner-container {
    position: relative;
    width: 100%;
    justify-self: center;
    height: 220px; /* Updated height */
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    /* transition: transform 3s ease;  */
}

.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.5s ease;  */     
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card-contact-us {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.card-contact-us h3 {
    font-family: 'GeneralSansRegular';
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}