/* hero section start */

.Development p {
    text-align: center;
    font-size: 21px;
    padding: 40px 0px;
    color: #fff;
    font-weight: 400;
}

.Development h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 800;
    color: #ffffff;
    line-height: 67px;
}

.Portfolio {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.View_industries {
    text-decoration: none;
    background: #f22a34;
    color: #fff;
    font-size: 17px;
    border-radius: 8px;
    padding: 13px 28px;
    border: 1px solid #f22a34;
}

.View_industries:hover {
    background: transparent;
    border: 1px solid #fff;
}

.button_start:hover {
    background: #f22a34;
    border: 1px solid #f22a34 !important;
}

.btn-web:hover {
    background: transparent;
    border: 1px solid #f22a34;
    ;
}

.btn-web:hover a {
    color: #f22a34;
}

.Requess_quote:hover {
    background: #f22a34;
}

.user-friendly {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.App_development {
    background-image: url(../images/ios_development_images/header.webp);
    background-size: cover;
    margin-top: -110px;
}

.Development {
    padding: 100px 0px;
    padding-top: 180px;
}

.Requess_quote {
    border: 1px solid #cfcdcd;
    width: 160px;
    border-radius: 10px;
    text-align: center;
    padding: 11px;
    text-decoration: none;
    color: #ffffff;
}

.iphone ul li img {
    width: 47px;
}

.iphone ul li {
    list-style: none;
}

.iphone ul {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 22px 1px 0px 7px;
}

.iphone ul li h4 {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.iphone {
    border-radius: 18px;
    margin: 26px 316px;
    margin: 22px 387px;
    background-color: #000000;
    opacity: 0.400;
}


/* hero section end */


/* Our Features start */

.ios_dev.active img {
    filter: brightness(0) invert(1);
}

.ios_dev.active {
    background: #f22a34;
}

.ios_dev {
    border: 1px solid #858585;
    border-radius: 12px;
}

.ios_dev img {
    filter: brightness(1) invert(0);
}

.innovations ul li h4 {
    font-size: 20px;
    line-height: 14px;
    font-weight: 700;
}

h4.Drives.active {
    color: red;
}

.innovations ul li p {
    font-size: 16px;
    margin: 0px;
}

.innovations ul img {
    padding: 10px 12px 11px 10px;
    width: 60px;
    border-radius: 10px;
}

.innovations ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
}

.innovations ul li {
    list-style: none;
}

.innovations {
    margin-left: -29px;
    padding-top: 10px;
}

.feature img {
    border-radius: 20px;
    width: 100%;
}

.globally {
    padding: 50px 0px;
}

.inspire h5 {
    color: #e22b35;
    font-weight: 600;
    font-size: 24px;
}

.inspire h2 {
    font-weight: 700;
    line-height: 53px;
    padding: 17px 0px;
    font-size: 45px;
}

.inspire {
    margin-left: 50px;
}


/* Our Features end */

.tab {
    float: left;
    /* border: 1px solid #ccc;
background-color: #f1f1f1; */
    width: 30%;
    height: 206px;
}

button.tablinks {
    padding: 17px;
    background: #f22a34;
    border-radius: 10px;
}

.tabcontent {
    display: none;
}

.tablinks.active {
    background: #000;
    color: #fff;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    display: block;
    background: #ffffff;
    color: black;
    padding: 15px 19px;
    width: 90%;
    border: none;
    outline: none;
    text-align: left;
    /* cursor: pointer; */
    transition: 0.3s;
    margin: 14px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #f22a34;
    color: #fff;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #f22a34 !important;
    color: #fff;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 28px 27px;
    border: 1px solid #ccc;
    width: 69%;
    height: 254px;
    margin: 14px 4px 1px 1px;
    border-left: 1px solid #bdbcbc;
    border-radius: 10px;
    /* display: flex; */
    background: #fff;
}

.Application_tab {
    background: #fffbfa;
    padding: 52px 0px;
}


/* tab end */


/* End-to-End iOS App start */

.Businesses_bg {
    background: #000;
}

.End-to-End {
    padding: 21px;
    border: 1px solid #000;
    border-radius: 29px;
    background: #fff;
}

.iOS_App h2 {
    font-size: 40px;
    font-weight: 700;
    margin-left: 10px;
}

.iOS_App h2 span {
    color: #f22a34;
}

.iOSapp h2 {
    font-size: 30px;
    font-weight: 600;
    border-left: 3px solid #f22a34;
    padding-left: 10PX;
}

.Trusted {
    display: flex;
    /* gap: 10px; */
}

.Trusted .custom_ios {
    margin: 19px 10px;
}

.custom_ios p {
    font-size: 15px;
}

.custom_ios h4 {
    font-size: 21px;
    font-weight: 700;
}

.custom_ios:hover {
    background: #f22a34;
    color: #fff;
}

.custom_ios {
    position: relative;
    padding-left: 50px;
    padding: 26px;
    border-radius: 15px;
    background-color: #f5f5f7;
}

.custom_ios::before {
    content: "";
    position: absolute;
    left: 479px;
    top: 26%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background-image: url(../images/ios_development_images/arrow.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.custom_ios:hover::before {
    filter: brightness(0) invert(1);
}


/* End-to-End iOS App end */


/* why fluper for your android start */

.why_fluper h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

.why_fluper h2 span {
    color: #f22a34;
}

.why_fluper p {
    text-align: center;
    font-size: 16px;
    padding: 11px 0px;
}

.scalable:hover img {
    filter: brightness(0) invert(1);
}

.innovative {
    border: 1px solid #c5c5c5;
    margin: 13px 1px 20px 0px;
    border-radius: 10px;
    padding: 23px 20px 0px 23px;
    height: 226px;
}

.innovative p {
    font-size: 12px;
}

.innovative:hover {
    color: #fff;
    background: #f22a34;
}

.industries img {
    width: 31px;
    filter: opacity(0.5);
}

.industries {
    border: 1px solid #a7a7a7;
    width: 56px;
    height: 55px;
    border-radius: 35px;
    padding: 10px;
}


/* why fluper for your android end*/


/* let's Buildi start */

.succeeds-high {
    background-image: url(../images/ios_development_images/cta.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 74px 0px;
}

.stands {
    padding: 50px;
}

.Stands h2 {
    color: #fff;
    font-size: 45px !important;
    font-weight: 600;
}

.button_start {
    border: 1px solid #fff;
    width: 191px !important;
    padding: 9px !important;
    border-radius: 4px !important;
    text-align: center;
    margin: 41px 0px -10px 0px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.button_start a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
}

.button_start a i {
    margin-left: 10px;
}


/* let's Buildi end */


/* Need For Mobile App Development in Dubai, UAE start */

.nav-pills {
    display: none;
}


/* Desktop view */

@media (min-width: 768px) {
    .nav-pills {
        display: flex;
    }
    .card {
        border: none;
    }
    .card-header {
        display: none;
    }
    .collapse {
        display: block !important;
    }
}


/* Mobile view */

@media (max-width: 767px) {
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    text-align: left;
}

.card-body {
    display: flex;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    padding: 20px !important;
}

.innovation_img img {
    width: 321px;
    border-radius: 15px;
}

.iOS h6 {
    font-size: 14px;
    margin-left: 0px;
}

.flex-column {
    line-height: 49px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: #ef233c !important;
}


/* Need For Mobile App Development in Dubai, UAE end */


/* our customer start */

.our_customer h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #d4d4d4;
}

.our_customer h2 span {
    color: #f22a34;
    font-weight: 800;
}

.our_customer p {
    text-align: center;
    font-size: 15px;
    padding: 23px 0px;
    color: #9f9f9f;
}

.bank-top {
    margin-bottom: 15px;
}

.bank-logo {
    width: 120px;
}

.bank-card p {
    font-size: 14px;
    color: hsl(0, 0%, 0%);
    line-height: 1.6;
    margin-bottom: 20px;
}

.bank-card p strong {
    font-weight: 600;
    color: #000;
}

.card_bg p {
    color: #fff;
}

.profile_text span {
    color: #000 !important;
}

.profile_text h4 {
    color: #000 !important;
}

.profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.profile h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.bank-top img {
    width: 113px;
    /* filter: brightness(11.5); */
}

.profile img {
    width: 44px;
}

.container.billion {
    padding-top: 21px;
}


/*.redefine {*/


/* background-image: url(../images/testimonial.webp);*/


/* background-size: cover;*/


/*}*/

.redefine p {
    padding-top: 115px;
    color: #fff;
}

.redefine p strong {
    color: #fff;
}

.careem_stories {
    background-image: url(../images/testi_2.webp);
    background-size: cover;
}


/* .innovative {
background-image: url(../images/bg_z.webp);
background-size: cover;
}
*/

.careem_img img {
    width: 101px;
    filter: brightness(6.5);
    padding-top: 21px;
}

.col-md-8.careem_stories {
    padding: 26px;
}

.careem_t h4 {
    color: #fff;
    padding-top: 30px;
    font-size: 34px;
    font-weight: bold;
}

.careem_t p {
    color: #fff;
    font-size: 12px;
    padding: 20px 0px;
}

.video_button {
    border: 1px solid #fff;
    width: 114px;
    text-align: center;
    border-radius: 16px;
    padding: 4px;
    background: #fff;
}

.video_button a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

.card_bg {
    background: #323232;
    padding: 41px 17px 27px 30px;
}

.profile h4 {
    color: #fff;
}

.profile span {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
}


/* our customer end */


/* Transforming Industries start */

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
}


/* SECTION */

.industry-section-top {
    padding: 80px 0;
    background: #fff;
}

.collaboration-keep {
    background: #fff !important;
}


/* PILL */

.industry-pill {
    display: inline-block;
    background: #f22a34;
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 17px;
    margin-bottom: 15px;
}

.feature-card:hover .feature-icon {
    background: #fff;
}

.feature-card:hover {
    background: #f22a34;
}

.feature-card:hover h3 {
    color: #fff;
}

.feature-card:hover p {
    color: #fff;
}


/* TITLE */

.industry-title {
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
}

.industry-title span {
    color: #f22a34;
}


/* NAV */

.industry-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.industry-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    font-size: 18px;
}

.nav-prev {
    background: #f1f1f1;
}

.nav-next {
    background: #ff2b2b;
    color: #fff;
}


/* CARD */

.industry-card {
    background: #fff;
    text-align: left !important;
}

.industry-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
    /* EXACT IMAGE RADIUS */
}

.industry-card h5 {
    font-weight: 700;
    margin-top: 15px;
}

.industry-card p {
    font-size: 14px;
    color: #555;
}


/* Transforming Industries end */


/* Need For Mobile App Development in Dubai, UAE start */

.nav-pills {
    display: none;
}


/* Desktop view */

@media (min-width: 768px) {
    .nav-pills {
        display: flex;
    }
    .card {
        border: none;
    }
    .card-header {
        display: none;
    }
    .collapse {
        display: block !important;
    }
}


/* Mobile view */

@media (max-width: 767px) {
    .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    text-align: left;
}

.card-body {
    display: flex;
}

.innovation_img img {
    width: 321px;
    border-radius: 15px;
}

.iOS p {
    font-size: 17px;
    color: #000;
    line-height: 25px;
    padding-bottom: 20px;
}

.iOS h6 {
    color: #000;
    font-size: 17px;
    padding-bottom: 8px;
}

.iOS h3 {
    font-size: 21px;
    color: #ef233c;
}

.Touchbtn {
    padding: 12px 29px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 19px;
    color: #ffffff;
    background: #ef233c;
}

.Touchbtn:hover {
    border: 1px solid #ef233c;
    color: #ef233c;
    background: rgb(255, 255, 255);
}

.Innovationp h2 {
    font-size: 45px;
    font-weight: 800;
}

.Developmentomg {
    display: flex;
    justify-content: space-between;
    padding: 36px 1px;
    align-items: center;
}

.flex-column {
    line-height: 49px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: #ef233c !important;
}


/* Need For Mobile App Development in Dubai, UAE end */


/* our process start */

.our_process h2 {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
}

.our_process h2 span {
    color: #f22a34;
}

.our_process p {
    text-align: center;
    font-size: 21px !important;
    padding: 15px 0px;
}

.process-wrapper {
    display: flex;
    gap: 30px;
}

.process-left,
.process-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.process-item-down {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.process-header-secure {
    display: flex;
    align-items: center;
    gap: 15px;
}

.process-header-secure h3 {
    flex: 1;
    margin: 0;
    font-size: 18px;
}

.step {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.icons {
    padding: 6px 9px 9px 9px !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.process-content-closely {
    margin-top: 15px;
    display: none;
    font-size: 14px;
    line-height: 1.6;
}


/* ACTIVE STATE */

.process-item-down.active {
    background: #ef233c;
    color: #fff;
}

.process-item-down.active .step {
    background: #fff;
    color: #ef233c;
}

.process-item-down.active .icons {
    border-color: #fff;
    color: #fff;
}

.process-item-down.active .process-content-closely {
    display: block;
}

.process-content-closely {
    margin: 11px 67px 10px 52px;
}


/* our process end */


/* box default */

.agile_box {
    width: 70px;
    height: 70px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: 0.3s ease;
}

.testimonial-slider {
    height: 240px;
    overflow: hidden !important;
}


/* icon default (grey) */

.hdfg button {
    text-align: left;
    margin: 6px;
    border-radius: 15px;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 10px 23px;
    line-height: 30px;
    color: #000;
}

button.nav-link:hover {
    color: #000;
}

.feature-card {
    background-color: #f5f5f5;
    border-radius: 18px;
    padding: 32px 28px;
    border: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 21px;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.feature-icon {
    width: 70px;
    padding: 10px;
    height: 70px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 0;
}

.feature-card-primary {
    background-color: #f53939;
    color: #ffffff;
}

.feature-card-primary .feature-icon {
    background: rgba(255, 255, 255, 0.2);
}

.feature-card-primary .feature-text {
    color: #ffe5e5;
}

section.jdgf {
    padding: 70px 0px;
}

button.nav-link.active {
    background: #f22a34;
    color: #fff !important;
}

.iOS h3 {
    font-size: 27px;
    color: #ef233c;
    font-weight: 700;
}

.tab-content .card {
    border-radius: 20px;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    border: 0px;
}

.hdfg .nav-link .active {
    color: #fff !important;
}

section.py-5.jgfs {
    background: url(https://fluper.ae/images/bg-layer_images.webp);
    background-size: cover;
    padding-bottom: 76px !important;
}

.feature-icon img {
    width: 50px;
}