body {
    font-family: "Poppins", sans-serif;
    color: #202020;
    position: relative;
}

h1 {
    font-size: 68px;
    font-weight: 800;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 2px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

h5 {
    font-size: 15px;
    font-weight: 300;
}

p {
    line-height: 30px;
    font-size: 17px;
    color: #222222;
    font-weight: 300;
}

.bg-main {
    background-color: #142d46;
}

.btn {
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 6px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
}

.btn-primary {
    background: #1a202c;
    color: white;
    border: 1px solid #1a202c;
}

.btn-primary:hover {
    background: #2d3748;
    border-color: #2d3748;
}

.btn-outline {
    background: transparent;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.btn-outline:hover {
    background: #f7fafc;
    border-color: #cbd5e0;
    color: #1a202c;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

header,
section,
footer {
    position: relative;
    overflow: hidden;
}


.img-center {
    display: block;
    margin: 0 auto;
}

.text-justify {
    text-align: justify;
}


.mgR-20px {
    margin-right: 20px;
}

.t-cap {
    text-transform: uppercase;
}

.fab,
.fas {
    font-size: 18px;
    color: #202020;
    padding: 4px;
}

.fab:hover,
.fas:hover {
    color: #073d77;
}

sub,
sup {
    font-size: 66%;
}

.carousel-indicators {
    top: -10px;
}

.carousel-indicators .active {
    background-color: #228B22;
}

.carousel-indicators li {
    background-color: #CCCCCC;
}

.carousel-indicators li {
    width: 50px;
    height: 5px;
}


/*Title styles for all sections*/
.section-title {
    text-align: left;
    padding-bottom: 20px;
}

.section-title h1 {
    font-family: 'Proza Libre', sans-serif;
    text-transform: capitalize;
    font-size: 29px;
    font-weight: normal;
    color: #15406a;
}

.section-title2 {
    text-align: center;
}

.section-title h2 {
    text-transform: uppercase;
}

.section-title p {
    padding-bottom: 8px;
    margin-bottom: 0;
}

.section-title hr {
    display: inline-block;
    top: 4px;
}

.section-title.light p {
    color: #fff;
}

.section-title.light hr {
    border-color: rgba(255, 255, 255, .5);
}

.section-title i {
    background-color: transparent;
    padding-left: 11px;
    padding-right: 10px;
    font-size: 24px;
}

hr.left {
    position: relative;
    max-width: 250px;
    width: 100%;
}

hr.right {
    max-width: 250px;
    width: 100%;
    position: relative;
}

/*Sections Top And Bottom Padding*/
section,
.video-review {
    padding-top: 90px;
    padding-bottom: 90px;
}

.read-in-all {
    padding-top: 90px;
}

#overview>.container>.row {
    padding-bottom: 60px;
}

#overview .section-title {
    padding-bottom: 60px
}

.btn,
a,
i {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

h4 {
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

.navbar {
    padding-top: 40px;
}

.navbar.alt {
    font-family: 'Proza Libre', sans-serif;
    background: #ffffff;
    opacity: 0.9;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.navbar-dark .navbar-nav .nav-link {
    color: #222222 !important;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #007bff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.nav-link.active {
    background: #fff;
    border-radius: 20px;
    opacity: 0.8;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #142d46;
}

.navbar-toggler>.i1 {
    top: 9px;
}

.navbar-toggler>.i2 {
    top: 17px;
}

.navbar-toggler>.i3 {
    top: 25px;
}

.navbar-toggler.active>.i2 {
    opacity: 0;
}

.navbar-toggler.active>.i1,
.navbar-toggler.active>.i3 {
    top: 17px;
}

.navbar-toggler.active>.i1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.active>.i3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler {
    position: relative;
    width: 50px;
    height: 40px;
}

.navbar-toggler>.icon-bar {
    position: absolute;
    width: 30px;
    left: 10px;
    margin: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #888;
    height: 3px;
}

header {
    background: url('../images/bg-home.webp');
    background-color: #202020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    padding-top: 260px;
    padding-bottom: 300px;
    height: 800px !important;
}

h1 {
    text-transform: uppercase;
}

header p {
    font-size: 18px;
    padding-left: 3px;
    color: #fff;
    margin-top: 20px;
}

.hero-text {
    padding-bottom: 30px;
    font-family: 'Proza Libre', sans-serif;
    text-align: left;
}

.hero-text h1 {
    font-size: 40px;
    font-weight: bold;
}

#content1 {
    padding-top: 40px;
    padding-bottom: 25px;
}

#content1 img {
    max-width: 100%;
}

.section-bg-blue {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55)),
        url("../images/section-bg.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-color: #202020;
    padding-top: 45px;
    padding-bottom: 30px;
    color: #fff;
}

.section-bg-blue p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

footer {
    background-color: #15406a;
    padding-top: 40px;
    padding-bottom: 35px;
}

footer p {
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
}

footer .copy-line {
    padding-top: 6px;
    margin-bottom: 0;
    color: #f9f9f9;
    border-top: 1px solid #3e5d7b;
    margin-top: 20px;
}

.footer-social-links {
    text-align: right;
}

.footer-social-links a {
    color: #f9f9f9;
    border: 1px solid #606060;
    border-radius: 0px;
    padding: 6px 8px 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.footer-social-links a i {
    color: #f9f9f9;
}

.footer-social-links a:hover {
    border-color: #073d77;
}

.footer-social-links a:hover i {
    color: #073d77;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.floating-total {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 16px 22px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    transition: transform .25s ease, opacity .25s ease;
}

.floating-total.hidden {
    transform: translateY(100%);
    opacity: 0;
}

.services {
    background: #ffffff;
    padding: 8rem 0;
}

.section-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 300;
    color: #1a202c;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-subtitle {
    text-align: center;
    color: #718096;
    font-size: 1rem;
    margin-bottom: 5rem;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    position: relative;
}

.service-card:hover {
    border-color: #cbd5e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.service-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #4a5568;
    font-size: 1.5rem;
    background: #f7fafc;
}

.service-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1a202c;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.service-description {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.service-link {
    color: #4a5568;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.service-link:hover {
    color: #1a202c;
    gap: 0.75rem;
}

.comments {
    background: white;
    padding: 8rem 0;
}

.comment-form-container {
    max-width: 700px;
    margin: 0 auto 5rem;
}

.comment-form {
    background: #fafafa;
    padding: 3rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.comment-form h3 {
    color: #1a202c;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #4a5568;
    font-weight: 400;
    font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #cbd5e0;
    box-shadow: 0 0 0 3px rgba(203, 213, 224, 0.1);
}

.rating-input {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.5rem;
}

.star {
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.3;
}

.star:hover,
.star.active {
    opacity: 1;
    transform: scale(1.2);
}

.comments-display {
    max-width: 1000px;
    margin: 0 auto;
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.comments-header h3 {
    color: #1a202c;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.comments-stats {
    color: #718096;
    font-weight: 400;
    font-size: 0.95rem;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.comment-item {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    position: relative;
}

.comment-item:hover {
    transform: translateY(-4px);
    border-color: #cbd5e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.comment-user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-avatar {
    width: 48px;
    height: 48px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    font-weight: 500;
    font-size: 1.1rem;
}

.user-info h4 {
    margin: 0 0 0.5rem 0;
    color: #1a202c;
    font-weight: 500;
    font-size: 1rem;
}

.user-role {
    color: #718096;
    font-size: 0.875rem;
    /* background: #f7fafc; */
    /* padding: 0.25rem 0.75rem; */
    /* border-radius: 25px; */
    display: inline-block;
    /* border: 1px solid #e2e8f0; */
    font-weight: 400;
}

.comment-meta {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.comment-date {
    color: #718096;
    font-size: 0.875rem;
    font-weight: 400;
}

.comment-rating {
    display: flex;
    gap: 0.125rem;
    font-size: 0.875rem;
}

.comment-text {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

.no-comments {
    text-align: center;
    padding: 4rem 2rem;
    color: #718096;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.no-comments-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    opacity: 0.4;
}

.no-comments h4 {
    color: #1a202c;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.no-comments p {
    color: #718096;
    margin: 0;
    font-size: 0.95rem;
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .3);
        margin-top: 15px;
        padding-top: 15px;
    }

    header {
        padding-top: 200px;
        padding-bottom: 90px;
        text-align: center;
    }

    h1 {
        font-size: 30px !important;
    }

    .book-mockup {
        margin-top: 40px;
    }

    .hero-text .mt-3,
    .my-3 {
        margin-top: 0 !important;
    }

    header p {
        padding-right: 0;
    }

    section,
    .video-review {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    footer,
    .footer-social-links {
        text-align: center;
    }

    .footer-social-links {
        margin-top: 16px;
    }

    hr.right,
    hr.left {
        max-width: 200px;
    }
}


@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .section-title h1 {
        font-size: 22px !important;
    }

    .cek h1 {
        font-size: 20px !important;
    }

    .hero-text {
        padding-top: 0;
        color: #142d46;
    }

    #infografis img {
        margin-bottom: 30px;
    }

    .blog-post {
        margin-bottom: 30px;
    }

    #pusatbantuan a {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px !important;
    }

    .section-title h1 {
        font-size: 22px !important;
    }

    .cek h1 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    hr.right,
    hr.left {
        max-width: 100px;
    }

    .section-title {
        padding-bottom: 20px;
    }

    .read-in-all {
        padding-top: 70px;
    }

    section,
    .video-review {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #feedback {
        padding-bottom: 30px;
    }

    #pusatbantuan a {
        margin-top: 30px;
    }
}