@font-face {
    font-family: 'inov-font';
    src: url('assets/fonts/FormaDJRMicro-Regular.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'inov-font-regular';
    src: url('assets/fonts/FormaDJRDisplay-Regular.otf') format('opentype');
    font-display: swap;
}


body {
    font-family: 'inov-font';
}

/* Custom styling */
.top-bar {
    background-color: #006fe5;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.top-bar a {
    color: #ccc;
    text-decoration: none;
    margin: 0 10px;
}

.top-bar p {
    font-size: 16px;
    margin-bottom: 8px;
}

.navbar-nav .nav-link {
    color: #000;
    /* font-weight: 500; */
}

.navbar {
    margin: 13px;
}

.navbar-brand {
    font-size: 32px;
}

.hero-section {
    background-image: url("assets/Banner Frame 1.png");
    background-position: center;
    background-size: cover;
    background-color: #f9f9f9;
    height: 100vh;
    overflow: hidden;
}

.hero-text {
    background-color: #ffffffde;
    height: 100vh;
    padding: 50px 50px 50px 100px;
}

.garis-hitam {
    opacity: 1;
    font-size: 10px;
    border-top: 5px solid #000000;
    border: none;
    height: 2px;
    background-color: #050505;
}

.hero-text h1 {
    font-size: 2.8rem;
    /* font-weight: 700; */
    line-height: 1.3;
    padding-left: 12px;
    margin-bottom: 50px;
}

.hero-text h1 br {
    display: none;
}

.nav-link {
    font-size: 20px;
    margin-right: 15px;
}

.hero-text .btn-primary {
    background-color: #106EEA;
    border: none;
    padding: 10px 30px;
}

.blue-banner {
    background-color: #106EEA;
    color: #fff;
    /* font-weight: 600; */
    padding: 15px 0 15px 50px;
    font-size: 3rem;
    /* border-top: 2px solid #e1e1e1; */
    /* border-bottom: 2px solid #e1e1e1; */
}

.blue-banner+.blue-banner {
    font-weight: 400;
    font-size: 2.5rem;
}

.card {
    border: 1px solid black;
    border-radius: 0px;
}

.product-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.product-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    font-size: 0.9rem;
}

.feature-list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.feature-list li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: #007bff;
    font-weight: bold;
}

.btn-spec {
    background-color: #007bff;
    color: white;
    border: none;
}

.btn-buy {
    background-color: #28a745;
    color: white;
    border: none;
}

.support-section {
    background-color: #007bff;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.support-section h3 {
    margin-bottom: 15px;
}

.support-section p {
    max-width: 60%;
    margin: 0 auto 35px auto;
    /* font-weight: 400; */
}

.support-section .card-title {
    font-size: 1.7rem;
}

.support-cards img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    max-height: 210px;
    border: 1px solid white;
    border-radius: 0px;
}

.border-top {
    border-top: 0px !important;
}

.support-cards .card-title {
    margin-top: 8px;
    /* font-weight: 600; */
}

.support-cards .col-md-4 {
    padding: 0 40px;
}

.intro {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.5rem;
}

.list-item {
    padding: 1rem 0;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 400;
}

.arrow-right {
    /* ukuran kotak nol agar hanya border yang terlihat */
    width: 0;
    height: 0;
    padding-right: 15px;
    /* bagian atas dan bawah transparan untuk membentuk segitiga */
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    /* sisi kiri berwarna untuk kepala panah */
    border-left: 15px solid #000000;
    /* ganti warna sesuai kebutuhan */
}

.arrow-box {
    width: 60px;
    height: 60px;
    background: #6d6f70;
    /* abu-abu */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    /* garis tepi */
}

.arrow-box:hover {
    background-color: #0000ff9c;
}

.carousel-control-prev-icon {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 18px solid #ffffff;
    /* putih abu terang */
}

.h3,
h3 {
    font-size: 2.3rem;
}

h6 {
    font-size: 1.3rem;
}

.card-body p {
    font-size: 1.2rem;
}

.carousel-control-next-icon {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #ffffff;
    /* putih abu terang */
}

.carousel-control-next,
.carousel-control-prev {
    width: 25%;
}

.carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(0);
}


.list-item::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-wrapper {
    max-width: 350px;
}

.list-item.no-arrow {
    border-bottom: 1px solid #000;
    padding-left: 0;
    justify-content: flex-start;
    padding-left: 30px;

}

.carousel {
    padding-top: 80px;
    padding-bottom: 80px;
}

.logo-section {
    padding: 40px 15px;
    text-align: center;
}

.logo-section h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.customer-logos img {
    margin: 10px 20px;
    max-height: 48px;
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(0.6);
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.customer-logos img:hover {
    filter: none;
    opacity: 1;
}

.contact-banner {
    background-color: #25D366;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-size: 2.6rem;
}

.icon-biru {
    color: #0d6efd;
    /* biru bootstrap */
    /* font-size: 24px; */
    /* opsional ubah ukuran */
}

.contact-banner i {
    font-size: 60px;
    padding-right: 20px;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

h4 {
    font-size: 2rem;
}

.footer-bottom {
    font-size: 1.2rem;
    border-top: 1px solid #d2d2d2;
    padding-top: 35px;
    height: 130px;
}

.card-img-top {
    background-color: #dcdcdc;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-img-top img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.divider {
    border-top: 1px solid #000;
    margin: 0.5rem 0 1rem 0;
}

.btn-custom-blue {
    background-color: #106EEA;
    color: white;
    font-size: 25px;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    border: 1px solid #000000;
    border-radius: 0px;
}

.btn-custom-blue:hover {
    background-color: #106EEA;
    color: white;
}

.btn-custom-green {
    background-color: #25D366;
    color: white;
    font-size: 25px;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    border: 1px solid #25D366;
    border: 1px solid #000000;
    border-radius: 0px;
}

.btn-custom-green:hover {
    background-color: #25D366;
    color: white;
}

.btn-certified {
    border: 1px solid #2962ff;
    background-color: #2962ff;
    color: white;
}

.information-section {
    height: 100vh;
    overflow: hidden;
}

.information-background {
    background-image: url('assets/Image Partner.png');
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.btn-certified-outline {
    border: 1px solid #2962ff;
    background-color: white;
    color: #2962ff;
    font-size: 0.8rem;
    padding: 0 6px;
}

.btn-certified-outline:hover {
    background-color: #2962ff;
    color: white;
}

.btn-certified-group .btn {
    margin-right: 6px;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
    font-size: 10px;
    border-top: 5px solid #ffffff;
    border: none;
    height: 2px;
    background-color: #ffffff;
}

.support-section h2 {
    font-size: 3rem;
}

.support-section p {
    font-size: 1.5rem;
}

.arrow-btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    background-color: #4d90f7;
    color: white;
    font-size: 30px;
    border: none;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    z-index: 10;
}

.arrow-btn-left {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.arrow-btn-right {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.position-relative {
    position: relative;
}

.social-icons a {
    color: rgb(215 213 213);
}

.social-icons a:hover {
    color: white;
    transition: color ease-in-out 0.3s;
}

.social-icons .mail{
    color: white;
}

.banner hr{
    margin: 1px;
    height: 1px;
}

.social-icons .mail:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .hero-text h1 br {
        display: inline;
    }
}

@media (max-width: 767px) {
    .hero-text h1 {
        font-size: 1.2rem;
    }

    .navbar-brand {
        font-size: 100%;
    }

    .img-full {
        width: 100%;
    }

    .information {
        padding: 50px;
        height: 100vh;
        font-size: 1rem;
    }

    .intro,
    .list-item {
        font-size: 1.2rem;
    }

    .hero-text {
        padding: 30px;
    }

    .blue-banner {
        font-size: 1.3rem;
    }

    .blue-banner img {
        width: 40px;
    }

    .logo-section h2 {
        font-size: 2rem;
    }

    .blue-banner p {
        font-size: 1.4rem;
        margin-bottom: 0px;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .information-section {
        height: auto;
    }

    .information-background {
        height: auto;
    }

    .btn-custom-blue,
    .btn-custom-green {
        font-size: 1rem;
    }

    .blue-banner {
        font-size: 1rem;
    }

    .blue-banner+.blue-banner {
        font-size: 1rem;
    }

    .support-section h2 {
        font-size: 1rem;
    }

    .support-cards {
        padding: 15px;
    }

    .support-section h2 {
        font-size: 2rem;
    }

    .support-cards img {
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
        max-height: 120px;
        border: 1px solid white;
    }

    .support-cards .card-title {
        font-size: 1.2rem;
        margin-top: 8px;
    }

    .support-section .col-md-4 {
        padding: 0 10px;
    }

    .list-item {
        padding: 0;
        border-bottom: 0;
        display: flex;
        align-items: center;
    }

    .list-item::after {
        content: none;
        display: none;
    }

    .logo-section {
        padding: 25px;
        text-align: center;
    }

    .customer-logos img {
        margin: 10px 10px;
        max-height: 30px;
        max-width: 90px;
        object-fit: contain;
        filter: grayscale(0.6);
        opacity: 0.85;
        transition: opacity 0.3s ease;
    }

    .contact-banner {
        background-color: #25D366;
        color: white;
        padding: 15px 0;
        text-align: center;
        font-size: 2rem;
        padding: 10px;
    }

    .contact-banner i {
        font-size: 40px;
        padding-right: 20px;
    }
}