* {
    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 */



/* contact hero start */
.cn-section {
    width: 100%;
    position: relative;
}

.cn-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url('img/contactus.png');
    /* Update the image path */
    background-size: cover;
    /* background-position: center; */
    height: 290px;
    /* Adjust this value based on your preferred height */
    position: relative;
    padding-top: 0%;
    background-repeat: no-repeat;
}

.cn-title {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Rajdhani", sans-serif;
}

@media (max-width: 768px) {
    .cn-bg {
        height: 300px;
        /* Smaller height for tablets */
    }

    .cn-title {
        font-size: 36px;
        /* Adjust the font size for smaller screens */
    }
}

@media (max-width: 576px) {
    .cn-bg {
        height: 200px;
        /* Smaller height for mobile devices */

    }

    .product-title {
        font-size: 47px;
        padding-top: 0px;
        /* Even smaller font size for mobile screens */
    }
}

.breadcrumb {
    padding-top: 11px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;

}

.navbotom {
    color: black;
}

.navbotom:hover {
    color: #174B82;
}

/* ENd section hero */

.contact-section1 {
    /* padding: 60px 0; */
    text-align: center;
}

.contact-section1 h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Rajdhani", sans-serif;
}

.contact-section1 h2 span {
    color: #007bff;
}

.contact-section1 {
    color: #6c757d;
    font-size: 15px;
    /* margin-bottom: 40px; */
    font-weight: 300;
}

.contact1 p {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: 300;
}





.card-body {
    /* padding-top: 30px; */
    padding-bottom: 0px;
    text-align: left;
}

.contact-info .content h5 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #0056b3;
    /* Similar color to the image */
}

.contact-info .content p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 14px;
}

.map-container {
    max-width: 100%;
    margin: 40px auto 0;
}

.card1 {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    transition: transform 0.2s ease;
    height: 150px;
}

.card1 .i {
    font-size: 40px;
    color: #ff6700;
    margin-right: 20px;
}

.card1:hover {
    transform: translateY(-5px);
}

.card-body {
    /* padding-top: 30px; */
    padding-bottom: 0;
    text-align: left;
}

.contact1 {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .card1 {
        padding-left: 39px;
    }

    .col-md-4 {
        flex: 0 0 50%;
        max-width: 100%;
        margin-bottom: 20px;
        /* Added margin for spacing */
    }
}

@media (max-width: 991px) {
    .card1 {
        padding-left: 20px;
    }

    .col-md-4 {
        flex: 0 0 48%;
    }
}

@media (max-width: 768px) {
    .card1 {
        padding-left: 108px;
    }

    .col-md-4 {
        flex: 0 0 100%;

    }
}

@media (max-width: 576px) {
    .card1 {
        padding-left: 48px;
    }
}

/* 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;
}