.elementor-20 .elementor-element.elementor-element-85c1995{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-710d6a9{width:100%;max-width:100%;background-color:#EEF6F8;}.elementor-20 .elementor-element.elementor-element-dcb47be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-cfb8a6d{width:100%;max-width:100%;background-color:#FFFFFF;}.elementor-20 .elementor-element.elementor-element-8316eb7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-6559f21{width:100%;max-width:100%;}.elementor-20 .elementor-element.elementor-element-718e7b6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-16d008a{width:100%;max-width:100%;}.elementor-20 .elementor-element.elementor-element-0757d29{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-92ec47e{width:100%;max-width:100%;}.elementor-20 .elementor-element.elementor-element-44e3b6c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-b019e66{width:100%;max-width:100%;}.elementor-20 .elementor-element.elementor-element-de2f592{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-ab43d0c{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-710d6a9 */<style>
  .solution-section {
    padding: 110px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9ef 100%);
    font-family: 'Poppins', system-ui, sans-serif;
  }

  .container {
    max-width: 1280px;
    margin: 0 auto;
  }

  .header {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 70px;
  }

  .badge {
    display: inline-block;
    background: brown;
    color: white;
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.15);
  }

  .main-title {
    font-size: clamp(34px, 4.8vw, 44px);
    line-height: 1.22;
    font-weight: 800;
    color: #111;
    margin-bottom: 24px;
  }

  .highlight {
    color: brown;
    position: relative;
  }

  .highlight::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 9px;
    background: ;
    border-radius: 4px;
    opacity: 0.75;
  }

  .subtitle {
    font-size: 20px;
    color: #666;
    line-height: 1.85;
    max-width: 820px;
    margin: 0 auto;
  }

  /* Benefits Grid */
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
  }

  .benefit-card {
    background: #fff;
    padding: 42px 34px;
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
    border: 1px solid #f5e9c8;
    transition: all 0.4s ease;
  }

  .benefit-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 35px 85px rgba(212, 175, 55, 0.16);
    border-color: #d4af37;
  }

  .icon-wrapper {
    font-size: 52px;
    margin-bottom: 24px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .card-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .card-desc {
    font-size: 16.3px;
    color: #666;
    line-height: 1.82;
  }

  /* Process Section */
  .process-section {
    background: #fff;
    padding: 42px 40px;
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.06);
    border: 1px solid #f5e9c8;
  }

  .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    text-align: center;
  }

  .process-step {
    position: relative;
  }

  .process-step:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -15px;
    top: 28px;
    font-size: 28px;
    color: #d4af37;
    opacity: 0.4;
  }

  @media (max-width: 768px) {
    .process-step:not(:last-child)::after {
      display: none;
    }
  }

  .step-number {
    font-size: 42px;
    font-weight: 800;
    color: brown;
    margin-bottom: 12px;
    line-height: 1;
  }

  .step-text {
    font-size: 17px;
    color: #444;
    font-weight: 500;
  }

  /* Responsive */
  @media (max-width: 640px) {
    .solution-section {
      padding: 85px 15px;
    }
    
    .benefit-card {
      padding: 36px 28px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16d008a */<style>
  .admission-section {
    padding: 130px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #fff9ef 40%, #fffaf1 100%);
    font-family: 'Poppins', system-ui, sans-serif;
    position: relative;
    overflow: hidden;
  }

  .admission-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.09) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.06) 0%, transparent 50%);
    pointer-events: none;
  }

  .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .header {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 85px;
  }

  .badge {
    display: inline-block;
    background: linear-gradient(90deg, #fff2ca, #fff9e3);
    color: #b8860b;
    padding: 12px 34px;
    border-radius: 50px;
    font-size: 15.8px;
    font-weight: 600;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(184, 134, 11, 0.20);
    letter-spacing: 0.8px;
  }

  .main-title {
    font-size: clamp(46px, 6.5vw, 56px);
    line-height: 1.15;
    font-weight: 800;
    color: #111;
    margin-bottom: 26px;
    letter-spacing: -0.8px;
  }

  .highlight {
    color: #d4af37;
    position: relative;
  }

  .highlight::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(to right, #d4af37, #f5d88a);
    border-radius: 6px;
    opacity: 0.75;
  }

  .subtitle {
    font-size: 20.8px;
    color: #555;
    line-height: 1.82;
    max-width: 820px;
    margin: 0 auto;
  }

  /* Steps Grid */
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 34px;
  }

  .step-card {
    background: #fff;
    padding: 52px 40px;
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.09);
    border: 1px solid #f5e9c8;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }

  .step-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 50px 120px rgba(212, 175, 55, 0.25);
    border-color: #d4af37;
  }

  .step-number {
    width: 78px;
    height: 78px;
    line-height: 78px;
    background: linear-gradient(135deg, #fff4d7, #ffe9b8);
    color: #d4af37;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 800;
    margin: 0 auto 26px;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25);
    transition: all 0.4s ease;
  }

  .step-card:hover .step-number {
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.35);
  }

  .step-title {
    font-size: 24.5px;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
  }

  .step-desc {
    color: #666;
    font-size: 16.5px;
    line-height: 1.85;
  }

  /* Premium CTA */
  .premium-cta {
    margin-top: 80px;
    background: linear-gradient(135deg, #fffaf0, #fff7de);
    padding: 52px 60px;
    border-radius: 32px;
    border: 1px solid #f0d9a0;
    text-align: center;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
  }

  .cta-heading {
    font-size: 29px;
    color: #111;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .cta-subtext {
    font-size: 18.5px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, #d4af37, #e0c36a);
    color: #fff;
    padding: 18px 42px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.35);
    transition: all 0.4s ease;
  }

  .cta-button:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.45);
    background: linear-gradient(90deg, #c19a2f, #d4af37);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .admission-section {
      padding: 100px 15px;
    }
    
    .step-card {
      padding: 42px 30px;
    }
    
    .premium-cta {
      padding: 40px 30px;
    }
  }
</style>/* End custom CSS */