
.pricing_card_wrapper.loading .my_plans_wrap {
    position: relative; /* Ensures the loader is positioned correctly */
}

/* Background overlay when loading */

.pricing_card_wrapper.loading .my_plans_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 70%);
}
/* Dots loader */

.pricing_card_wrapper.loading .my_plans_wrap::before {
    content: "● ● ●";
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 34px;
    color: #8f8d8d;
    letter-spacing: 5px;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: none;
    animation: dots-animation 1.5s infinite steps(1);
}

/* Show loader and background when loading */

.pricing_card_wrapper.loading .my_plans_wrap::after,
.pricing_card_wrapper.loading .my_plans_wrap::before {
    display: block;
}
/* Animation for dots */
@keyframes dots-animation {
    0% { content: "●   "; }
    33% { content: "● ● "; }
    66% { content: "● ● ●"; }
    100% { content: "●   "; }
}

/* HEADER CSS START */

.header_menu nav ul.elementor-nav-menu {
    gap: 0 32px;
}

.header_menu nav ul.elementor-nav-menu:after {
    display: none;
}

.header_desktop_get_started_btn svg {
    width: 20px;
}

.header_section {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header_section.sticky {
    transition: all .3s ease-in-out;
    animation: header_smoothScroll 1s forwards;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 3px 2px rgba(0, 0, 0, .1);
    position: fixed;
}

@keyframes header_smoothScroll {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.header_section .e-con-inner {
    transition: all 0.3s;
}

.header_section.sticky .e-con-inner {
    padding: 15px 0;
}

.mobile_menu .e-off-canvas__main {
    animation-duration: 0.8s !important;
}

.mobile_menu ul li {
    border-bottom: 1px solid #ddd;
}

.mobile_menu ul li a {
    padding-bottom: 12px !important;
}

.mobile_menu .elementor-icon-wrapper {
    line-height: 0;
}

/* HEADER CSS END */

/* Footer css START */

.footer_privacy_terms a {
    color: #6D6D6D;
}

.footer_privacy_terms a:hover {
    color: #F63A52;
}

.footer_subscribe_form input {
    padding: 12px 40px 12px 16px;
}

.footer_subscribe_form .elementor-form-fields-wrapper {
    position: relative;
}

.footer_subscribe_form .elementor-field-type-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
}

.footer_subscribe_form .elementor-field-type-submit button {
    min-height: fit-content !important;
    border: none;
    box-shadow: none !important;
}

.footer_subscribe_form .elementor-field-type-submit button svg {
    width: 24px;
}

.footer_subscribe_form .elementor-field-type-submit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
}

.footer_subscribe_form .elementor-field-type-submit button svg path {
    transition: all 0.3s;
}

.footer_subscribe_form .elementor-field-type-submit button:hover svg path {
    fill: #000;
}

.footer_subscribe_form input:focus {
    border-color: #000 !important;
}

.footer_subscribe_form input:-webkit-autofill {
    background-color: #fff !important;
    box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.footer_subscribe_form .elementor-message-success:before {
    display: none;
}


/* Footer css END */


/* Hero section START */
.title_color {
    color: #F63A52;
}

.banner_icon_wrap {
    position: static;
}

.hero_title_icon_wrap .e-con-inner {
    position: relative;
}

.banner_icon_wrap .banner_icon,
.hero_bottom_icon_wrap .hero_bottom_common {
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 14px;
}

.banner_icon_wrap .banner_icon:hover,
.hero_bottom_icon_wrap .hero_bottom_common:hover {
    box-shadow: 0 16px 24px 0 rgba(145, 0, 18, .1607843137);
}

.banner_icon_wrap .banner-insta {
    bottom: -5px;
    right: -123px;
}

.banner_icon_wrap .banner-fb {
    top: -39px;
    right: -88px;
}

.banner_icon_wrap .banner-messenger {
    bottom: 22px;
    left: -130px;
}

.banner_icon_wrap .banner-gmb {
    top: -32px;
    left: -68px;
}

.animation_img_col:before {
    content: "";
    bottom: 0;
    background: linear-gradient(270deg, rgba(138, 255, 209, .32), rgba(247, 79, 100, .32));
    width: 100%;
    border-radius: 0 0 20px 20px;
    height: 60%;
    left: 0;
    top: unset;
    position: absolute;
    border: none;
}

.animation_img::after {
    background: linear-gradient(1turn, rgba(255, 255, 255, 0), #FFFFFF);
    width: 100%;
    height: 40%;
    position: absolute;
    content: "";
    top: 40px;
    left: 0;
}

.hero_slider_wrap:before {
    content: "";
    height: 350px;
    width: 200px;
    position: absolute;
    top: 0;
    z-index: 1;
    transform: rotate(-180deg);
    left: 0;
    background: linear-gradient(90deg, rgba(253, 250, 245, 0) 0%, #FDFAF5 75%);
}

.hero_slider_wrap::after {
    content: "";
    background: linear-gradient(90deg, rgba(253, 250, 245, 0), #FDFAF5 75%);
    height: 350px;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.hero_bottom_icon_wrap .e-con-inner {
    position: relative;
}

.hero_bottom_icon_wrap .hero_bottom_link {
    right: 2.5%;
    bottom: -50px;
}

.hero_bottom_icon_wrap .hero_bottom_wh {
    left: 9%;
    bottom: -46px;
}

/* Hero section END */

/* Animation section START */

.animation_icon_col:before {
    background: linear-gradient(270deg, rgba(138, 255, 209, .32), rgba(247, 79, 100, .32));
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.animation_icon_col:after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #FFFFFF);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 0 0 20px 20px;
}

.style_card_icon {
    position: absolute;
    opacity: 32%;
    transition: all .2s;
}

.style_card_icon_fb {
    transform: rotate(-15deg);
    top: 32%;
    left: 40%;
}

.style_card_icon_msg {
    top: 32%;
    right: 33%;
    transform: rotate(15deg);
}

.style_card_icon_link {
    bottom: 40%;
    right: 31%;
    transform: rotate(30deg);
}

.style_card_icon_whatsapp {
    bottom: 32%;
    right: 41%;
    transform: rotate(15deg);
}

.style_card_insta {
    bottom: 34%;
    left: 35%;
    transform: rotate(15deg);
}

.style_card_icon_gmb {
    top: 41%;
    left: 31%;
    transform: rotate(-30deg);
}

.animation_img_col.active_normal {
    width: 456px;
}

.animation_icon_col.active_zoom {
    width: 648px;
}

.animation_icon_col.active_zoom {
    padding: 0 62px 40px;
}

.animation_col_common {
    transition: all 0.2s;
}

.active_zoom .style_card_icon {
    opacity: 1;
}

.animation_icon_col.active_zoom .style_card_icon_fb {
    top: 39px;
    left: 35.4%;
}

.animation_icon_col.active_zoom .style_card_icon_msg {
    top: 74px;
    right: 22.5%;
}

.animation_icon_col.active_zoom .style_card_icon_link {
    bottom: 92px;
    right: 14%;
}

.animation_icon_col.active_zoom .style_card_icon_whatsapp {
    bottom: 40px;
    right: 42%;
}

.animation_icon_col.active_zoom .style_card_insta {
    bottom: 71px;
    left: 22.7%;
}

.animation_icon_col.active_zoom .style_card_icon_gmb {
    top: 119px;
    left: 15%;
}

.animation_icon_col.active_zoom .style_card_center_img {
    filter: drop-shadow(0 0 100px rgba(246, 58, 82, .6392156863));
}

.animation_img_col .animation_img {
    height: 100%;
    transition: all 0.2s;
}

.animation_img_col.active_normal .animation_img {
    padding-right: 32px;
    padding-left: 32px;
    height: 100%;
}

.animation_img_col .animation_img img {
    object-fit: cover;
    transform-origin: top left;
    object-position: top left;
    transform: scale(1);
    transition: all .1s;
}

.animation_img_col.active_normal .animation_img img {
    transform: scale(2.75);
    object-fit: cover;
    transform-origin: top left;
    object-position: top left;
    transition: all .1s;
}

.animation_img_col .animation_img_inner {
    height: 100%;
}

.animation_img_col.active_normal .animation_img_inner {
    overflow-x: hidden;
    height: 100%;
}

.animation_img_col .animation_img_inner>div {
    overflow-x: hidden;
    height: 100%;
    overflow-y: hidden;
}

.animation_img_col .animation_img_inner img {
    height: 100%;
}

/* Animation section END */

/* accordion section START */

.accordion_img_wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 100%;
}


.accordion_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 50%;
}

.accordion_item {
    background-color: #fff;
    border-radius: 16px;
    border: 1.2px solid #FEEBEE;
    transition: all 0.2s;
}

.accordion_item.active {
    border-color: #FCC2C9;
    box-shadow: 0px 8px 16px 0px #9100121A;
}

.accordion_img_wrap .img_wrap {
    width: 100%;
    max-width: 50%;
    overflow: hidden;
}

.accordion_item .accordion_item_title span {
    line-break: loose;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FBA4AF;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    transition: all 0.2s;
}

.accordion_item.active .accordion_item_title span {
    -webkit-text-stroke-color: #F63A52;
    font-weight: 700;
    font-size: 36px;
}

.accordion_item_title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.accordion_item_title p {
    color: #404040;
    font-weight: 600;
    transition: all 0.2s;
}

.accordion_item.active .accordion_item_title p {
    font-size: 20px;
    color: #1E1E1E;
}

.accordion_content_wrap .accordion_item_des {
    padding: 0 20px 18px 52px;
}

.accordion_content_wrap .accordion_item_des p {
    font-size: 16px;
    color: #6D6D6D;
}

.accordion_item.active .accordion_item_title {
    padding-bottom: 6px;
}

.img_wrap .img_border {
    background: linear-gradient(270deg, rgba(138, 255, 209, 0.4) 0%, rgba(247, 79, 100, 0.4) 100%);
    padding: 8px;
    border-radius: 20px;
}

.img_wrap .accordion_img {
    border-radius: 16px;
    padding: 15px;
    background-color: #fff;
}

.img_wrap .accordion_img img {
    width: 100%;
}

/* accordion section END */

/* pricing section START */

#pricing_section_main {
    scroll-margin-top: 100px;
}

.pricing_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.pricing_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0.9px solid #DDDDDD;
    width: fit-content;
    border-radius: 12px;
    padding: 4px 6px;
}

.pricing_btn_wrap .toggle_btn {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    border-radius: 12px;
    padding: 6px 31px;
    background-color: transparent;
    border: none;
    color: #5B5B5B;
}

.pricing_btn_wrap .toggle_btn:hover,
.pricing_btn_wrap .toggle_btn.active {
    background-color: #F63A52;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    border: none;
}

.pricing_card_wrapper {
    width: 100%;
    max-width: 100%;
}

.pricing_card_wrapper .my_plans_wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.pricing_card_wrapper .pricing_card {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 24px 20px 20px;
    position: relative;
    width: 100%;
    max-width: calc(33.33% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
    background-color: #fff;
}

.pricing_card_wrapper .pricing_card:hover {
    border: 1.4px solid #FBA4AF;
    box-shadow: 0px 8px 16px 0px #9100121F;
}

.pricing_card_wrapper .recommended_plan {
    background-color: #00B56F;
    position: absolute;
    right: 0;
    top: 70px;
    border-radius: 12px 0 0 12px;
    padding: 8px 15px 8px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pricing_card_wrapper .recommended_plan p {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

.pricing_card .plan_icon {
    width: 100px;
    min-height: 100px;
    background-color: #FEEBEE;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.pricing_card .plan_icon img {
    width: 100%;
    max-width: 48px;
    height: 100%;
    max-height: 48px;
    object-fit: contain;
}

.pricing_card .plan_pricing h5 {
    color: #0B2110;
    margin: 0 0 12px 0;
}

.pricing_card .plan_pricing p {
    font-weight: 500;
    color: #6D6D6D;
    margin-bottom: 20px;
}

.pricing_card h5.plan_price {
    font-weight: 700;
    font-size: 28px;
    color: #1E1E1E;
    margin-bottom: 24px;
}

.plan_content {
    border: 1px solid #F9EEDE;
    border-radius: 12px;
    height: 100%;
}

.plan_content .plan_content_header {
    background-color: #F9EEDE;
    border-radius: 12px 12px 0 0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.plan_content .plan_content_header p:first-child {
    font-weight: 500;
    color: #1E1E1E;
}

.plan_content .plan_content_header p:last-child {
    color: #008C56;
    font-size: 14px;
    border-radius: 12px;
    background-color: #fff;
    border: 0.5px solid #DDDDDD;
    padding: 2px 10px;
}

.plan_content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 12px 16px 32px;
}

.plan_content ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #1E1E1E;
    list-style: none;
    position: relative;
}

.plan_content ul li:before {
    content: "-";
    font-size: 16px;
    line-height: 140%;
    position: absolute;
    left: -20px;
}

.pricing_card .select_Plan_btn {
    margin-top: 24px;
}

.plan_content_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_card .select_Plan_btn a {
    box-shadow: 0px 0px 4px 0px #E0E0E0;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #1E1E1E;
    gap: 4px;
    transition: all 0.3s;
}

.pricing_card:hover .select_Plan_btn a {
    background-color: #F63A52;
    color: #fff;
}

.pricing_card .select_Plan_btn a img {
    transition: all 0.3s;
}

.pricing_card:hover .select_Plan_btn a img {
    filter: brightness(15);
}

/* pricing section END */


.get_started_free_btn a:hover .elementor-button-icon svg path {
    stroke: #fff;
    fill: transparent;
}

.get_started_free_btn a .elementor-button-icon svg path {
    transition: all 0.3s;
}

.get_started_free_btn a {
    box-shadow: 0 0 2px 0 #e0e0e0, 0 1px 4px -2px rgba(24, 39, 75, 0.02), 0 4px 4px -2px rgba(24, 39, 75, 0.06);
}

.elementor-editor-active .img_wrap .accordion_img img:first-child {
    display: block;
}

.elementor-editor-active .img_wrap .accordion_img img {
    display: none;
}

/* contact form section START */

.home_contact_form button.elementor-button {
    width: 100%;
    max-width: 168px;
}

.home_contact_form input,
.home_contact_form textarea {
    padding: 13px 16px;
}

.home_contact_form textarea {
    min-height: 145px;
    resize: none;
}

.home_contact_form input:-webkit-autofill,
.home_contact_form textarea:-webkit-autofill {
    background-color: #FCF7F0 !important;
    box-shadow: 0 0 0px 1000px #FCF7F0 inset !important;
    -webkit-text-fill-color: #1E1E1E !important;
    transition: background-color 5000s ease-in-out 0s;
}

.home_contact_form .elementor-message:before {
    display: none;
}

.form_section_hover2,
.form_section_hover1 {
    transition: all 0.3s;
}

.form_section_hover2:hover {
    left: 0 !important;
    top: 141px !important;
}

.form_section_hover1:hover {
    left: 135px !important;
    top: 25px !important;
}

/* contact form section END */

/* privacy & Terms of Service START */

.privacy_main a {
    transition: all 0.3s;
    word-wrap: break-word;
}

/* privacy & Terms of Service END */

@media (min-width: 1025px) and (max-width: 1180px) {

    .hero_slider_wrap {
        padding-top: 50px !important;
    }
}

@media only screen and (max-width: 1280px) {

    .hero_slider_wrap:before,
    .hero_slider_wrap::after {
        width: 60px;
    }
}


@media only screen and (max-width: 1180px) {

    .banner_icon_wrap .banner-messenger {
        bottom: -65px;
        left: 0;
    }

    .banner_icon_wrap .banner-insta {
        bottom: -65px;
        right: 0;
    }

    .banner_icon_wrap .banner-gmb {
        top: -60px;
        left: 0;
    }

    .banner_icon_wrap .banner-fb {
        top: -60px;
        right: 0;
    }

    .animation_img::after {
        top: 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .banner_icon_wrap .banner_icon,
    .hero_bottom_icon_wrap .hero_bottom_common {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .hero_bottom_icon_wrap .hero_bottom_link {
        right: 50px;
    }

    .hero_bottom_icon_wrap .hero_bottom_wh {
        left: 50px;
    }

    .style_card_icon_fb {
        top: 31%;
    }

    .style_card_icon_link {
        right: 27%;
    }

    .style_card_icon_whatsapp {
        bottom: 31%;
    }

    .style_card_insta {
        bottom: 32%;
        left: 32%;
    }

    .style_card_icon_gmb {
        left: 27%;
    }

    .animation_icon_col.active_zoom {
        padding: 0 32px 40px;
    }

    .pricing_card .plan_icon {
        width: 70px;
        min-height: 70px;
        margin-bottom: 20px;
    }

    .pricing_card .plan_icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .pricing_card_wrapper .recommended_plan {
        top: 30px;
        padding: 5px 15px 5px 10px;
    }

    .pricing_card_wrapper .recommended_plan p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {

    .header_menu nav ul.elementor-nav-menu {
        gap: 0 20px;
    }

    .animation_icon_col.active_zoom {
        padding: 0 32px 20px;
    }

    .animation_img_col,
    .animation_icon_col {
        max-height: 550px;
    }

    .animation_img_col.active_normal,
    .animation_icon_col.active_zoom {
        width: 100%;
    }

    .style_card_icon_fb {
        top: 32%;
        left: 42%;
    }

    .style_card_icon_msg {
        right: 42%;
    }

    .style_card_icon_link {
        right: 38%;
        bottom: 45%;
    }

    .style_card_icon_whatsapp {
        bottom: 32%;
        right: 42%;
    }

    .style_card_insta {
        left: 43%;
    }

    .style_card_icon_gmb {
        left: 38%;
        top: 45%;
    }

    .animation_img::after {
        top: 12%;
    }

    .accordion_item.active .accordion_item_title p {
        font-size: 18px;
    }

    .accordion_item.active .accordion_item_title span {
        font-size: 24px;
    }

    .pricing_card_wrapper .pricing_card {
        padding: 24px 10px 20px;
        max-width: calc(33.33% - 10px);
    }

    .pricing_card h5.plan_price {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .plan_content .plan_content_header p:last-child {
        font-size: 12px;
    }

    .plan_content ul {
        gap: 10px;
        padding: 0 10px 16px 30px;
    }

    .pricing_card .plan_icon img {
        max-width: 30px;
        max-height: 30px;
    }

    .pricing_card_wrapper .my_plans_wrap {
        gap: 10px;
    }

    .pricing_card_wrapper .recommended_plan img {
        width: 18px;
    }

    .pricing_card .select_Plan_btn {
        margin-top: 20px;
    }

    .form_section_hover1:hover {
        left: 100px !important;
    }
}

@media only screen and (max-width: 767px) {

    .pricing_card_wrapper.loading .my_plans_wrap::before {
        top: 3%;
    }

    .banner_icon_wrap .banner_icon,
    .hero_bottom_icon_wrap .hero_bottom_common {
        width: 30px;
        height: 30px;
    }

    .hero_slider_wrap:before,
    .hero_slider_wrap::after {
        width: 30px;
    }

    .animation_icon_col.active_zoom {
        padding: 0 20px 20px;
    }

    .animation_img_col.active_normal .animation_img {
        padding-right: 20px;
        padding-left: 20px;
    }

    .accordion_img_wrap {
        flex-wrap: wrap;
    }

    .accordion_content_wrap,
    .accordion_img_wrap .img_wrap {
        max-width: 100%;
    }

    .accordion_item_title {
        padding: 10px 15px;
        gap: 10px;
    }

    .accordion_content_wrap .accordion_item_des {
        padding: 0 10px 10px 34px;
    }

    .accordion_item .accordion_item_title span {
        font-size: 20px;
    }

    .img_wrap .accordion_img {
        padding: 5px;
    }

    .pricing_card_wrapper .my_plans_wrap {
        flex-wrap: wrap;
    }

    .pricing_card_wrapper .pricing_card {
        max-width: 100%;
    }

    .pricing_card_wrapper .my_plans_wrap {
        gap: 20px;
    }

    .pricing_card .plan_pricing p,
    .pricing_card h5.plan_price {
        margin-bottom: 15px;
    }

    .pricing_card .select_Plan_btn a {
        padding: 10px;
    }

}

@media only screen and (max-width: 650px) {

    .style_card_icon_fb {
        top: 32%;
        left: 38%;
    }

    .style_card_icon_msg {
        right: 38%;
    }

    .style_card_icon_link {
        right: 35%;
        bottom: 42%;
    }

    .style_card_icon_whatsapp {
        bottom: 31%;
        right: 38%;
    }

    .style_card_insta {
        left: 38%;
        bottom: 31%;
    }

    .style_card_icon_gmb {
        left: 34%;
    }

    .animation_img_col,
    .animation_icon_col {
        max-height: 100%;
    }

    .animation_img_col {
        min-height: 500px;
    }
}

@media only screen and (max-width: 500px) {

    .footer_menu nav ul {
        gap: 10px;
    }

    .footer_menu nav ul li {
        width: calc(50% - 10px);
    }

    .footer_menu nav ul li a {
        margin: 0 !important;
    }

    .footer_subscribe_form input {
        padding: 10px 40px 10px 10px;
    }

    .style_card_center_img {
        width: 60px;
        height: 60px;
    }

    .style_card_icon_fb {
        top: 36%;
        left: calc(50% - 40px);
    }

    .style_card_icon_msg {
        right: calc(50% - 52px);
        top: 37%;
    }

    .style_card_icon_link {
        right: calc(50% - 52px);
        bottom: 43%;
    }

    .style_card_icon_whatsapp {
        bottom: 36%;
        right: calc(50% - 40px);
    }

    .style_card_insta {
        left: calc(50% - 42px);
        bottom: 36%;
    }

    .style_card_icon_gmb {
        left: calc(50% - 60px);
    }

    .animation_icon_col.active_zoom .style_card_icon_gmb {
        top: 149px;
        left: 5%;
    }

    .animation_icon_col.active_zoom .style_card_insta {
        bottom: 71px;
        left: 8.7%;
    }

    .animation_icon_col.active_zoom .style_card_icon_link {
        bottom: 112px;
        right: 10%;
    }

    .animation_icon_col.active_zoom .style_card_icon_msg {
        top: 54px;
        right: 12.5%;
    }

    .animation_img::after {
        top: 4%;
    }

    .animation_img_col.active_normal .animation_img img {
        transform: unset;
    }

}