/* Hero Area Section Css Start */
.hero-area__bg__span {
    transform: matrix(1, -0.25, 0, 1, 0, 0);
    transform-origin: bottom left;
    background: var(--p-color);
    height: 130%;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    transform: skewY(-14deg);
    top: -15%;
}
.hero-image-container {
    max-width: 520px;
    text-align: right;
    position: relative;
    top: 30px;
}
section.hero-area-section {
    position: relative;
}
section.hero-area-section .container {
    position: relative;
}
section.hero-area-section .content {
    align-items: flex-start;
    display: flex;
    margin: 15px 0 40px;
    gap: 30px;
}
section.hero-area-section .content .txtContent {
    flex: 1;
    margin-top: 30px;
}
section.hero-area-section .content .formContent {
    flex: 0.8;
}
section.hero-area-section .content .txtContent h1 {
    color: var(--w-color);
    margin-bottom: 20px;
    max-width: 730px;
}

section.hero-area-section .content .txtContent h1 span {
    color: var(--s-color);
}
section.hero-area-section .content .txtContent p {
    max-width: 453px;
}
section.hero-area-section .content .txtContent .listContent {
    margin-top: 100px;
}
section.hero-area-section .content .txtContent .listContent h2 {
    font-size: 21px;
    font-family: var(--ff-cp-medium);
    max-width: 394px;
}
section.hero-area-section .content .txtContent .listContent ul {
    margin: 0;
    list-style: none;
}
section.hero-area-section .content .txtContent .listContent ul li {
    font-size: 18px;
    font-family: var(--ff-cp-medium);
    margin: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.hero-area-section .content .txtContent .listContent ul li:before {
    content: '\f15e';
    font-family: 'dashicons';
}
section.hero-area-section .content .formContent .formContainer {
    position: relative;
    background: var(--p-bgcolor);
    border-radius: 12px;
    padding: 40px 40px 20px 40px;
}
section.hero-area-section .content .formContent .formContainer h3 {
    font-size: 21px;
    color: var(--p-color);
    font-family: var(--ff-cp-medium);
}
section.hero-area-section .content .formContent .formContainer p {
    font-size: 17px;
    color: var(--p-color);
}
section.hero-area-section .content .formContent .formContainer form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "fname Lname"
        "email Phone"
        "how-many-staff how-many-staff"
        "mssage mssage"
        "submit submit";
    margin: auto;
}
section.hero-area-section .content .formContent .formContainer form .hs-form-field {
    position: relative;
    margin: 5px 0;
}
section.hero-area-section .content .formContent .formContainer form .hs_firstname {
    grid-area: fname;
    margin-right: 9px;
}
section.hero-area-section .content .formContent .formContainer form .hs_lastname {
    grid-area: Lname;
    margin-left: 9px;
}
section.hero-area-section .content .formContent .formContainer form .hs_email {
    grid-area: email;
    margin-right: 9px;
}
section.hero-area-section .content .formContent .formContainer form .hs_phone {
    grid-area: Phone;
    margin-left: 9px;
}
section.hero-area-section .content .formContent .formContainer form .hs-dependent-field {
    grid-area: dependent;
    margin-right: 9px;
    display: none;
}
section.hero-area-section .content .formContent .formContainer form .hs_company {
    grid-area: company;
    margin-left: 9px;
    display: none;
}
section.hero-area-section .content .formContent .formContainer form .hs_how_many_staff_do_you_need_ {
    grid-area: how-many-staff;
}
section.hero-area-section .content .formContent .formContainer form .hs_message {
    grid-area: mssage;
}
section.hero-area-section .content .formContent .formContainer form .hs_submit {
    grid-area: submit;
}
section.hero-area-section .content .formContent .formContainer form .hs-form-field label {
    position: absolute;
    top: 17px;
    left: 16px;
    cursor: text;
    padding: 0 !important;
    transition: 0.2s ease-in-out;
    color: #818589;
    font-weight: 400;
}
section.hero-area-section .content .formContent .formContainer form .hs-form-field label.display-label {
	font-size: 12px !important;
	top: 2px !important;
}
section.hero-area-section .content .formContent .formContainer form .hs-form-field input,
section.hero-area-section .content .formContent .formContainer form .hs-form-field textarea {
    padding-bottom: 0 !important;
}
section.hero-area-section .content .formContent .formContainer form .hs-form-field textarea{
    padding-top: 20px !important;
}
section.hero-area-section .content .formContent .formContainer form .hs-form-field input, section.hero-area-section .content .formContent .formContainer form .hs-form-field select, section.hero-area-section .content .formContent .formContainer form .hs-form-field textarea {
    width: 100% !important;
    height: 51px;
    margin: 4px 0;
    border: 1px solid #d1dae2;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    transition: 0.2s ease-in-out;
}
section.hero-area-section .content .formContent .formContainer form .hs_how_many_staff_do_you_need_ label {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
section.hero-area-section .content .formContent .formContainer form .hs_submit input.hs-button {
    background: var(--p-color);
    width: 100%;
    height: 48px;
    border: none;
    font-size: 18px;
    border-radius: 34px;
    color: var(--w-color);
    font-family: var(--ff-cp-medium);
    cursor: pointer;
    transition: ease-out 0.4s;
    font-weight: 500;
    margin-top: 20px;
}
section.hero-area-section .content .formContent .formContainer form .hs_submit input.hs-button:hover {
    box-shadow: inset 600px 0 0 0 var(--w-color);
    color: var(--p-color);
    font-size: 18.2px;
}
.privacy-policy-p {
    margin-top: 20px;
}
section.hero-area-section .content .formContent .formContainer .privacy-policy-p p {
    font-size: 15px;
}
section.location-slider-section .scroll_items {
    display: flex;
    /* justify-content: center; */
    gap: 25px;
}
section.location-slider-section .scroll_items .scroll-item {
    float: left;
    width: 523px !important;
    padding-right: unset !important;
    cursor: pointer;
}
section.location-slider-section .scroll_content {
    overflow: visible !important;
}
section.location-slider-section .scroll_items .scroll-item .location-card {
    background-color: var(--t1-color);
    padding: 42px 28px 37px 40px;
    border-radius: 20px;
    width: 516px !important;
    min-height: 336px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
section.location-slider-section .scroll_items .scroll-item .location-card img {
    max-width: 50px;
}
section.location-slider-section .scroll_items .scroll-item .location-card h2 {
    color: var(--p-color);
    font-size: 24px;
    font-weight: 400;
}
section.location-slider-section .scroll_items .scroll-item .location-card p {
    color: var(--p2-color);
    height: 232px;
}
section.location-slider-section .scroll_items .scroll-item .location-card a {
    color: var(--s-color);
    font-family: var(--ff-cp-medium);
    font-size: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
section.location-slider-section .scroll_items .scroll-item .location-card a:before {
    content: '';
    display: block;
    border-bottom: 2px solid var(--s-color);
    padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20%);
    opacity: 0;
    transition: ease-out .1s;
}
section.location-slider-section .scroll_items .scroll-item .location-card a:hover:before {
    display: block;
    border-bottom: 2px solid var(--s-color);
    padding-bottom: 5px;
    position: absolute;
    bottom: -5px;
    width: calc(100% - 17%);
    opacity: 1;
}
section.location-slider-section .scroll_items .scroll-item .location-card a:hover:after {
    background: var(--s-color);
    padding: 0px 4px;
    border-radius: 50%;
    color: var(--p-color);
    margin-left: 2px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.location-slider-section .container.scrollable_wrapper > a:hover:before {
    color: var(--p-color) !important;
    box-shadow: inset 170px 0 0 0 var(--s-color) !important;
    -webkit-mask: unset;
    z-index: -1;
    transition: 0.3s;
}
section.location-slider-section .scroll_items .scroll-item .location-card a:after {
    content: '\f345';
    font-family: dashicons;
    font-size: 15px;
}
section.location-slider-section .scrollbar {
    width: 100%;
    height: 18px;
    background: var(--t1-color);
    border-radius: 130px;
    margin: 35px 0;
    border: 4px solid var(--t1-color);
    overflow: hidden;
}
section.location-slider-section .scrollbar .handle {
    background: var(--s-color);
    height: 10px;
    border-radius: 130px;
    cursor: pointer;
}
section.location-slider-section {
    position: relative;
    margin: 60px 0;
}
section.location-slider-section .container.scrollable_wrapper > a {
    font-size: 18px !important;
    border-radius: 34px !important;
    padding: 0 18px !important;
    max-width: 167px !important;
    height: 49px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.4s !important;
    position: relative;
    margin: 0 auto !important;
}
section.location-slider-section .container.scrollable_wrapper > a:before {
    content: '';
    display: unset !important;
    position: absolute !important;
    border-radius: 180px;
    inset: 0;
    padding: 2px;
    background: linear-gradient(144deg, #00bcf4, #03ffff) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: 0.3s;
    top: 0 !important;
    margin: 0 !important;
}
section.map-section {
    padding-bottom: 70px;
}

/* Text with Image */
.c-text-image {
    background: #fff;
}
.c-text-image .container {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 13px;
}
.c-text-image .container .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.c-text-image .container .content-wrapper picture {
    display: block;
    height: 315px;
    width: 100%;
}
.c-text-image .container .content-wrapper picture img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.c-text-image .container .content-wrapper .content-wrapper__data {
    max-width: 511px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.c-text-image .container .content-wrapper h2 {
    color: var(--s1-color);
    font-family: var(--ff-cp-medium);
    margin-bottom: 0;
    padding-bottom: 17px;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}
.c-text-image .container .content-wrapper h3 {
    color: var(--p-color);
    font-size: 32px;
    font-family: var(--ff-cp-medium);
    margin: 8px 0px 24px 0px;
    line-height: 40px;
    letter-spacing: -0.01em;
    width: 100%;
}
.c-text-image .container .content-wrapper h3 span {
    color: var(--s-color);
}
.c-text-image .container .content-wrapper p {
    color: var(--p2-color);
    max-width: 511px;
    padding-bottom: 17px;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--ff-body);
    margin-block: 17px;
    width: 100%;
}
.c-text-image .container .content-wrapper a {
    line-height: 48px;
    padding: 0px 24px;
    font-family: var(--ff-cp-medium);
    font-size: 18px;
    letter-spacing: -0.02em;
    border-radius: 34px;
    text-decoration: none;
    border: 3px solid var(--s-color);
    transition: 0.3s;
    color: #333;
    min-height: 54px;
    height: 54px;
    display: block;
    width: fit-content;
}
.c-text-image .container .content-wrapper a:hover {
    color: var(--s-color);
    font-size: 18.2px;
}

@media(max-width: 1024px){
    section.hero-area-section .content{
        flex-direction: column;
    }
    section.hero-area-section .content .txtContent {
        text-align: center;
    }
    section.hero-area-section .content .txtContent p {
        max-width: 100%;
    }
    section.hero-area-section .content .txtContent .listContent ul{
        display: inline-flex;
        flex-direction: column;
    }
    .hero-area__bg__span{
        height: 89%;
    }
    section.blank-section {
        height: 180px;
    }
    section.hero-area-section .content .txtContent .listContent h2 {
        max-width: 100%;
    }
    section.location-slider-section {
        margin-top: unset !important;
    }
    section.location-slider-section .scroll_items {
        width: max-content !important;
    }
}
@media(max-width: 640px){
    section.location-slider-section .scroll_items .scroll-item .location-card {
        padding: 30px 20px;
        width: 305px !important;
        min-height: 546px;
    }
    section.location-slider-section .scroll_items .scroll-item .location-card a{
        position: absolute;
        bottom: 30px;
    }
    section.location-slider-section .scroll_items .scroll-item {
        width: auto !important;
    }
    section.hero-area-section .content .formContent .formContainer {
        padding: 40px 20px !important;
    }
    section.hero-area-section .content .txtContent h1 {
        font-size: 40px;
        line-height: 50px;
    }
    section.hero-area-section .content .txtContent{
        text-align: left;
    }
    section.blank-section {
        height: 120px;
    }
    section.location-slider-section .scroll_items .scroll-item:last-of-type {
        width: 400px !important;
    }
    section.location-slider-section .scroll_items .scroll-item .location-card p {
        height: 290px;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }   
}

@media (min-width: 1024px) {
    .c-text-image .container .content-wrapper {
        flex-wrap: nowrap;
    }
    .c-text-image .container .right {
        flex-direction: row-reverse;
    }
    .c-text-image .container .content-wrapper picture {
        height: 500px;
        min-width: 500px;
        max-width: 500px;
    }
    .c-text-image .container {
        gap: 87px 13px;
    }
    .c-text-image .container .content-wrapper h2 {
        font-size: 20px;
        margin-top: 20px;
    }
    .c-text-image .container .content-wrapper h3 {
        font-size: 40px;
    }
}

@media (min-width: 500px) {
    section.location-slider-section .scroll_items .scroll-item:last-of-type {
        min-width: 600px !important;
    }
}