p.font_st1{
color: #484848;
line-height: 27px;
text-align: justify;
font-size: 15px;
}

.card {
transition: 0.3s ease;
}
.card:hover {
transform: translateY(-6px);
}

.section-padding { padding: 80px 0; }
.feature-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: none; 
border-bottom: 4px solid #1a685b;
border-radius: 15px 0 15px 0px;
border-left: 4px solid #1a685b;
}
.feature-card:hover {
transform: translateY(-10px);     
box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
}
.icon-box {
width: 60px;  
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background-color: #e7f1ff;
color: #1a685b;
font-size: 24px;
margin-bottom: 20px;
}
.verification-item { border-left: 3px solid #1a685b; }


.icon-box {
width: 52px;
height: 52px;
border-radius: 14px;
background: rgba(255,255,255,0.15);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.6rem;
}

/*.bg-primary {
background: linear-gradient(135deg, #0d6efd, #084298);
}*/
p.txt1{
line-height: 27px;
}










/* Impactful Typography */
    .display-impressive {
        font-size: calc(1.5rem + 2.5vw);
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -2px;
        color: #0b2154;
    }
    
    .text-gradient {
        background: linear-gradient(90deg, #0d6efd, #00d4ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* Reality Check Section */
    .reality-box {
        border-left: 5px solid #0d6efd;
        padding-left: 2rem;
        margin: 3rem 0;
    }

    /* Verification Grid Tiles */
    .verify-tile {
        background: #ffffff;
        border: 1px solid #eef2f6;
        border-radius: 20px;
        padding: 1.5rem;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        height: 100%;
    }

    .verify-tile:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        border-color: #0d6efd;
    }

    .tile-number {
        font-size: 0.85rem;
        font-weight: 700;
        color: #0d6efd;
        background: #e7f1ff;
        padding: 4px 12px;
        border-radius: 50px;
        margin-bottom: 1rem;
        display: inline-block;
    }

    .bg-soft-primary { background-color: #f8fbff; }




   
/* Section background */
.bg-soft-primary {
  background: linear-gradient(180deg, #f8faff, #ffffff);
}

/* Headline */
.display-impressive {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
}

/* Reality text box */
.reality-box {
  background: #ffffff;
  border-left: 5px solid #0d6efd;
  padding: 24px 26px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  color: #101428;
}

/* Top icon cards */
.bg-white.rounded-4.shadow-sm {
  border: 1px solid #e6e9ef;
  transition: all 0.35s ease;
}

.bg-white.rounded-4.shadow-sm:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(13,110,253,0.2);
  border-color: #0d6efd;
}

/* Verify boxes */
.verify-box {
  opacity: 0;
  transform: translateX(-40px);
  animation: slideInRight 0.8s ease forwards;
}

/* Stagger effect */
.col-md-4:nth-child(2) .verify-box { animation-delay: 0.1s; }
.col-md-4:nth-child(3) .verify-box { animation-delay: 0.2s; }
.col-md-4:nth-child(4) .verify-box { animation-delay: 0.3s; }
.col-md-4:nth-child(5) .verify-box { animation-delay: 0.4s; }
.col-md-4:nth-child(6) .verify-box { animation-delay: 0.5s; }

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*.verify-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 55px rgba(13,110,253,0.25);
  border-color: #0d6efd;
}*/

/* Big faded numbers */
.box-number {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  color: #0d6efd;
  opacity: 0.18;
}

/* Text inside verify box */
.verify-box p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: #495057;
}

.verify-box strong {
  color: #212529;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .display-impressive {
    font-size: 2rem;
  }
}
.verify-box {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #3333330d;
}


/*---------section css start-----------*/


.process-card {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: 0.35s ease;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(13,110,253,0.25);
  border-color: #0d6efd;
}

.process-icon {
  width: 56px;
  height: 56px;
  background: rgba(13,110,253,0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #0d6efd;
  margin-bottom: 16px;
}

.process-card h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

.process-card ul {
  padding-left: 18px;
  font-size: 0.9rem;
  color: #495057;
}

.tech-box {
  background: linear-gradient(135deg, #0d6efd, #084298);
  color: #fff;
  border-radius: 18px;
  padding: 32px;
}

.tech-box ul {
  padding-left: 18px;
}

.result-box {
  background: #f8faff;
  border-left: 5px solid #0d6efd;
  padding: 18px 22px;
  border-radius: 12px;
}












.tech-card {
  background: #ffffff;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  padding: 28px 26px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(13,110,253,0.25);
  border-color: #0d6efd;
}

.tech-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(13,110,253,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 14px;
}

.tech-card h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.tech-card p {
  font-size: 0.9rem;
  color: #495057;
  margin-bottom: 0;
}



.why-matters-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 38px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.1);
  border: 1px solid #e6e9ef;
}

.why-list {
  list-style: none;
  padding-left: 0;
}

.why-list li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 12px;
}

.why-list i {
  color: #0d6efd;
  font-size: 1.1rem;
  margin-right: 10px;
}

.result-highlight {
  background: linear-gradient(135deg, #0d6efd, #084298);
  color: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
}

.result-label {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75rem;
  opacity: 0.85;
}






.decision-box {
  background: #ffffff;
  border-left: 6px solid #0d6efd;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.list-check li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: bold;
}

.verify-list li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #101428;
}

.info-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  font-weight: 600;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.final-box {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  color: #101428;
}



h1#animated-text {
    text-align: center;
    margin: 30px 0;
}







.strength-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 1px solid #eef1f5;
  transition: all 0.3s ease;
}

.strength-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.12);
}

.strength-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(13,110,253,0.1);
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.strength-card ul {
  padding-left: 18px;
}

.strength-card ul li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #101428;
}
.process-card ul li{
  color: #101428;
}
.execution-highlight {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 30px 35px;
  border-left: 6px solid #0d6efd;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.1);
  color: #101428;
}

p.txt11::first-letter {
  font-size: 200%;
  font-weight: bold;
  color: #ffac00;
}
/*--------section css ends------------*/


.color_txt{color: #101428;}