/* SERVICES PAGES */
:root {
    --color-primary: #008EFF;
    --color-black: #000000;
    --color-whiate: #ffffff;
    --dark-gray :#363F4A;
    --dark-text-gray :#525151;
    --color-muted-lite: #919798;
    
    /* service */
    --color-orange: #F97F3A;
    --color-purple: #745EC6;
    --color-green: #4BC16C;
    --color-dark-coral: #C94A3E;
    --color-sky-blue: #59C0E4;
    --color-pink: #FD3DB5;
    --color-dark-slate-blue: #2C3E50;
    --color-midnight-blue: #1E3A8A;
    --color-vivid-orange: #EB9A00;
    --color-indigo: #535EC7;
}

/* global */
.text-color-orange{
    color: var(--color-orange);
}
.text-color-purple{
    color: var(--color-purple);
}
.text-color-green{
    color: var(--color-green);
}
.text-color-dark-coral{
    color: var(--color-dark-coral);
}
.text-color-sky-blue{
    color: var(--color-sky-blue);
}
.text-color-pink{
    color: var(--color-pink);
}
.text-color-dark-slate-blue{
    color: var(--color-dark-slate-blue);
}
.text-color-midnight-blue{
    color: var(--color-midnight-blue);
}
.text-color-vivid-orange{
    color: var(--color-vivid-orange);
}
.text-color-indigo{
    color: var(--color-indigo);
}
.text-color-muted{
    color: var(--color-muted-lite);
}
.text-color-dark-gray{
    color: var(--dark-gray) !important;
}
.text-color-dark-text-gray{
    color: var(--dark-text-gray);
}
.services-label-title{
    font-size: 22px;
    font-weight: 700;
}
.services-title{
    font-size: 52px;
    font-weight: 700;
}
.service-section-title{
    font-size: 38px;
    font-weight: 700;
}
.service-dark-title{
    font-size: 32px;
    font-weight: 700;
}
.services-desc{
    font-size: 20px;
    font-weight: 500;
}
.m-bottom-24{
    margin-bottom: 24px;
}
.m-bottom-40{
    margin-bottom: 40px;
}
.service-hero-topline img{
    width: 40px;
    height: 40px;
}

.service-hero-right img{
    width: 80%;
}
.service-hero-main{
    padding: 90px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* global */

.service-hero-left, .service-hero-right{
    width: 100%;
}
.service-main-title-section{
    text-align: center;
    margin-bottom: 40px;
}
.sales-past-report.no-costs{
    margin-block: 0px;
    max-width: 100%;
    padding-top: 66px;
    padding-bottom: 120px;
}
.sales-past-report{
    justify-content: space-around;
}
.sales-past-report-inner{
    display: flex;
    align-items: center;
    gap: 12px;
}
.sales-past-report.success-rate{
    margin-block: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 40px 0;
    border-top: 1px solid #EAECEE;
    border-bottom: 1px solid #EAECEE;
}
.about-simplyright{
    max-width: 991px;
    padding: 80px 64px;
    margin: auto;
}
.service-brand-structure-card{
    background: linear-gradient(165.65deg, #FFFFFF 4.66%, #F1F0F0 123.25%);
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
    width: 100%;
    /* flex: 0 1 calc((100% - 40px) / 3); */
}
.service-brand-structure-card h5{
    font-size: 26px;
    font-weight: 700;
}
.service-brand-structure-card p{
    font-size: 18px;
    font-weight: 500;
}
.account-fees-section{
    background: var(--color-black);
    border-radius: 16px;
    padding: 40px 32px;
    color: var(--color-whiate);
    max-width: 1110px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 200px;
}
.btn-dark-new{
    background: var(--color-whiate) !important;
    color: var(--color-black) !important;
}
.card-container-simple{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 48px;
    margin-block: 80px;
}
.main-that-simple{
    margin-block: 40px;
}
.main-that-simple h2{
    margin-top: 40px;
    margin-block: 0;
}
.service-strengths-card{
    border: 1px solid #EFEFEF;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0px 4px 20px 0px #0000000D;
    transition: 0.2s all ease-in-out;
    max-width: 400px;
}
.service-strengths-card:hover {
    transform: translateY(-8px) scale(1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
}
.hero-main-section .sales-past-report-inner p{
    color: #919798;
}
.hero-main-section .sales-past-report.success-rate .sales-past-report-inner{
    gap: 30px;
}
.main-that-simple .icon.count-no{
	background-color: var(--color-white);
    color: var(--color-primary);
	box-shadow: 0px 4px 12px 0px #0000000D;
	border: 1px solid #F2F2F2;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	border-radius: 30px;
	margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
}
.service-card-img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.main-that-simple.flight-cancellation .service-card-img{
    justify-content: start;
    padding: 0;
    padding-bottom: 24px;
}
.main-that-simple.flight-cancellation h3{
    color: var(--dark-gray);
    font-weight: 700;
    font-size: 22px;
}
.main-that-simple.flight-cancellation p{
    color: var(--color-muted-lite);
    font-weight: 500;
    font-size: 16px;
}
.services-title .main-title-line{
    text-decoration: underline solid #C94A3E 4px;
}

.contents-section .section-headline{
    font-size: 36px;
    font-weight: 700;
}
.contents-section .section-headline h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
}
.contents-section .section-headline h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
}
.contents-section .contentt{
    line-height: 35.2px;
}
.contents-section .contentt ol > li > ul > li{
    color: var(--dark-gray);
    margin-inline-start: 15px;
}
.contents-section .contentt ol > li{
    margin-bottom: 10px;
}
.contents-section-below{
    margin-block: 120px;
}
.contents-section-below h3{
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-gray);
    padding-block: 28px;
}
.contents-section-below p{
    margin-bottom: 26px;
    color: var(--dark-gray);
}
.contents-section a:hover{
    color: var(--color-primary);
}
.assessment-minutes-section{
    background-image: url("../../new-assets/img/service/icon/info-card.svg");
    background-color: #1E1E1E;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 40px;
    right: 0;
    left: 0;
    border-radius: 20px;
    padding: 52px 85px;
    max-width: 1330px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
}
.assessment-minutes-section h4{
    font-size: 32px;
    font-weight: 700;
    color: var(--color-whiate);
}
.assessment-minutes-section a{
    background-color: var(--color-whiate);
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 20px;

    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}
.assessment-minutes-section a:active{
    transform: scale(0.95);
}
.banner-close-btn{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.assessment-minutes-section {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.assessment-minutes-section.show {
  transform: translateY(0);
  opacity: 1;
}
.inkassounternehmen-main .main-title-line{
    text-decoration: underline solid #59C0E4 4px;
}
.service_search_wrapper{
    width: 100%;
    max-width: 726px;
    position: relative;
}
.service_search_wrapper .search_input{
    width: 100%;
    height: 60px;
    padding: 0 60px 0 25px;
    border: 3px solid #000000;
    -webkit-border-radius: 8px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    z-index: 111;
    font-size: 20px;
    font-weight: 500;
    transition: 0.1s all ease-in-out;
}
.service_search_wrapper .search_input:focus-visible{
    outline: 0;
}
.service_search_wrapper .service-search-icon-btn{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000000 url('../../new-assets/img/service/search-icon.png') no-repeat center center;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    text-indent: -1000000px;
    z-index: 999;
    outline: none;
    cursor: pointer;
}
.service_search_wrapper .service_search_list{
    border: 1px solid #C4C5C7;
    background: #fff;

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 99;
    margin-top: 0;
    display: none;
    -webkit-border-radius: 0 0px 8px 8px;
    border-radius: 0 0px 8px 8px;
    overflow: hidden;
}
.service_search_wrapper .service_search_list a.service_search_item-link{
    font-weight: 500;
    display: block;
    padding: 10px 26px;
    color: #363F4A;
    border-bottom: 1px solid #E9E9E9;
}
.service_search_wrapper .service_search_list a.service_search_item-link:hover{
    background-color: #F2F9FF;
}
.service_search_wrapper.search-div-display .search_input{
    border-radius: 12px 12px 0px 0px;
}
.service_search_wrapper.search-div-display .service-search-icon-btn{
    border-radius: 0 12px 0px 0;
}
.trading-main .main-title-line{
    text-decoration: underline solid #01B08C 4px;
}
.krypto-main .main-title-line{
    text-decoration: underline solid #6078BB 4px;
}
.bussgeld-main .main-title-line{
    text-decoration: underline solid #EB9A00 4px;
}

.different-types-main {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}
.different-types-blog {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: start;
    margin-top: 6px;
}
.service-different-title{
    margin-bottom: 50px;
}
.different-types-blog img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.different-types-blog h4 {
    margin-bottom: 10px;
    color: #363F4A;
    font-size: 24px;
    font-weight: 600;
}

.different-types-blog p {
    font-size: 16px;
    font-weight: 400;
    color: #363F4A;
    margin-bottom: 20px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.different-types-blog a {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: underline !important;
}

.different-types-blog:hover {
    transform: translateY(-5px);
}

.different-types-blog a:hover {
    color: #0056b3;
}
.catalogue-system{
    margin-block: 120px;
}
.catalogue-system .col-12{
    margin-bottom: 40px;
}
.catalogue-system h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}
.catalogue-system p{
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-gray);
}
.main-container section.section-hero {
	padding-top: 80px;
}
.hero-headline.headline-center {
	text-align: center;
}
.hero-headline {
	margin-bottom: 24px;
}
.hero-topline.color-purple-2 {
	color: #535EC7;
}
.hero-topline {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}
.hero-topline img {
	width: 40px;
	margin-right: 16px;
}
.abfindung-main .headline-center h2 {
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.3;
    word-wrap: break-word;
}
.form-calculator-container {
	max-width: 540px;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0 16px 50px rgba(54, 63, 74, .25);
}
.form-calculator h3, .form-calculator-result h3 {
	font-size: 28px;
}
.abfindung-main .section-default{
    margin-block: 80px;
}
.abfindung-main .field {
	margin-bottom: 24px;
}
.abfindung-main form.form label {
	display: block;
	font-weight: 400;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 9px;
}
.abfindung-main  input[type="text"], .abfindung-main  input[type="tel"], .abfindung-main  input[type="email"], .abfindung-main textarea {
	padding: 10px;
	width: 100%;
    font-size: 18px;
    font-weight: 600;
	-webkit-appearance: none;
}
.abfindung-main  input[type="text"]:focus-visible{
    outline: none;
}
.abfindung-main input, .abfindung-main textarea, .abfindung-main select {
	border: 1px solid #C4C5C7;
	border-radius: 8px !important;
}
.form-calculator .btn, .form-calculator-result .btn {
	width: 100%;
	margin-top: 0;
}
.abfindung-main .seotext {
	font-size: 20px;
	max-width: 850px;
	margin: 0 auto;
}
.section-headline h4, .section-headline h2, .section-headline h1 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.seotext img {
	border-radius: 8px;
	margin-bottom: 1em;
	width: 100%;
}
.abfindung-main .text-big {
	font-size: 20px;
	color: #363F4A;
	margin-bottom: 1.5em;
}
.abfindung-main .section-headline h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
    word-wrap: break-word;
}
.abfindung-main .section-headline p{
    color: var(--dark-gray);
}
.calculator-result-icon {
	width: 75px;
	margin: 0 auto 20px auto;
}
.calculator-result-icon img{
	width: 100%;
}
.form-calculator-result {
	text-align: center;
}
.calculator-result-value{
    font-weight: 700;
    color: #535EC7;
}
.card-cover-main{
    margin-bottom: 120px;
}
/* SERVICES PAGES */

@media screen and (max-width:1400px) {
    .card-container-simple {
        flex-wrap: wrap;
    }
}
@media screen and (max-width:1200px){
    .assessment-minutes-section{
        padding: 32px 24px;
        margin: auto 16px;
        flex-wrap: wrap;
        gap: 14px;
        justify-content: center;
    }
}
@media screen and (max-width:991px) {
    .service-hero-main{
        flex-wrap: wrap;
        gap: 20px;
    }
    .service-hero-right img {
        width: 100%;
    }
    .service-hero-main {
	    padding: 30px 0px 0px 0px;
    }
    .services-title {
        font-size: 36px;
    }
    .services-label-title {
        font-size: 18px;
    }
    .services-desc {
        font-size: 18px;
    }
    .service-main .sales-past-report.success-rate, .service-main .sales-past-report.no-costs{
        justify-content: left;
    }
    .service-main .sales-past-report.no-costs{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .service-section-title {
        font-size: 28px;
    }
    .card-container-simple {
        gap: 28px;
        margin-block: 30px;
    }
    .sales-past-report.success-rate {
        padding: 24px 0;
    }
    .sales-past-report-inner p {
        font-size: 18px;
    }
    .service-brand-structure-card{
        flex-wrap: wrap;
    }
    .service-structure-img{
        margin: auto;
        order: 0;
    }
    .brand-structure-text{
        order: 1;
    }
    .service-strategy-img{
        width: 100%;
    }
    .about-simplyright {
        padding: 30px 12px;
    }
    .btn-dark-new, .btn-new-wraper{
        width: 100%;
    }
    .account-fees-section{
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }
    .service-dark-title {
        font-size: 28px;
    }
    .faq-icon {
        left: 8px;
        width: 28px;
        height: 28px;
    }
    .different-types-blog {
        flex: 1 1 calc(50% - 20px);
    }
    .contents-section .section-headline {
        font-size: 26px;
    }
    .catalogue-system h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .assessment-minutes-section h4 {
        font-size: 16px;
    }
    .assessment-minutes-section a{
          font-size: 12px;
          padding: 8px 16px;
          gap: 8px;
    }
}
@media screen and (max-width:778px) {
    .m-bottom-40 {
        margin-bottom: 20px;
    }
    .contents-section .section-headline h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contents-section-below {
        margin-block: 30px;
    }
    .contents-section-below p {
        margin-bottom: 20px;
    }
    .contents-section-below h3 {
        font-size: 20px;
        padding-block: 8px;
    }
    .banner-close-btn svg{
        width: 16px;
    }
}
@media screen and (max-width:576px) {
    .btn{
        width: 100%;
    }
    .services-desc {
        font-size: 16px;
    }
    .services-title {
        font-size: 28px;
    }
    .services-label-title {
        font-size: 16px;
    }
    .service-hero-topline img {
        width: 30px;
        height: 30px;
    }
    .sales-past-report-inner h5, .sales-past-report-inner h5 > span {
        font-size: 30px;
    }
    .service-brand-structure-card h5 {
        font-size: 24px;
    }
    .service-brand-structure-card p {
        font-size: 16px;
    }
    .service-dark-title {
        font-size: 25px;
    }
    .services-desc {
        font-size: 14px;
    }
    .different-types-blog {
        flex: 1 1 100%;
    }
    .assessment-minutes-section .d-flex.align-items-center.gap-3{
        flex-wrap: wrap;
        gap: 10px !important;
    }
    .assessment-minutes-section .d-flex.align-items-center.gap-3 a{
        width: 100%;
        justify-content: center;
    }
    .abfindung-main.main-container{
        padding: 20px 10px;
    }
    .abfindung-main .headline-center h2 {
        font-size: 34px;
    }
    .hero-topline {
        font-size: 18px;
    }
    .hero-topline img {
        width: 30px;
        margin-right: 12px;
    }
    .form-calculator h3, .form-calculator-result h3 {
        font-size: 24px;
    }
    .form-calculator-container {
        max-width: 100%;
        padding: 20px;
    }
    .abfindung-main .section-headline h2 {
        font-size: 26px;
        margin-bottom: 16px;
        text-align: center;
    }
    .abfindung-main .section-headline p{
        font-size: 16px;
    }
    .abfindung-main p.text-big{
        font-size: 16px;
    }
    .seotext img {
        margin-bottom: 12px;
    }
    .main-container section.section-hero {
        padding-top: 50px;
    }
    .abfindung-main .text-big{
        margin-bottom: 8px;
    }
    .card-cover-main{
        margin-bottom: 50px;
    }
    .section-headline ul li{
        color: var(--dark-gray);
        font-size: 16px;
    }
    .abfindung-main .section-default {
        margin-block: 50px;
    }
    .customer-reviews {
        margin-bottom: 60px;
    }
    .service_search_wrapper .search_input {
        height: 50px;
        padding: 0 50px 0 15px;
        font-size: 16px;
    }
    .service_search_wrapper .service-search-icon-btn {
        width: 50px;
        height: 50px;
        background-size: 20px;
    }
    .contents-section-below h3{
        line-height: 28px;
    }
}