/*

Theme Name: Bmtradesuppliers

Theme URI: 

Author:  Prabin Khatri

Author URI: 

Description: Responsive theme for Bmtradesuppliers.

Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

Version: 1.0

License: GNU General Public License v2 or later

Text Domain: BM Trade Suppliers

*/

html {
    scroll-behavior: smooth;
    font-family: Manrope, sans-serif, "Helvetica Neue", Arial, sans-serif;
}
body {
    scroll-behavior: smooth;
    font-family: Manrope, sans-serif, "Helvetica Neue", Arial, sans-serif;
    background: #fff;
    font-weight: 500;
}/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Remove the forced vertical layout to restore original responsive grid */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Restore proper Bootstrap grid behavior */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Maintain navbar horizontal layout */
.navbar .row,
.navbar .navbar-nav {
    display: flex !important;
}

.top-bar .row {
    display: flex !important;
}
a.btn {
    background: #ac3627;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 20px;
    margin: 3px 0px !important;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
img.width-100.wp-post-image {
    height: auto;
}
:root {
    /* Primary Colors */
    --brick-red: #9c3d30;     /* Deep, earthy brick red */
    
    /* Supporting Neutrals */
    --sand: #e7d6c4;          /* Light warm neutral */
    --charcoal: #2c2c2c;      /* Dark text/accents */
    --white: #ffffff;
    
    /* Maintaining some existing variables for compatibility */
    --primary-color: var(--brick-red);
    --primary-dark: #8B3A2A;
    --secondary-color: var(--charcoal);
    --accent-color: var(--brick-red);
    --neutral-color: var(--sand);
    --background-color: var(--white);
    --text-color: var(--charcoal);
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    scroll-behavior: smooth;
    background-color: var(--background-color);
}

/* Top Bar */
.top-bar {
    background-color: var(--brick-red);
    color: var(--white);
    padding: 10px 0;
    font-size: 0.9rem;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1031;
}

.top-bar a {
}

.top-bar a:hover {
    color: var(--sand) !important;
    transform: translateY(-2px);
}

.top-bar-left a i,
.top-bar-right a i {
    font-size: 1rem;
}

.top-bar-right a {
    display: inline-block;
}

@media (max-width: 768px) {
    .top-bar {
        font-size: 0.8rem;
        padding: 8px 0;
        display: none;
    }
    
    .top-bar-left a {
        font-size: 0.75rem;
    }
    
    .top-bar-right {
        margin-top: 5px;
    }
}

/* Media queries for responsive grid */
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.top-bar a {
    font-weight: 700;
}
/* Hero Section */
.hero-carousel {
    margin-top: 0;
}

.logo {
    padding: 2px 0;
}
.logo img {
    height: 60px;
    padding: 10px 0px;
    border-radius: 11px;
}
.navigation-bar {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff !important;
    /* border-bottom: 1px solid #e6e6e6; */
}
.stellarnav ul {
    text-align: left;
    padding: 10px 0px;
    float: right;
}
.stellarnav > ul > li > a {
    padding: 15px 10px;
    font-weight: 600;
    letter-spacing: 0;
}
.navigation-bar .row {
    align-items: center;
}
.stellarnav.light a,
.stellarnav.light li a {
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.stellarnav li.has-sub > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid grey;
    display: inline-block;
    transition: ease-in-out 0.3s;
}
.footer-widget .social-media {
    float: left;
}
ul.navbar-nav.sn-navbar-nav.ms-auto.mt-2.mt-lg-0.social-media-links li.nav-item {
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
    font-size: 22px;
    width: 48px !important;
}
.social-media ul {
    margin: 0;
    padding: 15px;
}
.stellarnav.desktop li.has-sub a {
    padding-right: 18px;
}
.sub-menu li a {
    border: 1px solid #e8e8e8;
    font-weight: 500;
    transition: ease-in-out 0.3s;
}
.stellarnav li.active > a {
    color: #00a94f;
}
.stellarnav li a {
    transition: ease-in-out 0.3s;
}
.stellarnav li a:hover {
    color: #005792;
}
.stellarnav.light {
    background: 0 0;
}


.carousel {
    height: 100vh;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    max-width: 1200px;
    text-align: center;
}

.carousel-caption h1,
.carousel-caption p,
.carousel-caption a {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Carousel Animations */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-item.active .animate-slide-up {
    animation: slideUp 0.8s ease-out;
}

.carousel-item.active .animate-slide-up-delay {
    animation: slideUp 0.8s ease-out 0.3s both;
}

.carousel-item.active .animate-slide-up-delay-2 {
    animation: slideUp 0.8s ease-out 0.6s both;
}

.carousel-indicators {
    z-index: 3;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--sand);
    border: 2px solid var(--white);
    opacity: 0.7;
}

.carousel-indicators button.active {
    background-color: var(--brick-red);
    opacity: 1;
    transform: scale(1.2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    filter: brightness(0) invert(1);
}

.hero-carousel .btn-primary {
    background-color: var(--brick-red);
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(156, 61, 48, 0.4);
    position: relative;
    overflow: hidden;
}

.hero-carousel .btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);

}

.hero-carousel .btn-primary:hover::after {
    width: 300px;
    height: 300px;
}

.hero-carousel .btn-primary:hover {
    background-color: var(--brick-red);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(156, 61, 48, 0.5);
}

/* Navbar Customization */
/* Navbar Customization */
.navbar {
    backdrop-filter: blur(10px);
    background-color: rgba(250, 249, 246, 0.95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* top: 46px; */
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    float: left;
}

.navbar-brand:hover {
    float: left;
}

.navbar-brand h3 {
    color: var(--brick-red);
    font-weight: 700;
}

.navbar-brand small {
    font-size: 0.7rem;
    color: var(--secondary-color);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--text-color);
    margin: 0 10px;
    font-weight: 600;
    position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--brick-red);

}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    width: 80%;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--brick-red);
    transform: translateY(-2px);
}

/* Section Titles */
.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--brick-red);
    position: relative;
    padding-bottom: 25px;
    letter-spacing: -1px;
    text-decoration: none;
    text-align: center;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, transparent, var(--brick-red), transparent);
    border-radius: 2px;
    animation: titleLine 3s infinite alternate;
}

@keyframes titleLine {
    0% {
        width: 100px;
    }
    100% {
        width: 150px;
    }
}

/* Product Cards */
.product-card {
    border: none;
    border-radius: 20px;

    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}

.product-image {
    height: 200px;
    object-fit: cover;
}

.product-card:hover .product-image {
    transform: scale(1.1);
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--brick-red);
    transform: scaleX(0);
    z-index: 1;
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card:hover {
    transform: translateY(-15px) rotate(2deg);
    box-shadow: 0 20px 40px rgba(156, 61, 48, 0.3) !important;
}

.product-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: var(--brick-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 25px rgba(156, 61, 48, 0.3);
}

.product-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--brick-red);
    opacity: 0;

}

.product-card:hover .product-icon {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0 15px 35px rgba(156, 61, 48, 0.5);
}

.product-card:hover .product-icon::before {
    opacity: 1;
}

.product-icon i {
    position: relative;
    z-index: 1;
}

.product-card h3 {
    color: var(--primary-dark);
    font-weight: 700;
    margin: 20px 0 15px;
}

.product-card ul li {
    padding: 8px 0;
    color: var(--text-color);
}

.product-card ul li i {
    margin-right: 10px;
}

/* About Section */
.stat-box {
    background: var(--brick-red);
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    color: var(--white);
}

#about h3 {
    color: var(--primary-dark);
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

#about h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--brick-red);
    border-radius: 3px;
}

#about .lead {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}

#about p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.fw-medium {
    font-weight: 500;
}

.stat-box p {
    color: var(--white);
    font-weight: 500;
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.stat-box:hover::before {
    left: 100%;
}

.stat-box:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(156, 61, 48, 0.2);
}

.stat-box h2 {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    color: var(--white);
    font-weight: 700;
}

/* Contact Form */
.contact-form {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(156, 61, 48, 0.1);
    position: relative;
    overflow: hidden;
}





.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid var(--neutral-color);
    padding: 12px;
    background-color: var(--background-color);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-form .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.2rem rgba(70, 130, 180, 0.25);
}

.contact-form .btn-primary {
    background-color: var(--brick-red);
    color: var(--white);
    border: none;
    padding: 14px;
    font-weight: 600;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}









.contact-info h4 {
    color: var(--primary-dark);
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.contact-info > div {
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}



.contact-info > div:hover {
    background-color: var(--sand);
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(156, 61, 48, 0.1);
}

.contact-info p {
    color: var(--text-color);
    line-height: 1.8;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Footer */
footer {
    margin-top: 0;
    background-color: #2c2c2c;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--brick-red);
}

footer h4, footer h5 {
    color: #ffffff;
    font-weight: 600;
}

footer p,
footer .text-muted {
    color: #cccccc !important;
}

footer .social-links a {
    display: inline-block;
    color: #ffffff;
}

footer .social-links a:hover {
    color: var(--brick-red) !important;
}

footer ul li a {
    color: #cccccc;
}

footer ul li a:hover {
    color: var(--brick-red) !important;
    padding-left: 5px;
}

footer hr {
    opacity: 0.2;
    background-color: #ffffff;
}

footer .text-primary {
    color: #fff !important;
}



/* Responsive Design */
@media (max-width: 768px) {
    .carousel,
    .carousel-item,
    .carousel-item img {
        height: 70vh;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .stat-box {
        margin-bottom: 20px;
    }
}

/* Smooth Scrolling Effect */
html {
    scroll-padding-top: 70px;
}

/* Button Animations */
.btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Pulsing Animation for Hero Section */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Floating Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Products Section Background */
#products {
    position: relative;
    background-color: var(--background-color);
}

#products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(156, 61, 48, 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(30, 58, 95, 0.05) 0%, transparent 30%);
    pointer-events: none;
}

#products .container {
    position: relative;
    z-index: 1;
}

/* Video Container */
/* Video Container */
.video-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.video-container video {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 15px;
    object-fit: cover;
    background: #000;
}

/* Video Controls */
.video-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    pointer-events: none;
    z-index: 5;
}

.video-container.playing .video-controls {
    opacity: 0;
    pointer-events: none;
}

.video-play-btn {
    width: 70px;
    height: 70px;
    background: rgba(156, 61, 48, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin: 0 10px;
    z-index: 10;
}

.video-play-btn i {
    color: white;
    font-size: 2rem;
    cursor: pointer;
}

.video-play-btn:hover {
    transform: scale(1.1);
    background: rgba(139, 58, 42, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.video-play-btn:focus {
    outline: none;
}

/* Rest of your CSS remains the same */

.video-play-btn.loading {
    animation: spin 1s linear infinite;
}

.video-play-btn.loading i {
    display: none;
}

.video-play-btn.loading::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide play button when video is playing */
.video-container.playing .video-play-btn {
    display: none !important;
    opacity: 1;
}
.video-container.playing .video-controls {
    opacity: 0;

}

/* Responsive Video Controls */
@media (max-width: 768px) {
    .video-play-btn {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .video-play-btn i {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .video-play-btn {
        width: 40px;
        height: 40px;
    }
    
    .video-play-btn i {
        font-size: 1.2rem;
    }
}

/* Gallery Styles */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 15px rgba(156, 61, 48, 0.4));
}

.gallery-item.clicked {
    animation: popup 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 100;
}

.gallery-item img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.gallery-item.clicked img {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.gallery-item:hover img {
    transform: scale(1.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1) contrast(1.1);
}

/* About Image */
.about-image {
}

.about-image:hover {
    transform: scale(1.05);
}

/* Page Header */
.page-header {
    margin-top: 0;
    height: auto;
    padding: 60px;
    background: linear-gradient(rgba(156, 61, 48, 0.8), rgba(139, 58, 42, 0.9)), url('./Images/WhatsApp Image 2025-12-01 at 11.17.54_44ab165f.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: headerPulse 4s infinite alternate;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header h1,
.page-header p {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    animation: textGlow 3s infinite alternate;
}

@keyframes headerPulse {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 110% 110%;
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
    }
    100% {
        text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

/* Category Card */
.category-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(156, 61, 48, 0.2);
}

.category-card i {
    color: var(--brick-red);
}

/* Mission Card */
.mission-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(156, 61, 48, 0.15);
}

.mission-card i {
    color: var(--brick-red);
}

/* Quick Contact Card */
.quick-contact-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}



.quick-contact-card:hover::before {
    transform: scaleX(1);
}

.quick-contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(156, 61, 48, 0.2);
}

.quick-contact-card i {
    color: var(--brick-red);
}











/* CTA Section */
.cta-section {
    background-color: var(--primary-dark);
    background-image: url('./Images/WhatsApp Image 2025-12-01 at 11.18.18_a1c24f9f.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 44, 44, 0.7);
    z-index: 1;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-section .btn-light {
}

.cta-section .btn-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

/* Map Container */
.map-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

/* Service Card */
.service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-left: 4px solid var(--brick-red);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(156, 61, 48, 0.2);
    border-left-color: var(--brick-red);
}

.service-icon i {
    color: var(--brick-red);
}

.service-card h3 {
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 15px;
}

/* Process Step */
.process-step {
    position: relative;
    padding: 20px;
}

.step-number {
    position: absolute;
    top: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--brick-red);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(156, 61, 48, 0.3);
}

.process-step i {
    color: var(--brick-red);
}

.process-step h4 {
    color: var(--primary-dark);
    font-weight: 700;
    margin-top: 10px;
}

/* Gallery Filter */
.filter-btn {
    border-color: var(--brick-red);
    color: var(--brick-red);
}

.filter-btn:hover,
.filter-btn.active {
    background-color: var(--brick-red);
    color: #ffffff;
    border-color: var(--brick-red);
}

.gallery-filter-item {
}

/* Why Choose Us Card */
.why-choose-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-top: 4px solid var(--brick-red);
    position: relative;
    overflow: hidden;
}

.why-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(156, 61, 48, 0.1);
}

.why-choose-card:hover::before {
    left: 100%;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(156, 61, 48, 0.2);
    border-top-color: var(--brick-red);
}

.why-choose-icon i {
    color: var(--brick-red);
}

.why-choose-card h4 {
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.why-choose-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-color);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Gallery Item Enhancement */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 15px rgba(156, 61, 48, 0.4));
}

.gallery-item.clicked {
    animation: popup 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 100;
}

.gallery-item img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.gallery-item.clicked img {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.gallery-item:hover img {
    transform: scale(1.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1) contrast(1.1);
}

/* FAQ Section Enhancement */
.accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: none;
}

.accordion-button {
    font-weight: 600;
    color: var(--primary-dark);
    background-color: var(--background-color);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--brick-red);
    background-color: rgba(156, 61, 48, 0.1);
    box-shadow: none;
}

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

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239c3d30'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background-color: white;
    line-height: 1.7;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Make gallery items clickable */
.gallery-item {
    cursor: pointer;

}

.gallery-item:hover {
    transform: scale(1.03);
}

.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 800px;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    border: 3px solid white;
    border-radius: 15px;
    overflow: hidden;
    animation: modalPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter: brightness(1.05) contrast(1.05);
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.close:hover,
.close:focus {
    color: #ff6b6b;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg) scale(1.1);
    text-decoration: none;
    cursor: pointer;
}

.modal-caption {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 18px;
}

/* Popup animation */
@keyframes popup {
    0% {
        transform: scale(0.5);
        opacity: 0;
        filter: blur(5px);
    }
    50% {
        transform: scale(1.1);
        filter: blur(0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes modalPop {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.05);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* FAQ Section */
#faq {
    margin-top: 0;
    margin-bottom: 0;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    color: var(--primary-dark);
    background-color: var(--background-color);
}

.accordion-button:not(.collapsed) {
    color: var(--brick-red);
    background-color: rgba(156, 61, 48, 0.1);
}

.accordion-body {
    background-color: white;
    line-height: 1.7;
}
.sn-header.navigation-bar.stick {
    background: #fff !important;
    display: flex;
}
nav.flex.items-center.justify-between {
    display: inline;
}
.menu.flex.items-center.space-x-4 {
    float: right;
}



/*Start Popular Post*/
.blog-posts {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.blog-post-item {
    width: 100%; /* Each item takes up the full width of the container */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
    padding: 0px; /* Optional: Adds space around each item */
    margin-bottom: 20px; /* Adds space between items */
}
.blog-details-img {
    margin-bottom: 25px;
}
.post-link {
    display: block; /* Ensures the link covers the entire item */
    text-decoration: none;
    color: inherit;
}

.post-thumbnail-container {
    /* margin-bottom: 10px; */ /* Space between the image and text */
}

.post-thumbnail img {
    width: 100%; /* Ensure image fits within its container */
    height: auto; /* Maintain aspect ratio */
}

.post-text {
    text-align: center;
    border: 2px solid #e9e9e9;
    background: #fff;
    padding: 15px;
}
.post-text h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.post-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.post-date {
    display: block;
    color: #666;
    font-size: 0.9em;
}
/*End Popular Post*/

.post-thumbnail-container .post-thumbnail {
    height: 210px;
}
.post-thumbnail-container .post-thumbnail img {
    overflow: hidden;
    height: 210px;
    object-fit: cover;
}
/*Start Main Blog*/
.blog-main .blog-overlay {
    padding: 15px;
    border: 2px solid #ebebeb;
    -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}
.blog-main .blog-media img{
    margin-bottom: 0px;
}
section.blogs .blog-text a{
    color: #505050!important;
    font-weight: 600;
}
section.blogs .blog-text a:hover{
    color: #1474b6 !important;
}
.blog-main .blog-overlay .blog-text h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    line-height: 18px;
}
/*End Main Blog*/



/*Start Blog Section apps*/
.heading-section.d-flex.justify-content-between.align-items-center {
    margin-bottom: 20px;
}
.view-all a {
    font-weight: 700;
    color: #ac3627;
}
/*End Blog Section apps*/


section.blogs {
    /* padding-top: 60px; */
}
.title{
  text-align: center;
  padding: 0% 10% 3%;
}
.blog-posts
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post
{
  width: calc(33% - 10px);
  overflow: hidden;
  margin: 10px 0px;
}

.post img
{
  width: 100%;
  border-radius: 0px;
  transition: .3s linear;
  height: 230px;
  object-fit: cover;
}

.post-content
{
  background-color: #fff;
  margin: 0;
  padding: 15px;
  transform: translateY(0px);
  transition: .3s linear;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.post-content h3
{
  font-size: 22px;
  /* font-weight: 400; */
  margin-bottom: 10px;
  line-height: 30px;
}
.post-content h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.blog-sidebar-wrap.home {
    margin-top: 0px;
}
.blog-sidebar-wrap{
    padding: 15px;
    border: 2px solid #ebebeb;
/*     margin-top: 20px; */
}
.blog-sidebar-wrap ul{
    list-style: none;
    padding: 0px;
}
.blog-sidebar-wrap ul li{
    padding: 20px 0px;
    border-bottom: 2px solid #f3f3f3;
}
.blog-sidebar-wrap ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}
.blog-sidebar h4{
    margin-top: 10px;
}
.blog-sidebar input.form-control {
    /* position: absolute; */
}
.blog-sidebar button.btn.btn-danger {
    position: relative;
    z-index: 1;
    float: right;
    background: #1474b6;
    border-color: #1474b6;
}
.recent-post-img{
    height: 70px;
    width: 100px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.recent-post-img img{width: 100%;height: 70px;overflow: hidden;object-fit: cover;}
.blog-details-content {
    padding: 15px;
    border: 2px solid #ebebeb;
}
.blog-details-content h3{
    font-weight: 700;
    color: #333;
}
.blog-details-content ul.blog-icons {
    list-style: none;
    padding: 20px 0px;
    display: flex;
}
.blog-details-content ul.blog-icons li {
    padding-right: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #1474b6;
}
.blog-details-content ul{
    padding: 20px;
}
.blog-details-content ul li{
    line-height: 30px;
    margin: 5px 0px;
}
.recent-post-info h5 {
    font-size: 17px;
    font-weight: 600;
}
.date
{
  font-size: 14px;
  font-style: italic;
  color: #ac3627;
}

.post:hover .post-img
{
  transform: translateY(20px)
}

.post:hover .post-content
{
  transform: translateY(-20px);
}

@media screen and (max-width: 1200px)
{
  .blog-posts
  {
    justify-content: center;
  }
  
  .post
  {
    width: min(600px, 100%);
  }
}
/* Start Footer */


section.single-page .content {
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    background: #ebebeb;
}
section.single-page .content h3{
    font-size: 22px;
    font-weight: 700;
}
.wp-block-image {
    margin-bottom: 20px;
}

section.contact-us{
	padding: 60px 0px;
}
section.contact-us .content {
    text-align: center;
}
section.contact-us .content h3{
	line-height: 35px;
}
section.single-page {
    margin: 20px 0px;
}
form.wpcf7-form.init {
    border: 2px solid #ededed;
    border-radius: 10px;
    padding: 20px;
}
.appoinment {
    border: 2px solid #e9e9e9;
    padding: 15px;
    text-align: center;
}
.blog-details-img {
    margin-bottom: 25px;
    max-height: 400px;
    overflow: hidden;
}
.blog-details-img img {
    overflow: hidden;
    object-fit: none;
}
.search-bar form button.btn {
    background: #ac3627;
    border-radius: 0;
    color: #fff;
}
.search-bar form {
    display: flex;
    justify-content: space-between;
}