body {
    background-color: #f9f6f2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: radial-gradient(circle at 25% 40%, rgba(210, 190, 165, 0.3) 2%, transparent 2.5%),
        radial-gradient(circle at 75% 60%, rgba(180, 160, 135, 0.2) 1.5%, transparent 2%);
    background-size: 40px 40px, 30px 30px;
}

/* header area with topbar and navbar*/
.header-area {
    position: absolute;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(6px);
}

.topbar {
    height: 45px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.topbar .row {
    align-items: center;
}

.topbar i {
    margin-right: 6px;
}

.contact-link{
    color:#d4d0c8;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.contact-link:hover{
    text-decoration: underline;
}

.topbar .col-md-6 {
    font-size: 15px;
    padding-top: 10px;
    color: white;
    align-items: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.bg-color {
    background: linear-gradient(135deg, #1e3347 0%, #0c1620 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 2px 10px rgba(0, 0, 0, 0.5);
}

.navbar {
    position: sticky;
    top: 0;
}

.floating-nav {
    margin-top: 20px;
    border-radius: 40px 0 40px 0;
    padding: 15px 30px;
    background: linear-gradient(135deg, #b30000 0%, #7a0000 30%, #0a1c2c 70%);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.floating-nav:hover {
    transform: translateY(-2px);
    transition: 0.3s;
}

.floating-nav img {
    width: 140px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.floating-nav .nav-link {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link.active {
    color: #ff4d4d !important;
    border-bottom: 2px solid #ff4d4d;
}

.floating-nav .nav-link:hover {
    transform: translateY(-2px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.floating-nav .btn-danger {
    background: linear-gradient(135deg, #ff2a2a, #cc0000);
    box-shadow:
        0 5px 15px rgba(255, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.floating-nav .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* product details */
.product-hero {
    min-height: 160vh;
    display: flex;
    align-items: center;
    background-color: #f8f2eb;
    color: black;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.product-img {
    max-width: 500px;
    height: 700px;
}

.product-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.product-desc {
    color: black;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-book {
    background-color: #ff1a1a;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.btn-book:hover {
    background-color: #cc0000;
}

/* Footer section */
footer {
    background: linear-gradient(135deg, #1a2a3a 0%, #0f1a24 100%);
    color: #e8e0d5;
    padding-top: 60px;
    border-top: 4px solid #dc2626;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

footer p {
    font-size: 14px;
    line-height: 1.7;
    color: #d4d0c8;
}

footer h5 {
    color: #ff6b6b;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

footer ul li a {
    line-height: 2.5;
    text-decoration: none;
    color: #cbd5e1;
    font-size: 14px;
    transition: all 0.3s ease;
}

footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li a:hover {
    line-height: 2.5;
    color: #ff6b6b;
    padding-left: 5px;
    text-shadow: 0 0 4px rgba(255, 107, 107, 0.5);
}

.fimg {
    width: 160px;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 12px;
}

.social-icons a {
    display: inline-block;
    margin-right: 8px;
    background: linear-gradient(135deg, #2c3e50 0%, #1a2a3a 100%);
    color: #ff6b6b;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.social-icons a:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.widget {
    font-size: 14px;
}

.widget ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.widget .fw-bold {
    margin-bottom: 8px;
    color: #ff6b6b;
}

.id-color {
    color: #ff6b6b;
}

.subfooter {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.sub {
    padding: 20px;
    font-size: 13px;
}

a {
    text-decoration: none;
}

/* subtle noise texture */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjciIG51bU9jdGF2ZXM9IjMiLz48L2ZpbHRlcj48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWx0ZXI9InVybCgjZikiIG9wYWNpdHk9IjAuMDMiLz48L3N2Zz4=');
    background-repeat: repeat;
    opacity: 0.1;
    z-index: 9999;
}