.font-size-18{
    font-size: 18px;
    font-weight: 300;
}
.font-size-24 {
    font-weight: 600;
    font-size: 24px;
}
.font-size-36{
    font-size:36px;
    font-weight: 600;
}
.font-size-22{
    font-size: 22px;
    font-weight: 600;
}
.font-size-48{
    font-size:48px;
    font-weight: 500;
}
.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%
    );
}


/* table section  */

.table>:not(caption)>*>*{
    color: white;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ffffff;
}


/* advantages of laravel development services section */

.adv-card {
    background: hsla(0, 0%, 100%, .05);
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    border: 1px solid hsla(0, 0%, 100%, .08);
}
.adv-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, #ffbb00, #ff6a00);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .4s;
}
.adv-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgb(63 63 63 / 25%);
}
.adv-card .adv-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px 0 #3d3d3d;
    transition: all .3s ease;
}
.ht-card{
    min-height:429px;
    height: 100%;
}
.partner-wrapper-sec .react-lborder {
    border-left: 1px solid #fff;
    margin-bottom: 30px;
}
.partner-wrapper-sec .stat-number {
    font-size: 32px;
    font-weight: 600;
    line-height: 46.24px;
    text-align: left;
    color: #7d5fff;
}

/* what actually sets us apart section  */
.database-storage-sec .client-side-techno{
    background: linear-gradient(180deg, #222326, #060606);
    color: #fff;
    border-radius: 12px;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
}

.discovery-call{
    background:#151614;
    text-align:center;
    color:#fff;
    padding:80px;
}
.discovery-call .corner-image-left{
    position:absolute;
    top:0;
    left:0
}
.discovery-call .corner-image-right{
    position:absolute;
    bottom:0;
    right: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;
}

.matrics-cards-wrapper .card{
    background: linear-gradient(182deg, #353535, #07070775);
    border: 0;
    border-radius: 20px; 
    transition:
        background 0.5s ease,
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border 0.5s ease;
}
.matrics-cards-wrapper .card:hover{
    background: linear-gradient(182deg, #0d6efd, #650dbf75);
    border: 0;
    border-radius: 20px;
    transform: translateY(-6px);
}
.matrics-cards-wrapper .matrics-cards-content{
    background: #252525;
    border: 0px solid;
    padding: 20px;
    border-radius: 20px;
    margin: 4px;
}


/* cta section  */


.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;
}


/* 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;
}

.industry-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* industries section  */

 .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: 290px;
    }
    .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: #ffffff;
    }
    .flexible-sec .flex-card .flex-card-footer h4 span {
        font-size: 36.92px;
        font-weight: 400;
        color: #ffffff;
    }

    /* tools & technologies section */

    .scalable-architecture .tools-title .languages .tools-techno{
        padding: 10px 28px !important;
    }
    .bg-backgroungorg {
        background: #3d3d3d;
        font-weight: 400;
        font-size: 20.11px;
        line-height: 52.16px;
        vertical-align: middle;
        border-radius: 4px;
        color: #fff;
    }

    .bg-backgroungblack {
        background: #232323;
        font-weight: 400;
        font-size: 20.11px;
        line-height: 52.16px;
        vertical-align: middle;
        border-radius: 4px;
        color: #fff;
    }

      /* 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: 1090px;
        text-align: center;
    }