/* General Styles */
body {
    font-family: 'Segoe UI', sans-serif;
}

/* Typography & Colors */
.text-white {
    color: #FFFFFF;
}

.text-orange {
    color: #C19162; /* A vibrant, eye-catching orange */
}

/* Navbar */
.navbar-brand {
    font-weight: bold;
    font-size: 1.8rem;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

/* Sub-titles: Maximized for impact */
.text-muted-sub {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif; 
    font-size: 1.5rem;            
    font-weight: 700;              
    letter-spacing: 0.15em;        
    text-transform: uppercase;
    color: #be9b7b !important;
    line-height: 1.2;              
    display: inline-block;         
    -webkit-font-smoothing: antialiased; 
}

/* --- MATCHING PILL BUTTON STYLE --- */
.btn-view-gallery {
    background-color: #c4a173; /* The tan color from your active tabs */
    color: #ffffff !important;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 6px solid #ffffff; /* Creates the white outer pill effect */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.btn-view-gallery:hover {
    background-color: #be9b7b; /* Slightly darker tan on hover */
    border-color: #f8f9fa; /* Slightly dims the white border on hover */
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Standard Buttons */
.btn-tan {
    background-color: #be9b7b;
    border-color: #be9b7b;
    color: #fff;
    font-weight: bold;
}

.btn-tan:hover {
    background-color: #a3856b;
    border-color: #a3856b;
    color: #fff;
}

/* Video Elements */
.play-overlay {
    background: rgba(0, 0, 0, 0.336);
    border-radius: 50%;
    padding: 10px 15px;
}

.video-thumbnail video {
    pointer-events: none;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/* Services Section */
.services-section .service-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.services-section .service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    font-size: 2.5rem;
    color: #be9b7b;
}

/* About Section */
.about-section img {
    max-width: 50%;
}

.about-img {
    max-width: 400px;
    height: auto; 
}

.image-hover-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.image-hover-container img {
    transition: transform 0.3s ease-in-out;
}

.image-hover-container:hover img {
    transform: scale(1.05);
}

.image-hover-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
}

.image-hover-container:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Gallery & Featured Collection */
.bg-tan {
    background-color: hsl(20, 23%, 97%) !important;
}

.bg-tan h2 {
    color: oklch(0% 0 0) !important;
}

.image-overlay-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.image-overlay-card img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s;
}

.image-overlay-card:hover img {
    transform: scale(1.05);
}

.image-overlay-card .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.image-overlay-card:hover .overlay-content {
    transform: translateY(0);
}

#photo-gallery img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

/* Gallery Tabs (Photo & Cinema) */
.gallery-categories-section .nav-pills {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 6px;
    display: inline-flex; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 
    margin: 0 auto;
}

.gallery-categories-section .nav-link {
    color: #6c757d; 
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.gallery-categories-section .nav-link:hover {
    color: #1a1a1a; 
    background-color: transparent;
}

.gallery-categories-section .nav-pills .nav-link.active, 
.gallery-categories-section .nav-pills .show > .nav-link {
    background-color: #c4a173; 
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(196, 161, 115, 0.4); 
}

/* Other Homepage Sections */
.bg-light-brown {
    background-color: #f7f3ed;
}

.testimonials-section .carousel-item {
    padding: 2rem 0;
}

.cta-section {
    background-size: cover !important;
    background-position: center !important;
}

.blog-section img {
    height: auto;
    object-fit: cover;
}

/* Footer & Social Icons */
.footer-custom {
    background-color: #B2BEB5;
    color: #333; 
}

.logo-footer {
    max-width: 250px; 
    height: auto;
}

.footer-logo h4 {
    font-family: serif; 
    font-weight: 300;
    letter-spacing: 2px;
}

.footer-logo p {
    font-size: 0.8rem;
    margin-top: -5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.social-icon-btn {
    background-color: #be9b7b; 
    color: #fff;
    font-size: 1.2rem;
    transition: background-color 0.3s;
}

.social-icon-btn:hover {
    background-color: #a3856b;
}

.footer-nav .list-inline-item a {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-float .my-float {
    margin-top: 16px;
}

/* --- EXACT MATCH FOR YOUR UPLOADED IMAGE --- */
.btn-view-gallery {
    background-color: #c19a6b; /* Matched to the specific tan in your image */
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 40px; /* Wider padding on the sides */
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px; /* Spaces out the text just like your image */
    border: 6px solid #ffffff; /* The thick white outer rim */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Soft shadow outside the white border */
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-view-gallery:hover {
    background-color: #b0895a; /* Slightly darker on hover */
    color: #ffffff !important;
    transform: translateY(-2px); /* Slight lift effect */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}


/* --- Footer Legal Links Hover Effect --- */
footer .list-inline-item a.text-white-50 {
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

footer .list-inline-item a.text-white-50:hover {
    color: #ffffff !important; /* Changes from faded white to bright white */
    text-decoration: underline !important; /* Adds a clean underline on hover */
}