  body {
      background: #f4f4f4;
      color: #333;
  }

  .header {
      background: #000;
      color: #b3d9ff;
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
  }

  .main-content {
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
  }

  .left,
  .center,
  .right {
      flex: 1;
      padding: 30px;
  }

  .bluecolor {
      background: #0e66be;
      color: white;
  }

  .circle {
      background: white;
      color: #0e66be;
      border-radius: 50%;
      width: 160px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 30px;
      text-align: center;
  }

  .who-can {
      background: white;
      border-radius: 50%;
      padding: 30px;
      color: #000;
      text-align: center;
  }

  .who-can h3 {
      background: #0e66be;
      color: white;
      border-radius: 20px;
      padding: 10px;
      display: inline-block;
      margin-bottom: 10px;
  }

  .who-can ul {
      list-style: disc;
      text-align: justify;
  }

  .center {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-left: 80px;
  }

  .center img {
      width: 500px;
      border-radius: 50%;
      margin-bottom: 20px;
  }

  .right {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-right: -50px;
  }

  .right img {
      width: 130px;
      transition: transform 0.3s ease;
  }

  .right img:hover {
      transform: scale(1.1);
  }

  .share-btn {
      margin-top: 20px;
      background: #004080;
      color: white;
      padding: 12px 25px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s ease;
  }

  .share-btn:hover {
      background: #0059b3;
  }

  @media (max-width: 768px) {
      .main-content {
          flex-direction: column;
          text-align: center;
      }
  }

  @media (max-width: 992px) {
      .main-content {
          flex-direction: column;
      }

      .left,
      .center,
      .right {
          padding: 20px;
          text-align: center;
      }

      .circle {
          margin: 0 auto 30px auto;
      }

      .who-can {
          margin: 0 auto;
      }

      .center {
          margin-left: 0;
      }

      .center img {
          width: 80%;
          max-width: 300px;
      }

      .right {
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;
          margin: 0;
          gap: 20px;
      }

      .right img {
          width: 80px;
      }
  }

  @media (max-width: 576px) {
      .header {
          font-size: 1.5rem;
      }

      .share-btn {
          padding: 10px 20px;
          font-size: 0.95rem;
      }
  }

  .first-top {
      font-weight: 500;
      font-family: var(--falcon-font-sans-serif);
  }


  @media (max-width: 576px) {
      .first-top {
          display: block;
      }
  }

  .banner-title-style {
      background-size: 200px 200px;
      background-position: center;

      color: #0E66BE;
      font-weight: 600;
      text-align: center;
  }

  @media (max-width: 767.98px) {
      .search-filter {
          flex-wrap: wrap;
          justify-content: space-between;
      }

      .search-filter a.btn {
          margin-left: auto;
      }
  }

  .banner-heading-box {
      display: flex;
      justify-content: center;
  }

  .pencil-note {
      position: relative;
      display: inline-block;
      background-color: #eaf3ff;
      border-radius: 0px 20px 0px 20px;
      padding: 20px 40px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      border: 1px solid #d5e2f4;
      background-size: 100% 36px;
      transform: scale(0.9);
      transform-origin: center;
      overflow: visible;
      background-repeat: repeat;
      background-size: 200px 200px;
      background-position: center;
  }

  .pencil-note::before {
      content: "";
      position: absolute;
      top: -14px;
      left: 18px;
      width: 38px;
      height: 38px;
      background: url("https://cdn-icons-png.flaticon.com/128/659/659774.png") no-repeat center;
      background-size: contain;
      z-index: 5;
      transform: rotate(-12deg);
  }

  .pencil-note::after {
      content: "";
      position: absolute;
      top: -14px;
      right: 18px;
      width: 38px;
      height: 38px;
      background: url("https://cdn-icons-png.flaticon.com/128/659/659774.png") no-repeat center;
      background-size: contain;
      z-index: 5;
      transform: rotate(10deg);
  }

  .pencil-note>* {
      position: relative;
      z-index: 4;
  }

  .note-text {
      font-family: 'Patrick Hand', 'Comic Sans MS', cursive;
      font-size: 1.8rem;
      color: #0E66BE;
      font-weight: 600;
      line-height: 1.3;
      text-align: center;
      display: block;
      text-shadow: 0 1px 0 #fff;
  }

  @media (max-width: 576px) {
      .note-text {
          font-size: 1.3rem;
      }

      .pencil-note {
          padding: 20px 30px 40px;
      }

      .pencil-note::before,
      .pencil-note::after {
          width: 26px;
          height: 26px;
          top: -10px;
      }

      .pencil-note::before {
          left: 12px;
          transform: rotate(-10deg);
      }

      .pencil-note::after {
          right: 12px;
          transform: rotate(8deg);
      }
  }

  .banner-title-style {
      position: relative;
      display: inline-block;
      z-index: 1;
      color: #0E66BE;
      font-weight: 600;
      font-family: 'Patrick Hand', 'Comic Sans MS', cursive;
      text-align: center;
      line-height: 1.2;
      font-size: 1.25rem;
      padding: 10px 18px;
  }

  .banner-title-style::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      border-radius: 0px 20px 0px 20px;
      background-color: rgba(234, 243, 255, 0.92);
      background-repeat: repeat;
      background-size: 200px 200px;
      background-position: center;
      border: 1px solid #d5e2f4;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
      pointer-events: none;
  }

  .banner-title-style::after {
      content: "";
      position: absolute;
      bottom: -16px;
      right: 18px;
      width: 140px;
      height: 18px;
      background-size: contain;
      transform: rotate(-3deg);
      z-index: 0;
      pointer-events: none;
  }

  @media (max-width: 576px) {
      .banner-title-style {
          font-size: 0.95rem;
          white-space: normal;
      }

      .banner-title-style::after {
          width: 90px;
          height: 12px;
          bottom: -10px;
          right: 10px;
      }
  }

  @media (max-width: 767.98px) {
      .home-banner .row>.col-md-3:last-child {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          margin-top: 25px;
      }

      .home-banner .row>.col-md-3:last-child .banner-title-style {
          display: block;
          margin: 0 auto 10px;
          max-width: 320px;
          text-align: center;
          width: auto;
      }

      .home-banner .row>.col-md-3:last-child .banner-title-style a.btn,
      .home-banner .row>.col-md-3:last-child .banner-title-style .btn {
          display: inline-block;
          margin-top: 8px;
      }

      .home-banner .row>.col-md-3:last-child img.teacher-img {
          width: 80%;
          max-width: 320px;
          height: auto;
          object-fit: cover;
          margin-top: 8px;
      }

      .home-banner .row>.col-md-3:last-child .help-btn {
          margin: 12px auto 18px;
      }
  }

  @media (max-width: 767.98px) {
      .home-banner .row>.col-md-3 {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          margin-top: 20px;
          padding-left: 15px;
          padding-right: 15px;
      }

      .home-banner .row>.col-md-3 .banner-title-style {
          display: block;
          margin: 0 auto 10px;
          max-width: 320px;
          text-align: center;
          width: auto;
      }

      .home-banner .row>.col-md-3 .banner-title-style .btn,
      .home-banner .row>.col-md-3 .banner-title-style a.btn {
          display: inline-block;
          margin-top: 8px;
      }

      .home-banner .row>.col-md-3 img.teacher-img {
          width: 80%;
          max-width: 320px;
          height: auto;
          object-fit: cover;
          margin-top: 8px;
      }

      .home-banner .row>.col-md-3 .help-btn {
          margin: 12px auto 18px;
      }

      .home-banner .row>.col-md-5,
      .home-banner .row>.col-md-4 {
          margin-left: 0;
      }

      .home-banner .row>.col-md-5 img,
      .home-banner .row>.col-md-4 img {
          width: 100%;
          max-width: 520px;
          height: auto;
      }
  }

  .subjects-slider,
  .subjects-slider .owl-stage-outer,
  .subjects-slider .owl-stage,
  .subjects-slider .owl-item {
      height: 100%;
  }

  .subjects-slider .owl-stage {
      display: flex;
      align-items: center;
  }

  .subject-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      text-align: center;
      padding: 5px;
  }

  .subject-item img.icon {
      display: block;
      line-height: 1;
  }

  .subject-item .name {
      display: block;
      margin-top: 6px;
  }

  .subject-item .name {
      min-height: calc(1.2em * 2);
      line-height: 1.2;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-break: break-word;
  }

  .testimonial-card,
  .testimonial-details,
  .testimonial-details p,
  .testimonial-title {
      direction: ltr;
      text-align: left;
  }

  #testimonials,
  #testimonials .testimonial-card,
  #testimonials .testimonial-details {
      direction: ltr;
      text-align: justify;
  }

  #testimonials .testimonial-title {
      direction: ltr;
  }

  #testimonials .testimonial-details p {
      text-align: justify;
      line-height: 1.6;
      color: #0b3045;
  }

  .testimonial-card .testimonial-details p {
      position: relative;
      display: block;
      margin: 0.25rem 0 0 0;
      padding: 0.5rem 1rem 0.5rem 2.1rem;
      line-height: 1.45;
      font-style: italic;
      color: #222;
      background: transparent;
      border: none;
      quotes: "“" "”" "‘" "’";
  }

  .testimonial-card .testimonial-details p::before {
      content: "“";
      position: absolute;
      left: 0.6rem;
      top: 0.12rem;
      font-size: 2.2rem;
      line-height: 1;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.07);
      pointer-events: none;
      user-select: none;
  }

  @media (min-width: 768px) {
      .testimonial-card .testimonial-details p::after {
          content: "”";
          position: absolute;
          right: 0.6rem;
          bottom: 0.12rem;
          font-size: 1.6rem;
          line-height: 1;
          font-weight: 600;
          color: rgba(0, 0, 0, 0.06);
          pointer-events: none;
          user-select: none;
      }
  }

  @media (forced-colors: active) {

      .testimonial-card .testimonial-details p,
      .testimonial-card .testimonial-details p::before,
      .testimonial-card .testimonial-details p::after {
          color: WindowText;
          background: transparent;
      }
  }

  @media (max-width: 767.98px) {
      #testimonials .testimonial-card .testimonial-title {
          text-align: center !important;
          width: 100%;
          display: block;
          margin-bottom: 6px;
      }
  }

  .share-hero {
      position: relative;
      background: linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .75));
      border-radius: 18px;
      padding: 24px;
      box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
  }

  .share-hero .hero-title {
      font-weight: 800;
      font-size: clamp(1.25rem, 2.2vw, 2rem);
      color: #2b1b12;
      text-align: center;
      margin-bottom: 14px;
  }

  .share-hero .grid {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
  }

  .share-hero .hex {
      background: #fff;
      border-radius: 14px;
      padding: 18px;
      position: relative;
      min-height: 475px;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
      overflow: hidden;
  }

  .share-hero .hex::before {
      content: "";
      position: absolute;
      inset: -14px;
      border-radius: 18px;
      border: 14px solid rgba(120, 120, 120, 0.18);
      z-index: 0;
  }

  .share-hero .hex>* {
      position: relative;
      z-index: 1;
      width: 100%;
  }

  .share-hero .pill {
      display: inline-block;
      background: #748194;
      color: #fff;
      padding: 8px 18px;
      border-radius: 30px;
      font-weight: 700;
      font-size: 1rem;
  }

  .share-hero .who-card {
      background: linear-gradient(180deg, #eef5ff, #f6f9ff);
      border-radius: 12px;
      padding: 14px 16px;
      max-width: 380px;
      margin: 14px auto 0;
      box-shadow: inset 0 0 0 3px rgba(255, 120, 60, 0.04);
      text-align: center;
      border: 1px solid #949494;
  }

  .share-hero .who-card ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block;
      text-align: left;
  }

  .share-hero .who-card li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 10px 0;
      padding: 6px 8px;
      color: #0E66BE;
      font-weight: 600;
  }

  .share-hero .who-card .who-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 25px;
      margin-right: 10px;
      border-radius: 8px;
      background: transparent;
      flex: 0 0 auto;
  }

  .share-hero .who-card .who-icon img {
      width: 40px;
      height: 60px;
      object-fit: contain;
      display: block;
  }

  .share-hero .center-stack {
      display: grid;
      place-items: center;
      gap: 12px;
  }

  .share-hero .chakra {
      width: clamp(160px, 22vw, 230px);
      display: grid;
      place-items: center;
      overflow: hidden;
  }

  .share-hero .chakra img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .share-hero .coin {
      width: 92px;
      height: 92px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #ffdcb3, #e6b06b 55%);
      box-shadow: 0 12px 30px rgba(190, 120, 60, .22), inset 0 4px 12px rgba(255, 255, 255, .45);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
  }

  .share-hero .coin small,
  .share-hero .coin em {
      display: block;
      font-size: 11px;
      color: #222;
      font-weight: 600;
      line-height: 1;
      font-style: normal;
  }

  .share-hero .coin strong {
      display: block;
      font-size: 20px;
      color: #c92b2b;
      line-height: 1.1;
  }

  .share-hero .media-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      align-items: center;
      margin-top: 14px;
  }

  .share-hero .media-item {
      width: 105px;
      height: 100px;
      border-radius: 18px;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
      transition: transform .25s ease;
  }

  .share-hero .media-item:hover {
      transform: translateY(-4px);
  }

  .share-hero .media-item img {
      max-width: 88%;
      max-height: 88%;
      object-fit: contain;
  }

  .share-hero .share-now-btn {
      display: inline-block;
      padding: 8px 20px;
      font-weight: 700;
      background: linear-gradient(180deg, #0e66be, #0b53a6);
      color: #fff;
      border: none;
      border-radius: 999px;
      box-shadow: 0 8px 20px rgba(14, 102, 190, 0.18);
      text-decoration: none;
  }

  @media (max-width: 991.98px) {
      .share-hero .grid {
          grid-template-columns: 1fr;
      }

      .share-hero .hex {
          min-height: 260px;
      }
  }

  @media (max-width: 576px) {
      .share-hero .who-card .who-icon {
          width: 40px;
          height: 40px;
      }

      .share-hero .who-card .who-icon img {
          width: 24px;
          height: 24px;
      }

      .share-hero .who-card li {
          padding: 6px 6px;
      }
  }

  @media (max-width: 480px) {
      .share-hero .hex {
          min-height: 300px;
      }

      .share-hero .who-card li {
          padding: 6px 6px;
      }
  }

  .share-hero .right-tagline {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #0E66BE;
      font-weight: 600;
      font-size: 0.98rem;
      line-height: 1.25;
  }

  .share-hero .right-tagline .rt-strong {
      color: #0b53a6;
      font-weight: 800;
      font-size: 1.02rem;
  }

  @media (max-width: 576px) {
      .share-hero .right-tagline {
          max-width: 100%;
          padding: 8px 12px;
          font-size: 0.92rem;
      }

      .share-hero .right-tagline .rt-strong {
          font-size: 0.98rem;
      }
  }

  .share-hero .what-card {
      background: linear-gradient(180deg, #eef5ff, #f6f9ff);
      border-radius: 12px;
      padding: 14px 16px;
      max-width: 380px;
      margin: 14px auto 0;
      box-shadow: inset 0 0 0 3px rgba(255, 120, 60, 0.04);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      border: 1px solid #949494;
  }

  .share-hero .hex {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
  }

  .share-hero .who-card,
  .share-hero .what-card {
      flex: 1;
      width: 100%;
  }

  @media (max-width: 991.98px) {

      .share-hero .who-card,
      .share-hero .what-card {
          max-width: 100%;
      }
  }

  .border-upper {
      border-top: 1px solid white;
  }

  @media (max-width: 576px) {

      .share-hero .who-card .who-icon {
          width: 44px !important;
          height: 44px !important;
      }

      .share-hero .who-card .who-icon img {
          width: 40px !important;
          height: 40px !important;
      }

      .share-hero .center-stack {
          margin: 18px 0;
          padding: 6px 0;
      }
  }

  .share-hero .coin {
      position: relative;
      width: 92px;
      height: 92px;
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      flex: 0 0 auto;
      background-color: #ffdcb3;
      box-shadow: 0 12px 30px rgba(190, 120, 60, .22), inset 0 4px 12px rgba(255, 255, 255, .45);
  }

  .share-hero .coin .coin-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 50%;
      vertical-align: middle;
  }

  .share-hero .coin .coin-caption {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      pointer-events: none;
      color: #7a2a2a;
      font-weight: 700;
      line-height: 1;
      gap: 0;
      padding: 6px 4px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 4px rgba(0, 0, 0, 0.12);
  }

  .share-hero .coin .coin-caption small {
      font-size: 10px;
      display: block;
      font-weight: 600;
      margin-bottom: 2px;
      color: rgba(30, 30, 30, 0.85);
  }

  .share-hero .coin .coin-caption strong {
      font-size: 18px;
      display: block;
      color: #c92b2b;
      line-height: 1;
  }

  .share-hero .coin .coin-caption em {
      font-style: normal;
      font-size: 10px;
      display: block;
      margin-top: 2px;
      color: rgba(30, 30, 30, 0.85);
  }

  @media (min-width: 1200px) {
      .share-hero .coin {
          width: 160px;
          height: 160px;
      }

      .share-hero .coin .coin-caption strong {
          font-size: 16px;
      }
  }

  @media (max-width: 576px) {
      .share-hero .coin {
          width: 150px;
          height: 150px;
      }

      .share-hero .coin .coin-caption strong {
          font-size: 16px;
      }

      .share-hero .coin .coin-caption small,
      .share-hero .coin .coin-caption em {
          font-size: 9px;
      }
  }

  @media (max-width: 991.98px) {
      .share-hero .grid {
          grid-template-columns: 1fr;
      }

      .share-hero .grid>.hex:first-child {
          grid-row: 1;
      }

      .share-hero .grid>.hex:last-child {
          grid-row: 2;
      }

      .share-hero .grid>.center-stack {
          grid-row: 3;
      }
  }