@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

 * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Montserrat', sans-serif;
      scroll-behavior: smooth;
    }


    /* Section Base */
    .section {
      max-width: 1650px;
      margin: 0 auto;
      padding: 6rem 2rem;
      opacity: 0;
      transform: translateY(60px);
      transition: all 1s ease;
    }

    .section.visible {
      opacity: 1;
      transform: translateY(0);
    }

    h2 {
      text-align: center;
      color: #000038;
      font-size: 2.4rem;
      margin-bottom: 2rem;
    }

    .two-col {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .two-col > div {
      flex: 1 1 50%;
    }

    .section img {
      width: 100%;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .quote {
      background: #f0f2f5;
      padding: 1.5rem;
      border-left: 4px solid #000038;
      font-style: italic;
      max-width: 50%;
      margin: 1.5rem auto;
    }

    /*-------------------vison mission*--------------*/
    .section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 2.2rem;
    color: #000038;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    }

    .section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 120px;
    background-color: #000038;
    left: 50%;
    transform: translateX(-50%);
    }

    .heading-icon {
    width: 30px;
    height: 30px;
    }
    .fancy-card {
    background: #ffffff;
    padding: 2rem;
     border: 1px solid #e0e0e0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .fancy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    }

    .card-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    }

    .card-header img {
    width: 50px;
    height: 50px;
    }

    .card-header h3 {
    font-size: 1.4rem;
    color: #000038;
    margin: 0;
    }

    .purpose-slogan {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 3rem;
    color: #000038;
    }
    .card-textp{
        line-height: 1.8;
    }
    .value-card p{
        line-height: 1.8;
        text-align: left;
    }

    /* Grid Cards */
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 2rem;
    }

    .card {
      background: #fff;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    /* Parallax Section */
    .parallax-section {
      height: 70vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      position: relative;
      text-align: center;
    }

    .parallax-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 56, 0.5);
    }

    .parallax-text {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 2rem;
      opacity: 0;
      transform: translateY(30px);
      transition: all 1s ease-out;
    }

    .parallax-text.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /*-----------------------GLOBAL------------------*/
        .enhanced-parallax-text {
      background-color: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(6px);
      padding: 2rem;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    .text-container {
      background-color: rgba(0, 0, 56, 0.65);
      padding: 2rem;
      box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }

    .parallax-heading {
      font-size: 2.2rem;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      margin-bottom: 1rem;
      position: relative;
    }

    .parallax-heading::after {
      content: '';
      width: 100px;
      height: 3px;
      background: white;
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
    }

    .parallax-subtext {
      color: #f5f5f5;
      font-size: 1.1rem;
      line-height: 1.6;
      margin-top: 1rem;
    }

    .parallax-section .heading-icon {
      width: 30px;
      height: 30px;
      filter: brightness(200%);
    }
    .button{
        padding: 10px 20px;
        margin-top: 1rem;
    }
    .button a{
        background-color: #f2f4ff;
        padding: 10px 20px;
        color: #000038;
        text-decoration: none;
        
    }
    .button a:hover{
        background-color: rgb(46, 99, 139);
        padding: 10px 20px;
        color: #ffffff;
    }
    .logo-icon {
      font-size: 2rem;
      color: #000038;
      padding: 0.6rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }

    /*----------------*/
    .fancy-card {
      background: linear-gradient(to bottom right, #ffffff, #f9f9fc);
      padding: 2rem;
      border: 1px solid #d6d6e0;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .fancy-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
      background: linear-gradient(to bottom right, #fdfdfd, #f2f4ff);
    }

    .card-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.2rem;
    }

    .card-header h3 {
      font-size: 1.4rem;
      color: #000038;
      margin: 0;
    }

    .logo-icon {
      width: 50px;
      height: 50px;
      background-color: #fff;
      padding: 8px;
      border: 1px solid #e0e0e0;
      object-fit: contain;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .fancy-card:hover .logo-icon {
      transform: rotate(6deg) scale(1.05);
    }

    /*----------------------LEGACY------------------*/
    .enhanced-parallax-text {
      background-color: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(6px);
      padding: 2rem;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    .text-container {
      background-color: rgba(0, 0, 56, 0.65);
      padding: 2rem;
      box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }

    .parallax-heading {
      font-size: 2.2rem;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      margin-bottom: 1rem;
      position: relative;
    }

    .parallax-heading::after {
      content: '';
      width: 100px;
      height: 3px;
      background: white;
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
    }

    .parallax-subtext {
      color: #f5f5f5;
      font-size: 1.1rem;
      line-height: 1.6;
      margin-top: 1rem;
    }

    .parallax-section .heading-icon {
      width: 30px;
      height: 30px;
      filter: brightness(200%);
    }
    /*------------------*/
    .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 columns */
      gap: 2rem;
      margin-top: 2rem;
    }
    .value-card {
      background: linear-gradient(to bottom right, #ffffff, #f8faff);
      border: 1px solid #e1e1e1;
      padding: 2rem 1.5rem;
      text-align: center;
      box-shadow: 0 8px 24px rgba(0,0,0,0.04);
      transition: all 0.3s ease;
    }

    .value-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    }

    .value-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 1rem;
    }

    .value-card strong {
      display: block;
      color: #000038;
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
      text-align: left;
    }
    /*------------------values-------------*/
    .value-icon {
        font-size: 2rem;
        color: #000038;
        margin-bottom: 1rem;
        padding: 0.7rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
        transition: transform 0.3s ease;
    }

    .value-card:hover .value-icon {
        transform: scale(1.1);
    }

    /*------------------------*/
    @media (max-width: 992px) {
      .values-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
      }
    }

    @media (max-width: 600px) {
      .values-grid {
        grid-template-columns: 1fr; /* 1 column on mobile */
      }
      .quote{
        max-width: 100%;
      }
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .hero h1 { font-size: 2rem; }
      .two-col { flex-direction: column; }
    }