section.banner-section .container {
    flex-direction: column;
}

section.banner-section {
    height: 450px;
    background: #edf4ff;
    position: relative;
}
section.banner-section .banner-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(245 241 241 / 50%), rgb(255 255 255 / 50%));
}
section.banner-section .container h1 {
	color:var(--black-color);
}

section.banner-section .container h2 {
	color:var(--secondary-color);
      font-size: 3.2em;
}

section.banner-section .container p {
	color:var(--black-color);
  text-align:center;
      width: 90%;
    font-size: 18px;
}

a.hdtpbtn.main-btn.active {
    border-radius: 5px;
    margin-right: 20px;
}

a.hdbtn {
    font-size: 16px;
    font-weight: 300;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background-color: var(--white-color);
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 16px 35px;
}


a.hdbtn:hover {
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
}

.stats {
      text-align: center;
    }

    .stats h2 {
      font-size: 2rem;
      font-weight: 700;
      color: var(--secondary-color);
    }

    .stats h4 {
      font-size: 1rem;
      color: var(--black-color);
      margin-top: 5px;
          font-weight: 500;
    }

    .section-title {
      text-align: center;
      font-weight: 700;
    }

    .subtext {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 1rem;
      color: #6c757d;
    }

    .service-box,
    .why-box,
    .tech-box {
      background-color: #ffffff;
      border-radius: 16px;
      padding: var(--p30) var(--p25);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      text-align: left;
      height: 100%;
      transition: transform 0.3s ease;
    }

    .service-box:hover,
    .why-box:hover,
    .tech-box:hover {
      transform: translateY(-4px);
    }

    .service-box h5,
    .why-box h5,
    .tech-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    }

    .service-box p,
    .why-box p,
    .tech-box p {
      font-size: 0.95rem;
      color: #4b5664;
    }

    section.why-sec {
      background: var(--lt-bg-color);
    }

    .why-section .why-box {
      background: transparent;
      box-shadow: none;
      border: 1px solid rgba(255, 255, 255, 0.2);
      text-align: center;
    }

    .process-step {
      text-align: center;
      padding: var(--p20) var(--p10);
    }

    .process-step div {
          font-size: 24px;
    font-weight: bold;
    color: var(--white-color);
    background: var(--btn-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    }

    .process-step h5 {
      font-size: 1rem;
      font-weight: 600;
      margin: 10px 0;
    }

    .process-step p {
      font-size: 0.9rem;
      color: #6c757d;
    }

    .cta-section {
      text-align: center;
      background-color: #ffffff;
    }

    .cta-section h3 {
      font-weight: 700;
      margin-bottom: 10px;
    }

    .cta-section p {
      font-size: 1rem;
      color: #6c757d;
      margin-bottom: 25px;
    }

    .btn-primary {
      background-color: #2c48dd;
      border: none;
      padding: var(--p12) var(--p28);
      font-weight: 600;
      font-size: 1rem;
    }

    .btn-outline-secondary {
      padding: var(--p12) var(--p28);
      font-weight: 600;
      font-size: 1rem;
      border-color: #dee2e6;
    }






/*Cta form css*/
section.cta-form {
    background: var(--secondary-color);
    padding-left: 0px;
    padding-right: 0px;
}
section.cta-form h3{
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
section.cta-form input{
    width: 100%;
    background: transparent;
    border: 1px solid #bbb;
    padding: var(--p5) var(--p14);
    font-size: 16px;
    color: #bbb;
    min-height: 40px;
    border-radius: 10px;
    line-height: 35px;
}
section.cta-form input::placeholder{
    color: #bbb;
}
section.cta-form form{
    display: flex;
    gap: 0 60px;
}
section.cta-form .form-field, section.cta-form .form-btn{
    min-width: 21%;
}
section.cta-form .form-btn button{
    background: #fff;
    border: 0px solid;
    padding: var(--p13) var(--p15);
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--secondary-color);
}



section.cms-sec {
    background: var(--lt-bg-color);
}

.service-box p.srvc-i {
    padding: var(--p15) var(--p22);
    background: var(--lt-bg-color);
    border-radius: 5px;
  display: inline-block;
    margin: 0;
}

.service-box p.srvc-i i {
    font-size: 22px;
    color: var(--btn-color);
}

.service-box h5 {
    padding-top: var(--p30);
}

p.allp {
    font-size: 18px;
    margin: auto;
    width: 50%;
    line-height: 1.5;
    text-align: center;
      padding-bottom: var(--p30);
}

.why-img {
    display: inline-block;
    padding: 18px;
    background: #1a75ba33;
    border-radius: 50%;
    margin-bottom: 25px;
}

.tech-box {
    text-align: center;
}

.why-img.tchclr1 {
    background: #dcfce7;
}

.why-img.tchclr2 {
    background: #f3e8ff;
}

.why-img.tchclr3 {
    background: #ffedd5;
}

.why-img.tchclr4 {
    background: #dbeafe;
}

button.cta-btn {
    font-size: 16px;
    font-weight: 300;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 11px 35px;
      margin-right: 10px;
}


