.my-10 {
    margin: 10px 0;
  }

  .py-10 {
    padding: 10px 0;
  }

  .head {
    background-color: red;
    font-size: 50px;
  }

  .hidden {
    display: none;
  }

  .detail-section h1,
  .detail-section h2,
  .detail-section h3 {
    line-height: normal;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
  }

  .detail-section h4,
  .first-section h4 {
    color: var(--color-black)
  }

  .first-section h4,
  .detail-section h4,
  .first-section h4 span,
  .detail-section h4 span,
  .first-section h2,
  .detail-section h2,
  .first-section h2 span,
  .detail-section h2 span,
  .first-section h3,
  .detail-section h3,
  .first-section h3 span,
  .detail-section h3 span {
    font-size: 30px;
    color: var(--color-black);
    line-height: 1.2;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }

  .first-section h5,
  .first-section h6,
  .detail-section h5,
  .detail-section h6 {
    line-height: 1.2;
    margin: 12px 0 5px;
  }

  .first-section span,
  .first-section p,
  .first-section ul li,
  .first-section ol li,
  .detail-section span,
  .detail-section p,
  .detail-section ul li,
  .detail-section ol li {
    font-size: 20px;
    color: #585858 !important;
    background-color: transparent !important;
  }

  .detail-section p:last-child,
  .first-section p:last-child {
    margin-bottom: 0;
  }

  .detail-section p,
  .first-section p {
    margin-bottom: 10px;
  }

  .detail-section h1 span,
  .detail-section h2 span,
  .detail-section h3 span {
    font-size: 30px !important;
    line-height: 38px;
    font-weight: 500;
    color: var(--color-black) !important;
  }

  .detail-section h3 span {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: var(--color-black) !important;
  }

  .detail-section ol,
  .detail-section ol li {
    list-style: auto;
  }

  .detail-section ul,
  .detail-section ul li {
    list-style: disc;
  }

  .detail-section ol,
  .detail-section ul {
    padding-left: 15px;
  }

  .detail-section strong {
    color: #555555;
  }

  .detail-section table {
    width: 100% !important;
    margin: 1em auto !important;
  }

  .detail-section table tr:first-child {
    background-color: #f0f8ff;
  }

  .detail-section table tr:first-child p {
    text-align: center;
    letter-spacing: 0.5px;
    display: block;
    color: #323232;
  }

  .detail-section table tr:first-child p strong {
    color: #323232;
  }

  .detail-section table td,
  .first-section table td {
    border-color: rgb(222 222 222) !important;
    padding: 12px !important;
  }

  .detail-section table td p,
  .first-section table td p {
    margin: 0 !important;
    color: #585858 !important;
    display: inline;
  }

  table tr:nth-child(odd) {
    background-color: #ffffff;
    /* Light grey for even rows */
  }

  .get-free-form-content .check-box {
    margin-top: 20px;
  }

  .get-free-form-content .all-btn .btn-p.btn-white {
    line-height: 20px;
    border: 1px solid var(--color-primary);
  }

  .header-top-content.v1 p,
  .header-top-content.v1 li {
    color: #ffffff !important;
  }

  /* .container .row {
    align-items: flex-start;
  } */

  .package-btn {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .package-btn span {
    font-size: 16px;
    color: var(--color-primary);
    text-decoration: underline;
  }

  .package-btn i {
    font-size: 18px;
    color: var(--color-primary);
  }

  #showMoreBtn {
    background: transparent;
    border: none;
    color: var(--color-primary);
    text-decoration: underline;
    padding: 0 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
  }

  .asked-question .choose-us-accordion {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /* Hide extra items initially */
  .accordion-item {
    width: 49%;
    display: inline-block;
    transition: all 0.8s ease;
  }

  .choose-us-accordion li:last-child {
    margin-bottom: 20px;
  }

  .breadcum-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

  .breadcum-content .para,
  .breadcum-content .para a {
    /* color: #585858 !important; */
    color: var(--color-primary) !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
  }

  .breadcum-content .title {
    color: var(--color-black);
    text-transform: capitalize;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 10px 0 0;
  }

  .usp-section {
    padding: 6px 0;
    margin: 25px 0;
    border-left: 3px solid #022B50;
    border-right: 3px solid #022B50;
    border-radius: 30px;
    background-color: #fff;
  }

  .usp-section ul {
    width: 92%;
    margin: 0 auto;
  }

  .usp-section ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #022B50;
    font-weight: 500;
    list-style: none;
    margin: 10px auto;
  }

  .usp-section ul li i {
    display: inline-block;
    color: #022B50;
    margin-right: 5px;
    font-size: 20px;
    width: 20px;
  }

  .usp-section ul li span {
    display: inline-block;
  }

  .left-bottom-box ul li {
    color: #585858;
  }

  .choose-us-accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #4a4a4a;
  }

  .choose-us-accordion .accordion-button {
    background: #ffffff;
  }

  .choose-us-accordion {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .choose-us-accordion .accordion-item {
    width: 49%;
  }

  .left-content-wrapper {
    position: relative;
    padding: 25px 25px 30px !important;
    background-color: #f6f7fa;
    border-radius: 10px;
  }

  .left-content-wrapper .left-terms-content-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-right: 10px;
  }

  .left-content-wrapper .left-terms-content-box a {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: var(--color-primary);
  }

  .mySwiper-logo {
    padding: 1em 0;
  }

  .student-feedback-info {
    display: flex;
    gap: 1rem;
    padding: 15px;
  }

  .student-feedback-content .feedback-right-content .student-feedback-info .info-para {
    margin-top: 0;
  }

  .student-feedback-content .feedback-right-content .student-feedback-info .student-profile {
    display: flex;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-right: 1rem;
    border-right: 1px solid #d6d6d6;
  }

  .student-feedback-content .feedback-right-content .student-feedback-info .student-profile .student-img img {
    width: 50px;
    height: 50px;
  }

  .student-feedback-content .feedback-right-content .student-feedback-info .student-content {
    white-space: nowrap;
  }

  .feedback-right-content .student-feedback-info .student-profile .student-content .content-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
  }

  .my-swiper-student-slider .swiper-button-prev {
    left: calc(92% - 65px);
  }

  .my-swiper-student-slider .swiper-button-next {
    right: calc(14% - 60px);
  }

  .my-swiper-student-slider .swiper-button-next::after,
  .my-swiper-student-slider .swiper-button-prev::after {
    font-weight: 600;
    font-size: 10px;
    border-radius: 5px;
    line-height: 14px;
    background: rgba(23, 155, 215, 0.1);
    padding: 10px 12px;
  }

  .my-swiper-student-slider .swiper-button-next,
  .my-swiper-student-slider .swiper-button-prev {
    bottom: -14px;
  }

  .events-details-right-content {
    border-radius: unset;
    background: none;
    padding: 0;
    box-shadow: none;
  }

  .events-details-right-content .right-content-form {
    border-radius: 20px;
    background: var(--color-white5);
    padding: 20px 25px;
    box-shadow: 0 0 15px #dad8d8;
  }

  .events-details-right-content .right-content-call-btn {
    border-radius: 16px;
    background: var(--color-white5);
    padding: 20px;
    margin-top: 2em;
    box-shadow: 0 0 15px #dad8d8;
  }

  .events-details-right-content .right-content-call-btn {
    border-radius: 16px;
    background: var(--color-white5);
    padding: 0;
    margin-top: 2em;
  }

  .right-content-call-btn .online-support {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    gap: 0;
    color: #fff;
    background: linear-gradient(45deg, #2c3e50, #4ca1af);
    transition: background 0.3s ease;
    padding: 15px 25px;
    border-radius: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  .right-content-call-btn .online-support:hover {
    background: linear-gradient(45deg, #4ca1af, #2c3e50);
  }

  .right-content-call-btn .online-support .support-icon {
    width: 14%;
    font-size: 32px;
    position: relative;
    color: var(--color-white);
  }

  .right-content-call-btn .online-support .support-icon::before {
    position: absolute;
    top: -5px;
    right: -5px;
    content: "";
    width: 1px;
    height: 45px;
    background: rgba(255, 255, 255, 0.21);
  }

  .events-details-right-content .right-content-call-btn .btn-p.rounded {
    padding: 10px 0 10px 10px;
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
    color: #fff;
    background-color: transparent;
    text-align: center;
  }

  .m-0 {
    margin: 0;
  }

  .sticky-wrapper {
    margin-top: 0.8em;
  }

  .sticky-wrapper.sticky {
    margin-top: 0;
  }

  .student-feedback-content h5 {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-top: 1em;
    text-align: center;
    color: #666666;
  }

  .student-feedback-content .feedback-left-content::before {
    position: absolute;
    content: "";
    background: #0000008c;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .student-feedback-content .feedback-left-content {
    padding-right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 32vh;
    width: 100%;
  }

  .student-feedback-content .feedback-right-content {
    display: flex;
    align-items: center;
    height: 66%;
    margin-left: 0;
  }

  .detail-testimonial .container {
    background-color: aliceblue;
  }

  .student-feedback-content .feedback-right-content .quat-big-icon {
    position: absolute;
    top: 5px;
    right: 0;
    color: rgba(191, 194, 195, 0.15);
    font-size: 100px;
    font-weight: 900;
    line-height: 100px;
  }

  .purchase-popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    height: fit-content;
    width: 300px;
    max-width: 24vw;
    border-radius: 8px;
    padding: 15px;
    bottom: 85px;
    right: 20px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.5s ease;
  }

  .purchase-popup .popup-service-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    gap: 0 4px;
    color: var(--color-black);
    margin: 0 0 6px;
  }

  .purchase-popup .popup-service-content .customer {
    color: var(--color-primary);
    font-weight: 500;
  }

  .purchase-popup h6 span {
    line-height: 12px;
  }

  .purchase-popup .popup-service-time {
    color: #626262;
    font-size: 13px;
    line-height: 12px;
  }

  .purchase-popup .recent-close {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 24px;
    line-height: 16px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #ff0000b0;
    color: #fff;
    cursor: pointer;
  }

  .purchase-popup .recent-close:hover {
    color: #fff;
    background: red;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .steps .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .steps .step .img-box {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    text-align: right;
    transform: translateY(50%);
  }

  .steps .step p {
    width: 85%;
    margin: 0 auto;
  }

  .steps .section-title .section-title-inner .big-title {
    font-size: 34px;
    line-height: 38px;
  }

  .steps .section-title .section-title-inner p.title-para {
    font-size: 18px;
    margin-top: 15px;
    line-height: 18px;
  }

  .steps .section-title .section-title-inner .big-title span {
    color: var(--color-primary);
  }

  table.difference-table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
  }

  .difference-table tr {
    background-color: transparent !important;
  }

  .difference-table tr:last-child td {
    border-bottom: none !important;
  }

  .difference-table th,
  .difference-table td {
    padding: 20px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
  }

  .difference-table td span {
    /* text-decoration: underline; */
  }

  .difference-table tbody td:first-child {
    height: 50px;
    padding: 0;
    font-size: 22px;
    color: #373737;
    font-weight: 600;
  }

  .difference-table th {
    font-weight: bold;
    color: #333;
  }

  .difference-table thead th {
    font-size: 20px;
    text-align: center;
  }

  .difference-table th:nth-child(2),
  .difference-table td:nth-child(2) {
    text-align: center;
  }

  .difference-table th:nth-child(3),
  .difference-table td:nth-child(3) {
    text-align: center;
  }

  .difference-section .section-title .section-title-inner .big-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 3px;
    width: 200px;
    border-radius: 50%;
    background: #4791a0;
    transform: translateX(-50%);
  }

  .mySwiper-Student-feedback {
    padding: 10px 0;
  }

  .courses-cards-content .courses-content {
    min-height: 5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .courses-cards-content .courses-content .courses-title {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .courses-cards-content .courses-content .courses-cards-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.5px;
    margin-top: 0;
    color: #000000;
    word-break: break-word;
  }

  .courses-cards-content .courses-content p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #929292;
  }

  .courses-cards-content .courses-content .courses-title span {
    display: inline-block;
    font-size: 28px;
    line-height: 1.4;
    color: var(--color-primary);
  }

  .courses-cards-content .courses-content .all-btn .btn-p.btn-blue {
    color: #000000;
    background: #bfbfbf;
    font-weight: 300;
    border-radius: 4px;
    width: 100%;
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    .p-mobile-0 {
      padding: 0;
    }

    .left-content-wrapper {
      padding: 15px 25px 30px 25px !important;
    }

    .difference-table thead th {
      font-size: 18px;
    }

    .difference-table tbody td:first-child {
      font-size: 20px;
    }

    .difference-table th,
    .difference-table td {
      padding: 15px;
    }

    .google-review {
      width: fit-content;
      margin-top: 20px;
      gap: 3px;
      padding: 0.8em 0.5em;
      border-radius: 5px;
      background: #ffffff;
      align-items: center;
      justify-content: center;
    }

    .google-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start;
      gap: 0;
    }

    .purchase-popup {
      display: none;
      /* Hidden by default */
      position: fixed;
      height: fit-content;
      width: 300px;
      max-width: 84vw;
    }

    .student-feedback-info {
      flex-direction: column;
    }

    .student-feedback-content .feedback-right-content {
      margin-top: 0.4em;
      margin-bottom: 3em;
    }

    .usp-section ul {
      width: 95%;
    }

    .usp-section ul li {
      font-size: 18px;
    }

    .steps .step .img-box {
      bottom: -1.5em;
      text-align: center;
    }

    .steps .step .img-box img {
      transform: rotate(90deg);
    }

    .steps .row:nth-child(2) {
      gap: 2em;
    }

    .student-feedback-content .feedback-left-content h4 {
      top: 22%;
    }

    .content-section .detail-section {
      border-radius: 5px;
      margin: 2.5em 0;
    }
  }

  @media screen and (max-width: 1080px) {
    .choose-us-accordion .accordion-item {
      width: 100%;
    }

    .first-section {
      background-color: var(--color-white5);
      padding: 8px;
      border-radius: 5px;
      margin-bottom: 5px;
    }

    .google-review {
      border-radius: 5px;
    }

    .google-content p {
      display: block;
      width: fit-content;
      font-size: 13px;
      font-weight: 700;
      color: #444;
      line-height: 14px;
      margin-bottom: 0;
    }

    .google-review-lower {
      justify-content: flex-start;
      align-items: center !important;
      gap: 8px;
    }

    .google-review-lower img {
      width: 80px;
      height: 13px;
    }

    .google-image {
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .google-image img {
      height: 50px;
      padding: 2px;
      background: #fff;
      border-radius: 10px;
    }

    .google-review-lower span.span1 {
      padding-right: 2px;
      border-right: 1px solid #777;
    }

    .google-review-lower span.span2 {
      padding-left: 2px;
    }

    .google-review-lower span.span2,
    .google-review-lower span.span1 {
      font-size: 12px;
      font-weight: 600;
    }
  }

  @media (min-width: 768px) and (max-width: 1080px) {
    .google-review {
      width: fit-content;
      margin-top: 20px;
      gap: 1em;
      padding: 1em;
      border-radius: 5px;
      background: #c6dfff8f;
      align-items: center;
      justify-content: center;
    }

    .google-content {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      height: 4.3em;
    }
  }

  @media screen and (min-width: 1081px) {
    .content-section .col-lg-9 {
      padding: 0 20px;
    }

    .top-content-info {
      display: none;
    }

    .content-section .detail-section {
      border-radius: 5px;
      margin: 2.5em 0;
      line-height: 2;
    }

    .content-section .detail-section:first-child,
    .content-section .first-section:first-child {
      margin-top: 0 !important;
    }

    .content-section .detail-section:nth-child(odd) {
      padding: 20px 22px;
      /* border: 1px solid #bccbff; */
      background-color: #f0f8ff;
    }

    .first-section {
      background-color: transparent;
      padding: 1em 0;
      border-radius: 5px;
      margin-bottom: 5px;
    }

    .google-content p {
      display: block;
      width: 100%;
      font-size: 20px;
      font-weight: 700;
      color: #444;
      line-height: 24px;
      margin-bottom: 5px;
    }

    .google-review-lower {
      justify-content: flex-start;
      align-items: center !important;
      gap: 8px;
    }

    .google-image {
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .left-content-wrapper {
      width: 74%;
    }

    .section-title .section-title-inner.w-v3 {
      width: 90%;
    }

    .our-courses-plan .section-title .section-title-inner .big-title {
      font-size: 40px;
    }
  }

  @media screen and (min-width: 1281px) {
    .google-review {
      width: 100%;
      margin-top: 20px;
      gap: 0.2em;
      padding: 1em;
      border-radius: 5px;
      background: #fff;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 10px #e5e5e5;
      transition: all 0.4s ease;
    }

    .google-review:hover {
      transform: translateY(-3px);
    }

    .google-content {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      gap: 0;
      height: 5em;
    }

    .google-review-lower img {
      width: 95px;
      height: 14px;
    }

    .google-image img {
      height: 86px;
      padding: 5px;
      background: #fff;
      border-radius: 18px;
    }

    .google-review-lower span.span1 {
      padding-right: 8px;
      border-right: 1px solid #777;
    }

    .google-review-lower span.span2 {
      padding-left: 8px;
    }

    .google-review-lower span.span2,
    .google-review-lower span.span1 {
      font-size: 14px;
      font-weight: 600;
    }

    .section-title .section-title-inner.w-v3 {
      width: 80%;
    }
  }

  @media (min-width: 1081px) and (max-width: 1280px) {
    .google-review {
      width: 100%;
      margin-top: 20px;
      gap: 0.2em;
      padding: 1em;
      border-radius: 5px;
      background: #fff;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 10px #e5e5e5;
      transition: all 0.4s ease;
    }

    .google-review:hover {
      transform: translateY(-3px);
    }

    .google-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row;
      justify-content: flex-start;
      gap: 0;
      height: 5em;
    }

    .google-image img {
      height: 78px;
      padding: 10px;
      background: #fff;
      border-radius: 20px;
    }

    .google-review-lower img {
      width: 65px;
      height: 12px;
    }

    .google-review-lower span.span1 {
      padding-right: 4px;
      border-right: 1px solid #777;
    }

    .google-review-lower span.span2 {
      padding-left: 4px;
    }

    .google-review-lower span.span2,
    .google-review-lower span.span1 {
      font-size: 13px;
      font-weight: 600;
    }

    .events-details-right-content .right-content-call-btn .btn-p.rounded {
      font-size: 16px;
      padding: 5px;
    }

    .events-details-right-content .right-content-call-btn {
      margin-top: 1.5em;
    }

    .right-content-call-btn .online-support {
      gap: 0;
      padding: 15px 12px;
    }

    .right-content-call-btn .online-support .support-icon {
      font-size: 25px;
    }

    .right-content-call-btn .online-support .support-icon::before {
      height: 40px;
    }

    .events-details-right-content .title {
      font-size: 20px;
    }
  }