/* 
Theme Name: VIBAR ID
Version: 1.6.6
Theme URI: https://vibar.id
Author: VIBAR LCC
Author URI: https://vibar.id
Description: Powerfull plugin Wordpress for paid
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --background: #FFFFFF;
    --primary: #007AFF;
    --gray: #F4F4F4;
    --kuning: #F0B52C;
    --text-abu: #333333;
    --text-biru: #002C5F;
    --success: #00C48C;
    --error: #FF6B6B;
    --Poppins: 'Poppins', sans-serif;
    --DM-Sans: 'DM Sans', sans-serif;
    --Inter: 'Inter', sans-serif;
    --Roboto: 'Roboto', sans-serif;
}
*, *::after, *::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    list-style: none;
}
body{
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    background: var(--background);
    font-family: var(--Roboto);
    min-height: 100vh;
    color: var(--text-abu);
}
img{
    max-width: 100%;
    height: auto;
}
.spacer{
    display: block;
    margin-top: 5rem;
}
.container{
    width: 100%;
    max-width: 1350px;
    padding: 0 20px;
    margin: 0 auto;
}
.vHeader{
    width: 100%;
    background-color: var(--background);
    padding: 14px 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.vInner{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vLogo{
    width: auto;
    height: 35px;
}
.innerRight{
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 1.5rem;
}
.menus{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-family: var(--Poppins);
}
.menus li{
    position: relative;
}
.menus li a{
    text-decoration: none;
    font-size: 15px;
    color: var(--primary);
    font-weight: 400;
}
.menus li .sub-menu{
    display: none;
}
.menuOpen{
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: var(--primary);
}
.tombol-order{
    display: block;
    background: var(--primary);
    color: var(--background);
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}

.menus li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--background);
    padding: 10px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 999;
    min-width: 180px;
}

/* Styling untuk submenu link */
.sub-menu li {
    list-style: none;
    padding: 8px 20px;
}

.sub-menu li a {
    text-decoration: none;
    color: var(--primary);
    font-size: 14px;
    display: block;
    transition: background-color 0.3s;
}

.sub-menu li:hover {
    background-color: var(--primary);
}
.sub-menu li:hover a{
    color: var(--background);
}

.flexbox{
    position: fixed;
    top: 0;
    right: 0;
    background: var(--background);
    width: 100%;
    max-width: 450px;
    min-height: 100vh;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 25px 30px;
    display: none;
}
.flexBoxHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.menuClose{
    font-size: 25px;
    color: var(--primary);
    cursor: pointer;
}
.flxMenu{
    font-size: 15px;
}
.fitem{
    margin-bottom: 1rem;
}
.svLogos{
    height: 30px;
    width: auto;
}
.fitem a{
    text-decoration: none;
    color: var(--primary);
}
.vGrid{
    display: grid;
    grid-template-columns: 550px auto;
    gap: 3rem;
    align-items: center;
    font-family: var(--Poppins);
}
.left .hero{
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 1rem;
    display: block;
}
.left .hero span{
    color: var(--primary);
}
.left p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.left p span{
    color: var(--primary);
}
.bigmenu{
    font-size: 14px;
    color: var(--text-abu);
    font-weight: 400;
}
.bigmenu li{
    line-height: 2;
}
.bigmenu li i{
    color: var(--success);
    margin-right: 1rem;
}
.hargadiskon{
    display: block;
    margin-top: 1.5rem;
}
.hargadiskon p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.hargadiskon .matauang{
    color: var(--text-abu);
}
.hargadiskon .hargacoret{
    font-size: 2rem;
    text-decoration: line-through;
    color: var(--error);
}
.hargadiskon .hargaPotongan{
    font-size: 2rem;
    color: var(--primary);
}
.gridHero{
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.promo-diskon{
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--background);
    background-color: var(--primary);
    padding: 20px 0;
    border-radius: 4px;
}
.waktu-promo{
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--background);
    background-color: var(--text-abu);
    padding: 20px 0;
    border-radius: 4px;
}
.heroimage,
.whyImage{
    animation: upandDown 3s ease-in-out infinite;
}
.whyImage{
    z-index: -1;
}


.sec-title{
    display: block;
    text-align: center;
    font-size: 2rem;
    color: var(--text-abu);
    font-weight: 600;
}
.sec-title span{
    color: var(--primary);
}
.blockGrid{
    max-width: 100%;
    font-family: var(--Poppins);
    display: grid;
    grid-template-columns: auto 450px;
    align-items: center;
    gap: 2rem;
}
.myWhy li {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
}


/* FAQs */
.faqsItem{
    display: block;
    margin-bottom: 1.5rem;
}
.faqHeader {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu{
    cursor: pointer;
}
.faqsBody{
    display: none;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1.5rem;
}

.support-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px 20px;
    background: #f8f9fc;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  .support-title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
  }
  
  .support-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .support-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px 25px;
    transition: all 0.3s ease;
  }
  
  .support-box:hover {
    border-color: var(--primary);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.1);
  }
  
  .support-box h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: var(--primary);
  }
  
  .support-box p {
    color: #555;
    margin-bottom: 0;
  }
  
  .support-box a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
  }


  .footer {
    background-color: #1f2937;
    color: #d1d5db;
    padding: 40px 20px;
    font-size: 15px;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
  }
  
  .footer h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .footer-container .vDescFooter p{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }
  
  .footer a {
    color: #9ca3af;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: color 0.2s ease;
  }
  
  .footer a:hover {
    color: #ffffff;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #374151;
    padding-top: 20px;
    color: #9ca3af;
    font-size: 14px;
  }
  
  .social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
  }
  
  .social-icons a {
    color: #9ca3af;
    font-size: 18px;
    transition: color 0.2s ease;
  }
  
  .social-icons a:hover {
    color: #ffffff;
  }

@keyframes upandDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}


/* 
* Media Query
*/
@media(max-width:1028px){
    .vGrid{
        grid-template-columns: 350px auto;
    }
}




@media(max-width:770px){
    .vGrid{
        grid-template-columns: 1fr;
    }
    .right{
        order: 0;
    }
    .left{
        order: 1;
    }
    .blockGrid{
        grid-template-columns: 1fr;
    }
}


@media(max-width:427px){
    .menuOpen{
        display: block;
    }
    .menus,
    .tombol-order{
        display: none;
    }
    .gridHero{
        grid-template-columns: 1fr;
    }
    .flexbox{
        transition: 0.5s ease-in-out;
        display: block;
        transform: translateX(-100%);
    }
    .left .hero{
        font-size: 2rem;
    }
    .card p{
        font-size: 16px;
    }
}




.landing {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  
  h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .highlight {
    color: #007bff;
    font-weight: bold;
  }
  
  .discount {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #333;
  }
  
  .card-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .card {
    display: flex;
    align-items: start;
    gap: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
  }
  
  .card i {
    font-size: 1.5rem;
    color: #00b894;
    margin-top: 5px;
  }
  
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  
  .price {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  
  .old-price {
    text-decoration: line-through;
    color: #e74c3c;
    font-weight: bold;
  }
  
  .new-price {
    color: #007bff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .cta {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  
  .btn-promo {
    background-color: #007bff;
    color: white;
    padding: 14px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .btn-promo:hover {
    background-color: #0056b3;
  }
  
  .timer {
    background: #333;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: monospace;
  }

.container-800{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: var(--Poppins);
}
.pageTitle{
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
}
.theContent-page p,
.theContent-page ul,
.theContent-page ol{
    margin-bottom: 25px;
    line-height: 2;
}
.theContent-page p a,
.theContent-page ul a,
.theContent-page ol a{
    text-decoration: none;
    color: var(--primary);
}
.theContent-page ul,
.theContent-page ol{
    margin-left: 25px;
}
.theContent-page ul li,
.theContent-page ol li{
    list-style: square;
}
.theContent-page h2,
.theContent-page h3,
.theContent-page h4,
.theContent-page h5,
.theContent-page h6{
    margin-bottom: 10px;
}