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

section.banner-section {
    height: 520px;
        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 .headban-col {
	align-self: center;
}

section.banner-section .container h1 {
	color:var(--black-color);
      padding-bottom: var(--p20);
}

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

section.banner-section .container p {
	color:var(--black-color);
}

section.banner-section img {
    width: 100%;
    border-radius: 10px;
}

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

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

    .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: 20px;
    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 {
    background: var(--secondary-color);
    border-radius: 50%;
    margin: 0;
    font-size: 22px;
    color: var(--white-color);
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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


/* Key Benefits Section CSS Start */


img.keybnftimg {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
}

ul.keybnftul li {
	font-size:var(--f16);
  line-height:1.7;
}

ul.keybnftul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: var(--secondary-color);
    font-weight: 700;
  margin-right:5px;
}


/* Program */


.service-box.prgrm-bx {
    border-left: 5px solid var(--secondary-color);
}


/* best practice */



ul.bstprctcul li {
	font-size:var(--f16);
  line-height:2;
}

ul.bstprctcul li:before {
    content: "\f178";
    font-family: "Font Awesome 5 Free";
    color: var(--secondary-color);
    font-weight: 700;
  margin-right:7px;
}



/* success factor section start */


section.success-fac {
    position: relative;
    background: var(--lt-bg-color);
}

.scsfc-col {
    border-left: 4px solid green;
    padding: var(--p40);
    border-radius: 15px;
}

.scsfc-col h2 {
    font-weight: 500;
}

section.realest-ref {
    background: var(--lt-bg-color);
}


/*************/


section.realest-ref img {
    width: 100%;
    border-radius: 10px;
}

.realest-col {
    padding-right: 50px;
}


/**************/



    .projects-section h2 {
      font-weight: 700;
      font-size: 28px;
      text-align: center;
      margin-bottom: 40px;
    }

    .project-card {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .project-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .project-card img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      display: block;
    }

    .project-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
      color: #fff;
    }

    .project-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .project-desc {
      font-size: 14px;
      opacity: 0.9;
    }



/***** contact  *****/



    .contact-section {
      background: linear-gradient(135deg, #3b82f6, #9333ea);
      color: #fff;
      padding: 80px 0;
    }

    .contact-title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
          color: white;
    }

    .contact-description {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 30px;
          color: white;
    }

    .contact-info {
      font-size: 15px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
    }

    .contact-info i {
      font-size: 18px;
      margin-right: 12px;
      color: #d1d5db;
    }

    .contact-form {
      background-color: #fff;
      border-radius: 12px;
      padding: 30px;
      color: #000;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .form-control, .form-select {
      border-radius: 8px;
      margin-bottom: 15px;
      font-size: 14px;
      padding: 12px 16px;
      box-shadow: none;
      border: 1px solid #e5e7eb;
    }

    .btn-submit {
      background-color: var(--btn-color);
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 10px 25px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
    }

    .btn-submit:hover {
      background-color: var(--btn-color);
      color: #fff;
    }











