* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hidden {
    opacity: 1;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.hidden.in-view {
    opacity: 1;
    transform: translateY(0);
}

a {
    text-decoration: none;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1439px;
    }
}


/* Navbar Styling */
@import url('https://fonts.cdnfonts.com/css/hermeneus-one');

p {
    font-family: "Montserrat", sans-serif;
}

/* Blue box across entire header */
.navbar-header {
    padding: 0px 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
    /* Full width for the blue box */
}

.navbar-nav {
    /* padding-right: 170px; */
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0px 70px;

    /* Blue color */
}

.navbar-brand {
    background-color: #174B82;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    height: 70px;
}

.navbar-brand img {
    max-width: 210px;
    height: auto;
    padding-top: 7px;
    padding-left: 53px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #DE6203
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
}

.nav-link {
    font-size: 18px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

.navbar-nav .nav-item:hover {
    color: #ff5722;
}

.btn-warning {
    background-color: #DE6203;
    border: none;
    color: #fff;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 0px;
    font-family: "Rajdhani", sans-serif;
}

.btn-warning:hover {
    background-color: #e64a19;
    color: white;
}

/* Custom spacing between nav-items */
.navbar-nav .nav-item {
    margin-left: 3rem;
}

/* Center the navbar items */
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    padding: 0;
}

/* Dropdown hover functionality */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 16px;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.navbar-expand-lg .navbar-collapse {

    margin-right: 182px;
}

.navbar-toggler {
    padding: 8px 10px;

}

@media (max-width: 1400px) {

    .navbar-brand img {
        padding-top: 22px;
    }


}

@media (max-width: 1400px) {
    .nav-link {
        font-size: 16px;
    }

    .navbar-brand {
        height: 97px;
        padding: 0px 77px;
    }

    .navbar-brand img {
        padding-top: 22px;
    }

    .nav-item {
        /* margin-left: 0px; */
        padding-top: 10px;
        /* line-height: 0; */
    }

    .navbar-nav .nav-item {
        margin-left: 0px;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-right: 49px;
    }

    .btn-warning {
        padding: 4px 20px;
        font-size: 16px;
    }
}


/* Responsive adjustments */
@media (max-width: 991px) {
    .navbar-brand img {

        padding-top: 0px;
    }

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
    }

    /* .dropdown-menu {
        background-color: wheat;
    } */

    .navbar-header {
        padding: 20px 0;
        background-color: #174B82;
        /* Blue color */
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #DE6203;
    }

    .navbar-brand {
        text-align: center;
        padding: 0px;
        position: absolute;
        left: 50%;
        height: 0px;
        transform: translateX(-50%);
        /* background-color: none; */
    }

    .navbar-nav .nav-item {
        margin-left: 0;
    }

    .btn-warning {
        display: block;
        padding: 4px 12px;
        font-size: 22px;
        margin: 0;
        position: absolute;
        right: 42px;
        top: 0px;
    }

    .toggler {
        background-color: #e64a19;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    .toggler-icon {
        color: white;
        font-size: 20px;

    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {

        align-items: flex-start;
    }
}


/* Responsive adjustments */
@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 128px;
        padding-top: 0px;
        padding-left: 0px;
        margin-left: 7px;
    }


    .navbar-brand {
        left: 48%;
        height: 0px;
    }

    .btn-warning {
        display: block;
        padding: 4px 12px;
        font-size: 10px;
        margin: 0;
        position: absolute;
        right: 12px;
        top: 7px;
    }

    .toggler-icon {
        color: white;
        font-size: 18px;
    }


}

/* Nav end */

/* Hero css */


.hero-section {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 0px 0;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translateY(-50%);
    color: white;
    z-index: 10;
    text-align: left;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #FE5722;
    /* Color for multi-grain content */
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}

.hero-content h2 {
    font-size: 55px;
    font-family: 'Hermeneus One', sans-serif;
    margin: 10px 0;
    color: #174B82;
    /* Color for "One Stop" */
}

.hero-content h3 {
    font-size: 55px;
    margin: 10px 0;
    color: #174B82;
    font-family: 'Hermeneus One', sans-serif;
    /* Color for "Solution for All Experts" */
}

.hero-content h4 {
    font-size: 55px;
    margin: 10px 0;
    color: black;
    font-family: 'Hermeneus One', sans-serif;
    /* Color for "Import Requirement" */
}

.hero-content .contact-btn {
    margin-top: 20px;
    background-color: #174B82;
    /* Background color for "Contact Us" button */
    color: white;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    /* Text color for button */
    font-weight: 700;
}

.owl-carousel .item {
    position: relative;
    min-height: 720px;
    background-size: cover;
    background-position: center;
}

/* Background images for each slide */
.slide1 {
    background-image: url('img/Slider-01.png');
    /* Replace with your first image URL */
}

.slide2 {
    background-image: url('img/Slider-01.png');
    /* Replace with your second image URL */
}

.slide3 {
    background-image: url('img/Slider-01.png');
    /* Replace with your third image URL */
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
    .hero-content {
        top: 50%;
    }

    .hero-content h1 {
        font-size: 19px;
        /* Smaller font size for mobile */
    }

    .hero-content h2,
    .hero-content h3,
    .hero-content h4 {
        font-size: 20px;
        /* Smaller font size for mobile */
    }

    .hero-section {
        padding: 0px 0;
    }

    .hero-content .contact-btn {
        margin-top: 6px;
        padding: 0.5rem 1rem;
        font-size: 14px;
        font-weight: 500;
    }

    .owl-carousel .item {
        min-height: 360px;
        /* Minimum height for smaller screens */
    }


}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    display: none;
}

/* hero css end */



/* Product start */
.product {
    font-family: "Rajdhani", sans-serif;
    color: #174B82;
    font-weight: 600;
    font-size: 27px;

}

.product-category h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-family: "Rajdhani", sans-serif;
    color: #174B82;

}

.product-category .description {
    color: #666;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}


.category-item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* Updated box-shadow */
    transition: all 0.3s ease;
    height: 250px;
    margin-right: 16px;
}

.category-item img {
    width: 60px;
    /* Adjust size as needed */
    height: auto;
    display: block;
    /* margin: 0 auto; */
    /* Center the image */
}

.category-item:hover {
    transform: translateY(-10px);
}

.icon {
    font-size: 50px;
    color: #FF7F00;
}


@media (max-width: 768px) {
    .product-category h2 {
        font-size: 2rem;
    }

    .product-category .description {
        font-size: 1rem;
    }

    .category-item {
        margin-bottom: 20px;
        margin-right: 0px;
    }

}

/* Product end */


/* About css start */

.about-us {
    background-color: #f9f9f9;
    position: relative;
    padding: 0px 0;
}

.vertical-text {
    position: absolute;
    left: 12%;
    top: 92%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
}

.vertical-text h1 {
    font-size: 7rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Rajdhani", sans-serif;
}

.text1 {
    font-size: 16px;
    color: #525252;
    font-weight: 600;
}

.text {
    font-size: 16px;
    color: #525252;
    font-weight: 500;
    color: #737373;
}

.about-us h2 {
    font-size: 45px;
}

/* Adjustments for smaller screens */
@media (max-width: 1200px) {
    .vertical-text h1 {
        font-size: 5rem;
    }

    .vertical-text {
        left: 5%;
    }
}

@media (max-width: 992px) {
    .img-fluid {
        max-width: 128%;
        height: auto;
    }

    .vertical-text h1 {
        font-size: 6rem;
    }

    .vertical-text {
        left: 10%;
        top: 54%;
    }
}

@media (max-width: 768px) {
    .img-fluid {
        max-width: 67%;
        height: auto;
    }

    .vertical-text h1 {
        font-size: 5rem;
    }

    .vertical-text {

        left: 12%;
        top: 45%;
    }
}

@media (max-width: 576px) {
    .vertical-text h1 {
        font-size: 3rem;
    }

    .vertical-text {
        position: absolute;
        left: 16%;
        top: 44%;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: left center;
    }

    .img-fluid {
        max-width: 73%;
        height: auto;
        margin-left: 88px;
    }

    .about-us h2 {
        font-size: 25px;
        color: #0056b3;
        font-family: "Rajdhani", sans-serif;
    }

    .text1 {
        font-size: 10px;
    }

    .text {
        font-size: 8px;
    }

    .userinfo {
        font-size: 12px;
    }

    .userinfo1 {
        font-size: 8px;
    }

}


/* About css end */


/* Product range css start */

/* Product Section Styling */

.product {
    font-family: "Rajdhani", sans-serif;
    color: #174B82;
    font-weight: 600;
    font-size: 27px;

}

.product-range-section {
    padding: 85px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.product-range-section h2 {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 20px;
    font-family: "Rajdhani", sans-serif;
}

.product-range-section p {
    font-size: 1rem;
    color: #777;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
}

/* Updated Product Cards */
.product-range-section .card {
    position: relative;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    margin-right: 17px;
}

.product-range-section .card:hover {
    transform: scale(1.05);
}

.product-range-section .card img {
    width: 100%;
    height: 293px;
    object-fit: cover;
    border-radius: 10px;
}

/* Product Label Overlay */
.product-range-section .product-label {
    position: absolute;
    bottom: 20px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 29px;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-range-section .product-label h5 {
    font-size: 1rem;
    color: #333;
    margin: 0;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
}

/* View All Button */
.view-all-btn {
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #DE6203;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-family: "Rajdhani", sans-serif;
    transition: background-color 0.3s ease-in-out;
}

.view-all-btn:hover {
    background-color: #e66b00;
}

.catagory-p {
    font-size: 14px;
}

/* Responsive Grid Layout */
@media (min-width: 1200px) {
    .product-range-section .col-lg-4 {
        flex: 0 0 30%;
        max-width: 30%;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .product-range-section .col-md-4 {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .product-range-section .col-sm-6 {
        flex: 0 0 48%;
        max-width: 48%;
        margin-bottom: 30px;
    }

    .product-range-section .card {
        position: relative;
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
        /* margin-right: -96px; */
        /* width: 108%; */
    }
}

@media (max-width: 576px) {
    .product-range-section {
        padding: 0px 0;
    }

    .product-category .description {
        font-size: 7px;
    }

    .product-range-section .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .product-range-section h2 {
        font-size: 25px;
    }

    .product-range-section p {
        font-size: 7px;
    }

    .product-category h2 {
        font-size: 25px;
    }

    .product {
        font-size: 25px;
    }

    .catagory-p {
        font-size: 13px;
    }

    .category-item {
        margin-bottom: 0px;
    }

    .product-range-section .card {
        position: relative;
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
        /* margin-right: -96px; */
        width: 100%;
    }

    .view-all-btn {
        font-size: 8px;
        margin-top: 9px;
        padding: 9px 25px;
        margin-bottom: 20px;
    }

}

/* Product range css end */



/* Contact Section */

.contact-section {
    height: 62vh;
    /* Form will cover 50% of the viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 180px;
}

.contact-section h2 {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 10px;
    font-family: "Rajdhani", sans-serif;
}

.contact-section p {
    font-size: 1rem;
    font-weight: 300;
    color: #777;
    margin-bottom: 40px;
}

.contact-section form {
    width: 100%;
    max-width: 800px;
    /* Set max-width for the form */
    background-color: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-section form .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    padding: 10px 15px;
    margin-bottom: 14px;
    font-family: "Rajdhani", sans-serif;
}

.contact-section form .btn-submit {
    background-color: #F16624;
    color: white;
    border-radius: 5px;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.contact-section form .btn-submit:hover {
    background-color: #e66b00;
}

/* Footer Section */
.footer {
    background-color: #003366;
    color: white;
    padding-top: 180px;
}

.footer h5 {
    font-weight: 600;
    color: white;
}

.footer p {
    font-size: 14px;
    color: #ccc;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer ul li i {
    margin-right: 8px;
}

.footer img {
    max-width: 150px;
}

.copyright {
    display: flex;
    justify-content: space-between;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
}

.category {
    font-size: 15px;
}

.company {
    font-size: 15px;
}

.card-text {
    font-size: 24px;
}

.storein {
    font-size: 22px;
}


/* Responsive Adjustments */

@media (max-width: 991px) {

    .store {
        margin-left: 120px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        height: auto;
        padding: 0px 0px;
    }

    .contact-section h2 {
        font-size: 1.5rem;

    }

    .contact-section p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact-section1 {
        font-size: 11px;
    }


    .contact-section form .btn-submit {
        padding: 10px 20px;
        font-size: 12px;
    }

    .container1 {
        width: 90%;
    }

    .card-text {
        font-size: 17px;
    }

    .card-body {
        flex: 1 1 auto;
        padding: 0rem 0rem;
    }

    .footer {
        padding-top: 30px;
    }

    .footer p {
        font-size: 10px;
        color: #ccc;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
        font-size: 12px;
    }

    .contact1 {
        color: #6c757d;
        font-size: 11px;
        margin-bottom: 0px;
        font-weight: 300;
    }

    .category {
        font-size: 10px;
    }

    .company {
        font-size: 10px;
    }

    .contact-section form {
        padding: 20px;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
    }

    .copyright p {
        margin-bottom: 10px;
    }

    .card1 .i {
        font-size: 30px;
        color: #ff6700;
        margin-right: 27px;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 36%;
    }

    .store {
        margin-left: 70px;
    }

    .storein {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .store {
        margin-left: 42px;
    }

    .list-unstyled {

        font-size: 10px;
    }

    .storein {
        font-size: 12px;
    }

    .footer img {
        max-width: 118px;
    }
}

.footer-hr1 {
    border: 3px solid #ffffff;
    width: 50px;
    margin-top: 0px;
}