:root {
    --primary-color: #009ad3;
    --secondary-color: #e6f5fb;
    --third-color: #424242;
    --black-color: #1e1e1e;
    --white-color: #ffffff;
    --grey-color: #d9d9d9;
    --green-color: #25d366;
}
html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
    padding-top: 70px;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.primary-color {
    color: var(--primary-color);
}

.third-color {
    color: var(--third-color);
}

.bg-blue {
    background-color: var(--primary-color);
}

.bg-blue:hover {
    background-color: var(--primary-color);
}

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: var(--black-color);
}

h6 {
    font-weight: 500;
    color: var(--primary-color);
}

.header {
    background-color: var(--white-color);
    border-bottom: 1px;
    border-color: var(--grey-color);
    border-style: solid;
}

#br {
    margin-bottom: 8vh;
}

.activated {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.btn-blue {
    background-color: var(--primary-color);
    border-radius: 50px;
    padding: 14px 24px;
    color: var(--white-color) !important;
    font-weight: 600;
    border-color: var(--primary-color);
}

.img-hero {
    background-image: url("/assets/img/img-hero1.png");
    background-size: cover;
    background-position: center;
    display: none;
    height: 90vh;
}

#hero .caption-1 {
    font-size: 8vw;
    font-weight: 700;
}

#hero section {
    text-align: center;
}
#hero .description {
    background-image: url("/assets/img/img-hero1.png");
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

#hero .caption-1 {
    color: var(--white-color);
}

#hero .caption-1 span {
    color: var(--primary-color);
}

#hero .caption-2 {
    color: var(--white-color);
    margin-bottom: 35px;
}

#about .container {
    overflow: hidden;
}

#about .description {
    line-height: 5vh;
    padding: 0px 20px;
    text-align: justify;
}

.content-heading {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#about {
    padding: 5vh 0px;
}

#about img {
    width: 100%;
    border-radius: 20px;
    text-align: center;
}

#layanan {
    padding: 3vw 0px;
    /* background-color: var(--primary-color); */
}

#layanan img {
    width: 90px;
    margin-bottom: 25px;
}

#layanan .card .title {
    font-size: 17px;
    font-weight: 600;
}
#layanan .card .description {
    font-weight: 400;
}

#layanan .card {
    padding: 3vh 0px 4vh 0px;
    border-radius: 15px;
}

.detail-product {
    color: var(--primary-color);
}

.detail-product:active {
    color: var(--primary-color);
}

.detail-product:active {
    color: var(--primary-color);
}

#product .card {
    border: none;
}

#product .card .price {
    font-weight: bold;
    color: var(--primary-color);
}

.carousel {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    animation: moveSlideToLeft 13s linear infinite;
}

.carousel-wrapper-2 {
    display: flex;
    animation: moveSlideToRight 20s linear infinite;
}

.carousel-wrapper img,
.carousel-wrapper-2 img {
    width: 300px;
    margin-right: 30px;
}

#klien,
#keunggulan .container,
#keunggulan {
    background-color: var(--secondary-color);
}

#keunggulan #img {
    background-image: url("/assets/img/employee.png");
    background-color: rgba(0, 0, 0, 0.682);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    width: 100%;
    height: 70vw;
    background-blend-mode: darken;
    font-size: 13px;
    color: var(--white-color);
    text-align: justify;
}

#keunggulan #img div {
    height: 70vw;
}

#footer {
    padding: 5vh 0 7vh 0;
    background-color: rgba(0, 0, 0, 0.94);
}

#footer ul {
    list-style-type: none;
    color: var(--white-color);
}

#footer li {
    margin-bottom: 1vh;
}

.footer-heading {
    font-weight: 600;
}

.detail {
    font-size: 15px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: var(--green-color);
    color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
    color: var(--white-color);
    background-color: var(--green-color);
}

#detail-cart img {
    width: 100%;
}

#detail-cart .title {
    font-size: 12px;
}

#detail-cart .date {
    font-size: 11px;
    color: #009ad3;
}

#detail-cart .date span {
    display: none;
}

#detail-cart .qty {
    font-size: 11px;
}

#detail-cart .qty span {
    font-weight: 500;
}

#detail-cart .price {
    font-size: 11px;
    font-weight: 700;
}

#detail-cart .action {
    font-size: 11px;
}

#card-checkout .title {
    font-weight: 700;
    font-size: 12px;
}

#card-checkout .sub-title {
    font-size: 12px;
}

#card-checkout .total {
    font-size: 12px;
    font-weight: 600;
}

/* kalender */
.calendar-container {
    width: 100%;
    margin: auto;
    padding: 1rem;
    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}
.calendar-days,
.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}
.calendar-days div {
    font-weight: bold;
}
.calendar-dates button {
    padding: 5px;
    border: none;
    border-radius: 4px;
    background-color: #444;
    color: white;
    cursor: pointer;
}
.calendar-dates button:hover {
    background-color: #007bff;
}
.calendar-dates .unavailable {
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed;
}
.calendar-dates .selected {
    background-color: #00aaff;
}
.warna-tersedia {
    padding: 15px;
    background-color: #424242;
    width: 10px;
}
.warna-tidak-tersedia {
    padding: 15px;
    background-color: #ccc;
    width: 10px;
}

.swiper {
    width: 100%;
    padding-bottom: 30px;
}

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

.custom-thumb {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.card-profile-gap {
    margin-left: 5px;
    margin-right: 5px;
}

.sticky-main-navbar {
    /* position: fixed !important; */
    top: 0;
    z-index: 1050;
    background-color: #fff; /* sesuai bg-light */
    /* border: 1px solid black; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 200px;
}

.sticky-tab-nav {
    position: sticky;
    /* top: 20px; */
    z-index: 1030;
    background-color: #fff;
    top: 75px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.icon-profile-size {
    font-size: 33px;
}

.nav-tabs .nav-link.active {
    color: var(--primary-color) !important; /* Ubah warna sesuai keinginan */
}

.nav-tabs .nav-link:hover {
    color: var(--primary-color);
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.font-tab-profile button {
    font-size: 12px;
    padding-left: 9.5px;
    padding-right: 9.5px;
}

.img-riwayat-sewa {
    height: 80px;
}

.card-riwayat-sewa h5 {
    font-size: 15px;
}
.card-riwayat-sewa h6 {
    font-size: 11px;
}

.label-profile label,
h6 {
    font-size: 13px;
}
.label-profile h6 {
    font-weight: 600;
}

.circle-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #0487c3;
    font-size: 25px;
}

.img-login {
    background-image: url("/assets/img/national-cancer-institute-L8tWZT4CcVQ-unsplash.jpg");
    background-size: cover;
    background-position: center;
    display: none;
    height: 90vh;
}

.fade-left {
    -webkit-mask-image: linear-gradient(
            to right,
            transparent 0%,
            black 25%,
            black 100%
        ),
        linear-gradient(to bottom, black 95%, transparent 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    mask-image: linear-gradient(to right, transparent 0%, black 25%, black 100%),
        linear-gradient(to bottom, black 95%, transparent 100%);
    mask-composite: intersect;
}

@keyframes moveSlideToLeft {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes moveSlideToRight {
    0% {
        transform: translateX(0%);
    }
    to {
        transform: translateX(100%);
    }
}

@media (min-width: 360px) {
    .icon-profile-size {
        font-size: 50px;
    }
    .font-tab-profile button {
        font-size: 11.3px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 390px) {
    .icon-profile-size {
        font-size: 75px;
    }
}

@media (min-width: 576px) {
    #keunggulan #img {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    #br {
        margin-bottom: 5vh;
    }
    #hero .caption-1,
    #hero .caption-2 {
        padding: 0px 30px;
    }

    #keunggulan #img {
        line-height: 38px;
        font-size: 17px;
    }
    #keunggulan #img div,
    #keunggulan #img {
        height: 40vw;
    }

    #detail-cart .title {
        font-size: 15px;
    }

    #detail-cart .date {
        font-size: 11px;
    }

    #detail-cart .qty,
    #detail-cart .price,
    #detail-cart .action {
        font-size: 13px;
    }

    #card-checkout .title {
        font-size: 15px;
    }
    #card-checkout .sub-title,
    #card-checkout .total {
        font-size: 13px;
    }

    .card-profile-gap {
        margin-left: 30px;
        margin-right: 30px;
    }

    .icon-profile-size {
        font-size: 80px;
    }

    .font-tab-profile button {
        font-size: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .img-riwayat-sewa {
        height: 150px;
    }

    .card-riwayat-sewa h5 {
        font-size: 20px;
    }
    .card-riwayat-sewa h6 {
        font-size: 16px;
    }

    .label-profile label,
    h6 {
        font-size: 16px;
    }
    .label-profile h6 {
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    #br {
        margin-bottom: 10vh;
    }
    #hero .caption-1,
    #hero .caption-2 {
        padding: 0px;
    }
    .img-hero {
        height: 90vh;
        display: block;
    }
    #hero .caption-1 {
        font-size: 3vw;
    }
    #hero section {
        text-align: left;
    }
    #hero .description {
        height: auto;
        background: none;
    }
    #hero .caption-1 {
        color: var(--black-color);
    }

    #hero .caption-2 {
        color: var(--black-color);
    }

    #about {
        padding: 10vh 0px;
    }
    #keunggulan #img div,
    #keunggulan #img {
        height: 50vh;
    }
    #about {
        padding: 5vw 0px 6vw 0px;
    }
    #detail-cart .title {
        font-size: 20px;
    }

    #detail-cart .date {
        font-size: 14px;
    }

    #detail-cart .qty,
    #detail-cart .price,
    #detail-cart .action {
        font-size: 16px;
    }

    #detail-cart .date span {
        display: inline;
    }
    #card-checkout .title,
    #card-checkout .sub-title,
    #card-checkout .total {
        font-size: 16px;
    }

    .card-profile-gap {
        margin-left: 100px;
        margin-right: 100px;
    }

}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
