body {
    font-family: "Montserrat", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

.topbar {
    background-color: #ffffff;
    color: black;
    font-size: 14px;
    padding: 5px 20px;
    height: 65px;
}

.topbar-left {
    padding-left: 30px;
}

.navbar-custom {
    background-color: rgba(5, 33, 116, 0.7);
    padding-left: 20px;
    height: 80px;
}

.navbar-custom .nav-link {
    color: white;
    font-weight: 500;
}

.navbar-custom .nav-link.active {
    color: #f5b124;
}

.social-icons i {
    font-size: 18px;
    color: #052174;
}

.social-circle {
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.logo {
    height: 60px;
    margin-left: 30px;
}

.search-icon {
    font-size: 20px;
    color: white;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.navbar-nav .nav-item {
    padding-right: 20px;
}

.carousel-item {
    height: 500px;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 40px;
}

.logo-hero {
    max-height: 70px;
}

.highlight {
    color: #f5b124;
    font-weight: bold;
    font-size: 18px;
}

.ready-service {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
    color: #eee;
}

.btn-book {
    background-color: #052174;
    color: white;
    padding: 10px 25px;
    border-radius: 15px 15px 0 0;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    width: 400px;
    text-align: center;
}

.book {
    position: absolute;
    bottom: 0;
    right: 115px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.social-icons-book i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #052174;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-book span {
    color: #f5b124;
}

.intro-section {
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.intro-text .welcome {
    font-size: 18px;
    color: #333;
}

.intro-text .title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.experience-box .experience-number {
    font-size: 24px;
    font-weight: bold;
    color: #052174;
    border-left: 5px solid #0d4d91;
    padding-left: 10px;
}

.experience-desc {
    font-size: 16px;
    color: #333;
    max-width: 500px;
}

.badge-box {
    background-color: #fff;
    border-radius: 0 0 100% 100%;
    padding: 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    height: 300px;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-111%, -50%);
    margin-top: 55px;
}

.badge-box h4,
.badge-box p {
    color: #052174;
}

.about-section {
    background: #fff;
}

.montir-image {
    max-width: 100%;
    height: auto;
    padding-right: 0px;
}

.about {
    padding: 20px;
}

.service-badge {
    bottom: 20px;
    left: 20px;
    width: 100px;
}

.sub-title {
    font-size: 16px;
    font-weight: 500;
}

.highlight-b {
    display: inline-block;
    background-color: #052174;
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 32px;
    margin-right: 4px;
    font-size: 40px;
}

.custom-wrap {
    text-align: justify;
}

.first-letter {
    float: left;
    font-size: 24px;
    font-weight: bold;
    background-color: #052174;
    color: #fff;
    padding: 4px 10px;
    margin-right: 8px;
    line-height: 1.4;
    border-radius: 4px;
    display: inline-block;
}

.bengkel-box {
    background-color: #dce5ef;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    height: 100%;
    text-align: center;
}

.bengkel-icon {
    width: 70px;
    height: 70px;
    border: 6px solid #052174;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.bengkel-icon-yellow {
    border-color: #f4b400;
}

.bengkel-title {
    color: #052174;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.bengkel-highlight {
    background-color: #052174;
    color: white;
}

.bengkel-highlight .bengkel-icon {
    border-color: #f4b400;
}

.bengkel-heading {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.bengkel-box:hover {
    background-color: #052174;
    color: white;
    transition: all 0.3s ease;
}

.bengkel-box:hover .bengkel-icon {
    border-color: #f4b400;
}

.bengkel-box:hover i {
    color: white !important;
}

.bengkel-box:hover .bengkel-title,
.bengkel-box:hover .bengkel-heading {
    color: white;
}

.layanan-section {
    font-family: "Montserrat", sans-serif;
}

.layanan-section h2 {
    font-size: 30px;
}

.layanan-section img {
    width: 250px;
}

.layanan-badge {
    background-color: #052174;
    color: white;
    padding: 6px 18px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 0.95rem;
    display: inline-block;
}

.layanan-list li {
    font-size: 1rem;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
}

.layanan-box {
    background-color: #eeeeee;
    border-radius: 1rem;
}

.layanan-alasan li {
    background-color: white;
    padding: 12px 16px;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.gallery-section-custom {
    background-color: #052174;
    color: white;
    padding: 30px;
}

.gallery-header .gallery-subtitle {
    color: #d8d8d8;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.gallery-header .gallery-title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.gallery-header .gallery-link {
    color: #f9c73d;
    font-weight: 500;
    text-decoration: none;
}

.gallery-header .gallery-link:hover {
    text-decoration: underline;
}

.gallery-img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

.section-statistik {
    position: relative;
    min-height: 450px;
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px;
    overflow: hidden;
}

.section-statistik::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.statistik-content {
    position: relative;
    z-index: 2;
    max-width: 400px;
    margin-top: 100px;
}

.statistik-content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}

.statistik-content .highlight {
    color: #f9c73d;
    font-weight: 600;
}

.mobil-wrapper {
    position: absolute;
    bottom: -20px;
    left: 50px;
    display: flex;
    gap: 20px;
    z-index: 2;
}

.mobil-img {
    max-height: 300px;
    object-fit: contain;
}

.info-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #065c9e;
    color: white;
    padding: 20px 30px;
    border-top-left-radius: 30px;
    z-index: 2;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-clock {
    width: 16px;
    height: 16px;
    background: url("clock-icon.png") center/contain no-repeat;
    display: inline-block;
}

.artikel-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.overlay-content h5 {
    font-size: 1rem;
    font-weight: bold;
}

.highlight {
    color: #ffc107;
}

.side-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
}

.footer {
    background-color: #052174;
    padding: 30px;
}

.footer a {
    color: white;
    margin-right: 10px;
    font-size: 1.2rem;
}

.footer a:hover {
    color: #ffc107;
}

.footer p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #052174;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-section {
    height: 300px;
    position: relative;
    color: white;
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.floating-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    width: 60px;
    height: 60px;
    z-index: 9999;
    box-sizing: border-box;
}

.floating-btn.telephone {
    background-color: #0d6efd;
}

.floating-btn.to-top {
    background-color: #dc3545;
    margin-bottom: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.floating-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
}

.floating-btn i {
    font-size: 28px;
}

.floating-buttons .floating-btn {
    margin-bottom: 15px;
}

.floating-buttons .floating-btn.telephone {
    background-color: #0d6efd;
}

.floating-buttons .floating-btn.whatsapp {
    background-color: #25d366;
}

.floating-btn.to-top {
    background-color: #052174;
}

.help-button {
    text-decoration: none;
}

.help-button .icon {
    background-color: #052174;
    color: white;
    width: 60px;
    height: 60px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.help-button .text {
    background-color: white;
    color: #333;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    outline: none !important;
}

.help-button:focus,
.help-button *:focus {
    outline: none !important;
    box-shadow: none !important;
}

.section-breadcrumb {
    position: relative;
    min-height: 400px;
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px;
    overflow: hidden;
}

.section-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-top: 100px;
}

.breadcrumb-heading {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
}

.breadcrumb-path {
    color: #f9c73d;
    font-weight: 500;
    margin-bottom: 10px;
}

.breadcrumb-current {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.breadcrumb-mobil-wrapper {
    position: absolute;
    bottom: 30px;
    left: 40%;
    display: flex;
    gap: 20px;
    z-index: 1;
}

.breadcrumb-mobil-img {
    max-height: 180px;
    object-fit: contain;
}

.breadcrumb-info-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #065c9e;
    color: white;
    padding: 15px 25px;
    border-top-left-radius: 30px;
    z-index: 2;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.layanan-page-section {
    padding: 50px 20px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
}

.layanan-page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.layanan-page-text {
    flex: 1 1 55%;
}

.layanan-page-text h2 {
    font-size: 36px;
    font-weight: bold;
}

.layanan-page-text p {
    font-size: 20px;
    margin-bottom: 20px;
}

.layanan-page-btn-wa {
    display: inline-flex;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 30px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    color: #25d366;
}

.layanan-page-btn-wa span {
    margin-left: 15px;
}

.layanan-page-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.layanan-page-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.layanan-page-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layanan-page-list li {
    margin-bottom: 12px;
    font-size: 16px;
}

.layanan-page-image {
    flex: 1 1 35%;
    text-align: center;
}

.layanan-page-image img {
    max-width: 100%;
    height: auto;
}

.layanan-sec img {
    width: 250px;
}

.layanan-sec h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    color: #666;
}

.layanan-sec p {
    font-size: 22px;
    color: #888;
}

.outlet-card {
    background-color: #f8f9fa;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.icon-wrapper {
    background-color: #052174;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-icon {
    width: 24px;
    height: 24px;
}

.custom-width {
    max-width: 350px;
}

.btn-maps {
    background-color: #ed2225;
    color: white;
}

.lokasi p {
    font-size: 10px;
}

.service-wrapper {
    display: flex;
    align-items: center;
}

.service-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.service-item {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.vertical-divider {
    height: 16px;
    border-left: 2px solid #dfe4e8;
    margin: 0 12px;
}

.jam-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hari,
.waktu {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.call-center-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.btn-call-center {
    background-color: #eaeaea;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
    cursor: pointer;
}

.btn-call-center i {
    font-size: 20px;
}

.hashtag {
    font-size: 14px;
    color: #6c757d;
    margin-top: 8px;
}

.promo-banner {
    border-radius: 16px;
    overflow: hidden;
}

.promo-banner img {
    object-fit: cover;
    height: 280px;
    width: 100%;
}

.btn-detail {
    display: block;
    width: 50%;
    margin: 1rem auto 0;
    padding: 0.5rem 1.5rem;
    border: 2px solid #dc3545;
    color: #dc3545;
    background-color: transparent;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-detail:hover {
    background-color: #dc3545;
    color: #fff;
}

.loc-icon {
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.calendar-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.btn-custom-trigger {
    background-color: #ffffff;
    color: #0d6efd;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 8px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-custom-trigger:hover {
    background-color: #f8f9fa;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    color: #0a58ca;
}

.city-btn {
    font-size: 0.875rem;
    color: #6c757d;
    padding: 6px 12px;
    border-radius: 20px;
    background-color: transparent;
    border: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.city-btn:hover {
    background-color: #e9ecef;
}

.city-btn.active {
    background-color: #0d6efd;
    color: white;
}

.outlet-item {
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.outlet-item:hover {
    background-color: #f8f9fa;
}

.outlet-item.active {
    background-color: #0d6efd;
    color: white;
}

.outlet-item.active p {
    color: white !important;
}

.custom-modal-width {
    max-width: 500px;
}

.gallery-page-img-wrapper {
    height: 250px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-page-img-wrapper:hover {
    transform: scale(1.02);
}

.gallery-page-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.gallery-page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-page-img-wrapper:hover .gallery-page-overlay {
    opacity: 1;
}

.gallery-item {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}

.gallery-image-wrapper {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 190px;
    transition: flex-basis 0.4s ease;
    z-index: 1;
    flex: 0 0 190px;
    transition: flex-grow 0.4s ease;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery-item:hover .gallery-image-wrapper {
    flex-grow: 1;
}

.gallery-shape {
    background-color: #e9e9e9;
    padding: 20px;
    height: 100px;
    transition: opacity 0.3s ease;
    z-index: 2;
    border-radius: 10px;
}

.gallery-item:hover .gallery-shape {
    opacity: 0;
    display: none;
}

.gallery-item.odd .gallery-shape {
    order: 1;
}
.gallery-item.odd .gallery-image-wrapper {
    order: 2;
}

.gallery-item.even .gallery-shape {
    order: 2;
}
.gallery-item.even .gallery-image-wrapper {
    order: 1;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    z-index: 3;
}

.gallery-item:hover .overlay-text {
    opacity: 1;
}

.gallery-description {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    z-index: 10;
    margin-bottom: 10px;
}

.btn-prev,
.btn-next {
    background-color: transparent;
    border: none;
    font-size: 28px;
    color: #000;
    padding: 10px;
    cursor: pointer;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px;
    background-color: none;
}

.service-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.3s ease;
    border-radius: 10px;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gradient-overlay {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(
        to top,
        rgba(255, 0, 0, 0.4),
        rgba(255, 0, 0, 0)
    );
    z-index: 1;
    pointer-events: none;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
    color: white;
}

.service-overlay-content h5 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 991.98px) {
    .mt-topbar {
        margin-top: 0;
    }

    .logo {
        height: 70px;
        margin-left: 20px;
    }

    .carousel-item {
        height: 190px;
    }

    .navbar-custom {
        max-width: 100%;
        overflow-x: hidden;
    }

    .navbar-custom .nav-link {
        color: #052174;
        font-weight: 500;
    }

    .offcanvas-custom {
        width: 20px;
    }

    .topbar {
        display: none !important;
    }

    .badge-container {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .badge-box {
        left: 50%;
        transform: translate(2%, -50%);
        width: 90vw;
        height: 100px;
    }

    .intro-image img {
        padding-top: 20px;
    }

    .hero-section {
        height: 120px !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .hero-section h2 {
        font-size: 10px !important;
        margin-bottom: 0 !important;
    }

    .hero-section p {
        font-size: 8px !important;
        margin-bottom: 0 !important;
    }

    .hero-section .logo-hero {
        max-width: 40px;
        height: auto;
        margin-bottom: 2px;
        margin-top: 20px;
    }

    .btn-book {
        font-size: 5px !important;
        padding: 2px 6px !important;
        width: 200px !important;
        margin-right: 0px;
    }

    .book {
        right: 0px;
    }

    .hero-section .content-container {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .promo-bar {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        font-size: 10px !important;
        height: 50px;
    }

    .promo-bar .fs-5 {
        font-size: 10px !important;
    }

    .promo-bar .btn {
        padding: 2px 6px !important;
        font-size: 9px !important;
    }

    .intro-section {
        height: 400px;
        margin-bottom: 0px;
    }

    .custom-width {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .social-icons-book {
        display: flex;
        gap: 12px;
    }

    .social-icons-book i {
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin-right: 8px;
    }

    .mobile-nav-wrapper {
        position: absolute;
        top: 60px;
        width: 100%;
        justify-content: center;
        margin-bottom: 90px;
        margin-top: 90px;
    }

    .gallery-wrapper .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }

    .btn-prev {
        position: absolute;
        left: 10px;
        top: -210px;
    }

    .btn-next {
        position: absolute;
        right: 10px;
        top: -210px;
    }

    .gallery-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .gallery-item {
        width: 90%;
        margin: 0 auto;
    }

    .layanan-section img {
        width: 200px;
    }
}

