.service .card-body i{
    font-size: 50px;
}

/* Styling for the new 'center-section' */
.center-section {
    max-width: 1200px;
    margin: 0 auto; /* Centers the section on the page */
    text-align: center; /* Centers text content within the section */
    padding: 20px;
    background-color: #f8f8f8; /* Light background similar to the image */
    color: #333;
    font-family: Arial, sans-serif; /* You might want to use your site's main font */
    line-height: 1.6;
}

.center-section header {
    margin-bottom: 40px;
}

.center-section header h1 {
    font-size: 2.5em; /* Adjust as needed */
    color: #555;
    margin-bottom: 5px;
}

.center-section header h2 {
    font-size: 1.8em; /* Adjust as needed */
    color: #777;
    margin-top: 0;
}

.center-section .products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* Space between items */
    margin-bottom: 40px;
}

.center-section .product-item {
    flex: 1 1 300px; /* Grow, shrink, and base width */
    max-width: 350px; /* Limit individual item width */
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.center-section .product-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.center-section .product-label {
    background-color: #d6e9c6; /* Greenish background, similar to the image */
    color: #4a6d3f; /* Darker green text */
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.center-section .description {
    font-size: 1.1em;
    color: #666;
    max-width: 800px;
    margin: 0 auto; /* Center the paragraph */
}

/* Media Queries for Responsiveness */

/* For tablets and smaller desktops */
@media (max-width: 992px) {
    .center-section header h1 {
        font-size: 2em;
    }

    .center-section header h2 {
        font-size: 1.5em;
    }

    .center-section .product-item {
        flex: 1 1 45%; /* Two items per row */
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .center-section {
        padding: 10px;
    }

    .center-section header h1 {
        font-size: 1.8em;
    }

    .center-section header h2 {
        font-size: 1.3em;
    }

    .center-section .products-grid {
        gap: 20px;
    }

    .center-section .product-item {
        flex: 1 1 90%; /* One item per row */
        max-width: 400px; /* Limit width on smaller screens */
    }

    .center-section .product-label {
        font-size: 1em;
        padding: 8px 15px;
    }

    .center-section .description {
        font-size: 1em;
        padding: 0 10px;
    }
}

/* Very small mobile devices */
@media (max-width: 480px) {
    .center-section header h1 {
        font-size: 1.5em;
    }

    .center-section header h2 {
        font-size: 1.1em;
    }
}

/* what it does  section */
        /* Styling for the section */
.what-it-does-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    color: #333;
}

.what-it-does-section .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.what-it-does-section .text-content {
    flex: 1 1 500px;
    max-width: 600px;
    text-align: left;
}

.what-it-does-section h1 {
    font-size: 3em;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.what-it-does-section p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #555;
}

.what-it-does-section .learn-more-button {
    background-color: #1b2a2e;
    color: #000000;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.what-it-does-section .learn-more-button:hover {
    background-color: #55b5cc;
}

/* --- Styling for the image container --- */
.what-it-does-section .image-container {
    flex: 1 1 500px; /* Base width for the image container */
    max-width: 50%;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden; /* Ensures the image is clipped to the rounded corners */
}

.what-it-does-section .image-container img {
    width: 100%; /* Makes the image fill its container */
    height: auto; /* Maintains the image's aspect ratio */
    display: block; /* Removes extra space below the image */
}

/* --- Media Queries for Responsiveness --- */
@media (max-width: 992px) {
    .what-it-does-section .content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .what-it-does-section .text-content,
    .what-it-does-section .image-container {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .what-it-does-section h1 {
        font-size: 2.8em;
    }
}

@media (max-width: 768px) {
    .what-it-does-section {
        padding: 40px 15px;
    }
    .what-it-does-section h1 {
        font-size: 2.2em;
    }
    .what-it-does-section p {
        font-size: 1em;
    }
}
/* what it does  section */

@media only screen and (max-width: 767px){
.navbar-nav{
text-align: center;
}
.carousel-caption{
bottom: 125px;
}
.carousel-caption h5{
font-size: 17px;
}
.carousel-caption a{
padding: 10px 15px;

}
}

/* Styling for the new 'results-section' */
.results-section {
    padding: 60px 20px; /* Add some vertical padding */
    background-color: #f8f8f8; /* A light background, similar to the image */
    font-family: Arial, sans-serif; /* Match your site's font */
    color: #333;
}

.results-section .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; /* Allows columns to stack on smaller screens */
    align-items: center; /* Vertically align items in the center */
    gap: 40px; /* Space between the text and image columns */
}

.results-section .text-content {
    flex: 1 1 500px; /* Allows text to take up roughly half the width */
    max-width: 600px; /* Max width for the text column */
    text-align: left; /* Align text to the left */
}

.results-section .subtitle {
    color: #e6007e; /* Pink color from the image */
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.results-section h1 {
    font-size: 3.5em; /* Large, bold heading */
    color: #333; /* Dark text */
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900; /* Extra bold */
}

.results-section .description {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.results-section .bullet-points {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
}

.results-section .bullet-points li {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px; /* Space for custom bullet */
    color: #555;
}

.results-section .bullet-points li::before {
    content: ''; /* Required for pseudo-elements */
    position: absolute;
    left: 0;
    top: 0.5em; /* Adjust to vertically center the dot */
    width: 8px;
    height: 8px;
    background-color: #e6007e; /* Pink dot color */
    border-radius: 50%; /* Make it a circle */
}

.results-section .image-container {
    flex: 1 1 500px; /* Allows image to take up roughly half the width */
    display: flex; /* Use flex to center the image if it's smaller than container */
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; /* Placeholder background similar to the image */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Ensures image is clipped to rounded corners */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* Soft shadow */
    padding: 20px; /* Some internal padding if needed */
}

.results-section .image-container img {
    max-width: 100%; /* Ensure image is responsive */
    height: auto;
    display: block; /* Remove extra space below image */
    border-radius: 5px; /* Optional: slightly round image corners too */
}


/* Media Queries for Responsiveness */

/* For tablets and smaller desktops */
@media (max-width: 992px) {
    .results-section .content-wrapper {
        flex-direction: column; /* Stack columns vertically */
        text-align: center; /* Center text when stacked */
    }

    .results-section .text-content,
    .results-section .image-container {
        flex: 1 1 100%; /* Take full width when stacked */
        max-width: 100%; /* Ensure they don't exceed container width */
    }

    .results-section h1 {
        font-size: 2.8em;
    }

    .results-section .description,
    .results-section .bullet-points {
        max-width: 600px; /* Keep description and list readable width */
        margin-left: auto;
        margin-right: auto;
    }

    .results-section .bullet-points {
        text-align: left; /* Keep bullet points aligned left */
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .results-section {
        padding: 40px 15px;
    }

    .results-section h1 {
        font-size: 2.2em;
    }

    .results-section .description,
    .results-section .bullet-points li {
        font-size: 1em;
    }

    .results-section .bullet-points li {
        padding-left: 20px; /* Adjust padding for smaller screens */
    }

    .results-section .bullet-points li::before {
        top: 0.4em; /* Adjust vertical position for smaller screens */
        width: 7px;
        height: 7px;
    }
}

/* Very small mobile devices */
@media (max-width: 480px) {
    .results-section h1 {
        font-size: 1.8em;
    }
}

/* Styling for the hero section with a background image and text overlay */
.hero-section {
    position: relative;
    width: 100%;
    height: 60vh; /* Sets height to 60% of the viewport height */
    background-image: url('/IMG-20250721-WA0031.jpg'); /* Your background image */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    color: #fff; /* White text color */
    text-align: center;
    overflow: hidden;
}

/* A subtle overlay to improve text readability on any background image */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
}

/* Container for the text, positioned on top of the overlay */
.hero-section .hero-content {
    position: relative;
    z-index: 1; /* Puts the content above the overlay */
    padding: 20px;
}

.hero-section h1 {
    font-size: 3em; /* Large heading */
    font-weight: 800; /* Extra bold */
    margin: 0 0 5px 0; /* Adjusted margin to add spacing below */
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5); /* Shadow for readability */
}

.hero-section h2 {
    font-size: 2em; /* Subheading */
    font-weight: normal;
    margin: 0 0 10px 0; /* Adjusted margin to add spacing below */
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

.hero-section h3 {
    font-size: 1.5em; /* New text line */
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}

/* Media queries for different screen sizes */
@media (max-width: 992px) {
    .hero-section {
        height: 50vh;
    }
    .hero-section h1 {
        font-size: 2.5em;
    }
    .hero-section h2 {
        font-size: 1.5em;
    }
    .hero-section h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 40vh;
    }
    .hero-section h1 {
        font-size: 1.8em;
    }
    .hero-section h2 {
        font-size: 1.2em;
    }
    .hero-section h3 {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 1.5em;
    }
    .hero-section h2 {
        font-size: 1em;
    }
    .hero-section h3 {
        font-size: 0.9em;
    }
}


/* --- FAQ Section Styling --- */
.faq-section {
    max-width: 1000px; /* Wider container for a more spacious feel */
    margin: 0 auto;
    padding: 60px 20px; /* Generous padding on all sides */
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.faq-header {
    text-align: left; /* Aligned to the left for a modern feel */
    margin-bottom: 50px; /* More space below the header */
}

.faq-header h1 {
    font-size: 2.8rem;
    font-weight: 800; /* Extra bold for emphasis */
    color: #88cfbd; /* A deep purple for a touch of branding */
    margin-bottom: 0;
}

/* --- Individual FAQ Items --- */
.faq-item {
    border-bottom: 1px solid #e0e0e0; /* A light grey divider */
    padding: 30px 0; /* Vertical padding for each item */
}

.faq-item:last-child {
    border-bottom: none; /* No border on the last item */
}

.faq-item h3 {
    font-size: 1.3rem; /* Slightly larger, more readable question */
    font-weight: 600; /* Semi-bold */
    margin: 0 0 10px 0; /* Space between question and answer */
    color: #1a1a1a;
}

.faq-item p {
    font-size: 1rem;
    color: #555;
    margin: 0;
}

/* --- Responsiveness --- */
@media (max-width: 768px) {
    .faq-section {
        padding: 40px 15px;
    }

    .faq-header h1 {
        font-size: 2.2rem;
    }

    .faq-item h3 {
        font-size: 1.1rem;
    }

    .faq-item p {
        font-size: 0.9rem;
    }
}


/* --- Footer Styling --- */
footer {
    background-color: #333;
    color: #f4f4f4;
    padding: 40px 20px 20px 20px;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 150px;
}

.footer-column h4 {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #e6007e;
    padding-bottom: 5px;
    display: inline-block;
}

.footer-column p,
.footer-column ul {
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #e6007e;
}

.social-links {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    justify-content: center; /* This ensures centering on all screens, but is especially important for the desktop view */
}

.social-links img {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    padding-top: 20px;
}

.footer-bottom p {
    font-size: 0.85em;
    color: #999;
    margin: 0;
}

/* --- Media Queries for Responsiveness --- */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .footer-column {
        flex: 1 1 100%;
        min-width: unset;
    }
    
    /* Explicitly center the images on mobile */
    .footer-column .social-links {
        justify-content: center;
        /* margin-left: 60px; */
       
    }

    .footer-column h4 {
        margin-bottom: 15px;
        border-bottom: none;
    }
    
    /* The text content itself is centered from the .footer-container rule, but this ensures links also follow suit */
    .footer-column p, .footer-column ul {
        text-align: center;
    }
}