/*-services-x3--*/

/*-sub-heading-*/
.section-label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    color: #808080;
}

.section-label::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #a6a6a6;
    border-radius:50%;
    margin-right: 6px;
}

.section-label::after {
    content: "";
    flex:1;
    height: 1px;
    background:linear-gradient(to right, #a6a6a6, transparent);
    margin-left: 8px;
    width: 50px;
}

/*-2cols-*/
.fixed-2cols{
    display: grid;
    grid-template-columns: 0.31fr 1fr;
    grid-row-gap: 44px;
}
@media only screen and (max-width:1080px){
    .fixed-2cols{
        grid-template-columns: 1fr;
    }
}
/*-sub-heading-*/

/*-horizontal-hero-*/
.sub-service-hero{
    display: grid;
    /*grid-template-columns: 1fr 1.1fr;*/
    grid-column-gap: 68px;
    grid-row-gap: 20px;
    align-items: start;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: auto;
}

.sub-service-hero .entry-summary{
    max-width: 800px;
    justify-items: center;
    margin-bottom: 34px;
}

/*-trust-text-*/
.trust-line{
    font-size:17px;
    max-width: 370px;
}

.trust-line span{
    color: #f2aa00;
}

.trust-line a{
    font-weight: 600;
    text-decoration: underline;
}

.trust-line a:hover{
    text-decoration: none;
}

.hero-simpleimg{
    max-width:1000px;
    margin:auto;
    margin-top:80px;
    margin-bottom:80px;
    border-radius:8px;
    overflow:hidden;
}

.vl-list-2x2{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap:3rem;
    grid-row-gap:3rem;
    margin: 44px 0px;
}

.vl-list-2x2 h3{
    font-size:28px;
    display:block;
    margin-bottom: 8px;
}

@media only screen and (max-width:768px){
    .sub-service-hero{
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        text-align: center;
    }
    .sub-service-hero .trust-line{
        margin:auto;
        margin-top:30px;
    }
}

@media only screen and (max-width:767px){
    .vl-list-2x2{
        grid-template-columns: repeat(1, 1fr);
    }

    .trust-line{
        font-size:15px;
    }
}

/*--slide-2--*/
.feature-comparison {
    white-space: normal;
    background:var(--white);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    font-size:19px;
    margin: 40px 0px;
    border-collapse: collapse;
    border-radius:12px;
    overflow:hidden;
}

.feature-comparison th {
    padding: 19px 30px;
    font-size: 17px;
    letter-spacing: -0.022em;
    background:hsl(0deg 0% 94.32%);
    width: 50%;
}

.feature-comparison strong{
    font-size: 17px;
    line-height: 1.1;
    height: auto;
    display: flex;
}

.feature-comparison p{
    font-size:16px;
    margin-top:5px;
}

.feature-comparison .professional {
    background: var(--brand-secondary-color);
    border-bottom: none;
}

.feature-comparison tr{
    border-bottom: var(--outline);
}
.feature-comparison tr:last-child{
    border-bottom: none;
}

.feature-comparison td {
    padding: 24px 30px;
    vertical-align: top;
}

.feature-comparison td:last-child{
    background: hsl(39.81deg 65.64% 68.04% / 54%);
}

@media (max-width: 768px) {
    .feature-comparison th, .feature-comparison td {
        border-right: none;
        border-left: none;
        padding: 16px 16px;
    }
}

/*-why-choose-us-*/
.ctacol3{
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 2fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 44px;
    margin-bottom: 44px;
}

.ctacol3x1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 20px;
    min-height: 500px;
    background-color: #f7f7f7;
}

.ctacol3x1 p{
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    text-align: start;
    padding: 30px 30px 30px 35px;
}

.ctacol3x2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--vibrant-color);
    border-radius: 30px;
    background: var(--brand-secondary-color);
}

.ctacol3x2 p{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.24;
    padding: 30px 30px 30px 35px;
}

.xl_text{
    max-width: 700px;
    margin: auto;
    font-size: 34px;
}

@media only screen and (max-width: 1080px){
    .ctacol3{
        grid-template-columns: 1fr 1fr;
    }

    .ctacol3 div:nth-child(3) {
        grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 767px) {
    .ctacol3{
        grid-template-columns: 1fr;
    }

    .ctacol3x1{
        min-height: 460px;
    }

    .ctacol3x2 p{
        font-size: 20px;
    }
}

 /*-Vertical-list-col1-*/
.services-list-c1{
    margin-top:44px;
    margin-bottom:44px;
}

.services-list-c1 li{
    display: grid;
    grid-template-columns: 1fr;
    padding: 44px 0px;
    border-top: 1px solid hsl(39.81deg 13.34% 80.18%);
    grid-column-gap: 80px;
    grid-row-gap:11px;
}

.services-list-c1 li h3 a{
    color: var(--brand-primary-color);
}

.services-list-c1 li:last-child{
    border-bottom: 1px solid hsl(39.81deg 13.34% 80.18%);
}

/*-3-fact-with-content-*/
.fact-sec{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 44px;
}

.fact-item{
    background: var(--bg);
    padding: 30px;
    border-radius: 10px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fact-sec li:nth-child(2){
    background:var(--brand-secondary-color);
}

.fact-item span{
    font-size:55px;
    font-weight:600;
}

.fact-item p{
    font-size:inherit;
}

@media only screen and (max-width: 767px) {
    .fact-sec{
        display: flex;
        flex-direction: column;
    }
}

/*-faq-*/
.accord_list{
    border-bottom: var(--outline);
}

.accord_list dt {
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: var(--outline);
}

.accord_list dt::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accord_list dt.active::after {
    content: "-";
    transform: rotate(180deg);
}

.accord_list dd {
    margin-left: 0px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: inherit;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.accord_list dd.open {
    margin-bottom: 24px;
    max-height: 1100px;
    opacity: 1;
}

.accord_list dd ul,
.accord_list dd ol{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 4px;
    margin-top: 10px;
}

.accord_list dd ul li,
.accord_list dd ol li{
    list-style-type: square;
    margin-left: 24px;
}