#main-content .container:before{
        content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
  display:none;
}
.main-container {
    padding: 0 !important;
}
.main-blog h1{
    text-align:center;
}
.main-blog h1, h2, h3{
    color:#333;
    font-weight:bold;
}

.main-blog p, h2, h3, li{
    margin-left:15px;
    margin-right:15px;
    color:#333;
}

.faq_direct_answer{
       background-color:#f8f8f8;
    
}
.key-takeaway{
   border-left:5px solid orange; 
}

/* General Styles */
.container.faq_intro_image {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.faq_intro, .faq_image {
    box-sizing: border-box;
}

/* FAQ Intro Text Styling */
.faq_intro {
    flex: 0 0 60%;
    padding-right: 20px;
}

/* FAQ Image Styling */
.faq_image {
    flex: 0 0 40%;
}

.faq_image img {
    width: 100%;
    height: auto; 
    border: 1px solid #ccc; 
    padding: 10px; 
    background-color: #f9f9f9; 
}

.faq-content {
    max-width: 1200px; /* Adjust the width as needed */
    margin: 0 auto; /* Center the content */
}

.you-may-like-to-read ul, .related-questions ul {
    list-style-type: none;
    padding: 10px;
}

.you-may-like-to-read li, .related-questions li {
    margin-bottom: 10px;
    background-color:#f8f8f8;
    border:1px solid #f9f9f9;
}
.faq-blog-content {
    padding-top:30px;
}
.faq-content-2 {
  background-color:#f8f8f8;  
  padding-top:10px;
  padding-bottom:10px;
}
.faq-content-3{
   padding-top:30px; 
   padding-bottom:30px;
}
.faq-conclusion{
 border-left:5px solid blue; 

}
.you-may-like-to-read {
    border:1px solid orange;
    padding:15px;
}
.related-questions {
    padding-top:15px;
 border:1px solid blue;
    padding:15px;   
}
.faq_intro{
    float: left; 
    width: 60%;
}
.faq_image{
    float: left; 
    width: 40%;
}
@media only screen and (max-width: 1024px){
    .faq_intro{
        float: left; 
        width: 100%;
    }
    .faq_image{
        float: left; 
        width: 100%;
    }
    body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container{
        padding-top:38px;
    }
}
@media only screen and (max-width: 600px){
     .faq_intro{
        float: left; 
        width: 100%;
    }
    .faq_image{
        float: left; 
        width: 100%;
    }
    body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container{
        padding-top:38px;
    }
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item {
    flex: 0 0 24%; 
    box-sizing: border-box;
    margin-bottom: 20px; 
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-link {
    text-align: center; 
    margin-top: 10px;
}


.parent-page-container {
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 20px; 
}


.product-item {
    margin-bottom: 20px;
    overflow: hidden;
}


.product-image img {
    display: block;
    width: 100%;
    border: 2px solid #ccc; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    transition: border-color 0.3s; 
}

.product-image img:hover {
    border-color: #333; 
}


.product-link a {
    display: block; 
    background-color: orange;
    color: white; 
    text-align: center;
    padding: 10px 20px; 
    margin-top: 8px; 
    text-decoration: none; 
    font-weight: bold; 
    transition: background-color 0.3s, color 0.3s; 
}

.product-link a:hover {
    background-color: #e67e22; 
    color: #fff; 
}
.parent-page-container .page-heading h1 {
    text-align: center; /* Centers the text horizontally */
    color: black; /* Sets the text color to black */
    font-weight: bold; /* Makes the text bold */
    margin-top: 20px; /* Adds space at the top */
    margin-bottom: 20px; /* Adds space at the bottom */
    font-size: 2em; /* Sets a larger font size for prominence */
}

.additional-product-info {
    padding: 5px 10px;
    margin-top: 5px;
    border-top: 1px solid #ccc;
    font-size: 0.9em;
    color: #333;
}
body .custom-breadcrumb ol, body .custom-breadcrumb li {
    list-style-type: none;
    padding: 0;
    margin: 0; /* Resets any default margins */
}

body .custom-breadcrumb .breadcrumb-item {
    padding: 0; /* Ensure no padding is causing extra space */
}
.related-products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-product-item {
    width: 24%; /* Example for four items per row */
    box-sizing: border-box;
    margin-bottom: 20px;
}

.related-product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.related-product-link a {
    display: block;
    color: #0275d8;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}
.related-products-section {
    background-color: #f4f4f4;
    padding: 20px;
    margin-top: 20px;
}

.related-products-heading {
    text-align: center;
    margin-bottom: 20px;
}

.related-products-list .related-product-link a {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    margin: 5px 0;
    text-align: center;
    border-radius: 5px;
}

.related-products-list .related-product-link a:hover {
    background-color: #0056b3;
}
.related-products-list-section {
    background-color: #f4f4f4; /* Change this to any color you like */
    padding: 20px; /* Adds padding inside the container */
    margin: 20px 0; /* Adds vertical spacing above and below the section */
    border-radius: 8px; /* Optional: adds rounded corners for a softer look */
}

  /* General styling for all devices */
    .seo-banner {
        width: 100%;
        max-width: 1200px; /* Restricts the size on large screens */
        height: auto; /* Ensures the image scales properly */
        margin: 20px auto; /* Centers the image */
        display: block;
        border-radius: 10px; /* Smooth rounded corners */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a soft shadow */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover effects */
    }

    /* For desktop hover effects */
    .seo-banner:hover {
        transform: scale(1.05); /* Slight zoom effect */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
    }

    /* For mobile devices */
    @media (max-width: 768px) {
        .seo-banner {
            max-width: 100%; /* Ensures the image fills the screen width */
            height: auto; /* Keeps the aspect ratio intact */
            margin: 0 auto; /* Center the image */
        }
    }

    /* Ensuring clarity with proper sizing */
    img {
        object-fit: contain; /* Ensures image stays within boundaries and maintains quality */
        image-rendering: -webkit-optimize-contrast; /* Ensures the image looks clear */
    }
    
/* Responsive adjustments */
@media (max-width: 768px) {
    .product-item {
        flex-basis: 100%; 
    }
}
