   body p {
    font-size:16px;
}

.hero-default {
    padding-top: 140px;
    text-align: center;
}

.bg-jkn {
    background-size: 15%;
    background-repeat: no-repeat;
    background-image: url(/media/mlmo0eho/jkn-assets-background.svg);
    background-position: center right;
}
h2 {
    font-size: 32px;
    letter-spacing: 4px;
}

/* header */


.hero-background {
    min-height: 90vh;
}

.hero-small .container {
    padding-top: 110px;
} 

.hero-small .text-body {
        color:#fff;
}

.hero-small .border-accent {
    border:none;
    
}
.hero-small .button-primary-outline {
        color:#fff;
        border-color:#fff;
    
}

.stroke-secondary {
    stroke: #01aaec;
}

.fill-secondary {
    fill: #2b3e8f;
}


.hero-background .container {
    margin-top: 130px;
    justify-content: center;
}

.group-\[\.navbar-small\]\:max-h-0.group-\[\.navbar-small\]\:p-0.group-\[\.navbar-small\]\:opacity-0.hidden.max-h-12.bg-base-300.py-2.text-sm.transition-all.xl\:block {
    background: #0c1128;
}
.hero-background h1 {
    max-width: 50%;
    text-shadow: 0 0 30px BLACK;
    font-size: 70px;
}
.hero-background p {
    max-width: 50%;
    font-size: 18px;
    text-shadow: 0 0 21px black;
}
.navbar .button-accent {
    background: #FF9800;
}
    
.hero-big figure, .hero-small figure {
        border-radius: 150px;
        border-bottom-left-radius: 0px;
        border: 3px solid #fff;
        
    }
    
.hero-background::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    transform: scale(1, 1);
    background-image: url(/media/vcuohipl/divider-bottom.svg);
    background-size: 100% 100px;
    height: 100px;
}

.navbar .logo {
    margin-top: -30px;
    height: 140px;
}
.navbar-small .logo{ 
    height:100px;
    margin-top:0;
    }
    .navbar-small {
    padding: 10px 0px;
}
    
.button-accent, .button-accent-outline, .button-primary, .button-primary-outline, .button-secondary, .button-secondary-outline, .button-white-outline {
    border-radius: 30px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    font-size: 16px;
    padding: 20px 30px;
}


.shadow-card, .rounded-medium {
     border-radius: 40px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    
}
.ServiceBlocksComponent .shadow-card img {
    min-height: 350px;
}

.ServiceBlocksComponent .button-primary {
    color: #01aaec;
    background: transparent;
    align-self: end;
}
.breadcrumbs {
    background: none;
}
.ImageGalleryComponent a {
    border-radius: 40px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
}

.ContentImageComponent {
    margin: 0 50px;
}
.ContentImageComponent figure {
    padding: 50px 0;
}

.ContentImageComponent figure img {border-radius: 40px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
}

.ServiceBlocksComponent .button-primary:hover {
    color:#0c1128;
}
.ServiceBlocksComponent .button-primary::after {
    content: url(/media/zx3pfamf/right-arrow.png);
    height: 24px;
    width: 24px;
}


.ServiceBlocksComponent h3.text-body {
    border-radius: 20px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    position: relative;
    margin-left: -33px;
    margin-top: -72px;
    padding: 20px 0px;
    font-size: 26px;
    letter-spacing: 2px;
    background-image: linear-gradient(to right bottom, rgb(1, 170, 236), rgb(43, 62, 143));
    color: #fff;
    text-align: center;
}

.ServiceBlocksComponent {
    background: #f6f7ff;
    padding:200px 0;
}
.ServiceBlocksComponent::before{
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    transform: scale(1, 1);
    background-image: url(/media/t1sdxitb/divider-top.svg);
    background-size: 100% 100px;
    height: 100px;
}

.ServiceBlocksComponent::after {
    fill:transparent;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    transform: scale(1, 1);
    background-image: url(/media/vcuohipl/divider-bottom.svg);
    background-size: 100% 100px;
    height: 100px;
}

.ServiceBlocksComponent .shadow-card {
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}



.ServiceBlocksComponent h3.text-body {
    border-radius: 30px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    position: relative;
    margin-left: -33px;
    margin-top: -72px;
    padding: 15px 0;
    font-size: 26px;
    letter-spacing: 2px;
    background: #0c1128;
    color: #fff;
    text-align: center;
}


/* Footer */ 

footer {
    padding-top: 0;
}

footer.flex::before {
    content: '';
    top: 0;
    z-index: 1;
    width: 100%;
    transform: scale(1, 1);
    background-image: url(/media/t1sdxitb/divider-top.svg);
    background-size: 100% 100px;
    height: 100px;
}

footer, .CallToActionComponent .shadow-card {
    background-image: linear-gradient(to right bottom, rgb(1, 170, 236), rgb(43, 62, 143));
}

footer .bg-base-300 {
    background: none;
    background-color: unset;
}

footer svg.mt-1.block.w-24 {
    fill: #fff;
}