@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
    min-height: 100%;
    overflow-x: hidden;
}

.navbar{
    background-color: #24262B;
}
.navbar-light{
    border-color: white;
}
.navbar .nav-link {
    color: white;
    font-family: 'Nunito', sans-serif;
}

/* For the black tabs */
.nav-tabs .nav-link {
    color: black;
    font-family: 'Nunito', sans-serif;
}
.navv i{
    color: aliceblue;
    font-family: 'Nunito', sans-serif;
}
.navv p{
    color: aliceblue;
    font-family: 'Nunito', sans-serif;
}

.navi{
    background-color: #464950;
    height: 30px;
}
.nav-item{
    padding-right: 10px;
    padding-left: 10px;
}
.nav-item a:hover{
    color:#79c5ff;
}

.slide{
    height: 630px;
}
.slideran img{
    height: 630px;
    width: 100%;
}

.custom-checkbox input[type="checkbox"]{
    accent-color: #28a745 !important;
}

@media (max-width: 576px) {
  .slideran img {
    height: 200px; /* Lebih kecil untuk mobile */
  }
  .slideran {
    height: 200px;
  }
  .carousel-control-prev {
    height: 200px;
  }
  .carousel-control-next {
    height: 200px;
  }
  .navbar-toggler-icon{
    color: #79c5ff;
  }
}

.brands img{
    height: 100px;
    width: 50px;
}
.brande h3{
    text-align: left;
}

.card img{
    border-radius: 15px;
}
.card.prod{
    border-radius: 15px;
}
.card-body.prod p{
    font-family: 'Nunito', sans-serif;
}
.card-body.prod h5{
    margin-top: -15px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

.cardProduct {
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* Efek timbul */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
    border-radius: 8px; /* opsional: biar sudutnya halus */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Efek saat hover */
.cardProduct:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.nameProd {
    font-size: 16px;
    font-weight: 500;
    min-height: 35px; /* Sesuaikan tinggi minimum agar sejajar */
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 baris */
    -webkit-box-orient: vertical;

}

.price, .price_IfDisc, .price_Disc {
    padding: 5px;
}

.price_IfDisc p {
    text-decoration: line-through;
    font-size: 13px;
    color: #999;
    margin-bottom: 0;
    text-align: right;
    margin-right: 10px;
}

.price_Disc p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-top: 0;
    margin-right: 10px;
    text-align: right;
}

.price p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: right;
    margin-right: 10px;
}

.discount-badge {
    width: 30%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -40px;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    height: 30px; /* Tetapkan tinggi tetap agar konsisten */
    line-height: 25px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

img.card-imeg-top{
    width: 100%;
    height: 100%;
}
.card.prod-of{
    border-radius: 10px;
}

.card.prod-of:hover{
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.product-controler a{
    color: black;
    text-decoration: none;
}

.card.prod-of img{
    border-radius: 10px;
}

.product-controler{
    border-radius: 10px;
}

a.relateds{
    color: black;
    text-decoration: none;
}

/* .card.prod{
    width: 15.7rem;
    height: auto;
    margin: 10px;
} */

p.card-text{
    margin-top: -10px;
}

.discount{
    background-color: azure;
    padding-top: 20px;
    padding-bottom: 20px;
}
.card.disc{
    border-radius: 15px;
}
.card-body.disc h5{
    margin-top: -15px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}

.foot img{
    border-radius: none;
}
.card.footer{
    border-radius: 0;
    background-color: #24262B;
}
.logos img{
    border-radius: 0;
    width: 300px;
    height: 80px;
}
.logos h3{
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
}
.logos p{
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
}
.footer-addr{
    color: aliceblue;
    font-family: 'Nunito', sans-serif;
    padding: 2rem 0rem;
}
.sitema{
    padding-left: 6%;
}
.sitema h2{
    color: aliceblue;
    text-align: left;
}
.infograf{
    padding-left: 6%;
}
.infograf h2{
    color: aliceblue;
    text-align: left;
}
.sitemapp li a{
    font-family: 'Nunito', sans-serif;
    color: aliceblue;
}
.sitemapp li{
    margin-top: 10px;
}
.infonee li a{
    font-family: 'Nunito', sans-serif;
    color: aliceblue;
}
.infonee li{
    margin-top: 10px;
}

.jumbotron.serv {
    position: relative;
    background-image: url('../img/golf_22.jpg');
    background-size: cover;
    background-position: center;
    color: white; /* agar teks lebih jelas di atas background gelap */
    z-index: 1;
}

.jumbotron.serv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* ubah angka 0.5 untuk atur kegelapan */
    border-radius: inherit;
    z-index: -1;
}
.serv h1{
    font-family: 'Nunito', sans-serif;
    color: aliceblue;
    font-size: 40px;
}
.serv p{
    font-family: 'Nunito', sans-serif;
    color: aliceblue;
}
.serc img{
    background-size: cover;
    background-position: center;
    width: 250px;
    height: 250px;
}
.arct p{
    text-align: justify;
}
.fitt p{
    text-align: justify;
}
.fitt h4{
    text-align: center;
    margin-top: 10px;
}

.boutt img{
    display: flex;
    width: 300px;
    height: 150px;
    border-radius: 15px;
    margin-top: 15px;
}

.maps iframe{
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* TAMBAHAN CSS */

.category {
    text-align: center;
    margin: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.category a {
    text-decoration: none;
    color: black;
}

.category-content {
    display: inline-block;
    text-align: center;
}

.category-image {
    width: 120px;
    height: 120px;
    transition: transform 0.3s;
}

.category-name {
    font-weight: bold;
    margin-top: 10px;
}

/* Hover effect */
.category:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.category:hover .category-image {
    transform: scale(1.1);
}


.footer-logo{
    /* background-color: yellow; */
    text-align: left;
}

.sosmed-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sosmed-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}

.sosmed-icon img {
    width: 30px;
    height: 30px;
}

.sosmed-icon:hover {
    transform: scale(1.1); /* Slight zoom on hover */
}
.product-list{
    gap: 10px;
}

.product-control a {
    color: black;
    text-decoration: none;
}

/* .img-thumbnail-productDetail img {
    width: 300px;
    border-radius: 10px;
} */

.img-productDetail img {
    width: 80px;
    border-radius: 10px;
}

.img-productDetail img,
.img-thumbnail-productDetail img {
    transition: transform 0.3s ease;
}

.img-thumbnail-productDetail img:hover {
    transform: scale(1.1);
    cursor: pointer;
}


.product-discount{
    background-color: #DA1A32;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    width: 50px;
    text-align: center;
    color:white;
    border-radius: 10px;
    position: absolute;
    margin-top: -50px;
}


.product-discount-detail{
    background-color: red;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    width: 50px;
    text-align: center;
    color:white;
    border-radius: 10px;
    float: left;
}


.product{
    width: 250px;
}

.product h5{
    width: 210px; /* Atur lebar sesuai kebutuhan */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Menentukan jumlah maksimal baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    /* background-color: red; */
    height: 45px;
}

.price_IfDisc{
    /* background-color: red; */
    font-size: 14px;
    color: grey;
    text-decoration: line-through;
}
.price_IfDisc-detail{
    /* background-color: red; */
    font-size: 14px;
    color: grey;
    text-decoration: line-through;
}

.price{
    font-weight: bold;
    /* background-color: #007bff; */
    height: 60px;
}

.price-detail{
    font-weight: bold;
    height: 60px;
}

.price_Disc{
    margin-top: -15px;
    /* background-color: yellow; */
    font-weight: bold;
}

.price_Disc-detail{
    margin-top: -15px;
    /* background-color: yellow; */
    font-weight: bold;
}


.card.prod {
    transition: transform 0.3s, box-shadow 0.3s;
}

.card.prod:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

img.card-img-top {
    transition: transform 0.3s;
}

/* img.card-img-top:hover {
    transform: scale(1.05);
} */

img.card-img-top{
    width: 100%;
    height: 100%;
}

.card.prod .card-body h5,
.card.prod .card-body p {
    transition: color 0.3s;
}

.card.prod:hover .card-body h5{
    color: rgb(164, 164, 164); /* Ganti dengan warna yang Anda inginkan */
}
.card.prod:hover .card-body p {
    color: rgb(206, 206, 206); /* Ganti dengan warna yang Anda inginkan */
}

/* Login */
.custom-bg {
    position: relative;
    background: url('../img/golf_44.jpg') no-repeat center center fixed;
    background-size: cover;
}

.custom-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* ubah nilai 0.5 sesuai opacity yang diinginkan */
    z-index: 0;
}

.custom-bg > * {
    position: relative;
    z-index: 1; /* supaya konten tidak tertutup overlay */
}

.login-box-body{
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .15);  
    backdrop-filter: blur(5px);
}
a.logincust {
    color: azure;
}
h4.login-box-msg{
    color: azure;
}
.social-auth-links p{
    color: azure;
}
a.forgot-pas{
    color: azure;
    font-family: 'Nunito', sans-serif;
}
h4.forg{
    margin-top: 10px;
}
a.reg-ist{
    color: azure;
    font-family: 'Nunito', sans-serif;
}
button.signn{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
    background-color: #DA1A32;
    border-color: azure;
    border-width: 5px;
}
h4.regisgtt{
    margin-top: -20px;
}
.checklist-btn {
    background-color: white;
    border-color: #015FA9;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    color: #015FA9;
    width: 40px;
    height: 40px;
    margin: 5px;
  }

  .checklist-btn.checked {
    background-color: #015FA9;
    border-color: #015FA9;
    color: white;
  }
/* Login */

/* Register */
.registt{
    margin-top: 10px;
}
.baten{
    margin-top: 10px;
}
.baten button{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #DA1A32;
    border: 1.5px solid white;
    border-radius: 20px;
    font-family: 'Nunito', sans-serif;
}
.baten button:hover{
    background-color: #DA1A32;
    border-color: #a71425;
}
.for_reg a{
    color: azure;
    font-family: 'Nunito', sans-serif;
}
h5.regisgtt{
    font-family: 'Nunito', sans-serif;
    color: azure;
    margin-top: -20px;
}
.reigist a{
    color: azure;
}
.registsr{
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}
h4.rucc{
    font-family: 'Nunito', sans-serif;
    color: azure;
}
/* Register */

.alerta{
    text-align: center;
    /* width: 50%; */
    background-color: #015FA9;
    color: white;
    height: 30px;
    /* padding: 4px; */
    /* position: absolute; */
    /* margin-left: 25%; */
    z-index: 1;
    /* border-radius: 5px; */
}
.container-alert a { 
    color: wheat;
}
/* Detail Product */
.det_prod {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

/* Style thumbnail */
.img-productDetail img {
    width: 100%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

/* Efek hover thumbnail */
.img-productDetail img:hover {
    transform: scale(1.2);
    border-color: #007bff;
}
.btnn-size{
    border-radius: 20px;
}
.quty{
    border-radius: 10px;
    width: 200px;
    margin-top: 15px;
}
.btnnSize{
    background-color: #DA1A32;
    border-color: #DA1A32;
    border-radius: 20px;
}
/* Detail Product */
/* Cart */
.cart-liss{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cart-bwh{
    background-color: #002B5B;
}
.cart-bwh2{
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart-bwh2 p{
    color: azure;
}
@media (min-width: 1200px){
    .remvv{
        justify-content: center; 
        display: flex; 
        align-items: center;
    }
}
@media (min-width: 1200px){
    .cekliss{
        justify-content: right; 
        align-items: right; 
        display: flex; 
        padding-right: 0px;
    }
}
input.form-check-input{
    width: 20px;
    height: 20px;
}
i.bi-trash3{
    font-size: 21px; 
    color: white;
}
i.bi-trash3:hover{
    font-size: 21px; 
    color: #DA1A32;
}
button.btnn-tong{
    border-radius: 0;
    background-color: #DA1A32;
    border-color: #DA1A32;
}
button.btnn-tong:hover{
    background-color: white;
    border-color: #DA1A32;

}
@media (min-width: 1200px) {
    .cekliss{
        padding-top: 50px; padding-bottom: 50px;
    }
}
/* === Checkout Page Custom === */
.cart-page-custom .form-check-input:checked {
    background-color: #28a745; /* Hijau elegan untuk checklist */
    border-color: #28a745;
}

.cart-page-custom .cart-img-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-top: 10px;
}


/* Responsiveness */
@media (max-width: 767px) {
    .cart-page-custom .cart-liss {
        padding: 15px;
    }

    .cart-page-custom p {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .cart-page-custom .btnn-tong {
        width: 100%;
        height: auto;
    }

    .cart-bwh2 {
        text-align: center;
    }

    .cart-bwh2 .btn {
        width: 100%;
        margin-top: 10px;
    }
}

/* Cart */
/* Home */
button.btnn-home{
    border-radius: 0px;
    background-color:#DA1A32;
    border-color: #DA1A32;
    color: white;
    border-width: 1.5px;
    box-shadow: 3px 2px 10px #888888;
    opacity: 0.9;
    transition: 0.3s;
}
button.btnn-home:hover{
    border-radius: 0px;
    background-color: #015FA9;
    border-color: #015FA9;
    color: white;
    text-decoration: none;
    opacity: 1;
}
button.btnn-homer{
    border-radius: 0px;
    background-color:#DA1A32;
    border-color: #DA1A32;
    color: white;
    border-width: 1.5px;
    box-shadow: 3px 2px 10px #888888;
    opacity: 0.9;
    transition: 0.3s;
}
button.btnn-homer:hover{
    border-radius: 0px;
    background-color: #015FA9;
    border-color: #015FA9;
    color: white;
    text-decoration: none;
    opacity: 1;
}
.carousel-item img{
    background-size: cover;
    background-position: center;
}
/* Home */

/* Slider */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* body{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0 35px;
    background: gray;
    overflow: hidden;
} */
.wrapper{
    max-width: 1000px;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}
    .wrapper i {
        height: 50px;
        width: 50px;
        background: azure;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top: 145%;
        margin-left: 8%;
        margin-right: 10%;
        transform: translateY(-50%);
        font-size: 1.25rem;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    }

.wrapper i:first-child{
    left: -22px;
}
.wrapper i:last-child{
    right: -22px;
}
.wrapper .carousele{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 7) - 12px);
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}
.carousele::-webkit-scrollbar{
    display: none;
}
.carousele :where(.cardo, .imges) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousele.no-transition {
    scroll-behavior: auto;
}
.carousele.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}
.carousele.dragging .cardo {
    cursor: grab;
    user-select: none;
}
.carousele .cardo{
    scroll-snap-align: start;
    height: 100px;
    width: 100px;
    list-style: none;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    padding-bottom: 15px;   
    padding-top: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* .card .img{
    background: #8b53ff;
    width: 148px;
    height: 148px;
    border-radius: 50%;
} */
.cardo .imges img{
    width: 60px;
    height: 60px;
    background-size: cover;
    position: center;
    /* border-radius: 50%;
    border: 4px solid #fff; */
}

/* @media screen and (min-width: 400px){
    .wrapper .carousele {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
    .wrapper i{
        height: 50px;
        width: 50px;
        background: #DA1A32;
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top: 100%;
        margin-left: 10%;
        margin-right: 10%;
        transform: translateY(-50%);
        font-size: 1.25rem;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .carousele .cardo{
        scroll-snap-align: start;
        height: 50px;
        width: 50px;
        list-style: none;
        background: grey;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        padding-bottom: 5px;
        padding-top: 5px;
        /* align-items: center;
        justify-content: center;
        flex-direction: column;
    }
} */

@media screen and (max-width: 1200.9px) {
    .wrapper .carousele {
        grid-auto-columns: calc((100% / 3) - 9px);
    }
}

@media screen and (min-width: 100px) and (max-width: 1268px){
    .wrapper i{
        display: none;
    }
}
/* Slider */

/* Checkout */
.deliv{
    font-family: 'Nunito', sans-serif;
}
.detail-deli{
    background-color: white; 
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right:10px;
    padding-bottom: 5px;
    border-radius: 10px;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.23);
    font-family: 'Nunito', sans-serif;
}
.orderan{
    font-family: 'Nunito', sans-serif;
}
.detail-ord{
    background-color: white; 
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right:10px;
    padding-bottom: 5px;
    border-radius: 10px;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.23);
    font-family: 'Nunito', sans-serif;
}
.pname{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.cnamee{
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}
.enharga{
    padding: 10px;
}
.enharga p{
    font-size: 12px; 
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}
/* Checkout */
/* Payment */
.colomne1{
    background-color: #0147AB; 
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
    padding-top: 10px; 
    padding-bottom: 20px;
}
.colomne2{
    height: 50px; 
    background-color: aliceblue; 
    border-radius: 10px;
}
.colomne2:hover{
    background-color: #a7d9ff;
    transition: 0.3s;
}

.det_prod {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.img-productDetail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.img-productDetail img:hover {
    transform: scale(1.05);
}


/* FOOTER LINK */
.rucigolf-guide .guide-card {
    background-color: #fff;
    border: 1px solid #eee;
}

.rucigolf-guide .guide-text {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.7;
}

.rucigolf-guide .guide-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #015FA9;;
    border-left: 4px solid #015FA9;;
    padding-left: 10px;
    margin-bottom: 12px;
}

.rucigolf-guide .guide-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.rucigolf-guide .guide-list li {
    margin-bottom: 6px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* FAQ */

/* FAQ Custom Styling */
.rucigolf-faq {
  font-family: 'Poppins', sans-serif;
}

.rucigolf-faq h2 {
  color: #015fa9;
}

.rucigolf-faq-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.rucigolf-faq-accordion .accordion-button {
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 1rem;
  color: #015fa9;
  padding: 15px 20px;
}

.rucigolf-faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.rucigolf-faq-accordion .accordion-button:not(.collapsed) {
  background-color: #006241; /* hijau elegan */
  color: #fff;
}

.rucigolf-faq-accordion .accordion-body {
  background: #ffffff;
  padding: 20px;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
/* Contact Section */
.contact-section {
    padding: 40px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-info {
    margin-top: 40px;
}

.contact-logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 15px;
}

.contact-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.contact-subtitle {
    font-weight: 500;
    margin-bottom: 20px;
    color: #666;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
}

.contact-list i {
    font-size: 20px;
    margin-right: 12px;
    color: #007bff;
}

.contact-list a {
    color: #444;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-list a:hover {
    color: #007bff;
}



/* FAQ */

/* Styling khusus FAQ */
.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 15px;
}

.faq-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #015fa9;
}

.faq-accordion .accordion-item {
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: #015fa9;
    background: #f8f9fa;
    border-radius: 12px;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: #3498db;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #3498db;
    color: #fff;
}

.faq-accordion .accordion-body {
    background: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* T N C */
/* Styling container */
.ruci-tnc {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin-bottom: 40px;
  max-width: 800px;
  margin: 0 auto;
}

/* Section styling */
.ruci-tnc-section {
  margin-bottom: 25px;
}

.ruci-tnc-section h4 {
  font-size: 20px;
  font-weight: 600;
  color: #015fa9;
  margin-bottom: 12px;
  border-left: 4px solid #1abc9c;
  padding-left: 10px;
}

/* List styling */
.ruci-tnc-section ul {
  margin-left: 18px;
  padding-left: 10px;
}

.ruci-tnc-section ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* Paragraph styling */
.ruci-tnc p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}



/* FOOTER NEW */
/* General Footer */
.ruci-footer {
  background: #1c1c1c;
  color: #fff;
  margin-top: 40px;
  font-family: Arial, sans-serif;
}

.ruci-footer-body {
  padding: 40px 20px;
}

.ruci-footer-logo img {
  max-width: 160px;
  margin-bottom: 15px;
}

.ruci-footer-addr {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ruci-footer-addr li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.ruci-footer-addr li i {
  margin-right: 10px;
  color: #a7d9ff;
}

.ruci-footer-addr a {
  color: #fff;
  text-decoration: none;
}

.ruci-footer-addr a:hover {
  text-decoration: underline;
}

.ruci-footer-sitemap h2,
.ruci-footer-info h2 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #a7d9ff;
}

.ruci-footer-sitemap ul,
.ruci-footer-info ul {
  list-style: none;
  padding: 0;
}

.ruci-footer-sitemap ul li,
.ruci-footer-info ul li {
  margin-bottom: 8px;
}

.ruci-footer-sitemap ul li a,
.ruci-footer-info ul li a {
  color: #ddd;
  text-decoration: none;
}

.ruci-footer-sitemap ul li a:hover,
.ruci-footer-info ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Footer Bottom */
.ruci-footer-bottom {
  background: #111;
  padding: 15px 0;
  font-size: 0.9rem;
}

.ruci-footer-bottom p {
  margin: 0;
  color: #ccc;
}

.ruci-footer-sosmed {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.ruci-footer-sosmed img {
  width: 36px;
  height: 36px;
  transition: transform 0.2s;
}

.ruci-footer-sosmed img:hover {
  transform: scale(1.1);
}

/* Service Page Styling */
.service-page {
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
    color: #333;
}

/* Intro Section */
.service-page .intro-section {
    margin-bottom: 50px;
}
.service-page .service-intro-img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.service-page .service-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a3d7c;
}
.service-page .service-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* Service Cards */
.service-page .service-card {
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}
.service-page .service-card:hover {
    transform: translateY(-8px);
}
.service-page .service-img {
    margin: 0 auto 20px;
    display: block;
    border-radius: 12px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.service-page h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a3d7c;
}
.service-page p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ABOUT */
.about-section {
    padding: 60px 15px;
    color: #333;
    font-family: "Segoe UI", Arial, sans-serif;
}

.about-logo {
    height: 70px;
}

.about-text p {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 16px;
}

.about-gallery {
    margin-top: 40px;
}

.about-img-wrapper {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.about-img {
    width: 100%;
    max-width: 350px;
    height: 220px; /* tinggi seragam */
    object-fit: cover; /* crop otomatis biar proporsional */
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

/* Jarak antar gambar di layar kecil */
@media (max-width: 768px) {
    .about-gallery .col-md-4 {
        margin-bottom: 20px;
    }

    /* Supaya gambar terakhir tidak ada jarak ekstra */
    .about-gallery .col-md-4:last-child {
        margin-bottom: 0;
    }
}

/* DETAIL PRODUCT TEST */
.product-detail-page {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

.product-detail-page .product-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.product-detail-page .brand-category {
    font-size: 14px;
    color: #666;
}

.product-detail-page .price-wrapper {
    margin: 15px 0;
}
.product-detail-page .discount-badge {
    background: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    margin-right: 10px;
}
.product-detail-page .old-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}
.product-detail-page .new-price {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

/* CSS khusus untuk halaman order */
.order-card .cart-liss {
    border: 1px solid #eee;
    background: #fff;
}

/* Smartphone */
@media (max-width: 767.98px) {
    .order-card .row > div {
        text-align: center !important;
    }

    .order-card img {
        max-width: 120px;
        margin: 0 auto;
    }

    .order-card p {
        margin-bottom: 4px;
    }

    .order-card button {
        font-size: 12px !important;
        padding: 5px 10px;
    }
}



