:root {
    --background: 0 0% 100%;
    --primary-dark: #103366;
    --primary-light: #d9e6f7;
    --text-color: #2d3748;
    --text-muted: #718096;
    --light-gray: #f7fafc;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    --radius: 8px;
    --transition: all 0.3s ease;
    --foreground: 222.2 84% 4.9%;
}
/* Navbar */
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar-nav .nav-item .nav-link.active {
    color: #0d398d !important;
    text-decoration: none !important;
}

.nav-link {
    font-weight: 500;
    color: var(--secondary-color);
}

.btn-primary {
    background-color: #004c99;
    border-color: #004c99;
    color:#fff;
}

.bg-primary {
    background-color: #004c99 !important;
}

.bg-primary h1 {
    margin-top: 20px;
    font-size:2rem;
    font-weight:600;
}
.btn-primary:hover {
    background-color: #195EA3;
}

.cart {
    font-size: 1.2rem;
}

.cart i{
    font-size: 1.2rem;
    color: #004c99;

}
.vegetable-carousel .item {
    padding: 10px;
}
.vesitable-item {
    height: 100%;
}
.client-carousel .owl-item {
    padding: 30px;
}


.btn .btn-outline-primary:hover {
    background-color: #195EA3;
}
/* Hero Section */
.hero-section {
    padding: 120px 0;
    background-color: #F8FAFC;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.featured-product {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    overflow: hidden;
}



.badge.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}
.featured-product img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
    object-fit: cover;
    max-height: 400px;
}

.btn-link {
    background-color: #004c99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.btn-link i {
    color:#fff;
    font-size:1.5rem;
}

.featured-product h3 {
    font-size:1.5rem;

}
.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.product-card {
    transition: transform 0.2s;
    border:1px solid #EAEAEA;

}
.product-card:hover {
    transform: translateY(-5px);
}
.product-card .card-img-top {
    padding: 20px;
    border-radius: 30px;
    height: 300px;
    object-fit: contain;
    width: 100%;
}
.filters-wrapper {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.badge-corner {
    position: absolute;
    top: 27px;
    right: 30px;
}
/* Categories */
.category-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    transition: transform 0.3s;
    box-shadow: var(--shadow-md);
}

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

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

.category-card h3{
    font-size:1.3rem;
    margin-top:10px;
}

.feature-card h3 {
    font-size:1.3rem;

}
/* Features */
.feature-card {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 12px;
    transition: transform 0.3s;
    box-shadow: var(--shadow-md);
}

.feature-card i {

    font-size: 2.5rem;
    color: var(--primary-color);

}
.icon-circle {
    background-color: #E5EDF5;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 28px;
    color: #1E3A8A; /* or any other brand color */
}

/* Trusted By */
.trusted-by {
    background-color: #F8FAFC;
}
.support-hero {
    background: #0d398d;
    color: #fff;
    padding: 40px 0 30px;
}
.card-service i {
    font-size: 1.7rem;
    color: #0d398d;

}
.support-form .form-label {
    font-weight: 500;
}
.upload-area {
    border: 1px dashed #ced4da;
    border-radius: 6px;
    padding: 16px 12px;
    text-align: center;
    color: #888;
    font-size: 0.95rem;
    background: #f9f9f9;
    cursor: pointer;
    margin-bottom: 0;
}
.track-box {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 2px 12px #0001;
}

.navbar .nav-link.active, .navbar .nav-link:focus, .navbar .nav-link:hover {
    color: #212529 !important;
}
.btn-primary {
    background: #0d398d;
    border: none;
}
.btn-primary:hover {
    background: #0651c9;
}
@media (max-width: 991px) {
    .footer-columns {
        flex-direction: column;
        gap: 24px;
    }
}
.client-logo {
    max-height: 50px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.client-logo:hover {
    opacity: 1;
}
.card-service {
    border-top: 4px solid #004C99;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    border-radius: 12px;
    height: 100%;
}
.card-service .card-header {
    background: none;
    border-bottom: none;
    font-weight: 500;
    font-size: 1.1rem;
}
.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #e6edf6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 22px;
    color: #0d4d99;
}
.icon-box i {
    /* margin-left:10px; */
}
.service-list {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
}
.service-list li {
    margin-bottom: 0.3rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.service-list .dot {
    font-size: 1rem;
    color: #ffc107;
    margin-top: 4px;
}
.bg-white-shadow {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(13,77,153,.06);
    padding: 2.5rem 1.5rem;
}
.cta-row {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(13,77,153,.06);
    margin: 3rem 0 2rem 0;
    padding: 2rem 2rem;
}
@media (max-width: 991px) {
    .card-service {
        margin-bottom: 2rem;
    }
}
/* Footer */
.footer {
    background: #fff;
    font-size: 0.96rem;
}
.footer-line {
    border: none;
    height: 1px;
    background-color: #aaa !important;
    margin: 2rem 0;
}

.footer-line-bottom {
    border: none;
    height: 1px;
    background-color: #aaa !important;
    margin: 2rem 0;
}

.footer img {
    height:80px;
}
.footer h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer h3 {
    font-size: 1rem;
    font-weight: 400;
}

.footer a {
    color: #212529;
    text-decoration: none;
}

.footer-link i {
    margin-right: 8px;
}
.footer {
}
.footer .list-unstyled a {
    color: #212529 !important;
    text-decoration: none;
}
.footer .list-unstyled i {
    color: #004c99;
    font-size:1rem;
}

.footer-bottom {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    font-size: 0.95rem;
    color: #212529;
    padding-bottom: 10px;
}

.section-title {
    color: #232323;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.7rem;
}
.section-desc {
    color: #5d5d5d;
    font-size: 1.1rem;
    max-width: 560px;
    margin: 0 auto 36px auto;
}
.card-partner {
    border-top: 4px solid #004C99;
    border-radius: 12px;
    box-shadow: 0 1px 8px rgba(17,62,133,0.04);
    transition: box-shadow 0.15s;
    height: 100%;
    background: #fff;
    border-left:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    height: 100%;
}
.card-partner:hover {
    box-shadow: 0 2px 16px rgba(23,102,184,0.09);
}
.card-partner .card-header {
    background: none;
    border: none;
    padding-bottom: 0;
}
.card-partner .partner-icon {
    width: 50px;
    height: 50px;
    background: #e6f0fa;
    color: #1856b3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 8px;
}
.card-partner .btn {
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 7px 20px;
    border-radius: 6px;
}
.benefits-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 18px;
}
.benefits-list li {
    display: flex;
    align-items: start;
    gap: 8px;
    color: #404850;
    margin-bottom: 5px;
    font-size: 0.98rem;
}
.benefits-list .bi-dot {
    font-size: 1rem;
    color: #ffc107;
    margin-top: 4px;
}
.card-partner .card-title {
    font-size: 1.13rem;
    font-weight: 600;
    color: #1856b3;
    margin-bottom: 0.65rem;
}
.card-partner .card-text {
    font-size: 0.97rem;
    margin-bottom: 0.7rem;
    color: #323232;
}
.cta-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 12px rgba(18,77,153,.07);
    margin: 38px 0 34px 0;
    padding: 2.2rem 1rem;
}
.cta-box .btn-success {
    background: #24cd66;
    border: none;
    font-weight: 600;
    font-size: 1.06rem;
    padding: 8px 28px;
    border-radius: 6px;
}
.cta-box .btn-success:hover {
    background: #1ba655;
}
.testimonials-section {
    margin-top: 30px;
}
.testimonials-title {
    font-weight: 700;
    color: #232323;
    margin-bottom: 18px;
    font-size: 1.35rem;
}
.testimonial-card {
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 1px 9px rgba(22,62,133,0.04);
    padding: 22px 22px 20px 22px;
    margin-bottom: 18px;
    border: 1px solid #edeff0;
    height: 100%;
}
.testimonial-card .stars {
    color: #ffc107;
    font-size: 1.1rem;
    margin-bottom: 3px;
}
.testimonial-card .text-muted {
    font-size: 0.97rem;
    margin-top: 8px;
    margin-bottom: 2px;
}
/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
        padding-top:50px;
    }

    .hero-section {
        padding: 40px 0;
    }
}

.contact-header {
    background: #0052cc;
    color: #fff;
    padding: 36px 0 24px 0;
}
.contact-header .contact-title {
    font-weight: 700;
    font-size: 2rem;
}
.contact-header .contact-sub {
    color: #cbe1ff;
}
.contact-card {
    background: #fff;
    border:1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 1px 10px rgba(0,0,50,0.06);
}
.contact-sidebar {
    background: #fff;
    border:1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 1px 10px rgba(0,0,50,0.06);
}
.contact-label {
    font-weight: 500;
}
.contact-sidebar span {
    margin-left:13px;
}
.social-icon {
    font-size: 1.3em;
    color: #0052cc;
    margin-right: 10px;
}
.map-box {
    background: #fff;
    border:1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 1px 10px rgba(0,0,50,0.06);
    padding: 2.5rem 1rem;
}
@media (max-width: 991px) {
    .contact-header {
        text-align: center;
    }
    .contact-card, .contact-sidebar, .map-box {
        margin-bottom: 16px;
    }
}
@media (max-width: 575px) {
    .contact-header {
        padding: 24px 0 12px;
    }
    .map-box {
        padding: 1rem 0.2rem;
    }
}
.error {
    color: red !important;
    font-weight: normal;
}
.required {
    color: red;
    font-weight: bold;
}
/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}
.header-nav>ul {
    margin: 0;
    padding: 0;
}
.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 5px;
    position: relative;
}
.header-nav .nav-profile {
    color: #012970;
}
.header-nav .nav-profile img {
    max-height: 36px;
}
.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
}
.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}
.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
}
.header-nav .profile .dropdown-header span {
    font-size: 14px;
}
.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}
a {
    text-decoration: none;
    color: blue;
}

.popular-post-image .popular {
    width: 100px;
    height: 80px;
    object-fit: cover;
}


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

.popular-posts-container a {
    text-decoration: none !important;
    color: inherit !important;
}

.blog-post img.card-img-top {
    width: 100%;

}
.shadow-start {
    box-shadow: -4px 0 6px -2px rgba(0, 76, 153, 0.5); /* custom left shadow */
    border-left: 4px solid #004c99; /* Bootstrap primary color */
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.order-lg-3 .nav-icon {
    color:#004c99;
}

.dropdown-item.active, .dropdown-item.nav-icon, .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: #004c99;
}
.dropdown-item.active i,
.dropdown-item:active i {
    color: white !important;
}
