body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

nav a {
    color: black;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.shadow {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12),
        0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 2px 4px 0px rgba(0, 0, 0, 0.01);
}

.nav-item .nav-link {
    color: black;
    margin: 20px;
    width: 130px;
    text-align: center;
}

.introduction-section {
    padding-top: 100px;
}

.heading-section .heading-line {
    width: 8px;
    height: 43px;
    background-color: #6099ee;
}

.heading-section .title {
    font-weight: bold;
    margin-left: 10px;
}

.heading-section .title-2 {
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
}

.introduction-section .content {
    margin-top: 62px;
}

.introduction-section .content .subtitle {
    font-size: 20px;
    font-weight: 600;
}

.introduction-section .content .title {
    font-size: 36px;
    font-weight: bold;
    color: #6099ee;
}

.introduction-section .content .desc {
    font-size: 20px;
}

.btn-content {
    background-color: #0245a3 !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 11px 44px !important;
    margin-top: 20px;
}

.benefit-section {
    padding: 104px 0px;
    background-color: #0d1556;
    margin-top: 100px;
    border-radius: 50px;
}

.benefit-section .content .title {
    font-size: 45px;
    font-weight: bold;
    color: #ffe867;
    margin-top: 30px;
    width: 90%;
}

.benefit-section .content .subtitle {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
    width: 90%;
}

.card-benefit {
    width: 98%;
    padding: 30px;
    background-color: #cadeff;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.card-benefit .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.card-benefit .card-desc {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.service-section {
    margin-top: 100px;
}

.heading-section .title-3 {
    font-weight: bold;
    font-size: 45px;
    color: #6099ee;
}

.heading-section .subtitle {
    font-size: 20px;
    margin: auto;
    margin-top: 15px;
    width: 80%;
}

.card-service {
    width: 90%;
    margin: auto;
    background-color: white;
    border-radius: 20px;
}

.card-service .card-body {
    padding: 20px;
}

.card-service .card-body .title {
    color: #6099ee;
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}

.card-service .card-body .desc {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.btn-booking .title-btn {
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #47c782;
}

.review-section {
    margin-top: 120px;
    padding: 120px 0px;
    background-color: #cadeff;
    border-radius: 50px;
}

.review-section .content .title-section {
    font-size: 45px;
    font-weight: bold;
    color: #0245a3;
    margin-top: 50px;
    width: 90%;
}

.card-review {
    padding: 50px 30px;
    background-color: white;
    border-radius: 30px;
}

.card-review .desc {
    width: 100%;
    font-size: 16px;
    margin: 0px;
    margin-top: 15px;
}

.card-review .info-review {
    margin-left: 20px;
}

.card-review .info-review p {
    margin: 0px;
}

.card-review .info-review .name {
    font-size: 20px;
    color: #6099ee;
    font-weight: 600;
}

.card-review .info-review .type {
    font-size: 16px;
    color: #909090;
    font-weight: normal;
}

.faq-section {
    margin-top: 100px;
}

.faq-section .content {
    margin-top: 50px;
}

.banner-section {
    padding: 100px;
    border-radius: 50px;
    background-color: #6099ee;
    margin-top: 100px;
    margin-bottom: 100px;
}

.banner-section .title-banner {
    font-weight: bold;
    font-size: 45px;
    color: #fff;
    width: 80%;
    margin: auto;
}

.btn-banner {
    color: #6099ee !important;
    font-weight: 600 !important;
    background-color: #fff !important;
    padding: 11px 76px !important;
    border-radius: 24px !important;
}

.header-section {
    background-image: url(../img/Group-18.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    padding-top: 160px;
}

.heading-section .title-4 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.heading-section .subtitle-2 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    width: 40%;
    margin: auto;
}

.service-section-2 {
    margin-top: 100px;
}

.service-section-2 .title {
    margin: 0px;
    font-size: 36px;
    font-weight: 600;
    color: #6099ee;
    margin-top: 54px;
}

.service-section-2 .desc {
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    margin-top: 10px;
    width: 90%;
}

.btn-order {
    background-color: #1bac5e !important;
    padding: 8px 45px !important;
    width: 180px;
    margin-top: 15px;
}

.btn-order .title-btn {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.facility-section {
    padding: 104px 0px;
    background-color: #cadeff;
    margin-top: 100px;
    border-radius: 50px;
}

.facility-section .content .title-section {
    font-size: 45px;
    font-weight: bold;
    color: #0245a3;
    margin-top: 30px;
    width: 90%;
}

.facility-section .content .subtitle {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
    width: 60%;
}

.card-facility {
    width: 290px;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.card-facility .card-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.card-facility .card-desc {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.about-section .desc {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    margin-top: -70px;
}

.address-section {
    padding: 104px 0px;
    background-color: #cadeff;
    margin-top: 100px;
    border-radius: 50px;
}

.address-section .content .title-section {
    font-size: 45px;
    font-weight: bold;
    color: #0245a3;
    width: 90%;
}

.address-section .content .subtitle {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
    width: 60%;
}

.owner-section {
    margin-top: 100px;
}

.owner-section .title {
    font-size: 45px;
    font-weight: bold;
    color: #6099ee;
    margin: 0px;
    margin-top: 45px;
}

.owner-section .subtitle {
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    margin-top: 10px;
}

.owner-section .desc {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    text-align: center;
    margin-top: 30px;
}

.btn-sosmed {
    display: flex;
    justify-content: center;
    background-color: white !important;
    padding: 10px 60px !important;
    border-radius: 10px !important;
    margin: 0px 15px;
    width: 220px;
}

.btn-sosmed p {
    margin: 0px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
}

.contact-section {
    margin-top: 100px;
}

.contact-section .content .title-section {
    font-size: 45px;
    font-weight: bold;
    color: #0245a3;
    width: 90%;
    margin-top: 50px;
}

.owner-section img {
    width: 30%;
    border-radius: 50%;
}

.benefit-heading {
    padding-top: 100px;
}

.review-heading {
    padding-top: 140px;
}

.address-heading {
    padding-top: 120px;
}

.footer {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #0245a3;
}

.footer .img-footer {
    margin-left: -50px;
    width: 40%;
}

.footer .desc {
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    width: 70%;
    color: #fff;
    margin-top: -30px;
}

.footer .title-list {
    font-size: 20px;
    font-weight: 600;
    color: #c5c5c5;
}

.footer .list-menu {
    list-style: none;
    margin-left: -30px;
    font-size: 16px;
    color: #ecebe3;
}

.footer .list-menu li {
    margin: 15px 0px;
}

.footer .container .row .row {
    display: flex;
    justify-content: center;
}

.review-content {
    padding-top: 50px;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    p {
        text-align: center;
    }

    .nav-item .nav-link {
        width: auto;
        margin: 10px;
    }

    .introduction-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .introduction-section .content .title {
        font-size: 28px;
    }

    .introduction-section .content .desc {
        font-size: 16px;
    }

    .btn-content {
        font-size: 16px;
        padding: 11px 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .review-content {
        padding-top: 20px;
    }

    .about-section {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-section img {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-section .desc {
        text-align: center;
        width: 100%;
    }

    .benefit-section {
        padding: 10px 0;
        margin-top: 40px;
        border-radius: 20px;
    }

    .benefit-section .content .title {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }

    .benefit-section .content .subtitle {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .benefit-header .heading-section {
        justify-content: center;
    }

    .benefit-header .heading-line {
        margin-right: 10px;
    }

    .review-section .content .title-section {
        margin-top: 25px;
        text-align: center;
        width: 100%;
    }

    .contact-section {
        margin: 50px 0;
    }

    .contact-section .content .title-section {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .contact-section .content .sosial-media {
        margin-bottom: 35px;
    }

    .contact-section .content .sosial-media .btn-sosmed {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer .sosial-media-footer {
        display: flex;
        justify-content: center;
    }

    .card-benefit {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .sub > .desc {
        width: 100%;
    }

    .facility-section {
        padding: 40px 0px;
    }

    .benefit-heading {
        padding-top: 40px;
    }

    .review-heading {
        padding-top: 40px;
    }

    .address-section {
        padding: 30px 0;
    }

    .address-section .address-heading {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .address-section .content .title-section {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 32px;
        width: 100%;
        text-align: center;
    }

    .address-section iframe {
        width: 100%;
        height: 450px;
    }

    .service-section {
        margin-top: 40px;
    }

    .heading-section .title-3 {
        font-size: 32px;
    }

    .heading-section .subtitle {
        font-size: 16px;
        width: 100%;
    }

    .card-service {
        width: 100%;
        margin-bottom: 20px;
    }

    .card-facility {
        width: 100%;
        margin-bottom: 20px;
    }

    .subtitle,
    .title {
        text-align: center;
    }

    .title-list {
        text-align: center;
    }

    .list-menu {
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 0;
    }

    .facility-section .content .title-section {
        font-size: 32px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .btn-sosmed {
        width: 100%;
    }

    .owner-section .sosial-media .btn-sosmed img {
        width: 20px;
    }

    .owner-section img {
        width: 50%;
    }

    .owner-section .desc {
        text-align: center;
        width: 100%;
    }

    .owner-section .sosial-media {
        margin-top: 20px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .review-section {
        margin-top: 40px;
        padding: 10px 0;
        border-radius: 20px;
    }

    .review-section .content .title-section {
        font-size: 32px;
    }

    .banner-section {
        padding: 40px 20px;
        border-radius: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 90%;
    }

    .banner-section .title-banner {
        font-size: 28px;
        width: 100%;
    }

    .footer .img-footer {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        margin-bottom: 20px;
    }

    .footer .desc {
        margin-top: 0;
    }

    .footer .title-list {
        margin-top: 30px;
    }

    .footer .list-menu {
        margin-left: 0;
    }

    /* Adjust spacing for better mobile layout */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col,
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer .img-footer {
        max-width: 150px;
    }

    .footer .desc {
        font-size: 14px;
    }

    .footer .social-media-footer {
        justify-content: center;
    }

    .footer .title-list {
        font-size: 16px;
        margin-top: 30px;
    }

    .footer-divider {
        margin: 20px 0;
    }

    .footer .copyright {
        font-size: 12px;
    }

    .header-section {
        min-height: 300px;
        padding-top: 100px;
    }

    .heading-section .title-4 {
        font-size: 32px;
    }

    .heading-section .subtitle-2 {
        font-size: 14px;
        width: 80%;
    }

    .service-section-2 {
        margin-top: 40px;
    }

    .service-section-2 .title {
        font-size: 22px;
        margin-top: 15px;
        text-align: center;
    }

    .service-section-2 .desc {
        text-align: center;
    }

    .btn-order {
        display: flex;
        justify-content: center;
        margin: 15px auto;
        width: 100%;
    }

    .service-img {
        max-width: 70%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer .desc {
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer > .title-list,
    .list-menu {
        margin: -15px 0;
    }

    #carouselExampleRide3 {
        padding: 0 20px;
    }

    #carouselExampleRide3 .carousel-control-prev,
    #carouselExampleRide3 .carousel-control-next {
        width: 25px;
        height: 25px;
    }

    /* Adjust the content padding to prevent overlap */
    #carouselExampleRide3 .carousel-item .px-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #carouselExampleRide2 {
        position: relative;
        padding: 0 20px;
    }

    #carouselExampleRide2 .carousel-control-prev,
    #carouselExampleRide2 .carousel-control-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.055);
        border-radius: 50%;
        opacity: 1;
    }

    /* Adjust the content padding to prevent overlap */
    #carouselExampleRide2 .carousel-item .card-review {
        margin: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .benefit-section .content .benefit-heading {
        padding-top: 0;
    }

    .benefit-section .content .benefit-content {
        display: block;
    }

    .benefit-section .content .benefit-content .card-benefit {
        width: 100%;
        margin: 0 auto;
        max-width: 450px;
    }

    .benefit-section .content .benefit-content .card-benefit + .card-benefit {
        margin-top: 20px;
    }

    #carouselExampleRide3 .carousel-item {
        padding: 5px 15px;
    }

    #carouselExampleRide3 .benefit-content .col-md-6 {
        width: 100%;
        padding: 0;
    }

    #carouselExampleRide3 .carousel-control-prev,
    #carouselExampleRide3 .carousel-control-next {
        width: 30px;
        height: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .facility-section .content .card-facility-content {
        display: flex;
    }

    .facility-section .content .card-facility-content .card-facility {
        width: 220px;
    }

    .facility-section {
        padding: 60px 0;
    }

    .facility-section .content .facility-heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
    }

    .contact-section .content .sosial-media {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about-section .desc {
        text-align: center;
        font-size: 18px;
    }

    .contact-section .content .sosial-media .btn-sosmed {
        width: 45%;
        margin: 0 5px;
    }

    .contact-section .content .sosial-media .btn-sosmed img {
        width: 25%;
        height: 75%;
    }

    .address-section {
        padding: 60px 0;
    }

    .address-section .content .address-heading {
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .service-section .card-service-content {
        display: flex;
    }

    .service-section .card-service-content .card-service {
        width: 300px;
        height: 460px;
    }

    .service-section .card-service-content .card-service .card-body .title {
        text-align: center;
    }

    .service-section .card-service-content .card-service .card-body .desc {
        text-align: center;
    }

    .review-section {
        padding: 60px 0;
    }

    .review-section .content .review-heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
    }

    .review-section .content .review-content {
        padding-top: 0;
    }

    .footer {
        padding: 40px 0;
    }

    .footer .container .row .row {
        display: flex;
        justify-content: center;
    }

    .footer .container .row .footer-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .footer .container .row .footer-content .desc {
        text-align: center;
    }

    p {
        text-align: center;
    }

    /* Benefit section carousel fixes */
    #carouselExampleRide3 .carousel-item .row {
        display: block; /* Change from flex to block */
    }

    #carouselExampleRide3 .carousel-item .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
    }

    .benefit-section .content .benefit-content .card-benefit {
        width: 100%;
        margin: 20px auto;
        max-width: 450px;
    }

    /* Remove any margins that might cause stacking */
    .benefit-section .content .benefit-content {
        margin: 0;
    }

    /* Ensure proper spacing in carousel */
    #carouselExampleRide3 {
        padding: 0 40px;
    }

    #carouselExampleRide3 .carousel-item {
        padding: 20px 15px;
    }

    /* Adjust carousel height to fit single card */
    #carouselExampleRide3 .carousel-inner {
        min-height: auto;
    }

    /* Reset any row margins */
    #carouselExampleRide3 .row {
        margin: 0;
    }
}

/* Add these styles to control carousel overflow */

/* General carousel fixes */
.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

/* Fix for benefit section carousel */
#carouselExampleRide3 {
    width: 100%;
    position: relative;
    padding: 0 40px;
}

#carouselExampleRide3 .carousel-control-prev,
#carouselExampleRide3 .carousel-control-next {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

#carouselExampleRide3 .carousel-control-prev {
    left: 0;
}

#carouselExampleRide3 .carousel-control-next {
    right: 0;
}

/* Fix for review section carousel */
#carouselExampleRide2 {
    width: 100%;
    position: relative;
}

#carouselExampleRide2 .carousel-control-prev,
#carouselExampleRide2 .carousel-control-next {
    width: auto;
}
