html{
    box-sizing: border-box;
}
@font-face {
    font-family: 'Roboto';
    src: url('./../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('./../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('./../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Line Awesome Free';
    src: url('./../fonts/LineAwesome/la-regular-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Line Awesome Free';
    src: url('./../fonts/LineAwesome/la-solid-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Line Awesome Free';
    src: url('./../fonts/LineAwesome/la-solid-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Line Awesome Free';
    src: url('./../fonts/LineAwesome/la-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
body, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0 0 8px;
    font-family: 'Roboto', sans-serif;

}
body {
    box-sizing: inherit;
    font-family: 'Roboto', sans-serif!important;
    background: #f7f7f7;
}
h1{
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2;
}
p, ul{
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.5;
}
h2{
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 32px!important;
}
h3, h4, h5, .subline{
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 2;
}
h3.h6{
    font-size: 1.125rem;
    margin-bottom: 24px;
}
ul{
    list-style-type: none;
    padding-inline-start: 0;
    padding-left:0 !important;
}
*, :after, :before {
    box-sizing: inherit;
}
.page_content{
    background-color: #f7f7f7;
    padding-bottom: 32px;
}

.page_content_wrapper{
    background-color: #fff;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    box-shadow: 0 24px 24px rgba(0,0,0,.16),0 9.95px 14px rgba(0,0,0,.124),0 4.13px 12px rgba(0,0,0,.095),0 1.49px 4px rgba(0,0,0,.066);
}
.container:not(.no-padding){
    padding: 32px 24px;
}
p, li, span, a{
    font-size: 15px;
}
p a {
    font-size: inherit!important;
}
li{
    margin-bottom: 8px;
}
.-textCenter{
    text-align: center;
}
.-textRight{
    text-align: right;
}
.bg-gray{
    background-color: #E9E9EA;
}
.bg-red{
    background-color: #882333;
}
.text-red{
    color: #882333;
}
.bg-white{
    background-color: #fff;
    padding: 20px;
}
.bg-yellow{
    background-color: rgb(219, 164, 0);
}
.bg-paige{
    background-color: rgb(221, 218, 206);
}
.border-yellow{
    border: 2px solid #DBA400;
}
.text-regular{
    font-size: 18px;
}
.text-small{
    font-size: 15px;
}
.text-smaller{
    font-size: 12px;
}
.text-underline{
    text-decoration: underline!important;
}
.color-black{
    color: #000;
}
header.page_header{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    /*box-shadow: 0 10px 20px 3px #0000005e;*/
}
.container.page_header_container{
    padding: 26px 24px;
}
header.page_header .contactInfo .column_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-self: center;
}
header.page_header .row {
    align-items: center;
}
div.icon-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
}
.contactInfo .icon-item a{
    font-size: .9375rem;
    font-weight: 700;
    color: #000;
}
.icon-item a{
    font-size: .9375rem;
    color: #000;
}
.icon-item i{
    font-size: 20px;
}
a{
    text-decoration: none!important;
}
a:hover{
    text-decoration: underline!important;
}
a.service_target{
    display: block;
    height: inherit;
    color: #212529;
}
a.service_target:hover{
    text-decoration: none!important;
}
.hero_content_container .col {
    padding: 16px;
}
.hero_info_box {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
.hero-cta {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px 3px #0000005e;
    position: sticky;
    margin-top: -200px;
    top: 150px;
    z-index: 5;
}
.hero-cta > div {
    padding: 16px 24px;
}

.hero_cta_services ul li {
    margin-bottom: 8px;
}
.hero-cta > span{
    display: block;
    padding: 8px 20px;
}
.hero-cta > .hero_cta_phone {
    color: #fff;
}
.hero-cta .hero_cta_phone p {
    margin-bottom: 0;
}
.hero-cta .hero_cta_phone .icon-item * {
    font-size: 1.75rem;
    color: #fff;
    font-weight: 600;
}
.hero-cta .hero_cta_footer_status {
    color: #00ba88;
    font-weight: bold;
}
.hero-cta .hero_cta_footer_status.closed {
    color: #cc2f4e;
}
.hero-cta .hero_cta_footer_email {
    font-size: .75rem;
}
.hero_cta_services i {
    font-size: 20px;
}
section.services .column_wrapper, section.services .cards_cell, section.services .service {
    height: 100%;
}
section.services .column_wrapper .card_wrapper {height: inherit;}
.container.card_heading_container{
    padding: 16px;
}
section.services .services_container {
    /*gap: 32px;*/
    display: flex;
    flex-direction: column;
}
section.services .services_container .row .col {
    padding: 16px;
}
header.card_header {
    flex-direction: column;
}
header.card_header img {
    border-radius: 8px 8px 0 0;
}
.card_heading_container {
    background: rgb(221, 218, 206);
}
h3.card_heading {
    font-size: 1.375rem;
    margin: 0;
}
.icon_wrapper {
    padding: 16px 16px 16px 0;
}
.card_wrapper{
    border-radius: 8px;
    overflow: hidden;
}
.cta_content_container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.btn.form-submit, .cta_call_button{
    background-color: rgb(219, 164, 0)!important;
    padding: 10px 25px;
    border:none;
    border-radius: 25px;
    color: #fff!important;
}
.cta_call_button a{
    text-decoration: none;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    gap: 8px;
    align-items: center;
}
.btn.form-submit:hover, .cta_call_button:hover{
    background-color: #ba8b00!important;
}
.btn.form-submit{
    border-radius: 8px;
}
.cta_email_link{
    color: #fff;
    font-size: .75rem;
}
.about_us .image_wrapper{
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}
.image_wrapper img{
    width: 100%;
    height: 100%;
}
.references_container {
    max-width: 925px!important;
}

.references_container .col {
    display: flex;
    align-items: center;
}
.iframe_wrapper iframe {
    width: 100%;
}
.iframe_wrapper p {
    margin-top:20px;
    font-size: 15px;
}
.cookieconsent-optout-marketing div{
    display: flex!important;
    height: 315px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #fff9;
}
.form-control{
    padding: 20px!important;
}
footer * {
    color: #fff;
    font-size: .9375rem;
}
footer ul {
    padding-inline-start:0;
    display: flex;
    gap:15px;
    margin: 0;
}
footer p {
    margin-bottom: 5px;
}
footer a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
footer .container {
    padding: 20px!important;
}
@media screen and (max-width: 768px){
    .col{
        padding: 16px;
    }
    .hero-cta{
        margin-top: 0;
        position: initial;
    }
    .references_container .col{
        justify-content: space-around;
    }
    .container.page_header_container{
        padding: 0 16px;
    }
    .hero_image .image_wrapper {
        height: 180px!important;
    }
    .companyIdentity{
        width: 130px!important;
    }
    .companyIdentity .column_wrapper {
        width: inherit!important;
    }
}

/* B2B Services Section */
.b2b-services {
    padding: 60px 0;
}

.b2b_services_heading {
    margin-bottom: 1rem;
}

.b2b-card {
    padding: 2rem;
    border-radius: 8px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.b2b-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.b2b-card_icon {
    margin-bottom: 1rem;
}

.b2b-card h3 {
    color: #333;
    margin-bottom: 1rem;
}

.b2b-card ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

.b2b-card ul li {
    padding: 0.25rem 0;
}

.b2b-card .h5 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #8e2035;
}

/* FAQ Section */
.faq {
    padding: 60px 0;
}

.faq_heading {
    margin-bottom: 1rem;
}

.faq-item {
    transition: background-color 0.2s ease;
    padding-left: 1rem;
    padding-right: 1rem;
}

.faq-item:hover {
    background-color: #f9f9f9;
}

.faq-question {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.faq-question i {
    color: #8e2035;
    margin-top: 3px;
}

.faq-answer {
    padding-left: 1.5rem;
}

/* B2B Content Detail Sections */
.b2b-content-detail {
    padding: 60px 0;
}

.b2b-content-detail .b2b_content_heading {
    color: #8e2035;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.b2b-content-detail .h5 {
    color: #8e2035;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.b2b-content-detail p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.b2b-content-detail p strong {
    color: #333;
}

/* Responsive B2B & FAQ */
@media screen and (max-width: 768px) {
    .b2b-services,
    .faq,
    .b2b-content-detail {
        padding: 40px 0;
    }

    .b2b-card {
        margin-bottom: 1rem;
    }

    .b2b_services_heading,
    .faq_heading,
    .b2b_content_heading {
        font-size: 1.75rem;
    }

    .b2b-content-detail .h5 {
        font-size: 1.1rem;
    }
}