.hero_banner_sec {
    height: 760px;
    position: relative;
    width: 100%;
    background-color: transparent;
    /*background-image: linear-gradient(159deg, #000522 35%, #1A2DA2 87%);*/
    background: linear-gradient(to bottom, #000000, #ff0000);
    border-radius: 0 0 100px 100px;
    padding-top: 40px;
    overflow: hidden;
}

.header_logo img {
    width: 185px;
}

.get_free_consul_h h3 {
    margin-bottom: 0px;
    font-size: 25px;
    text-align: center;
}

.get_free_consul_h h3 span {
    color: #d81a5e;
}

.header_phone {
    text-align: right;
}

.hero_header .container {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}

.hero_header .row {
    align-items: center;
}

.header_phone a {
    font-size: 23px;
    color: #212529;
    text-decoration: none;
    font-weight: 500;
}

.blink-text {
    font-weight: 700;
    animation: blinkColor 1s infinite;
}

@keyframes blinkColor {
    0% {
        color: #d81a5e;
    }

    50% {
        color: #000;
    }

    100% {
        color: #d81a5e;
    }
}

.free_Enroll_now_head h3 {
    font-size: 36px;
    margin-top: 20px;
}

.free_Enroll_now_head h3 span {
    display: block;
    font-weight: 700;
}

.free_Enroll_now_head h2 {
    font-size: 36px;
}

.golden_change_move_left_text h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 24px;
}

.golden_change_move_left_text h3 span {
    display: block;
}

.golden_change_move_left_text .list-unstyled li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    padding-left: 40px;
}

.golden_change_move_left_text .list-unstyled li::after {
    content: "\F633";
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    top: 2px;
    background-color: #348f38;
    text-align: center;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 50px;
    line-height: 23px;
    font-size: 18px;
}

.eligibility-btn {
    position: relative;
    background: linear-gradient(90deg, #bf114f, #c12525);
    color: #fff;
    padding: 14px 70px 14px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease;
}

.eligibility-btn:hover {
    background: linear-gradient(90deg, #a31648, #700000);
}

.plane-wrapper {
    font-size: 20px;
    animation: planeMove 5s linear infinite;
    top: 2px;
    z-index: 99;
    position: absolute;
    border: 2px solid #fff;
    width: 45px;
    border-radius: 50px;
    height: 45px;
    text-align: center;
    background-color: #2e0000;
    line-height: 36px;
}

/* ✈️ Animation */
@keyframes planeMove {
    0% {
        transform: translateX(-40px);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateX(220px);
        opacity: 0;
    }
}

.golden_change_move_btn {
    position: relative;
    width: 70%;
}

.golden_change_move_btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f9545a;
    top: 25px;
    left: 17px;
}

.eligibility-btn a {
    color: #fff;
    text-decoration: none;
}

.golden_change_move_right_img img {
    width: 348px;
    margin-top: -15px;
}

.golden_change_move_right_img {
    text-align: center;
}

.default_heading {
    font-size: 36px;
    font-weight: 700;
}

.testimonial_sec video {
    height: auto;
    border-radius: 26px;
}

.testimonial_sec .owl-prev span {
    position: absolute;
    font-size: 34px;
    width: 50px;
    height: 50px;
    line-height: 37px;
    border: 2px solid #d81a5e;
    color: #ffffff;
    border-radius: 50px;
    background-color: #d81a5e;
    display: block;
    right: 71px;
    top: -73px;
}

.testimonial_sec .owl-next span {
    position: absolute;
    font-size: 34px;
    width: 50px;
    height: 50px;
    line-height: 37px;
    border: 2px solid #d81a5e;
    color: #ffffff;
    border-radius: 50px;
    background-color: #d81a5e;
    display: block;
    right: 0;
    top: -73px;
}

.testimonial_sec .owl-prev.disabled span {
    opacity: 0.7;
}

.testimonial_sec .owl-next.disabled span {
    opacity: 0.7;
}

.default_heading span {
    color: #d81a5e;
}

.what_makes_diff_icon .elementor-icon {
    background-color: #d81a5e;
    width: 65px;
    display: block;
    height: 65px;
    border-radius: 15px;
    text-align: center;
    line-height: 60px;
}

.what_makes_diff_icon .elementor-icon svg {
    width: 30px;
    height: 30px;
}

.what_makes_diff_values h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.what_makes_diff_icon {
    display: table-cell;
    width: 87px;
    vertical-align: top;
}

.what_makes_diffrent_item_tex {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.what_makes_diffrent_box .eligibility-btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 14px 25px 14px 25px;
}

.check_your_Eligibility_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.what_makes_diffrent_sec {
    margin-bottom: 60px;
    margin-top: 40px;
}

.owl-dots {
    display: none;
}

.check_your_Eligibility_sec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.6;
}

.check_your_Eligibility_sec .container {
    position: relative;
    z-index: 1;
    padding: 30px 40px;
    border-radius: 30px;
    background-color: #fff;
    width: 80%;
}

.check_your_Eligibility_form .form_group .label_head {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.check_your_Eligibility_form .form-check-input:checked {
    background-color: #d81a5e;
    border-color: #d81a5e;
}

.check_your_Eligibility_form .form_group {
    margin-bottom: 20px;
}

.check_your_Eligibility_form .form-control {
    border-radius: 0px;
    height: 45px;
}

.btn_submit {
    position: relative;
    background: linear-gradient(90deg, #d81a5e, #ff3b3b);
    color: #fff;
    align-items: center;
    font-weight: 600;
    outline: none;
    border: none;
    display: block;
    padding: 15px 54px;
    border-radius: 50px;
    width: fit-content;
    transition: all 0.5s ease;
}

.btn_submit:hover {
    opacity: 0.8;
}

.check_your_Eligibility_form .form_group .label_head span {
    color: #d81a5e;
}

.newland_visas_bg_left_text ul li h6 {
    font-size: 23px;
    font-weight: 600;
    color: #d81a5e;
}

.newland_visas_bg_left_text ul li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.newland_visas_bg_left_text ul li .icon {
    display: table-cell;
    width: 60px;
    vertical-align: bottom;
    text-align: center;
}

.newland_visas_bg_left_text ul li .text {
    display: table-cell;
    padding-left: 20px;
}

.newland_visas_bg_left_text ul li .icon img {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.newland_visas_bg_left_text ul li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.newland_visas_bg_left_text h4 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
}

.newland_visas_bg_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
}

.arowplane_img {
    text-align: center;
}

.arowplane_img img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.Annual_Salaries_table_box .table tr th {
    background-color: #d81a5e;
    color: #fff;
}

.Annual_Salaries_table_box .table tr td:nth-child(1) {
    background-color: #d81a5e;
    color: #ffffff;
    border: 1px solid #ffffff38;
}

.Annual_Salaries_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.makes_us_differen_glocal_logo img {
    width: 150px;
}

.makes_us_differen_glocal_logo {
    margin-bottom: 25px;
}

.What_makes_us_differen_text li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 12px;
}

.What_makes_us_differen_glocal ul li {
    text-align: left;
    color: #161616;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    margin-bottom: 11px;
    position: relative;
    font-size: 16px;
    padding-left: 33px;
    min-height: 60px;
}

.What_makes_us_differen_glocal ul li::after {
    content: "\f4b5";
    position: absolute;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    color: green;
    top: 0;
}

.What_makes_us_differen_other ul li::after {
    content: "\f622";
    position: absolute;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    color: #ff0000;
    top: 0;
}


.What_makes_us_differen_other ul li {
    text-align: left;
    color: red;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    margin-bottom: 11px;
    position: relative;
    font-size: 16px;
    padding-left: 33px;
    line-height: 30px;
    min-height: 60px;
}

.What_makes_us_differen_other h4 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}

.What_makes_us_differen_other h4 span {
    display: block;
}

.What_makes_us_differen_text ul {
    margin-top: 88px;
}

.What_makes_us_differen_text li:last-child,
.What_makes_us_differen_glocal ul li:last-child,
.What_makes_us_differen_other ul li:last-child {
    border: none;
}

.What_makes_us_differen_glocal .list-unstyled {
    background-color: #eef9fd;
    border-radius: 40px;
    padding: 30px 25px;
}

.What_makes_us_differen_glocal h4 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
    color: #d81a5e;
}

.What_makes_us_differen_other .list-unstyled {
    background-color: #ff000012;
    border-radius: 40px;
    padding: 30px 20px;
}

.reting_tes a {
    color: #fec42d;
}

.test_user_t {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.test_user_t .user_prof {
    display: table-cell;
    width: 50px;
    vertical-align: top;
}

.test_user_t .user_prof_title {
    padding-left: 13px;
}

.user_prof_title h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #cd1959;
}

.user_prof_title p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.reting_tes {
    margin-bottom: 11px;
}

.testimonial_list_box .user_prof img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
}

.testimonials_head_bg h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.testimonials_head_bg h3 span {
    display: block;
}

.testimonials_head_bg {
    background-color: #d81a5e;
    text-align: center;
    padding-top: 50px;
    margin-top: 39px;
    padding-bottom: 120px;
    position: relative;
}

.owl_carousel_testimonail {
    margin-top: -60px;
}

.testimonail_owl_item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: #fff;
    padding: 30px 27px;
    border-radius: 17px;
}

.testimonail_owl_item p {
    font-size: 15px;
    line-height: 27px;
}

.faqs_sec {
    margin-top: 60px;
    margin-bottom: 60px;
}

.faqs_list_box .accordion-item {
    box-shadow: -1.216px 6.894px 15px 0 rgb(113 115 118 / 20%);
    border-radius: 30px 30px 0px 0px;
    margin: 15px 0px 0px 0px;
    border: none;
}

.faqs_list_box .accordion-header {
    font-size: 16px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #d81a5e;
    padding: 18px 18px 18px 18px;
    border-radius: 30px 30px 0px 0px;
}

.accordion-button:not(.collapsed)::after {
    background-color: #fff;
    border-radius: 20px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-size: cover;
}

.faqs_list_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.testimonial_list_box .owl-carousel .owl-item {
    padding-bottom: 50px;
}

footer {
    background-color: #d81a5e;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
    width: 50%;
    opacity: 0.3;
}

.footer_first_iem1 h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.footer_first_iem1 p {
    font-size: 16px;
    font-weight: 400;
    color: #FDFDFD;
}

.footer_first_iem1 p span {
    display: block;
}

.footer_first_button .btn_submit {
    width: 248px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-left: auto;
    background: linear-gradient(90deg, #a31648, #050c38);
}

footer .container {
    position: relative;
    z-index: 9;
}

.footer_second_row img {
    width: 40px;
}

.footer_second_row {
    position: relative;
}

.footer_second_row::after {
    content: "";
    position: absolute;
    left: 0;
    width: 47%;
    height: 1px;
    background-color: #d37999;
    top: 18px;
}

.footer_second_row::before {
    content: "";
    position: absolute;
    right: 0;
    width: 47%;
    height: 1px;
    background-color: #d37999;
    top: 18px;
}

.footer_third_row_left_im .footer_add_box {
    display: table;
    width: 100%;
}

.footer_third_row_left_im .add_icon {
    display: table-cell;
    width: 30px;
    vertical-align: top;
    color: #fff;
}

.footer_third_row_left_im .add_text p {
    color: #fff;
    margin-bottom: 0px;
}

.footer_third_row_left_im .add_text {
    padding-right: 80px;
    width: 80%;
}

.footer_loca {
    border: 1px solid #fff;
    padding: 18px 20px;
    border-radius: 16px;
    margin-top: 25px;
}

.footer_loca a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    margin-right: 20px;
}

.footer_loca a:after {
    content: "";
    position: absolute;
    right: -14px;
    width: 1px;
    height: 15px;
    background-color: #fff;
    top: 5px;
}

.footer_loca a:last-child {
    margin-right: 0px;
}

.footer_loca a:last-child:after {
    display: none;
}

.footer_third_row_right_imt {
    padding: 20px 20px;
    border-radius: 18px;
    background: rgb(255 255 255);
    width: 80%;
    margin-left: auto;
    margin-top: 23px;
}

.footer_third_row_right_imt li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.footer_third_row_right_imt li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer_third_row_right_imt li a {
    color: #110d39;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.5s ease;
}

.footer_third_row_right_imt li a:hover {
    color: #d81a5e;
}

.move_to_abroad_profes_items h4 {
    text-align: center;
    font-size: 19px;
    margin-top: 10px;
    min-height: 54px;
}

.move_to_abroad_profes_items .btn_tb {
    position: relative;
    background: linear-gradient(90deg, #d81a5e, #ff3b3b);
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    display: block;
    font-weight: 600;
    transition: all 0.5s ease;
    font-size: 14px;
    text-decoration: none;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.move_to_abroad_profes_items {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 15px;
    margin-bottom: 22PX;
    border-radius: 20px;
}

.move_to_abroad_profes_items .img-fluid {
    border-radius: 10px 10px 0 0;
}

.move_to_abroad_profes {
    margin-bottom: 50px;
}

.padding_left {
    padding-left: 0;
}

.padding_right {
    padding-left: 0;
}

.modal_form_box_img img {
    max-width: 30em;
}

.img-float {
    position: absolute;
    width: 6rem;
    right: 0;
    top: 0;
}

.modal_form_box_text {
    margin-right: 83px;
    background-color: #ccc;
    padding: 30px;
    background: linear-gradient(90deg, #a31648, #050c38);
}

.modal_form_box_text .form-control {
    border-radius: 0px;
    height: 45px;
    font-size: 15px;
}

.modal_form_box_text textarea.form-control {
    height: auto;
}

.modal_form_box_text .form-group {
    margin-bottom: 12px;
}

.send_message_modal .Schedule_submit_btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 14px 35px;
    position: relative;
    background: linear-gradient(90deg, #d81a5e, #ff3b3b);
    color: #fff;
    align-items: center;
    font-weight: 600;
    border: none;
    font-size: 17px;
    border-radius: 26px;
}

.modal_form_box .modal-xl {
    width: 67%;
}

.testimonial_list_box .owl-nav {
    display: none;
}

.move_to_abroad_profes_mobile_box {
    display: none;
}

.move_to_abroad_profes_mobile_box .owl-next span {
    position: absolute;
    font-size: 34px;
    border: 2px solid #d81a5e;
    color: #ffffff;
    border-radius: 50px;
    background-color: #d81a5e;
    display: block;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 23px;
    top: -42px;
}

.move_to_abroad_profes_mobile_box .owl-prev span {
    position: absolute;
    font-size: 34px;
    border: 2px solid #d81a5e;
    color: #ffffff;
    border-radius: 50px;
    background-color: #d81a5e;
    display: block;
    right: 43px;
    top: -42px;
    width: 35px;
    height: 35px;
    line-height: 23px;
}

@media screen and (max-width: 479px) {
    .golden_change_move_right_img img {
        height: auto;
    }

    .move_to_abroad_profes_mobile_box {
        display: block;
    }

    .move_to_abroad_profes_box {
        display: none;
    }

    .get_free_consul_h {
        display: none;
    }

    .move_to_abroad_profes_mobile_box .owl-stage-outer {
        position: absolute;
        top: 0;
        right: 0;
    }

    .header_logo img {
        width: 100%;
    }

    .header_phone a {
        font-size: 19px;
    }

    .free_Enroll_now_head h2 {
        font-size: 24px;
    }

    .free_Enroll_now_head h3 span {
        display: inline;
    }

    .free_Enroll_now_head h3 {
        font-size: 24px;
    }

    .golden_change_move_left_text h3 {
        font-size: 19px;
    }

    .golden_change_move_left_text .list-unstyled li {
        font-size: 16px;
        padding-left: 36px;
    }

    .eligibility-btn {
        padding: 10px 14px;
        display: block;
        text-align: center;
    }

    .hero_banner_sec {
        height: 100%;
    }

    .golden_change_move_right_img img {
        width: 60%;
        margin-top: 33px;
        margin-bottom: -14px;
    }

    .default_heading {
        font-size: 25px;
    }

    .testimonial_sec .owl-prev span {
        right: 43px;
        top: -42px;
        width: 35px;
        height: 35px;
        line-height: 23px;
    }

    .testimonial_sec .owl-next span {
        width: 35px;
        height: 35px;
        line-height: 23px;
        top: -42px;
    }

    .check_your_Eligibility_sec .container {
        width: 93%;
        padding: 20px 20px;
    }

    .check_your_Eligibility_form .form-check-inline {
        display: block;
    }

    .check_your_Eligibility_form .form-control {
        height: 40px;
    }

    .order_2 {
        order: 2;
    }

    .Annual_Salaries_sec {
        padding-bottom: 0px;
    }

    .What_makes_us_different.mt-5 {
        margin-top: 2rem !important;
    }

    .testimonials_head_bg h3 {
        font-size: 24px;
    }

    .testimonials_head_bg h3 span {
        display: inline;
    }

    .testimonials_head_bg {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .faqs_sec {
        margin-top: 0px;
        margin-bottom: 42px;
    }

    .faqs_list_box {
        width: 96%;
    }

    .footer_first_iem1 h2 {
        font-size: 24px;
    }

    .footer_first_button .btn_submit {
        width: 230px;
        margin-left: initial;
        font-size: 15px;
        padding: 13px 13px;
    }

    .footer_third_row_left_im .add_text {
        padding-right: 0px;
        width: 100%;
    }

    .footer_loca {
        padding: 12px 12px;
    }

    .footer_third_row_right_imt {
        padding: 15px 13px;
        width: 100%;
    }

    .footer_third_row_right_imt li a {
        font-size: 16px;
    }

    .plane-wrapper {
        animation: initial;
        right: -59px;
    }

    .modal_form_box_img img {
        max-width: 100%;
    }

    .modal_form_box_text {
        margin-right: 0px;
    }

    .modal_form_box .modal-xl {
        width: auto;
    }

    .move_to_abroad_profes_items .btn_tb {
        width: 100%;
        padding: 6px 10px;
        font-size: 13px;
    }

    .move_to_abroad_profes_items {
        padding: 6px;
    }

    .move_to_abroad_profes_items h4 {
        font-size: 14px;
        min-height: 33px;
    }

    .move_to_abroad_profes .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
    }

    .move_to_abroad_profes {
        margin-bottom: 20px;
    }

    .newland_visas_bg_left_text {
        margin-top: 20px;
    }

    .What_makes_us_differen_glocal {
        max-height: 400px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #676767 #f1f1f1;
    }

    .What_makes_us_differen_other {
        max-height: 400px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #F44336 #ff0000;
    }

    .footer_second_row {
        margin-bottom: 20px;
        margin-top: 30px;
    }

}

/* Contact Buttons */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 10px 0;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    /* Adjust for iPhone home indicator */
    display: none;
    /* Hidden by default, shown in media query */
    animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mobile-bottom-bar .row {
    margin: 0;
}

.mobile-bottom-bar .col-6 {
    padding: 0;
    text-align: center;
    border-right: 1px solid #eee;
}

.mobile-bottom-bar .col-6:last-child {
    border-right: none;
}

.mobile-bottom-bar a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.mobile-bottom-bar i {
    font-size: 24px;
    margin-bottom: 5px;
    color: #333;
    /* Default color */
}

.desktop-floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desktop-floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
}

.desktop-floating-buttons a:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.btn-call-float {
    background-color: #d81a5e;
    /* Brand color */
}

.btn-whatsapp-float {
    background-color: #25D366;
    /* WhatsApp color */
}

@media screen and (max-width: 767px) {
    .mobile-bottom-bar {
        display: block;
    }

    .desktop-floating-buttons {
        display: none;
    }

    footer {
        padding-bottom: 100px;
        /* Add space for bottom bar */
    }
}

@media screen and (min-width: 768px) {
    .mobile-bottom-bar {
        display: none;
    }

    .desktop-floating-buttons {
        display: flex;
    }
}