@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Black.woff2') format('woff2'), url('../fonts/Jost-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.woff2') format('woff2'), url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBold.woff2') format('woff2'), url('../fonts/Jost-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-BlackItalic.woff2') format('woff2'), url('../fonts/Jost-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Jost-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-BoldItalic.woff2') format('woff2'), url('../fonts/Jost-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraLight.woff2') format('woff2'), url('../fonts/Jost-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'), url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Italic.woff2') format('woff2'), url('../fonts/Jost-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-LightItalic.woff2') format('woff2'), url('../fonts/Jost-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Jost-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Light.woff2') format('woff2'), url('../fonts/Jost-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Jost-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Thin.woff2') format('woff2'), url('../fonts/Jost-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2'), url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-MediumItalic.woff2') format('woff2'), url('../fonts/Jost-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ThinItalic.woff2') format('woff2'), url('../fonts/Jost-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.woff2') format('woff2'), url('../fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Jost", Arial, sans-serif;
}

img {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-family: "Jost", sans-serif;
}

p,
span,
li {
    font-family: "Jost", sans-serif;
}

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

h1,
h2,
h3 {
    font-weight: bold;
    letter-spacing: .5px;
}

.btn.btn-primary {
    --bs-btn-bg: #0a4e91;
    --bs-btn-border-color: #0a4e91;
    --bs-btn-hover-bg: #f57c20;
    --bs-btn-hover-border-color: #f57c20;
}

.btn.btn-danger {
  background-color: #b02a37; 
  border-color: #a52834;
  color: #fff;
}

.heading-blue {
  color: #0a4e91; 
}

.heading-orange {
  color: #f57c20; 
}

.btn {
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-close {
    cursor: pointer;
    z-index: 2;
}


/* Topbar */

.topbar {
    background-color: #0a4e91;
    color: #fff;
    font-size: 13px;
    padding: 12px 0;
}

.topbar a {
    color: #fff;
    margin-left: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar a:hover {
    color: #f57c20;
}

.topbar i {
    margin-right: 6px;
}

/* Navbar */

.navbar {
    background-color: #fff;
    min-height: 120px;
    transition: all 0.3s ease;
}

.navbar .navbar-brand img {
    max-width: 98px;
    transition: all 0.3s ease;
}

.navbar .navbar-nav > .nav-item:not(:last-child) {
    margin: 0 6px;
}

.navbar .navbar-nav .nav-link {
    color: #0a4e91;
    font-weight: 500;
    padding: 10px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover {
    color: #f57c20;
}

.navbar .navbar-nav .active .nav-link {
    background-color: #f57c20;
    color: #fff;
    border-radius: 4px;
}

/* Mega Menu Layout */
.navbar .mega-menu {
  position: absolute;
/*   top: 100%; */
  left: 0;
  width: 100%; /* full-width dropdown */
  background: #edf4fb;
  padding: 2rem;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  z-index: 1000;
}

.navbar .mega-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

/* Column Styling */
.navbar .mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar .mega-title {
  font-size: 1rem;
  font-weight: 700;
  color: #00357a;
  margin-bottom: 0.75rem;
}

.navbar .mega-col ul li a {
  display: block;
  font-size: 0.95rem;
  color: #333;
  padding: 0.3rem 0;
  text-decoration: none;
  transition: color 0.2s ease;
	text-transform:uppercase;
}

.navbar .mega-col ul li a:hover {
  color: #007bff;
}

/* Hover show effect */
.navbar .nav-item.dropdown:hover > .dropdown-menu, 
.navbar .nav-item.dropdown .dropdown-menu.show {
	display: block;
	opacity:1;
	visibility: visible;
}



/* Search */

.search-icon {
    color: #0a4e91;
    font-size: 18px;
    margin-left: 14px;
    cursor: pointer;
    transition: color 0.3s;
    width: 44px;
    height: 44px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.search-icon:hover {
    color: #f57c20;
}

.search-box {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 240px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.search-box input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}


/* Hero Section */

.hero-section {
    background: #d9e2e9;
    border-radius: 20px;
    padding: 0px 0px;
}


/* Categories */

.category-card img {
    border-radius: 10px;
}

.category-card p {
    margin-top: 10px;
    font-weight: 600;
}


/* Latest Products */

.latest-list .list-group-item {
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #f1f5f9;
}

.latest-img img {
    transition: all .3s ease;
    border-radius: 15px;
}

.latest-img img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}


/* Why Choose */

.why-list .list-group-item {
    font-size: 18px;
    padding: 12px;
    border: none;
    background: transparent;
}


/* Quote Section */

.quote-section {
    /* background: url('assets/images/4.webp') no-repeat center center/cover;*/
    color: white;
    padding: 80px 20px;
    border-radius: 15px;
}

.video-box .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: #0a4e91;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.play-btn:hover {
    background: #f57c20;
    transform: translate(-50%, -50%) scale(1.1);
}

.best-price-section {
    background: #f8f9fa;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.best-price-section h3 {
    font-size: 1.8rem;
    color: #333;
}

.best-price-section .btn-primary {
    background-color: #0a4e91;
    border: none;
    transition: 0.3s ease;
}

.best-price-section .btn-primary:hover {
    background-color: #f57c20;
}

.product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 10px;
    border: 1px solid #d1d1d1;
}

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

.product-overlay {
    position: absolute;
    inset: 10px;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease;
    transform: scale(0);
    border-radius: 4px;
}

.product-card:hover .product-overlay {
    opacity: 1;
    pointer-events: all;
    transform: scale(1);
}

.card {
    overflow: hidden;
}

.card .card-img-top {
    transition: all 0.5s ease-in-out;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

#heroSlider .carousel-item {
    height: calc(100vh - 10rem);
    /* Full screen */
    min-height: 500px;
}

.slide-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 800px;
}

.slide-content h1 {
    font-size: 4rem;
}

.slide-content p {
    font-size: 1.2rem;
    margin-top: 15px;
}

@media (max-width:768px) {
    .slide-content h1 {
        font-size: 2rem;
    }
    .slide-content p {
        font-size: 1rem;
    }
}


/* Newsletter */

.contact-detail {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.contact-detail:hover {
    transform: translateY(-8px);
}

.contact-detail a {
    text-decoration: none;
    color: inherit;
}

.contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid #b3b3b3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-detail:hover .contact-icon {
    background-color: #f57c20;
    color: #fff;
    border-color: #f57c20;
}

.con-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-detail p {
    font-size: 14px;
    margin: 0;
}


/* Footer */

.footer {
    background-color: #e6f3fa;
    padding-top: 40px;
    font-size: 15px;
}

.footer h5 {
    color: #0a4e91;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 18px;
}

.footer h5 span {
    color: #f57c20;
}

.footer .col-md-6 p {
    max-width: 340px;
}

.footer p,
.footer a,
.footer li {
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.footer-bottom p {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
    color: #f57c20;
}

.footer-top {
    border-bottom: 1px solid #f57c20;
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.footer-bottom {
    background-color: #0a4e91;
    color: #fff;
    font-size: 14px;
    padding: 14px 0;
    text-align: center;
}

.footer .social-icons a {
    color: #0a4e91;
    font-size: 18px;
    margin: 0 8px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer .social-icons a:hover {
    color: #f57c20;
}

.footer .call-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #0a4e91;
    margin-top: 10px;
}

.footer .call-info span {
    display: block;
    font-weight: normal;
    color: #f57c20;
}


.text-orange-strong { color: #c15300; } 
.text-blue-strong { color: #083b6d; }   

.section-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
/* Responsive */

@media (min-width: 992px) {
	.navbar .mega-row {
		grid-template-columns: repeat(4, 1fr);
	}
    h1,
    h2,
    h3 {
        font-size: 52px;
        line-height: 55px;
    }
}

@media (max-width: 991px) {
    .navbar {
        min-height: 60px;
    }
	.navbar-collapse {
		position: fixed;
		background-color: #fff;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 340px;
		height: 100% !important;
		transform: translateX(-110%);
		transition: all 0.3s ease-in-out;
		padding: 20px;
		box-shadow: 1px 0px 16px #bfbebe;
		overflow: hidden;
		overflow-y: auto;
	}
	.navbar-collapse.show {
		transform: translateX(0);
	}
    .navbar-nav {
        padding-top: 10px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px 12px;
    }
	.navbar .mega-menu {
		position: static;
		padding: 1.5rem;
	}
	.search-icon {
		display: none;
	}
    .search-box {
        width: 200px;
    }
    .slide-content {
        left: 0;
        right: 0;
        transform: translate(0%, -50%);
        max-width: 80%;
        margin: 0 auto;
    }
    .slide-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .topbar {
        font-size: 12px;
        text-align: center;
    }
    .topbar .container {
        flex-direction: column;
        gap: 6px;
    }
    .navbar-brand img {
        height: 38px;
    }
}