
/* Header css start here */
header {
    position: absolute;
    width: 100%;
    z-index: 99999;
    transition: .4s all;
    /* background: #000; */
}
.navbar-brand img {
    width: 200px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 20px;
    font-weight: 500;
    color: #dadada;
}
.navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    color: var(--text-white);
    background-color: #ea3739;
    font-size: 16px;
    padding: 9px 40px;
    border-radius: 25px;
    margin-left: 20px;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ea3739;
}
header.fix_style {
     background-color: #0b0c0b;
 }
.navbar-expand-lg .navbar-nav .nav-link.dark_btn:hover {
    color: #fff;
}
/* banner css start here */
.banner_section::after {
    content: "";
    display: none;
    background-image: url(../images/banner-shape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 200px; */
    background-position: center;
    margin-top: -50px;
}
.banner_section {
    margin-top: 0;
    position: relative;
    background-color: #000;
    padding: 150px 0 40px;
    background-image: url('../images/new-images/banner-bg.png');
}
.banner_section .banner_slider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
    height: 475px;
    border-radius: 100%;
    background-color: #ea3739;
    z-index: -5;
}
.banner_section .banner_text h1 {
    font-size: 55px;
    color: #ea3739;
    letter-spacing: -1.5px;
    font-weight: 700;
}
.banner_section .banner_text h1 span {
    color: #ffffff;
}
.banner_section .app_btn li a {
    display: block;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ececec;
    position: relative;
    border-radius: 10px;
    transition: .4s all;
}
.banner_section .app_btn li a:hover {
    background-color: transparent;
}
.banner_section .app_btn li a img{
    width: 200px;
}
.banner_text p {
    color: #d9d9d9;
}
.banner_section .used_app p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
    color: #ffffff;
}
.banner_section .banner_slider #frmae_slider::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #fff;
    width: calc(100% - 10px);
    height: 92%;
    border-radius: 40px;
}
.banner_slider .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    border-radius: 40px;
}
.banner_slider .owl-carousel .owl-stage-outer {
    border-radius: 20px;
}
.banner_slider .owl-carousel .owl-dots button.active {
    background-color: #ea3739;
}
.banner_section .banner_text h1 {
    font-size: 50px;
}

.features_section .container {
    max-width: 1250px;
}
.features_section .feature_box .text {
    margin-top: 20px;
}
.features_section .feature_box .text h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.features_section .feature_box .text p {
    font-size: 13px;
}
.features_section .features_block {
    margin-top: 50px;
}
.features_section .feature_box {
    border: 1px solid #ececec;
    padding: 25px 20px 15px;
    height: 100%;
    border-radius: 10px;
}
.features_section .feature_box .image img {
    width: 85px;
}
.features_section .feature_box:hover {
    border: 1px solid #ea3739;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.section_title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
}
.app-features-section .section_title h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
}
.app-features-section .section_title{
    margin-bottom: 60px;
}
.centerSectionTitle {
    width: 70%;
    margin: 0 auto;
}
.section_title h2 span {
    color: #ea3739;
}
.section_title p {
    color: #686868;
}
.row_am {
    padding: 70px 0;
}
/* ============================= */
/* BLOCK SCOPE WRAPPER */
/* ============================= */
.vc-hero-section {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
    background: #fff9f9;
    padding: 70px 0px;
    overflow: hidden;
}

.vc-hero-section * {
    box-sizing: border-box;
}

/* ============================= */
/* CONTAINER */
/* ============================= */
.vc-hero-section .vc-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* ============================= */
/* LEFT CONTENT */
/* ============================= */


.vc-hero-section .vc-title {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    color: #1e2a39;
    margin-bottom: 24px;
}

.vc-hero-section .vc-title span {
    color: #ea3739;
}

.vc-hero-section .vc-description {
    font-size: 18px;
     color: #686868;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 40px;
}

.vc-hero-section .vc-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.vc-hero-section .vc-check {
    width: 40px;
    height: 40px;
    background: #ffd6d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea3739;
    font-weight: bold;
    font-size: 18px;
}

.vc-hero-section .vc-feature-text {
    font-size: 20px;
    font-weight: 600;
    color: #1e2a39;
}
.vc-right img {
    width: 100%;
}


/* ================= BLOCK SCOPE ================= */
.app-features-section {
    /* background: #f5f6f8; */
    padding: 70px 0;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
}

/* .app-features-section * {
    box-sizing: border-box;
} */

/* Badge */
.app-features-section .af-badge {
    display: inline-block;
    background: #00000005;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    font-weight: 500;
}
.app-features-section .af-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ea3739;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

/* Heading */
.app-features-section .af-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
}

/* Card */
.app-features-section .af-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px 0;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.app-features-section .af-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Icon Box */
.app-features-section .af-icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: linear-gradient(to top, #ea3739 0%, #ffffff 50%, #ea373942 100%);
    background-size: auto 200%;
    border: 1px solid #ffafb0;
}
.app-features-section .af-icon iconify-icon {
    font-size: 28px;
    color: #ea3739;
}
.app-features-section .af-icon span {
    font-size: 32px;
    color: #1b1b1b;
}

/* Text */
.app-features-section .af-card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

.app-features-section .af-card-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
}

.app-features-section .af-divider {
    margin: 25px 0;
    height: 1px;
    background: #ececec;
}

/* Image Area */
.app-features-section .af-image-area {
    margin-top: 40px;
    text-align: center;
}

.app-features-section .af-image-area img {
    max-width: 100%;
    height: auto;
}
.af-image-box img{
    width: 100%;
}


.how_it_works {
    padding-top: 0;
    padding-bottom: 20px;
}
.how_it_works .how_it_inner {
    background-color: var(--bg-white);
    padding: 60px 0;
    padding-bottom: 0;
    border-radius: 30px;
    box-shadow: 0px 4px 30px #f59e9f54;
}
.faq_section .faq_panel .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #fff2f2;
    padding: 16px 0;
    border: 1px solid #dfdfdf;
}
.faq_section .faq_panel .card-header .btn.active {
    color: #ea3739;
}
section.row_am.interface_section {
    padding-top: 0px;
}
.owl-carousel .owl-dots button.active {
    background-color: #ea3739;
}
.free_app_section .container .free_app_inner {
    background-color: #000000;
    border-radius: 30px;
    padding: 20px 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
    background-image: url(../images/new-images/banner-bg.png);
}
.free_app_section .container .free_app_inner .free_text .app_btn li a {
    display: block;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ececec;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
    margin-top: 15px;
}
.free_app_section .container .free_app_inner .free_text .app_btn li a img{
    width: 200px;
}
.free_app_section .container .free_app_inner .free_img img:last-child {
    margin-left: 0px;
    margin-bottom: -50px;
}

footer .top_footer {
    background-color: #000000;
    padding: 70px;
    position: relative;
    overflow: hidden;
}
footer .bottom_footer {
    background-color: #ea3538;
}
footer .top_footer .logo img {
    width: 200px;
}
footer .top_footer .social_media li a:hover {
    background-color: #000000;
    color: #ea3739;
    border: 1px solid #ea3739;
}
footer .app_btn li a {
    display: block;
    padding: 0;
    background-color: transparent;
    border: 1px solid #ececec;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
    width: unset;
    text-align: center;
}
footer .app_btn li a img{
    width: 100%;
}
footer .bottom_footer {
    padding: 10px 0;
}
.puprple_btn {
    background-color: #ea3739;
    color: var(--text-white);
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
}
.puprple_btn:hover {
    color: #ea3739;
}
.map_section {
    margin: 0;
}

 .privacy-header {
        background: linear-gradient(135deg, #ff4b6e, #ff758c);
        color: #fff;
        padding: 80px 20px;
        text-align: center;
    }

    .privacy-header h1 {
        margin: 0;
        font-size: 40px;
        font-weight: 700;
    }

    .privacy-header p {
        margin-top: 10px;
        font-size: 16px;
        opacity: 0.9;
    }

  .privacy-container {
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0 50px;
    border-radius: 12px;
    /* box-shadow: 0 10px 40px rgba(0,0,0,0.08); */
}

    .privacy-container h2 {
        margin-top: 40px;
        color: #ff4b6e;
        font-size: 22px;
    }

    .privacy-container h3 {
        margin-top: 20px;
        font-size: 18px;
        color: #333;
    }

    .privacy-container ul {
        padding-left: 20px;
    }

    .privacy-container ul li {
        margin-bottom: 8px;
    }

    .contact-box {
        margin-top: 40px;
        padding: 20px;
        background: #f4f6f9;
        border-left: 4px solid #ff4b6e;
        border-radius: 6px;
    }

    .footer-note {
        text-align: center;
        padding: 30px 20px;
        font-size: 14px;
        color: #777;
    }

        .flag-icon {
            width: 22px;
            height: 16px;
            margin-right: 10px;
            object-fit: cover;
        }
        .select2-container .select2-selection--single {
    height: 60px !important;

}
.select2-container--default .select2-selection--single {
    border: 2px solid #e1dbf4 !important;
    border-radius: 10px !important;
}
 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 55px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px !important;

}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #5f676e !important;

}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ea3739 !important;

}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;

}
.select2-container--default .select2-selection--single .select2-selection__clear {
    width: 57px !important;
    margin-top: 13px !important;
}
    @media(max-width:768px){
        .privacy-container {
            /* padding: 30px 20px; */
            margin: -30px 15px 40px;
        }

        .privacy-header h1 {
            font-size: 28px;
        }

        .banner_section .banner_text h1 {
            font-size: 28px;
        }
        .row_am {
                padding: 50px 0;
            }
            .section_title h2 {
            font-size: 28px;
        
        }
        .centerSectionTitle {
    width: 100%;
    margin: 0 auto;
}
.features_section .features_block {
    margin-top: 30px;
}
.vc-hero-section .vc-title {
    font-size: 28px;
    margin-bottom: 10px;
}
.vc-hero-section {
    padding: 50px 0;
}
.vc-hero-section .vc-feature-text {
    font-size: 16px;
}
.app-features-section .section_title h2 {
    font-size: 28px;
}
.app-features-section .section_title {
    margin-bottom: 30px;
}
.app-features-section .af-card {
     height: auto;
    margin-bottom: 20px;
}
.how_it_works {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.how_it_works .how_it_inner {
    background-color: var(--bg-white);
    padding: 0;
    padding-bottom: 0;
    border-radius: 30px;
    box-shadow: none;
}
.faq_section {
    padding-top: 0;
}
.free_app_section {
    padding-top: 0;
}
.free_app_section .container .free_app_inner {
    padding: 30px 30px 3px !important;

}
footer .top_footer {
    background-color: #000000;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}
footer .top_footer .social_media {
    justify-content: start;
}
footer .app_btn li a {
    margin: 0;
}
footer .bottom_footer .developer_text {
    text-align: left;
   
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 20px;
    font-weight: 500;
    color: #2b2b2b;
}
.banner_section .app_btn li a img {
    width: 100%;
}
footer .app_btn li a img {
    width: 60%;
}
    }


