


/*footer style starts here */

/* Parent Container */
.footer-parent-container {
    width: 100%;
    background-color: black; /* You can change the background color as needed */
    display: flex;
    justify-content: center;
    padding: 20px 0; /* Optional padding for spacing */
}

/* Footer Section */
.sawar_media_footer {
    width: 90%;
    color: white;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.sawar_media_footer h4.sawar_media_footer_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

/* About Section */
.sawar_media_footer_about {
    text-align: left;
}

.sawar_media_footer_about h4.sawar_media_footer_title {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

p.sawar_media_about_description {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    color: #f5f7f8;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 400;
}

.sawar_media_footer_about .social-links {
    margin-bottom: 1.5rem;
}

.sawar_media_footer_about .social-links a {
    margin-right: 10px;
    color: white;
    font-size: 20px;
    transition: color 0.3s;
}

.sawar_media_footer_about .social-links a:hover {
    color: yellow; /* Or your brand color */
}

h5.sawar_media_about_heading {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-family: "Poppins", Sans-serif;
}

p.sawar_media_about_office_address,
p.sawar_media_about_phone,
p.sawar_media_about_vat,
p.sawar_media_about_company_number {
    font-size: 0.85rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #FFF;
}

p.sawar_media_about_phone span {
    font-weight: bold;
    color: white; /* To match your theme */
}

.sawar_media_about_privacy,
.sawar_media_about_modern_slavery {
    font-size: 0.85rem;
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

.sawar_media_about_privacy:hover,
.sawar_media_about_modern_slavery:hover {
    color: yellow; /* Or your brand color */
}

/* Accolades Section */
.sawar_media_footer_accolades .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sawar_media_footer_accolades img {
    width: 48%;
    height: auto;
    max-width: 200px;
}

.sawar_media_footer_accolade_review {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-top: 20px;
}

/* Quick Links Section */
.sawar_media_footer_quick_links .quick-links-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sawar_media_footer_quick_links .quick-links-container button {
    flex: 0 0 32%; /* Three buttons per row */
    color: white;
    background-color: #444; /* Button background color */
    border: 1px solid #444; /* Border color */
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.sawar_media_footer_quick_links .quick-links-container button:hover {
    color: #000; /* Text color on hover */
    background-color: yellow; /* Background color on hover */
}

/* Insights Section */
.sawar_media_footer_insights a {
    display: block;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.sawar_media_footer_insights a:hover,
.sawar_media_footer_about .social-links a:hover,
.sawar_media_footer_about p a:hover {
    color: yellow;
}

/* Ensure all sections are displayed as four columns in one row */
.sawar_media_footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sawar_media_footer .col-md-3 {
    flex: 0 0 24%;
    max-width: 24%;
}

body > div.footer-parent-container > div > div > div > div.col-md-3.sawar_media_footer_accolades > div > img:nth-child(1) {
    height: 50px;
}


.row.quick-links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content:start;
    margin-left: 2px;
}
/* For small screens */
@media (max-width: 768px) {
    .sawar_media_footer_accolades img,
    .sawar_media_footer_accolade_review {
        max-width: 150px;
    }

    .sawar_media_footer_quick_links .quick-links-container button {
        flex: 0 0 48%; /* Two buttons per row on tablets */
    }

    .sawar_media_footer_insights a {
        font-size: 0.9rem;
    }

    .sawar_media_footer_about h4.sawar_media_footer_title {
        font-size: 1.3rem;
    }

    .sawar_media_footer .col-md-3 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 480px) {
    .sawar_media_footer_accolades img,
    .sawar_media_footer_accolade_review {
        max-width: 100px;
    }

    .sawar_media_footer_quick_links .quick-links-container button {
        flex: 0 0 100%; /* One button per row on mobile */
    }

    .sawar_media_footer_insights a {
        font-size: 0.8rem;
    }

    .sawar_media_footer_about h4.sawar_media_footer_title {
        font-size: 1.2rem;
    }

    .sawar_media_footer .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .sawar_media_footer_accolades img,
    .sawar_media_footer_accolade_review {
        max-width: 80px;
    }

    .sawar_media_footer_quick_links .quick-links-container button {
        flex: 0 0 100%;
        font-size: 0.8rem;
        padding: 5px;
    }

    .sawar_media_footer_insights a {
        font-size: 0.7rem;
    }

    .sawar_media_footer_about h4.sawar_media_footer_title {
        font-size: 1rem;
    }
}

/* Footer Bottom Section */
.sawar_media_footer_bottom {
    background-color: #1e1e1e; /* Dark background color */
    padding: 20px 0; /* Padding top and bottom */
    color: #ffffff; /* White text color */
    font-size: 14px; /* Font size */
    text-align: center; /* Center align text */
}

.sawar_media_footer_bottom p {
    margin: 0; /* Remove default margin */
    line-height: 1.5; /* Line height for readability */
    text-align: center;
}

.sawar_media_footer_bottom a.coding-agency {
    color: yellow; /* Light blue color for the link */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold text */
}

.sawar_media_footer_bottom a.coding-agency:hover {
    color: white; /* Change color on hover */
    text-decoration: underline; /* Underline on hover */
}



/*footer style ends here */



/*contact page style starts here */


..full-width-section {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background: linear-gradient(to right, #f7f7f7, #f7f7f7, #f7f7f7, #fdf3f3, #fdf3f3);
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid yellow;
    background: #000;
}

.contact-details {
    width: 100%;
    max-width: 400px;
    background-color: #000;
    color: white;
    padding: 40px 30px;
    box-sizing: border-box;
}

.contact-details h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.contact-location h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-location p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.map-container {
    width: 100%;
    padding-top: 75%; /* Aspect ratio 4:3 */
    position: relative;
    margin-bottom: 40px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form {
    flex: 1;
    padding: 40px 30px;
    box-sizing: border-box;
}

.contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.contact-form p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 30px;
}

.progress {
    height: 100%;
    background-color: #dc3545;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: yellow !important;
    color: #000 !important;
}

/*contact page style ends here */





/*seo services page style starts here */


/* Container Styling */
.SEO-why-seo-important-container {
    padding: 60px 20px;
    background: linear-gradient(135deg, #2E8B57 0%, #1E90FF 100%);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    margin: 0 auto;
}

/* Heading Styling */
.SEO-why-seo-important-heading h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Text Styling */
.SEO-why-seo-important-text p {
    font-size: 18px;
    color: #f8f8f8;
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: center;
}

/* Icon Box Styling */
.SEO-why-seo-important-icon-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
}

.SEO-why-seo-important-icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.SEO-why-seo-important-icon {
    font-size: 40px;
    color: #1E90FF;
    margin-bottom: 15px;
}

/* Icon Box Content Styling */
.SEO-why-seo-important-icon-box-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.SEO-why-seo-important-icon-box-content span {
    font-size: 18px;
    color: #f8f8f8;
    display: block;
    margin-top: 10px;
}

/* Button Styling */
.SEO-why-seo-important-button-wrapper a {
    background-color: #1E90FF;
    border: none;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.SEO-why-seo-important-button-wrapper a:hover {
    background-color: #2E8B57;
    transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .SEO-why-seo-important-heading h2 {
        font-size: 28px;
    }

    .SEO-why-seo-important-text p {
        font-size: 16px;
    }

    .SEO-why-seo-important-icon-box-content h3 {
        font-size: 20px;
    }

    .SEO-why-seo-important-button-wrapper a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.horizontal-lines {
    background: #ffffff;
    padding: 60px 0;
    text-align: center;
    color: #333333;
}

.horizontal-lines .section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.horizontal-lines .section-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
}

.horizontal-lines .process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.horizontal-lines .process-step {
    width: 180px;
    margin-bottom: 30px;
}

.horizontal-lines .step-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.horizontal-lines .step-number {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    backgro

/*seo servies page ends here  */





