:root {
    --primary: #002664;
    /* Deep Navy */
    --secondary: #003487;
    /* Royal Blue */
    --accent: #ee8834;
    /* Orange CTA */
    --light: #f1bd71;
    /* Beige/Light Orange */
    --muted: #8093b3;
    /* Muted Blue-Gray */
}

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

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

.navbar .nav-link,
.navbar-brand {
    color: #fff !important;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* black overlay */
    z-index: 1;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    text-align: center;
    background-image: url("/Frontend/Images/hero-banner-image.webp");
    background-size: cover;
    background-position: center;
}

.hero .container {
    position: relative;
    z-index: 2;
    color: #fff;
    /* white text */
}


.btn-accent {
    background: var(--accent);
    color: #fff;
}

.services .card {
    border: none;
    transition: transform 0.3s ease;
}

.services .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-img {
    width: 390px;
    height: 390px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-list .img {
    width: 100%;
    height: 370px;
    object-fit: contain;
}

.product-details h2 {
    color: var(--primary);
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--accent);
}

.btn-enquiry {
    background: var(--accent);
    color: #fff;
    font-size: 1.1rem;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
}

.btn-enquiry:hover {
    background: #d36f20;
    color: #fff;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.grayscale:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.footer {
    background: var(--primary);
    color: #fff;
    padding: 30px 0;
    /* text-align: center; */
}

.hero-products {
    background: url("/Frontend/Images/services-hero.webp") center/cover no-repeat;
    color: #fff;
    min-height: 400px;
    padding: 100px 20px;
}

.hero-products h1 {
    font-size: 3rem;
}

.hero-products .btn-accent {
    background: var(--accent);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
}

.hero-products .btn-accent:hover {
    background: #d36f20;
}

.hero-contact {
    background: var(--secondary);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.contact-info i {
    font-size: 1.5rem;
    color: var(--accent);
    margin-right: 10px;
}

.social-icons a {
    font-size: 1.5rem;
    color: var(--muted);
    margin-right: 15px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: var(--accent);
}

.cta-strip {
    background: var(--primary);
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    margin-top: 50px;
}

.cta-strip .btn-accent {
    background: var(--accent);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    margin-top: 15px;
}

.cta-strip .btn-accent:hover {
    background: #d36f20;
}


.hero-services {
    background: url("/Frontend/Images/services-hero-1.webp") center/cover no-repeat;
    color: #fff;
    min-height: 400px;
    padding: 100px 20px;
}

.hero-services h1 {
    font-size: 3rem;
}

.hero-services .btn-accent {
    background: var(--accent);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
}

.hero-services .btn-accent:hover {
    background: #d36f20;
}

.hero-contactus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    text-align: center;
    background: url("/Frontend/Images/contact-us-hero.webp") center/cover no-repeat;
    color: #fff;
    background-image: url("/Frontend/Images/contact-us-hero.webp");
    background-size: cover;
    background-position: center;
}

.hero-contactus h1 {
    font-size: 3rem;
}

.hero-contactus .btn-accent {
    background: var(--accent);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
}

.hero-contactus .btn-accent:hover {
    background: #d36f20;
}

#ajaxLoader {
    z-index: 9999;
}


/* FAQ Section */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
}

/* FAQ Question (Accordion Button) */
.accordion-button {
    background: #fff;
    color: var(--primary);
    font-weight: 600;
    font-size: 1.05rem;
    padding: 15px 20px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: var(--primary);
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

/* FAQ Answer (Accordion Body) */
.accordion-body {
    background: #f9f9f9;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 20px;
}

/* Arrow Icon Styling */
.accordion-button::after {
    background-image: none;
    font-family: "Bootstrap-icons";
    content: "\f282";
    /* bi-chevron-down */
    font-size: 1.2rem;
    color: var(--accent);
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    color: #fff;
}


iframe {
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.btn-accent {
    background: var(--accent);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.btn-accent:hover {
    background: #d36f20;
    color: #fff;
}