* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    color: #333;
}

/* Whatsapp Button */

.whatsapp-btn{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10000;
}

.whatsapp-btn img{
    width: 70px;
    height: auto;
}

@media (max-width: 600px) {
    .whatsapp-btn img{
        width: 60px;
        height: auto;
    }
}

/* Top Bar Section */

.top-bar-section{
    width: 100%;
    background-color: #2C2C2C;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 70px;
}

.top-bar-section a{
    color: white;
    height: auto;
    text-decoration: none;
}

.top-bar-social-icons a{
    height: 20px;
}

.top-bar-content-section{
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-bar-content-section p{
    font-size: 16px;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-bar-social-icons{
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-social-icons i{
    font-size: 20px;
}

/* Navbar Section */

header {
    background-color: #171263;
    padding: 20px 0;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 70px;
    margin: 0 auto;
}

.logo {
    width: auto;
    display: flex;
    align-items: center;
    color: #fff;
}

.logo img {
    width: 135px;
}

nav {
    width: auto;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav a {
    color: #fff;
    text-decoration: none;
}

.cta {
    width: auto;
}

.quote-btn {
    background-color: #fff;
    color: #171263;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

/* Banner Section */

.banner-section{
    width: 100%;
    height: 300px;
    background-image: url("./images/main-banner-waree.jpg");
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: -1;
}

.banner-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: -webkit-gradient(linear, left top, right top, from(#0d57d7), to(#4d8eff));
    background: linear-gradient(90deg, #0d57d7 0%, #4d8eff 100%);
    mix-blend-mode: multiply;
    z-index: 2;
}

.banner-section h2{
    font-size: 40px;
    color: white;
    font-weight: 600;
    z-index: 10;
}

/* About Section */

.aboutus-section {
    padding: 60px 20px;
    background-color: #ffffff;
}

.aboutus-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.aboutus-image {
    position: relative;
    width: 50%;
    margin-top: 85px;
}

.aboutus-image img {
    width: 100%;
    border-radius: 8px;
}

.aboutus-experience {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-color: #007BFF;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
}

.aboutus-experience h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}

.aboutus-experience p {
    margin: 0;
    font-size: 14px;
}

.aboutus-content {
    width: 45%;
}

.aboutus-header h3 {
    color: #febe58;
    font-size: 18px;
    text-transform: uppercase;
}

.aboutus-header h1 {
    font-size: 36px;
    color: #171263;
    margin: 5px 0;
    line-height: 1.2;
}

.aboutus-header p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: justify;
}

.aboutus-services {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.service-item {
    text-align: center;
    width: 48%;
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 8px;
}

.service-item img {
    width: 40px;
    margin-bottom: 5px;
}

.service-item h4 {
    margin: 0;
    font-size: 18px;
    color: #333333;
}

.service-item p {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

/* Performance Section */

.performance-section {
    background-color: #007BFF;
    padding: 80px 20px;
    background-image: url(https://themejunction.net/html/pipex/demo/assets/images/shapes/counter-shapes-1.svg) , url(https://themejunction.net/html/pipex/demo/assets/images/shapes/counter-shapes-2.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
}

.performance-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.performance-item {
    text-align: center;
}

.performance-item i {
    font-size: 40px;
}

.performance-item h2 {
    font-size: 36px;
    margin: 10px 0;
}

.performance-item p {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

/* About Section */

.about-section {
    padding: 100px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('https://themejunction.net/html/pipex/demo/assets/images/shapes/about-1.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 180px;
    background-color: white;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.about-image-container {
    width: 45%;
    position: relative;
}

.about-image-wrapper {
    position: relative;
    padding: 10px;
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: auto;
    display: block;
    border-radius: 15px;
    border: 4px solid #171263;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.content-container {
    width: 50%;
}

.section-title {
    color: #febe58;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.content-container h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 10px;
    color: #171263;
}

.content-container p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
    text-align: justify;
}

.service-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    background-color: #eef2ff;
    padding: 20px 35px;
    border-radius: 15px;
    border-left: 5px solid #171263;
}

.service-list li {
    width: 49%;
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.service-list li::marker {
    color: #171263;
  }

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .content-container, .about-image-container {
        width: 100%;
    }
}

/* Footer Section */

.footer-section {
    background-color: #2C2C2C;
    color: #ffffff;
    padding: 60px 20px;
    background-image: url("./images/pvc-machine.png");
    background-size: cover;
    background-position: center;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-item {
    text-align: center;
    flex: 1;
    color: white;
    text-decoration: none;
}

.footer-item .footer-icon i {
    font-size: 40px;
    margin-bottom: 5px;
}

.footer-item p {
    font-size: 16px;
    margin: 5px 0;
}

.footer-item h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0px 50px;
}

.footer-brand {
    width: auto;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 10px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    width: 60%;
    margin-bottom: 10px;
}

.footer-socials a {
    margin-right: 10px;
    font-size: 25px;
    color: #ffffff;
    text-decoration: none;
}

.footer-logo-section{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0px;
}

.footer-logo-section img{
    width: auto;
    height: 60px;
    border-radius: 5px;
}

.footer-links {
    flex: 1;
}

.footer-links h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

.footer-below-box{
    width: 100%;
    padding: 10px;
    background-color: #0056D2;
}

.footer-below-box h3{
    width: 100%;
    text-align: center;
    color: white;
}

/* Responsive Code */

@media (max-width: 1200px) {
    /* About Section */
    .about-section{
        padding: 80px 50px;
    }

    .service-list li{
        width: 100%;
    }
    .about-container{
        gap: 50px;
    }
    /* Footer */
    .footer-brand{
        width: 45%;
    }
}

@media (max-width: 1175px) {
    nav ul{
        gap: 15px;
    }
    nav ul li{
        font-size: 15px;
    }
}

@media (max-width: 1022px) {
    nav {
        display: none;
    }
}

@media (max-width: 769px) {
    /* Top Section */
    .top-bar-section{
        flex-direction: column;
        padding: 5px 10px;
        gap: 10px;
    }
    .top-bar-content-section{
        flex-direction: column;
        gap: 2px;
    }

    /* Navbar Section */

    header {
        padding: 10px 15px;
    }

    nav {
        display: none;
    }
    .container{
        padding: 0px;
    }
    .logo img {
        width: 110px;
    }

    .quote-btn {
        background-color: #fff;
        color: #171263;
        padding: 5px 10px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
    }

    /* Banner Section */

    .banner-section{
        height: 160px;
    }

    .banner-section h2{
        font-size: 25px;
        text-align: center;
    }

    /* Upper About Us Section */

    .aboutus-header h1 {
        font-size: 28px;
        margin: 5px 0;
        text-align: center;
    }
    .aboutus-header h3{
        text-align: center;
    }
    .aboutus-header p{
        font-size: 14px;
    }

    /* Performance Section */

    .performance-section{
        padding: 40px 10px;
    }

    .performance-container{
        flex-wrap: wrap;
        gap: 20px;
    }

    .performance-item h2{
        font-size: 26px;
        margin: 2px 0;
    }

    .performance-item i {
        font-size: 24px;
    }

    /* Upper About Us Section */

    .aboutus-section{
        padding: 20px 10px;
    }
    .aboutus-container{
        flex-direction: column;
    }
    .aboutus-image{
        width: 100%;
        margin-top: 20px;
    }
    .aboutus-experience{
        left: -5px;
        padding: 8px 10px;
        max-width: 140px;
    }
    .aboutus-experience h2{
        font-size: 28px;
        line-height: 1.1;
    }
    .aboutus-content{
        width: 100%;
    }

    /* About Section */

    .about-section{
        padding: 50px 10px 20px 10px;
    }
    .about-container{
        gap: 10px;
    }
    .about-image-wrapper img{
        width: 70%;
    }
    .section-title{
        font-style: 16px;
    }
    .content-container h1{
        font-size: 32px;
    }
    .content-container p{
        font-size: 14px;
    }
    .service-list li{
        width: 100%;
        text-align: left;
    }
    .service-list ul{
        margin-bottom: 15px;
    }
    .service-item h4{
        font-size: 14px;
    }
    /* Footer Section */
    .footer-section{
        padding: 20px;
    }
    .footer-top{
        flex-direction: column;
        gap: 15px;
    }
    .footer-middle{
        flex-direction: column;
        padding: 0px 10px;
        justify-content: center;
        gap: 25px;
    }
    .footer-brand{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer-links{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer-links h3{
        margin-bottom: 10px;
    }
    .footer-item .footer-icon i{
        font-size: 30px;
    }
    .footer-links ul li{
        text-align: center;
    }
    .footer-item p{
        font-size: 14px;
    }
    .footer-item h3{
        font-size: 18px;
    }
    .footer-below-box h3{
        font-size: 14px;
    }
    .footer-brand p{
        width: 100%;
        text-align: center;
    }
    .footer-brand{
        width: auto;
    }
    .footer-logo-section{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-logo-section img{
        height: 65px;
    }
}

@media (max-width:425px) {
    /* About Us Section */
    .about-image-wrapper img{
        width: 90%;
    }
}

/* Sidebar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 2000;
}

.sidenav a {
    padding: 8px 8px 8px 22px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidebar-logo-img {
    width: 100px;
    margin-top: 5px;
}

.sidebar-open {
    display: none !important;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

@media (max-width:900px) {
    .sidebar-open {
        display: block !important;
    }
}

.sidebar-nav{
    color: white;
    font-size: 25px;
    display: none !important;
    cursor: pointer;
}

@media (max-width:1022px) {
    .sidebar-nav{
        display: block !important;
    }
}