
body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f5f5f5;
}

.navbar {
    background-color: #003366;
}

.navbar-brand {
    text-align: center;
    margin: 0;
}

.navbar-brand img {
    height: 60px;
}

.navbar-brand h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0.5rem 0;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar-nav .nav-link {
    color: #ffffff;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover {
    color: #cce0ff;
}

.navbar-nav .nav-link.active {
    background-color: #002244;
    border-radius: 5px;
}
.container {
    margin-top: 2rem;
}
.dropdown-menu {
    background-color: #003366;
}

.dropdown-menu .dropdown-item {
    color: #ffffff;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #002244;
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}

.hero {
    background-image: url('https://bintangmakkah.com/img/royal-clock-towers-makkah.jpg');
    background-size: cover;
    background-position: bottom;
    color: #ffffff;
    padding: 6rem 0;
    text-align: center;
    position: relative;
    border-bottom: 5px solid #003366;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.btn-primary {
    background-color: #003366;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 2rem;
}

.btn-primary:hover {
    background-color: #002244;
}

.btn-secondary {
    background-color: #002244;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 2rem;
}

.btn-secondary:hover {
    background-color: #001122;
}

.service-card,
.package-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.service-card:hover,
.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.package-card img {
    height: 200px;
    object-fit: cover;
}

.testimonial {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.testimonial img {
    border-radius: 50%;
    margin-right: 1rem;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

/* tentang kami */

.about-section img {
    max-width: 100%;
    height: auto;
}
.team-member {
    text-align: center;
    margin-bottom: 2rem;
}
.team-member img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* faq */

.faq-item {
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.faq-item h5 {
    margin: 0;
    padding: 1rem;
    background-color: #003366;
    color: #ffffff;
}
.faq-item p {
    padding: 1rem;
}

/* galeri */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}

/* testimoni */

.testimonial-item {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}
.testimonial-item:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.testimonial-item img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.testimonial-item h5 {
    margin-top: 10px;
    font-size: 1.2rem;
}
.testimonial-item p {
    font-size: 1rem;
    color: #666;
}

/* blog */

.blog-post {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.blog-post img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.blog-post h2 {
    font-size: 1.5rem;
    margin-top: 10px;
}
.blog-post .date {
    font-size: 0.9rem;
    color: #999;
}
.blog-post p {
    font-size: 1rem;
    color: #666;
}
.sidebar {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}
.sidebar h4 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar ul li {
    margin-bottom: 10px;
}
.sidebar ul li a {
    color: #003366;
    text-decoration: none;
}
.sidebar ul li a:hover {
    text-decoration: underline;
}

/* paket */

.btn-details {
    margin-top: 1rem;
    display: block;
    text-align: center;
    background-color: #003366;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0.75rem;
    font-size: 1rem;
}
.btn-details:hover {
    background-color: #002244;
    text-decoration: none;
    color: #ffffff;
}

.btn-back {
    margin-top: 1rem;
    display: block;
    text-align: center;
    background-color: #003366;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0.75rem;
    font-size: 1rem;
    text-decoration: none;
}
.btn-back:hover {
    background-color: #002244;
    color: #ffffff;
    text-decoration: none;
}

.card {
    margin-bottom: 1rem;
}
.card .card-header {
    background-color: #003366;
    color: #ffffff;
}
.card .card-header h5,
.card .card-header h3 {
    margin-top: .5rem;

}
/* footer */

.footer {
    background-color: #003366;
    color: #ffffff;
    padding: 2rem 0;
}

.social-media a {
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 1.5rem;
}

.social-media a:hover {
    color: #cce0ff;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    .navbar-nav {
        flex-direction: column;
        margin-top: 1rem;
        /* display: none; Hide menu by default */
    }
    .navbar-nav.show {
        display: flex; /* Show menu when toggled */
    }
    .navbar-toggler {
        border: none;
        background: transparent;
    }
    .navbar-toggler-icon {
        background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="%23ffffff" class="bi bi-list" viewBox="0 0 16 16"><path d="M2 4a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4zm0 4a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1zm0 4a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z"/></svg>') no-repeat center;
        background-size: 30px 30px;
    }
}