* {
    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;
      
    }

    .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 */


/* Product hero start */
.about-section {
    width: 100%;
    position: relative;
}

.about-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url('img/about-us.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;
}

.about-title {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Rajdhani", sans-serif;
}

@media (max-width: 768px) {
    .about-bg {
        height: 300px;
        /* Smaller height for tablets */
    }

    .about-title {
        font-size: 36px;
        /* Adjust the font size for smaller screens */
    }
}

@media (max-width: 576px) {
    .about-bg {
        height: 200px;
        /* Smaller height for mobile devices */

    }

    .about-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 */



/* 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;
}
.img-fluid{
    width: 100%;
}

/* 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 */


/* Infrastuctre start */

.infrastructure {
    background-color: #f8f9fa;
    position: relative;
}

/* Section Title Styling */
.section-title {
    font-size: 45px;
    margin-bottom: 20px;
}

/* Text Styling */
.content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.content p.lead {
    font-size: 16px;
    color: #737373;
    font-weight: 500;
}

/* Image Styling */
.image-section img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80%;
}

/* General Styles */
.infrastructure {
    position: relative;
}

.image-section {
    position: relative;
}

.img-fluid1 {
    max-width: 100%;
    height: auto;
}
.infra{
    display: flex;
}

/* Vertical Text Styles */
.vertical-right-text {
    position: absolute;
    right: 40px;
    /* Align to the right */
    top: -7%;
    transform: translateY(-50%) rotate(-90deg);
    /* Rotate and center vertically */
    transform-origin: right center;
}

.vertical-right-text h1 {
    font-size: 4rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}
/* Adjustments for smaller screens */
@media (max-width: 1200px) {
    .vertical-right-text h1 {
        font-size: 5rem;
    }

    .vertical-right-text {
        /* position: absolute; */
        right: -22px;
    }
}

@media (max-width: 992px) {
    .vertical-right-text h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .vertical-right-text {
        position: absolute;
        right: 320px;
        top: -21%;
        transform: translateY(-50%) rotate(-90deg);
        /* Rotate and center vertically */
        transform-origin: right center;
    }

    .vertical-right-text h1 {
        font-size: 3rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .content p.lead {
        font-size: 10px;
    }

    .content p {
        font-size: 10px;
    }

    .vertical-right-text {
        position: absolute;
        right: 90%;
        top: 1%;
        transform: translateY(-50%) rotate(-90deg);
        /* Rotate and center vertically */
        transform-origin: right center;
    }

    .vertical-right-text h1 {
        font-size: 25px;
    }

  
    .infra{
        display: flex;
        flex-direction: column-reverse;
    }
    .image-section img {
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 80%;
        margin-left: 58px;
    }
    
}

/* Product range end */

/* Infrastructure 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;
}

@media (max-width: 991px) {
    
    .store {
        margin-left: 120px;
    }
}
/* Responsive Adjustments */
@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;
    }
}
/* .col-md-6{
    width: 10%;
} */
/* .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
} */
@media (max-width: 768px) {
    .col-md-5 {
        flex: 0 0 auto;
        width: 36%;
    }
}
.footer-hr1{
    border: 3px solid #ffffff;
    width: 50px;
    margin-top: 0px;
}