body {
    background: #fff !important;
}

#contact_hero {
    text-align: center;
    padding: 70px 16px 140px;
    overflow: hidden;
    position: relative;
}

#contact_us_text {
    max-width: 936px;
    margin: auto;
}

#contact_us_text h1 {
    font-size: 82px;
    line-height: 108%;
    margin-bottom: 14px;
    font-weight: 700;
    color: rgba(3, 29, 61, 1);
    transition: color 0.3s ease-in-out;
}

#contact_us_text p {
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    color: rgba(100, 110, 140, 1);
    transition: color 0.3s ease-in-out;
}

.contact_hero_anim {
    max-width: 803px;
    margin: 0 auto;
    aspect-ratio: 660 / 660;
    display: flex;
    justify-content: center;
}

.contact_hero_anim video {
    width: 100%;
    display: block;
}

/* .contact_hero_anim canvas {
    width: 100%;
    transform: scale(1.4);
    background: center/cover no-repeat url("../assets/images/telephone.webp");
} */

/* Contact cards */

.card_wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    touch-action: manipulation;
}

.card_wrapper:first-child {
    left: 12%;
    top: 336px;
}

.card_wrapper:last-child {
    left: 77%;
    top: 744px;
}

.card_inner {
    position: relative;
    z-index: 1;
}

.card_linkedin_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 11px;
    z-index: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.card_wrapper:hover .card_linkedin_wrapper,
.card_wrapper:focus-within .card_linkedin_wrapper {
    top: -44px;
    opacity: 1;
    pointer-events: auto;
    transition: top 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}

.card_linkedin {
    position: relative;
    background-color: rgba(198, 225, 255, 1);
    padding: 7px;
    border-radius: 5px;
    display: flex;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
    column-gap: 4px;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.linkedin_txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1em;
    display: flex;
    gap: 8px;
    color: rgba(24, 31, 53, 1);
    align-items: center;
}

.card_wrapper:last-child .linkedin_txt {
    font-size: 17px;
}

.linkedin_txt span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    color: rgba(24, 31, 53, 1);
}

.card_wrapper:last-child .linkedin_txt span {
    font-size: 15px;
}

.linkedin_shape {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 50%);
}

.linkedin_shape path {
    fill: rgba(198, 225, 255, 1) !important;
}

.linkedin_img {
    display: flex;
}

.card_info {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    background: rgba(7, 125, 253, 1);
    padding: 6px 24px 6px 8px;
    border-radius: 96px;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.card_info,
.card_info * {
    pointer-events: none;
}

.card_wrapper:hover .card_info,
.card_wrapper:hover .card_info * {
    pointer-events: auto;
}

.card_wrapper:hover .card_info,
.card_wrapper:focus-within .card_info {
    background-color: rgba(198, 225, 255, 1) !important;
}

.card_wrapper:hover .card_call,
.card_wrapper:focus-within .card_call {
    color: rgba(24, 31, 53, 1) !important;
}

.card_wrapper:last-child .card_info {
    padding: 5.2px 24px 5.2px 7px;
}

.card_ava {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-size: cover;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.card_wrapper:last-child .card_ava {
    width: 68px;
    height: 68px;
}

.card_wrapper:hover .card_ava {
    filter: grayscale(0);
}

.card_plus {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2em;
    color: rgba(24, 31, 53, 1);
}

.card_wrapper:last-child .card_plus {
    font-size: 43px;
}

.card_you {
    background-color: rgba(7, 125, 253, 1);
    border-radius: 50%;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 26px;
    line-height: 1 !important;
}

.card_wrapper:last-child .card_you {
    width: 68px;
    height: 68px;
    font-size: 24px;
    line-height: 1 !important;
}

.card_plus,
.card_you {
    opacity: 1;
    margin-left: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, margin-left 0.3s ease-in-out 0.3s;
}

.card_you span {
    position: relative;
    top: 2px;
}

.card_wrapper:last-child .card_you span {
    position: relative;
    top: 1px;
}

.card_wrapper:hover .card_plus,
.card_wrapper:hover .card_you,
.card_wrapper:focus-within .card_plus,
.card_wrapper:focus-within .card_you {
    transform: scaleX(1);
    opacity: 1;
    margin-left: 12px;
}

.card_wrapper:last-child:hover .card_plus,
.card_wrapper:last-child:hover .card_you,
.card_wrapper:last-child:focus-within .card_plus,
.card_wrapper:last-child:focus-within .card_you {
    margin-left: 10px;
}

.card_wrapper:hover .card_plus,
.card_wrapper:focus-within .card_plus {
    max-width: 28px;
    opacity: 1;
    transition-delay: 0s, 0s, 0s;
}

.card_wrapper:hover .card_you,
.card_wrapper:focus-within .card_you {
    max-width: 78px;
    opacity: 1;
    transition-delay: 0.1s, 0.1s, 0.1s;
}

.card_call {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2em;
    margin-left: 12px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}

.card_wrapper:last-child .card_call {
    font-size: 28px;
    margin-left: 10px;
}

/* ===============================
   FOLLOW US BLOCK
   =============================== */

#follow_us_section {
    position: relative;
    width: 100%;
    padding: 200px 0 0;
    background-color: rgba(3, 29, 61, 1);
    overflow: hidden;
    border-radius: 60px;
    z-index: 100;
}

/* Background lines */
#follow_us_section .bg-lines-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    pointer-events: none;
}

#follow_us_section .bg-lines-right {
    position: absolute;
    top: -340px;
    right: -100px;
    width: 750px;
    pointer-events: none;
}

/* Hands */
#follow_us_section .hand-left {
    position: absolute;
    top: -180px;
    left: 0;
    width: 433px;
    pointer-events: none;
}

#follow_us_section .hand-right {
    position: absolute;
    top: -156px;
    right: 0;
    width: 628px;
    pointer-events: none;
}

/* Center wrapper */
.follow-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Title */
.follow-title {
    font-size: 92px;
    font-weight: 700;
    line-height: 104%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

/* Social icons */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 28px;
}

.social-icons a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease;
    color: #FFFFFF;
}

.social-icons a svg,
.social-icons a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-icons a:hover {
    background: #ffffff;
    color: rgba(7, 125, 253, 1);
    border-color: #ffffff;
}

/* === CARDS POSITIONING (exactly like Figma) === */

.cards-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
}

/* Card 1 (Why link building) */
.card-1 {
    position: absolute;
    bottom: -115px;
    left: 120px;
    width: 380px;
    transform: rotate(24.4deg);
    z-index: 2;
}

/* Card 2 (elephant insta post) */
.card-2 {
    position: absolute;
    bottom: -85px;
    left: 490px;
    width: 360px;
    transform: rotate(0deg);
    z-index: 1;
}

/* Card 3 (main blue card) */
.card-3 {
    position: absolute;
    bottom: -180px;
    right: 600px;
    width: 460px;
    transform: rotate(-11deg);
    z-index: 2;
}

/* Card 4 (youtube card with man) */
.card-4 {
    position: absolute;
    bottom: -110px;
    right: 100px;
    width: 600px;
    transform: rotate(10.8deg);
    z-index: 1;
}

/* Contact us Form */

#contact_us_form {
    position: relative;
    margin: -50px 0 -50px;
    padding: 212px 100px 120px;
    background-color: rgba(198, 225, 255, 1);
    transition: background-color 0.3s ease-in-out;
}

#contact_us_form .contact_bg_lines {
    position: absolute;
    bottom: -66px;
    left: -110px;
    width: 700px;
    height: 840px;
    pointer-events: none;
    z-index: 0;
}

#contact_us_form_wrapper {
    position: relative;
    z-index: 2;
}

#contact_form_inner {
    display: flex;
    justify-content: space-between;
    column-gap: 122px;
    padding: 30px 0;
}

#contact_form_wrapper {
    max-width: 807px;
    width: 100%;
    flex: 1 1 auto;
}

.contact_form_title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 36px;
    line-height: 118%;
    color: rgba(24, 31, 53, 1);
    transition: color 0.3s ease-in-out;
}

#contact_form_wrapper .ff-t-container {
    gap: 24px;
}

#contact_form_wrapper .contact_input:not(.contact_surname) {
    margin-bottom: 10px;
    height: 96px;
}

#contact_form_wrapper .message_textarea {
    width: 100%;
}

#contact_form_wrapper label {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: rgba(127, 136, 162, 1);
}

#contact_form_wrapper input,
#contact_form_wrapper textarea {
    width: 100%;
    background: rgba(246, 250, 255, 1);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 7px 12px 5px;
    font-size: 19px;
    line-height: 1.4em;
    transition: border-color 0.4s ease-in-out;
}

#contact_form_wrapper input {
    height: 43px;
}

#contact_form_wrapper input::placeholder,
#contact_form_wrapper textarea::placeholder {
    color: rgba(185, 192, 212, 1) !important;
}

#contact_form_wrapper input:-webkit-autofill {
    -webkit-text-fill-color: #4A5578 !important;
    color: #4A5578 !important;
    background-color: rgba(246, 250, 255, 1) !important;
    background-clip: content-box !important;
    box-shadow: 0 0 0 1000px rgba(246, 250, 255, 1) inset !important;
    border: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.contact_email .ff-el-input--content {
    position: relative;
}

.contact_email svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    pointer-events: none;
}

.contact_email input {
    padding-left: 40px !important;
}

.contact_website .ff-el-input--content::before {
    content: "http://";
    position: absolute;
    color: rgba(127, 136, 162, 1);
    border-right: 1px solid rgba(208, 213, 221, 1);
    height: 43px;
    display: flex;
    align-items: center;

    font-size: 19px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 8px 12px;
    z-index: 1;
}

.contact_website input {
    padding-left: 90px !important;
}

#contact_form_wrapper textarea {
    height: 72px !important;
    resize: none !important;
}

#contact_form_wrapper .submit_button {
    margin-bottom: 0px;
    margin-top: 40px;
    width: fit-content;
    position: relative;
    height: 52px;
}

/* #contact_form_wrapper .submit_button.loading::after {
    display: none;
} */

#contact_form_wrapper .ff_submit_btn_wrapper.loading button {
    padding-right: 90px;
}

#contact_form_wrapper .ff_submit_btn_wrapper.loading::after {
    right: 45px;
}

#contact_form_wrapper .ff-message-success {
    border: none;
    box-shadow: none;
}

#contact_form_wrapper .ff-message-success p {
    color: var(--Gray-900);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4em;
}

#contact_form_wrapper .ff_submit_btn_wrapper button {
    position: relative;
    background: rgba(7, 125, 253, 1) !important;
    color: white;
    padding: 17px 60px 13px 20px;
    height: 52px;
    border-radius: 26px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out, height 0.3s ease-in-out;
}

#contact_form_wrapper .ff_submit_btn_wrapper button:hover {
    opacity: 1;
    background-color: #63AEFF !important;
}

#contact_form_wrapper .ff_submit_btn_wrapper button:not([disabled]):active {
    padding: 15px 58px 11px 18px;
    height: 48px;
}

#contact_form_wrapper .ff_submit_btn_wrapper.btn-thanks button[disabled] {
    background-color: #10335F !important;
    cursor: default;
    pointer-events: none;
}

#contact_form_wrapper .ff_submit_btn_wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;

    background-image: url("../assets/images/btn_icon.svg");
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: right 0.3s ease-in-out;
}

#contact_us_form .container_textarea {
    height: 144px;
}


#contact_us_form .contact_input:not(.ff-el-is-error) .text-danger.error {
    display: none;
}

#contact_us_form .ff-el-group.ff-el-is-error input:active,
#contact_us_form .ff-el-group.ff-el-is-error input:focus,
#contact_us_form .ff-el-group.ff-el-is-error textarea:active,
#contact_us_form .ff-el-group.ff-el-is-error textarea:focus {
    border-color: #F22B1D !important;
}

#contact_us_form .contact_website.ff-el-is-error .ff-el-input--content::before {
    transition: border-color 0.3s ease-in-out;
}

#contact_us_form .contact_website.ff-el-is-error .ff-el-input--content:focus-within::before {
    border-color: #F22B1D !important;
}

#contact_us_form .ff-el-group.ff-el-is-error label {
    color: #D92D20;
}

#contact_us_form .ff-el-group.ff-el-is-error .text-danger {
    margin: 6px 0 0;
    color: #D92D20;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.1em;
}

#contact_map {
    max-width: 710px;
    width: 100%;
    height: 540px;
    border-radius: 24px;
    flex: 0 0 auto;
}

#contact_map_viewport {
    overflow: hidden;
    position: relative;
    cursor: grab;
    height: 100%;
    border-radius: 24px;
    background-color: #FCFCFC;
}

#contact_map_viewport.dragging {
    cursor: grabbing;
}

#contact_map_viewport img {
    position: absolute;
    max-width: unset;
    left: -260px;
    top: -230px;
    user-select: none;
    width: 1250px;
    height: 943px;
}

footer {
    position: relative;
}

#follow_us_section .bg-lines-left,
#follow_us_section .hand-left {
    transform-origin: top left;
}

#follow_us_section .bg-lines-right,
#follow_us_section .hand-right {
    transform-origin: top right;
}

@media (hover: none) and (pointer: coarse) {

    .card_info,
    .card_info * {
        pointer-events: none;
    }

    .card_wrapper:focus-within .card_info,
    .card_wrapper:focus-within .card_info * {
        pointer-events: auto;
    }
}

@media screen and (max-width: 1700px) {
    #contact_us_text h1 {
        font-size: 76px;
    }

    .contact_hero_anim {
        max-width: 760px;
    }

    .card_wrapper:first-child {
        left: 6%;
        top: 336px;
    }

    #follow_us_section {
        padding-top: 180px;
    }

    .follow-title {
        font-size: 88px;
    }

    #follow_us_section .bg-lines-left,
    #follow_us_section .hand-left,
    #follow_us_section .bg-lines-right,
    #follow_us_section .hand-right {
        transform: scale(0.96);
    }

    #follow_us_section .hand-right {
        top: -124px;
    }

    #follow_us_section .hand-left {
        top: -170px;
    }

    .cards-wrapper {
        height: 470px;
    }

    .card-1 {
        width: 360px;
        left: 67px;
    }

    .card-2 {
        width: 340px;
        left: 420px;
    }

    .card-3 {
        width: 440px;
        right: 440px
    }

    .card-4 {
        width: 560px;
        right: 40px;
    }

    #contact_us_form {
        padding: 180px 100px 150px;
    }
}

@media screen and (max-width: 1600px) {
    #contact_us_text h1 {
        font-size: 70px;
    }

    #contact_us_text p {
        font-size: 20px;
    }

    .contact_hero_anim {
        max-width: 720px;
    }

    .card_wrapper:last-child {
        left: 75%;
        top: 744px;
    }

    /* Follow us */
    #follow_us_section {
        padding-top: 170px;
    }

    .follow-title {
        font-size: 82px;
    }

    #follow_us_section .bg-lines-left {
        width: 720px;
        top: -10px;
        transform: scale(0.9);
    }

    #follow_us_section .bg-lines-right {
        width: 700px;
        top: -330px;
        right: -80px;
        transform: scale(0.9);
    }

    #follow_us_section .hand-left {
        width: 400px;
        top: -133px;
        transform: scale(0.9);
    }

    #follow_us_section .hand-right {
        width: 590px;
        top: -110px;
        transform: scale(0.9);
    }

    .cards-wrapper {
        height: 440px;
    }

    .card-1 {
        width: 330px;
        left: 70px;
        bottom: -110px;
    }

    .card-2 {
        width: 320px;
        left: 393px;
        bottom: -80px;
    }

    .card-3 {
        width: 400px;
        right: 400px;
        bottom: -170px;
    }

    .card-4 {
        width: 520px;
        right: 30px;
        bottom: -105px;
    }

    #contact_us_form {
        padding: 180px 70px 150px;
    }
}

@media screen and (max-width: 1500px) {
    #contact_hero {
        padding: 60px 16px 120px;
    }

    #contact_us_text h1 {
        font-size: 64px;
    }

    #contact_us_text p {
        font-size: 19px;
    }

    .contact_hero_anim {
        max-width: 680px;
    }

    .card_wrapper:first-child {
        left: 4%;
        top: 280px;
    }

    /* cards: more compact & pulled closer to center */
    .cards-wrapper {
        height: 420px;
    }

    .card-1 {
        width: 310px;
        left: 70px;
        bottom: -105px;
    }

    .card-2 {
        width: 300px;
        left: 390px;
        bottom: -80px;
    }

    .card-3 {
        width: 380px;
        right: 330px;
        bottom: -165px;
    }

    .card-4 {
        width: 490px;
        right: 60px;
        bottom: -100px;
    }

    #contact_map {
        max-width: 640px;
        height: 540px;
    }

    #contact_map_viewport img {
        left: -313px;
        top: -227px;
    }
}

@media screen and (max-width: 1440px) {
    #contact_hero {
        padding: 50px 16px 110px;
        margin: 20px 0 60px;
    }

    #contact_us_text h1 {
        font-size: 56px;
    }

    #contact_us_text p {
        font-size: 18px;
    }

    .contact_hero_anim {
        max-width: 620px;
    }

    /* contact cards around the video */
    .card_wrapper:first-child {
        top: 220px;
    }

    .card_wrapper:last-child {
        top: 550px;
    }

    .card_ava {
        width: 68px;
        height: 68px;
    }

    .card_wrapper:last-child .card_ava {
        width: 60px;
        height: 60px;
    }

    .card_plus {
        font-size: 40px;
    }

    .card_wrapper:last-child .card_plus {
        font-size: 34px;
    }

    .card_you {
        width: 62px;
        height: 62px;
        font-size: 22px;
    }

    .card_wrapper:last-child .card_you {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .card_call {
        font-size: 26px;
    }

    .card_wrapper:last-child .card_call {
        font-size: 23px;
    }

    #follow_us_section {
        padding-top: 150px;
        border-radius: 52px;
    }

    .follow-title {
        font-size: 76px;
    }

    #follow_us_section .bg-lines-left {
        width: 640px;
        top: -20px;
        transform: scale(0.86);
    }

    #follow_us_section .bg-lines-right {
        width: 640px;
        top: -340px;
        right: -80px;
        transform: scale(0.86);
    }

    #follow_us_section .hand-left {
        width: 370px;
        top: -90px;
        transform: scale(0.86);
    }

    #follow_us_section .hand-right {
        width: 550px;
        top: -93px;
        transform: scale(0.86);
    }

    .cards-wrapper {
        height: 400px;
    }

    .card-1 {
        width: 290px;
        left: 60px;
        bottom: -100px;
    }

    .card-2 {
        width: 280px;
        left: 340px;
        bottom: -80px;
    }

    .card-3 {
        width: 350px;
        right: 330px;
        bottom: -160px;
    }

    .card-4 {
        width: 460px;
        right: 21px;
        bottom: -95px;
    }

    #contact_map {
        max-width: 600px;
    }

    #contact_map_viewport img {
        left: -319px;
        top: -221px;
    }

    #contact_form_inner {
        gap: 80px;
    }
}

@media screen and (max-width: 1300px) {

    #contact_hero {
        padding: 50px 16px 60px;
    }

    #contact_us_text h1 {
        font-size: 52px;
    }

    #contact_us_text p {
        font-size: 17px;
    }

    .contact_hero_anim {
        max-width: 560px;
    }

    .card_wrapper:first-child {
        top: 210px;
        left: 4%;
    }

    .card_wrapper:last-child {
        top: 530px;
        left: 73%;
    }

    .follow-title {
        font-size: 72px;
    }

    .cards-wrapper {
        height: 380px;
    }


    #contact_form_inner {
        column-gap: 62px;
    }

    #contact_map {
        max-width: 540px;
    }

    #contact_map_viewport img {
        left: -330px;
    }

    .card-1 {
        width: 290px;
        left: 20px;
        bottom: -82px;
    }

    .card-2 {
        width: 280px;
        left: 305px;
        bottom: -80px;
    }

    .card-3 {
        width: 350px;
        right: 280px;
        bottom: -160px;
    }
}

@media screen and (max-width: 1250px) {
    #contact_hero {
        padding: 30px 16px 120px;
        margin: 0 0 40px;
    }

    .contact_hero_anim {
        max-width: 520px;
        margin-top: 60px;
    }

    .card_wrapper:first-child {
        top: 190px;
        left: 6%;
    }

    .card_wrapper:last-child {
        top: 720px;
        left: 68%;
    }
}

@media screen and (max-width: 1200px) {

    #contact_us_text {
        max-width: 760px;
    }

    #contact_us_text h1 {
        font-size: 48px;
    }

    #contact_us_text p {
        font-size: 16px;
    }

    .card_wrapper:first-child {
        top: 190px;
        left: 6%;
    }

    .card_wrapper:last-child {
        top: 720px;
        left: 68%;
    }

    .card_ava {
        width: 54px;
        height: 54px;
    }

    .card_wrapper:last-child .card_ava {
        width: 48px;
        height: 48px;
    }

    .card_plus {
        font-size: 34px;
    }

    .card_wrapper:last-child .card_plus {
        font-size: 31px;
    }

    .card_you {
        width: 54px;
        height: 54px;
        font-size: 18px;
    }

    .card_wrapper:last-child .card_you {
        width: 48px;
        height: 48px;
        font-size: 17px;
    }

    .card_call {
        font-size: 22px;
    }

    .card_wrapper:last-child .card_call {
        font-size: 20px;
    }

    #follow_us_section {
        padding-top: 130px;
        border-radius: 32px;
    }

    .follow-title {
        font-size: 64px;
    }

    #follow_us_section .bg-lines-left {
        width: 690px;
        top: 0px;
    }

    #follow_us_section .bg-lines-right {
        width: 670px;
        top: -150px;
        right: -90px;
    }

    #follow_us_section .hand-right {
        top: -60px;
    }

    .cards-wrapper {
        height: 360px;
    }

    .card-1 {
        width: 250px;
        left: 40px;
        bottom: -95px;
    }

    .card-2 {
        width: 240px;
        left: 290px;
        bottom: -78px;
    }

    .card-3 {
        width: 310px;
        right: 280px;
        bottom: -150px;
    }

    .card-4 {
        width: 400px;
        right: 30px;
        bottom: -90px;
    }

    #contact_form_inner {
        flex-direction: column-reverse;
        gap: 30px;
        width: 100%;
        padding: 20px 0;
    }

    #contact_us_form {
        padding: 140px 70px 170px;
    }

    #contact_form_inner {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 0;
        width: 100%;
    }

    #contact_map {
        margin: 0 auto;
        max-width: 807px;
        width: 100%;
        height: 615px;
        border-radius: 22px;
    }

    #contact_map_viewport {
        border-radius: 27px;
    }

    #contact_map_viewport img {
        width: 1200px;
        height: 900px;
        left: -233px;
        top: -229px;
    }

    #contact_form_wrapper {
        max-width: 807px;
        width: 100%;
        margin: 0 auto;
    }

    .contact_form_title {
        font-size: 32px;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 1100px) {
    #contact_us_text h1 {
        font-size: 44px;
    }

    .card_wrapper:first-child {
        top: 190px;
        left: 6%;
    }

    .card_wrapper:last-child {
        top: 720px;
        left: 68%;
    }

    #follow_us_section {
        padding-top: 120px;
    }

    .follow-title {
        font-size: 58px;
    }

    .cards-wrapper {
        height: 340px;
    }

    .card-1 {
        width: 230px;
        left: 30px;
    }

    .card-2 {
        width: 225px;
        left: 250px;
    }

    .card-3 {
        width: 290px;
        right: 210px;
    }

    .card-4 {
        width: 370px;
        right: 0px;
    }

    #contact_map {
        height: 410px;
    }
}

@media screen and (max-width: 1024px) {
    #contact_hero {
        padding: 70px 46px 140px;
        margin: 0 0 100px;
    }

    #contact_us_text {
        max-width: 945px;
    }

    #contact_us_text h1 {
        font-size: 72px;
        line-height: 1.08;
    }

    #contact_us_text p {
        font-size: 22px;
        line-height: 1.4;
    }

    .contact_hero_anim {
        max-width: 700px;
        margin-top: 270px;
    }

    .card_wrapper:first-child {
        top: 350px;
        left: 16%;
    }

    .card_wrapper:last-child {
        top: 1177px;
        left: 60%;
    }

    .card_ava {
        width: 68px;
        height: 68px;
    }

    .card_wrapper:last-child .card_ava {
        width: 60px;
        height: 60px;
    }

    .card_plus {
        font-size: 40px;
    }

    .card_wrapper:last-child .card_plus {
        font-size: 34px;
    }

    .card_you {
        width: 62px;
        height: 62px;
        font-size: 22px;
    }

    .card_wrapper:last-child .card_you {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .card_call {
        font-size: 26px;
    }

    .card_wrapper:last-child .card_call {
        font-size: 23px;
    }

    .card_wrapper .card_linkedin_wrapper {
        top: -44px;
        opacity: 1;
        pointer-events: auto;
    }

    .card_wrapper .card_info {
        background-color: #077DFD !important;
        pointer-events: auto;
    }

    .card_wrapper .card_info * {
        pointer-events: auto;
    }

    .card_wrapper .card_ava {
        filter: grayscale(0);
    }

    .card_wrapper .card_plus {
        max-width: 28px;
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
        color: #FFFFFF
    }

    .card_wrapper .card_plus,
    .card_wrapper .card_you {
        transform: scaleX(1);
        opacity: 1;
        margin-left: 12px;
    }

    .card_wrapper .card_you {
        max-width: 78px;
        opacity: 1;
        background-color: #E5F1FF;
        color: #30374F;
        transition-delay: 0.1s, 0.1s, 0.1s;
    }

    .card_wrapper .card_call {
        color: #FFFFFF !important;
    }

    /*  */

    #follow_us_section {
        padding-top: 150px;
        border-radius: 24px;
    }

    .follow-title {
        font-size: 54px;
        margin-bottom: 24px;
    }

    .social-icons {
        gap: 20px;
    }

    .social-icons a {
        width: 46px;
        height: 46px;
    }

    #follow_us_section .bg-lines-left {
        width: 600px;
        top: -30px;
        transform: scale(0.78);
    }

    #follow_us_section .bg-lines-right {
        width: 600px;
        top: -130px;
        right: -70px;
        transform: scale(0.78);
    }

    #follow_us_section .hand-left {
        width: 340px;
        top: -58px;
        transform: scale(0.78);
    }

    #follow_us_section .hand-right {
        width: 500px;
        top: -59px;
        transform: scale(0.78);
    }

    .cards-wrapper {
        height: 330px;
    }

    .card-1 {
        width: 220px;
        left: 5px;
        bottom: -90px;
    }

    .card-2 {
        width: 215px;
        left: 205px;
        bottom: -75px;
    }

    .card-3 {
        width: 280px;
        right: 230px;
        bottom: -145px;
    }

    .card-4 {
        width: 350px;
        right: 18px;
        bottom: -85px;
    }

    .contact_form_title {
        font-size: 48px;
    }

    #contact_form_inner {
        column-gap: 60px;
    }

    #contact_us_form .contact_bg_lines {
        bottom: -94px;
        left: -100px;
        width: 700px;
        height: 830px;
    }
}

@media screen and (max-width: 940px) {
    #contact_hero {
        padding: 70px 18px 100px;
        margin: 0 0 40px;
    }

    .contact_hero_anim {
        margin-top: 170px;
    }

    #contact_us_text h1 {
        font-size: 62px;
    }

    .card_wrapper:first-child {
        top: 313px;
        left: 16%;
    }

    .card_wrapper:last-child {
        top: 1067px;
        left: 53%;
    }

    .card-1 {
        width: 200px;
        left: 5px;
        bottom: -90px;
    }

    .card-2 {
        width: 200px;
        left: 185px;
        bottom: -75px;
    }

    .card-3 {
        width: 260px;
        right: 170px;
        bottom: -145px;
    }

    .card-4 {
        width: 320px;
        right: -2px;
        bottom: -85px;
    }
}

@media screen and (max-width: 768px) {

    /* HERO SECTION */
    #contact_hero {
        padding: 20px 16px 115px;
        margin-bottom: 20px;
    }

    #contact_us_text h1 {
        font-size: 46px;
        margin-bottom: 4px;
    }

    #contact_us_text p {
        font-size: 16px;
    }

    .contact_hero_anim {
        margin-top: 100px;
        max-width: 500px;
    }

    /* CARD 1 (first-child) */
    .card_info {
        padding: 4px 16px 4px 5px;
    }

    .card_wrapper:first-child {
        top: 150px;
        left: 12%;
    }

    .card_ava {
        width: 46px;
        height: 46px;
    }

    .card_plus {
        font-size: 26px;
    }

    .card_you {
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .card_call {
        font-size: 22.8px;
    }

    /* CARD 2 (last-child, always smaller) */
    .card_wrapper:last-child .card_info {
        padding: 3.5px 16px 3.5px 4.6px;
    }

    .card_wrapper:last-child {
        top: 707px;
        left: 53%;
    }

    .card_wrapper:last-child .card_ava {
        width: 40px;
        height: 40px;
    }

    .card_wrapper:last-child .card_plus {
        font-size: 26px;
    }

    .card_wrapper:last-child .card_you {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .card_wrapper:last-child .card_call {
        font-size: 20px;
    }

    .card_linkedin_wrapper {
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 10px;
    }

    .card_linkedin_wrapper .linkedin_img svg {
        width: 12px;
        height: 12px;
    }

    .linkedin_txt {
        font-size: 13px;
    }

    .linkedin_txt span {
        font-size: 12px;
    }

    .card_wrapper:last-child .card_linkedin_wrapper {
        font-size: 10px;
        padding: 5px 8px;
    }

    .card_wrapper:last-child .linkedin_txt {
        font-size: 13px;
    }

    .card_wrapper:last-child .linkedin_txt span {
        font-size: 12px;
    }

    /* Follow Us Section */
    #follow_us_section {
        padding-top: 90px;
    }

    .follow-title {
        font-size: 34px;
        margin-bottom: 22px;
        line-height: 1.1em;
    }

    .social-icons {
        gap: 14px;
    }

    .social-icons a {
        width: 34px;
        height: 34px;
    }

    #follow_us_section .bg-lines-left,
    #follow_us_section .hand-left,
    #follow_us_section .bg-lines-right,
    #follow_us_section .hand-right {
        transform: scale(0.7);
    }

    #follow_us_section .hand-left {
        top: -25px;
    }

    #follow_us_section .hand-right {
        top: 1px;
        right: -15px;
    }

    .cards-wrapper {
        height: 230px;
    }

    .card-1 {
        width: 170px;
        left: 7px;
        bottom: -50px;
    }

    .card-2 {
        width: 165px;
        left: 133px;
        bottom: -55px;
    }

    .card-3 {
        width: 200px;
        right: 140px;
        bottom: -95px;
    }

    .card-4 {
        width: 245px;
        right: 5px;
        bottom: -61px;
    }

    #contact_us_form {
        padding: 140px 18px 170px;
    }

    .contact_form_title {
        font-size: 40px;
    }

    #contact_map_viewport img {
        left: -240px;
        top: -242px;
    }
}

@media screen and (max-width: 600px) {
    #contact_us_text h1 {
        font-size: 38px;
        line-height: 1.2em;
    }

    /* CARD POSITIONS */
    .card_wrapper:first-child {
        top: 145px;
        left: 18%;
    }

    .card_wrapper:last-child {
        top: 691px;
        left: 47%;
    }

    .card_wrapper:hover .card_linkedin_wrapper,
    .card_wrapper:focus-within .card_linkedin_wrapper {
        top: -40px;
    }

    .card_linkedin_wrapper {
        padding: 5px 8px;
        font-size: 11px;
        border-radius: 8px;
    }

    .card_linkedin_wrapper .linkedin_img svg {
        width: 9px;
        height: 9px;
    }

    .linkedin_txt {
        font-size: 11px;
    }

    .linkedin_txt span {
        font-size: 10px;
    }

    .card_wrapper:last-child .card_linkedin_wrapper {
        font-size: 11px;
        padding: 4px 6px;
    }

    .card_wrapper:last-child .linkedin_txt {
        font-size: 10px;
    }

    .card_wrapper:last-child .linkedin_txt span {
        font-size: 9px;
    }

    /* Contact Form Adjustments */
    #follow_us_section .bg-lines-left,
    #follow_us_section .hand-left,
    #follow_us_section .bg-lines-right,
    #follow_us_section .hand-right {
        transform: scale(0.55);
    }

    #follow_us_section .hand-right {
        top: -7px;
    }

    #follow_us_section .hand-left {
        top: -39px;
    }

    .contact_form_title {
        font-size: 32px;
    }

    #contact_us_form .fluentform .ff-el-group.ff-el-input--content {
        margin-bottom: 20px !important;
    }

    #contact_map_viewport img {
        left: -305px;
        top: -232px;
    }

    #contact_us_form .contact_bg_lines {
        bottom: -1px;
        left: -20px;
        width: 590px;
        height: 680px;
    }

    .social-icons {
        gap: 14px;
        margin-bottom: 50px;
    }

    .card-1 {
        transform: rotate(57deg);
    }

    .card-3 {
        transform: rotate(9.44deg);
    }

    .card-4 {
        transform: rotate(-33.41deg);
    }

    .card-1 {
        width: 155px;
        left: -54px;
        bottom: 11px;
        z-index: 1;
    }

    .card-2 {
        width: 148px;
        left: 73px;
        bottom: -45px;
        z-index: 2;
    }

    .card-3 {
        width: 180px;
        right: 116px;
        bottom: -85px;
    }

    .card-4 {
        width: 210px;
        right: -37px;
        bottom: -53px;
    }

    #contact_form_wrapper .submit_button {
        width: 100% !important;
    }

    #contact_form_wrapper .ff_submit_btn_wrapper button {
        width: 100%;
        padding: 17px 20px 13px;
    }

    #contact_form_wrapper .ff_submit_btn_wrapper.loading button {
        padding-right: 20px;
    }

    #contact_form_wrapper .ff_submit_btn_wrapper button:not([disabled]):active {
        padding: 15px 20px 11px;
    }

    #contact_form_wrapper .ff_submit_btn_wrapper::after {
        content: none !important;
        display: none !important;
    }


}

@media screen and (max-width: 500px) {
    #contact_hero {
        padding: 20px 16px 145px;
        margin-bottom: 20px;
    }

    #contact_us_text h1 {
        font-size: 34px;
        line-height: 1.2em;
    }

    .contact_hero_anim {
        margin: 120px 0 30px 0px;
    }

    .card_wrapper:first-child {
        left: 15%;
    }

    .card_wrapper:last-child {
        top: 685px;
        left: 37%;
    }

    .card_wrapper:hover .card_linkedin_wrapper,
    .card_wrapper:focus-within .card_linkedin_wrapper {
        top: -42px;
    }

    .card_linkedin_wrapper {
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 10px;
    }

    .card_linkedin_wrapper .linkedin_img svg {
        width: 12px;
        height: 12px;
    }

    .linkedin_txt {
        font-size: 13px;
    }

    .linkedin_txt span {
        font-size: 12px;
    }

    .card_wrapper:last-child .card_linkedin_wrapper {
        font-size: 10px;
        padding: 5px 8px;
    }

    .card_wrapper:last-child .linkedin_txt {
        font-size: 13px;
    }

    .card_wrapper:last-child .linkedin_txt span {
        font-size: 12px;
    }

    /* Follow Us */
    #follow_us_section {
        padding-top: 150px;
    }

    #follow_us_section .bg-lines-left,
    #follow_us_section .hand-left,
    #follow_us_section .bg-lines-right,
    #follow_us_section .hand-right {
        transform: scale(0.5);
    }

    #follow_us_section .hand-left {
        top: 3px;
    }

    #follow_us_section .hand-right {
        top: -29px;
        right: 0;
    }

    .cards-wrapper {
        height: 210px;
    }

    .social-icons {
        gap: 14px;
        margin-bottom: 50px;
    }

    .card-1 {
        transform: rotate(57deg);
    }

    .card-3 {
        transform: rotate(9.44deg);
    }

    .card-4 {
        transform: rotate(-33.41deg);
    }

    .card-1 {
        width: 155px;
        left: -64px;
        bottom: 54px;
        z-index: 1;
    }

    .card-2 {
        width: 148px;
        left: 18px;
        bottom: -15px;
        z-index: 2;
    }

    .card-3 {
        width: 180px;
        right: 96px;
        bottom: -55px;
    }

    .card-4 {
        width: 210px;
        right: -37px;
        bottom: -53px;
    }

    #contact_map_viewport img {
        left: -394px;
        top: -238px;
    }
}

@media screen and (max-width: 450px) {

    .contact_hero_anim {
        max-width: 400px;
    }

    #contact_hero {
        padding: 20px 16px 115px;
        margin-bottom: 20px;
    }

    #contact_us_text h1 {
        font-size: 28px;
    }

    #contact_us_text p {
        font-size: 14px;
    }

    #contact_map_viewport img {
        left: -420px;
    }

    .card_wrapper:last-child {
        top: 610px;
        left: 38%;
    }

    /* Follow Us */
    .cards-wrapper {
        height: 195px;
    }
}

@media screen and (max-width: 420px) {
    .card_wrapper:first-child {
        top: 143px;
        left: 10%;
    }

    .card_wrapper:last-child {
        top: 595px;
        left: 32%;
    }

    #follow_us_section .hand-right {
        top: -32px;
    }

    #follow_us_section .hand-left {
        top: -27px;
    }

    /* Follow Us Cards */
    .cards-wrapper {
        height: 180px;
    }

    .card-1 {
        width: 140px;
    }

    .card-2 {
        width: 135px;
    }

    .card-3 {
        width: 165px;
    }

    .card-4 {
        width: 195px;
    }
}

@media screen and (max-width: 390px) {
    #contact_hero {
        padding: 20px 0 115px;
        margin-bottom: 20px;
    }

    .contact_card .image {
        width: 100%;
        height: 100%;
    }

    /* CARD POSITIONS */
    .card_wrapper:first-child {
        top: 160px;
    }

    .card_wrapper:last-child {
        left: 29%;
    }

    #follow_us_section .hand-left {
        top: -36px;
    }

    #follow_us_section .hand-right {
        top: -35px;
    }

    /* Follow Us scaling */
    .cards-wrapper {
        height: 170px;
    }

    #contact_map_viewport img {
        left: -448px;
        top: -237px;
    }
}

@media screen and (max-width: 375px) {
    .card_wrapper:first-child {
        top: 155px;
        left: 8%;
    }

    .cards-wrapper {
        height: 160px;
    }

    .card_ava {
        width: 38px;
        height: 38px;
    }

    .card_wrapper:last-child .card_ava {
        width: 34px;
        height: 34px;
    }

    .card_linkedin_wrapper {
        padding: 6px 10px;
        font-size: 12px;
        border-radius: 10px;
    }

    .card_linkedin_wrapper .linkedin_img svg {
        width: 12px;
        height: 12px;
    }

    .linkedin_txt {
        font-size: 13px;
    }

    .linkedin_txt span {
        font-size: 12px;
    }

    .card_wrapper:last-child .card_linkedin_wrapper {
        font-size: 10px;
        padding: 5px 8px;
    }

    .card_wrapper:last-child .linkedin_txt {
        font-size: 13px;
    }

    .card_wrapper:last-child .linkedin_txt span {
        font-size: 12px;
    }

    #follow_us_section {
        padding-top: 167px;
    }

    #follow_us_section .hand-right {
        top: -53px;
    }

    .social-icons {
        gap: 20px;
        margin-bottom: 110px;
    }

    .card-1 {
        width: 128px;
        left: -55px;
        bottom: 102px;
    }

    .card-2 {
        width: 120px;
    }

    .card-3 {
        width: 150px;
        right: 76px;
    }

    .card-4 {
        width: 180px;
        bottom: -23px;
    }

    #contact_map_viewport img {
        left: -421px;
        top: -226px;
    }
}

@media screen and (max-width: 360px) {
    #contact_hero {
        padding: 20px 0 85px;
        margin-bottom: 20px;
    }

    .contact_hero_anim {
        margin: 90px 0 30px 0px;
    }

    .card_wrapper:first-child {
        top: 140px;
        left: 10%;
    }

    .card_wrapper:last-child {
        top: 525px;
        left: 22%;
    }

    .cards-wrapper {
        height: 150px;
    }

    #follow_us_section .hand-right {
        top: -60px;
    }

    #contact_us_form .contact_bg_lines {
        bottom: 99px;
        left: 50px;
        width: 870px;
        height: 1160px;
    }
}

@media screen and (max-width: 335px) {

    .card_wrapper:first-child {
        top: 160px;
        left: 10%;
    }

    .card_wrapper:last-child {
        top: 535px;
        left: 19%;
    }
}

@media screen and (max-width: 320px) {

    #contact_hero {
        padding: 20px 1px 75px;
    }

    .card_wrapper:first-child {
        top: 160px;
        left: 8%;
    }

    .card_wrapper:last-child {
        top: 535px;
        left: 14%;
    }

    #follow_us_section {
        padding-top: 90px;
    }

    .follow-title {
        margin-bottom: 20px;
    }

    #follow_us_section {
        padding-top: 170px;
    }

    #follow_us_section .hand-right {
        top: -63px;
    }

    .card-1 {
        bottom: 92px;
    }
}