:root {
    --primary: #0d6efd;
    --secondary: #6c757d;
    --light: #f8f9fa;
    --dark: #212529;
    --red: #db3a06;
    --primary-color: #FFA500; 
    --primary-dark: #E66A3D;
    --primary-light: #FFB8A0;
    --navbar-bg-color: #FFA500;
    --navbar-shadow: 0 2px 4px rgba(0,0,0,0.1);
    --secondary-color-2: #DAD9B8; 
    --secondary-color-3: #FFAE00; 
    --secondary-color-4: #C0BF98; 
    --secondary-color-5: #97966b; 
}

.bg-primary-color {
	background-color: var(--primary);
}
.bg-secondary-color {
	background-color: var(--secondary);
}
.bg-light-color {
	background-color: var(--light);
}
.bg-red-color {
	background-color: var(--red);
}
.bg-dark-color {
	background-color: var(--dark);
}
.bg-secondary-color-2 {
	background-color: var(--secondary-color-2);
}
.bg-secondary-color-3 {
	background-color: var(--secondary-color-3);
}
.bg-secondary-color-4 {
	background-color: var(--secondary-color-4);
}
.bg-secondary-color-5 {
	background-color: var(--secondary-color-5);
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f5f5;
}

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1050;
}

/* Change the navbar background color to something different (e.g., 'bg-info' or any custom color) */
.bg-info {
  background-color: #000000 !important; /* You can replace this with any color you prefer */
}

.navbar.bg-primary {
    background-color: var(--primary-color) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Buttons */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-dark);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

/* Links */
.navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar .navbar-nav .nav-link:hover {
    color: white;
}

/* Hover effect for navbar */
.navbar:hover {
    background-color: #E55C5C; /* Slightly darker on hover */
}

/* Menu item colors */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
    background-color: var(--navbar-bg-color);
}

@media (max-width: 768px) {
    .navbar {
        background-color: #E55C5C; /* Darker for mobile if needed */
    }
    
    .navbar-collapse {
        background-color: inherit; /* Inherits navbar color */
        box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
    }
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* Responsive tables */
.table-responsive {
    overflow-x: auto;
}

/* Form styles */
.form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Cart badge */
.cart-badge {
    font-size: 0.6rem;
    top: -5px;
    right: -5px;
}

/* Logo image style */
.navbar-logo {
    height: 80px;         /* adjust as needed */
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Full site name on medium and larger screens */
@media (min-width: 768px) {
    .navbar-brand span {
        font-size: 1.5rem;
        font-weight: 600;
        color: #333;       /* adjust to your theme */
    }
}

/* Abbreviated site name on small screens */
@media (max-width: 767.98px) {
    .navbar-brand span {
        font-size: 1.2rem;
        font-weight: 600;
        color: #333;
    }
}

.full-width-banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden;
}
.hero-section {
    background: url('/assets/images/hear_banner_1920_750.jpg') no-repeat center center;
    background-size: cover;
    height: 65vh; /* Adjust height as needed */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); /* Optional dark overlay for better text readability */
    z-index: 1;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section-2 {
    background-size: cover;
    background-position: center;
    height: 65vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.hero-section-2::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-section-2 .carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-section-2 .carousel-inner {
    height: 100%;
}

.hero-section-2 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.hero-section-2 .btn {
    width: auto !important;
    display: inline-block;
}

.my-4-top-0 {
    margin-bottom: 1.5rem !important;
}

.carousel-caption {
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
padding: 15px;
}

.carousel-caption h5 {
color: #fff; /* White text for the promotion name */
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Light shadow for better visibility */
}

.carousel-caption p {
color: #fff; /* White text for the description */
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Light shadow for better visibility */
}

.height-50vh {
	height: 50vh; /* Adjust height as needed */
}
.height-55vh {
	height: 55vh; /* Adjust height as needed */
}
.height-60vh {
	height: 60vh; /* Adjust height as needed */
}
.height-65vh {
	height: 65vh; /* Adjust height as needed */
}
.height-70vh {
	height: 70vh; /* Adjust height as needed */
}
.height-75vh {
	height: 75vh; /* Adjust height as needed */
}

.full-width-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width-section::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); /* Optional dark overlay for better text readability */
    z-index: 1;
}
.full-width-section .container {
    position: relative;
    z-index: 2;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    z-index: 9999;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    text-align: center;
    transition: background 0.3s;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    text-decoration: none;
}

.card-img-top {
    height: 220px;
    object-fit: cover;
}
.card-img-modal {
    height: 220px;
    object-fit: cover;
    cursor: pointer;
}
