/* Newcomers Academy Page Styles */

/* Heading Section Styles */
.newcomers-academy-heading-section {
    padding: 30px 0;
    background-color: #fff;
}

.elementor-element.elementor-element-37bbdfe.e-con-full.e-flex.e-con.e-child {
    --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;
    --background-transition: 0.3s;
    --width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.elementor-element.elementor-element-42be8b8.elementor-widget.elementor-widget-ohio_heading {
    width: 100%;
}

.elementor-widget-container {
    width: 100%;
}

.ohio-widget.heading.-left {
    text-align: left;
}

.ohio-widget.heading .subtitle {
    margin-bottom: 0;
}

.ohio-widget.heading .subtitle + .title {
    margin-bottom: 10px;
    padding-top: 0.15em;
}

.ohio-widget.heading .title {
    color: #1D78C5;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, calc(3.15vw + 0.25rem), 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0;
    text-align: left;
}

.ohio-widget.heading .title span {
    color: #FD941E !important;
}

.ohio-widget.heading .divider {
    width: 60px;
    height: 3px;
    background-color: #1D78C5;
    margin-top: 20px;
    margin-bottom: 0;
}

/* Introduction Section Styles */
.newcomers-academy-intro-section {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.newcomers-academy-intro-section .container {
    max-width: 1200px;
    margin: 0 auto;
    /* margin-top: 0;
    margin-bottom: 0;
    margin-left: 7.5%;
    margin-right: 0; */
    padding: 0 20px;
}

.intro-content {
    display: flex;
    /* align-items: center; */
    gap: 60px;
}

.intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

.intro-text h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1D78C5;
    margin-bottom: 30px;
    line-height: 1.2;
}

.intro-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

.intro-video {
    flex: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-video video {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Testimonials Section Styles */
.newcomers-academy-testimonials-section {
    width: 100vw;
    height: auto;
    padding-top: 40px;
    background-color: #ffffff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.newcomers-academy-testimonials-section .container {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
}

.testimonials-image-container {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.testimonials-image-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: contain;
    max-height: none;
}

.testimonials-overlay {
    position: absolute;
    top: 0;
    left: 10%;
    /* right: 150px; */
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 40px;
    width:45%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    color: white;

    /* margin-right: 10%; */
}

.testimonials-text {
    color: white;
    text-align: center;
    max-width: 800px;
    text-align: justify;
}

.testimonials-text h3 {
    color: white;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 15px;
}
.testimonials-text p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'calibri';
    text-align: justify;
}

.testimonials-text p:last-child {
    margin-bottom: 0;
}

/* Capsules Section Styles */
.newcomers-academy-capsules-section {
    background-color: #1D78C5;
    width: 100vw;
    height: auto;
    padding: 3% 10%;
    /* background-color: transparent; */
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.newcomers-academy-capsules-section .container {
    /* width: 100vw; */
    margin: 0;
    padding: 0;
    max-width: none;
}

.capsules-image-container {
    text-align: center;
    width: 75vw;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.capsules-image-container img {
    width: 100vw;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: contain;
    max-height: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .intro-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .intro-text h2 {
        font-size: 2rem;
        text-align: center;
    }
    
    .intro-text p {
        text-align: left;
    }
    
    .newcomers-academy-testimonials-section {
        padding: 30px 0;
    }
    
    .newcomers-academy-testimonials-section .container {
        padding: 0 15px;
    }
    
    .testimonials-overlay {
        padding: 20px;
    }
    
    .testimonials-text p {
        font-size: 16px;
        line-height: 1.5;
    }
}

/* Services Grid Section Styles */
.newcomers-academy-services-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.elementor-element.elementor-element-d2d96bb.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --flex-wrap: wrap;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.e-con-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    width: 100%;
}

.elementor-element.elementor-element-e6f589c.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-e2f08fa.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-9a35893.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-70d7c41.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-77bb633.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-8e31cd1.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule07.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule08.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule09.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule10.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule11.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-cta-section.e-con-full.e-flex.e-con.e-child {
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.boite-six.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-2eb76d4.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-c33551b.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-6c1b93a.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-008d51f.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-9c577c6.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule07-content.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule08-content.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule09-content.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule10-content.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-capsule11-content.e-con-full.e-flex.e-con.e-child,
.elementor-element.elementor-element-cta-content.e-con-full.e-flex.e-con.e-child {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.boite-six.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-2eb76d4.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-c33551b.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-6c1b93a.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-008d51f.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-9c577c6.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-capsule07-content.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-capsule08-content.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-capsule09-content.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-capsule10-content.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-capsule11-content.e-con-full.e-flex.e-con.e-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Service Card Headings */
.ohio-widget.heading .title {
    color: #1D78C5;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
}

.ohio-widget.heading .divider {
    width: 100%;
    height: 2px;
    background-color:#1D78C5;
    margin: 15px 0 20px 0;
}

/* Service Card Content */
.elementor-widget-text-editor p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1;
}

.docos-collapsible-replyview .docos-replyview-body {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

/* Service Card Buttons */
.ohio-widget.button.-outlined.-small {
    display: inline-block;
    padding: 12px 24px;
    background-color: transparent;
    color: #1D78C5;
    border: 2px solid #1D78C5;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: auto;
}

.ohio-widget.button.-outlined.-small:hover {
    background-color: #1D78C5;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(119, 168, 53, 0.3);
}

.ohio-widget-holder.-left {
    text-align: left;
    margin-top: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .newcomers-academy-heading-section {
        padding: 40px 0;
    }
    
    .elementor-element.elementor-element-37bbdfe.e-con-full.e-flex.e-con.e-child {
        padding: 0 15px;
    }
    
    .ohio-widget.heading .title {
        font-size: clamp(1.5rem, calc(2.5vw + 0.25rem), 2.5rem);
    }
    
    .newcomers-academy-services-section {
        padding: 60px 0;
    }
    
    .elementor-element.elementor-element-d2d96bb.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        padding: 0 15px;
    }
    
    .e-con-inner {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        column-gap: 20px;
    }
    
    .elementor-element.elementor-element-e6f589c.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-e2f08fa.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-9a35893.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-70d7c41.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-77bb633.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-8e31cd1.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule07.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule08.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule09.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule10.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule11.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-cta-section.e-con-full.e-flex.e-con.e-child {
        min-height: 400px;
    }
    
    .boite-six.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2eb76d4.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-c33551b.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-6c1b93a.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-008d51f.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-9c577c6.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule07-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule08-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule09-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule10-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule11-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-cta-content.e-con-full.e-flex.e-con.e-child {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .newcomers-academy-heading-section {
        padding: 30px 0;
    }
    
    .ohio-widget.heading .title {
        font-size: clamp(1.25rem, calc(2vw + 0.25rem), 2rem);
    }
    
    .ohio-widget.heading .divider {
        width: 40px;
        height: 2px;
        margin-top: 15px;
    }
    
    .newcomers-academy-services-section {
        padding: 40px 0;
    }
    
    .e-con-inner {
        grid-template-columns: 1fr;
        row-gap: 15px;
        column-gap: 15px;
    }
    
    .elementor-element.elementor-element-e6f589c.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-e2f08fa.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-9a35893.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-70d7c41.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-77bb633.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-8e31cd1.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule07.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule08.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule09.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule10.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule11.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-cta-section.e-con-full.e-flex.e-con.e-child {
        min-height: 400px;
    }
    
    .boite-six.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-2eb76d4.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-c33551b.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-6c1b93a.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-008d51f.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-9c577c6.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule07-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule08-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule09-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule10-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-capsule11-content.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-cta-content.e-con-full.e-flex.e-con.e-child {
        padding: 20px;
    }
    
    .ohio-widget.button.-outlined.-small {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

/* Buy Now Button Styles */
.module-buy-button {
    margin-top: auto;
    text-align: center;
    padding: 20px 0 0 0;
    align-self: flex-end;
    width: 100%;
}

.btn-buy-now {
    display: inline-block;
    background-color: #FD941E;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #FD941E;
}

.btn-buy-now:hover {
    background-color: #e57514;
    border-color: #e57514;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(253, 148, 30, 0.3);
}

.btn-buy-now:active {
    transform: translateY(0);
}

/* CTA Section Styles */
.elementor-element-cta-section {
    grid-column: span 2 !important;
    display: flex !important;
    justify-content: center !important;
}

.elementor-element-cta-section .elementor-element-cta-content {
    width: 60% !important;
    max-width: 500px !important;
}

.cta-link {
    display: block !important;
    text-decoration: none !important;
    height: 100% !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.cta-link:hover {
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.cta-link:hover .elementor-element-cta-content {
    box-shadow: 0 8px 25px rgba(29, 120, 197, 0.3) !important;
}

.elementor-element-cta-content {
    background-color: #1D78C5 !important;
    padding: 40px !important;
    border-radius: 10px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 120px !important;
    transition: box-shadow 0.3s ease !important;
}

.cta-text p {
    color: white !important;
    font-size: 18px !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

/* Responsive adjustments for CTA section */
@media (max-width: 768px) {
    .e-con-inner {
        grid-template-columns: 1fr;
    }
    
    .elementor-element-cta-section {
        grid-column: span 1 !important;
    }
    
    .elementor-element-cta-content {
        padding: 30px 20px !important;
    }
    
    .cta-text p {
        font-size: 16px !important;
    }
}

/* Smaller text styling for h1 elements */
.smaller-text {
    font-size: 50px;
    line-height: 55px;
}

@media (max-width: 768px) {
    .smaller-text {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 480px) {
    .smaller-text {
        font-size: 32px;
        line-height: 36px;
    }
}

/* Background Image Section Mobile Responsive Styles */
@media (max-width: 768px) {
    .background-image-section {
        height: auto !important;
        min-height: 100vh !important;
        flex-direction: column !important;
        padding: 40px 20px !important;
        gap: 30px !important;
    }
    
    .left-heading-container {
        max-width: 100% !important;
        padding-right: 0 !important;
        order: 1;
    }
    
    .quote-box-container {
        max-width: 100% !important;
        padding-left: 0 !important;
        order: 2;
    }
    
    .sub-heading-text {
        font-size: 12px !important;
        margin-bottom: 15px !important;
    }
    
    .main-heading-text {
        font-size: clamp(24px, 8vw, 36px) !important;
        line-height: 1.1 !important;
        margin-bottom: 20px !important;
    }
    
    .quote-box {
        padding: 25px !important;
    }
    
    .quote-text p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 480px) {
    .background-image-section {
        padding: 30px 15px !important;
        gap: 25px !important;
    }
    
    .sub-heading-text {
        font-size: 11px !important;
        margin-bottom: 12px !important;
    }
    
    .main-heading-text {
        font-size: clamp(20px, 7vw, 28px) !important;
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
    }
    
    .quote-box {
        padding: 20px !important;
    }
    
    .quote-text p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
}

/* Two Column Section Mobile Responsive Styles */
@media (max-width: 768px) {
    .new-two-column-section {
        height: auto !important;
        min-height: auto !important;
        flex-direction: column !important;
        padding: 40px 0 !important;
        margin-bottom: 5% !important;
    }
    
    .elementor-container.elementor-column-gap-wide {
        height: auto !important;
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .elementor-column.elementor-col-50 {
        width: 100% !important;
        height: auto !important;
        flex: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .elementor-column.elementor-col-50:last-child {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .elementor-column.elementor-col-50:last-child .elementor-widget-wrap {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .elementor-column.elementor-col-50:last-child .elementor-widget-container {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 80px !important;
    }
    
    .elementor-widget-wrap.elementor-element-populated {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: auto !important;
    }
    
    .elementor-column.elementor-col-50:first-child .elementor-widget-wrap.elementor-element-populated {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .elementor-column.elementor-col-50:last-child .elementor-widget-wrap.elementor-element-populated {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 60px !important;
    }
    
    .ohio-widget.heading.-left .title {
        font-size: clamp(20px, 6vw, 28px) !important;
        line-height: 1.2 !important;
    }
    
    .elementor-widget-text-editor p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }
    
    .elementor-element.elementor-element-d2edcda .elementor-widget-container {
        padding: 25px !important;
        margin: 20px 0 !important;
    }
    
    .elementor-element.elementor-element-d2edcda .elementor-widget-container p {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
    
    .elementor-element.elementor-element-d2edcda .elementor-widget-container a,
    .payment-link {
        display: block !important;
        margin: 8px 0 !important;
        padding: 8px 0 !important;
        font-size: 14px !important;
    }
    
    .full-height-image-container {
        height: 400px !important;
        min-height: 400px !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: 80px !important;
    }
    
    .full-height-image-container img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: block !important;
    }
    
    .quote-box-overlay {
        position: absolute !important;
        bottom: -20% !important;
        left: 0 !important;
        right: auto !important;
        width: 75% !important;
        height:20% !important;
        margin: 0 !important;
        z-index: 10 !important;
        margin-bottom: 10%;
    }
    
    .quote-box-green {
        padding: 20px !important;
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    
    .quote-box-green p {
        font-size: clamp(24px, 6vw, 34px) !important;
        line-height: 1.2 !important;
        text-align: left !important;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .new-two-column-section {
        padding: 30px 0 !important;
        margin-bottom: 3% !important;
    }
    
    .elementor-widget-wrap.elementor-element-populated {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .ohio-widget.heading.-left .title {
        font-size: clamp(18px, 5vw, 24px) !important;
        line-height: 1.2 !important;
    }
    
    .elementor-widget-text-editor p {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
    
    .elementor-element.elementor-element-d2edcda .elementor-widget-container {
        padding: 20px !important;
        margin: 15px 0 !important;
    }
    
    .elementor-element.elementor-element-d2edcda .elementor-widget-container p {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
    
    .elementor-element.elementor-element-d2edcda .elementor-widget-container a,
    .payment-link {
        font-size: 13px !important;
        margin: 6px 0 !important;
        padding: 6px 0 !important;
    }
    
    .full-height-image-container {
        height: 350px !important;
        min-height: 350px !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    .full-height-image-container img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: block !important;
    }
    
    .quote-box-overlay {
        position: absolute !important;
        bottom: -20% !important;
        left: 0 !important;
        right: auto !important;
        width: 75% !important;
        height: 60% !important;
        margin: 0 !important;
        z-index: 10 !important;
    }
    
    .quote-box-green {
        padding: 15px !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }
    
    .quote-box-green p {
        font-size: clamp(24px, 6vw, 32px) !important;
        line-height: 1.2 !important;
        text-align: left !important;
        margin: 0 !important;
    }
}

/* Newcomers Academy Two Column Answers - Desktop Only */
@media (min-width: 769px) {
    .elementor-column p {
        line-height: 1.6 !important;
        text-align: justify !important;
    }
     .elementor-widget-container h4 {
         text-align:left !important;
     }
}

/* H2 Title with Blue Background Stripe */
.newcomers-academy-page h2.title {
    background-color: #1D78C5 !important;
    color: white !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    border-radius: 5px !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.newcomers-academy-page h2.title span {
    color: white !important;
}

/* Section 5 Left Column Text Styling - Match Section 2 Introduction */
.newcomers-academy-page .elementor-element-7195a41 p {
    margin-bottom: 20px !important;
    text-align: justify !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
    color: #333 !important;
}

/* More specific selectors for section 5 text */
.newcomers-academy-page .new-two-column-section .elementor-element-7195a41 p {
    margin-bottom: 20px !important;
    text-align: justify !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
    color: #333 !important;
}

/* Target the text editor widget directly */
.newcomers-academy-page .elementor-widget-text-editor[data-id="7195a41"] p {
    margin-bottom: 20px !important;
    text-align: justify !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
    color: #333 !important;
}

/* Style the final paragraph to match section 2 introduction */
.newcomers-academy-page .elementor-element-54a262f p {
    margin-bottom: 20px !important;
    text-align: justify !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
    color: #333 !important;
}

/* Reduce spacing between text and blue payment box */
.newcomers-academy-page .elementor-element-d2edcda {
    margin-top: 10px !important;
}

/* Reduce spacing in payment section */
.newcomers-academy-page .payment-container p {
    margin-bottom: 5px !important;
    text-align: justify !important;
    line-height: 1.3 !important;
}

/* Target the specific text editor container */
.newcomers-academy-page .elementor-element-7195a41 .elementor-widget-container {
    margin-bottom: 10px !important;
}

/* Reduce overall spacing in the left column */
.newcomers-academy-page .elementor-element-e02ac9c .elementor-widget-wrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Ensure section 5 content is not cut off */
.newcomers-academy-page .new-two-column-section {
    min-height: 100vh !important;
    height: auto !important;
}

.newcomers-academy-page .new-two-column-section .elementor-container {
    min-height: 100% !important;
    height: auto !important;
}

.newcomers-academy-page .new-two-column-section .elementor-column {
    min-height: 100% !important;
    height: auto !important;
}

.newcomers-academy-page .new-two-column-section .elementor-widget-wrap {
    min-height: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

/* Mobile view - All programs consistent */
@media (max-width: 768px) {
    .elementor-element[data-id="8e31cd1"] .elementor-widget-container {
        text-align: left !important;
    }
    
    .elementor-element[data-id="8e31cd1"] .elementor-widget-container h4 {
        text-align: left !important;
    }
    
    .elementor-element[data-id="8e31cd1"] .divider {
        margin-left: 0 !important;
        margin-right: auto !important;
        width: 60px !important;
    }
}
