.font-size-18{
    font-size: 18px;
    font-weight: 300;
}
.font-size-24 {
    font-weight: 600;
    font-size: 24px;
}
.font-size-20{
    font-size: 20px;
    font-weight: 400;
}
.font-size-22{
    font-size: 22px;
    font-weight: 600;
}
.font-size-48{
    font-size:48px;
    font-weight: 500;
}
.font-size-36{
    font-size: 36px;
    font-weight: 600;
}
.font-size-44 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #ffffff;
    position: relative;
}
.font-size-44::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px;
}
.bg-gray{
    background: linear-gradient(
        88deg,
        transparent 0%,
        #232427 50%,
        transparent 100%
    );
}


/* video section  start */

.banner-btn {
    display: flex;
    justify-content: center;
}
.banner-sec{
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.hero-video{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}
.banner-overlay{
    position: absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(75, 78, 168, 0.7), rgb(0 0 0 / 81%));
    z-index:2;
}
.banner-sec .banner-data {
    border-radius: 16px;
    padding: 35px 85px 25px;
    text-align: center;
}
.banner-content{
    position: relative;
    z-index: 2;
    color: #fff;
}
/* .banner-content h1 {
    font-size: 70px;
    font-weight: 800;
} */
.banner-content p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}


/* video section end */


/* Recipe for your success  */


.three-matrics-wrapper .matrics-cards-wrapper .matrics-cards .card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
}
.three-matrics-wrapper .matrics-cards-wrapper .matrics-cards .card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #7c5cff, #00d4ff);
    border-radius: 50%;
    filter: blur(70px);
    top: -50px;
    right: -40px;
}

/* CTA section start */ 

.hire-cta-text2 {
    /* background: #111111; */
    padding: 50px;
    position: relative;
    text-align: center;
    border-radius: 20px;
}

section.hire-cta2 {
    background: #181818a3;
    position: relative;
}

.hire-cta2 .cta1-img {
    position: absolute;
    height: 50%;
    top: -12px;
    left: 0;
}

.hire-cta2 .cta2-img {
    position: absolute;
    height: 42%;
    bottom: 0;
    right: 0;
}

.hire-cta-text2 h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hire-dev-quote h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 22px;
}


/* agicent partner development  */


    .maintenance-section{
      padding:100px 0;
      position:relative;
      overflow:hidden;
    }

    .maintenance-card{
      background:linear-gradient(145deg,#101010,#161616);
      border:1px solid rgba(255,255,255,0.06);
      border-radius:25px;
      padding:35px 30px;
      height:100%;
      position:relative;
      overflow:hidden;
      transition:0.4s ease;
      z-index:2;
    }

    .maintenance-card:hover{
      transform:translateY(-10px);
      border-color:#7d5fff;
      /* box-shadow:0 0 30px rgba(125,95,255,0.25); */
    }

    .maintenance-card::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(120deg, rgba(125,95,255,0.15), transparent);
      opacity:0;
      transition:0.4s;
    }

    .maintenance-card:hover::before{
      opacity:1;
    }

    .icon-box{
      width:70px;
      height:70px;
      border-radius:18px;
      background:linear-gradient(135deg,#7d5fff,#00cfff);
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:25px;
      font-size:28px;
      color:#fff;
      box-shadow:0 10px 25px rgba(125,95,255,0.35);
    }

    .maintenance-card h4{
      font-size:24px;
      font-weight:700;
      margin-bottom:18px;
    }

    .maintenance-card p{
      color:#ffffff;
      line-height:1.8;
      margin-bottom:0;
    }

    .bottom-highlight{
      margin-top:80px;
      padding:40px;
      border-radius:30px;
      background:linear-gradient(135deg,#111,#1d1d1d);
      border:1px solid rgba(255,255,255,0.06);
      text-align:center;
      position:relative;
      z-index:2;
    }

    .bottom-highlight h3{
      font-size:38px;
      font-weight:800;
      margin-bottom:20px;
    }

    .bottom-highlight p{
      color:#c3c3c3;
      max-width:900px;
      margin:auto;
      line-height:1.9;
      font-size:16px;
    }

    .gradient-text{
      background:linear-gradient(to right,#7d5fff,#00cfff);
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }


    .maintenance-process-section{
        padding:100px 0;
        background:#050505;
    }


    .client-testimonial .card{
        background:linear-gradient(135deg,#111,#1d1d1d);
        border:1px solid rgba(255,255,255,0.06);
        border-radius:30px;
        padding:40px;
        position:relative;
    }

    /* CTA section  */

    .discovery-call {
        background: #111113;
        text-align: center;
        color: #fff;
        padding:98px 0;
    }

    .discovery-call .corner-image-right {
        position: absolute;
        bottom: 0;
        right: 0
    }

    .discovery-call .corner-image-left {
        position: absolute;
        top: 0;
        left: 0
    }

    .discovery-call .discovery-content {
        max-width: 747px !important;
        width: 100%;
        font-size: 22px;
        font-weight: 400;
        line-height: 31.79px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

     /* CTA section  */


     /* process section  */

     .food-delivery-process .food-process-content {
        border: 1px solid gray;
        border-radius: 25px;
        padding: 50px;
        margin-top: 35px;
        background: #1b1b1b;
    }
    .food-delivery-process .food-process-content .process-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 46.24px;
        width: fit-content;
        margin-bottom: 45px;
    }
    .food-delivery-process .testimonial-org {
        width: 100%;
        height: 95%;
        background: linear-gradient(45deg, #0d6efd, #6c6eff);
        border-radius: 30px;
        max-width: 1296px;
        position: absolute;
        left: 15px;
        top: 40px;
        z-index: -1;
    }



    .feature-sec .feature-customer {
        box-shadow:0px 0px 16px 0px rgb(51 51 51 / 25%);
        padding: 30px 30px;
        border-radius: 30px;
    }
    .feature-sec .feature-customer .feature-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 52.02px;
        color: #36a4fede;
    }

    .three-matrics-wrapper .matrics-cards-wrapper .advanced-site-heading{
        display: flex;
        gap: 24px;
        max-width: 826px;
        width: 100%;
        align-items: center;
        color: white;
    }
    .three-matrics-wrapper .matrics-cards-wrapper .advanced-site-heading span {
        font-size: 57px;
        font-weight: 600;
        line-height: 92.02px;
        text-align: center;
        color: #0d6efd;
        font-family: "Inter";
    }

    /* cta1 shine side by side  */

    .side-shine-cta{
        background: url("../images/food-delivery-app-development-company/cta.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        background-repeat: no-repeat;
        min-height: 415px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .side-shine-cta .staff-hero-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 800px;
        text-align: center;
    }

    /* CTA section by girl  */

    /* CTA section light background   */

    .light-shine-cta{
         background: url("../images/food-delivery-app-development-company/light-shine-cta.png");
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        background-repeat: no-repeat;
        min-height: 415px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .light-shine-cta .staff-hero-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 800px;
        text-align: center;
    }

    .staff-hero {
        position: relative;
        /* padding: 100px 60px; */
        background: radial-gradient(circle at 20% 50%, #0f2a3a, #000 70%);
        overflow: hidden;
    }

    /* Layout */
    .staff-hero .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }
    .staff-hero-content{
        padding-top: 125px;
    }
    /* Text */
    .staff-hero-content h1 {
        font-size: 40px;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .staff-hero-content h1 span {
        background: linear-gradient(90deg, #00c6ff, #6a5cff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .staff-hero-content p {
        color: #bbb;
        font-size: 18px;
        margin: 20px 0 30px;
    }

    .radius-left-img{
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .radius-right-img{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    /* CTA section by girl  */


    /* CTA section by girl 2 */

    .dev-fits-your-sec {
            padding: 0px 0 100px
    }

    .dev-fits-your-sec .dev-fit-title {
        font-size: 40px;
        font-weight: 600;
        line-height: 57.8px;
        text-align: left;
    }

    .dev-fits-your-sec .dev-fit-wrapper {
        background: rgb(234 235 237 / 21%);
        padding: 0px 40px;
        color: #fff;
    }

    /* Cost & pricing section   */

    .all-modal-section .all-modal-wrapper {
        background: #212121;
        padding: 55px;
        border-radius: 16px;
        margin-top: 65px;
    }
    .all-modal-section .all-modal-wrapper .feature-wrap {
        background: #3d3d3d;
        padding: 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
    }


    .flexible-sec .flex-card {
        /* box-shadow: 0px 0px 9px 0px #ffebdf; */
        background: #232427;
        padding: 10px;
        position: relative;
        margin-bottom: 60px;
        border-radius: 12px;
    }
    .flexible-sec .flex-card .flex-top-img {
        position: absolute;
        top: -29px;
    }
    .flexible-sec .flex-card-header {
        padding: 20px 20px 0;
        font-size: 26px;
        font-weight: 600;
        line-height: 37.57px;
    }
    .flexible-sec .flex-card-body {
        padding: 20px;
        height: 412px;
    }
    .flexible-sec .flex-card .flex-card-footer {
        border-top: 1px solid #ddd;
        padding: 20px;
    }
    .flexible-sec .flex-card .flex-card-footer h4 {
        font-size: 52.74px;
        font-weight: 500;
        color: #3191df;
    }
    .flexible-sec .flex-card .flex-card-footer h4 span {
        font-size: 36.92px;
        font-weight: 400;
        color: #ffffff;
    }


    .food-delivery-sec .dev-fit-wrapper{
        background: linear-gradient(135deg,#111,#1d1d1d);
        padding: 50px;
        border-radius: 20px;
        margin-top: 40px;
    }
     .food-delivery-sec .matrics-cards .card{
        background: rgba(255, 255, 255, 0.08);
        border-radius: 30px;
     }
    .food-delivery-sec .matrics-cards .matrics-cards-content{
        background: #232427;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 30px;
        padding: 35px;
    }