.elementor-698 .elementor-element.elementor-element-2b594cd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-72eb2c0 *//* General Styling */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #2c2c2c;
    color: #fff;
}

h2 {
    font-size: 1.8em; /* Adjusted size to be smaller */
    color: #FFD700; /* Yellow Text */
    margin-bottom: 10px;
    text-align: left; /* Ensure heading alignment */
}

p {
    font-size: 1.1em;
    color: #f5f5f5;
}

.container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

/* Section Styling */
section {
    background-color: #333333;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
}

/* Align "About Khojeko Jastai", "Our Mission" and "What We Offer" to Left */
#about, #mission, #what-we-offer {
    text-align: left;
}

/* Section Header and Content */
#about h2, #mission h2, #what-we-offer h2, 
#orders-delivered h2, #customer-satisfaction h2, #free-delivery h2, 
#customer-support h2, #payment-options h2, #best-prices h2, #fast-shipping h2, 
#exclusive-discounts h2, #eco-friendly h2, #returns h2, #secure-shopping h2 {
    margin-top: 20px;
    color: #FFD700; /* Ensure all h2 tags have yellow text */
}

/* About, Mission, and What We Offer Text */
#about p, #mission p, #what-we-offer ul {
    font-size: 1.1em;
    color: #f5f5f5;
}

#what-we-offer ul {
    list-style-type: none;
    padding-left: 0;
}

#what-we-offer li {
    padding: 5px 0;
}

/* Buttons */
.cta-button {
    background-color: #FFD700;
    border: none;
    color: #333;
    padding: 10px 20px;
    font-size: 1.1em;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.cta-button:hover {
    background-color: #FFA500;
}

/* Stats Bar */
.stat-bar {
    width: 100%;
    height: 20px;
    background-color: #555;
    border-radius: 10px;
    margin-top: 20px;
}

.percentage {
    height: 100%;
    background-color: #FFD700;
    border-radius: 10px;
}

/* Badges and Icons */
.price-badge, .return-badge, .eco-badge, .secure-badge {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFD700;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
}

.shipping-progress {
    width: 100%;
    height: 10px;
    background-color: #444;
    margin-top: 20px;
    border-radius: 5px;
}

.progress-bar {
    width: 70%; /* Example progress for shipping */
    height: 100%;
    background-color: #FFD700;
    border-radius: 5px;
}

.icon-container img, .payment-icons img {
    width: 80px; /* Set all logos to the same size */
    height: auto; /* Maintain aspect ratio */
    margin: 0 10px; /* Space between logos */
}

/* New Custom Styling for About, Mission, and What We Offer */
#about, #mission, #what-we-offer {
    background-color: #444;
    padding: 30px;
    border-radius: 10px;
}

#about p, #mission p {
    margin-top: 10px;
}

/* Styling for payment icons */
.payment-icons {
    display: flex;
    justify-content: space-around; /* Ensures logos are evenly spaced */
    align-items: center; /* Vertically aligns logos */
    margin-top: 20px;
}

.payment-icons img:hover {
    transform: scale(1.1); /* Slight hover effect to make the icons stand out */
    transition: transform 0.3s ease-in-out;
}/* End custom CSS */