/* Custom Styling by William */
.custom-primary{
    color: #f27457;
}
.custom-btn-primary{
    background-color: #f27457;
    color: #fff;
}
.custom-bg-primary{
    background-color: #f27457;
}

/*Atur Jarak Section*/
.section {
    margin-top: 50px !important; /* Jarak atas */
    margin-bottom: 50px !important ; /* Jarak bawah */
    padding-top: 2rem;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.rounded-pill:hover {
    background: #bd5b45 !important; /* Optional: darker shade on hover */
    border-color: #bd5b45 !important;
}

.quotes-background {
    background-color: white; /* Mengatur latar belakang menjadi putih */
}

.btn.btn-cta {
    color: var(--bs-white);
}

.btn-cta {
    background-color: #f27457; /* Set primary button color */
    color: var(--bs-white);
    z-index: 10; /* Ensure button is above other elements */
    position: relative; /* Relative positioning for z-index */
    border: 1px solid #f27457; /* Border matches button color */
}

.btn-cta:hover {
    background-color: #bd5b45; /* Darker color for hover */
    border: 1px solid #bd5b45; /* Border matches hover background */
}

.btn.btn-secondary {
    color: var(--bs-white);
    background-color: #f27457;
    border-color: #f27457;
}

.btn.btn-secondary:hover {
    background-color: #bd5b45; /* Optional: darker shade for hover effect */
    border-color: #bd5b45;
}

.btn.btn-outline-secondary {
    color: #f27457;
    border-color: #f27457;
}

.btn.btn-outline-secondary:hover {
    background-color: #f27457; /* Optional: darker shade for hover effect */
    border-color: #f27457;
    color: #fff;
}

.btn-custom {
    background-color: #d9ae30; /* Mengatur warna latar belakang tombol */
    color: white; /* Mengatur warna teks tombol agar kontras */
}

.custom-bg {
    background-color: #03a696 !important; /* Warna latar belakang yang diinginkan */
}

.btn-custom:hover {
    background-color: #391073; /* Warna saat hover, bisa disesuaikan */
    color: white;
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: 0.5s;
}
.navigation {
    color: #f27457 !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #f27457 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #f27457;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #f27457;
    color: var(--bs-white);
}
h1 .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: 0.5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #f27457;
        color: #f27457;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #f27457;
        transition: 0.5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent #f27457 transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
    outline: none;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f27457;
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: #f27457;
    border: 2px solid #f27457; /* Adds an outline with the same color */
    border-radius: 50%; /* Ensures the border is rounded to match the icon's shape */
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}

@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }

    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, 0.6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)),
        url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
}

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}
/*** Service End ***/

/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)),
        url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/

/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: #f27457 !important;
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: #f27457 !important;
}

.custom-link {
    color: #03a696 !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}
.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 20px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: #253659;
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon {
    left: 0px;
    background: #253659 !important;
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Color Palette ***/
:root {
    --blue-color: #253659;
}

/*** Testimonial Section ***/
.testimonials .display-3 {
    color: var(--blue-color);
}

.testimonials .testimonial-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-color: #f27457 !important;
}

.testimonials .testimonial-content h4 {
    color: var(--blue-color);
}

/*** Team Start ***/
.text-name {
    color: #253659 !important; /* Kode warna yang diinginkan */
    margin-bottom: 10px;
}

/*** Footer Start ***/
.footer {
    background-color: #253659 !important; /* Mengubah warna latar belakang footer */
}

.footer .footer-item a {
    line-height: 35px;
    color: #979797;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #f27457;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgb(205, 205, 205);
    background-color: #19243b !important; /* Mengubah dari background: var(--bs-dark) menjadi background-color: #391073 */
}
/*** copyright end ***/

/* styles.css */

/* Color Palette */
:root {
    --primary-color: #391073; /* Warna utama */
    --secondary-color: #d9ae30; /* Warna sekunder */
    --text-color: #5b26a6; /* Warna teks */
    --background-color: #ffffff; /* Warna latar belakang */
    --card-background: #ffffff; /* Warna latar belakang kartu */
    --blue-color: #253659; /* Warna ungu baru */
    --green-color: #5b26a6; /* Warna ungu baru */
}

/* Styles */
.container-fluid {
    background-color: var(--background-color);
}

h1 {
    color: var(--blue-color); /* Menggunakan warna ungu baru untuk h1 */
}

h2 {
    color: var(--blue-color); /* Menggunakan warna ungu baru untuk h2 */
}

h4 {
    color: var(--blue-color); /* Menggunakan warna ungu baru untuk h1 */
}
h5 {
    color: var(--green-color); /* Menggunakan warna ungu baru untuk h1 */
}

.card {
    background-color: var(--card-background);
}

.card-body {
    text-align: center;
    padding: 2rem;
}

/* Style untuk card benefits */
.card {
    position: relative;
    background: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Efek hover pada card */
.card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Efek untuk icon */
.card .text-primary {
    transition: all 0.3s ease;
}

.card:hover .text-primary {
    transform: scale(1.1);
    color: #253659 !important;
}

/* Efek untuk judul card */
.card h3 {
    transition: all 0.3s ease;
}

.card:hover h3 {
    color: #f27457;
}

/* Tambahkan efek bayangan saat hover */
.card:hover .card-body {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(249, 249, 249, 1) 100%
    );
}

/* Efek smooth pada semua transisi */
.card * {
    transition: all 0.3s ease;
}

/* Custom Shadow */
.shadow-sm {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transition: box-shadow 0.3s ease;
}

/* Optional: Tambahkan efek glow subtle saat hover */
.card:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: 0 0 20px rgba(217, 174, 48, 0.15);
    opacity: 0;
    animation: glowIn 0.3s ease forwards;
}

@keyframes glowIn {
    to {
        opacity: 1;
    }
}

.quote-icon {
    color: #f27457;
}

.inspirational-verse {
    color: #04bf9d;
    font-size: 1.5rem;
    line-height: 1.6;
}

.verse-author {
    margin-top: 1rem;
    display: block;
    color: var(--primary-color);
}
.verse-color {
    color: #03a696 !important;
}

.text-description {
    font-size: 1.1rem;
    color: #5c5c5c; /* Kode warna yang diinginkan */
    line-height: 1.7;
    margin-top: 5px; /* Beri jarak minimal di atas deskripsi */
}
.text-separator {
    font-size: 1.1rem;
    color: #253659; /* Kode warna yang diinginkan */
    line-height: 1.7;
}
.testimoni-profession {
    font-size: 1.1rem;
    color: #03a696 !important; /* Kode warna yang diinginkan */
    line-height: 1.7;
}

.font-bold {
    font-weight: bold; /* Mengatur teks menjadi bold */
}
.text-custom {
    color: #253659; /* Kode warna yang diinginkan */
    font-size: 20px;
}

.logo {
    color: #f27457; /* Kode warna yang diinginkan */
}

.logo-calendar {
    color: #f27457; /* Kode warna yang diinginkan */
}

.calendar-position {
    margin-top: 20px; /* Atur sesuai kebutuhan */
}

a.fw-bold.read-more {
    color: #f27457; /* Sets the text color */
}

a.fw-bold.read-more:hover {
    color: #bd5b45; /* Optional: darker shade on hover */
}

/*Pagination*/
/* CSS untuk mengubah ukuran dan warna pagination Swiper */
.swiper-pagination-bullet {
    background: #f27457 !important; /* Mengubah warna bullet */
    width: 12px; /* Atur lebar bullet */
    height: 12px; /* Atur tinggi bullet */
    margin: 0 5px; /* Atur jarak antar bullet */
    border-radius: 50%; /* Pastikan bullet tetap berbentuk lingkaran */
}

.swiper-pagination-bullet-active {
    background: #f27457 !important; /* Mengubah warna bullet aktif */
    width: 14px; /* Atur lebar bullet aktif */
    height: 14px; /* Atur tinggi bullet aktif */
}

/*FAQ*/
.color-icon {
    color: #f27457; /* Optional: darker shade on hover */
}

/*Footer*/
.color-footer {
    color: #f27457; /* Optional: darker shade on hover */
}

.accordion-button:not(.collapsed) {
    border-color: #f27457 !important; /* Mengubah warna border saat accordion dibuka */
    background-color: transparent; /* Menghapus latar belakang saat aktif */
    color: #f27457 !important; /* Mengubah warna teks jika diperlukan */
}

/*Footer*/
.text-footer {
    color: #979797; /* Optional: darker shade on hover */
}

/*Breadcrumbs*/
.breadcrumbs {
    color: #f27457 !important; /* Optional: darker shade on hover */
}

/*Ministries view*/
.ministries {
    color: #f27457 !important; /* Optional: darker shade on hover */
}

/*Custom Bg Card*/
.bg-card {
    color: #f2f9f9 !important; /* Optional: darker shade on hover */
}

.book-detail {
    color: #253659 !important; /* Optional: darker shade on hover */
}

.title {
    color: #253659; /* Warna teks "Make an Impact" */
}

.icon {
    color: #f27457; /* Warna ikon fa-hands-helping */
    transition: color 0.3s; /* Efek transisi untuk hover */
}

.icon:hover {
    color: #bd5b45; /* Warna ikon saat hover */
}

/* Pastikan alignment vertikal ke atas */
.donation-section .row.align-items-start {
    align-items: flex-start;
}

/* Untuk memastikan bahwa gambar dan teks tetap terlihat rapat */
#donation .image-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
        "large large"
        "small1 small2";
}

.image-grid .large {
    grid-area: large;
    height: 300px;
}

.image-grid .small:nth-child(2) {
    grid-area: small1;
    height: 150px;
}

.image-grid .small:nth-child(3) {
    grid-area: small2;
    height: 150px;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.donation-section .col-lg-6:nth-child(2) {
    margin-top: -5px;
    /* Sesuaikan nilai ini hingga sesuai */
}

.donation-section .col-lg-6:nth-child(1) {
    padding-top: 5px;
    /* Sesuaikan nilai ini hingga sesuai */
}

.donation-section .text-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Jarak antara teks dan garis pemisah */
    margin-top: 20px;
    margin-bottom: 20px;
    /* Jarak dengan tombol */
}

.text-section .text-item {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.text-section .separator {
    height: 30px;
    width: 2px;
    background-color: #00cfff;
    /* Warna garis vertikal */
}

/* Story Section Grid Layout */
.story-section .story-image-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
        "large large"
        "small1 small2";
}

.story-image-item.large {
    grid-area: large;
    height: 300px;
}

.story-image-item.small:nth-child(2) {
    grid-area: small1;
    height: 150px;
}

.story-image-item.small:nth-child(3) {
    grid-area: small2;
    height: 150px;
}

.story-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.equal-image {
    width: 100%;
    height: 200px;
    /* Set a fixed height for uniformity */
    overflow: hidden;
}

.equal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.icon-container {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #f27457;
    /* Adjust to match primary color */
    border-radius: 50%;
}

.vision-mission-card {
    background-color: #fdfdfd;
    transition: box-shadow 0.3s ease;
}

.vision-mission-card:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.icon-container {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
    border-radius: 50%;
    background-color: #f27457;
}

/* Separator Styling */
.separator {
    display: flex;
    align-items: center;
    width: 100%;
}

.separator hr {
    border: 0;
    height: 2px;
    background-color: #d1d1d1;
    width: 100%;
    max-width: 200px;
}

.separator i {
    color: #007bff;
    font-size: 1.5rem;
}

.card-title {
    font-weight: bold;
    color: #333;
}

.navbar .nav-link {
    color: #f27457 !important;
    /* Warna biru muda cerah */
}

#bookDetailSection {
    margin-top: 50px;
}

#bookDetailSection .card {
    background-color: #f8f9fa;
    transition: box-shadow 0.3s ease;
}

#bookDetailSection .card:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

#bookDetailSection .card-title {
    color: #333;
    font-weight: bold;
}

#bookDetailSection .list-group-item {
    background: none;
    border: none;
    padding-left: 0;
}

#bookDetailSection {
    margin-top: 20px;
    /* Atur sesuai kebutuhan */
}

.navbar .nav-link {
    color: #f27457 !important;
    /* Warna biru muda cerah */
}

.swiper-pagination {
    margin-top: 60px !important; /* Atur jarak antara pagination dan card */
    position: relative !important; /* Pastikan posisi tetap di bawah elemen Swiper */
}

/* Hilangkan shape dan tambahkan responsivitas */
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto; /* Pastikan lebar menyesuaikan konten */
    padding: 0; /* Hilangkan padding */
    margin: 0; /* Hilangkan margin */
}

/* Hilangkan card background dan border */
.testimonial-content {
    background: none;
    border: none;
    box-shadow: none;
}

/* Perbaiki lebar gambar */
.testimonial-img img {
    margin: 0 auto;
    display: block;
}

/* Swiper pagination style */
.swiper-pagination-bullet {
    background-color: rgba(255, 87, 51, 0.3);
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #ff5733;
    width: 14px;
    height: 14px;
    transform: scale(1.2);
}

.carousel-image {
    width: 1250px;
    height: 700px;
    object-fit: cover;
    margin: 0 auto;
    /* center the image */
}

.fadeInLeft,
.fadeInRight {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.service-item {
    /* Menyesuaikan ukuran card agar sama pada section quotes from the bible*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    /* Set a minimum height based on your design */
}

.service-content p {
    flex-grow: 1;
}

.larger-image {
    width: 120%;
    /* Increase the size of the image */
    height: auto;
    /* Maintain aspect ratio */
}

.blog-img img {
    margin-top: 70px;
    /* Menambahkan margin di atas gambar untuk menghindari tabrakan */
}

.blog-img {
    position: relative;
    width: 100%;
    height: 500px;
    /* Sesuaikan tinggi gambar sesuai kebutuhan */
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    /* Rounded di sudut kiri bawah */
    border-bottom-right-radius: 0.25rem;
    /* Rounded di sudut kanan bawah */
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 0.25rem;
    /* Pastikan gambar mengikuti bentuk kontainer */
    border-bottom-right-radius: 0.25rem;
    /* Pastikan gambar mengikuti bentuk kontainer */
}

.blog-date {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #f27457 !important; /* Warna latar belakang */
    color: white !important; /* Warna teks */
    text-align: left !important;
    padding: 10px 15px !important;
    font-size: 12px !important; /* Ukuran font */
    border-radius: 0 0 4px 4px !important; /* Membuat sudut bawah melengkung */
    z-index: 1 !important; /* Pastikan berada di atas gambar */
}

.navbar .nav-link {
    color: #f27457 !important;
    /* Warna biru muda cerah */
}

/* Blog Card Styles */
.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.1);
}

.blog-content {
    padding: 20px;
    text-align: center;
}

.blog-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.blog-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.blog-read-more {
    font-size: 0.9rem;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-read-more:hover {
    color: #0056b3;
}

/* pagination*/

.pagination-indicator {
    display: flex;
    gap: 10px;
    justify-content: center; /* Agar elemen berada di tengah */
    margin-top: 40px; /* Tambahkan jarak dari elemen sebelumnya */
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f19782; /* Warna lingkaran default */
    display: inline-block;
    transition: background-color 0.3s;
}

.pagination-dot.active {
    background-color: #f27457; /* Warna lingkaran aktif */
}

.pagination-dot:hover {
    background-color: #f19782; /* Warna lingkaran saat hover */
}

.bg-date {
    background-color: #f27457;
}

.custom-btn-orange {
    display: inline-block;
    color: #fff; /* Warna teks tetap */
    background-color: #f27457; /* Warna dasar */
    border: none;
    padding: 8px 30px;
    border-radius: 30px; /* Membentuk tombol bulat */
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Transisi hanya pada latar belakang */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Efek bayangan */
}

.custom-btn-orange:hover {
    background-color: #d96348; /* Warna hover untuk latar belakang */
    transform: translateY(-3px); /* Efek melayang */
    box-shadow: 0 8px 15px rgba(242, 116, 87, 0.3); /* Efek bayangan lebih besar */
}

.custom-btn-orange:hover i,
.custom-btn-orange:hover {
    color: #fff !important; /* Warna teks tetap putih saat hover */
}

/* CSS untuk memastikan tinggi card seragam */
.team-item {
    min-height: 100px; /* Tentukan tinggi minimum yang cukup untuk semua card */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Pastikan konten didistribusikan secara merata */
    border: 1px solid #ddd; /* Tambahkan border untuk estetika */
    border-radius: 8px; /* Sudut membulat */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Bayangan ringan */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-item:hover {
    transform: translateY(-5px); /* Efek hover naik */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Bayangan lebih gelap saat hover */
}

/* Styling untuk gambar */
.team-img img {
    height: 300px; /* Tetapkan tinggi tetap untuk gambar */
    object-fit: cover; /* Pastikan gambar tidak terdistorsi */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* CSS untuk bagian deskripsi */
.text-description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555; /* Warna teks */
    padding: 0 15px;
    min-height: 80px; /* Tentukan tinggi minimum untuk deskripsi */
    overflow: hidden; /* Sembunyikan bagian konten yang melebihi batas */
    text-overflow: ellipsis; /* Tambahkan ellipsis (...) jika konten terlalu panjang */
    white-space: normal;
    word-wrap: break-word;
}

#spinner {
    display: none !important;
}

.carousel-image {
    width: 1250px;
    height: 700px;
    object-fit: cover;
    margin: 0 auto;
    /* center the image */
}

.fadeInLeft,
.fadeInRight {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.service-item {
    /* Menyesuaikan ukuran card agar sama pada section quotes from the bible*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    /* Set a minimum height based on your design */
}

.service-content p {
    flex-grow: 1;
}

.larger-image {
    width: 120%;
    /* Increase the size of the image */
    height: auto;
    /* Maintain aspect ratio */
}

/* Fade-in animation for the cards */
.blog-item {
    background-color: #f2f9f9;
    /* Light gray background */
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    /* Hide initially */
    transform: translateY(20px);
    /* Slightly down */
    animation: fadeInUp 0.6s ease forwards;
    /* Animate on load */
}

/* Scale and shadow on hover */
.blog-item:hover {
    transform: scale(1.05);
    /* Slightly larger */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* Add shadow */
}

/* Fade-in animation keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-img {
    flex: 0 0 auto;
    /* Gambar tetap dengan tinggi standar */
}

.blog-content {
    flex: 1 0 auto;
    /* Konten akan menyesuaikan untuk mengisi ruang yang tersisa */
}

.blog-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* Batas jumlah baris untuk teks */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 6em;
    /* Sesuaikan untuk membatasi tinggi teks */
}

.blog-content a.h4:hover {
    color: #f27457 !important;
}

.blog-img {
    width: 100%;
    height: 250px;
    /* Sesuaikan tinggi gambar sesuai kebutuhan */
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-item .fa-star {
    color: #ffd700;
    /* Warna kuning emas */
}

.quote-item {
    transition: transform 0.3s;
}

.quote-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.testimonials .swiper-pagination {
    position: relative !important;
    margin-top: 20px !important;
}

.testimonials .swiper-pagination-bullet-active {
    opacity: 1;
}

/*detail blog*/
/* Blog Section */
/* Blog Section Custom Styles */
#blogDetailSection {
    margin-top: 50px;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

#blogDetailSection img {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#blogDetailSection img:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.blog-detail {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.text-description {
    line-height: 1.8;
    color: #6c757d;
    font-size: 1.1rem;
}

.blog-date {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.85;
}

.btn {
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

/* .btn:hover {
    background-color: #495057;
    color: #fff;
} */

/* Responsivitas */
@media (max-width: 768px) {
    #blogDetailSection {
        padding: 20px;
    }

    .blog-detail {
        font-size: 1.1rem;
    }

    .text-description {
        font-size: 1rem;
    }

    .btn {
        font-size: 0.9rem;
    }
}

#bookDetailSection {
    margin-top: 50px;
}

#bookDetailSection .card {
    background-color: #f8f9fa;
    transition: box-shadow 0.3s ease;
}

#bookDetailSection .card:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

#bookDetailSection .card-title {
    color: #333;
    font-weight: bold;
}

#bookDetailSection .list-group-item {
    background: none;
    border: none;
    padding-left: 0;
}

#bookDetailSection {
    margin-top: 20px;
    /* Atur sesuai kebutuhan */
}

.navbar .nav-link {
    color: #f27457 !important;
    /* Warna biru muda cerah */
}

.navbar .nav-link {
    color: #f27457 !important;
    /* Warna biru muda cerah */
}

.btn-circle {
    width: 45px; /* Atur lebar tombol */
    height: 45px; /* Atur tinggi tombol agar sama dengan lebar */
    border-radius: 50%; /* Membuat bentuk lingkaran */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.2rem; /* Ukuran ikon */
}

.btn-circle i {
    margin: 0; /* Hapus margin pada ikon */
}

/* WA Contact Section Styling */
.wa-contact-section {
    background-color: #03a696;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.decorative-pattern-top {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 0;
}

.decorative-pattern-bottom {
    position: absolute;
    bottom: -60px;
    left: -60px;
    z-index: 0;
}

.wa-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.wa-subtitle {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.wa-button {
    background-color: #ffffff;
    color: #03a696;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wa-button:hover {
    background-color: #f27457;
    color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/*slider upcoming event*/
.team-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.team-img img {
    transition: transform 0.3s ease-in-out;
}

/*Search halaman book*/
.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#search-input {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    padding: 10px;
    background-color: #00cfff;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
}

/* Pastikan alignment vertikal ke atas */
.donation-section .row.align-items-start {
    align-items: flex-start;
}

/* Untuk memastikan bahwa gambar dan teks tetap terlihat rapat */
#donation .image-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
        "large large"
        "small1 small2";
}

.image-grid .large {
    grid-area: large;
    height: 300px;
}

.image-grid .small:nth-child(2) {
    grid-area: small1;
    height: 150px;
}

.image-grid .small:nth-child(3) {
    grid-area: small2;
    height: 150px;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.donation-section .col-lg-6:nth-child(2) {
    margin-top: -5px;
    /* Sesuaikan nilai ini hingga sesuai */
}

.donation-section .col-lg-6:nth-child(1) {
    padding-top: 5px;
    /* Sesuaikan nilai ini hingga sesuai */
}

.donation-section .text-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Jarak antara teks dan garis pemisah */
    margin-top: 20px;
    margin-bottom: 20px;
    /* Jarak dengan tombol */
}

.text-section .text-item {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.text-section .separator {
    height: 30px;
    width: 2px;
    background-color: #00cfff;
    /* Warna garis vertikal */
}

/* Story Section Grid Layout */
.story-section .story-image-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
        "large large"
        "small1 small2";
}

.story-image-item.large {
    grid-area: large;
    height: 300px;
}

.story-image-item.small:nth-child(2) {
    grid-area: small1;
    height: 150px;
}

.story-image-item.small:nth-child(3) {
    grid-area: small2;
    height: 150px;
}

.story-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.equal-image {
    width: 100%;
    height: 200px;
    /* Set a fixed height for uniformity */
    overflow: hidden;
}

.equal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.icon-container {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #f27457;
    /* Adjust to match primary color */
    border-radius: 50%;
}

.vision-mission-card {
    background-color: #fdfdfd;
    transition: box-shadow 0.3s ease;
}

.vision-mission-card:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.icon-container {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
    border-radius: 50%;
    background-color: #f27457 !important;
}

/* Separator Styling */
.separator {
    display: flex;
    align-items: center;
    width: 100%;
}

.separator hr {
    border: 0;
    height: 2px;
    background-color: #d1d1d1;
    width: 100%;
    max-width: 200px;
}

.separator i {
    color: #f27457;
    font-size: 1.5rem;
}

.card-title {
    font-weight: bold;
    color: #253659;
}

.navbar .nav-link {
    color: #f27457 !important;
    /* Warna biru muda cerah */
}

.event-image {
    height: 200px;
    object-fit: cover;
}

.carousel-image {
    width: 1250px;
    height: 700px;
    object-fit: cover;
    margin: 0 auto;
    /* center the image */
}

.fadeInLeft,
.fadeInRight {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.service-item {
    /* Menyesuaikan ukuran card agar sama pada section quotes from the bible*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    /* Set a minimum height based on your design */
}

.service-content p {
    flex-grow: 1;
}

.larger-image {
    width: 120%;
    /* Increase the size of the image */
    height: auto;
    /* Maintain aspect ratio */
}

.blog-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Memastikan semua item mengambil tinggi penuh dari kolom */
    background-color: #ffffff;
    /* Tambahkan latar belakang agar terlihat lebih jelas */
}

.blog-img {
    flex: 0 0 auto;
    /* Gambar tetap dengan tinggi standar */
}

.blog-content {
    flex: 1 0 auto;
    /* Konten akan menyesuaikan untuk mengisi ruang yang tersisa */
}

.blog-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* Batas jumlah baris untuk teks */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 6em;
    /* Sesuaikan untuk membatasi tinggi teks */
}

.blog-img {
    width: 100%;
    height: 250px;
    /* Sesuaikan tinggi gambar sesuai kebutuhan */
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-item .fa-star {
    color: #ffd700;
    /* Warna kuning emas */
}

/* CSS untuk button next pada card */
.custom-carousel-control {
    width: 50px;
    height: 50px;
    background-color: #0b0c39 !important;
    /* Warna biru tua */
    border-radius: 50% !important;
    /* Membuat tombol menjadi lingkaran penuh */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    /* Memposisikan tombol di tengah secara vertikal */
    transform: translateY(-50%);
    /* Menyempurnakan posisi di tengah */
    z-index: 10;
    /* Memastikan tombol berada di depan elemen lainnya */
}

.carousel-control-prev.custom-carousel-control {
    left: 15px;
    /* Jarak dari kiri */
}

.carousel-control-next.custom-carousel-control {
    right: 15px;
    /* Jarak dari kanan */
}

.custom-carousel-icon {
    font-size: 32px;
    /* Ukuran font panah lebih besar */
    color: #0b0c39 !important;
    /* Warna panah putih agar kontras dengan latar biru */
}

/* Hover effect */
.custom-carousel-control:hover {
    background-color: #0b0c39 !important;
    /* Warna biru tua sedikit lebih gelap saat di-hover */
}

.consistent-size {
    height: 250px;
    /* Set a consistent height */
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.consistent-size img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the container without distortion */
}

.consistent-size {
    height: 250px;
    /* Ensures consistent height */
    overflow: hidden;
    border-radius: 10px;
    /* Rounds all four corners */
}

.consistent-size img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    /* Ensures the image itself is rounded */
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev .custom-carousel-icon,
.carousel-control-next .custom-carousel-icon {
    background-color: transparent;
}

.custom-carousel-icon svg {
    width: 32px;
    height: 32px;
    fill: #2c2c54;
    /* Dark color for visibility */
}

/* Pastikan alignment vertikal ke atas */
.donation-section .row.align-items-start {
    align-items: flex-start;
}

/* Untuk memastikan bahwa gambar dan teks tetap terlihat rapat */
#donation .image-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
        "large large"
        "small1 small2";
}

.image-grid .large {
    grid-area: large;
    height: 300px;
}

.image-grid .small:nth-child(2) {
    grid-area: small1;
    height: 150px;
}

.image-grid .small:nth-child(3) {
    grid-area: small2;
    height: 150px;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.donation-section .col-lg-6:nth-child(2) {
    margin-top: -5px;
    /* Sesuaikan nilai ini hingga sesuai */
}

.donation-section .col-lg-6:nth-child(1) {
    padding-top: 5px;
    /* Sesuaikan nilai ini hingga sesuai */
}

/* .donation-section .row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* Jarak antar kolom */
/* } */

.donation-section .text-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Jarak antara teks dan garis pemisah */
    margin-top: 20px;
    margin-bottom: 20px;
    /* Jarak dengan tombol */
}

.text-section .text-item {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.text-section {
    display: flex;
    align-items: center;
    /* Vertically center the items */
    justify-content: center;
    /* Horizontally center the items */
}

.text-item {
    margin: 0 15px;
    /* Jarak horizontal antara teks dan garis */
}

.separator {
    height: 30px;
    /* Tinggi garis */
    width: 3px;
    /* Lebar garis */
    background-color: #f27457;
    /* Warna garis vertikal */
    margin: 0 10px;
    /* Jarak horizontal antara garis dan teks */
}

#supporterForm .form-label {
    font-weight: 500;
    color: #6c757d;
}

#supporterForm .form-control {
    border-radius: 8px;
    padding: 10px 15px;
}

#supporterForm button {
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Positioning and styling the dropdown icon */
.input-group .fa-chevron-down {
    color: #aaa;
    font-size: 1rem;
    pointer-events: none;
}

.input-group select {
    padding-right: 2rem;
    /* Add space for the icon */
}

/* Custom styling for the dropdown container */
.custom-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f1f3f5;
    /* Light background color */
    border: 1px solid #ccc;
    /* Border around the dropdown */
    border-radius: 8px;
    overflow: hidden;
}

/* Style for the select element */
.custom-select {
    width: 100%;
    padding: 10px 15px;
    /* Padding for text */
    border: none;
    background: transparent;
    appearance: none;
    /* Remove default arrow */
    outline: none;
}

/* Divider line styling */
.divider {
    position: absolute;
    right: 40px;
    /* Adjust based on icon size */
    height: 70%;
    /* Slightly shorter than the height */
    width: 1px;
    background-color: #ccc;
    /* Divider color */
}

/* Styling for the icon */
.dropdown-icon {
    position: absolute;
    right: 10px;
    /* Position to the right */
    color: #777;
    /* Icon color */
    font-size: 1rem;
    /* Adjust icon size */
    pointer-events: none;
    /* Prevent icon from blocking clicks */
}

/* Style for form labels to match lighter gray */
.form-label {
    color: #6c757d;
    /* Update this color to match the exact shade in the image */
    font-weight: 500;
    /* Keep this for readability */
    font-size: 1rem;
    /* Adjust font size if needed */
}

.custom-img {
    width: 100%;
    /* Atur lebar penuh */
    height: auto;
    /* Menjaga rasio aspek */
    max-height: 900px;
    /* Atur tinggi maksimum */
}

/*Konsisten Card*/
.book-item .team-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.book-item .team-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.book-item .team-inner .bg-white {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.book-item .team-inner .bg-white .btn-cta {
    margin-top: auto;
}

/* Ensure all swiper slides are equal height */
.swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make team items flexible */
.team-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.team-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image styling */
.team-img {
    flex-shrink: 0;
    height: 300px; /* Fixed height for image */
    overflow: hidden;
}

/* Content area inside the card */
.bg-white {
    flex-grow: 1;
    padding: 15px;
}

/* Ensure text and button stretch to fill available space */
.team-inner .text-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

.team-inner .text-description {
    flex-grow: 1;
}

.swiper-container {
    padding-bottom: 40px; /* For pagination */
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.team-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 650px; /* Tinggi card lebih panjang */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 350px; /* Gambar lebih besar dan lebih tinggi */
    object-fit: cover;
}

.team-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.text-name {
    font-size: 20px;
    font-weight: bold;
}

.text-description {
    font-size: 16px;
    color: #6c757d;
}

.team-item .btn {
    margin-top: auto;
}

/* Responsif */
@media (max-width: 1024px) {
    .swiper-slide {
        flex: 0 0 48%;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        flex: 0 0 48%;
    }
}

@media (max-width: 480px) {
    .swiper-slide {
        flex: 0 0 100%;
    }
}
