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

  height:62px;

  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:14px;
  transition:.3s;
}

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


/* NAV CTA */

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

.pa-nav-cta span{
     width: 23px;
    height: 25px;

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

  border-radius:50%;

  background:#e1c64c;
  color:#26383d;
}


/* MOBILE BUTTON */

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


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




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

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

        /*.section-title p {
            margin-bottom: 30px;
        }*/


        /* =====================================================
   PAR ACADEMIA — COMMON TYPOGRAPHY & COLORS
===================================================== */

        .pa-assessment,
        .pa-education,
        .pa-india-abroad {
            font-family: Arial, sans-serif;
            margin: 0 !important;
        }

        .pa-assessment {
            background: #fff;
            color: #304957;
        }

        .pa-education {
            background: #f2f7f9;
            color: #304957;
        }

        .pa-india-abroad {
            background: #fff;
            color: #304957;
        }


        /* =====================================================
   SECTION 5
===================================================== */

        .pa-assessment {
            padding: 150px 6% 70px;
        }

        .pa-assessment-wrap {
            max-width: 1200px;
            margin: 0 auto;
        }


        /* HEADER */

        .pa-assessment-head {
               width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 41px;
    /* margin-bottom: 30px; */
        }

        .pa-eyebrow {
            display: block;
            color: #2d79a3;
            font-size: 11px;
            letter-spacing: 1.5px;
            font-weight: 700;
			text-align: center;
        }

        .pa-assessment-head h2 {
            margin: 8px 0 0;
            max-width: 700px;

            color: #304957;
            font-size: 40px;
            line-height: 1.15;
            font-weight: 500;
        }

        /* .pa-assessment-head h2 strong {
            display: block;
            color: #2d79a3;
            font-weight: 700;
        } */

        .pa-assessment-head>p {
            max-width: 360px;
            margin: 0;

            color: #657982;
            font-size: 13px;
            line-height: 1.7;
        }


        /* INTRO */

        .pa-assessment-intro {
            display: flex;
            align-items: center;
            gap: 22px;

            margin-bottom: 22px;
            padding: 15px 20px;

            background: #e4e7eb;
            border-left: 4px solid #274082;
            border-radius: 8px;
			text-align: left;
        }

        .pa-assessment-intro span {
            color: #274082;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 900;
            white-space: nowrap;
        }

        .pa-assessment-intro p {
            margin: 0;
            color: #374151;
            font-size: 14px;
        }


        /* CARDS */

        .pa-assessment-grid {
            display: grid;
            grid-template-columns: 1fr 1.15fr 1fr;
            gap: 18px;
        }

        .pa-assessment-card {
    position: relative;
    min-height: 280px;
    padding: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4e7eb;
    border-radius: 15px;
    transition: .3s;
    overflow: hidden;
}

/* Card 1 */
.card-one {
    background-image: url('../../assets/img/profile.jpeg');
}

/* Card 2 */
.card-two {
    background-image: url('../../assets/img/parents.jpeg');
}


/* Light overlay */
.pa-assessment-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    z-index: 0;
}

/* Text/content above overlay */
.pa-assessment-card > * {
    position: relative;
    z-index: 1;
}

        .pa-assessment-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(45, 90, 110, .10);
        }

        .pa-assessment-card.active {
    position: relative;
    background-image: url('../../assets/img/pathway.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-color: #e4e7eb;
    overflow: hidden;
}

.pa-assessment-card.active::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    z-index: 0;
}

.pa-assessment-card.active > * {
    position: relative;
    z-index: 1;
}

        .pa-card-icon {
            width: 40px;
            height: 40px;

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

            margin-bottom: 17px;

           /* border-radius: 9px;
            background: #e4e7eb;*/

            color: #274082;
            font-size: 11px;
            font-weight: 700;
        }

        .pa-assessment-card>span {
            color: #274082;
            font-size: 24px;
            font-weight: 900;
        }

        .pa-assessment-card h3 {
            margin: 7px 0 15px;

            color: #374151;
            font-size: 21px;
            font-weight: 700;
            line-height: 1.25;
        }


        /* LIST */

        .pa-assessment-card ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .pa-assessment-card li {
            position: relative;

            padding: 5px 0 5px 17px;

            color: #374151;
            font-size: 15px;
            font-weight: 800;
            line-height: 1.45;
        }

        .pa-assessment-card li::before {
            content: "";

            position: absolute;
            left: 0;
            top: 11px;

            width: 6px;
            height: 6px;

            border-radius: 50%;
            background: #374151;
        }


        /* CAREER TAGS */

        .pa-tag-list {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
        }

        .pa-tag-list b {
            padding: 7px 9px;

            border: 1px solid #d0e3ea;
            border-radius: 6px;

            background: #fff;

            color: #374151;

            font-size: 14px;
            font-weight: 600;
        }


        /* OUTCOME */

        .pa-assessment-outcome {
            display: flex;
            align-items: center;
            gap: 30px;

            margin-top: 20px;
            padding: 21px 25px;

            background: #f1f3f6;
            border: 1px solid #e4e7eb;
            border-radius: 15px;
        }

        .pa-outcome-title {
            min-width: 210px;
        }

        .pa-outcome-title span {
            color: #374151;
            font-size: 12px;
            letter-spacing: 1.2px;
            font-weight: 700;
        }

        .pa-outcome-title h3 {
            margin: 6px 0 0;

            color: #374151;
            font-size: 20px;
            line-height: 1.25;
        }

        .pa-outcome-title strong {
            color: #274082;
        }

        .pa-outcome-flow {
            flex: 1;

            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .pa-outcome-flow div {
            text-align: center;
        }

        .pa-outcome-flow b {
            display: block;
            color: #274082;
            font-size: 12px;
        }

        .pa-outcome-flow b  img{
           width: 33%;
        }

        .pa-outcome-flow span {
            display: block;
            margin-top: 4px;

            color: #374151;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.35;
        }

        .pa-outcome-flow i {
            color: #274082;
            font-size: 16px;
            font-style: normal;
        }


        /* CTA */

        .pa-assessment-cta {
            display: flex;
            justify-content: space-between;
            align-items: center;

            margin-top: 17px;
            padding: 20px 25px;

            border-radius: 14px;

            background: #274082;
            color: #f1f3f6;
			text-align: left;
        }

        .pa-assessment-cta small {
            font-size: 9px;
            letter-spacing: 1.2px;
            opacity: .8;
        }

        .pa-assessment-cta h3 {
            margin: 5px 0 0;

            font-size: 20px;
            font-weight: 500;
        }

        .pa-assessment-cta a {
            display: flex;
            align-items: center;
            gap: 9px;

            padding: 10px 11px 10px 16px;

            border-radius: 25px;

            background: #f1f3f6;
            color: #274082;

            text-decoration: none;

            font-size: 13px;
            font-weight: 700;
        }

        .pa-assessment-cta a span {
            width: 24px;
            height: 24px;

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

            border-radius: 50%;
            background: #e6f1f5;
        }


        /* =====================================================
   SECTION 6
===================================================== */

        .pa-education {
            padding: 70px 6%;
        }

        .pa-education-wrap {
            max-width: 1200px;
            margin: 0 auto;
        }

        .pa-education-head {
            display: flex;
            justify-content: space-between;
            align-items: end;

            gap: 50px;
            /* margin-bottom: 30px; */
        }

        .pa-education-head>div>span {
            color: #2d79a3;
            font-size: 11px;
            letter-spacing: 1.5px;
            font-weight: 700;
        }

        .pa-education-head h2 {
            margin: 8px 0 0;

            color: #304957;
            font-size: 40px;
            line-height: 1.15;
            font-weight: 500;
        }

        .pa-education-head h2 strong {
            color: #2d79a3;
            font-weight: 700;
        }

        .pa-education-head>p {
            max-width: 370px;
            margin: 0;

            color: #667c85;
            font-size: 13px;
            line-height: 1.7;
        }


        /* GRID */

        .pa-education-grid {
            display: grid;
            grid-template-columns: .85fr 1.15fr;
            gap: 18px;
        }


        /* QUESTIONS */

        .pa-plan-card {
            padding: 26px;
			text-align: left;
            background: #fff;
            border: 1px solid #d8e5ea;
            border-radius: 16px;
        }

        .pa-plan-number {
            width: 40px;
            height: 40px;

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

            margin-bottom: 16px;

            border-radius: 9px;
            background: #e4e7eb;

            color: #274082;
            font-size: 10px;
            font-weight: 700;
        }

        .pa-plan-card small {
            color: #374151;
            font-size: 12px;
            letter-spacing: 1.3px;
        }

        .pa-plan-card h3 {
            margin: 6px 0 15px;

            color: #274082;
            font-size: 24px;
        }


        /* PLAN LIST */

        .pa-plan-list>div {
            display: flex;
            gap: 12px;

            padding: 9px 0;

            border-bottom: 1px solid #e9eff1;
        }

        .pa-plan-list b {
            min-width: 23px;
            color: #274082;
            font-size: 16px;
        }

        .pa-plan-list span {
            color: #374151;
            font-size: 16px;
            line-height: 1.45;
        }


        /* GRAPHIC */

        .pa-plan-graphic {
            position: relative;
            overflow: hidden;

            padding: 30px;

            border-radius: 16px;

            background: #e4e7eb;
            border: 1px solid #c6dfe9;
			text-align: left;
        }

        .pa-plan-graphic>span {
            color: #274082;
            font-size: 12px;
            letter-spacing: 1.4px;
            font-weight: 700;
        }

        .pa-plan-graphic h3 {
            margin: 7px 0 28px;

            color: #374151;
               font-size: 21px;
    font-weight: 600;
            line-height: 1.2;
        }

        .pa-plan-graphic h3 strong {
            color: #274082;
        }


        /* FLOW */

        .pa-plan-flow {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
        }

        .pa-plan-flow>div {
            min-width: 70px;
            text-align: center;
        }

        .pa-plan-flow b {
            width: 45px;
            height: 45px;

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

            margin: auto;

            border-radius: 50%;

            background: #fff;
            border: 1px solid #374151;

            color: #274082;
            font-size: 11px;
        }

        .pa-plan-flow strong {
            display: block;
            margin-top: 8px;

            color: #274082;
            font-size: 14px;
        }

        .pa-plan-flow small {
            display: block;
            margin-top: 3px;

            color: #374151;
            font-size: 14px;
        }

        .pa-plan-flow i {
            color: #274082;
            font-size: 17px;
            font-style: normal;
        }


        /* NOTE */

        .pa-plan-note {
            display: flex;
            align-items: center;
            gap: 10px;

            margin-top: 27px;
            padding: 12px 14px;

            background: #fff;
            border-radius: 8px;
        }

        .pa-plan-note span {
            width: 25px;
            height: 25px;

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

            flex: none;

            border-radius: 50%;
            background: #f1f3f6;

            color: #374151;
            font-size: 10px;
        }

        .pa-plan-note p {
            margin: 0;

            color: #374151;
            font-size: 14px;
            line-height: 1.5;
        }


        /* BOTTOM */

        .pa-plan-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;

            margin-top: 17px;
            padding: 20px 25px;

            background: #fff;
            border: 1px solid #d8e5ea;
            border-radius: 14px;
			text-align: left;
        }

        .pa-plan-bottom small {
            color: #374151;
            font-size: 12px;
            letter-spacing: 1.4px;
        }

        .pa-plan-bottom h3 {
            margin: 5px 0 0;

            color: #274082;
            font-size: 20px;
        }

        .pa-plan-tags {
            display: flex;
            gap: 7px;
        }

        .pa-plan-tags span {
            padding: 7px 10px;

            background: #e4e7eb;
            border-radius: 6px;

            color: #374151;
            font-size: 16px;
        }


        /* =====================================================
   SECTION 7
===================================================== */

        .pa-india-abroad {
            padding: 70px 6%;
        }

        .pa-india-wrap {
            max-width: 1200px;
            margin: 0 auto;
        }

        .pa-india-head {
            display: flex;
            justify-content: space-between;
            align-items: end;

            gap: 50px;
            margin-bottom: 30px;
        }

        .pa-india-head>div>span {
            color: #2d79a3;
            font-size: 11px;
            letter-spacing: 1.5px;
            font-weight: 700;
        }

        .pa-india-head h2 {
            margin: 8px 0 0;

            color: #304957;
            font-size: 40px;
            line-height: 1.15;
            font-weight: 500;
        }

        .pa-india-head h2 strong {
            color: #2d79a3;
            font-weight: 700;
        }

        .pa-india-head>p {
            max-width: 380px;
            margin: 0;

            color: #667c85;
            font-size: 13px;
            line-height: 1.7;
        }


        /* GRID */

        .pa-india-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px;
        }


        /* =========================================
   VISUAL
========================================= */

.pa-choice-visual {
    min-height: 430px;
    display: grid;
    grid-template-columns: 1fr 55px 1fr;
    gap: 0;
    padding: 12px;
    border-radius: 23px;
    background: #e4e7eb;
    border: 1px solid #dcd1df;
}

.pa-choice-image {
    position: relative;
    min-height: 405px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

/* Dummy visual backgrounds */

.image-one {
    background:
        /* linear-gradient(
            to top,
            rgba(44,39,51,.7),
            rgba(44,39,51,.05)
        ), */
        url("../../assets/img/inertanional.jpeg");
         background-size: cover;
    background-position: 65% center;
}

.image-two {
    background:
        /* linear-gradient(
            to top,
            rgba(44,39,51,.7),
            rgba(44,39,51,.05)
        ), */
        url("../../assets/img/abroad.jpeg");
         background-size: cover;
    background-position: 65% center;
}

.pa-image-label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #fff;
}

.pa-image-label small {
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    opacity: .8;
}

.pa-image-label b {
    display: block;
    margin-top: 4px;
    font-size: 16px;
}


/* VS */

.pa-choice-vs {
    position: relative;
    z-index: 5;
    width: 42px;
    height: 42px;
    margin: auto 6px;
    border-radius: 50%;
    background: #274082;
    color: #f1f3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
    box-shadow: 0 7px 20px rgba(71,57,78,.2);
}


        /* CONTENT */

        .pa-india-content {
            padding: 30px;

            background: #f1f3f6;

            border: 1px solid #d8e5ea;
            border-radius: 17px;
			text-align: left;
        }

        .pa-india-content>span {
            color: #274082;

            font-size: 12px;
            letter-spacing: 1.4px;
            font-weight: 700;
        }

        .pa-india-content h3 {
            margin: 8px 0 12px;

            color: #374151;

            font-size: 27px;
            line-height: 1.25;
            font-weight: 500;
        }

        .pa-india-content h3 strong {
            color: #274082;
        }

        .pa-india-content>p {
            margin: 0 0 20px;

            color: #374151;

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


        /* FACTORS */

        .pa-india-factors {
            display: grid;
            grid-template-columns: 1fr 1fr;

            border-top: 1px solid #dfe9ec;
        }

        .pa-india-factors>div {
            display: flex;
            align-items: center;
            gap: 10px;

            padding: 10px 5px;

            border-bottom: 1px solid #dfe9ec;
        }

        .pa-india-factors>div:nth-child(odd) {
            border-right: 1px solid #dfe9ec;
            padding-right: 12px;
        }

        .pa-india-factors b {
            width: 27px;
            height: 27px;

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

            flex: none;

            border-radius: 7px;

            background: #e4e7eb;
            color: #374151;

            font-size: 12px;
        }

        .pa-india-factors span {
            color: #374151;
            font-size: 16px;
        }


        /* STATEMENT */

        .pa-india-statement {
            display: flex;
            align-items: center;
            gap: 20px;

            margin-top: 17px;
            padding: 22px 27px;

            border-radius: 14px;

            background: #274082;
            color: #fff;
        }

        .pa-india-statement>span {
            color: #f1f3f6;

            font-family: Arial, sans-serif;
            font-size: 55px;
            line-height: .5;
        }

        .pa-india-statement p {
            margin: 0;
            color: #e4e7eb;
            font-size: 20px;
            line-height: 1.4;
        }

        .pa-india-statement strong {
            color: #f1f3f6;
        }


        /* =====================================================
   RESPONSIVE
===================================================== */

        @media(max-width:950px) {

            .pa-assessment-head,
            .pa-education-head,
            .pa-india-head {
                display: block;
            }

            .pa-assessment-head>p,
            .pa-education-head>p,
            .pa-india-head>p {
                margin-top: 15px;
            }

            .pa-assessment-grid {
                grid-template-columns: 1fr;
            }

            .pa-education-grid,
            .pa-india-grid {
                grid-template-columns: 1fr;
            }

            .pa-assessment-outcome {
                display: block;
            }

            .pa-outcome-flow {
                margin-top: 20px;
            }
        }


        @media(max-width:700px) {

            .pa-assessment,
            .pa-education,
            .pa-india-abroad {
                padding: 120px 6% 70px;
            }

            .pa-assessment-head h2,
            .pa-education-head h2,
            .pa-india-head h2 {
                font-size: 32px;
            }

            .pa-assessment-intro {
                display: block;
            }

            .pa-assessment-intro p {
                margin-top: 7px;
            }

            .pa-assessment-cta,
            .pa-plan-bottom {
                display: block;
            }

            .pa-assessment-cta a {
                width: max-content;
                margin-top: 15px;
            }

            .pa-outcome-flow {
                flex-wrap: wrap;
                justify-content:center;
                gap: 15px;
            }

            .pa-outcome-flow i {
                display: none;
            }

            .pa-plan-flow {
                flex-wrap: wrap;
                justify-content: center;
                gap: 18px;
            }

            .pa-plan-flow i {
                display: none;
            }

            .pa-india-visual {
                min-height: 300px;
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .pa-india-image {
                min-height: 160px;
            }

            .pa-india-center {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .pa-india-factors {
                grid-template-columns: 1fr;
            }

            .pa-india-factors>div:nth-child(odd) {
                border-right: 0;
            }
        }


        @media(max-width:480px) {

            .pa-assessment-head h2,
            .pa-education-head h2,
            .pa-india-head h2 {
                font-size: 29px;
            }

            .pa-assessment-card {
                min-height: auto;
            }

            .pa-assessment-cta h3 {
                font-size: 17px;
            }

            .pa-india-statement p {
                font-size: 14px;
            }
			.pa-assessment-outcome {
            text-align: center;
			}
			.pa-plan-tags span {
            padding: 7px 5px;
            background: #e4e7eb;
            border-radius: 6px;
            color: #374151;
            font-size: 14px;
        }

        /*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: #e4e7eb;
  font-size: 14px;
  /*padding-bottom: 50px;*/
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 70px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #374151;
}

.footer h4 {
    color: #274082;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
    color: #374151;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  display: inline-block;
  line-height: 1;
}

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

.footer .footer-contact p {
    color: #374151;
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .country {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #CBD2D9;
}
.footer .country p {
  margin-bottom: 0;
}
.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}
.d-flex {
    display: flex !important;
    justify-content: flex-start;
}
/*.b-flex {
    display: flex !important;
    justify-content: flex-end;
}*/