html,
body {
	height: 100%;
    font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	color: #3d3d3d;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #00a3fa;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
	text-align: center;
}

.section-title span {
	color: #e53637;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.section-title h2 {
	color: #111111;
	font-weight: 700;
	line-height: 46px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}


@media only screen and (max-width: 767px) {
    .slicknav_nav .slicknav_row, .slicknav_nav a {
        margin-bottom: 20px!important;
        padding: 7px 7px!important;
    }
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
    padding: 10px 20px;
	color: #ffffff!important;
	background: #000000;
    border: 2px solid #000000;
	letter-spacing: 3px;
}

/* ==================================== */
/* READ ONLINE SECTION (image_862499.jpg) */
/* ==================================== */
.read-online-section {
    background-color: #fff;
    padding: 60px 0 100px 0;
}
.read-online-main-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
}

/* Navigasi Tombol */
.read-online-nav-btn {
    border-radius: 4px!important;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
    border: none!important;
}
.read-online-nav-btn.btn-default {
    color: #333;
    border: 1px solid #e1d9d9 !important;
    background-color: transparent;
}
.read-online-nav-btn.primary {
    /* Menggunakan kelas Bootstrap info (biru standar) */
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

/* Konten Artikel */
.read-online-content {
    /* Batas lebar konten */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.read-online-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.read-online-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
}

/* Quote/Teks Miring */
.read-online-quote {
    font-style: italic;
    font-weight: 500;
    padding-left: 1rem;
    border-left: 3px solid #ccc;
    color: #000;
}

/* Gambar Placeholder */
.read-online-figure {
    margin-left: 0;
    margin-right: 0;
}
.read-online-img-placeholder {
    background-color: #e9ecef;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.read-online-img-icon {
    font-size: 5rem;
    color: #adb5bd;
}
.read-online-img-caption {
    font-size: 0.9rem;
    color: #555;
}

/* Navigasi Bawah */
.read-online-nav-bottom {
    border-top: 1px solid #eee;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .read-online-section {
        padding: 40px 0;
    }
    .read-online-main-title {
        font-size: 1.8rem;
    }
    .read-online-subtitle {
        font-size: 1.5rem;
    }
    .read-online-img-placeholder {
        min-height: 250px;
    }
}

/* ==================================== */
/* FACILITY HERO SECTION (Warna Biru) */
/* ==================================== */
.facility-hero-section {
    background-color: #3498db; /* Biru terang */
    color: #fff;
    padding: 100px 0;
}
.facility-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #ffffff;
}
.facility-hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: bolder;
    max-width: 500px;
}
.facility-hero-btn {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}
.facility-hero-btn:hover {
    background-color: #fff;
    color: #3498db;
}

/* ==================================== */
/* FACILITY FEATURE SECTIONS */
/* ==================================== */
.facility-feature-section {
    padding: 100px 0;
}

/* Blok 1 & 3: Latar Belakang Kuning Muda */
.facility-feature-1, .facility-feature-3 {
    background-color: #fff8e1;
    color: #000;
}
/* Blok 2: Latar Belakang Abu-abu Gelap */
.facility-feature-2 {
    background-color: #333;
    color: #fff;
}
.facility-feature-2 .facility-feature-title,
.facility-feature-2 .facility-benefit-title {
    color: #fff;
}
.facility-feature-2 .facility-feature-description,
.facility-feature-2 .facility-benefit-text {
    color: #ccc;
}
.facility-feature-2 .facility-benefit-icon {
    color: #fff;
}

/* Tata Letak Fitur */
.facility-feature-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.facility-feature-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Gambar Placeholder */
.facility-img-placeholder {
    background-color: #e9ecef;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.facility-img-icon {
    font-size: 6rem;
    color: #bdbdbd;
}

/* Detail Manfaat Kecil */
.facility-benefit-item {
    margin-bottom: 1.5rem;
}
.facility-benefit-icon {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 10px;
}
.facility-benefit-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 5px;
}
.facility-benefit-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}

.btn-facility{
    border: none!important;
    background: #3090d2;
    border-radius: 4px!important;
    font-weight: bolder;
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .facility-img-placeholder {
        min-height: 300px;
    }
}
@media (max-width: 767px) {
    .facility-hero-section, .facility-feature-section {
        padding: 60px 0;
    }
    .facility-hero-title {
        font-size: 2.5rem;
    }
    .facility-feature-title {
        font-size: 2rem;
    }
    .facility-img-icon {
        font-size: 4rem;
    }
}

/* ==================================== */
/* EVENTS HERO SECTION (Section 1) */
/* ==================================== */
.events-hero-section {
    min-height: 500px;
}
.events-hero-text-col {
    background-color: #3498db; /* Biru terang */
    color: #fff;
    padding: 80px 40px;
}
.events-hero-content {
    max-width: 500px;
}
.events-hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}
.events-hero-description {
    font-size: 1rem;
    line-height: 1.6;
}
.events-hero-img-col {
    background-color: #f8f8f8; /* Abu-abu sangat terang */
}
.events-hero-img-placeholder {
    width: 100%;
    min-height: 555.7px;
    max-height: 555.7px;
    object-fit: cover;
    background-color: #e9ecef; /* Placeholder abu-abu sedang */
    display: flex;
    align-items: center;
    justify-content: center;
}
.events-hero-icon {
    font-size: 6rem;
    color: #bdbdbd;
}

/* ==================================== */
/* UPCOMING EVENTS SECTION (Section 2) */
/* ==================================== */
.events-upcoming-section {
    background-color: #64b5f6; /* Biru muda sedang */
    color: #000;
    padding: 80px 0;
}
.events-upcoming-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}
.events-upcoming-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.events-upcoming-description {
    font-size: 1rem;
    color: #333;
}

/* Card Acara */
.events-card {
    border-radius: 4px;
    height: 100%;
}
.events-card-header {
    display: flex;
    align-items: flex-start;
}
.events-card-img-placeholder {
    width: 80px;
    height: 80px;
    background-color: #e9ecef;
}
.events-card-date {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    font-weight: 600;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    position: absolute; right: 0;margin-right: 40px;margin-top: 20px;
}
.events-card-day {
    font-size: 1.4rem;
    line-height: 1;
}
.events-card-month {
    font-size: 0.9rem;
    color: #000000;
    font-weight: bolder;
}
.events-card-body {
    padding: 15px 0;
    text-align: left;
}
.events-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}
.events-card-text {
    font-size: 0.95rem;
    color: #000000;
    margin-bottom: 1rem;
}
.events-card-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.events-card-link:hover {
    color: #3498db;
}

/* Tombol "View all" */
.events-btn-outline {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
}
.events-btn-outline:hover {
    background-color: #000;
    color: #fff;
}

/* ==================================== */
/* EVENT SCHEDULES SECTION (Section 3) */
/* ==================================== */
.events-schedule-section {
    background-color: #fff;
    padding: 80px 0;
}
.events-schedule-tag {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.events-schedule-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}
.events-schedule-description {
    font-size: 1rem;
    color: #555;
}

/* Filter */
.events-filter-btn {
    border-radius: 8px!important;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    margin-right: 5px;
    margin-bottom: 5px;
}
.events-filter-btn.btn-light {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}
.events-filter-btn.btn-dark {
    background-color: #000;
    color: #fff;
}

/* List Jadwal */
.events-schedule-item {
    padding: 15px 0;
}
.events-schedule-divider {
    border-top: 1px solid #eee;
}
.events-time {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
}
.events-schedule-img-placeholder {
    background-color: #e9ecef;
    width: 100%;
    object-fit: cover;
    height: 260px;
    border-radius: 20px;
}
.events-schedule-img-list-placeholder {
    width: 160px;
    max-width: 160px!important;
    object-fit: cover;
    height: 160px;
    border-radius: 20px;
}
.events-schedule-item-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
}
.events-schedule-item-subtitle {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
}
.events-schedule-meta {
    font-size: 0.8rem;
    color: #555;
}
.events-schedule-link {
    font-size: 0.85rem;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .events-hero-text-col, .events-hero-img-col {
        min-height: 400px;
    }
}
@media (max-width: 767px) {
    .events-hero-title {
        font-size: 2.5rem;
    }
    .events-schedule-item-title {
        font-size: 1rem;
    }
    .events-schedule-img-placeholder {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .events-schedule-list .col-2, .events-schedule-list .col-3, .events-schedule-list .col-5, .events-schedule-list .col-2 {
        /* Reset kolom grid untuk layout mobile yang lebih baik jika diperlukan */
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .events-time {
        text-align: left !important;
        margin-bottom: 10px;
    }
    .events-schedule-item .col-2:last-child, .events-schedule-item .col-md-2:last-child {
        text-align: left !important;
    }
}

/* ==================================== */
/* NEWS DETAIL SECTION (image_74ab02.jpg) */
/* ==================================== */
body {
    background-color: #fff;
    color: #000;
}

/* Header Section (Kuning) */
.news-detail-header-section {
    background-color: #FFF1C2;
    padding: 30px 0 10px 0;
}
.news-detail-category-tag {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.news-detail-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 1.5rem;
}

/* Meta Info */
.news-detail-author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #333; /* Placeholder untuk avatar */
}
.news-detail-author-name, .news-detail-date {
    font-size: 0.9rem;
    color: #555;
}
.news-detail-separator {
    color: #ccc;
}
.news-detail-share-icon {
    color: #000;
    font-size: 0.9rem;
    margin-left: 10px;
    opacity: 0.6;
    transition: opacity 0.2s;
}
.news-detail-share-icon:hover {
    opacity: 1;
}

/* Hero Image Section */
.news-detail-hero-image-section {
    background-color: #FFF1C2;
    padding-bottom: 50px;
}
.news-detail-hero-placeholder {
    background-color: #e9ecef; /* Abu-abu terang */
    min-height: 450px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-detail-hero-icon {
    font-size: 8rem;
    color: #adb5bd;
}

/* Content Section */
.news-detail-content-section {
    padding-top: 50px;
}
.news-detail-subheading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    /* Tambahkan garis bawah/pemisah sesuai gambar */
    padding-bottom: 5px;
}
.news-detail-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
}
.news-detail-caption {
    font-size: 0.8rem;
    color: #555;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 3rem !important;
}

/* Gambar di dalam Konten */
.news-detail-content-placeholder {
    background-color: #e9ecef;
    min-height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-detail-content-icon {
    font-size: 6rem;
    color: #adb5bd;
}

/* Teks Kutipan/Tebal */
.news-detail-quote-text {
    font-weight: 700;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000;
    border-left: 3px solid #000;
    padding-left: 15px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .news-detail-title {
        font-size: 2rem;
    }
    .news-detail-hero-placeholder {
        min-height: 250px;
    }
    .news-detail-hero-icon {
        font-size: 5rem;
    }
    .news-detail-share {
        display: none; /* Sembunyikan ikon share di mobile untuk menghemat ruang */
    }
}

/* ==================================== */
/* PAGE DETAIL SECTION */
/* ==================================== */

/* Header Section (Kuning) */
.page-detail-header-section {
    background-color: #FFF1C2;
    padding: 30px 0 10px 0;
}
.page-detail-category-tag {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.page-detail-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 1.5rem;
    max-width: 600px;
}

/* Meta Info */
.page-detail-author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #333; /* Placeholder untuk avatar */
}
.page-detail-author-name, .page-detail-date {
    font-size: 0.9rem;
    color: #555;
}
.page-detail-separator {
    color: #ccc;
}
.page-detail-share-icon {
    color: #000;
    font-size: 0.9rem;
    margin-left: 10px;
    opacity: 0.6;
    transition: opacity 0.2s;
}
.page-detail-share-icon:hover {
    opacity: 1;
}

/* Hero Image Section */
.page-detail-hero-image-section {
    background-color: #FFF1C2;
    padding-bottom: 50px;
}
.page-detail-hero-placeholder {
    background-color: #e9ecef; /* Abu-abu terang */
    min-height: 450px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-detail-hero-icon {
    font-size: 8rem;
    color: #adb5bd;
}

/* Content Section */
.page-detail-content-section {
    padding-top: 50px;
}
.page-detail-subheading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    /* Tambahkan garis bawah/pemisah sesuai gambar */
    padding-bottom: 5px;
}
.page-detail-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
}
.page-detail-caption {
    font-size: 0.8rem;
    color: #555;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 3rem !important;
}

/* Gambar di dalam Konten */
.page-detail-content-placeholder {
    background-color: #e9ecef;
    min-height: 350px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-detail-content-icon {
    font-size: 6rem;
    color: #adb5bd;
}

/* Teks Kutipan/Tebal */
.page-detail-quote-text {
    font-weight: 700;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000;
    border-left: 3px solid #000;
    padding-left: 15px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .page-detail-title {
        font-size: 2rem;
    }
    .page-detail-hero-placeholder {
        min-height: 250px;
    }
    .page-detail-hero-icon {
        font-size: 5rem;
    }
    .page-detail-share {
        display: none; /* Sembunyikan ikon share di mobile untuk menghemat ruang */
    }
}

/* ==================================== */
/* REGISTER EXCLUSIVE SECTION (image_279f99.png) */
/* ==================================== */
.register-exclusive-section {
    background-color: #64b5f6; /* Biru cerah, mirip dengan gambar */
    color: #000000;
    padding: 100px 0;
}
.register-exclusive-tag {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0.5rem;
}
.register-exclusive-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 1rem;
}
.register-exclusive-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000000;
    max-width: 550px;
}

/* Item Manfaat (3 Kolom) */
.register-exclusive-item {
    padding-right: 15px; /* Sedikit ruang agar tidak terlalu mepet */
}
.register-exclusive-icon {
    /* Menggunakan ikon Bootstrap 4 font-awesome untuk placeholder */
    color: #000000;
    font-size: 2.5rem !important; /* Ukuran ikon diatur di sini, 3x di HTML tidak cukup besar */
    margin-bottom: 1.5rem;
}
.register-exclusive-item-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 1rem;
}
.register-exclusive-item-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
    /* Batasi lebar teks agar tidak terlalu panjang */
    max-width: 300px;
}

/* Responsif Adjustments */
@media (max-width: 991px) { /* Tablet */
    .register-exclusive-title {
        font-size: 3rem;
    }
}
@media (max-width: 767px) { /* Mobile */
    .register-exclusive-section {
        padding: 60px 0;
    }
    .register-exclusive-title {
        font-size: 2.5rem;
    }
    .register-exclusive-item-title {
        font-size: 1.5rem;
    }
    .register-exclusive-item {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .register-exclusive-item-text {
        max-width: 100%;
    }
}

/* ==================================== */
/* REGISTER FORM SECTION (image_2797d9.png) */
/* ==================================== */
.register-form-section {
    background-color: #fff;
    padding: 80px 0;
}

/* Header Kiri */
.register-form-tag {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.register-form-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0.5rem;
}
.register-form-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000000;
    font-weight: bolder;
    max-width: 400px;
}

/* Formulir Elemen */
.register-form-label {
    font-weight: 600;
    color: #000;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}
.register-form-input,
.register-form-textarea {
    border-radius: 0;
    border: 1px solid #000;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    height: auto; /* Mengatasi height default Bootstrap */
}

.register-form-select{
    border-radius: 0;
    border: 1px solid #000;
    width: 100%;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    height: auto;
}

.register-form-input:focus,
.register-form-select:focus,
.register-form-textarea:focus {
    border-color: #3498db; /* Warna fokus biru */
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}
.register-form-textarea {
    resize: none;
}

/* Radio dan Checkbox */
.register-form-check {
    padding-left: 0;
}
.register-form-check .form-check-input {
    margin-left: 0;
    margin-right: 0.5rem;
    border-color: #000;
}
.register-form-check .form-check-label {
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
}
/* Kustomisasi posisi radio/checkbox agar sejajar */
.register-form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.register-form-check .form-check-input {
    position: static;
    margin-top: 0;
    flex-shrink: 0;
}

/* Tombol Submit */
.register-form-submit-btn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    border: none;
    transition: background-color 0.2s;
}
.register-form-submit-btn:hover {
    background-color: #333;
    color: #fff;
}

/* Responsif Adjustments */
@media (max-width: 767px) { /* Mobile */
    .register-form-section {
        padding: 40px 0;
    }
    .register-form-title {
        font-size: 2.5rem;
    }
    .register-form-description {
        font-size: 1rem;
    }
}

/* ==================================== */
/* REGISTER PRICING SECTION (image_273a21.jpg) */
/* ==================================== */
.register-pricing-section {
    background-color: #fff;
    padding: 80px 0;
}
.register-pricing-tag {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.register-pricing-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0.5rem;
}
.register-pricing-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: bolder;
}

/* Header Tabel Harga */
.register-pricing-header {

    padding-bottom: 20px;
    margin-bottom: 20px;
}
.register-pricing-col-header {
    /* Padding untuk menyamakan dengan kolom fitur */
    padding-left: 15px;
    padding-right: 15px;
}
.register-pricing-plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}
.register-pricing-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 0.25rem;
}
.register-pricing-plan-tag {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
}

/* Tombol Gelap */
.register-pricing-btn-dark {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    width: 100%; /* Agar tombol di bawah kolom memiliki lebar yang sama */
    max-width: 150px; /* Batasi lebar tombol */
}
.register-pricing-btn-dark:hover {
    background-color: #333;
    color: #fff;
}

/* Daftar Fitur */
.register-pricing-group-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.register-pricing-features-list {
    margin-bottom: 20px;
}
.register-pricing-row {
    padding: 8px 0;

    align-items: center;
}
.register-pricing-feature-name {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
}
.register-pricing-feature-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}
.register-pricing-feature-value .fa-check {
    color: #000; /* Warna centang hitam */
}

/* Footer Tabel (Tempat Tombol Bawah) */
.register-pricing-footer {
    padding-top: 20px;
    border-top: 1px solid #000;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    /* Atur ulang lebar kolom agar kolom fitur lebih dominan di perangkat tablet */
    .register-pricing-header .col-md-4,
    .register-pricing-features-list .col-md-4 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .register-pricing-header .col-md-2,
    .register-pricing-features-list .col-md-2 {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
    }
    .register-pricing-header .col-md-3,
    .register-pricing-features-list .col-md-3 {
        -ms-flex: 0 0 18.5%;
        flex: 0 0 18.5%;
        max-width: 18.5%;
    }
}

@media (max-width: 767px) {
    /* Layout Stacked untuk Mobile */
    .register-pricing-title {
        font-size: 2rem;
    }
    .register-pricing-header {
        display: none; /* Sembunyikan header tabel pada mobile */
    }
    .register-pricing-footer {
        display: none; /* Sembunyikan footer tombol pada mobile */
    }

    .register-pricing-group-title {
        text-align: center;
        margin-top: 30px;
    }

    .register-pricing-row {
        flex-wrap: wrap;
        border: 1px solid #ccc;
        border-bottom: none;
        margin-bottom: 10px;
        padding: 15px;
        border-radius: 4px;
    }
    .register-pricing-feature-name {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .register-pricing-feature-value {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        font-size: 1rem;
    }
}

/* ==================================== */
/* REGISTER PROCESS SECTION (image_273246.png) */
/* ==================================== */
.register-process-section {
    background-color: #ffc107; /* Kuning cerah (Bootstrap warning/yellow) */
    color: #000;
    padding: 80px 0;
}
.register-process-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    max-width: 450px;
}
.register-process-instruction-text {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 2rem;
}

/* Kotak Langkah/Bantuan */
.register-process-step {

}
.register-process-icon {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.register-process-step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}
.register-process-step-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

/* Placeholder Gambar Besar */
.register-process-img-placeholder {
    background-color: #e9ecef; /* Abu-abu terang */
    min-height: 450px;
    max-height: 700px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-process-img-icon {
    font-size: 8rem;
    color: #adb5bd;
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .register-process-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .register-process-section {
        padding: 40px 0;
    }
    .register-process-title {
        font-size: 2rem;
        max-width: 100%;
    }
    .register-process-img-placeholder {
        min-height: 250px;
    }
    .register-process-img-icon {
        font-size: 5rem;
    }
}

.custom-footer {
    background-color: #fff; /* Warna latar belakang putih (sesuai gambar) */
    padding: 40px 0 20px 0;
    color: #000; /* Warna teks hitam */
}
.footer-logo {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: bold;
}
.footer-link {
    color: #000 !important;
    text-decoration: none;
    font-size: 16px;
    margin-right: 30px; /* Jarak antar link */
}
.social-icon {
    color: #000;
    font-size: 20px;
    margin-left: 20px; /* Jarak antar ikon */
    transition: color 0.3s;
}
.social-icon:hover {
    color: #007bff; /* Efek hover (biru) */
}
.policy-link {
    color: #000;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 700; /* Tebal untuk link kebijakan */
}
.policy-link:hover {
    text-decoration: underline;
}

.default-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #000000;
    background: #ffffff;
    letter-spacing: 3px;
    border: 2px solid #000000;
}

.default-btn:hover{
    color: #000000;
}

.access-callout {
    background-color: #92b0d3; /* Warna biru muda sesuai gambar */
    min-height: 100vh;
    /* Memanfaatkan utility classes B4 untuk layout (d-flex, align-items-center, justify-content-center) */
    position: relative;
    overflow: hidden;
    text-align: center;
}
.access-content {
    z-index: 10;
    position: relative;
    max-width: 1200px;
    padding: 20px;
    color: #ffffff;
}
.access-background-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20rem;
    color: rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.access-title {
    font-size: 3.5rem;
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 1.5rem;
}
.access-description {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-weight: bolder;
    line-height: 1.6;
}
.btn-custom-square {
    border-radius: 0;
    font-weight: 600;
    padding: 0.8rem 2.5rem;
    font-size: 1.1rem;
}
/* Styling tombol Mendaftar (Putih) */
.btn-mendaftar {
    background-color: #fff;
    color: #343a40;
    border: 1px solid #fff!important;
}
.btn-mendaftar:hover {
    background-color: #f0f0f0;
    color: #343a40;
    border: 1px solid #ffffff!important;
}
/* Styling tombol Masuk (Biru Muda) */
.btn-masuk {
    background-color: #92b0d3;
    color: #fff;
    border: 1px solid #ffffff!important; /* Border putih */
}
.btn-masuk:hover {
    background-color: #809bbd;
    color: #fff;
    border: 1px solid #809bbd;
}

/* Responsif untuk ukuran font */
@media (max-width: 768px) {
    .access-title {
        font-size: 2.5rem;
    }

    .access-description {
        font-size: 1rem;
    }

    .access-background-icon {
        font-size: 15rem;
    }
}
.discover-section {
    padding: 80px 0; /* Padding atas dan bawah */
    background-color: #fff; /* Latar belakang putih */
}
.discover-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.discover-title {
    font-size: 3.2rem; /* Ukuran font H1 */
    font-weight: 800; /* Extra bold */
    color: #000;
    line-height: 1.1;
    margin-bottom: 25px;
}
.discover-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 450px; /* Batasi lebar teks deskripsi */
}
.discover-category-title {
    font-size: 2rem; /* Ukuran font H2 untuk kategori */
    font-weight: 800; /* Extra bold */
    color: #000;
    margin-bottom: 10px;
}
.discover-category-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 30px;
}
.discover-btn {
    border-radius: 0; /* Tombol bersudut tajam */
    font-weight: 600;
    padding: 10px 30px;
    font-size: 1rem;
    border: 1px solid #000; /* Border hitam */
    color: #000;
}
.discover-btn:hover {
    background-color: #000;
    color: #fff;
}
.discover-img-placeholder {
    background-color: #e9ecef; /* Abu-abu terang */
    min-height: 550px; /* Tinggi placeholder gambar */
    display: flex;
    align-items: center;
    justify-content: center;
}
.discover-img-icon {
    font-size: 5rem;
    color: #adb5bd; /* Abu-abu sedang */
}

.vision-section {
    /* Menggunakan warna biru solid yang mirip dengan gambar */
    background-color: #3498db;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
}
.vision-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000; /* Teks putih untuk subtitle "Innovate" */
}
.vision-title {
    /* Menggunakan H1 dengan ukuran yang sangat besar dan font tebal */
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    color: #000; /* Warna teks hitam */
    margin-bottom: 2rem;
}
.vision-description {
    font-size: 1.2rem;
    font-weight: bolder;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
    /* Batasi lebar deskripsi agar sesuai dengan layout gambar */
    max-width: 500px;
}
.vision-btn-black {
    /* Tombol Hitam, Sudut Tajam, dan Ukuran Besar */
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* Responsif untuk ukuran font pada mobile */
@media (max-width: 767px) {
    .vision-section {
        text-align: center;
    }
    .vision-title {
        font-size: 2.5rem;
    }
    .vision-description {
        /* Pusatkan teks dan hapus batasan lebar di mobile */
        text-align: center;
        max-width: 100%;
    }
    .vision-btn-black {
        width: 100%; /* Tombol penuh di mobile */
    }
}

.about-discover-section {
    background-color: #f8f9fa; /* Latar belakang abu-abu terang */
    padding: 100px 0; /* Padding atas dan bawah */
}
.about-discover-title {
    font-size: 2.8rem; /* Ukuran font H1 */
    font-weight: 800; /* Extra-bold */
    line-height: 1.1;
    color: #000;
    margin-bottom: 25px;
}
.about-discover-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #333;
    max-width: 550px; /* Batasi lebar teks deskripsi */
    margin-bottom: 50px; /* Jarak sebelum kartu */
}
.about-discover-card-placeholder {
    background-color: #e9ecef; /* Abu-abu terang untuk placeholder gambar */
    height: 260px; /* Tinggi placeholder gambar */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about-discover-card-img-icon {
    font-size: 4rem;
    color: #adb5bd; /* Abu-abu sedang */
}
.about-discover-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px;
}
.about-discover-card-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}
.about-discover-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.about-discover-link:hover {
    color: #007bff; /* Warna biru standar Bootstrap saat hover */
}

/* Responsif */
@media (max-width: 767px) {
    .about-discover-section {
        padding: 60px 0;
    }
    .about-discover-title {
        font-size: 2rem;
    }
    .about-discover-description {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .about-discover-card-title {
        font-size: 1.2rem;
    }
}

.about-journey-section {
    /* Warna biru solid yang mirip dengan gambar */
    background-color: #3498db;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    color: #fff; /* Teks putih untuk kontras */
}
.about-journey-logo {
    font-size: 3rem;
    color: #000; /* Warna ikon hitam */
    margin-bottom: 1.5rem;
}
.about-journey-title {
    /* Ukuran font H1 yang besar */
    font-size: 3.5rem;
    font-weight: 800; /* Extra-bold */
    line-height: 1.1;
    color: #000; /* Warna teks hitam */
    margin-bottom: 1.5rem;
}
.about-journey-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 500px; /* Batasi lebar deskripsi */
}
.about-journey-btn-primary {
    /* Tombol outline biru/putih, sudut tajam */
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border: 2px solid #000000; /* Border putih */
    color: #000000;
    background-color: transparent;
}
.about-journey-btn-primary:hover {
    background-color: #fff;
    color: #3498db;
}
.about-journey-link {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}
.about-journey-link:hover {
    color: #f8f9fa; /* Sedikit lebih terang saat hover */
}
.about-journey-img-placeholder {
    /* Placeholder gambar besar di kanan */
    background-color: #ced4da; /* Abu-abu terang */
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-journey-img-icon {
    font-size: 5rem;
    color: #adb5bd; /* Abu-abu sedang */
}

/* ==================================== */
/* ABOUT MAP SECTION (image_b3fef6.png) */
/* ==================================== */
.about-map-section {
    background-color: #333; /* Warna latar belakang hitam/gelap */
    padding: 100px 0;
    color: #fff; /* Default text color */
}
.about-map-welcome {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ccc; /* Teks abu-abu terang */
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.about-map-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.5rem;
}
.about-map-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ccc;
    max-width: 450px;
    margin-bottom: 3rem;
}

/* Detail Group Styling */
.about-map-detail-group {
    /* Gunakan grid atau flexbox untuk menyelaraskan detail */
    display: grid;
    gap: 1.5rem;
}
.about-map-detail {
    /* Mengatur setiap baris detail */
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 0 !important; /* Override mb-3 B4 */
}
.about-map-detail i {
    color: #fff; /* Ikon putih */
    font-size: 1.5rem;
    float: left;
}
.about-map-detail-label {
    /* Label (Email, Phone, Office) */
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin-left: 1.7rem; /* Jarak dari ikon */
}
.about-map-detail-value {
    /* Nilai kontak */
    font-size: 1rem;
    color: #ccc; /* Nilai abu-abu terang */
    margin-left: 3rem;
    text-decoration: none; /* Hapus underline untuk link */
}
.about-map-detail-value:hover {
    color: #fff;
    text-decoration: none;
}
.about-map-detail-address {
    /* Untuk alamat, agar tidak dianggap link */
    color: #ccc;
}

/* Map Placeholder Styling */
.about-map-placeholder {
    background-color: #888; /* Abu-abu sedang untuk placeholder map */
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-map-placeholder-icon {
    font-size: 8rem;
    color: #fff; /* Ikon map pin putih */
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .about-map-section {
        padding: 60px 0;
    }
    .about-map-title {
        font-size: 2.5rem;
    }
    .about-map-placeholder {
        min-height: 300px;
    }
}

/* Responsif */
@media (max-width: 991px) { /* Untuk tablet dan mobile */
    .about-journey-img-placeholder {
        min-height: 350px;
        margin-top: 40px;
    }
}
@media (max-width: 767px) { /* Untuk mobile */
    .about-journey-section {
        text-align: center;
    }
    .about-journey-title {
        font-size: 2.5rem;
    }
    .about-journey-description {
        max-width: 100%;
        margin: 0 auto 2rem auto;
    }
    .d-flex-mobile-center {
        justify-content: center !important;
    }
}

/* ==================================== */
/* FAQ SECTION (image_b1b578.png) */
/* ==================================== */
.faq-section {
    background-color: #fff; /* Latar belakang putih */
    padding: 100px 0; /* Padding atas dan bawah */
}
.faq-title {
    /* Ukuran dan bobot font untuk judul utama */
    font-size: 3.5rem;
    font-weight: 800; /* Extra-bold */
    line-height: 1.1;
    color: #000;
    margin-bottom: 1.5rem;
}
.faq-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000; /* Warna hitam sesuai gambar */
    font-weight: 500; /* Sedikit tebal agar menonjol */
    margin-bottom: 1rem;
}

/* Placeholder Styling (opsional, untuk visualisasi) */
.faq-content-placeholder {
    min-height: 400px;
    background-color: #f8f9fa; /* Abu-abu terang untuk area FAQ */
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.2rem;
    padding: 20px;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .faq-section {
        padding: 60px 0;
    }
    .faq-title {
        font-size: 2.5rem;
    }
    .faq-description {
        font-size: 1rem;
    }
    .faq-content-placeholder {
        min-height: 250px;
    }
}

/* ==================================== */
/* FAQ SECTION (image_b1637c.png) */
/* ==================================== */
.faq-section {
    background-color: #fff; /* Latar belakang putih */
    padding: 100px 0;
}
.faq-title {
    /* Judul utama "FAQs" */
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0.5rem;
}
.faq-description {
    /* Deskripsi di bawah judul */
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin-bottom: 1rem;
}

/* Card/Accordion Styling */
.faq-card {
    border: none; /* Hilangkan border card bawaan B4 */
    border-bottom: 1px solid #ccc; /* Tambahkan garis pemisah di bawah setiap item */
    margin-bottom: 0; /* Pastikan tidak ada margin antar card */
}

.faq-card-header {
    background-color: #fff; /* Latar belakang header putih */
    padding: 0; /* Hilangkan padding header bawaan */
    border-bottom: none; /* Hilangkan border header bawaan */
}

.faq-question-btn {
    /* Gaya untuk tombol pertanyaan */
    color: #000;
    font-size: 1.4rem; /* Ukuran font pertanyaan */
    font-weight: 600;
    padding: 1.5rem 0; /* Padding vertikal besar */
    text-decoration: none;
    box-shadow: none !important; /* Hilangkan fokus/shadow */
    border: none!important;
}

.faq-answer-body {
    /* Gaya untuk jawaban (card-body) */
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    padding: 1rem 0 2rem 0; /* Padding atas dan bawah */
}

/* Ikon Panah (Chevron) */
.faq-arrow-icon {
    font-size: 0.8rem;
    transition: transform 0.3s;
    /* Panah akan berputar saat COLLAPSE menjadi SHOW */
}

/* Rotate icon when button is NOT collapsed (i.e., when expanded/open) */
.faq-question-btn:not(.collapsed) .faq-arrow-icon {
    transform: rotate(180deg);
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .faq-section {
        padding: 60px 0;
    }
    .faq-title {
        font-size: 2.5rem;
    }
    .faq-question-btn {
        font-size: 1.1rem;
        padding: 1rem 0;
    }
    .faq-answer-body {
        font-size: 0.9rem;
        padding: 0.5rem 0 1.5rem 0;
    }
}

/* ==================================== */
/* CONTACT INFO SECTION (image_b1543d.png) */
/* ==================================== */
.contact-info-section {
    background-color: #fff;
    padding: 100px 0;
}
.contact-info-item {
    padding: 20px;
}
.contact-info-icon {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 25px;
}
.contact-info-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
}
.contact-info-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
    /* Batasi lebar teks agar tidak terlalu panjang di desktop */
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.contact-info-value {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: block; /* Memastikan link/teks memiliki baris sendiri */
}
.contact-info-value:hover {
    color: #555; /* Sedikit gelap saat hover */
}
.contact-info-link-btn {
    /* Gaya untuk link 'Start new chat' agar terlihat seperti tombol minimalis */
    text-decoration: underline;
}
.contact-info-link-btn:hover {
    text-decoration: none;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .contact-info-section {
        padding: 60px 0;
    }
    .contact-info-title {
        font-size: 1.5rem;
    }
    .contact-info-description {
        font-size: 0.95rem;
        max-width: 100%;
    }
}

/* ==================================== */
/* BOOK DETAILS SECTION (image_b0e7d7.png) */
/* ==================================== */
.book-details-section {
    background-color: #fff;
    padding: 80px 0;
}
.book-details-breadcrumb a {
    color: #333;
    font-size: 0.9rem;
}
.book-details-breadcrumb .active {
    font-weight: 600;
    color: #000;
}
.book-details-main-img-placeholder {
    background-color: #e9ecef;
    min-height: 550px; /* Tinggi gambar utama */
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-details-thumb-img-placeholder {
    background-color: #e9ecef;
    min-height: 150px; /* Tinggi thumbnail */
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-details-img-icon {
    font-size: 8rem;
    color: #adb5bd;
}
.book-details-thumb-icon {
    font-size: 3rem;
    color: #adb5bd;
}

.book-details-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}
.book-details-reviews {
    font-size: 0.95rem;
    color: #555;
    margin-left: 0.5rem;
}
.book-details-short-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
}

.book-details-btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}
.book-details-btn-black:hover {
    background-color: #333;
    color: #fff;
}

/* Expansion/Details Styling */
.book-details-expansion-header {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}
.book-details-expansion-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Responsif Adjustments */
@media (max-width: 991px) { /* Tablet */
    .book-details-main-img-placeholder {
        min-height: 400px;
    }
}
@media (max-width: 767px) { /* Mobile */
    .book-details-section {
        padding: 40px 0;
    }
    .book-details-main-img-placeholder {
        min-height: 300px;
    }
    .book-details-title {
        font-size: 2rem;
    }
}

/* Responsif */
@media (max-width: 991px) { /* Untuk tablet dan mobile */
    .discover-img-placeholder {
        min-height: 350px; /* Tinggi lebih rendah di mobile */
        margin-top: 40px;
    }
}
@media (max-width: 767px) { /* Untuk mobile */
    .discover-title {
        font-size: 2.5rem;
    }
    .discover-category-title {
        font-size: 1.5rem;
    }
}

/* ==================================== */
/* ABOUT EXPLORE SECTION (image_b40373.png) */
/* ==================================== */
.about-explore-section {
    background-color: #fff; /* Latar belakang putih */
    padding: 100px 0; /* Padding atas dan bawah */
}
.about-explore-title {
    /* Ukuran dan bobot font untuk judul utama */
    font-size: 2.8rem;
    font-weight: 800; /* Extra-bold */
    line-height: 1.1;
    color: #000;
}
.about-explore-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    max-width: 500px; /* Batasi lebar teks deskripsi */
    margin-bottom: 0; /* Hilangkan margin bawah default Bootstrap P */
    margin-left: 20px; /* Jarak dari kolom judul */
}

/* Card Styling */
.about-explore-card {
    /* Bisa ditambahkan box-shadow jika diinginkan */
    padding-bottom: 10px;
}
.about-explore-card-placeholder {
    background-color: #e9ecef; /* Abu-abu terang untuk placeholder gambar */
    height: 260px; /* Tinggi placeholder gambar */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 4px; /* Sudut sedikit membulat, gaya B4 */
}
.about-explore-card-img-icon {
    font-size: 4rem;
    color: #adb5bd; /* Abu-abu sedang */
}
.about-explore-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px;
}
.about-explore-card-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 15px;
}
.about-explore-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 0.95rem;
}
.about-explore-link:hover {
    color: #007bff; /* Biru standar B4 saat hover */
}

/* Responsif Adjustments */
@media (max-width: 991px) { /* Tablet */
    .about-explore-description {
        margin-left: 0; /* Hilangkan margin di tablet */
    }
}
@media (max-width: 767px) { /* Mobile */
    .about-explore-section {
        padding: 60px 0;
        text-align: center;
    }
    .about-explore-title {
        font-size: 2rem;
    }
    .about-explore-card-title {
        font-size: 1.3rem;
    }
    .about-explore-card-placeholder {
        height: 180px;
    }
}

.hero-section {
    /* Mengisi seluruh layar */
    height: 100vh;
}

.book-section {
    background: #ffd700;
    padding: 80px 0;
}
.section-tag {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.section-title {
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 5px;
}
.section-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 40px;
}
.book-card {
    background-color: transparent;
    border: none;
    text-align: center;
    margin-bottom: 40px;
}
.card-img-placeholder-list {
    /* Area abu-abu untuk gambar buku */
    background-color: #ccc;
    height: 364px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 20px;
}
.book-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.book-category{
    font-size: .8em;
}

.btn-read{
    font-weight: bolder;
    border: 2px solid #000000;
}

.btn-read:hover {
    color: #ffffff;
    background: #000000;
}

.mb-6{
    margin-bottom: 100px;
}

.book-format {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.btn-baca {
    background-color: transparent;
    color: #000;
    border: 2px solid #000; /* Garis tepi hitam */
    padding: 10px 30px;
    font-weight: 700;
    width: 90%; /* Memberi sedikit margin di sisi kartu */
}
.btn-baca:hover {
    background-color: #000;
    color: #fff;
}

.search-section {
    /* Warna latar belakang biru muda, sesuai gambar */
    background-color: #55a2d6;
    height: 100vh; /* Mengisi seluruh layar */
}
.left-panel-search {
    /* Padding agar konten tidak terlalu menempel di tepi */
    padding: 100px 80px;
    color: #fff; /* Warna teks putih */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Pusatkan konten vertikal */
}
.right-panel-search {
    /* Warna latar belakang biru muda di sini juga, agar seamless */
    background-color: #55a2d6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.search-title {
    font-size: 2.8rem; /* Ukuran font besar */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.search-description {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}
.search-form .form-control {
    /* Gaya input field sesuai gambar */
    background-color: #55a2d6;
    border: 1px solid #000000;
    color: #000000; /* Teks input putih */
    padding: 22px 30px;
    border-radius: 0px;
    font-size: 1rem;
}
.search-form .form-control::placeholder {
    color: rgba(17, 17, 17, 0.7); /* Placeholder transparan putih */
}
.btn-cari {
    /* Tombol Cari Buku: Hitam Solid */
    background-color: #000;
    color: #fff;
    border-color: #000;
    padding: 9px 10px;
    font-weight: 700;
    border-radius: 4px;
}
.terms-text {
    font-size: 0.85rem;
    color: #000000;
    margin-top: 15px;
}
/* Style untuk placeholder gambar abu-abu */
.image-placeholder {
    background-color: #ccc;
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

/* Responsiveness: Pada layar kecil, ubah warna background panel kanan */
@media (max-width: 991.98px) {
    .search-section {
        height: auto;
        padding-bottom: 50px;
    }
    .left-panel {
        padding: 50px 30px;
    }
    .right-panel {
        /* Untuk membedakan panel kiri dan kanan pada mobile */
        background-color: #4c92c7;
        height: 300px; /* Tinggi tetap di mobile */
    }
}

.feedback-section {
    /* Warna latar belakang kuning muda (sesuai gambar) */
    background-color: #ffedb3;
    padding: 80px 0;
}
.section-title-review {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 10px;
}
.section-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 60px;
}
.testimonial-card {
    padding: 0 20px;
}
.rating-stars {
    color: #000; /* Warna hitam untuk bintang (sesuai desain) */
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.quote {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}
.reviewer-info {
    display: flex;
    align-items: center;
}
.reviewer-avatar {
    width: 50px;
    height: 50px;
    background-color: #ccc; /* Warna abu-abu untuk avatar */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.reviewer-details {
    font-weight: 700;
    line-height: 1.2;
    margin-right: 30px;
}
.reviewer-details span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: #495057;
}
.logo-divider {
    height: 40px;
    width: 1px;
    background-color: #000;
    margin-right: 15px;
}
.partner-logo {
    font-size: 1.1rem;
    font-weight: 900;
}

/* Menerapkan padding 60px hanya untuk desktop (min-width: 992px) */
@media (min-width: 992px) {
    .container-fluid-custom {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
.container-fluid-custom {
    padding-left: 15px;
    padding-right: 15px;
}
/* Menerapkan padding 60px hanya untuk desktop (min-width: 992px) */
@media (min-width: 992px) {
    .container-fluid-custom {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
.container-fluid-custom {
    padding-left: 15px;
    padding-right: 15px;
}

/* ==================================== */
/* HOME HERO SECTION (image_733b75.png) */
/* ==================================== */
.home-hero-section {
    padding: 120px 0;
    /* Pastikan padding cukup besar untuk tampilan hero */
    display: flex;
    align-items: center;
}

.container-custom-home{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Kolom Kiri - Latar Belakang Biru Muda */
.home-hero-blue-bg {
    background-color: #6daee2; /* Biru muda/cyan pucat */
    color: #000;
}
.home-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000; /* Teks judul hitam */
    margin-bottom: 1rem;
    max-width: 550px;
}
.home-hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 2rem;
    max-width: 500px;
}

/* Tombol Aksi */
.home-hero-btn-primary {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    transition: background-color 0.2s;
}
.home-hero-btn-primary:hover {
    background-color: #333;
    color: #fff;
}
.home-hero-btn-secondary {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 2rem;
    transition: background-color 0.2s, color 0.2s;
}
.home-hero-btn-secondary:hover {
    background-color: #000;
    color: #fff;
}

/* Kolom Kanan - Placeholder Gambar (Abu-abu Muda) */
.home-hero-img-placeholder {
    background-color: #e9ecef; /* Abu-abu terang */
    min-height: 400px;
    max-height: 900px;
    object-fit: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -48px;
    margin-top: -48px;
}
.home-hero-img-icon {
    font-size: 8rem;
    color: #adb5bd;
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .home-hero-section {
        padding: 80px 0;
    }
    .home-hero-title {
        font-size: 3rem;
        max-width: 100%;
    }
    .home-hero-img-placeholder {
        min-height: 350px;
    }
}
@media (max-width: 767px) {
    .home-hero-section {
        padding: 60px 0;
    }
    .home-hero-title {
        font-size: 2.5rem;
    }
    .home-hero-subtitle {
        max-width: 100%;
    }
    .home-hero-img-placeholder {
        min-height: 250px;
        margin-top: 30px;
    }
    .home-hero-img-icon {
        font-size: 5rem;
    }
}

/* ==================================== */
/* PRESS CART ITEM DETAIL (image_b434b6.jpg) */
/* ==================================== */
.press-cart-item-section {
    background-color: #fff;
    color: #000;
}

/* Breadcrumb */
.press-cart-item-breadcrumb {
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 0.5rem;
}

/* Judul dan Harga */
.press-cart-item-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0.5rem;
}
.press-cart-item-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}

/* Rating dan Review */
.press-cart-item-rating {
    font-size: 0.9rem;
    color: #555;
}
.press-cart-item-stars {
    color: #000; /* Bintang hitam sesuai gambar */
    font-size: 1rem;
    margin-right: 5px;
}
.press-cart-item-short-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    max-width: 450px;
}

/* Label */
.press-cart-item-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
}

/* Tombol Varian Toggle */
.press-cart-item-btn-variant {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 500;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    transition: background-color 0.2s, color 0.2s;
}
.press-cart-item-btn-variant.active {
    background-color: #000;
    color: #fff;
}
.press-cart-item-btn-variant:hover:not(.active) {
    background-color: #f8f9fa;
}

/* Input/Select */
.press-cart-item-select, .press-cart-item-input-qty {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 1rem;
    height: 48px;
}
.press-cart-item-input-qty {
    max-width: 100%;
    text-align: center;
}

/* Accordion/Detail Tambahan */
.press-cart-item-details-list {
    margin-top: 20px;
}
.press-cart-item-accordion-item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc; /* Garis pemisah tipis */
}
.press-cart-item-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    width: 100%;
}
.press-cart-item-accordion-header:hover {
    color: #000;
    text-decoration: none;
}
.press-cart-item-toggle-icon {
    font-size: 1rem;
    color: #333;
}
.press-cart-item-accordion-body {
    padding-top: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* ==================================== */
/* PRESS CART COMPLETE SECTION (image_b495f6.png) */
/* ==================================== */
.press-cart-complete-section {
    background-color: #000; /* Latar belakang hitam */
    color: #fff;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.press-cart-complete-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1rem;
    max-width: 500px;
}
.press-cart-complete-description {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 450px;
}

/* Tombol Aksi */
.press-cart-complete-btn-primary {
    background-color: #28a745; /* Hijau Bootstrap (Success) */
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    transition: background-color 0.2s;
}
.press-cart-complete-btn-primary:hover {
    background-color: #218838;
}
.press-cart-complete-btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 2rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.press-cart-complete-btn-secondary:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

/* Placeholder Gambar */
.press-cart-complete-img-placeholder {
    background-color: #e9ecef; /* Abu-abu terang */
    min-height: 350px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Agar terlihat seimbang, mungkin perlu disesuaikan margin/width */
    max-width: 450px; /* Batasi lebar agar tidak terlalu besar */
    margin-left: auto; /* Posisikan ke kanan di dalam kolomnya */
}
.press-cart-complete-img-icon {
    font-size: 5rem;
    color: #adb5bd;
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .press-cart-complete-title {
        font-size: 2.5rem;
    }
    .press-cart-complete-description {
        max-width: 100%;
    }
    .press-cart-complete-img-placeholder {
        min-height: 250px;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .press-cart-complete-section {
        padding: 60px 0;
    }
    .press-cart-complete-title {
        font-size: 2rem;
    }
    .press-cart-complete-btn-primary,
    .press-cart-complete-btn-secondary {
        width: 100%;
        margin-left: 0 !important; /* Untuk tombol kedua */
        margin-bottom: 10px;
    }
    .press-cart-complete-img-placeholder {
        margin-top: 30px;
    }
}

/* ==================================== */
/* PRESS CART SECTION ZEBRA STRIPING (Odd: Abu-abu, Even: Putih) */
/* ==================================== */

/* Menargetkan SECTION pada posisi GANJIL (1, 3, 5, ...) */
.press-cart-item-section:nth-of-type(odd) {
    /* Warna yang diminta untuk GANJIL: Abu-abu terang */
    background-color: #f8f9fa; /* Bootstrap Light Gray / Abu-abu terang */
}

/* Menargetkan SECTION pada posisi GENAP (2, 4, 6, ...) */
.press-cart-item-section:nth-of-type(even) {
    /* Warna yang diminta untuk GENAP: Putih */
    background-color: #ffffff; /* Putih */
}

/* Pastikan semua elemen internal menyesuaikan dengan background section */
.press-cart-item-accordion-item {
    /* Hapus background-color internal jika sebelumnya ada, agar transparan */
    background-color: transparent !important;
    /* Hilangkan border vertikal agar terlihat menyatu dengan background section */
    border-bottom: none !important;
    border-top: none !important;
}

.press-cart-item-accordion-header {
    background-color: transparent !important;
}

/* Tombol Hapus */
.press-cart-item-btn-remove {
    background-color: #dc3545; /* Merah sesuai gambar */
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    font-size: 0.9rem;
}
.press-cart-item-btn-remove:hover {
    background-color: #c82333;
    color: #fff;
}

/* Galeri Gambar */
.press-cart-item-main-img-placeholder {
    background-color: #e9ecef;
    min-height: 450px;
    width: 100%;
}
.press-cart-item-thumb-placeholder {
    background-color: #e9ecef;
    padding-bottom: 100%;
    width: 100%;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .press-cart-item-title {
        font-size: 2rem;
    }
    .press-cart-item-main-img-placeholder {
        min-height: 300px;
    }
}

/* ==================================== */
/* PRESS CART HEADER SECTION (image_b430b8.png) */
/* ==================================== */
.press-cart-header-section {
    background-color: #ffc400; /* Kuning terang/Emas (sesuai gambar) */
    color: #000;
    padding: 100px 0;
    /* Pastikan padding cukup besar */
    display: flex;
    align-items: center;
}
.press-cart-header-tag {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.25rem;
}
.press-cart-header-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000; /* Teks judul hitam */
    margin-bottom: 0;
}
.press-cart-header-description {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600; /* Teks tebal sesuai gambar */
    color: #000;
    max-width: 500px;
    /* Agar kolom kanan tidak mengambil lebar penuh jika teksnya pendek */
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .press-cart-header-title {
        font-size: 3rem;
    }
    .press-cart-header-description {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) {
    .press-cart-header-section {
        padding: 60px 0;
    }
    .press-cart-header-title {
        font-size: 2.5rem;
    }
}

/* ==================================== */
/* PRESS DETAIL BOOK SECTION (image_b4217d.jpg) */
/* ==================================== */
.press-detail-book-section {
    background-color: #fff;
    color: #000;
}

/* Galeri Gambar */
.press-detail-book-main-img-placeholder {
    background-color: #e9ecef;
    min-height: 450px;
    /* Gunakan rasio aspek jika perlu */
}
.press-detail-book-thumb-placeholder {
    background-color: #e9ecef;
    padding-bottom: 100%; /* Membuat kotak thumbnail menjadi persegi */
    width: 100%;
    /* Meniru garis tepi tipis jika diperlukan: border: 1px solid #ccc; */
}

/* Breadcrumb */
.press-detail-book-breadcrumb {
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 0.5rem;
}

/* Judul dan Deskripsi */
.press-detail-book-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0.5rem;
}
.press-detail-book-rating {
    font-size: 0.9rem;
    color: #555;
}
.press-detail-book-stars {
    color: #000; /* Bintang hitam sesuai gambar */
    font-size: 1rem;
    margin-right: 5px;
}
.press-detail-book-short-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    max-width: 450px;
}

/* Input/Select */
.press-detail-book-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
}
.press-detail-book-select, .press-detail-book-input-qty {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 1rem;
    height: 48px;
}
.press-detail-book-input-qty {
    max-width: 80px; /* Batasi lebar input kuantitas */
    text-align: center;
}

/* Tombol Aksi */
.press-detail-book-btn-action {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 0.85rem 1.5rem;
    font-size: 1.1rem;
}
.press-detail-book-btn-action:hover {
    background-color: #333;
    color: #fff;
}

/* Accordion/Detail Tambahan */
.press-detail-book-accordion-item {
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.press-detail-book-accordion-item:last-of-type {
    border-bottom: 1px solid #eee;
}
.press-detail-book-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    width: 100%;
}
.press-detail-book-accordion-header:hover {
    color: #000;
    text-decoration: none;
}
.press-detail-book-toggle-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.press-detail-book-accordion-header.collapsed .press-detail-book-toggle-icon {
    transform: rotate(0deg);
}
.press-detail-book-accordion-body {
    padding-top: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .press-detail-book-title {
        font-size: 2rem;
    }
    .press-detail-book-main-img-placeholder {
        min-height: 300px;
    }
}

/* ==================================== */
/* PRESS HOME ABOUT SECTION (image_b3b87a.png) */
/* ==================================== */
.press-home-about-section {
    background-color: #70B6E5; /* Biru muda/pucat (sesuai gambar) */
    color: #000;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.press-home-about-tagline {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.25rem;
}
.press-home-about-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 1.5rem;
    max-width: 500px;
}
.press-home-about-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2rem;
}

/* Fitur Box */
.press-home-about-icon {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.press-home-about-feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
}
.press-home-about-feature-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #333;
}

/* Tombol Aksi (Link) */
.press-home-about-btn-link {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    transition: background-color 0.2s, color 0.2s;
    text-decoration: none;
}
.press-home-about-btn-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.press-home-about-btn-link:last-of-type {
    /* Tombol kedua yang berwarna putih di gambar */
    background-color: #fff;
    border-color: #fff;
}
.press-home-about-btn-link:last-of-type:hover {
    background-color: #eee;
}

/* Placeholder Media */
.press-home-about-media-placeholder {
    background-color: #6c757d; /* Abu-abu gelap (sesuai gambar) */
    min-height: 550px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* Meniru proporsi di gambar */
}
.press-home-about-play-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #000;
    cursor: pointer;
    transition: transform 0.2s;
}
.press-home-about-play-icon:hover {
    transform: scale(1.05);
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .press-home-about-title {
        font-size: 2.5rem;
    }
    .press-home-about-media-placeholder {
        min-height: 350px;
    }
}
@media (max-width: 767px) {
    .press-home-about-section {
        padding: 60px 0;
    }
    .press-home-about-title {
        font-size: 2rem;
    }
    .press-home-about-btn-link {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    .press-home-about-media-placeholder {
        margin-top: 30px;
    }
}

/* ==================================== */
/* PRESS HOME TOP SECTION (image_b3ad55.png) */
/* ==================================== */
.press-home-top-section {
    background-color: #6c757d;
    color: #fff;
    padding: 120px 0;
    /* Pastikan padding cukup besar untuk tampilan hero */
    display: flex;
    align-items: center;
}
.press-home-top-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #fff; /* Teks judul putih */
    margin-bottom: 1.5rem;
    max-width: 800px;
}
.press-home-top-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 400px;
}

/* Tombol Aksi */
.press-home-top-btn-primary {
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    transition: background-color 0.2s;
}
.press-home-top-btn-primary:hover {
    background-color: #eee;
}

/* Placeholder Gambar */
.press-home-top-img-placeholder {
    background-color: rgba(255, 255, 255, 0.1); /* Placeholder abu-abu transparan/gelap */
    min-height: 250px;
    width: 100%;
    max-width: 350px; /* Batasi ukuran sesuai proporsi gambar */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto; /* Pusatkan/pindahkan ke kanan di kolomnya */
}
.press-home-top-img-icon {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.3); /* Ikon putih transparan */
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .press-home-top-section {
        padding: 80px 0;
    }
    .press-home-top-title {
        font-size: 3rem;
        max-width: 100%;
    }
    .press-home-top-img-placeholder {
        min-height: 200px;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .press-home-top-section {
        padding: 60px 0;
    }
    .press-home-top-title {
        font-size: 2.5rem;
    }
    .press-home-top-subtitle {
        max-width: 100%;
    }
    .press-home-top-img-placeholder {
        margin-top: 30px;
    }
}

/* ==================================== */
/* EVENT DETAIL/ARTICLE CONTENT (image_72cde0.jpg) */
/* ==================================== */
.event-detail-content-section {
    background-color: #fff;
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Sub-Heading */
.event-detail-subheading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    /* Memberi sedikit garis bawah/pemisah di bawah sub-heading */
    padding-bottom: 5px;
}
.event-detail-subheading:first-of-type {
    margin-top: 0;
}

/* Paragraf */
.event-detail-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.5rem;
}

/* Gambar di dalam Konten */
.event-detail-content-image-wrapper {
    /* Untuk mengatur margin di sekitar gambar */
}
.event-detail-content-placeholder {
    background-color: #e9ecef; /* Abu-abu terang */
    min-height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-detail-content-icon {
    font-size: 6rem;
    color: #adb5bd;
}
.event-detail-caption {
    font-size: 0.8rem;
    color: #555;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 3rem !important;
}

/* Teks Kutipan/Tebal */
.event-detail-quote-text {
    font-weight: 700;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #000;
    /* Tambahkan border kiri seperti pada gambar */
    border-left: 3px solid #000;
    padding-left: 15px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Responsif Adjustments */
@media (max-width: 767px) {
    .event-detail-subheading {
        font-size: 1.3rem;
    }
    .event-detail-content-placeholder {
        min-height: 250px;
    }
    .event-detail-content-icon {
        font-size: 4rem;
    }
    .event-detail-quote-text {
        font-size: 1rem;
    }
}

.left-panel {
    /* Warna latar belakang biru muda */
    background-color: #79bce9;
    color: #000; /* Warna teks hitam */

    display: flex;
    flex-direction: column;
    justify-content: center; /* Pusatkan konten vertikal */
}
.right-panel {
    /* Warna latar belakang abu-abu muda */
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-title {
    font-size: 3.5rem; /* Ukuran font besar */
    font-weight: 900; /* Extra bold */
    line-height: 1.2;
    margin-bottom: 20px;
}
.hero-description {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 400; /* Regular */
}
.btn-jelajah {
    background-color: #000; /* Tombol Jelajah: Hitam Solid */
    color: #fff;
    border-color: #000;
    padding: 10px 30px;
    margin-right: 10px;
    font-weight: 700;
}

.logo-section {
    padding: 80px 0;
    text-align: center;
    background: #000000;
}
.section-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 50px;
}
.logo-row {
    margin-bottom: 30px;
}
.logo-item {
    /* Membuat logo fleksibel dan memiliki jarak */
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px; /* Tinggi wadah logo */
}

/* Gaya spesifik untuk logo Webflow dan Relume (menggunakan teks sebagai placeholder) */
.logo-webflow, .logo-relume {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}
/* Memberikan sedikit variasi untuk membedakan logo di desain */
.logo-webflow {
    font-style: italic;
}

/* Menerapkan padding 60px hanya untuk desktop (min-width: 992px) */
@media (min-width: 992px) {
    .container-fluid-custom {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
.container-fluid-custom {
    padding-left: 15px;
    padding-right: 15px;
}

.btn{
    border-radius: 0;
    border:2px solid #000000;
}

.btn-gabung {
    background-color: transparent; /* Tombol Bergabung: Transparan/Outline */
    color: #000;
    border-color: #000;
    padding: 10px 30px;
    font-weight: 700;
}
/* Style untuk placeholder gambar abu-abu */
.image-placeholder {
    width: 80%;
    padding-top: 50%; /* Membuat proporsi yang baik */
    background-color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #111111;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.update-section {
    background-color: #3498DB;
    padding: 80px 0;
    color: #fff; /* Warna teks default putih */
}
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}
.section-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 40px;
}
.card-custom {
    background: transparent;
    color: #000;
    border-radius: 8px;
    border: none;
    overflow: hidden;
    height: 100%; /* Memastikan semua kartu tingginya sama */
}


.card-transparent{
    background: transparent;
    color:#ffffff;
}
.card-img-placeholder {
    background-color: #ccc;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.badge-transparent {
    color: #000000;
    opacity: 1;
    background: #020A060D;
    padding: .35em .6em;                  /* Match default padding */
}

/* For dark backgrounds, change color to white */
.dark-bg .badge-transparent {
    color: #fff;
    border: 1px solid #fff;
}
.card-meta {
    font-size: 0.9rem;
    color: #ffffff; /* Warna abu-abu untuk meta data */
    font-weight: 500;
    margin-bottom: 5px;
}
.card-title-custom {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}
.card-text-custom {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 20px;
}
.read-more-link {
    font-weight: 700;
    color: #000000 !important; /* Warna link hitam */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.read-more-link:hover {
    color: #ffffff;
    text-decoration: underline;
}
.read-more-link i {
    margin-left: 5px;
    font-size: 0.8rem;
}
.btn-more-info {
    /* Tombol bawah */
    background-color: #000;
    color: #fff;
    border-color: #000;
    padding: 10px 30px;
    font-weight: 500;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: 0 0;
	color: #999;
}

@media (min-width: 992px) {
    .container-fluid {
        /* Apply 60px padding on the left and right */
        padding-left: 80px !important;
        padding-right: 80px !important;

        /* Optional: Keep top/bottom padding normal if desired */
        /* padding-top: 15px; */
        /* padding-bottom: 15px; */
    }
}

/* ==================================== */
/* NEWS HOME BLOG SECTION (image_868e1b.png) */
/* ==================================== */
.news-home-blog-section {
    background-color: #fff;
    padding: 100px 0;
}
.news-home-blog-tag {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.news-home-blog-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0.5rem;
}
.news-home-blog-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 3rem;
}

/* Card Styling */
.news-home-blog-card {
    border: 1px solid #ccc; /* Border abu-abu tipis seperti gambar */
    border-radius: 0;
}
.news-home-blog-img-placeholder {
    /* Placeholder abu-abu terang untuk gambar */
    background-color: #e9ecef;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-home-blog-icon {
    font-size: 4rem;
    color: #adb5bd;
}

.news-home-blog-content {
    padding: 20px;
}
.news-home-blog-category {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.news-home-blog-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 10px;
}
.news-home-blog-item-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}

/* Footer Meta Data */
.news-home-blog-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px !important;
}
.news-home-blog-avatar {
    background-color: #e9ecef;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
.news-home-blog-meta {
    font-size: 0.85rem;
    color: #555;
}

/* Tombol "View all" */
.news-home-blog-btn-outline {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
}
.news-home-blog-btn-outline:hover {
    background-color: #000;
    color: #fff;
}

/* Responsif Adjustments */
@media (max-width: 767px) { /* Mobile */
    .news-home-blog-section {
        padding: 60px 0;
    }
    .news-home-blog-title {
        font-size: 2.5rem;
    }
    .news-home-blog-subtitle {
        font-size: 1rem;
    }
    .news-home-blog-img-placeholder {
        height: 200px;
    }
    .news-home-blog-item-title {
        font-size: 1.3rem;
    }
}

/* ==================================== */
/* NEWS LIST SECTION (image_8689bf.jpg) */
/* ==================================== */
.news-list-section {
    background-color: #fff;
    padding: 100px 0;
}
.news-list-tag {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.news-list-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 0.5rem;
}
.news-list-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 3rem;
}

/* Card Styling */
.news-list-card {
    border: 1px solid #ccc; /* Border abu-abu tipis seperti gambar */
    border-radius: 0;
    height: 100%; /* Pastikan semua kartu tingginya sama */
}
.news-list-img-placeholder {
    /* Placeholder abu-abu terang untuk gambar */
    background-color: #e9ecef;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-list-icon {
    font-size: 4rem;
    color: #adb5bd;
}

.news-list-content {
    padding: 20px;
}
.news-list-category {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.news-list-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 10px;
}
.news-list-item-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}

/* Footer Meta Data */
.news-list-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px !important;
}
.news-list-avatar {
    background-color: #e9ecef;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
.news-list-meta {
    font-size: 0.85rem;
    color: #555;
}

/* Tombol "View all" */
.news-list-btn-outline {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
}
.news-list-btn-outline:hover {
    background-color: #000;
    color: #fff;
}

/* Responsif Adjustments */
@media (max-width: 767px) { /* Mobile */
    .news-list-section {
        padding: 60px 0;
    }
    .news-list-title {
        font-size: 2.5rem;
    }
    .news-list-subtitle {
        font-size: 1rem;
    }
    .news-list-img-placeholder {
        height: 200px;
    }
    .news-list-item-title {
        font-size: 1.3rem;
    }
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* ==================================== */
/* MEMBER AREA SECTION (image_7427be.jpg) */
/* ==================================== */
.member-area-header-section {
    background-color: #fff;
    margin-bottom: 100px;
}
.member-area-welcome {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 0.25rem;
}
.member-area-title {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
}
.member-area-description {
    font-size: 1rem;
    max-width: 450px;
    color: #000000;
    font-weight: bolder;
}
.member-area-action-btns {
    /* Tombol untuk View dan Explore */
}
.member-area-btn-primary {
    background-color: #000;
    font-weight: bolder;
    color: #fff;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
    margin-right: 5px;
}
.member-area-btn-secondary {
    background-color: transparent;
    font-weight: bolder;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
}

/* --- Book Grid Section --- */
.member-area-book-grid-section {
    background-color: #fff;
}
.member-area-grid-tag {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
}
.member-area-grid-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.25rem;
}
.member-area-grid-subtitle {
    font-size: 1rem;
    color: #555;
}
.member-area-sort-select {
    border-radius: 0;
    border: 1px solid #000000;
    color: black;
    font-weight: bolder;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
    height: auto;
}

/* Book Card */
.member-area-book-card {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.member-area-book-img-placeholder {
    background-color: #e9ecef;
    min-height: 200px;
    width: 100%;
    /* Gunakan rasio aspek jika perlu */
}
.member-area-book-info {
    padding: 10px;
}
.member-area-book-title {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.25rem;
}
.member-area-book-price {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.75rem;
}
.member-area-member-only {
    font-weight: 700;
    color: #000;
}

/* Tombol Baca/Beli di Card */
.member-area-btn-buy, .member-area-btn-read {
    font-size: 0.8rem;
    font-weight: 600;
    width: 100%;
    border-radius: 0;
    padding: 0.5rem;
}
.member-area-btn-buy {
    background-color: #000;
    color: #fff;
}
.member-area-btn-read {
    background-color: #007bff; /* Biru Bootstrap default, ganti jika perlu */
    color: #fff;
}


/* --- CTA Section (Warna Biru) --- */
.member-area-cta-section {
    background-color: #3498db; /* Biru solid */
    color: #fff;
    padding: 60px 0;
}
.member-area-cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}
.member-area-cta-card {
    background-color: rgba(255, 255, 255, 0.1); /* Latar belakang transparan pada card */
    padding: 20px;
    border-radius: 4px;
    height: 100%;
}
.member-area-cta-img-placeholder {
    background-color: #e9ecef;
    min-height: 150px;
    width: 100%;
}
.member-area-cta-text {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}
.member-area-cta-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.member-area-cta-link:hover {
    color: #eee;
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .member-area-description {
        text-align: left;
        max-width: 100%;
    }
    .member-area-action-btns {
        text-align: left;
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .member-area-title {
        font-size: 2.5rem;
    }
    .member-area-sort-select {
        margin-top: 1rem;
    }
    .member-area-cta-title {
        font-size: 1.5rem;
    }
}

/* ==================================== */
/* LIBRARY ARRIVALS CTA (image_73b3dc.png) */
/* ==================================== */
.library-arrivals-section {
    background-color: #3498db; /* Biru solid */
    color: #fff;
    padding: 100px 0;
}
.library-arrivals-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #000; /* Teks judul utama hitam */
    margin-bottom: 2rem;
}

/* Card CTA */
.library-arrivals-card {
    background-color: transparent;
    padding: 0;
    text-align: center;
}
.library-arrivals-img-placeholder {
    /* Latar belakang abu-abu terang */
    background-color: #e9ecef;
    min-height: 250px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    /* Gunakan flex untuk menempatkan ikon placeholder di tengah jika diperlukan */
    display: flex;
    align-items: center;
    justify-content: center;
}

.library-arrivals-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000; /* Teks judul kartu hitam */
    margin-bottom: 0.75rem;
}
.library-arrivals-card-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #000; /* Teks deskripsi kartu hitam */
    margin-bottom: 1.5rem;
}
.library-arrivals-card-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: #000; /* Teks link hitam */
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}
.library-arrivals-card-link:hover {
    color: #333;
    text-decoration: none;
}

/* Responsif Adjustments */
@media (max-width: 991px) {
    .library-arrivals-title {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .library-arrivals-section {
        padding: 60px 0;
    }
    .library-arrivals-title {
        font-size: 1.8rem;
    }
    .library-arrivals-img-placeholder {
        min-height: 150px;
    }
    .library-arrivals-card {
        margin-bottom: 30px;
    }
}

/*---------------------
  Header
-----------------------*/

.header {
	background: #ffffff;
}

.header__top {
	background: #111111;
	padding: 10px 0;
}

.header__top__left p {
	color: #ffffff;
	margin-bottom: 0;
}

.header__top__right {
	text-align: right;
}

.header__top__links {
	display: inline-block;
	margin-right: 25px;
}

.header__top__links a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 28px;
	display: inline-block;
}

.header__top__links a:last-child {
	margin-right: 0;
}

.header__top__hover {
	display: inline-block;
	position: relative;
}

.header__top__hover:hover ul {
	top: 24px;
	opacity: 1;
	visibility: visible;
}

.header__top__hover span {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	cursor: pointer;
}

.header__top__hover span i {
	font-size: 20px;
	position: relative;
	top: 3px;
	right: 2px;
}

.header__top__hover ul {
	background: #ffffff;
	display: inline-block;
	padding: 2px 0;
	position: absolute;
	left: 0;
	top: 44px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__top__hover ul li {
	list-style: none;
	font-size: 13px;
	color: #111111;
	padding: 2px 15px;
	cursor: pointer;
}

.header__logo {
	padding: 18px 0;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	text-align: center;
	padding: 18px 0 18px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.header__menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__menu ul li:hover .dropdown {
	top: 32px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 18px;
	color: #111111;
	display: block;
	font-weight: 600;
	position: relative;
	padding: 3px 0;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;

	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__nav__option {
	text-align: right;
	padding: 30px 0;
}

.header__nav__option a {
	display: inline-block;
	margin-right: 26px;
	position: relative;
}

.header__nav__option a span {
	color: #0d0d0d;
	font-size: 11px;
	position: absolute;
	left: 5px;
	top: 8px;
}

.header__nav__option a:last-child {
	margin-right: 0;
}

.header__nav__option .price {
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	display: inline-block;
	margin-left: -20px;
	position: relative;
	top: 3px;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero__slider.owl-carousel .owl-item.active .hero__text h6 {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text p {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .primary-btn {
	top: 0;
	opacity: 1;
}

.hero__slider.owl-carousel .owl-nav button {
	font-size: 36px;
	color: #333333;
	position: absolute;
	left: 75px;
	top: 50%;
	margin-top: -18px;
	line-height: 29px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 75px;
}

.hero__items {
	height: 800px;
	padding-top: 230px;
}

.hero__text h6 {
	color: #e53637;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 28px;
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.hero__text h2 {
	color: #111111;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 30px;
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 0.6s;
	-o-transition: all, 0.6s;
	transition: all, 0.6s;
}

.hero__text p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 35px;
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 0.9s;
	-o-transition: all, 0.9s;
	transition: all, 0.9s;
}

.hero__text .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
	-webkit-transition: all, 1.1s;
	-o-transition: all, 1.1s;
	transition: all, 1.1s;
}

.hero__text .primary-btn span {
	font-size: 20px;
	position: relative;
	top: 4px;
	font-weight: 700;
}

.hero__social {
	margin-top: 190px;
}

.hero__social a {
	font-size: 16px;
	color: #3d3d3d;
	display: inline-block;
	margin-right: 32px;
}

.hero__social a:last-child {
	margin-right: 0;
}

/*---------------------
  Banner
-----------------------*/

.blog {
	padding-bottom: 55px;
}

.banner__item {
	position: relative;
	overflow: hidden;
}

.banner__item:hover .banner__item__text a:after {
	width: 40px;
	background: #e53637;
}

.banner__item.banner__item--middle {
	margin-top: -75px;
}

.banner__item.banner__item--middle .banner__item__pic {
	float: none;
}

.banner__item.banner__item--middle .banner__item__text {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
	padding-top: 22px;
}

.banner__item.banner__item--last {
	margin-top: 100px;
}

.banner__item__pic {
	float: right;
}

.banner__item__text {
	max-width: 300px;
	position: absolute;
	left: 0;
	top: 140px;
}

.banner__item__text h2 {
	color: #111111;
	font-weight: 700;
	line-height: 46px;
	margin-bottom: 10px;
}

.banner__item__text a {
	display: inline-block;
	color: #111111;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 3px 0;
	position: relative;
}

.banner__item__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #111111;
	content: "";
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

/*---------------------
  Categories
-----------------------*/

.categories {
	background: #f3f2ee;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 125px;
}

.categories__text {
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

.categories__text:before {
	position: absolute;
	left: -485px;
	top: 0;
	height: 300px;
	width: 600px;
	background: #ffffff;
	z-index: -1;
	content: "";
}

.categories__text h2 {
	color: #b7b7b7;
	line-height: 72px;
	font-size: 34px;
}

.categories__text h2 span {
	font-weight: 700;
	color: #111111;
}

.categories__hot__deal {
	position: relative;
	z-index: 5;
}

.categories__hot__deal img {
	min-width: 100%;
}

.hot__deal__sticker {
	height: 100px;
	width: 100px;
	background: #111111;
	border-radius: 50%;
	padding-top: 22px;
	text-align: center;
	position: absolute;
	right: 0;
	top: -36px;
}

.hot__deal__sticker span {
	display: block;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 4px;
}

.hot__deal__sticker h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}

.categories__deal__countdown span {
	color: #e53637;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.categories__deal__countdown h2 {
	color: #111111;
	font-weight: 700;
	line-height: 46px;
	margin-bottom: 25px;
}

.categories__deal__countdown .categories__deal__countdown__timer {
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: -30px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item {
	width: 25%;
	float: left;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item:after {
	position: absolute;
	right: 0;
	top: 7px;
	content: ":";
	font-size: 24px;
	font-weight: 700;
	color: #3d3d3d;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item:last-child:after {
	display: none;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item span {
	color: #111111;
	font-weight: 700;
	display: block;
	font-size: 36px;
}

.categories__deal__countdown .categories__deal__countdown__timer .cd-item p {
	margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/

.instagram {
	padding-bottom: 0;
}

.instagram__pic__item {
	width: 33.33%;
	float: left;
	height: 261px;
	background-position: center center;
}

.instagram__text {
	padding-top: 130px;
}

.instagram__text h2 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 30px;
}

.instagram__text p {
	margin-bottom: 65px;
}

.instagram__text h3 {
	color: #e53637;
	font-weight: 700;
}

/*---------------------
  Product
-----------------------*/

.product {
	padding-top: 0;
	padding-bottom: 60px;
}

.filter__controls {
	text-align: center;
	margin-bottom: 45px;
}

.filter__controls li {
	color: #b7b7b7;
	font-size: 24px;
	font-weight: 700;
	list-style: none;
	display: inline-block;
	margin-right: 88px;
	cursor: pointer;
}

.filter__controls li:last-child {
	margin-right: 0;
}

.filter__controls li.active {
	color: #111111;
}

.product__item {
	overflow: hidden;
	margin-bottom: 40px;
}

.product__item.sale .product__item__pic .label {
	color: #ffffff;
	background: #111111;
}

.product__item.sale .product__item__text .rating i {
	color: #f7941d;
}

.product__item.sale .product__item__text .rating i:nth-last-child(1) {
	color: #b7b7b7;
}

.product__item:hover .product__item__pic .product__hover {
	right: 20px;
	opacity: 1;
}

.product__item:hover .product__item__text a {
	top: 22px;
	opacity: 1;
	visibility: visible;
}

.product__item:hover .product__item__text h6 {
	opacity: 0;
}

.product__item:hover .product__item__text .product__color__select {
	opacity: 1;
}

.product__item__pic {
	height: 260px;
	position: relative;
	background-position: center center;
}

.product__item__pic .label {
	color: #111111;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 15px 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 20px;
}

.product__item__pic .product__hover {
	position: absolute;
	right: -200px;
	top: 20px;
	-webkit-transition: all, 0.8s;
	-o-transition: all, 0.8s;
	transition: all, 0.8s;
}

.product__item__pic .product__hover li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}

.product__item__pic .product__hover li:hover span {
	opacity: 1;
	visibility: visible;
}

.product__item__pic .product__hover li span {
	color: #ffffff;
	background: #111111;
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	position: absolute;
	left: -78px;
	top: 5px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__pic .product__hover li span:after {
	position: absolute;
	right: -2px;
	top: 5px;
	height: 15px;
	width: 15px;
	background: #111111;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}

.product__item__pic .product__hover li img {
	background: #ffffff;
	padding: 10px;
	display: inline-block;
}

.product__item__text {
	padding-top: 25px;
	position: relative;
}

.product__item__text a {
	font-size: 15px;
	color: #e53637;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__text h6 {
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__text .rating {
	margin-bottom: 6px;
}

.product__item__text .rating i {
	font-size: 14px;
	color: #b7b7b7;
	margin-right: -5px;
}

.product__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
}

.product__item__text .product__color__select {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__text .product__color__select label {
	display: inline-block;
	height: 12px;
	width: 12px;
	background: #5e64d1;
	border-radius: 50%;
	margin-bottom: 0;
	margin-right: 5px;
	position: relative;
	cursor: pointer;
}

.product__item__text .product__color__select label.black {
	background: #404a47;
}

.product__item__text .product__color__select label.grey {
	background: #d5a667;
}

.product__item__text .product__color__select label.active:after {
	opacity: 1;
}

.product__item__text .product__color__select label:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 18px;
	width: 18px;
	border: 1px solid #b9b9b9;
	content: "";
	border-radius: 50%;
	opacity: 0;
}

.product__item__text .product__color__select label input {
	position: absolute;
	visibility: hidden;
}

/*---------------------
  Shop
-----------------------*/

.shop__sidebar {
	padding-right: 20px;
}

.shop__sidebar__search {
	margin-bottom: 45px;
}

.shop__sidebar__search form {
	position: relative;
}

.shop__sidebar__search form input {
	width: 100%;
	font-size: 15px;
	color: #b7b7b7;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	height: 42px;
}

.shop__sidebar__search form input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.shop__sidebar__search form input::-moz-placeholder {
	color: #b7b7b7;
}

.shop__sidebar__search form input:-ms-input-placeholder {
	color: #b7b7b7;
}

.shop__sidebar__search form input::-ms-input-placeholder {
	color: #b7b7b7;
}

.shop__sidebar__search form input::placeholder {
	color: #b7b7b7;
}

.shop__sidebar__search form button {
	color: #b7b7b7;
	font-size: 15px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	padding: 0 15px;
	top: 0;
	height: 100%;
}

.shop__sidebar__accordion .card {
	border: none;
	border-radius: 0;
	margin-bottom: 25px;
}

.shop__sidebar__accordion .card:last-child {
	margin-bottom: 0;
}

.shop__sidebar__accordion .card:last-child .card-body {
	padding-bottom: 0;
	border-bottom: none;
}

.shop__sidebar__accordion .card-body {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.shop__sidebar__accordion .card-heading {
	cursor: pointer;
}

.shop__sidebar__accordion .card-heading a {
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.shop__sidebar__categories ul,
.shop__sidebar__price ul,
.shop__sidebar__brand ul {
	height: 225px;
}

.shop__sidebar__categories ul li,
.shop__sidebar__price ul li,
.shop__sidebar__brand ul li {
	list-style: none;
}

.shop__sidebar__categories ul li a,
.shop__sidebar__price ul li a,
.shop__sidebar__brand ul li a {
	color: #b7b7b7;
	font-size: 15px;
	line-height: 32px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.shop__sidebar__categories ul li a:hover,
.shop__sidebar__price ul li a:hover,
.shop__sidebar__brand ul li a:hover {
	color: #111111;
}

.shop__sidebar__brand ul {
	height: auto;
}

.shop__sidebar__price ul {
	height: auto;
}

.shop__sidebar__size {
	padding-top: 15px;
}

.shop__sidebar__size label {
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 6px 25px;
	margin-bottom: 10px;
	margin-right: 5px;
	cursor: pointer;
}

.shop__sidebar__size label.active {
	background: #111111;
	color: #ffffff;
	border-color: #111111;
}

.shop__sidebar__size label input {
	position: absolute;
	visibility: hidden;
}

.shop__sidebar__color {
	padding-top: 15px;
}

.shop__sidebar__color label {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
}

.shop__sidebar__color label.c-1 {
	background: #0b090c;
}

.shop__sidebar__color label.c-2 {
	background: #20315f;
}

.shop__sidebar__color label.c-3 {
	background: #f1af4d;
}

.shop__sidebar__color label.c-4 {
	background: #636068;
}

.shop__sidebar__color label.c-5 {
	background: #57594d;
}

.shop__sidebar__color label.c-6 {
	background: #e8bac4;
}

.shop__sidebar__color label.c-7 {
	background: #d6c1d7;
}

.shop__sidebar__color label.c-8 {
	background: #ed1c24;
}

.shop__sidebar__color label.c-9 {
	background: #ffffff;
}

.shop__sidebar__color label:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 36px;
	width: 36px;
	border: 1px solid #e5e5e5;
	content: "";
	border-radius: 50%;
}

.shop__sidebar__color label input {
	position: absolute;
	visibility: hidden;
}

.shop__sidebar__tags {
	padding-top: 15px;
}

.shop__sidebar__tags a {
	color: #404040;
	font-size: 13px;
	font-weight: 700;
	background: #f1f5f8;
	padding: 5px 18px;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 6px;
	margin-bottom: 10px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.shop__sidebar__tags a:hover {
	background: #111111;
	color: #ffffff;
}

.shop__sidebar__accordion .card-heading a:after,
.shop__sidebar__accordion .card-heading>a.active[aria-expanded=false]:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: 700;
	color: #111111;
	position: absolute;
	right: 0;
	top: 2px;
	line-height: 20px;
}

.shop__sidebar__accordion .card-heading.active a:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 24px;
	font-weight: 700;
	color: #111111;
	position: absolute;
	right: 0;
	top: 2px;
	line-height: 20px;
}

.shop__product__option {
	margin-bottom: 45px;
}

.shop__product__option p {
	color: #111111;
	margin-bottom: 0;
}

.shop__product__option__right {
	text-align: right;
}

.shop__product__option__right p {
	display: inline-block;
	margin-bottom: 0;
}

.shop__product__option__right .nice-select {
	float: none;
	display: inline-block;
	padding: 0;
	line-height: 26px;
	height: auto;
	border: none;
	padding-right: 28px;
}

.shop__product__option__right .nice-select:after {
	border-bottom: 1.5px solid #111111;
	border-right: 1.5px solid #111111;
	height: 8px;
	right: 12px;
	width: 8px;
}

.shop__product__option__right .nice-select span {
	color: #111111;
	font-size: 15px;
	font-weight: 700;
}

.shop__product__option__right .nice-select .list {
	border-radius: 0;
}

.product__pagination {
	padding-top: 25px;
	text-align: center;
}

.product__pagination a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	height: 30px;
	width: 30px;
	border: 1px solid transparent;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
}

.product__pagination a.active {
	border-color: #111111;
}

.product__pagination a:hover {
	border-color: #111111;
}

.product__pagination span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #111111;
	padding-left: 10px;
	padding-right: 15px;
}

/*---------------------
  Shop
-----------------------*/

.product__details__pic {
	text-align: center;
	background: #f3f2ee;
	padding: 40px 0 60px;
	margin-bottom: 100px;
}

.product__details__pic .nav-tabs {
	border-bottom: none;
	width: 105px;
}

.product__details__pic .nav-tabs .nav-item {
	margin-bottom: 10px;
}

.product__details__pic .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}

.product__details__pic .nav-tabs .nav-item .nav-link {
	padding: 0;
	display: block;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
	height: 120px;
	width: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic i {
	height: 56px;
	width: 56px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	line-height: 48px;
	display: inline-block;
	text-align: center;
}

.product__details__pic .nav-tabs .nav-item.show .nav-link,
.product__details__pic .nav-tabs .nav-link.active {
	background-color: transparent;
	border-color: transparent;
}

/* ==================================== */
/* BOOK DETAIL BENEFIT SECTION (image_b0dbfd.png) */
/* ==================================== */
.book-detail-benefit-section {
    background-color: #333; /* Latar belakang hitam gelap */
    padding: 100px 0;
    color: #fff;
}
.book-detail-benefit-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ccc; /* Teks abu-abu terang */
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.book-detail-benefit-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1.5rem;
}
.book-detail-benefit-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ccc;
    max-width: 600px;
    margin-bottom: 3rem;
}

/* Benefit Item Styling */
.book-detail-benefit-item {
    padding-right: 20px;
    text-align: left; /* Teks rata kiri */
}
.book-detail-benefit-icon {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 25px;
}
/* Ikon dari gambar terlihat seperti 'file-alt', 'link', 'gift' */
.book-detail-benefit-item .fa-file-alt {
    /* Style kustom agar ikon terlihat seperti yang di gambar (kotak dengan garis) */
    /* Ini hanya representasi, ikon Font Awesome yang paling mendekati digunakan */
}
.book-detail-benefit-item .fa-link {
    /* Style kustom agar ikon terlihat seperti yang di gambar (dua cincin) */
}
.book-detail-benefit-item .fa-gift {
    /* Style kustom agar ikon terlihat seperti yang di gambar (diskon/tawaran) */
}


.book-detail-benefit-item-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
}
.book-detail-benefit-item-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 0;
}

/* Tombol dan Link */
.book-detail-benefit-btn-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}
.book-detail-benefit-btn-outline:hover {
    background-color: #fff;
    color: #333;
}
.book-detail-benefit-link {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.book-detail-benefit-link:hover {
    color: #ccc;
}

/* ==================================== */
/* BOOK DETAIL EXPLORE SECTION (image_b0d13a.jpg) */
/* ==================================== */
.book-detail-explore-section {
    /* Warna latar belakang kuning muda sesuai gambar */
    background-color: #fff8e1;
    padding: 100px 0;
    color: #000;
}
.book-detail-explore-subtitle {
    font-size: 0.95rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.book-detail-explore-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    margin-bottom: 1.5rem;
}
.book-detail-explore-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    max-width: 500px;
    margin-bottom: 0;
}

/* Feature Item Styling */
.book-detail-explore-card {
    text-align: left;
}
.book-detail-explore-placeholder {
    /* Placeholder abu-abu terang untuk gambar */
    background-color: #e9ecef;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-detail-explore-icon {
    font-size: 4rem;
    color: #adb5bd;
}
.book-detail-explore-item-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin-bottom: 10px;
}
.book-detail-explore-item-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}

/* Tombol dan Link */
.book-detail-explore-btn-outline {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}
.book-detail-explore-btn-outline:hover {
    background-color: #000;
    color: #fff;
}
.book-detail-explore-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.book-detail-explore-link:hover {
    color: #333;
}

/* Responsif Adjustments */
@media (max-width: 991px) { /* Tablet */
    .book-detail-explore-description {
        margin-top: 20px;
    }
}
@media (max-width: 767px) { /* Mobile */
    .book-detail-explore-section {
        padding: 60px 0;
        text-align: center;
    }
    .book-detail-explore-title {
        font-size: 2.5rem;
    }
    .book-detail-explore-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .book-detail-explore-placeholder {
        height: 180px;
    }
    .book-detail-explore-card {
        text-align: center;
    }
    .d-flex {
        justify-content: center !important; /* Pusatkan tombol di mobile */
    }
}

/* ==================================== */
/* LOGIN PAGE SECTION (image_b07aa3.png) */
/* ==================================== */


/* Kolom Formulir (Kiri) */
.login-form-col {
    background-color: #fff;
    padding: 50px 20px;
}
.login-form-container {
    max-width: 80%; /* Lebar formulir yang terpusat */
    width: 100%;
    padding: 20px;
}
.login-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    text-align: center;
}
.login-subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
    text-align: center;
}

.login-label {
    /* Label di gambar berada di atas input, tapi kecil */
    font-size: 0.85rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.2rem;
}
.login-input {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 1.5rem 0.75rem; /* Padding tinggi */
}

/* Tombol Utama */
.login-main-btn {
    background-color: #3498db; /* Biru terang B4 */
    border: none;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    margin-top: 1.5rem;
}
.login-main-btn:hover {
    background-color: #2980b9;
}

/* Tombol Sosial */
.login-social-btn {
    background-color: #f8f8f8;
    color: #000;
    border: 1px solid #eee;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    text-align: left;
}
.login-social-btn i {
    width: 25px; /* Menjaga ikon sejajar */
}

/* Link Bantuan */
.login-link {
    color: #3498db;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}
.login-link-signup {
    color: #000;
}
.login-no-account {
    font-size: 0.95rem;
    color: #555;
}


/* Kolom Testimonial (Kanan) */
.login-testimonial-col {
    background-color: #92b0d3; /* Biru muda pucat */
    padding: 50px 20px;
}
.login-testimonial-content {
    max-width: 450px;
    color: #000;
    padding: 20px;
}
.login-testimonial-text {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
}

/* Footer Testimonial */
.login-testimonial-avatar {
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
.login-testimonial-name {
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
.login-testimonial-position {
    font-size: 0.9rem;
    color: #555;
}
.login-testimonial-logo {
    /* Placeholder untuk logo Webflow */
    width: 80px;
    opacity: 0.7;
}

/* Navigasi */
.login-nav-arrow {
    color: #000;
    cursor: pointer;
}
.login-nav-dot {
    font-size: 0.4rem;
    color: #ccc;
}
.login-nav-dot.active {
    color: #000;
}

/* Responsif: Testimonial disembunyikan di bawah lg */
@media (max-width: 991px) {
    .login-form-col {
        min-height: 100vh;
    }
}

/* ==================================== */
/* NEWS HOME SECTION (image_869cbb.png) */
/* ==================================== */
.news-home-section {
    /* Gunakan flexbox untuk menyusun dua bagian vertikal */
    display: flex;
    flex-direction: column;
}

/* Bagian Gambar (Atas) */
.news-home-img-container {
    flex-grow: 1; /* Biarkan mengambil sisa ruang */
    background-color: #e0e0e0; /* Latar belakang abu-abu terang */
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-home-img-placeholder {
    width: 100%;
    max-width: 600px; /* Batasi lebar ikon gambar */
    padding: 100px 0; /* Memberi ruang di sekitar ikon */
}
.news-home-img-icon {
    font-size: 8rem;
    color: #bdbdbd; /* Ikon abu-abu sedang */
}

/* Bagian CTA (Bawah) */
.news-home-cta-container {
    background-color: #64b5f6; /* Warna biru muda cerah */
    padding: 80px 0;
    color: #000;
}
.news-home-title {
    font-size: 3.5rem;
    font-weight: 800; /* Extra-bold */
    line-height: 1.1;
    color: #000;
    margin-bottom: 0;
}
.news-home-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    max-width: 450px;
    margin-bottom: 2rem;
}

/* Tombol */
.news-home-btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: 1px solid #000;
}
.news-home-btn-black:hover {
    background-color: #333;
    color: #fff;
}
.news-home-btn-outline {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}
.news-home-btn-outline:hover {
    background-color: #000;
    color: #fff;
}

/* Responsif Adjustments */
@media (max-width: 991px) { /* Tablet */
    .news-home-cta-container {
        padding: 60px 0;
    }
    .news-home-title {
        font-size: 3rem;
    }
}
@media (max-width: 767px) { /* Mobile */
    .news-home-img-icon {
        font-size: 5rem;
    }
    .news-home-title {
        font-size: 2.5rem;
        text-align: center;
    }
    .news-home-description {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .news-home-btn-group {
        justify-content: center !important;
    }
}

/* Responsif Adjustments */
@media (max-width: 991px) { /* Tablet */
    .book-detail-benefit-item {
        text-align: center;
        padding: 0 10px;
    }
    .book-detail-benefit-icon {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) { /* Mobile */
    .book-detail-benefit-section {
        padding: 60px 0;
        text-align: center;
    }
    .book-detail-benefit-title {
        font-size: 2.5rem;
    }
    .book-detail-benefit-description {
        max-width: 100%;
    }
    .book-detail-benefit-item {
        text-align: center;
        padding: 0;
    }
    .d-flex {
        justify-content: center !important; /* Pusatkan tombol di mobile */
    }
}

.product__details__breadcrumb {
	margin-bottom: 30px;
}

.product__details__breadcrumb a {
	font-size: 15px;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.product__details__breadcrumb a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}

.product__details__breadcrumb span {
	font-size: 15px;
	color: #b7b7b7;
	display: inline-block;
}

.product__details__pic__item {
	position: relative;
}

.product__details__pic__item a {
	height: 56px;
	width: 56px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -28px;
	margin-left: -28px;
}

.product__details__text {
	text-align: center;
}

.product__details__text h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 10px;
}

.product__details__text .rating {
	margin-bottom: 20px;
}

.product__details__text .rating i {
	font-size: 15px;
	color: #f7941d;
	display: inline-block;
	margin-right: -5px;
}

.product__details__text .rating span {
	display: inline-block;
	color: #3d3d3d;
	margin-left: 5px;
}

.product__details__text h3 {
	color: #0d0d0d;
	font-weight: 700;
	margin-bottom: 16px;
}

.product__details__text h3 span {
	color: #b7b7b7;
	font-size: 20px;
	font-weight: 400;
	margin-left: 10px;
	text-decoration: line-through;
}

.product__details__text p {
	margin-bottom: 35px;
}

.product__details__option {
	margin-bottom: 30px;
}

.product__details__option__size {
	display: inline-block;
	margin-right: 50px;
}

.product__details__option__size span {
	color: #111111;
	display: inline-block;
	margin-right: 10px;
}

.product__details__option__size label {
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 6px 15px;
	margin-bottom: 0;
	margin-right: 5px;
	cursor: pointer;
}

.product__details__option__size label.active {
	background: #111111;
	color: #ffffff;
	border-color: #111111;
}

.product__details__option__size label input {
	position: absolute;
	visibility: hidden;
}

.product__details__option__color {
	display: inline-block;
	position: relative;
	top: 10px;
}

.product__details__option__color span {
	color: #111111;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -9px;
}

.product__details__option__color label {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	position: relative;
	margin-right: 10px;
	margin-bottom: 0;
	display: inline-block;
	cursor: pointer;
}

.product__details__option__color label.c-1 {
	background: #0b090c;
}

.product__details__option__color label.c-2 {
	background: #20315f;
}

.product__details__option__color label.c-3 {
	background: #f1af4d;
}

.product__details__option__color label.c-4 {
	background: #ed1c24;
}

.product__details__option__color label.c-9 {
	background: #ffffff;
}

.product__details__option__color label:after {
	position: absolute;
	left: -3px;
	top: -3px;
	height: 36px;
	width: 36px;
	border: 1px solid #e5e5e5;
	content: "";
	border-radius: 50%;
}

.product__details__option__color label input {
	position: absolute;
	visibility: hidden;
}

.product__details__cart__option {
	margin-bottom: 25px;
}

.product__details__cart__option .quantity {
	display: inline-block;
	margin-right: 20px;
}

.product__details__cart__option .quantity .pro-qty {
	width: 100px;
	height: 40px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.product__details__cart__option .quantity .pro-qty input {
	color: #0d0d0d;
	font-size: 15px;
	font-weight: 700;
	width: 70px;
	height: 100%;
	text-align: center;
	border: none;
}

.product__details__cart__option .quantity .pro-qty .qtybtn {
	font-size: 18px;
	color: #0d0d0d;
	position: absolute;
	right: 15px;
	top: 3px;
	height: 10px;
	width: 10px;
	cursor: pointer;
	font-weight: 600;
}

.product__details__cart__option .quantity .pro-qty .qtybtn.inc {
	top: 16px;
}

.product__details__btns__option {
	margin-bottom: 40px;
}

.product__details__btns__option a {
	display: inline-block;
	font-size: 13px;
	color: #3d3d3d;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 20px;
}

.product__details__btns__option a:last-child {
	margin-right: 0;
}

.product__details__last__option h5 {
	color: #111111;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 26px;
}

.product__details__last__option h5 span {
	background: #ffffff;
	padding: 0 30px;
}

.product__details__last__option h5:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	height: 1px;
	width: 460px;
	background: #e5e5e5;
	content: "";
	z-index: -1;
	margin: 0 auto;
}

.product__details__last__option ul {
	padding-top: 40px;
}

.product__details__last__option ul li {
	list-style: none;
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	line-height: 30px;
}

.product__details__last__option ul li span {
	font-weight: 400;
	color: #b7b7b7;
}

.product__details__tab {
	padding-top: 60px;
}

.product__details__tab .nav-tabs {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product__details__tab .nav-tabs .nav-item {
	margin-right: 50px;
}

.product__details__tab .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

.product__details__tab .nav-tabs .nav-item .nav-link {
	font-size: 20px;
	color: #b7b7b7;
	padding: 0;
	border: none;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}

.product__details__tab .nav-tabs .nav-item .nav-link.active {
	border-bottom: 2px solid #e53637;
}

.product__details__tab__content {
	padding-top: 35px;
}

.note {
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 25px;
}

.product__details__tab__content__item {
	margin-bottom: 30px;
}

.product__details__tab__content__item:last-child {
	margin-bottom: 0;
}

.product__details__tab__content__item h5 {
	color: #111111;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}

.product__details__tab__content__item p {
	margin-bottom: 0;
}

/*---------------------
  Related
-----------------------*/

.related {
	padding-bottom: 55px;
}

.related-title {
	color: #111111;
	font-weight: 700;
	margin-bottom: 45px;
	text-align: center;
}

/*---------------------
  Footer
-----------------------*/

.footer {
    background-color: #fff; /* Warna latar belakang putih (sesuai gambar) */
    padding: 40px 0 20px 0;
    color: #000; /* Warna teks hitam */
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about .footer__logo {
	margin-bottom: 30px;
}

.footer__about .footer__logo a {
	display: inline-block;
}

.footer__about p {
	color: #b7b7b7;
	margin-bottom: 30px;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.footer__widget ul li {
	line-height: 36px;
	list-style: none;
}

.footer__widget ul li a {
	color: #b7b7b7;
	font-size: 15px;
}

.footer__widget .footer__newslatter p {
	color: #b7b7b7;
}

.footer__widget .footer__newslatter form {
	position: relative;
}

.footer__widget .footer__newslatter form input {
	width: 100%;
	font-size: 15px;
	color: #3d3d3d;
	background: transparent;
	border: none;
	padding: 15px 0;
	border-bottom: 2px solid #ffffff;
}

.footer__widget .footer__newslatter form input::-webkit-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-moz-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input:-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::-ms-input-placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form input::placeholder {
	color: #3d3d3d;
}

.footer__widget .footer__newslatter form button {
	color: #b7b7b7;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	background: transparent;
	border: none;
}

.footer__copyright__text {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	margin-top: 40px;
}

.footer__copyright__text p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #e53637;
}

.footer__copyright__text p a {
	color: #e53637;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	background: #f3f2ee;
	padding: 40px 0;
}

.breadcrumb__text h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 8px;
}

.breadcrumb__links a {
	font-size: 15px;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}



.breadcrumb__links span {
	font-size: 15px;
	color: #b7b7b7;
	display: inline-block;
}

/*---------------------
  Breadcrumb Blog
-----------------------*/

.breadcrumb-blog {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 350px;
}

.breadcrumb-blog h2 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
}

/*---------------------
  About
-----------------------*/

.about {
	padding-bottom: 70px;
}

.about__pic {
	margin-bottom: 35px;
}

.about__pic img {
	min-width: 100%;
}

.about__item {
	margin-bottom: 30px;
}

.about__item h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 10px;
}

.about__item p {
	margin-bottom: 0;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial {
	background: #f3f2ee;
}

.testimonial__text {
	text-align: center;
	padding: 130px 150px 175px;
}

.testimonial__text span {
	color: #e53637;
	font-size: 72px;
}

.testimonial__text p {
	color: #111111;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	padding-top: 12px;
	margin-bottom: 25px;
}

.testimonial__author {
	display: inline-block;
}

.testimonial__author__pic {
	float: left;
	margin-right: 20px;
}

.testimonial__author__pic img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.testimonial__author__text {
	overflow: hidden;
	padding-top: 3px;
}

.testimonial__author__text h5 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 5px;
}

.testimonial__author__text p {
	color: #b7b7b7;
	margin-bottom: 0 !important;
	padding-top: 0;
}

.testimonial__pic {
	height: 600px;
}

/*---------------------
  Counter
-----------------------*/

.counter {
	padding-bottom: 0;
}

.counter .container {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 70px;
}

.counter__item {
	margin-bottom: 30px;
	overflow: hidden;
}

.counter__item .counter__item__number {
	float: left;
	margin-right: 15px;
}

.counter__item .counter__item__number h2 {
	color: #111111;
	font-weight: 700;
	font-size: 60px;
	line-height: 50px;
	display: inline-block;
}

.counter__item .counter__item__number strong {
	color: #111111;
	font-weight: 700;
	font-size: 60px;
	line-height: 50px;
	display: inline-block;
}

.counter__item span {
	display: block;
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	overflow: hidden;
}

/*---------------------
  Testimonial
-----------------------*/

.team {
	padding-bottom: 70px;
}

.team__item {
	margin-bottom: 30px;
}

.team__item img {
	min-width: 100%;
	margin-bottom: 25px;
}

.team__item h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 8px;
}

.team__item span {
	font-size: 15px;
	display: block;
	color: #b7b7b7;
}

/*---------------------
  Clients
-----------------------*/

.clients {
	padding-top: 0;
	padding-bottom: 25px;
}

.client__item {
	display: block;
	margin-bottom: 75px;
	text-align: center;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping__cart__table {
	margin-bottom: 30px;
}

.shopping__cart__table table {
	width: 100%;
}

.shopping__cart__table table thead {
	border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table thead tr th {
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}

.shopping__cart__table table tbody tr {
	border-bottom: 1px solid #f2f2f2;
}

.shopping__cart__table table tbody tr td {
	padding-bottom: 30px;
	padding-top: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item {
	width: 400px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
	float: left;
	margin-right: 30px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text {
	overflow: hidden;
	padding-top: 21px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h6 {
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
}

.shopping__cart__table table tbody tr td.quantity__item {
	width: 175px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 {
	width: 80px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 input {
	width: 50px;
	border: none;
	text-align: center;
	color: #111111;
	font-size: 16px;
}

.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty-2 .qtybtn {
	font-size: 16px;
	color: #888888;
	width: 10px;
	cursor: pointer;
}

.shopping__cart__table table tbody tr td.cart__price {
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	width: 140px;
}

.shopping__cart__table table tbody tr td.cart__close i {
	font-size: 18px;
	color: #111111;
	height: 40px;
	width: 40px;
	background: #f3f2ee;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}

.continue__btn.update__btn {
	text-align: right;
}

.continue__btn.update__btn a {
	color: #ffffff;
	background: #111111;
	border-color: #111111;
}

.continue__btn.update__btn a i {
	margin-right: 5px;
}

.continue__btn a {
	color: #111111;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	padding: 14px 35px;
	display: inline-block;
}

.cart__discount {
	margin-bottom: 60px;
}

.cart__discount h6 {
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.cart__discount form {
	position: relative;
}

.cart__discount form input {
	font-size: 14px;
	color: #b7b7b7;
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
}

.cart__discount form input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.cart__discount form input::-moz-placeholder {
	color: #b7b7b7;
}

.cart__discount form input:-ms-input-placeholder {
	color: #b7b7b7;
}

.cart__discount form input::-ms-input-placeholder {
	color: #b7b7b7;
}

.cart__discount form input::placeholder {
	color: #b7b7b7;
}

.cart__discount form button {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #111111;
	padding: 0 30px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.cart__total {
	background: #f3f2ee;
	padding: 35px 40px 40px;
}

.cart__total h6 {
	color: #111111;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.cart__total ul {
	margin-bottom: 25px;
}

.cart__total ul li {
	list-style: none;
	font-size: 16px;
	color: #444444;
	line-height: 40px;
	overflow: hidden;
}

.cart__total ul li span {
	font-weight: 700;
	color: #e53637;
	float: right;
}

.cart__total .primary-btn {
	display: block;
	padding: 12px 10px;
	text-align: center;
	letter-spacing: 2px;
}

/*---------------------
  Checkout
-----------------------*/

.coupon__code {
	color: #0d0d0d;
	font-size: 14px;
	border-top: 2px solid #77b527;
	background: #f5f5f5;
	padding: 23px 30px 18px;
	margin-bottom: 50px;
}

.coupon__code span {
	margin-right: 15px;
}

.coupon__code a {
	color: #0d0d0d;
}

.checkout__title {
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.checkout__input {
	margin-bottom: 6px;
}

.checkout__input p {
	color: #111111;
	margin-bottom: 12px;
}

.checkout__input p span {
	color: #e53637;
}

.checkout__input input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #b7b7b7;
	padding-left: 20px;
	margin-bottom: 20px;
}

.checkout__input input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.checkout__input input::-moz-placeholder {
	color: #b7b7b7;
}

.checkout__input input:-ms-input-placeholder {
	color: #b7b7b7;
}

.checkout__input input::-ms-input-placeholder {
	color: #b7b7b7;
}

.checkout__input input::placeholder {
	color: #b7b7b7;
}

.checkout__input__checkbox label {
	font-size: 15px;
	color: #0d0d0d;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 16px;
	display: block;
}

.checkout__input__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
	border-color: #e53637;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
	opacity: 1;
}

.checkout__input__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 14px;
	width: 14px;
	border: 1.5px solid #d7d7d7;
	content: "";
	border-radius: 2px;
}

.checkout__input__checkbox label .checkmark:after {
	position: absolute;
	left: 1px;
	top: -3px;
	width: 14px;
	height: 7px;
	border: solid #e53637;
	border-width: 1.5px 1.5px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	content: "";
	opacity: 0;
}

.checkout__input__checkbox p {
	color: #0d0d0d;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 22px;
}

.checkout__order {
	background: #f3f2ee;
	padding: 30px;
}

.checkout__order .order__title {
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.checkout__order p {
	color: #444444;
	font-size: 16px;
	line-height: 28px;
}

.checkout__order .site-btn {
	width: 100%;
	margin-top: 8px;
}

.checkout__order__products {
	font-size: 16px;
	color: #111111;
	overflow: hidden;
	margin-bottom: 18px;
}

.checkout__order__products span {
	float: right;
}

.checkout__total__products {
	margin-bottom: 20px;
}

.checkout__total__products li {
	font-size: 16px;
	color: #444444;
	list-style: none;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 15px;
}

.checkout__total__products li:last-child {
	margin-bottom: 0;
}

.checkout__total__products li span {
	color: #111111;
	float: right;
}

.checkout__total__all {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 15px 0;
	margin-bottom: 26px;
}

.checkout__total__all li {
	list-style: none;
	font-size: 16px;
	color: #111111;
	line-height: 40px;
	overflow: hidden;
}

.checkout__total__all li span {
	color: #e53637;
	font-weight: 700;
	float: right;
}

/*---------------------
    Blog
-----------------------*/

.blog {
	padding-bottom: 55px;
}

.latest {
	padding-bottom: 55px;
}

.blog__item {
	margin-bottom: 45px;
}

.blog__item:hover a::after {
	width: 40px;
	background: #e53637;
}

.blog__item:hover .blog__item__text {
	-webkit-box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
	box-shadow: 0px 15px 60px rgba(67, 69, 70, 0.05);
}

.blog__item__pic {
	height: 270px;
}

.blog__item__text {
	padding: 30px 30px 25px;
	margin: 0 30px;
	margin-top: -35px;
	background: #ffffff;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__item__text span {
	color: #3d3d3d;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.blog__item__text span img {
	margin-right: 6px;
}

.blog__item__text h5 {
	color: #0d0d0d;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}

.blog__item__text a {
	display: inline-block;
	color: #111111;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 3px 0;
	position: relative;
}

.blog__item__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #111111;
	content: "";
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar__item {
	text-align: center;
	margin-bottom: 65px;
}

.blog__sidebar__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__item form input {
	height: 50px;
	font-size: 15px;
	color: #444444;
	padding-left: 20px;
	border: 1px solid #e1e1e1;
	width: 100%;
	margin-bottom: 20px;
}

.blog__sidebar__item form input::-webkit-input-placeholder {
	color: #444444;
}

.blog__sidebar__item form input::-moz-placeholder {
	color: #444444;
}

.blog__sidebar__item form input:-ms-input-placeholder {
	color: #444444;
}

.blog__sidebar__item form input::-ms-input-placeholder {
	color: #444444;
}

.blog__sidebar__item form input::placeholder {
	color: #444444;
}

.blog__sidebar__title {
	text-align: center;
	margin-bottom: 35px;
}

.blog__sidebar__title h4 {
	color: #111111;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}

.blog__sidebar__title h4::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	width: 70px;
	background: #e1e1e1;
	content: "";
	margin: 0 auto;
}

.blog__sidebar__social a {
	display: inline-block;
	font-size: 18px;
	color: #111111;
	width: 50px;
	height: 50px;
	background: #f2f2f2;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	margin-right: 6px;
}

.blog__sidebar__social a:last-child {
	margin-right: 6px;
}

.recent__item {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: left;
}

.recent__item__pic {
	float: left;
	margin-right: 25px;
}

.recent__item__text {
	overflow: hidden;
}

.recent__item__text h6 {
	color: #111111;
	line-height: 21px;
	font-weight: 700;
}

.recent__item__text span {
	font-size: 13px;
	color: #888888;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
	background: #f3f2ee;
	padding-top: 125px;
	padding-bottom: 190px;
}

.blog__hero__text h2 {
	color: #111111;
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 18px;
}

.blog__hero__text ul li {
	list-style: none;
	font-size: 15px;
	color: #3d3d3d;
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

.blog__hero__text ul li:after {
	position: absolute;
	right: -25px;
	top: 0;
	content: "|";
}

.blog__hero__text ul li:last-child {
	margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
	margin-top: -115px;
	padding-top: 0;
}

.blog__details__content {
	position: relative;
}

.blog__details__pic {
	margin-bottom: 60px;
}

.blog__details__pic img {
	min-width: 100%;
	border-radius: 5px;
}

.blog__details__share {
	text-align: center;
	position: absolute;
	left: -120px;
	top: 0;
}

.blog__details__share span {
	color: #111111;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 30px;
}

.blog__details__share ul li {
	list-style: none;
	margin-bottom: 15px;
}

.blog__details__share ul li a {
	color: #ffffff;
	font-size: 18px;
	height: 46px;
	display: inline-block;
	width: 46px;
	border-radius: 50%;
	line-height: 46px;
	text-align: center;
	background: #4267b2;
}

.blog__details__share ul li a.twitter {
	background: #1da1f2;
}

.blog__details__share ul li a.youtube {
	background: #fe0003;
}

.blog__details__share ul li a.linkedin {
	background: #0173b2;
}

.blog__details__text {
	margin-bottom: 50px;
}

.blog__details__text p {
	font-size: 18px;
	line-height: 34px;
}

.blog__details__text p:last-child {
	margin-bottom: 0;
}

.blog__details__quote {
	background: #f3f2ee;
	padding: 50px 40px 35px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 45px;
}

.blog__details__quote i {
	font-size: 16px;
	color: #ffffff;
	height: 50px;
	width: 50px;
	background: #e53637;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 40px;
	top: -25px;
}

.blog__details__quote p {
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 20px;
}

.blog__details__quote h6 {
	color: #e53637;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog__details__option {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	margin-bottom: 70px;
}

.blog__details__author__pic {
	display: inline-block;
	margin-right: 15px;
}

.blog__details__author__pic img {
	height: 46px;
	width: 46px;
	border-radius: 50%;
}

.blog__details__author__text {
	display: inline-block;
}

.blog__details__author__text h5 {
	color: #111111;
	font-weight: 700;
}

.blog__details__tags {
	text-align: right;
}

.blog__details__tags a {
	display: inline-block;
	color: #111111;
	font-weight: 700;
	margin-right: 10px;
}

.blog__details__tags a:last-child {
	margin-right: 0;
}

.blog__details__btns {
	margin-bottom: 40px;
}

.blog__details__btns__item {
	display: block;
	border: 1px solid #ebebeb;
	padding: 25px 30px 30px;
	margin-bottom: 30px;
}

.blog__details__btns__item.blog__details__btns__item--next {
	text-align: right;
}

.blog__details__btns__item.blog__details__btns__item--next p span {
	margin-right: 0;
	margin-left: 5px;
}

.blog__details__btns__item p {
	color: #b7b7b7;
	margin-bottom: 10px;
}

.blog__details__btns__item p span {
	font-size: 20px;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.blog__details__btns__item h5 {
	color: #111111;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.blog__details__comment h4 {
	color: #333333;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}

.blog__details__comment form input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	font-size: 15px;
	color: #b7b7b7;
	margin-bottom: 30px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__comment form input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form input::-moz-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form input:-ms-input-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form input::-ms-input-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form input::placeholder {
	color: #b7b7b7;
}

.blog__details__comment form input:focus {
	border-color: #000000;
}

.blog__details__comment form textarea {
	height: 120px;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 15px;
	color: #b7b7b7;
	margin-bottom: 24px;
	resize: none;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__comment form textarea::-webkit-input-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form textarea::-moz-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form textarea:-ms-input-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form textarea::-ms-input-placeholder {
	color: #b7b7b7;
}

.blog__details__comment form textarea::placeholder {
	color: #b7b7b7;
}

.blog__details__comment form textarea:focus {
	border-color: #000000;
}

.blog__details__comment form button {
	letter-spacing: 4px;
	padding: 14px 35px;
}

/*---------------------
  Map
-----------------------*/

.map {
	height: 500px;
}

.map iframe {
	width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__text .section-title {
	text-align: left;
	margin-bottom: 40px;
}

.contact__text .section-title h2 {
	font-size: 48px;
	margin-bottom: 18px;
}

.contact__text .section-title p {
	color: #707070;
	line-height: 26px;
	margin-bottom: 0;
}

.contact__text ul li {
	list-style: none;
	margin-bottom: 26px;
}

.contact__text ul li:last-child {
	margin-bottom: 0;
}

.contact__text ul li h4 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 8px;
}

.contact__text ul li p {
	line-height: 27px;
	margin-bottom: 0;
}

.contact__form input {
	height: 50px;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	font-size: 15px;
	color: #b7b7b7;
	margin-bottom: 30px;
}

.contact__form input::-webkit-input-placeholder {
	color: #b7b7b7;
}

.contact__form input::-moz-placeholder {
	color: #b7b7b7;
}

.contact__form input:-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form input::-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form input::placeholder {
	color: #b7b7b7;
}

.contact__form textarea {
	height: 150px;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 15px;
	color: #b7b7b7;
	margin-bottom: 24px;
	resize: none;
}

.contact__form textarea::-webkit-input-placeholder {
	color: #b7b7b7;
}

.contact__form textarea::-moz-placeholder {
	color: #b7b7b7;
}

.contact__form textarea:-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form textarea::-ms-input-placeholder {
	color: #b7b7b7;
}

.contact__form textarea::placeholder {
	color: #b7b7b7;
}

.contact__form button {
	letter-spacing: 4px;
	padding: 14px 35px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.categories__text h2 {
		font-size: 26px;
	}
	.header__menu ul li {
		margin-right: 38px;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 2px;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 2px;
	}
	.testimonial__text {
		padding: 130px 45px 175px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__menu ul li {
		margin-right: 10px;
	}
	.header__nav__option a {
		margin-right: 10px;
	}
	.header__nav__option .price {
		margin-left: 0;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 2px;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		right: 2px;
	}
	.banner__item.banner__item--middle {
		margin-top: 0;
	}
	.banner__item.banner__item--last {
		margin-top: 0;
	}
	.banner__item {
		margin-bottom: 40px;
	}
	.banner {
		padding-bottom: 60px;
	}
	.categories__text {
		margin-bottom: 40px;
	}
	.categories__hot__deal {
		margin-bottom: 40px;
	}
	.instagram__text {
		padding-top: 70px;
	}
	.shop__sidebar {
		padding-right: 0;
		padding-top: 40px;
	}
	.cart__discount {
		margin-top: 40px;
	}
	.testimonial__text {
		padding: 100px 105px 100px;
	}
	.blog__details__share {
		position: relative;
		left: 0;
		margin-bottom: 18px;
	}
	.blog__details__share span {
		margin-bottom: 14px;
		margin-right: 0;
	}
	.blog__details__share ul li {
		margin-bottom: 15px;
		display: inline-block;
		margin-right: 10px;
	}
	.blog__details__share ul li:last-child {
		margin-right: 0;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #111111;
		height: 35px;
		width: 35px;
		line-height: 35px;
		text-align: center;
		border: 1px solid #111111;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 25px;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #ffffff;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.offcanvas__menu {
		display: none;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #111111;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #111111;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #111111;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__option {
		text-align: center;
		margin-bottom: 30px;
	}
	.offcanvas__links {
		display: inline-block;
		margin-right: 25px;
	}
	.offcanvas__links a {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-right: 16px;
		display: inline-block;
		font-weight: 600;
	}
	.offcanvas__links a:last-child {
		margin-right: 0;
	}
	.offcanvas__top__hover {
		display: inline-block;
		position: relative;
	}
	.offcanvas__top__hover:hover ul {
		top: 24px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas__top__hover span {
		color: #111111;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: inline-block;
		cursor: pointer;
		font-weight: 600;
	}
	.offcanvas__top__hover span i {
		font-size: 20px;
		position: relative;
		top: 3px;
		right: 2px;
	}
	.offcanvas__top__hover ul {
		background: #111111;
		display: inline-block;
		padding: 2px 0;
		position: absolute;
		left: 0;
		top: 44px;
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		-webkit-transition: all, 0.3s;
		-o-transition: all, 0.3s;
		transition: all, 0.3s;
	}
	.offcanvas__top__hover ul li {
		list-style: none;
		font-size: 13px;
		color: #ffffff;
		padding: 2px 15px;
		cursor: pointer;
	}
	.offcanvas__nav__option {
		text-align: center;
		margin-bottom: 25px;
	}
	.offcanvas__nav__option a {
		display: inline-block;
		margin-right: 26px;
		position: relative;
	}
	.offcanvas__nav__option a span {
		color: #0d0d0d;
		font-size: 11px;
		position: absolute;
		left: 5px;
		top: 8px;
	}
	.offcanvas__nav__option a:last-child {
		margin-right: 0;
	}
	.offcanvas__nav__option .price {
		font-size: 15px;
		color: #111111;
		font-weight: 700;
		display: inline-block;
		margin-left: -20px;
		position: relative;
		top: 3px;
	}
	.offcanvas__text p {
		color: #111111;
		margin-bottom: 0;
	}
	.header__top {
		display: none;
	}
	.header .container {
		position: relative;
	}
	.header__menu {
		display: none;
	}
	.header__nav__option {
		display: none;
	}
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
	.hero__slider.owl-carousel .owl-nav button {
		left: 15px;
		top: 80%;
	}
	.hero__slider.owl-carousel .owl-nav button.owl-next {
		left: 75px;
		right: 0;
	}
	.banner__item.banner__item--middle {
		margin-top: 0;
	}
	.banner__item.banner__item--last {
		margin-top: 0;
	}
	.banner__item {
		margin-bottom: 40px;
	}
	.banner {
		padding-bottom: 60px;
	}
	.banner__item__pic {
		float: none;
	}
	.banner__item__pic img {
		min-width: 100%;
	}
	.banner__item__text {
		max-width: 100%;
		position: relative;
		top: 0;
		padding-top: 22px;
	}
	.filter__controls li {
		margin-right: 15px;
	}
	.categories__text {
		margin-bottom: 40px;
	}
	.categories__hot__deal {
		margin-bottom: 40px;
	}
	.instagram__text {
		padding-top: 70px;
	}
	.instagram__pic__item {
		width: 50%;
	}
	.shop__product__option__right {
		text-align: left;
		padding-top: 20px;
	}
	.shop__sidebar {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.testimonial__text {
		padding: 100px 40px 100px;
	}
	.product__details__breadcrumb {
		text-align: left;
	}
	.product__details__pic .nav-tabs {
		width: auto;
		margin-bottom: 40px;
	}
	.product__details__pic .nav-tabs .nav-item {
		margin-bottom: 0;
		margin-right: 10px;
	}
	.product__details__option__size {
		display: block;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.product__details__last__option h5:before {
		width: 440px;
	}
	.product__details__tab .nav-tabs .nav-item {
		margin-bottom: 15px;
	}
	.shopping__cart__table {
		overflow-y: auto;
	}
	.shopping__cart__table table tbody tr td.product__cart__item .product__cart__item__pic {
		float: none;
		margin-right: 0;
	}
	.continue__btn {
		text-align: center;
	}
	.continue__btn.update__btn {
		text-align: center;
		margin-top: 20px;
	}
	.cart__discount {
		margin-top: 40px;
	}
	.checkout__order {
		margin-top: 20px;
	}
	.blog__details__share {
		position: relative;
		left: 0;
		margin-bottom: 18px;
	}
	.blog__details__share span {
		margin-bottom: 14px;
		margin-right: 0;
	}
	.blog__details__share ul li {
		margin-bottom: 15px;
		display: inline-block;
		margin-right: 10px;
	}
	.blog__details__share ul li:last-child {
		margin-right: 0;
	}
	.blog__details__author {
		text-align: center;
		margin-bottom: 20px;
	}
	.blog__details__tags {
		text-align: center;
	}
	.contact__text {
		margin-bottom: 40px;
	}
	.hero__social {
		margin-top: 180px;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.cart__total {
		padding: 35px 30px 40px;
	}
	.hero__items {
		height: auto;
		padding-top: 130px;
		padding-bottom: 40px;
	}
	.hero__text h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.hero__social {
		margin-top: 145px;
	}
	.categories__deal__countdown .categories__deal__countdown__timer {
		margin-left: 0;
	}
	.instagram__pic__item {
		width: 100%;
	}
	.testimonial__text {
		padding: 60px 40px 60px;
	}
	.product__details__pic .nav-tabs .nav-item .nav-link .product__thumb__pic {
		width: 100%;
	}
	.product__details__pic .nav-tabs .nav-item {
		margin-bottom: 10px;
		width: calc(33.33% - 10px);
	}
	.product__details__last__option h5:before {
		width: 280px;
	}
	.product__details__cart__option .quantity {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.product__details__last__option h5 span {
		font-size: 16px;
	}
	.blog__hero__text h2 {
		font-size: 36px;
	}
	.categories__text h2 {
		font-size: 30px;
		line-height: 55px;
	}
	.categories__text:before {
		height: 250px;
	}
}
