﻿.main > div[b-59jxinmbmo] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Contact Us */
.contactus-content {
    font-family: Arial, sans-serif;
}

    .contactus-content h2 {
        font-weight: bold;
        color: #333;
    }

    .contactus-content h4 {
        font-weight: bold;
        color: #333;
    }

    .contactus-content p {
        color: #555;
    }

/* E-Waste */
.ewaste-container {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dee2e6; /* Add border for the whole content */
    border-radius: 5px; /* Optional: Add border-radius for rounded corners */
}
.ewaste-container h3 {
    background-color: #337ab7;
    color: white;
    padding: 10px 15px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.ewaste-container p,
.ewaste-container h2,
.ewaste-container h4 {
    padding: 10px;
}

.ewaste-container ul {
    padding-left: 20px;
}

.ewaste-container li {
    margin-bottom: 5px;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered th {
    background-color: #f5f5f5;
}

.table-bordered td {
    background-color: #ffffff;
}



/* Tablets Page*/


.image-mainlayout {
    text-align: center;
    padding: 20px;
    transition-duration: 0.3s;
}

    .image-mainlayout img {
        border-style: solid;
        border-width: 2px;
        border-radius: 10px;
    }


/* Product Details Page*/
.weber-x10, .weber-x10-pro, .weber-S10 {
    padding: 10px;
    border: 2px solid #DBDBDB;
    border-radius: 10px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

    .weber-x10 img, .weber-x10-pro img, .weber-S10 img {
        width: 100%;
        margin-bottom: 10px;
    }

.h2 {
    font-size: 2rem;
}


/* Home Page*/
.elementor-column img {
    max-width: 100%;
    height: auto;
    border: 2px solid #212121;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.elementor-heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}

/* Main Layout*/
.main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content {
    flex-grow: 1;
}  