.elementor-26853 .elementor-element.elementor-element-4708afa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-26853 .elementor-element.elementor-element-71a0940{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-26853 .elementor-element.elementor-element-71a0940:not(.elementor-motion-effects-element-type-background), .elementor-26853 .elementor-element.elementor-element-71a0940 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-26853 .elementor-element.elementor-element-b076295{--display:flex;--border-radius:6px 6px 6px 6px;box-shadow:0px 0px 8px 0px rgba(4, 0, 0, 0.1);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-26853 .elementor-element.elementor-element-b076295:not(.elementor-motion-effects-element-type-background), .elementor-26853 .elementor-element.elementor-element-b076295 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBFBFB;}.elementor-26853 .elementor-element.elementor-element-a52e956{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-26853 .elementor-element.elementor-element-66382c8{--divider-border-style:solid;--divider-color:#B3ADAD;--divider-border-width:2px;}.elementor-26853 .elementor-element.elementor-element-66382c8 .elementor-divider-separator{width:90%;margin:0 auto;margin-center:0;}.elementor-26853 .elementor-element.elementor-element-66382c8 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-26853 .elementor-element.elementor-element-4938b56 > .elementor-widget-container{margin:30px 0px 30px 0px;}.elementor-26853 .elementor-element.elementor-element-4938b56{text-align:center;}.elementor-26853 .elementor-element.elementor-element-4938b56 .elementor-heading-title{color:#043D82;}.elementor-26853 .elementor-element.elementor-element-24f76a1{--divider-border-style:solid;--divider-color:#B3ADAD;--divider-border-width:2px;}.elementor-26853 .elementor-element.elementor-element-24f76a1 .elementor-divider-separator{width:90%;margin:0 auto;margin-center:0;}.elementor-26853 .elementor-element.elementor-element-24f76a1 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-26853 .elementor-element.elementor-element-71a0940{--content-width:94%;}.elementor-26853 .elementor-element.elementor-element-b076295{--width:100%;}}@media(max-width:1024px){.elementor-26853 .elementor-element.elementor-element-71a0940{--padding-top:0%;--padding-bottom:0%;--padding-left:2%;--padding-right:2%;}.elementor-26853 .elementor-element.elementor-element-a52e956{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-26853 .elementor-element.elementor-element-71a0940{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-26853 .elementor-element.elementor-element-b076295{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-26853 .elementor-element.elementor-element-a52e956{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-eb4d002 *//* --- Global Styling for this module and its elements --- */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* Horizontal padding for responsiveness */
}

/* General Section Styling */
.section {
    padding: 60px 0;
    background-color: #ffffff; /* White background */
    margin-bottom: 20px; /* Separator between sections */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Light box shadow */
    border-radius: 8px;
    overflow: hidden; /* Clear floats/contain grid if needed */
}
/* Optional: Alternate background for visual distinction between sections */
.section:nth-of-type(even) { /* If this section is the 2nd, 4th, etc. .section element on the page */
    background-color: #f8f9fa; /* Light gray background */
}


/* Common Title Styles */
.section-title {
    font-family: 'Montserrat', sans-serif; /* Directly using font-family */
    font-size: 2.5em; /* Scalable font size */
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #043D82; /* Dark gray text color */
    position: relative;
    padding-bottom: 10px;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #0056b3; /* Primary blue for underline */
    margin: 10px auto 0;
    border-radius: 2px;
}

.section-description {
    text-align: center;
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #495057; /* Dark gray text color */
}

/* Card Styling */
.card {
    background-color: #ffffff; /* White background */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Lighter box shadow for cards */
    padding: 30px;
    border: 1px solid #e9ecef; /* Medium gray border */
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth hover effects */
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-family: 'Montserrat', sans-serif; /* Directly using font-family */
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #043D82; /* Primary blue color */
    display: flex; /* For aligning icon with title */
    align-items: center;
}

.card-description {
    margin-bottom: 15px;
    color: #333; /* Default text color */
}

/* Icon Styling (FontAwesome) */
.icon-left {
    margin-right: 10px;
    color: #043D82; /* Primary blue color for icon */
    font-size: 1.2em; /* Adjust icon size relative to text */
}


/* --- Specific Styles for Challenges & Solutions Module --- */

.challenges-solutions-grid {
    display: grid;
    grid-template-columns: 1fr; /* Default to single column for mobile */
    gap: 30px; /* Space between the two columns/cards */
}

/* Desktop / Tablet Styles (two columns) */
@media (min-width: 768px) {
    .challenges-solutions-grid {
        grid-template-columns: 1fr 1fr; /* Two columns for wider screens */
    }
}

/* List Styling with Separators */
.styled-list {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
}

.styled-list li {
    padding: 12px 0; /* Vertical padding for list items */
    border-bottom: 1px dotted #e9ecef; /* The dotted separator */
    position: relative;
    padding-left: 28px; /* Space for custom bullet/checkmark */
    color: #495057; /* Dark gray text color */
}

.styled-list li:last-child {
    border-bottom: none; /* No separator for the last item */
}

/* Specific bullet for Challenges list */
.challenge-column .styled-list li::before {
    content: '\2022'; /* Unicode bullet point/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c94494 *//* --- Global Styling for modules and common elements --- */

/* Add box-sizing: border-box to all elements to prevent padding/border from increasing element size */
/* This is a crucial global reset for predictable box model behavior */
*, *::before, *::after {
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* Horizontal padding for responsiveness */
}

/* General Section Styling (used by Challenges & Solutions module) */
.section {
    padding: 60px 0;
    background-color: #ffffff; /* White background */
    margin-bottom: 20px; /* Separator between sections */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Light box shadow */
    border-radius: 8px;
    overflow: hidden; /* Clear floats/contain flex items */
}
/* Optional: Alternate background for visual distinction between sections */
.section:nth-of-type(even) { /* If this section is the 2nd, 4th, etc. .section element on the page */
    background-color: #f8f9fa; /* Light gray background */
}


/* Common Title Styles (used by Challenges & Solutions module) */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #495057;
    position: relative;
    padding-bottom: 10px;
}
.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #0056b3;
    margin: 10px auto 0;
    border-radius: 2px;
}

.section-description {
    text-align: center;
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #495057;
}

/* Card Styling (used by Challenges & Solutions module) */
.card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* margin-bottom: 30px; Removed from here, handled by negative margin on parent flex container */
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0056b3;
    display: flex;
    align-items: center;
}

.card-description {
    margin-bottom: 15px;
    color: #333;
}

/* Icon Styling (FontAwesome) */
.icon-left {
    margin-right: 10px;
    color: #0056b3;
    font-size: 1.2em;
}

/* --- Specific Styles for Challenges & Solutions Module --- */

.challenges-solutions-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px; /* Negative margin to create space between flex items */
}

.challenges-solutions-grid > .card {
    flex: 1 1 100%; /* Default to full width on mobile */
    max-width: 100%;
    margin: 15px; /* Added margin for spacing between cards */
}

/* Desktop / Tablet Styles (two columns) */
@media (min-width: 768px) {
    .challenges-solutions-grid > .card {
        flex: 1 1 calc(50% - 30px); /* Two columns, accounting for margin */
        max-width: calc(50% - 30px);
    }
}


/* List Styling with Separators */
.styled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.styled-list li {
    padding: 12px 0;
    border-bottom: 1px dotted #e9ecef;
    position: relative;
    padding-left: 28px;
    color: #495057;
}

.styled-list li:last-child {
    border-bottom: none;
}

/* Specific bullet for Challenges list */
.challenge-column .styled-list li::before {
    content: '\2022';
    color: #0056b3;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 1.2em;
    line-height: 1;
}

/* Specific checkmark for Solutions list (requires FontAwesome) */
.solution-column .checkmark-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    color: #28a745;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 1.1em;
    line-height: 1;
}

/* --- Specific Styles for Why Choose Us Module (and integrated CTA) --- */

.why-choose-us-module {
    padding: 80px 0; /* Vertical padding for the whole combined section */
    background-color: #ffffff;
    overflow: hidden;
}

/* Module Title Styling */
.why-choose-us-module .module-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px; /* Space before the advantage grid */
    color: #043D82;
    position: relative;
    padding-bottom: 10px;
}
.why-choose-us-module .module-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #043D82;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* --- Advantage Grid Layout (Flexbox based) --- */
.advantage-grid {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to next row */
    justify-content: center; /* Center items when there are fewer than a full row */
    margin: -15px; /* Negative margin to create space around items */
    margin-bottom: 60px; /* Space between the grid and the CTA buttons */
}

/* Individual advantage item sizing and spacing */
.advantage-item {
    text-align: center;
    padding: 15px; /* Smaller padding to fit more items */
    flex: 1 1 calc(100% - 30px); /* Default to 1 column on mobile, accounting for margins */
    max-width: calc(100% - 30px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 15px; /* Spacing between items (horizontal and vertical) */
}
.advantage-item:hover {
    transform: translateY(-5px);
}

.advantage-icon {
    font-size: 3.5em;
    color: #043D82;
    margin-bottom: 25px;
}

.advantage-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #043D82;
    margin-top: 0;
    margin-bottom: 15px;
}

.advantage-description {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #555555;
    line-height: 1.5;
}

/* --- CTA Buttons Styling (integrated) --- */
.cta-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px; /* Negative margin to create space around buttons */
    text-align: center; /* Fallback for older browsers */
    padding-top: 30px; /* Add some space above buttons if needed */
}

.btn-cta-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;

    background: linear-gradient(to bottom, #ffa75b, #ff7e32);
    border: 1px solid #ff7e32;
    box-shadow: 0px 5px 15px rgba(255, 126, 50, 0.3);

    transition: all 0.3s ease;
    min-width: 280px;
    flex: 1 1 auto; /* Allow buttons to grow/shrink based on content */
    max-width: 100%; /* Ensure it doesn't exceed its container */
    margin: 15px; /* Spacing between buttons */
}

.btn-cta-orange:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 20px rgba(255, 126, 50, 0.4);
    background: linear-gradient(to bottom, #ff7e32, #ffa75b); /* Reverse gradient on hover */
}

.btn-cta-orange .btn-icon {
    margin-right: 10px;
    font-size: 1.3em;
}

/* --- Responsive Adjustments --- */

/* Tablets and larger (2 columns for advantage grid) */
@media (min-width: 576px) {
    /* Advantage grid items */
    .advantage-item {
        flex: 1 1 calc(50% - 30px); /* 2 columns, accounting for margin */
        max-width: calc(50% - 30px);
    }
}

/* Desktops (3 columns for advantage grid) */
@media (min-width: 992px) {
    .advantage-item {
        flex: 1 1 calc(33.333% - 30px); /* 3 columns, accounting for margin */
        max-width: calc(33.333% - 30px);
    }
}

/* General mobile adjustments for both modules */
@media (max-width: 767px) {
    .section-title {
        font-size: 2em;
    }
    .card-title {
        font-size: 1.5em;
    }
    .card {
        padding: 20px;
    }
    .styled-list li {
        padding: 10px 0;
        padding-left: 25px;
    }
    .challenge-column .styled-list li::before,
    .solution-column .checkmark-list li::before {
        top: 10px;
    }

    .why-choose-us-module {
        padding: 50px 0;
    }
    .why-choose-us-module .module-title {
        font-size: 2em;
        margin-bottom: 40px;
    }
    .advantage-grid {
        margin-bottom: 40px; /* Adjusted space on mobile */
    }
    .advantage-icon {
        font-size: 3em;
        margin-bottom: 15px;
    }
    .advantage-title {
        font-size: 1.3em;
    }
    .cta-buttons-wrapper {
        flex-direction: column; /* Stack buttons vertically on small screens */
        padding-top: 20px; /* Adjusted space above buttons on mobile */
    }
    .btn-cta-orange {
        width: 90%; /* Make buttons take more width */
        max-width: 350px; /* Max width to prevent overly wide buttons */
        font-size: 1.1em;
        padding: 12px 25px;
    }
}/* End custom CSS */