.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_menu .elementor-nav-menu {
    /* gap: 10px 32px; */
}

.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 {
    overflow: hidden !important;
}

.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: 0;
    text-transform: capitalize;
}

.plan_content_wrap .plan_pricing {
    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.features {
    font-weight: 500;
    color: #1E1E1E;
}

.plan_content .plan_content_header p.add-on {
    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;
    stroke: #fff;
}

.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 */

.still_got_queries {
    overflow: hidden !important;
}

.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 */



/* Channel Page Design Start */

.channel_insta_banner_icon {
    position: absolute;
    background-color: #fff;
    width: 189.85px;
    height: 189.85px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 15.9px 76px 0px #91001229;
    border-radius: 53.16px;
    bottom: -92px;
    left: -34px;
}
.channel_banner_btn_icon svg{
    width: 20px;
    height: 20px;
}
.channel_img_clm_suggested{
    background: linear-gradient(270deg, rgba(138, 255, 209, 0.4) 0%, rgba(247, 79, 100, 0.4) 100%);
    padding: 8px;
    border-radius: 20px;
    height: max-content;
}
.channel_img_clm_suggested .channel_img_suggested{
    border-radius: 16px;
    padding: 15px;
    background-color: #fff;
}
.channel_testimonial_slider .elementor-main-swiper{
    width: 100% !important;
}
.channel_testimonial_slider .elementor-testimonial{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
}
.channel_testimonial_slider .elementor-testimonial__image img{
    border: 1px solid #1E1E1E;
    border-radius: 50%;
}
.channel_testimonial_slider .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-horizontal-gap: 10px !important;
}
.channel_testimonial_slider .elementor-testimonial__footer{
    display: flex;
    flex-wrap: nowrap;
    column-gap: 16px;
    margin-top: 24px !important;
}
.channel_testimonial_slider .elementor-testimonial__image{
    width: max-content;
}
.channel_testimonial_slider .swiper-slide{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0784313725490196);
}
.channel_testimonial_slider .elementor-testimonial__image{
    margin-top: 0 !important;
    width: 50px;
    height: 50px;
}
.channel_testimonial_slider .elementor-testimonial__cite{
    margin-top: 0 !important;
}
.channel_testimonial_slider .swiper-pagination{
    bottom: -40px !important;
}
.channel_testimonial_slider .elementor-main-swiper{
    padding: 0 4px;
}
.channel_testimonial_slider .swiper-pagination-bullet {
    position: relative;
}
.channel_testimonial_slider .swiper-pagination-bullet-active:before {
    content: '';
    border: 2px solid #F63A52;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.channel_testimonial_slider .swiper-slide {
    position: relative;
}
.channel_testimonial_slider .elementor-testimonial__cite{
    row-gap: 5px !important;
}
.channel_testimonial_slider .swiper-slide:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/11/fi_1155628.svg');
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 37px;
    right: 32px;
    background-size: contain;
}
.light_yellow_box{
    position: relative;
}
.light_yellow_box:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Group-158.svg);
    position: absolute;
    height: 100%;
    width: 246px;
    background-size: contain;
    left: 54%;
    background-repeat: no-repeat;
    border-radius: 0 !important;
}
.sc_icon .elementor-icon-wrapper{
	scale: 1;
	transition: 0.4s all ease;
	cusror: pointer;
	height: 40px;
    width: 40px;
}
.sc_icon .elementor-icon-wrapper:hover{
	scale: 1.1;
}
.channel_faqs .e-n-accordion-item-title:before{
    right: 20px !important;
}
/* .channel_faqs .e-n-accordion-item-title-icon{
    background-color: #F63A52;
    border-radius: 3px;
} */
.channel_faqs .e-n-accordion-item-title-icon span{
    height: 30px !important;
    width: 30px !important;
    justify-content: center;
    align-items: center;
}
.channel_faqs .e-n-accordion-item-title-icon span svg{
    height: 12px !important;
    width: 12px !important;
}
.channel_faqs .e-n-accordion-item{
    border: 1.2px solid rgb(254, 235, 238);
    border-radius: 8px;
}
.channel_faqs .e-n-accordion-item-title[aria-expanded="false"]{
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}
.channel_faqs .e-n-accordion-item-title[aria-expanded="true"]{
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1.2px solid rgb(254, 235, 238) !important;
}
.channel_faqs .channel_faq_content{
    border: 0 !important;
}
.channel_faqs .e-n-accordion-item[open]{
    border: 1.2px solid #FCC2C9;
    box-shadow: 0px 8px 16px 0px #9100121A;
}

summary.e-n-accordion-item-title:before {
    content: '';
    background-color: #F63A52;
    border-radius: 3px;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: -1;
    right: 14px;
}
.channel_faqs .e-n-accordion-item-title-icon{
    transform: rotate(0deg);
    transition: transform 0.3s linear; 
    display: inline-flex; 
    transform-origin: center;
}
.channel_faqs .e-n-accordion-item[open] .e-n-accordion-item-title-icon  {
    transform: rotate(-90deg);
}
.channel_image_change_faq .accordion_item.active .accordion_item_title p{
    letter-spacing: -0.4px !important;
}
.channel_image_change_faq .accordion_item .accordion_item_title p{
    letter-spacing: -0.36px !important;
}
.channel_image_change_faq .accordion_content_wrap .accordion_item_des p{
    line-height: 140%;
}
.channel_image_change_faq .accordion_item_title p, .channel_image_change_faq .accordion_item_des p{
    font-family: "Instrument Sans", Sans-serif !important;
}
.channel_image_change_faq .accordion_item.active .accordion_item_title {
    padding-bottom: 0px;
}
.channel_image_change_faq .accordion_item.active .accordion_item_title span{
    font-size: 28px;
}
.channel_image_change_faq .accordion_content_wrap{
    gap:11px;
}
.channel_image_change_faq .accordion_item .accordion_item_title span{
    letter-spacing: -0.56px !important;
}


/* Channel Page Design End */

.eng_main_menu .elementskit-submenu-panel > li:hover > a{
    color: #F63A52 !important;
}
.eng_main_menu .elementskit-submenu-panel > li.current-menu-item > a{
    color: #F63A52 !important;
}

/* Platform Page Design Start */

.platfrom_banner .banner_icon_wrap .banner_icon, .hero_bottom_icon_wrap .hero_bottom_common{
    border-radius: 10px;
}
.platfrom_banner .banner_icon_wrap .banner-gmb {
    top: -15px;
    left: -68px;
}
.platfrom_banner .banner_icon_wrap .banner-messenger {
    bottom: 54px;
    left: -78px;
}
.platfrom_banner .hero_bottom_icon_wrap .hero_bottom_wh {
    left: 6%;
    bottom: 54px;
}
.platfrom_banner .banner_icon_wrap .banner-fb {
    top: -30px;
    right: -58px;
}
.platfrom_banner .banner_icon_wrap .banner-insta {
    bottom: 46px;
    right: -68px;
}
.platfrom_banner .hero_bottom_icon_wrap .hero_bottom_link {
    right: 6.5%;
    bottom: 10px;
}

/* Meet Our Leadership Start */

.platform_leadership_slider .leadership_share_button .elementor-icon-wrapper .elementor-icon{
    background-color: #F63A52;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.platform_leadership_slider .social_hide_links .elementor-icon-wrapper .elementor-icon{
    background-color: #F63A52;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
}
.platform_leadership_slider .social_hide_links{
    opacity: 0;
    transition: 0.8s all ease;
}
.platform_leadership_slider .platfrom_single_member:hover .social_hide_links{
    opacity: 1;
}
.platform_leadership_slider .platfrom_single_member .team_image{
    border-radius: 8px;
    overflow: hidden;
}
.platform_leadership_slider .platfrom_single_member .team_image img{
    transition: 1s all ease;
    scale: 1;
}
.platform_leadership_slider .platfrom_single_member:hover .team_image img{
    scale: 1.2;
}
.platform_leadership_slider .swiper-slide{
    padding: 9px 10px 20px 10px;
}
.platform_leadership_slider .swiper-pagination-bullet-active{
    background: #F63A52;
    width: 40px;
    height: 8px;
    border-radius: 4px;
}
.platform_leadership_slider .swiper-pagination-bullet:hover, .platform_leadership_slider .swiper-pagination-bullet-active:hover{
    background: #F63A52;
}


/* Meet Our Leadership End */

.platform_video{
    background: linear-gradient(270deg, rgba(138, 255, 209, 0.4) 0%, rgba(247, 79, 100, 0.4) 100%);
    padding: 8px;
    border-radius: 20px;
}
.platform_video .elementor-widget-video{
    border-radius: 16px;
    padding: 15px;
    background-color: #fff;
}
.platform_video .elementor-widget-video .elementor-wrapper{
    position: relative;
}
.platform_video .elementor-custom-embed-play svg{
    opacity: 1 !important;
    fill: #F63A52 !important;
}
.elementor-custom-embed-image-overlay:before {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)) !important;
    position: absolute;
    opacity: 1 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover !important;
}
.platform_video .elementor-custom-embed-play svg {
    opacity: 1 !important;
    z-index: 5;
}
.platform_video .elementor-wrapper{
    aspect-ratio: 2.38556;
}
.platform_tabs .e-n-tabs-heading{
    border-bottom: 1px solid #DDDDDD;
}
.platform_tabs .e-n-tabs-heading .e-n-tab-title{
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 15px 0 !important;
    margin-bottom: -1px !important;
}
.platform_tabs .e-n-tabs-heading .e-n-tab-title:hover{
    box-shadow: unset !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}
.platform_tabs .e-n-tabs-heading [aria-selected="true"]{
    border-bottom: 1px solid #F63A52 !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: transparent !important;
    box-shadow: unset !important;
}

/* Social App Section Design Start */
.parent_social_apps > .e-con-inner{
    position: relative;
}
.this_static, .pl_all_social_apps{
    position: static !important;
}
.pl_all_social_apps{
    height: 0;
}
/* Google Business */
.left_gb_icon {
    position: absolute;
    left: 10%;
    top: 7%;
}
.left_gb_icon .elementor-icon-wrapper{
    transform: rotate(-30deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.left_gb_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/google_business_line.svg);
    position: absolute;
    left: 38px;
    top: 42px;
    width: 420px;
    height: 336px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Google */
.left_google_icon {
    position: absolute;
    left: 2%;
    top: 15%;
}
.left_google_icon .elementor-icon-wrapper{
    transform: rotate(-43deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.left_google_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/google_line_new.svg);
    position: absolute;
    left: 28px;
    top: 32px;
    width: 551px;
    height: 285px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Facebook */
.left_facebook_icon {
    position: absolute;
    left: 4%;
    top: 31%;
}
.left_facebook_icon .elementor-icon-wrapper{
    transform: rotate(20deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.left_facebook_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/facebook_line.svg);
    position: absolute;
    left: 34px;
    top: -36px;
    width: 497px;
    height: 208px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Messendger */
.left_messanger_icon {
    position: absolute;
    left: 2.1%;
    top: 45%;
}
.left_messanger_icon .elementor-icon-wrapper{
    transform: rotate(20deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.left_messanger_icon:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/messanger_line.svg);
    position: absolute;
    left: 38px;
    top: -98px;
    width: 523px;
    height: 156px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* X */
.left_x_icon  {
    position: absolute;
    left: 1%;
    bottom: 29%;
}
.left_x_icon .elementor-icon-wrapper{
    transform: rotate(12deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.left_x_icon :before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/x_svg_line.svg);
    position: absolute;
    left: -43px;
    top: -163px;
    width: 563px;
    height: 133px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    transform: rotate(-9deg);
    pointer-events: none;
}
/* Pinterest */
.btm_pinterest_icon {
    position: absolute;
    left: 38%;
    bottom: 13.4%;
}
.btm_pinterest_icon .elementor-icon-wrapper{
    transform: rotate(-33deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.btm_pinterest_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/pinterest_line.svg);
    position: absolute;
    left: -11px;
    bottom: 32px;
    width: 125px;
    height: 223px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Github */
.btm_github_icon {
    position: absolute;
    right: 36%;
    bottom: 18%;
}
.btm_github_icon .elementor-icon-wrapper{
    transform: rotate(-17deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.btm_github_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/github_line.svg);
    position: absolute;
    left: -120px;
    bottom: 42px;
    width: 130px;
    height: 206px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Tiktok */
.right_tiktok_icon {
    position: absolute;
    right: 19%;
    bottom: 23%;
}
.right_tiktok_icon .elementor-icon-wrapper{
    transform: rotate(-12deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.right_tiktok_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/tiktok_line.svg);
    position: absolute;
    right: 34px;
    bottom: 26px;
    width: 323px;
    height: 333px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Linkedin */
.right_linkedin_icon {
    position: absolute;
    right: 3%;
    bottom: 34%;
}
.right_linkedin_icon .elementor-icon-wrapper{
    transform: rotate(17deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.right_linkedin_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/linkedin_svg_line.svg);
    position: absolute;
    right: 34px;
    bottom: 24px;
    width: 497px;
    height: 208px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Blank Icon */
.right_blank_icon {
    position: absolute;
    right: 6%;
    top: 42%;
}
.right_blank_icon .elementor-icon-wrapper{
    transform: rotate(20deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.right_blank_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/blank_line_svg.svg);
    position: absolute;
    right: 36px;
    top: -288px;
    width: 277px;
    height: 356px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* YouTube */
.right_youtube_icon {
    position: absolute;
    right: 9%;
    top: 30%;
}
.right_youtube_icon .elementor-icon-wrapper{
    transform: rotate(32deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.right_youtube_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/youtube_line.svg);
    position: absolute;
    right: 14px;
    top: -8px;
    width: 497px;
    height: 208px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Instagram */
.right_instagram_icon {
    position: absolute;
    right: 0;
    top: 11%;
}
.right_instagram_icon .elementor-icon-wrapper{
    transform: rotate(-29deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.right_instagram_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/instagram_line.svg);
    position: absolute;
    right: 34px;
    top: 30px;
    width: 534px;
    height: 316px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}
/* Whatsapp */
.right_whatsapp_icon {
    position: absolute;
    right: 13%;
    top: 7%;
}
.right_whatsapp_icon .elementor-icon-wrapper{
    transform: rotate(-44deg);
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0px 4px 20px 0px #91001229;
    border-radius: 8px;
}
.right_whatsapp_icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2025/11/whatsapp_line.svg);
    position: absolute;
    right: 30px;
    top: 33px;
    width: 390px;
    height: 353px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    pointer-events: none;
}

/* Icon Animation Start */

.platfrom_banner .hero_bottom_common, .platfrom_banner .banner_icon{
    width: 50px;
    height: 50px;
}

.normal_anim {
    animation: floatUD 3s ease-in-out infinite;
}

@keyframes floatUD {
    0% { transform: translateY(0); }
    50% { transform: translateY(8px); }
    100% { transform: translateY(0); }
}

/* Icon Animation End */

.tp_bt_anim {
    animation: floatRandom 5s ease-in-out infinite;
}

@keyframes floatRandom {
    0% { transform: translate(0, 0); }
    25% { transform: translate(6px, -4px); }
    50% { transform: translate(-4px, 6px); }
    75% { transform: translate(4px, 4px); }
    100% { transform: translate(0, 0); }
}



.little_bit_anim{
    animation: floating_soc 2s ease-in-out infinite;
}

@keyframes floating_soc {
    0%   { transform: rotate(-30deg) translateY(0); }
    50%  { transform: rotate(-30deg) translateY(10px); }
    100% { transform: rotate(-30deg) translateY(0); }
}


/* Coming Soon Icon Lable Start */

.left_messanger_icon .coming-soon-text, .btm_github_icon .coming-soon-text, .right_linkedin_icon .coming-soon-text {
    position: absolute;
    left: -10px;
    bottom: -30px;
    font-size: 13px;
    font-weight: 600;
    color: #F63A52;
    white-space: nowrap;
}

/* Coming Soon Icon Lable End */

/* Social App Section Design End */

/* Platfrom Page Design End */


@media(min-width:1025px){
    .channel_image_change_faq .img_wrap .accordion_img img{
        height: 360px !important;
        object-fit: fill;
        display: block;
    }
}

@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;
    }
    .channel_insta_banner_icon{
        left: 6%;
    }
    .platfrom_banner .banner_icon_wrap .banner-gmb {
        top: -15px;
        left: 0px;
    }
    .platfrom_banner .banner_icon_wrap .banner-messenger {
        bottom: 54px;
        left: 0px;
    }
    .platfrom_banner .hero_bottom_icon_wrap .hero_bottom_wh {
        left: 6%;
        bottom: 54px;
    }
    .platfrom_banner .banner_icon_wrap .banner-fb {
        top: -30px;
        right: 10px;
    }
    .platfrom_banner .banner_icon_wrap .banner-insta {
        bottom: 46px;
        right: 0px;
    }
    .platfrom_banner .hero_bottom_icon_wrap .hero_bottom_link {
        right: 6.5%;
        bottom: -10px;
    }
    .engage_mob_menu .sub-menu.sm-nowrap{
        position: relative !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        border: 1px solid #FFF !important;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgb(0 0 0 / 15%) !important;
    }
    .engage_mob_menu .elementor-sub-item.elementor-item-active{
        background-color: transparent !important;
        color: #fff;
        border-radius: 10px 10px 0 0;
        padding: 10px 10px !important;
    }
    .engage_mob_menu .elementor-sub-item.elementor-item-active a{
        color: #f63a52 !important;
    }
    .elementor-nav-menu--dropdown a {
        color: #f63a52 !important;
        padding: 10px 10px !important;
    }
    .channel_insta_banner_icon {
        width: 140px;
        height: 140px;
        bottom: -110px;
        border-radius: 40px;
    }
}


@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;
    }
    .channel_insta_banner_icon {
        width: 100px;
        height: 100px;
        bottom: -90px;
    }
    .platfrom_banner .banner_icon_wrap .banner-gmb {
        top: -15px;
        left: 80px;
    }
    .platfrom_banner .banner_icon_wrap .banner-messenger {
        bottom: 44px;
        left: 60px;
    }
    .platfrom_banner .hero_bottom_icon_wrap .hero_bottom_wh {
        left: 6%;
        bottom: -6px;
    }
    .platfrom_banner .banner_icon_wrap .banner-fb {
        top: -30px;
        right: 40px;
    }
    .platfrom_banner .banner_icon_wrap .banner-insta {
        bottom: 46px;
        right: 40px;
    }
    .channel_insta_banner_icon{
        border-radius: 24px;
    }
}

@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;
    }

    .plan_content_wrap .plan_pricing {
        margin-bottom: 20px;
    }

    .plan_content .plan_content_header p.add-on {
        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;
    }
    /* Social Icons */
    .left_gb_icon:before{
        left: 38px;
        top: 42px;
        width: 420px;
        height: 336px;
    }
    .right_whatsapp_icon:before{
        width: 390px;
        height: 253px;
    }
    .right_instagram_icon:before{
        width: 404px;
        height: 236px;
    }
    .left_google_icon:before{
        width: 421px;
        height: 215px;
    }
    .left_facebook_icon:before{
        width: 227px;
        height: 130px;
        left: 34px;
        top: -54px;
        transform: rotate(350deg);
    }
    .right_youtube_icon:before{
        width: 287px;
        height: 138px;
        right: 14px;
        top: -38px;
        transform: rotate(10deg);
    }
    .left_messanger_icon:before{
        width: 293px;
        height: 142px;
        left: 26px;
        top: -139px;
        transform: rotate(-11deg);
    }
    .left_x_icon :before{
        left: -69px;
        top: -117px;
        width: 343px;
        height: 73px;
        transform: rotate(330deg);
    }
    .btm_github_icon:before{
        width: 130px;
        height: 206px;
        transform: rotate(360deg);
    }
    .btm_pinterest_icon {
        position: absolute;
        left: 32%;
        bottom: 13.4%;
    }
    .right_tiktok_icon:before{
        width: 203px;
        height: 333px;
        right: -56px;
        bottom: 56px;
        transform: rotate(24deg);
    }
    .right_linkedin_icon:before{
        width: 247px;
        height: 208px;
        right: -5px;
        bottom: 50px;
        transform: rotate(17deg);
    }
    .right_blank_icon {
        right: 1%;
    }
    .right_blank_icon:before{
        right: -18px;
        top: -328px;
        transform: rotate(15deg);
    }
    .parent_social_apps{
        overflow: hidden !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: 12px;
    }

    .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,
    .plan_content_wrap .plan_pricing {
        margin-bottom: 15px;
    }

    .pricing_card .select_Plan_btn a {
        padding: 10px;
    }
    .channel_testimonial_slider .swiper-slide {
        padding: 20px !important;
    }
    .channel_testimonial_slider .swiper-slide:before {
        content: '';
        width: 22px;
        height: 22px;
        right: 20px;
    }
    .channel_testimonial_slider .elementor-testimonial__name{
        font-size: 16px;
        line-height: 20px !important;
    }
    .channel_testimonial_slider .elementor-testimonial__title{
        font-size: 13px;
        line-height: 18px !important;
    }
    .channel_insta_banner_icon {
        width: 60px;
        height: 60px;
        bottom: -58px;
        border-radius: 18px;
    }
    .light_yellow_box:before {
        width: 150px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .channel_image_change_faq .accordion_content_wrap .accordion_item_des {
        padding: 10px 20px 20px 40px;
    }
    .channel_faqs .e-n-accordion-item-title{
        column-gap: 20px !important;
    }
    .platfrom_banner .banner_icon_wrap .banner-gmb {
        top: -65px;
        left: 110px;
    }
    .platfrom_banner .banner_icon_wrap .banner-fb {
        top: -50px;
        right: 40px;
    }
    .platfrom_banner .banner_icon_wrap .banner-messenger {
        top: -36px;
        left: 30px;
        bottom: unset;
    }
    .platfrom_banner .hero_bottom_icon_wrap .hero_bottom_wh {
        left: 6%;
        bottom: -58px;
    }
    .platfrom_banner .hero_bottom_icon_wrap .hero_bottom_link {
        right: 60%;
        bottom: -80px;
    }
    .platfrom_banner .banner_icon_wrap .banner-insta {
        bottom: -134px;
        right: 40px;
    }
    .platform_tabs .e-n-tabs-heading{
        display: flex;
        flex-wrap: nowrap;
    }
    .platform_tabs .e-n-tab-title{
        padding: 0 !important;
        margin: 0 !important;
    }
    .sc_icon:before{
        content: unset !important;
    }
    .left_gb_icon {
        left: 10%;
        top: 3%;
    }
    .left_facebook_icon {
        left: 40%;
        top: 14%;
    }
    .btm_pinterest_icon {
        position: absolute;
        left: 54%;
        bottom: 6.4%;
    }
    .btm_github_icon {
        position: absolute;
        right: 50%;
        bottom: 21%;
    }
    .right_tiktok_icon {
        position: absolute;
        right: 6%;
        bottom: 4%;
    }
    .right_linkedin_icon {
        right: 12%;
        bottom: 18%;
    }
    .left_messanger_icon {
        left: 20%;
        top: unset;
        bottom: 10%;
    }
    .right_instagram_icon {
        top: 13%;
    }
    .right_youtube_icon {
        right: 38%;
        top: 5%;
    }
    .right_blank_icon {
        right: 1%;
        bottom: 6%;
        top: unset;
    }
    .left_x_icon :before{
        content: unset !important;
    }
    .left_x_icon {
        left: 2%;
        bottom: 14%;
    }
}

@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;
    }

}