* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
	  
    }

    

    /* main card container - two column layout */
    

    .two-columns {
      display: flex;
      flex-wrap: wrap;
    }

    /* LEFT SIDE - Benefits & FAQ style (F&Q vibe) */
    .left-benefits {
      flex: 1.1;
      background: #ffffff;
      padding: 2.5rem 2rem 2.8rem 2rem;
      border-right: 1px solid #eef2f8;
    }

    .badge {
      display: inline-block;
      background: #f2e9ff;
      color: #5e2eff;
      font-weight: 600;
      font-size: 0.8rem;
      padding: 0.3rem 0.9rem;
      border-radius: 40px;
      margin-bottom: 1.2rem;
      letter-spacing: 0.3px;
    }

    h1 {
      font-size: 2rem;
      font-weight: 700;
      color: #0a1c3a;
      margin-bottom: 1.8rem;
      line-height: 1.25;
    }

    .faculty-section {
      margin-bottom: 2rem;
    }

    .faculty-title {
      font-size: 1.4rem;
      font-weight: 700;
      color: #0e2a47;
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .faculty-title span {
      background: #ffeed9;
      padding: 4px 10px;
      border-radius: 100px;
      font-size: 0.75rem;
      font-weight: 600;
      color: #c25b00;
    }

    .faculty-desc {
      color: #4a5b6e;
      font-weight: 500;
      margin-bottom: 1.4rem;
      font-size: 1rem;
      line-height: 1.4;
    }

    /* features list */
    .feature-list {
      list-style: none;
      margin: 1.5rem 0 1.8rem 0;
    }

    .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 1rem;
      font-weight: 500;
      color: #1f2f46;
      font-size: 1rem;
    }

    .feature-list li::before {
      content: "✓";
      background: #eef2ff;
      color: #2b5fef;
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      border-radius: 30px;
      font-size: 0.85rem;
      flex-shrink: 0;
      margin-top: -1px;
    }

    /* F&Q style section - exactly "F&Q" vibe */
    .faq-section {
      margin-top: 2rem;
      padding-top: 1rem;
      border-top: 2px dashed #e6edf4;
    }

    .faq-title {
      font-weight: 700;
      font-size: 1.3rem;
      color: #0c2948;
      margin-bottom: 1.2rem;
      letter-spacing: -0.2px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .faq-item {
      margin-bottom: 1.1rem;
    }

    .faq-question {
      font-weight: 700;
      color: #1f3b5c;
      font-size: 0.98rem;
      margin-bottom: 0.25rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .faq-question::before {
      content: "❓";
      font-size: 0.85rem;
    }

    .faq-answer {
      color: #5a6e85;
      font-size: 0.9rem;
      line-height: 1.4;
      padding-left: 1.6rem;
    }

    /* support & career highlights */
    .support-row {
      display: flex;
      gap: 1.2rem;
      margin: 1.5rem 0 1rem;
      flex-wrap: wrap;
    }

    .support-chip {
      background: #f8fafd;
      border-radius: 60px;
      padding: 0.5rem 1.2rem;
      font-weight: 500;
      font-size: 0.85rem;
      color: #1e3a5f;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1px solid #e2eaf1;
    }

    /* RIGHT SIDE - Form */
    .right-form {
      flex: 1;
      background: #d0cce9;
      padding: 2.5rem 2rem;
      box-shadow: -4px 0 12px rgba(0, 0, 0, 0.02);
    }

    .form-header h3 {
      font-size: 1.7rem;
      font-weight: 700;
      color: #0b2b44;
      margin-bottom: 0.5rem;
    }

    .form-header p {
      color: #5c6f87;
      font-size: 0.9rem;
      margin-bottom: 1.8rem;
      border-left: 3px solid #2b5fef;
      padding-left: 12px;
    }

    .form-group {
      margin-bottom: 1.25rem;
    }

    label {
      display: block;
      font-weight: 600;
      font-size: 0.85rem;
      color: #1f3a57;
      margin-bottom: 0.4rem;
    }

    input, select {
      width: 100%;
      padding: 0.9rem 1rem;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      font-size: 0.95rem;
      font-family: 'Inter', sans-serif;
      background: #fff;
      transition: 0.2s;
      outline: none;
      color: #1e2f41;
    }

    input:focus, select:focus {
      border-color: #2b5fef;
      box-shadow: 0 0 0 3px rgba(43, 95, 239, 0.15);
    }

    .checkbox-group {
      margin: 1.2rem 0 1.5rem;
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .checkbox-group input {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      flex-shrink: 0;
      accent-color: #2b5fef;
    }

    .checkbox-group label {
      font-weight: 400;
      font-size: 0.78rem;
      color: #4f5e72;
      line-height: 1.4;
    }

    .checkbox-group a {
      color: #2b5fef;
      text-decoration: none;
      font-weight: 500;
    }

    button {
      background: #2b5fef;
      width: 100%;
      border: none;
      padding: 1rem;
      border-radius: 40px;
      font-weight: 700;
      font-size: 1rem;
      color: white;
      font-family: 'Inter', sans-serif;
      cursor: pointer;
      transition: 0.2s;
      box-shadow: 0 6px 14px rgba(43, 95, 239, 0.25);
      margin-top: 0.25rem;
    }

    button:hover {
      background: #1a4bcf;
      transform: translateY(-2px);
    }

    .error-msg {
      color: #e03a3a;
      font-size: 0.7rem;
      margin-top: 5px;
      display: block;
      font-weight: 500;
    }

    .success-toast {
      background: #1f8a4c;
      color: white;
      text-align: center;
      padding: 10px;
      border-radius: 60px;
      font-size: 0.85rem;
      margin-top: 1rem;
      font-weight: 500;
      display: none;
    }

    hr {
      margin: 0.8rem 0;
      border-color: #ecf3f9;
    }

    @media (max-width: 850px) {
      .two-columns {
        flex-direction: column;
      }
      .left-benefits {
        border-right: 0;
        border-bottom: 1px solid #eef2f8;
      }
      body {
        padding: 1rem;
      }
      h1 {
        font-size: 1.7rem;
      }
    }
	
	
    
    .about-us {
      padding: 60px 20px;
      background: #ffffff;
    }

    
    .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -12px;
      justify-content: center;
    }

    .col-lg-3 {
      width: 25%;
      padding: 0 12px;
      margin-bottom: 28px;
    }

    .col-lg-12 {
      width: 100%;
      padding: 0 12px;
    }

    /* Centered corporate-icon card */
    .corporate-icon {
      background: #fff;
      border-radius: 28px;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04), 0 0 0 1px #f0ede5;
      transition: all 0.2s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1.8rem 1rem !important;
    }

    .corporate-icon:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.12);
    }

    /* Centered image container */
    .about-image {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 12px;
    }

    .image-wrapper {
      position: relative;
      width: 90px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }

    .about-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f4ecd8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
    }

    .about-bg i {
      font-size: 44px;
      color: #d4af6a;
      opacity: 0.7;
    }

    .about-image img {
      position: relative;
      z-index: 2;
      width: 68px;
      height: 68px;
      object-fit: contain;
      display: block;
      margin: 0 auto;
    }

    h5 {
      font-size: 1rem;
      font-weight: 600;
      color: #3a2c1f;
      margin: 16px 0 0 0;
      text-align: center;
      letter-spacing: -0.2px;
    }

    .info h4 {
      font-size: 28px;
      font-weight: 700;
      color: #2e241a;
      margin-bottom: 20px;
      text-align: center;
      letter-spacing: -0.3px;
      width: 100%;
    }

    .info {
      text-align: center;
      margin-bottom: 32px;
    }

    .corporate-sec {
      text-align: center;
      margin-top: 20px;
      padding: 20px 0 10px;
    }

    .corporate-sec h3 {
      font-size: 1.35rem;
      font-weight: 500;
      color: #1f4f3a;
      text-align: center;
    }

    .corporate-sec a {
      color: #c47b2e;
      text-decoration: none;
      font-weight: 700;
      border-bottom: 2px solid #f2d9b3;
      transition: 0.2s;
    }

    .corporate-sec a:hover {
      color: #9b5e1f;
      border-bottom-color: #c47b2e;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .col-lg-3 {
        width: 33.333%;
      }
      .info h4 {
        font-size: 26px;
      }
    }

    @media (max-width: 768px) {
      .col-lg-3 {
        width: 50%;
      }
      .container {
        padding: 0 16px;
      }
      .about-us {
        padding: 40px 0;
      }
      .corporate-icon {
        padding: 1.5rem 0.8rem;
      }
      .image-wrapper {
        width: 80px;
        height: 80px;
      }
      .about-image img {
        width: 60px;
        height: 60px;
      }
      h5 {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .col-lg-3 {
        width: 100%;
      }
      .info h4 {
        font-size: 22px;
      }
    }

    .pt-space {
      padding-top: 3rem;
    }
    .pb-space {
      padding-bottom: 3rem;
    }
    .mb-4 {
      margin-bottom: 1rem;
    }
    .my-3 {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .text-center {
      text-align: center;
    }
    .p-3 {
      padding: 1rem;
    }
    img.img-fluid {
      max-width: 100%;
      height: auto;
    }
	
	

        /* how are we different section */
        .different-section {
            margin-bottom: 48px;
        }

        .different-title {
            font-size: 2rem;
            font-weight: 700;
            color: #1a2c3e;
            letter-spacing: -0.3px;
            margin-bottom: 20px;
			margin-top: 60px;
            border-left: 6px solid #f5a623;
            padding-left: 20px;
            line-height: 1.2;
        }

        .different-text {
            color: #2c3e50;
            font-size: 1rem;
            line-height: 1.5;
            margin-bottom: 28px;
            font-weight: 400;
        }

        .different-text strong {
            color: #f5a623;
            font-weight: 700;
        }

        .success-mantra {
            background: #fef7e8;
            padding: 18px 24px;
            border-radius: 60px;
            display: inline-block;
            font-weight: 700;
            font-size: 1.2rem;
            color: #c47d2e;
            margin-top: 8px;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }

        .success-mantra span {
            background: white;
            padding: 6px 18px;
            border-radius: 40px;
            margin-left: 12px;
            font-weight: 800;
            color: #f5a623;
            font-size: 1.2rem;
        }

        /* cards grid layout - perfectly responsive */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 32px;
            margin-top: 20px;
        }

        /* each feature card styling */
        .feature-card {
            background: #ffffff;
            border-radius: 28px;
            padding: 28px 24px 32px 28px;
            transition: all 0.2s ease;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04), 0 0 0 1px #f0f2f5;
        }

        .feature-card:hover {
            box-shadow: 0 20px 28px -12px rgba(0, 0, 0, 0.08), 0 0 0 1px #e9ecef;
            transform: translateY(-3px);
        }

        .card-title {
            font-size: 1.55rem;
            font-weight: 700;
            color: #1f2f3e;
            margin-bottom: 16px;
            letter-spacing: -0.2px;
            border-left: 4px solid #f5a623;
            padding-left: 18px;
        }

        .card-description {
            color: #3a546d;
            font-size: 0.96rem;
            line-height: 1.5;
            margin-bottom: 18px;
            font-weight: 400;
        }

        .highlight-text {
            font-weight: 500;
            color: #2c3e50;
        }

        /* special styling for "IMPROVEMENT PLANS" that appears twice, match original */
        .improvement-note {
            margin-top: 12px;
            font-size: 0.92rem;
            color: #2c6b2f;
            background: #eaf7ea;
            padding: 12px 16px;
            border-radius: 20px;
            display: inline-block;
            width: auto;
        }

        /* to keep visual identical, any extra badge */
        .badge-free {
            background: #fef2e0;
            color: #d68b2c;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 40px;
            display: inline-block;
            margin-top: 12px;
        }

        /* Adaptive tests extra line */
        .auto-pilot {
            font-style: normal;
            background: #f8fafc;
            padding: 10px 12px;
            border-radius: 20px;
            margin-top: 14px;
            font-size: 0.88rem;
            color: #2c3e50;
            border-left: 2px solid #f5a623;
        }

        /* responsive: mobile version -> all cards stack down, padding adjusts */
        @media (max-width: 780px) {
            body {
                padding: 16px 12px 40px 12px;
            }
            .container {
                padding: 28px 20px 32px 20px;
                border-radius: 28px;
            }
            .different-title {
                font-size: 1.65rem;
                padding-left: 16px;
            }
            .features-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .feature-card {
                padding: 24px 20px 28px 22px;
            }
            .card-title {
                font-size: 1.4rem;
                padding-left: 14px;
            }
            .success-mantra {
                font-size: 1rem;
                padding: 12px 18px;
            }
            .success-mantra span {
                font-size: 1rem;
                padding: 4px 14px;
                margin-left: 8px;
            }
        }

        /* small device fine-tune */
        @media (max-width: 480px) {
            .container {
                padding: 22px 16px 28px 16px;
            }
            .card-title {
                font-size: 1.3rem;
            }
            .different-text {
                font-size: 0.95rem;
            }
        }

        /* keep the bottom spacing consistent and no overflow */
        hr {
            display: none;
        }

        .extra-space {
            margin-top: 6px;
        }

        .inline-icon-em {
            font-weight: 600;
        }

        /* ensuring color palette matches image: warm orange accent, soft gray-blues */
        .feature-card:nth-child(1) .card-title,
        .feature-card:nth-child(2) .card-title,
        .feature-card:nth-child(3) .card-title,
        .feature-card:nth-child(4) .card-title,
        .feature-card:nth-child(5) .card-title {
            border-left-color: #f5a623;
        }

        