h1.title{
    color:white!important;
}


h2.title {
    margin-bottom: 50px;
    text-align: left;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #1d3d76;
}

.row { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.col-md-6, .col-md-12 {
    width: 100%;
    padding: 15px;
}

.col-md-6 + .col-md-12 {
    margin-top: 35px;
}

.row :is(ul, ol), .col .list {
    padding-left: 25px;
}

.row ul, .col .list {
    list-style-type: disc;
}

.row ol {
    list-style-type: decimal;
}

.row :is(ul, ol):not(:last-child) {
    margin-bottom: 30px;
}

.row :is(ul, ol) li, .col .list li {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.row p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.row :is(p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, ol) + :is(p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, ol) {
    margin-top: 15px;
}

body > div.spacer > div > p.title{
    color:white!important;
    text-align: center!important;
}

.text ul {
    list-style-type: disc;
    padding: 0 0 0 20px;
}

.p-container {
    max-width: 1380px;
    margin: 75px auto;
}

.p-container h2 {
    margin: 25px 0 20px;
    font-size: 25px;
    line-height: 45px;
    font-weight: 700;
    color: #1d3d76;
}

.p-container p {
    line-height: 30px;
    margin-bottom: 10px;
}

.title {
    margin-bottom: 50px !important;
    font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 700 !important;
    color: #1d3d76 !important;
    text-align: left !important;
}

.home-pros {
    padding: 0px;
}

p.para {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.bemer-scope li {
    margin-left: 25px;
    line-height: 30px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    list-style: disc;
}

.bemer-scope ul {
    margin-bottom: 30px;
}

.bemer-scope b {
    font-weight: 600;
    color: #1D3D76;
}

.bemer-scope ol li {
    list-style: decimal !important;
}

.bemer-scope a {
    color: #1D3D76;
}

.breadcrumbs h1 {
    margin-bottom: 50px!important;
    text-align: center!important;
    font-size: 35px!important;
    line-height: 45px!important;
    font-weight: 700!important;
    color: #fff!important;
}

.p-steps-section ul,
.p-steps-section li {
    list-style: none !important;
    margin-left: 0 !important;
}

.p-steps-section {
    background: linear-gradient(0deg, rgba(242, 244, 245, 1) 42%, rgba(255, 255, 255, 1) 100%);
    padding: 0 65px 35px;
    border-radius: 20px;
}

.p-steps-section h2.title {
    margin: 0 0 160px !important;
    text-align: center !important;
}

ul.p-steps {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    position: relative;
    margin: 0 0 50px;
}

ul.p-steps:before {
    content: "";
    width: 73%;
    position: absolute;
    height: 2px;
    background: #45e060;
    top: -100px;
    left: 50%;
    transform: translatex(-50%);
}

ul.p-steps > li {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background: white;
    padding: 35px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: space-between;
    position: relative;
}

ul.p-steps > li:first-of-type {
    border: 2px solid #00c122;
}

ul.p-steps > li:after {
    content: "Etap I";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -60px;
}

ul.p-steps > li:nth-of-type(2):after {
    content: "Etap II";
}

ul.p-steps > li:last-of-type:after {
    content: "Etap III";
}

ul.p-steps > li:before {
    content: "1";
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    justify-content: center;
    top: -130px;
    left: 50%;
    transform: translatex(-50%);
    background: #bcffd4;
    border-radius: 50%;
    color: #007815;
    font-weight: 500;
    border: 10px solid white;
    align-items: center;
}

ul.p-steps > li:nth-of-type(2):before {
    content: "2";
}

ul.p-steps > li:last-of-type:before {
    content: "3";
}

ul.p-steps h3 {
    color: black;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.p-steps-btn {
    padding: 20px;
    display: block;
    text-align: center;
    background: #E5E7EB;
    border-radius: 50px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

ul.p-steps ul {
    display: flex;
    gap: 20px;
}

ul.p-steps ul a {
    background: #00c122;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
}

ul.p-steps ul a img {
    width: 20px;
    max-width: 20px;
    display: block;
}

ul.p-steps h3 + p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

ul.p-steps h3 + p span, 
.p-container p span, 
p.p-steps-text strong {
    color: #00c122;
    font-weight: 600;
}

p.p-steps-text {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.p-steps-t {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    background: white;
    padding: 35px;
    border-radius: 15px;
    margin: 0 0 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.p-steps-list {
    margin-top: 30px;
}

ul.p-steps-list p.para {
    margin-bottom: 10px;
}

.benefits-section {
    font-family: 'Montserrat', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.benefits-section h2 {
    color: #223f79 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
}

.benefits-section .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.benefits-section .card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
}

.benefits-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(34, 63, 121, 0.15);
}

.benefits-section .card h3 {
    background-color: #223f79 !important;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    margin: -30px -30px 20px -30px !important;
    padding: 20px 30px !important;
    line-height: 1.4;
    border-bottom: none !important;
}

.benefits-section .card ul,
.benefits-section .card li {
    list-style: none !important;
    list-style-type: none !important;
}

.benefits-section .card ul {
    padding-left: 0;
    margin: 0;
    flex-grow: 1;
}

.benefits-section .card li {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0 !important;
    position: relative;
    padding-left: 20px;
    color: #333333;
    font-weight: 400 !important;
}

.benefits-section .card li::before {
    content: "•";
    color: #223f79;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    transform: none;
}

.benefits-section .card li:last-child {
    margin-bottom: 0;
}

.benefits-section .card b, 
.benefits-section .card span {
    font-weight: 600 !important;
    color: #111111 !important;
}

.bemer-effects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
}

.bemer-effects-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
}

.bemer-effects-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(34, 63, 121, 0.12);
    border-color: #223f79;
}

.bemer-effects-item .name {
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif;
    color: #223f79;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.offer-videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%;
}

.offer-videos .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.offer-videos .item .title {
    font-size: 22px !important;
    color: #223f79 !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    line-height: 1.4 !important;
    text-align: left !important;
    height: auto !important;
}

.offer-videos .item iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.offer-videos .item p {
    margin: 0;
}

.p-faq {
    max-width: 1000px;
    margin: 60px auto;
    font-family: 'Montserrat', sans-serif;
    padding: 0 20px;
}

.p-faq h2 {
    color: #223f79 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}

.p-faq details {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f9;
    margin-bottom: 15px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.p-faq details:hover {
    box-shadow: 0 8px 25px rgba(34, 63, 121, 0.1);
    border-color: #223f79;
}

.p-faq summary {
    padding: 20px 50px 20px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #223f79;
    cursor: pointer;
    list-style: none;
    position: relative;
    display: block;
    outline: none;
}

.p-faq summary::-webkit-details-marker {
    display: none;
}

.p-faq summary::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #00c122;
    font-weight: 400;
    line-height: 1;
}

.p-faq details[open] summary::after {
    content: '−';
    color: #223f79;
}

.p-faq details[open] summary {
    border-bottom: 1px solid #eef2f9;
}

.p-faq div[itemprop="acceptedAnswer"] {
    padding: 20px 25px;
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    background-color: #fcfcfc;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.p-faq div[itemprop="text"] p {
    margin: 0 !important;
    font-weight: 400 !important;
}

@media (max-width: 1100px) {
    h2.title {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 40px;
        text-align: left;
    }

    .p-steps-section h2.title {
        margin: 0 0 50px !important;
    }

    ul.p-steps {
        flex-direction: column;
        align-items: flex-end;
    }

    ul.p-steps > li {
        width: 85%;
    }

    ul.p-steps > li:before {
        top: 50%;
        transform: translate(-90px, -50%);
        left: 0;
        border-color: #ffffff00;
    }

    ul.p-steps > li:after {
        top: 50%;
        left: 0;
        transform: translate(-86px, 40px);
    }

    ul.p-steps:before {
        height: 100%;
        width: 2px;
        left: 50%;
        top: 0;
        transform: translatex(calc(-50% + 50px));
    }

    .p-steps-section {
        padding: 10px 10px 35px;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .offer-videos {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .p-faq summary {
        font-size: 16px;
        padding: 15px 45px 15px 20px;
    }
    
    .p-faq div[itemprop="acceptedAnswer"] {
        padding: 15px 20px;
        font-size: 15px;
    }
}

@media (max-width: 560px) {
    ul.p-steps > li:before,
    ul.p-steps > li:after {
        display: none;
    }

    ul.p-steps > li {
        width: 100%;
    }

    ul.p-steps:before {
        transform: translateX(-50%);
    }
}
.buttons{
    display: flex;
    justify-content: center;
    margin-bottom:30px;
    margin-top:30px;
}
.buttons .btn {
    transition: all .2s 
ease-out;
    -webkit-transition: all .2s 
ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    position: relative;
    display: inline-block;
    padding: 15px 55px 15px 30px;
    background-color: #1d3d76;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 0 25px;
}.buttons .btn:after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin: auto;
    left: auto;
    right: 20px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/build/assets/btn-arrow-BGy3QBXe.png) center center no-repeat;
    background-size: 100%;
}

.content .offer-text .col ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0 !important;
    position: relative;
    padding-left: 20px;
    color: #333333;
    font-weight: 400;
}
.content .offer-text .col ul li b{
    font-weight: 700 !important;
}

.content .offer-text .col ul li::before {
    content: "•";
    color: rgb(34, 63, 121);
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -2px;
    width: auto;
    height: auto;
    transform: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
}

.content ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0 !important;
    position: relative;
    padding-left: 20px;
    color: #333333;
    font-weight: 400;
}.content ul li::before {
    content: "•";
    color: rgb(34, 63, 121);
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -2px;
    width: auto;
    height: auto;
    transform: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
}