

 /* NAVBAR */

.pa-nav{
  margin:0 auto;
  padding:0 4%;

  height:70px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  background:#fff;

  border-bottom:1px solid #e2eaec;

  box-sizing:border-box;
}


/* LOGO */

.pa-logo{
  display:flex;
  align-items:center;
  gap:8px;

  text-decoration:none;
  color:#29434d;
}

.pa-logo img {
  width: 100px;
    height: 60px;
        margin-bottom: 10px;
}


/* LINKS */

.pa-links{
  display:flex;
  gap:23px;
}

.pa-links a{
  color:#65777e;
  text-decoration:none;
  font-size:20px;
  transition:.3s;
}

.pa-links a:hover{
  color:#274082;
}


/* NAV CTA */

.pa-nav-cta{
  width: 13%;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 8px 7px 12px;
    border-radius: 20px;
    background: #274082;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bolder;
}

.pa-nav-cta span{
    width: 23px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #E5E7EB;
    color: #26383d;
}


/* MOBILE BUTTON */

.pa-menu{
  display:none;
  border:0;
  background:none;
  color:#315d6b;
  font-size:20px;
}

 .about-section-title {
                width: 100%;
    text-align: center;
    /* padding-bottom: 34px; */
    position: relative;
        }

        .about-section-title h2 {
            font-size: 30px;
            font-weight: 700;
            position: relative;
                margin-bottom: 20px;
                color: #274082;
        }

        .about-section-title h2:before,
        .about-section-title h2:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #6B7280;
            display: inline-block;
        }

        .about-section-title h2:before {
            margin: 0 15px 10px 0;
        }

        .about-section-title h2:after {
            margin: 0 0 10px 15px;
        }

        .about-section-title p {
            margin-bottom: 30px;
            font-size: 14px;
        }

        /* ABOUT */

.about-pa {
    padding: 110px 7%;
    background: #f4f6f8;
    font-family: "Poppins", sans-serif;
    color: #18243a;
    overflow: hidden;
}

.about-container {
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: start; /* center ki jagah start */
}

.about-intro,
.about-pathway {
    margin-top: 0;
}


/* LEFT */

.about-heading-image {
    width: 100%;
    max-width: 600px;
    margin: 0 0 28px;
}

.about-heading-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 600px) {

    .about-heading-image {
        max-width: 420px;
    }

}

.about-label,
.services-intro span,
.journey-title span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #274082;
    margin-bottom: 18px;
}

.about-intro h2 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    margin: 0 0 28px;
    font-weight: 700;
    letter-spacing: -2px;
}

.about-intro h2 span {
    display: block;
    color: #274082;
}

.about-lead {
    max-width: 600px;
    color: #687386;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 35px;
}


/* HIGHLIGHT */

.about-highlight {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 25px;
    background: #fff;
    border-left: 4px solid #274082;
    box-shadow: 0 15px 40px rgba(28, 43, 68, .07);
	text-align:left;
}

.quote-icon {
    font-size: 55px;
    line-height: .7;
    color: #274082;
    font-family: Georgia, serif;
}

.about-highlight strong {
    display: block;
    font-size: 17px;
    line-height: 1.5;
}

.about-highlight p {
    margin: 7px 0 0;
    color: #7a8494;
    font-size: 14px;
}


/* PATHWAY */

.about-pathway {
    position: relative;
    padding: 42px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 25px 60px rgba(27, 43, 70, .09);
}

.pathway-heading span {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #374151;
}

.pathway-heading h3 {
    margin: 10px 0 35px;
    font-size: 32px;
    line-height: 1.2;
}

.pathway-heading em {
    color: #274082;
    font-style: normal;
}

.pathway-line {
    position: absolute;
    left: 67px;
    top: 145px;
    bottom: 48px;
    width: 1px;
    background: #dce1e8;
}

.path-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 27px;
}

/*.step-number {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #274082;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}*/

.path-step h4 {
	color:#274082;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: bold;
}

.path-step p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}


/* SERVICES */

.about-services {
    max-width: 1250px;
    margin: 100px auto 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    border-top: 1px solid #dce1e8;
    border-left: 1px solid #dce1e8;
}



/* JOURNEY */

.about-journey {
    max-width: 1250px;
    margin: 65px auto 0;
    padding: 35px 40px;
    background: #274082;
    color: #fff;
}

.journey-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.journey-title span {
    color: #cbd4e8;
    margin: 0;
    white-space: nowrap;
}

.journey-title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.journey-title b {
    margin: 0 10px;
    font-weight: 400;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .about-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-services {
        grid-template-columns: 1fr 1fr;
    }

    .journey-title {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (max-width: 600px) {

    .about-pa {
        padding: 70px 20px;
    }

    .about-intro h2 {
        font-size: 43px;
    }

    .about-pathway {
        padding: 30px 22px;
    }

    .pathway-line {
        left: 47px;
    }

    .about-services {
        grid-template-columns: 1fr;
    }

    .about-journey {
        padding: 28px 22px;
    }

    .journey-title h3 {
        font-size: 15px;
        line-height: 1.8;
    }

}