.elementor-1343 .elementor-element.elementor-element-89a8a81{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c591e8a */*,
      *::before,
      *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      :root {
        --g900: #0d3d2b;
        --g700: #1a5c44;
        --g600: #237a59;
        --g500: #2e9e70;
        --g100: #d6ede4;
        --g050: #eef7f2;
        --white: #ffffff;
        --gray: #5a7065;
        --sans: 'Inter', system-ui, sans-serif;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        font-family: var(--sans);
        background: var(--white);
        color: var(--g900);
        -webkit-font-smoothing: antialiased;
      }

      @keyframes fadeUp {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      @keyframes float {
        0%,
        100% {
          transform: translateY(-50%) translateX(0);
        }
        50% {
          transform: translateY(-50%) translateX(-10px);
        }
      }
      @keyframes pulse {
        0%,
        100% {
          opacity: 0.7;
        }
        50% {
          opacity: 1;
        }
      }
      
      .e-con > .e-con-inner {
        gap: initial;
        height: 100%;
        margin: initial;
        max-width: initial;
        padding-inline-end: 0;
        padding-inline-start: 0;
        width: 100%;
        padding: initial;
      }

      .elementor-element {
        padding: initial;
      }

      .hero {
        min-height: 65vh;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        background:
          radial-gradient(ellipse 70% 90% at 85% 60%, rgba(46, 158, 112, 0.18) 0%, transparent 60%),
          radial-gradient(ellipse 50% 70% at 15% 30%, rgba(26, 92, 68, 0.12) 0%, transparent 55%),
          linear-gradient(155deg, #b4cec6 0%, #c8dace 35%, #d2e2d8 65%, #bdd3c9 100%);
      }

      .hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(
          90deg,
          rgba(180, 206, 198, 0.97) 0%,
          rgba(180, 206, 198, 0.88) 35%,
          rgba(180, 206, 198, 0.4) 58%,
          transparent 78%
        );
        pointer-events: none;
        z-index: 1;
      }

      .hero-visual {
        position: absolute;
        right: -1%;
        top: 50%;
        transform: translateY(-50%);
        width: 56%;
        pointer-events: none;
        animation: float 9s ease-in-out infinite;
        z-index: 0;
      }

      .hero-content {
        position: relative;
        z-index: 2;
        padding: 64px 60px;
        width: 100%;
        animation: fadeUp 0.8s ease both;
      }

      .hero-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--g700);
        margin-bottom: 32px;
      }

      .eyebrow-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--g500);
        animation: pulse 2.5s ease-in-out infinite;
      }

      .hero-exam-tag {
        display: inline-block;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--g600);
        background: rgba(46, 158, 112, 0.14);
        border: 1px solid rgba(46, 158, 112, 0.3);
        border-radius: 4px;
        padding: 4px 10px;
        margin-bottom: 14px;
      }

      .hero-exam-name {
        display: block;
        font-size: clamp(3rem, 6vw, 6rem);
        font-weight: 900;
        line-height: 1;
        letter-spacing: -2px;
        color: var(--g900);
        margin-bottom: 6px;
      }

      .hero-exam-name .accent {
        color: var(--g600);
      }

      .hero-exam-desc {
        display: block;
        font-size: clamp(1rem, 1.6vw, 1.3rem);
        font-weight: 300;
        font-style: italic;
        line-height: 1.55;
        color: var(--gray);
        max-width: 640px;
        margin-top: 18px;
        margin-bottom: 44px;
      }

      .btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: var(--g700);
        color: var(--white);
        font-size: 0.92rem;
        font-weight: 700;
        padding: 16px 38px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 4px 22px rgba(26, 92, 68, 0.3);
        transition:
          background 0.2s,
          transform 0.15s,
          box-shadow 0.2s;
      }

      .btn-primary:hover {
        background: var(--g600);
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(26, 92, 68, 0.4);
      }

      .s2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: var(--g050);
      }

      .s2-text {
        padding: 80px 64px 80px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .eyebrow {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--g600);
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .eyebrow::before {
        content: '';
        display: block;
        width: 20px;
        height: 2.5px;
        border-radius: 2px;
        background: var(--g500);
      }

      .s2-h2 {
        font-size: clamp(1.6rem, 2.4vw, 2.2rem);
        font-weight: 900;
        line-height: 1.12;
        letter-spacing: -1px;
        color: var(--g900);
        margin-bottom: 20px;
      }

      .s2-body {
        font-size: 0.93rem;
        line-height: 1.85;
        color: var(--gray);
        margin-bottom: 20px;
      }

      .axes-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 28px;
      }

      .axes-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 0.88rem;
        font-weight: 500;
        color: var(--g900);
        line-height: 1.45;
      }

      .check-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        border-radius: 50%;
        background: var(--g100);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1px;
      }

      .check-icon svg {
        width: 11px;
        height: 11px;
      }

      .exam-meta {
        display: flex;
        flex-direction: column;
        margin-bottom: 28px;
        border-top: 1px solid rgba(26, 92, 68, 0.12);
      }

      .exam-meta-row {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 16px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(26, 92, 68, 0.12);
        font-size: 0.88rem;
        line-height: 1.6;
      }

      .exam-meta-label {
        font-weight: 700;
        color: var(--g700);
        padding-top: 1px;
      }

      .exam-meta-val {
        color: var(--gray);
      }

      .s2-who-title {
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--g700);
        margin-bottom: 14px;
      }

      .benefits-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 9px;
        margin-bottom: 40px;
      }

      .benefits-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 0.91rem;
        font-weight: 500;
        color: var(--g900);
        line-height: 1.5;
      }

      .btn-outline {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 2px solid var(--g700);
        color: var(--g700);
        font-size: 0.88rem;
        font-weight: 700;
        padding: 14px 32px;
        border-radius: 50px;
        text-decoration: none;
        align-self: flex-start;
        transition:
          background 0.2s,
          color 0.2s;
      }

      .btn-outline:hover {
        background: var(--g700);
        color: var(--white);
      }

      .s2-img {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 48px 40px;
      }

      .s2-img img {
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: contain;

        transition:
          transform 0.5s ease,
          box-shadow 0.5s ease;
      }

      .s3 {
        min-height: 200px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
        background: linear-gradient(130deg, var(--g900) 0%, #1f6e50 55%, var(--g600) 100%);
      }

      .s3::before {
        content: '';
        position: absolute;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.04);
        top: -180px;
        right: -100px;
      }

      .s3::after {
        content: '';
        position: absolute;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.04);
        bottom: -90px;
        left: 25%;
      }

      .s3-content {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 52px 60px;
        gap: 48px;
      }

      .s3-left {
        flex: 1;
        min-width: 0;
      }

      .s3-eyebrow {
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.45);
        margin-bottom: 10px;
      }

      .s3-h2 {
        font-size: clamp(1.6rem, 2.8vw, 2.4rem);
        font-weight: 900;
        color: var(--white);
        line-height: 1.2;
        letter-spacing: -0.8px;
      }

      .s3-sub {
        font-size: 0.95rem;
        color: rgba(255, 255, 255, 0.6);
        margin-top: 10px;
        line-height: 1.6;
      }

      .btn-cta {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: var(--white);
        color: var(--g700);
        font-size: 0.92rem;
        font-weight: 700;
        padding: 18px 36px;
        border-radius: 50px;
        text-decoration: none;
        flex-shrink: 0;
        white-space: nowrap;
        box-shadow: 0 4px 22px rgba(0, 0, 0, 0.22);
        transition:
          background 0.2s,
          transform 0.15s,
          box-shadow 0.2s;
      }

      .btn-cta:hover {
        background: var(--g050);
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
      }

      @media (max-width: 960px) {
        .hero-visual {
          display: none;
        }
        .hero::after {
          display: none;
        }
        .hero-content {
          padding: 52px 24px;
        }
        .hero-exam-name {
          font-size: clamp(2.6rem, 10vw, 4rem);
          letter-spacing: -1.5px;
        }
        .hero-exam-desc {
          font-size: 1rem;
        }

        .s2 {
          grid-template-columns: 1fr;
        }
        .s2-text {
          padding: 60px 24px;
        }
        .s2-img {
          position: static;
          border-left: none;
          border-top: 1px solid rgba(26, 92, 68, 0.08);
          min-height: 300px;
        }

        .s3-content {
          flex-direction: column;
          align-items: flex-start;
          padding: 48px 24px;
        }
      }/* End custom CSS */