/* Catalog Banner Section Starts Here */
.catalog-banner-section {
    background-image: url('/wp-content/themes/esoft/images/catalog-banner.png');
    background-size: cover;
    background-position: center;
    color: #333;
    padding: 175px 0px 175px 0px;
    text-align: center;
    position: relative;
    min-height: 600px;
}

.catalog-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.catalog-banner-content {
    background-color: #fff;
    opacity: 84% !important;
    padding: 40px 37px;
    border-radius: 8px;
    display: block;
    text-align: left;
    width: max-content;
    max-width: 710px;
}

.catalog-banner-content h1 {
    margin-bottom: 10px;
    color: #000;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
}

.catalog-banner-content h1 span {
    color: #D48C14;
}

.catalog-banner-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #626262;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 600px) {

    .catalog-banner-section {
        padding: 80px 15px;
        min-height: auto;
    }

    .catalog-banner-content {
        background-color: #fff;
        opacity: 84%;
        padding: 30px;
        border-radius: 8px;
        display: block;
        text-align: left;
        width: max-content;
        max-width: 100%;
    }


    .catalog-banner-content h1 {
        margin-bottom: 10px;
        color: #000;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .catalog-banner-content p {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #626262;
        margin: 0;
    }
}

/* Catalog Banner Section Starts Here */

/* Product Info Section Starts Here */
.product-information-section {
    padding: 100px 0 70px 0;
}

.product-information-section .product-information-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.product-information-section .info-text-wrapper {
    flex: 1;
}

.product-information-section .info-text-wrapper .info-para {

    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: #585858;
    margin-bottom: 20px;
}

.product-information-section .info-text-wrapper .info-para:last-child {
    margin-bottom: 0px;
}

.product-information-section .info-image-wrapper {
    flex: 1;
}

.product-information-section .info-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .product-information-section {
        padding: 70px 0 70px 0;
    }

    .product-information-section .info-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .product-information-section .product-information-container {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .challenges-solution-section .challenges-solution-container {
        gap: 30px !important;
        flex-direction: column-reverse;
    }

    .challenges-solution-section .challenges-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .challenges-solution-section h2 br {
        display: none;
    }

    .challenges-solution-section {
        padding-bottom: 70px !important;
        padding-top: 0px;
    }
}

/* Mobile View */
@media (max-width: 768px) {



    /* Reverse the column order for the first section on mobile */
    .product-information-section .product-information-container {

        flex-direction: column-reverse;
    }

    .challenges-solution-section h2 {
        font-size: 1.5rem;
    }

    .challenges-list {
        text-align: left;
    }
}

@media screen {
    .challenges-solution-section h2 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
}

/* Product Info Section Ends Here */

/* Challenges Section Starts Here */
.challenges-solution-section {
    padding-bottom: 100px;
    padding-top: 0px;
}


.challenges-solution-section .challenges-solution-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.challenges-solution-section .challenges-text-wrapper {
    flex: 1;
}

.challenges-solution-section .challenges-image-wrapper {
    flex: 1;
}

.challenges-solution-section .challenges-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.challenges-solution-section h2 {
    color: #000;
    margin-bottom: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
}

.challenges-solution-section .challenges-text-wrapper p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: #585858;
    margin-bottom: 13px;
}

.challenges-list {
    padding-left: 0;
    margin: 10px 0 15px 0;
    list-style: none;
    padding: 0;
}

.challenges-list li {
    position: relative;
    margin-bottom: 16px;
}

.challenges-item {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 15px;
}

.challenges-icon {
    margin-right: 1rem;
    margin-top: 1px;
    flex-shrink: 0;
}

.challenges-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #303030;
}

/* Challenges Section Ends Here */

/* Catalog Services Section Starts Here */
.catalog-services-section {
    padding: 100px 0;
    background-color: #F7F7F7;
}



.catalog-services-header {
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 740px;
}

.catalog-services-header h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.catalog-services-header p {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #585858;
    margin-bottom: 0px;
}

/* --- Services Grid Layout --- */
.catalog-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* --- Service Card Styling --- */
/* .catalog-service-card {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 1 30%;
    max-width: 370px;
} */

.catalog-service-card {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 1 50%;
    max-width: 48%;
}

.catalog-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.catalog-service-icon {
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-service-card h3 {
    color: #333;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}

.catalog-service-card p {
    color: #585858;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0px;
}


/* --- RESPONSIVE DESIGN --- */
@media (max-width: 1024px) {
    .catalog-service-card {
        background-color: #ffffff;
        padding: 35px;
        border-radius: 8px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex: 0 1 50%;
        max-width: 370px;
    }
}

/* Tablet View */
@media (max-width: 992px) {
    .catalog-service-card {
        background-color: #ffffff;
        padding: 35px;
        border-radius: 8px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex: 0 1 50%;
        max-width: 320px;
    }

    .catalog-services-section {
        padding: 70px 0 !important;
        background-color: #F7F7F7;
    }
}

/* Mobile View */
@media (max-width: 768px) {


    .catalog-service-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 567px) {
    .catalog-service-card {
        background-color: #ffffff;
        padding: 35px;
        border-radius: 8px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex: 0 1 100%;
        max-width: 100%;
    }

    .catalog-services-header h2 {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 32px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 20px;
    }
}

/* Catalog Services Section Ends Here */

/* --- Process Catalog Section Starts Here --- */
.process-catalog-section {
    padding: 100px 0 80px 0;
}

.process-catalog-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* --- Content Column --- */
.process-catalog-content {
    flex: 1;
}

.process-catalog-header h2 {
    color: #000;
    margin-bottom: 0.5rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.process-catalog-header p {
    margin-bottom: 21px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #585858;
}

/* --- Process Steps --- */
.process-catalog-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-catalog-step {
    display: flex;
    align-items: flex-start;
    gap: 19px;
}

.step-number {
    background-color: #941202;
    color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.step-details h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

.step-details p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

/* --- Image Column --- */
.process-catalog-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-catalog-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 1024) {
    .process-catalog-header h2 br {
        display: none;
    }
}

/* Tablet View */
@media (max-width: 992px) {
    .process-catalog-container {
        display: flex;
        flex-direction: column;
        gap: 30px !important;
    }


    .process-catalog-image {
        flex: 1;
        width: 100%;
    }

    .process-catalog-image img {
        width: 100%;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .process-catalog-container {
        flex-direction: column;
    }

}

@media (max-width: 768px) {
    .process-catalog-header h2 {
        color: #000;
        margin-bottom: 0.5rem;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 32px;
        text-transform: uppercase;
        margin-bottom: 19px;
    }

    .process-catalog-header h2 br {
        display: none;
    }
}

/* --- Process Catalog Section Ends Here --- */

/* --- Catalog FAQ Section Starts Here --- */

.catalog-faq-section {
    background-color: #F7F7F7;
    padding: 100px 0;
}

/* --- Header Styling --- */
.catalog-faq-header {
    text-align: center;
    margin-bottom: 52px;
}

.catalog-faq-header h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

/* --- FAQ Grid Layout --- */
.catalog-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* --- FAQ Item Styling --- */
.catalog-faq-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.catalog-faq-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.catalog-faq-item p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */
@media (max-width: 992px) {


    .catalog-faq-section {
        background-color: #F7F7F7;
        padding: 70px 0 !important;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .catalog-faq-grid {
        grid-template-columns: 1fr;
        /* Stack items in a single column */
    }
}

@media (max-width: 768px) {
    .catalog-faq-header h2 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .catalog-faq-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

/* --- Catalog FAQ Section Ends Here --- */

/* --- Improve Catalog Cta Section Starts Here--- */
.improve-catalog-cta {
    position: relative;
    padding: 75px 0px;
    background-image: url('/wp-content/themes/esoft/images/improve-catalog-cta-banner.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.improve-catalog-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

/* Container to hold content */
.cta-container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

/* --- Text Content Styling --- */
.cta-text-content {
    flex-basis: 70%;
}

.cta-text-content h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.cta-text-content p {
    margin-bottom: 13px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* --- Button Styling --- */
.cta-action-button {
    flex-shrink: 0;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #F1C01D 0%, #E0A018 100%);
    color: #ffffff !important;
    padding: 14px 46px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}



/* --- RESPONSIVE DESIGN --- */

/* Tablet View */


/* Mobile View */
@media (max-width: 768px) {
    .improve-catalog-cta {
        padding: 4rem 1.5rem;
    }

    .cta-container {
        flex-direction: column;
        text-align: center;
    }

    .cta-text-content {
        flex-basis: auto;
        margin-bottom: 2rem;
    }

    .cta-text-content p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 567px) {

    .cta-text-content h2 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

}

/* --- Improve Catalog Cta Section Ends Here--- */