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


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


/* Button */
.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 30px;
    background: linear-gradient(90deg, #00c6ff, #6a5cff);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 20px rgba(0, 198, 255, 0.5);
    transition: 0.3s;
}

.hero-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 35px rgba(0, 198, 255, 0.8);
}

/* Image */
.hero-image img {
    max-width: 100%;
    filter: drop-shadow(0 0 40px rgba(0, 200, 255, 0.3));
}

/* Background glow effect */
.staff-hero::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.2), transparent);
    filter: blur(80px);
}

/* =========================
   CTA SECTION
========================= */

.market-cta {
    position: relative;
    overflow: hidden;

    padding: 100px 20px;
    border-radius: 20px;

    background: #020817;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Content */
.market-cta .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.cta-title {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;

    margin-bottom: 20px;
}

.cta-title span {
    color: #ffffff;
}

/* Paragraph */
.cta-para {
    color: rgba(255,255,255,0.75);

    max-width: 600px;
    margin: 0 auto 35px;

    font-size: 15px;
    line-height: 1.7;
}

/* Button */
.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 32px;

    border-radius: 50px;

    background: #ffffff;
    color: #000000;

    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-3px);

    background: #00c6ff;
    color: #ffffff;

    box-shadow: 0 0 25px rgba(0,198,255,0.5);
}

/* =========================
   GLOW EFFECTS
========================= */

.glow {
    position: absolute;
    top: 45%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: radial-gradient(
        circle,
        rgba(0, 140, 255, 0.45) 0%,
        rgba(0, 140, 255, 0.12) 35%,
        rgba(0, 140, 255, 0.02) 60%,
        transparent 75%
    );

    filter: blur(55px);
    z-index: 1;
    animation: pulseGlow 6s ease-in-out infinite;
}

/* Left glow */
.glow-left {
    left: -180px;
}

/* Right glow */
.glow-right {
    right: -180px;
}

/* Center dark circle effect */
.market-cta::before {
    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(2,8,23,1) 35%,
        rgba(2,8,23,0.95) 55%,
        rgba(2,8,23,0.2) 100%
    );

    z-index: 1;
}

/* Animation */
@keyframes pulseGlow {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-50%) scale(1.08);
        opacity: 1;
    }

    100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
    }
}




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

    .maintenance-section::before{
      content:"";
      position:absolute;
      width:500px;
      height:500px;
      background:radial-gradient(circle, rgba(139,69,255,0.25) 0%, transparent 70%);
      top:-150px;
      left:-150px;
      z-index:0;
    }

    .maintenance-section::after{
      content:"";
      position:absolute;
      width:500px;
      height:500px;
      background:radial-gradient(circle, rgba(0,212,255,0.18) 0%, transparent 70%);
      bottom:-180px;
      right:-150px;
      z-index:0;
    }

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

.section-title span{
    color:#8f7cff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    font-weight:700;
}

.section-title h2{
    font-size:52px;
    font-weight:800;
    margin-top:15px;
    margin-bottom:20px;
    line-height:1.2;
}

.section-title p{
    color:#bcbcbc;
    max-width:850px;
    margin:auto;
    line-height:1.8;
}

.process-card{
    margin-top:80px;
    background:linear-gradient(145deg,#101010,#181818);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:30px;
    padding:45px;
    overflow:hidden;
    position:relative;
    transition:0.4s ease;
}

.process-card:hover{
    transform:translateY(-8px);
    border-color:#7b61ff;
    box-shadow:0 0 35px rgba(123,97,255,0.18);
}

.process-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
}

.process-image img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:0.5s ease;
}

.process-card:hover .process-image img{
    transform:scale(1.05);
}

.step-number{
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(135deg,#7b61ff,#00d4ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(123,97,255,0.35);
}

.web-process-content h3{
    font-size:34px;
    font-weight:800;
    margin-bottom:25px;
    line-height:1.4;
}

.web-process-content p{
    color:#c6c6c6;
    line-height:1.9;
    margin-bottom:18px;
}

@media(max-width:991px){

    .section-title h2{
        font-size:38px;
    }

    .process-card{
        padding:25px;
    }

    .web-process-content h3{
        font-size:28px;
    }

    .process-image img{
        height:300px;
    }

}

.team-roles-section{
    padding:120px 0;
    position:relative;
    overflow:hidden;
    background:#050505;
}

/* Background Glow */

.team-roles-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(124,92,255,0.15), transparent);
    top:-200px;
    left:-150px;
}

.team-roles-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(0,212,255,0.12), transparent);
    bottom:-200px;
    right:-150px;
}

.roles-heading{
    margin-bottom:90px;
    position:relative;
    z-index:2;
}

/* Timeline */

.timeline-wrapper{
    position:relative;
    z-index:2;
}

.timeline-wrapper::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:3px;
    height:100%;
    background:linear-gradient(to bottom,#7c5cff,#00d4ff);
}

/* Cards */

.role-card{
    width:46%;
    position:relative;
    /* margin-bottom:70px; */
    padding:35px;
    border-radius:30px;
    background:rgba(18,18,18,0.9);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    transition:0.4s ease;
}

.role-card:hover{
    transform:translateY(-10px);
    border-color:#7c5cff;
    box-shadow:0 0 40px rgba(124,92,255,0.18);
}

/* Left Right */

.left-card{
    margin-right:auto;
}

.right-card{
    margin-left:auto;
}

/* Connector */

.role-card::before{
    content:"";
    position:absolute;
    top:45px;
    left: 107%;
    width:22px;
    height:22px;
    border-radius:50%;
    background:linear-gradient(135deg,#7c5cff,#00d4ff);
    box-shadow:0 0 20px rgba(124,92,255,0.8);
}

.left-card::before{
    right:-57px;
}

.right-card::before{
    left:-63px;
}

/* Icon */

.role-icon{
    width:85px;
    height:85px;
    border-radius:24px;
    background:linear-gradient(135deg,#7c5cff,#00d4ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
    box-shadow:0 15px 30px rgba(124,92,255,0.3);
}

/* Content */

.role-content h3{
    font-size:30px;
    font-weight:800;
    margin-bottom:22px;
    line-height:1.4;
}

.role-content ul{
    padding-left:20px;
    margin:0;
}

.role-content ul li{
    color:#c8c8c8;
    margin-bottom:16px;
    line-height:1.8;
    font-size:16px;
}

.mistakes-section{
    padding:120px 0;
    position:relative;
    overflow:hidden;
    background:#040404;
}

/* Background Glow */

.mistakes-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(255,0,93,0.12), transparent);
    top:-200px;
    left:-150px;
}

.mistakes-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle, rgba(0,212,255,0.12), transparent);
    bottom:-200px;
    right:-150px;
}

/* Heading */

.mistake-heading{
    margin-bottom:80px;
    position:relative;
    z-index:2;
}

.mistake-heading span{
    color:#ff4b91;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    font-weight:700;
}

.mistake-heading p{
    color:#c2c2c2;
    max-width:850px;
    margin:auto;
    margin-top:25px;
    line-height:1.8;
}

/* Cards */

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

.mistake-card:hover{
    transform:translateY(-10px);
    border-color:#00d4ff;
    /* box-shadow:0 0 35px rgba(255,75,145,0.2); */
}

.mistake-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;
    /* opacity:0.4; */
}

/* Icon */

.mistake-icon{
    width:85px;
    height:85px;
    border-radius:24px;
    background:linear-gradient(135deg,#7c5cff,#00d4ff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:30px;
    box-shadow:0 15px 30px rgba(255,75,145,0.3);
}

/* Content */

.mistake-content h3{
    font-size:30px;
    font-weight:800;
    margin-bottom:25px;
    line-height:1.4;
}

.mistake-box{
    padding:20px;
    border-radius:20px;
    background:#121212;
    border:1px solid rgba(255,255,255,0.06);
    margin-bottom:18px;
}

.mistake-box h5{
    color:#ff4b91;
    font-size:18px;
    margin-bottom:12px;
    font-weight:700;
}

.mistake-box p{
    color:#c9c9c9;
    line-height:1.8;
    margin:0;
}

.wide-card{
    display:flex;
    align-items:flex-start;
    gap:30px;
}

/* Animation */

.mistake-card{
    /* opacity:0; */
    transform:translateY(20px);
    transition:all 0.8s ease;
}

.mistake-card.show{
    opacity:1;
    transform:translateY(0);
}

/* pricing section  */

.new-rate .pricingTable {
    color: #555;
    text-align: center;
    border-radius: 20px;
    border:1px solid black;
}
.new-rate .pricingTable .pricingTable-header {
    color: #fff;
    padding: 15px 15px 15px;
    margin: 0 0 10px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    border-radius: 20px 20px 0 0;
}
.new-rate .card-one {
    background: linear-gradient(#fc9211, #f26304);
}
.new-rate .pricingTable .title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-align: start;
}
.new-rate .pricingTable .price-value .amount {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    text-align: start;
}
.new-rate .pricingTable .price-value .duration {
    font-size: 19px;
    font-weight: 200;
    letter-spacing: .5px;
    display: block;
    text-align: start;
}
.new-rate .card-one {
    background: linear-gradient(#fc9211, #f26304);
}
.new-rate .pricingTable .pricingTable-signup {
    padding: 15px 10px 15px;
    border-radius: 0 0 20px 20px;
}
.new-rate .card-two {
    background: linear-gradient(#589EFF, #5965FF);
}
.new-rate .card-two {
    background: linear-gradient(#589EFF, #5965FF);
}
.new-rate .card-three {
    background: linear-gradient(#30E2C0, #37958E);
}
.new-rate .card-three {
    background: linear-gradient(#30E2C0, #37958E);
}


.vision-os-sec .visionos-content .vision-title{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 38px;
    color: #ffffff;
    position: relative;
}

.vision-os-sec .visionos-content .vision-title::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0%;
    transform: translateX(-0%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #00ffff, #ff0080);
    border-radius: 2px; 
}

/* vision os service section  */


.our-ai-sec {
    margin-top:100px
}

.our-ai-sec .our-ai-wrapper {
    border-radius: 25px
}

.our-ai-sec .our-ai-wrapper .our-ai-development {
    margin-bottom: 80px;
    text-align: center
}

.our-ai-sec .our-ai-wrapper .mvp-strategy {
    /* border: 1px solid rgba(255, 255, 255, 0.3607843137); */
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px
}

.our-ai-sec .key-features .mvp-strategy {
    /* border: 1px solid rgba(255, 255, 255, 0.3607843137); */
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px
}

.our-ai-sec .key-features .mvp-strategy .key-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #797979 0%, #2a1d30 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px
}

/* case study section  */

.vision-left-img{
    border-radius: 20px!important;
}



.our-process-sec {
    padding-top: 90px
}

.three-matrics-wrapper .matrics-cards {
    background: #ffffff00;
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 12px;
}
.services-sec{
    margin: 100px 0;
}
.services-sec .our-services-box {
    min-height:180px;
}


.augmentation-section {
    position: relative;
    /* background: #050816; */
    overflow: hidden;
    z-index: 1;
}
/* CARD */
.augmentation-card {
    position: relative;
    background:#242424;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 35px;
    overflow: hidden;
    transition: 0.4s ease;
    backdrop-filter: blur(12px);
}

.augmentation-card:hover {
    transform: translateY(-6px);
    border-color: rgb(239 224 255 / 20%);
    box-shadow: 0 0 35px rgba(0,198,255,0.12);
}

/* TOP GLOW */
.augmentation-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgb(239 224 255 / 20%), transparent 70%);
}

/* ICON */
.card-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #00c6ff, #6a5cff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 0 25px rgba(0,198,255,0.3);
}

.card-icon i {
    font-size: 30px;
    color: #fff;
}

/* CARD TITLE */
.augmentation-card h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.4;
}

/* CONTENT BOX */
.content-box {
    position: relative;
    padding-left: 22px;
    margin-bottom: 28px;
    border-left: 2px solid rgba(0,198,255,0.3);
}

.content-box::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccf5ff;
    box-shadow: 0 0 12px #ccf5ff;
}

.content-box p {
    color: #c8d0e0;
    line-height: 1.9;
    margin: 0;
}

/* GLOW OBJECTS */
.circle-obj {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
}

.circle-obj.one {
    width: 280px;
    height: 280px;
    background: rgba(0,198,255,0.12);
    top: 0;
    left: -100px;
}

.circle-obj.two {
    width: 250px;
    height: 250px;
    background: rgba(106,92,255,0.15);
    bottom: 0;
    right: -100px;
}

.mvp-development-sec .mvp-strategy {
    border: 1px solid rgba(255, 255, 255, 0.3607843137);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    transform: translateY(-6px);
    border-color: rgb(239 224 255 / 20%);
    overflow: hidden;
    background: #242424;

}
.mvp-development-sec .mvp-strategy::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgb(239 224 255 / 20%), transparent 70%);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:1199px){
    .banner-content h1{
        font-size: 40px;
    }
    .staff-hero-content{
        padding-top: 72px;
   }
   .staff-hero-content h1{
        font-size: 30px;
    }
    .role-card{
        margin-bottom:40px;
    }
}




@media (max-width: 991px) {
    .role-card::before{
        display: none;
    }

    .section-title h2 {
        font-size: 34px;
    }

    .augmentation-card {
        padding: 28px;
    }

    .augmentation-card h3 {
        font-size: 24px;
    }
       .staff-hero .container {
        flex-direction: column;
        text-align: center;
    }

    .cta-title {
        font-size: 42px;
    }

    .glow {
        width: 350px;
        height: 350px;
    }

    .market-cta::before {
        width: 500px;
        height: 500px;
    }
      .timeline-wrapper::before{
        left:20px;
    }

    .role-card{
        width:100%;
        margin-left:40px !important;
    }

    .left-card::before,
    .right-card::before{
        left:-52px;
    }

    .mistake-content h3{
        font-size:25px;
    }

    .wide-card{
        flex-direction:column;
    }


}

@media (max-width: 767px) {
    .cta-title {
        font-size: 25px;
    }
    .mistake-heading h2{
        font-size:32px;
    }

    .mistake-card{
        padding:25px;
    }
    .section-title h2 {
        font-size: 28px;
    }

    .content-box h5 {
        font-size: 18px;
    }

    .content-box p {
        font-size: 14px;
    }
       .banner-sec .banner-data {
        padding: 25px 15px;
    }
    .vision-os-sec .visionos-content .vision-title {
        font-size: 28px;
    }
    .our-ai-sec {
        margin-top: 50px
    }
    .our-ai-sec .our-ai-wrapper .our-ai-development {
        margin-bottom: 50px;
    }
    .font-size-44 {
        font-size:28px;
    }
    .font-size-48 {
        font-size: 25px;
        margin-top: 20px;
    }
    .section-title h2{
       font-size:36px;
    }

    .bottom-highlight h3{
       font-size:28px;
    }

    .maintenance-card{
       padding:30px 25px;
    }
        .role-card{
        padding:25px;
    }

    .role-content h3{
        font-size:24px;
    }

    .roles-heading h2{
        font-size:32px;
    }
    .banner-content h1 {
        font-size: 29px;
    }
    .font-size-36 {
        font-size: 22px;
    }
        .web-process-content h3 {
        font-size: 22px;
    }
    .step-number {
        width: 70px;
        height: 70px;
        font-size: 22px;
    }
}

@media (max-width: 576px) {

    .market-cta {
        padding: 80px 20px;
    }

    .cta-title {
        font-size: 34px;
    }

    .cta-para {
        font-size: 14px;
    }

    .glow {
        width: 250px;
        height: 250px;
    }
    .banner-content p{
       font-size: 16px;
    }
    .font-size-44 {
        font-size: 22px;
    }
    .font-size-24 {
        font-size: 20px;
    }
    .font-size-48 {
        font-size: 22px;
    }
}

