@font-face {
    font-family: 'BrushScriptStd';
    src: url('../fonts/BrushScriptStd.eot');
    src: local('BrushScriptStd'), url('../fonts/BrushScriptStd.woff') format('woff'), url('../fonts/BrushScriptStd.ttf') format('truetype');
    font-display: swap;
}

html, body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #232323;
    background-color: #eeeeee;
}
.brushScript{
    font-family: 'BrushScriptStd' !important;
}
.bg-palm{
    background-color: #021b4e;
}
.btn-palm{
    background-color: #021b4e;
    color: white;
}
.btn-palm:hover{
    background-color: #232323;
    color: white;
}
.text-palm{
    color: #021b4e;
}
.navbar {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) white;
}
.navbar:has(.navbar-collapse.show) {
    background-color: #021b4e !important;
}
.google-map iframe{
    height: 100%;
    width: 100%;
}
.heroSlide {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #021b4e;
    background-size: cover;
    transition: transform 6s ease;
    transform: scale(1.1);
}

#hero .splide__slide.is-active .heroSlide {
    transform: scale(1);
}

#hero .splide__slide {
    overflow: hidden;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(2, 27, 78, 0.6);
    color: #ffffff;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
#main-gallery .splide__slide img {
    height: 500px;
    object-fit: contain;
    background-color: #021b4e;
}

@media (max-width: 767px) {
    #main-gallery .splide__slide img {
        height: 300px;
    }
}
#thumb-gallery .splide__slide.is-active img {
    outline: 3px solid #ffffff;
    opacity: 1;
}

#thumb-gallery .splide__slide img {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

#thumb-gallery .splide__slide:hover img {
    opacity: 1;
}

#testimony-slider .splide__slide {
    padding: 3rem 2rem;  /* generous vertical padding */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

#testimony-slider .splide__slide.is-active {
    opacity: 1;
    transform: translateY(0);
}


#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 6px 13px;
    border-radius: 4px;
    transition: bottom 0.3s;
    border: none;
    background-color: rgba(2,27,78,0.3);
    color: whitesmoke;
}
#toTopBtn:hover {
    border: thin solid white;
    background-color: rgba(2,27,78,1);
    color: white;
}

#floatWA {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #6cff51;
    border-radius: 50%;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
    margin-top: 62px;
}
#floating-book {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #021b4e;
    color: #fff;
    border: thin solid white;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    z-index: 999;
}
#floating-book:hover {
    background: #03307a;
    color: #fff;
}
.parallax {
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}