/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/* @import url(swiper.min.css); */
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    list-style: none;
}

p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    width: 100%;
}

.layout_padding {
    padding: 90px 0;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section,
.feature_section1 {
    width: 100%;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


#home .header_section {
    background-position: center bottom;

}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    font-size: 17px;
    color: #fefefd;
    border-radius: 5px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #373736;
}

.navbar-brand {
    margin: 0px;
}

.navbar {
    padding: 15px 50px;
}

.search_bt {
    width: 100px;
    text-align: right;
}

.search_bt a {
    font-size: 17px;
    color: #fefefd;
    text-align: right;
    display: contents;
}

.search_bt a:hover {
    color: #373736;
}

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    padding: 90px 0px 80px 0px;
}

.banner_taital_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding-left: 100px; */
}

.banner_taital {
    /* width: 70%; */
    font-size: 60px;
    color: #fefefd;
    font-weight: bold;
}

.started_text {
    width: 180px;
    margin-top: 40px;
}

.started_text a,
.feature_section_2>.readmore_bt1 a {
    width: 100%;
    padding: 12px 25px;
    color: #373736;
    background-color: #fefefd;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;

}

.started_text a:hover {
    color: #fefefd;
    background-color: #373736;
}

#banner_slider a.carousel-control-prev {
    left: 100px;
    top: 585px;
    color: #252525;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 585px;
    left: 170px;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #00c8ac;
    background-color: #ffffff;
    border-radius: 100%;
    border: 5px solid #f76f46;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #252525;
}

.play_icon {
    width: 100%;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 80px;
}

.text1 {
    color: #fff;
    font-size: 30px;
    padding-top: 40px;
}

/* banner section end */

/* about section start */
/* General About Section Styles */
.about_section {
    width: 100%;
    padding: 40px 0;
}

.about_taital {
    font-size: 40px;
    color: #232222;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 40px;
}

.about_text {
    font-size: 16px;
    color: #232222;
    margin-top: 10px;
    line-height: 1.6;
}

.readmore_btn {
    margin-top: 40px;
}

.readmore_btn a {
    font-size: 18px;
    color: #fefefd;
    text-transform: uppercase;
    background-color: #f7684d;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: 170px;
    text-decoration: none;
}

.readmore_btn a:hover {
    color: #fefefd;
    background-color: #282727;
}

/* Story and Mission Section */
.about_story,
.about_mission {
    margin-bottom: 30px;
}

.about_sub_title {
    font-size: 22px;
    color: #232222;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Management Section */
#Management .Management_taital {
    font-size: 35px;
    color: #232222;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;

}

#Management .Management_sub_title {

    color: #f7684d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}


/* Team Section Styles */
.team_member_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    /* Makes it responsive */
}

.team_member {
    flex: 1 1 calc(33.333% - 30px);
    /* Ensures 3 items in a row, with gap */
    box-shadow: 0px 0px 10px 0px #e6e6e5;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

.team_member_image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.team_member_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team_member_info h5 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.team_member_info p {
    font-size: 18px;
    color: #777;
    line-height: 1.5;
}

/* Box Styles for Stats (iOS, Android, Downloads) */
.about_taital_box {
    margin-top: 60px;
}

.about_box {
    display: flex;
    margin-top: 20px;
}

.android_text {
    font-size: 20px;
    color: #3f3f3f;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
}

.ios_text {
    font-size: 20px;
    color: #f77045;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.about_box_left,
.about_box_right {

    margin: 12px;
    height: auto;
    padding: 30px 0;
    text-align: center;
    box-shadow: 0px 0px 70px 0px #e6e6e5;
    border-radius: 5px;
}



.about_box_2 {
    display: flex;
    margin-top: 20px;
}

.info_card {
    box-shadow: 3px 3px 0px 0px #f7684d, inset 3px 3px 1px 0px #000000;
}


/* about section end */

/* apps section start */

.apps_section {
    width: 100%;
}



.apps_taital {
    width: 100%;
    font-size: 30px;
    line-height: 33px;
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
}

.sub_tital {
    font-size: 22px;
    color: #262626;
    font-weight: bold;
}

.apps_text {
    width: 100%;
    font-size: 18px;
    color: #232222;
    margin: 0px;
    padding-top: 20px;
}

.text_subtitle .apps_text {
    width: 100%;
    font-size: 20px;
    color: #232222;
    margin: 0px;
    padding: 0;

}

.btn_main {
    width: 100%;
    padding-top: 40px;
}


.buy_bt {
    width: 175px;
}

.buy_bt a {
    width: 100%;
    font-size: 18px;
    background-color: #f7684d;
    color: #fefefd;
    text-align: center;
    padding: 12px;
    margin-left: 10px;
    border-radius: 5px;
}

.buy_bt a:hover {
    color: #fefefd;
    background-color: #282727;
}

.buy_bt.active a {
    color: #fefefd;
    background-color: #282727;
}

.apps_img {
    width: 100%;
}

/* apps section end */


/* feature section start */
.feature_section1 {
    background-image: url(../images/feature-bg.png);
    padding: 170px 0px 130px 0px;
    background-position: inherit !important;
}

.feature_taital {
    width: 100%;
    font-size: 50px;
    color: #fefefd;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.feature_text {
    width: 100%;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin: 0px;
}

.feature_section_2 {
    width: 100%;
    padding-top: 50px;
}

.feature_img {
    width: 100%;
}



.unlimited_text,
.unlimited_text_1 {
    display: flex;
    font-size: 18px;
    color: #fefefd;
    align-items: center;
    font-weight: bold;
    gap: 15px;
}

img.icon_4 {
    width: 100px;
    min-width: 95px;
    object-fit: contain;
}

img.icon_45,
img.icon_5 {
    width: 100px;
    min-width: 95px;
    object-fit: contain;
}


.number_1 {
    height: 20px;
    line-height: 0px;
    padding: 25px 19px;
    background: red;
    color: #fff;
    border-radius: 50%;
}

.readmore_bt1 {
    width: 170px;
    margin: 30px auto;

}

.readmore_bt1 a,
.started_bt a {
    padding: 12px 25px !important;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    background-color: #f7684d;
    border-radius: 5px;

}

.readmore_bt1 a:hover,
.started_bt a:hover {
    color: #fefefd;
    background-color: #282727;
}

/* feature section end */

/* pricing section start */

.pricing_section {
    width: 100%;
}

body .layout_padding2 {
    padding: 0px 0 60px 0 !important;
}

body .layout_padding3 {
    padding: 60px 0 !important
}

.pricing_taital {
    width: 100%;
    font-size: 50px;
    color: #2c2b2b;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing_text {
    width: 100%;
    font-size: 25px;
    color: #2c2c2c;
    text-align: center;
    margin: 0px;
}

.pricing_section_2 {
    width: 100%;
    margin-top: 40px;
}

.pricing_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 0px 0px 20px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px;
}

.regular_text {
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #2b2b2b;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0px;
}

.taital_main {
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    background-color: #f75b59;
    border-radius: 10px;
    padding: 40px 0px;
}

.dolor_text {
    font-size: 26px;
    color: #2c2b2b;
    font-weight: bold;
    padding-top: 35px;
}

.dolor_text_1 {
    font-size: 50px;
    color: #fefefd;
    font-weight: bold;
}

.month_text {
    font-size: 16px;
    color: #fefefd;
    margin: 0px;
    padding-top: 35px;
}

.using_text {
    width: 63%;
    font-size: 16px;
    text-align: center;
    color: #3a3a3a;
    margin: 0 auto;
    padding: 20px 0px;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.readmore_bt a {
    font-size: 18px;
    background-color: #fefefd;
    color: #3a3a3a;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 4px #dededd;
}

.readmore_bt a:hover {
    color: #fefefd;
    background-color: #f7684d;
}

.readmore_bt.active a {
    color: #fefefd;
    background-color: #f7684d;
}

/* pricing section end */

/* testimonial section start */

.customer_section {
    width: 100%;
}

.customer_taital {
    width: 100%;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.customer_section_2 {
    width: 100%;
}


.box_main {
    width: 100%;
    background-color: #ffffff;
    padding: 0px 50px 40px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}



.box_main {
    width: 100%;
    background-color: #ffffff;
    padding: 0px 50px 40px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
    border-radius: 170px;
}

.customer_left {
    width: 30%;
}

.customer_right {
    width: 70%;
    margin-top: 40px;
}

.customer_name {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #001431;
}

.quick_icon {}

.enim_text {
    width: 100%;
    font-size: 16px;
    color: #737372;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 200px;
}

#my_slider a.carousel-control-next {
    right: 30px;
    top: 200px;
    color: #fefefd;
    background-color: #282727;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #f75b59;
    opacity: 1;
    font-size: 18px;
    color: #fefefd;
    border-radius: 100%;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #282727;
}


/* testimonial section end */

/* Expansion Section Start */
.Expansion .list {
    background-color: #f7f7f7;
    border: 1px solid #f7684d;
    border-radius: 15px;
    box-shadow: 3px 3px 0px 0px #f7684d, inset 3px 3px 1px 0px #000000;
    overflow: hidden;
}

/* Expansion Section end */

.Expansion .sub_tital {
    color: #f7684d;
}

/* download section start */

.download_section {
    width: 100%;
    padding-bottom: 90px;
}

.download_taital {
    width: 100%;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.apps_main {
    width: 65%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.google_img {
    margin: 0px 10px;
}

.download_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.download_bt a {
    width: 100%;
    font-size: 18px;
    color: #fefefd;
    background-color: #f76f46;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
}

.download_bt a:hover {
    color: #fefefd;
    background-color: #282727;
}

/* download section end */

/* contact section start */
.contact_section {
    width: 100%;
}

.contact_taital {
    width: 100%;
    font-size: 40px;
    color: #121111;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 90px;
}

.contact_section .map_form_container .map_container {

    margin-top: 40px;
}


.contact_section .map_form_container.map_show form {
    display: none;
}


.contact_section .map_form_container.map_show .map_container {
    display: block;
    margin-top: 40px;
}


.mail_section {
    width: 100%;
}

.mail_text {
    width: 100%;
    font-size: 16px;
    color: #4f4e4e;
    border: 1px solid #8e8e8e;
    background-color: transparent;
    padding: 14px 15px;
    margin-top: 40px;
    border-radius: 8px;
}

input.mail_text::placeholder {
    color: #4f4e4e;
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 1px solid #8e8e8e;
    margin-top: 40px;
    border-radius: 8px;
}

textarea#comment::placeholder {
    color: #4f4e4e;
}

.contact_btn_main {
    width: 150PX;
    margin: 0 auto;
    text-align: center;
}


.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fefefd;
    background-color: #f76f46;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'poppins', sans-serif;
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #282727;
}

.map_bt {
    width: 160px;
    margin-left: 15px;
}

.map_bt a {
    width: auto;
    text-align: center;
    font-size: 18px;
    color: #fefefd;
    background-color: #f76f46;
    padding: 10px 60px;
    text-transform: uppercase;
    margin: 15px auto;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'poppins', sans-serif;
}

.map_bt a:hover {
    color: #fefefd;
    background-color: #282727;
}

.map_bt.active a {
    color: #fefefd;
    background-color: #282727;
}

.map_center {
    width: auto;
}

.map_main {
    width: 100%;
    padding-top: 40px;
}

.map-responsive iframe {
    width: 100%;
    height: 400px;
    /* Set a fixed height to make the map visible */
    border: 0;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    height: auto;
    background-image: url(../images/footer-bg.png);
    background-size: 100%;
    padding: 90px 0px;
}

.footer_logo {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.footer_menu {
    width: 100%;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #363636;
}

.dummy_text {
    width: 30%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.location_text {
    width: 100%;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 16px;
    color: #ffffff;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #363636;
}

.padding_left_10 {
    padding-left: 10px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}


.footer_social_icon li a {
    padding: 12px 17px;
    background-color: #fff;
    color: #f75b59;
    border-radius: 100%;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #363636;
}

.update_mail {
    color: #3b3b3b;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #e2e2e2;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0px;
}

textarea#comment.update_mail::placeholder {
    color: #3b3b3b;
}

.subscribe_bt {
    width: 70px;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #f75b59;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #ec5856;
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #222222;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    background-color: #f75b59;
    height: auto;
}

.copyright_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #363636;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}




/* FAQ Styles */

/* Accordion styles */
.accordion-item {
    margin-bottom: 10px;
}

.accordion-button {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.accordion-button:hover {
    background-color: #e2e2e2;
}

.accordion-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 14px;
}

/* Optional: Style for open state of accordion */
.accordion-item.active .accordion-content {
    display: block;
}

/* How It Works Section Start */
.how_it_works_section {
    width: 100%;
    padding: 90px 0;

}

.how_it_works_taital,
.Business_taital,
.The_Solution_taital {
    width: 100%;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.how_it_works_text {
    width: 100%;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 10px 0 0 0;
}

/* The Soluion Section */

.The_Solution {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border-left: 3px solid #f7684d;
    border-top: 3px solid #f7684d;

}

.The_Solution_text {
    color: #f7684d;
}

/* Connection Section */

.Connection {
    background-color: #f75b59;

}

.Connection .apps_taital,
.Connection .apps_text {
    color: #fff !important;
}



.how_it_works_brands,
.how_it_works_creators {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.how_it_works_brands {
    border-left: 3px solid #f7684d;
    border-top: 3px solid #f7684d;
    margin: 0px 30px 0px -30px;
}

.how_it_works_creators {
    border-right: 3px solid #f7684d;
    border-bottom: 3px solid #f7684d;
}

.how_it_works_subtitle {
    font-size: 24px;
    color: #232222;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.how_it_works_subtext {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step_number {
    width: 40px;
    height: 40px;
    background-color: #f7684d;
    color: #fefefd;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.step_content {
    display: flex;
    align-items: center;
}

.step_content i {
    font-size: 22px;
}

.step_icon {
    font-size: 30px;
    color: #f7684d;
    margin-right: 15px;
    width: 40px;
    text-align: center;
    display: inline-block;
}

.step_content p {
    font-size: 16px;
    color: #232222;
    margin: 0;
    line-height: 1.5;
}

/* How It Works Section End */

/* FAQ Section Styles */
.faq_section {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq_title {
    width: 100%;
    font-size: 24px;
    color: #262626;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}



.faq_item {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px 25px 10px 25px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    min-height: 200px;
}


.faq_question {
    font-size: 20px;
    color: #f7684d;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.4;
}


.faq_answer {
    font-size: 16px;
    color: #666666;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Implemented Section */

.Implemented {
    padding: 60px 0 0 0 !important;
}

.Implemented .list {
    background-color: #f7f7f7;
    border: 1px solid #f7684d;
    border-radius: 15px;
    box-shadow: 3px 3px 0px 0px #f7684d, inset 3px 3px 1px 0px #000000;
    overflow: hidden;

}


.Implemented .sub_tital,
.Competition .sub_tital {
    color: #f7684d;
}




/* FAQ Section Styles */
.faq_section {
    width: 100%;
    margin-top: 50px;
    /* Adds space above the FAQ section */
}

.faq_title {
    width: 100%;
    font-size: 24px;
    color: #262626;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

/* Management section */

.Management #accordion:before,
.Business_Model #accordion:before,
#accordion .panel-heading:before,
.Business_Model.panel-heading:before {
    display: none !important;
}

.Management #accordion .panel,
.Business_Model #accordion .panel {
    margin: 10px 0;

}

.Management .team_member_info {
    text-align: left;

}

.Management .team_member_info .name>h5 {
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 15px;
}

.Management .team_member_info .name>span {
    margin: 5px 0;
}

.Management .team_member_info .Experience>p,
.Management .team_member_info .Education>p {
    margin-bottom: 5px !important;
    font-weight: bold;
    color: #f7684d;

}

.Management .team_member_info .Experience li {
    margin: 5px 0;

}

.Management .team_member_info .Experience li>b,
.Management .team_member_info .Education li>b {
    font-size: medium;
    color: #000000;
}