* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
        }

    body {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
      background: linear-gradient(to bottom,#ffffff,#f5f5f5,#eaeaea);
      
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: linear-gradient(135deg, #003366, #005b96);
      color: white;
      padding: 0 20px;
      height: 90px;
      
    }

    .logo {
      display: flex;
      align-items: center;
      margin-left: 30px;
    }

    .logo img {
      height: 163px;
    }

    .nav-links {
      display: flex;
      gap: 42px;
      margin-right: 180px;
      font-size: 20px;
    }

    .nav-links a {
      color: white;
      text-decoration: none;
      font-weight: bold;
      position: relative;
    }

    /* Red underline on hover */
    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -4px;
      height: 2px;
      width: 0%;
      background: linear-gradient(to right,#ffffff,#f5f5f5,#eaeaea);
      transition: width 0.3s ease;
    }

    .nav-links a:hover::after {
      width: 100%;
    }

    .hamburger {
      display: none;
      font-size: 28px;
      cursor: pointer;
    }

.hea{

  padding: 20px 20px;
      background-color: transparent;
      font-family: 'Outfit', sans-serif;
      color: #1a1a1a;
      text-align: center;
}
.hea.de{
      position: relative;
}
.section1 {
      text-align: center;
      margin-bottom: 10px;
      animation: fadeInUp 1s ease both;

    }


    .title {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      margin: 0;
      position: relative;
      display: inline-block;
    }

    .title::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background-color: #004AAD;
      margin: 12px auto 0;
      border-radius: 5px;
    }

    .subtitle {
      font-size: 1rem;
      margin-top: 10px;
      color: #555;
      font-style: italic;
    }

    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }








    .card {
      background: #fff;
      padding: 40px;
      max-width: 600px;
      width: 90%;
      border-radius: 20px;
      box-shadow: 18px 20px 20px 18px rgba(0, 0, 0, 0.12);
      position: relative;
      overflow: hidden;
      margin-left: 33px;
      margin-top: 10px;
    }

    .card::before {
      content: '';
      position: absolute;
      top: -50px;
      right: -50px;
      width: 150px;
      height: 150px;
      background: #2f4fff;
      opacity: 0.1;
      border-radius: 50%;
    }

    .icon {
      font-size: 50px;
      color: #005b96;
      margin-bottom: 20px;
    }

    .card h2 {
      font-size: 28px;
      margin: 0;
      color: #2a2a2a;
      font-family: Courier New Bold;
    }

    .card h4 {
      margin: 5px 0 20px;
      font-weight: normal;
      color: #555;
    }

    .card p {
      color: #444;
      line-height: 1.6;
      margin: 15px 0;
      font-family: Microsoft JhengHei Light;
    }

    .highlights {
      margin-top: 20px;
    }

    .highlights li {
      list-style: none;
      margin-bottom: 8px;
      padding-left: 20px;
      position: relative;
      color: #333;
    }

    .highlights li::before {
      content: "✔";
      position: absolute;
      left: 0;
      color: #aa0000;
      font-weight: bold;
    }

    .quote {
      background: #f4f8ff;
      margin-top: 30px;
      padding: 15px 20px;
      border-left: 5px solid #005b96;
      font-style: italic;
      color: #333;
    }
    .teacher{
      display: flex;
      gap: 103px;
      align-items: center;
      animation: slideFromLeft 1s ease-out  forwards;
      transform: translateX(-100%);
      opacity: 0;
      padding: 70px;
      padding-top: 20px;
    }
    .teacher .bon{
       animation: slideFromTop 1s ease-out  1s forwards;
      transform: translateY(-100%);
      opacity: 0;
    }
    
     .bon h1{
      font-size: clamp(1.5rem,8vw,4rem);
      }
    .bon{
      margin-left: 100px;
      }
   .bon span {
    position: relative;
    font-size: 4rem;
    font-family: "lato", sans-serif;
    top: 20px;
    display: inline-block;
    text-shadow: 0 1px 0 #b7b7b7,2px 0 #b7b7b7,0 3px 0 #b7b7b7, 0 4px 0 #b7b7b7,0 5px 0 #b7b7b7,6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent,0 9px 0 transparent,0 10px 10px rgba(0,0,0.5);
    animation: bounce 0.4s ease infinite alternate;
     
  }
  .bon h1 span:nth-child(2){
    animation-delay: 0.1s;
  }
  .bon h1 span:nth-child(3){
    animation-delay: 0.2s;
  }
  .bon h1 span:nth-child(4){
    animation-delay: 0.3s;
  }
  .bon h1 span:nth-child(5){
    animation-delay: 0.4s;
  }
  .bon h1 span:nth-child(6){
    animation-delay: 0.5s;
  }.bon h1 span:nth-child(7){
    animation-delay: 0.6s;
  }
  .bon h1 span:nth-child(8){
    animation-delay: 0.7s;
  }
   /* Gradient simulation for each span */
    .bon span:nth-child(1) { color: #001a66; }       /* B */
    .bon span:nth-child(2) { color: #001a66; }       /* O */
    .bon span:nth-child(3) { color: #001a66; }       /* N */
    .bon span:nth-child(4) { color: rgb(236, 228, 228); }       /* J */
    .bon span:nth-child(5) { color: #880000;}       /* O */
    .bon span:nth-child(6) {color: #880000; }       /* U */
    .bon span:nth-child(7) { color: #880000; }       /* R */
    .bon span:nth-child(8) { color: #880000; }       /* ! */
   @keyframes bounce{
    100%{
      top: -20px;
      text-shadow:  0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 60px 30px rgba(0, 0, 0, 0.3);
    }
   }
   @keyframes slideFromLeft{
    to{
      transform: translateX(0);
      opacity: 1;
    }
   }
   @keyframes slideFromTop{
    to{
      transform: translateY(0);
      opacity: 1;
    }
   }




   .counters-wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 126px;
      padding: 60px 20px;

    }
    

    .counter-box {
      width: 200px;
      height: 220px;
      background: #e6ecf5;
      box-shadow: 
        8px 8px 16px #c5cbd5,
        -8px -8px 16px #ffffff;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      padding: 20px;
      text-align: center;
    }

    .icon {
      font-size: 2rem;
      color: #005b96;
    }

    .counter-value {
      font-size: 2.4rem;
      font-weight: bold;
      background: linear-gradient(145deg, #d80000, #aa0000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;}

      .label{
        font-size: 1rem;
        font-weight: 600;
        color: #444;
      }


      /*couces*/
       .container {
      display: flex;
      flex-direction: row;
      gap: 78px;
      flex-wrap: wrap;
      justify-content: center;
      border-radius:12px;
    
background: #bfc2ca;

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
padding: 80px;
    }

    .course-box {
      width: 340px;
      height: 220px;
      
     border-radius: 50px;
border-radius: 29px;
background: #bfc2ca;
box-shadow:  27px 27px 54px #aaadb4,
             -27px -27px 54px #d4d7e0;
      position: relative;
      overflow: visible;
      transition: all 0.4s ease;
      padding-top: 60px;
    }

    .course-label {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.6rem;
      font-weight: bold;
      transition: all 0.4s ease;
      z-index: 2;
      color: #005b96;
   
    }

    .course-box:hover .course-label {
      top: 0;
      transform: translate(-50%, -50%);
      background: linear-gradient(145deg, #d80000, #aa0000);
      color: #fff;
      padding: 10px 22px;
      border-radius: 20px 20px 0 0;
    }

    .course-content {
      text-align: center;
      padding: 10px 25px;
      transition: all 0.4s ease;
      opacity: 0;
      transform: translateY(20px);
    }

    .course-box:hover .course-content {
      opacity: 1;
      transform: translateY(0);
    }

    .course-content p {
      margin: -15px 0;
      line-height: 1.6;
      font-size: 1.05rem;
      color: #333;
      font-weight: 600;
      font-family: Cambria Bold Italic;
      margin-bottom: 20px;
    }

    .course-content p strong {
      font-weight: 600;
      font-size: 1.1rem;
      display: inline-block;
      margin-bottom: 4px;
    }


    /* Level wise cource*/
      .level-section {
      background: #f0f4ff;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 59vh;
      padding: 40px 20px;
    }

    .level-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }

    .level-card {
      width: 200px;
      height: 300px;
      perspective: 1000px;
    }

    .level-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d;
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
      border-radius: 15px;
      background-color: #ffffff;
    }

    .level-card:hover .level-card-inner {
      transform: rotateY(180deg);
    }

    .level-card-front,
    .level-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 20px;
      backface-visibility: hidden;
      border-radius: 15px;
    }

    .level-card-front {
      background: linear-gradient(135deg, #003366, #005b96);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .level-card-front h2 {
      font-size: 2.5em;
      margin-bottom: 10px;
    }

    .level-card-back {
      background-color: #fff;
      color: #333;
      transform: rotateY(180deg);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .level-card-back h3 {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #aa0000;
    }

    .level-card-back p {
      font-size: 0.95em;
      line-height: 1.5;
    }

    .level-animate {
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.6s ease;
    }

    .level-animate.show {
      opacity: 1;
      transform: translateY(0);
    }

    /*World-MAP*/
    .world-map{
     background: #000000e8;
     margin: 0px 45px;
     padding: 4px;
     border-radius: 28px
    }
    .map path{
      fill: #00394f;
      stroke: #eee;
      stroke-width: .25;
    }
    .map path:hover{
      fill: #831515;
      transition: 0.2s;
      cursor: pointer;
    }
 .world-map {
      overflow: hidden; /* This hides the pin before it emerges */
    }

    .world-map {
      position: relative;
      
    
    }

    svg {
      width: 100%;
      height: auto;
      display: block;
    }

    .location-pin {
      position: absolute;
      width: 35px;
      height: 35px;
      transform: translate(-50%, 20px) scale(0);
      z-index: 10;
      animation: riseOut 0.4s ease-out forwards, popBounce 0.9s 0.9s infinite ease-in-out;
    }

    .pin-icon {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .pin-glow::before {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 30px;
      background: radial-gradient(circle, red 40%, transparent 70%);
      border-radius: 50%;
      animation: waveGlow 1s infinite ease-out;
    }

    .pin-svg {
      width: 100%;
      height: 100%;
      fill: red;
      filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
    }

    /* Rising out effect */
    @keyframes riseOut {
      0% {
        transform: translate(-50%, 20px) scale(0);
        opacity: 0;
      }
      100% {
        transform: translate(-50%, -100%) scale(1);
        opacity: 1;
      }
    }

    /* Continuous bouncing after pop */
    @keyframes popBounce {
      0%, 100% {
        transform: translate(-50%, -100%) scale(1);
      }
      50% {
        transform: translate(-50%, -105%) scale(1.2);
      }
    }

    /* Glowing wave effect */
    @keyframes waveGlow {
      0% {
        opacity: 1;
        transform: translateX(-50%) scale(0.8);
        filter: blur(4px);
      }
      100% {
        opacity: 0;
        transform: translateX(-50%) scale(2.5);
        filter: blur(12px);
      }
    }




    /*Testimonial*/
    .testimonial-section {
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #f0f0f3, #dfe6e9);
      
      display: flex;
      justify-content: center;
      
      align-items: center;
      padding: 40px 20px;
    }

    .testimonial-wrapper {
      position: relative;
      max-width: 85%;
      width: 100%;
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(12px);
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      padding: 60px 40px;
    }

    .testimonial-container {
      overflow: hidden;
    }

    .testimonial-slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
    }

    .testimonial {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 20px;
      text-align: center;
    }

    .testimonial p {
      font-size: 1.4rem;
      line-height: 1.8;
      color: #333;
      font-style: italic;
      position: relative;
    }

    .testimonial p::before,
    .testimonial p::after {
      content: '“';
      font-size: 4rem;
      color: #700303;
      font-family: serif;
      position: absolute;
      opacity: 0.3;
    }

    .testimonial p::before {
      top: -40px;
      left: -20px;
    }

    .testimonial p::after {
      content: '”';
      bottom: -40px;
      right: -20px;
    }

    .testimonial h4 {
      margin-top: 25px;
      font-weight: 600;
      font-size: 1rem;
      color: #222;
      text-transform: uppercase;
      letter-spacing: 0.7px;
    }

    .testimonial span {
      display: block;
      font-size: 0.85rem;
      color: #777;
      margin-top: 2px;
    }

    .arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(212, 175, 55, 0.1);
      border: 1px solid #aa0000;
      color: #aa0000;
      font-size: 22px;
      padding: 10px 16px;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.2s ease;
      z-index: 2;
    }

    .arrow-btn:hover {
      background: #aa0000;
      color: white;
    }

    .arrow-left {
      left: 15px;
    }

    .arrow-right {
      right: 15px;
    }
     .dots {
      text-align: center;
      margin-top: 30px;
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .dot {
      height: 12px;
      width: 12px;
      background-color: #ccc;
      border-radius: 50%;
      transition: background-color 0.3s;
      cursor: pointer;
    }

    .dot.active {
      background-color: #aa0000;
    }
  

/*WHYYYY*/
.whyjoin-hints-container{
  background: transparent;
      font-family: 'Segoe UI', sans-serif;
      display: flex;
      position: relative;
      top: -119px;
      right: 39px;
      
    
}
 .whyjoin-hints {
      --purple: #7d0808;
      cursor: pointer;
    
    }

    .whyjoin-hint {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .whyjoin-hint-dot {
      z-index: 3;
      border: 2px solid #ffe4e4;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      transform: scale(0.95);
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
      background-color: #d41e1e;
      font-weight: bold;
      font-family: sans-serif;
      box-shadow: 0 5px 20px rgba(114, 12, 143, 0.4);
      transition: transform 0.3s ease;
    }

    .whyjoin-hint-dot:hover {
      transform: scale(1.05);
    }

    .whyjoin-hint-radius {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -125px 0 0 -125px;
      opacity: 0;
      visibility: hidden;
      transform: scale(0);
    }

    .whyjoin-hint-content {
      width: 200px;
      position: absolute;
      z-index: 5;
      padding: 35px 0;
      opacity: 0;
      transition: opacity 0.7s ease, visibility 0.7s ease;
      color: black;
      background: transparent;
      visibility: hidden;
      pointer-events: none;
      bottom: 85px;
      left: 50%;
      margin-left: 56px;
    }

    .whyjoin-hint:hover .whyjoin-hint-content {
      opacity: 1;
      visibility: visible;
    }

    .whyjoin-hint-content::before {
      width: 0;
      bottom: 29px;
      left: 0;
      content: "";
      background-color: black;
      height: 1px;
      position: absolute;
      transition: width 0.4s;
    }

    .whyjoin-hint:hover .whyjoin-hint-content::before {
      width: 180px;
    }

    .whyjoin-hint-content::after {
      transform-origin: 0 50%;
      transform: rotate(-225deg);
      bottom: 29px;
      left: 0;
      width: 80px;
      content: "";
      background-color: black;
      height: 1px;
      position: absolute;
      opacity: 1;
      transition: opacity 0.5s ease;
    }

    /*DEMO*/


    .hea.demo{
      background: rgb(232 245 254);
    }
 .demo-wrapper {
  background: #eaf4ff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.demo-container {
  max-width: 900px;
  width: 100%;
  background: linear-gradient(0deg, #ffffff 0%, #f4f7fb 100%);
  border-radius: 40px;
  padding: 50px 40px;
  border: 5px solid #ffffff;
  box-shadow: rgba(133, 189, 215, 0.88) 0px 30px 30px -20px;
  margin-top: 107px;
}

.demo-heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  /*color: #1089d3;*/
  background:linear-gradient(135deg, #003366, #005b96);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.demo-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.demo-input,
textarea.demo-input {
  width: 100%;
  background: white;
  border: none;
  padding: 16px 22px;
  border-radius: 20px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
  font-size: 16px;
  appearance: none;
}

.demo-input:focus,
textarea.demo-input:focus {
  outline: none;
  border-inline: 2px solid #12b1d1;
}

textarea.demo-input {
  resize: vertical;
  min-height: 100px;
}

.demo-submit-button {
  font-weight: bold;
  background: linear-gradient(145deg, #d80000 0%, #aa0000 100%);
  color: white;
  padding-block: 16px;
  border-radius: 50px;
  box-shadow: rgba(216, 0, 0, 0.5) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 21px;
}

.demo-submit-button:hover {
  transform: scale(1.03);
}

.demo-success-msg {
  margin-top: 15px;
  color: green;
  text-align: center;
  font-size: 14px;
}

.demo-level-wrapper {
  background: #ffffff;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.demo-level-title {
  text-align: center;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.demo-level-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.demo-level-item {
  position: relative;
  width: 50px;
  height: 50px;
}

.demo-level-item input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

.demo-level-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e0f1ff;
  color: #0077b6;
  font-weight: bold;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  font-size: 15px;
}

.demo-level-item input:checked + label {
  transform: scale(1.15);
  box-shadow: 0 0 0 4px #d0ebff, 0 0 0 8px #0077b6;
  background-color: #cce5ff;
  color: #003f5c;
}

.demo-phone-group {
  display: flex;
  gap: 12px;
}

.demo-phone-group input {
  flex: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}




   






  /*FOOTER*/
      .footer-wrapper {
      font-family: 'Inter', sans-serif;
      background: #ffffff;
    }

    footer {
      background:linear-gradient(135deg, #003366, #005b96);
      padding: 60px 30px 30px;
      color: #f5f5f5;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 40px;
      max-width: 1200px;
      margin: auto;
    }

    .footer-logo h2 {
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 10px;
    }

    .footer-logo h2 span {
      color: #e60023;
    }

    .footer-logo p {
      font-size: 14px;
      color: #cccccc;
      line-height: 1.6;
    }

    .footer-links h4,
    .footer-contact h4,
    .footer-social h4 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;
      color: #ffffff;
    }

    .footer-links a {
      display: block;
      font-size: 14px;
      color: #bbbbbb;
      text-decoration: none;
      margin-bottom: 10px;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #ffffff;
    }

    .footer-contact p {
      font-size: 14px;
      color: #bbbbbb;
      margin-bottom: 10px;
    }

    .footer-social-icons {
      display: flex;
      gap: 16px;
      margin-top: 10px;
    }

    .footer-social-icons a {
      font-family: 'Material Icons';
      font-size: 24px;
      cursor: pointer;
      color: #fafafa;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .footer-social-icons  a:hover {
      color: #333;
      background: #ffffff;
    }

    .footer-bottom {
      text-align: center;
      margin-top: 40px;
      font-size: 13px;
      color: #888888;
    }


    /* Responsive */
    @media (max-width: 768px) {
      .nav-links {
        display: none;
        position: absolute;
        top: 91px;
        right: -179px;
        width: 200px;
        background: linear-gradient(135deg, #003366, #005b96);
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        z-index: 10;
        border-radius: 7px;
        transition: all 0.3s ease;
      }

      .nav-links.show {
        display: flex;
      }

      .hamburger {
        display: block;
      }
      .teacher{
        flex-direction: column-reverse;    
        margin-top: 121px;
      }
      .bon{
      margin-left:0;
    }

     .bon h1 {
        white-space: nowrap;
        display: flex;
        flex-wrap: nowrap;
        transform: scale(1);
      }
       .bon h1 span{
        display: inline-block;
       }
      .counters-wrapper{
        flex-direction: column;
        align-items: center;
      }
        .footer-grid {
        text-align: center;
        gap: 30px;
      }

      .footer-social-icons {
        justify-content: center;
      }
       .arrow-btn {
        display: none;
      }

      .testimonial-wrapper {
        padding: 40px 20px;
      }

      .testimonial p {
        font-size: 1.2rem;
      }
        .counters-wrapper{
          gap: 30px;
        }
      .whyjoin-hint-dot {
      width: 40px;
      height: 40px;
      left: 44%;
       bottom: 66px;
       
      }
      .whyjoin-hint-content{
       left: -3%;
        bottom: 45px;
        width: 148px;
      }
     .whyjoin-hint:hover .whyjoin-hint-content::before {
      width: 120px;
    }
    .whyjoin-hint-content::after {
      width: 50px;
    }
    .teacher{
      margin-top: 0px;
    }
    .demo-container{
      margin-top: 81px;
    }
    .course-content p{
      line-height: 17px;
    font-size: 14px;
    }
    .course-label{
      font-size: 15px;
    }
    .container{
      gap: 34px;
    }
    .world-map{
      border-radius: 10px;
      margin: 0px 20px;
    }
    .card{
      width: 131%;
      margin-left: 10px;
    }
    .title{
      font-size: 2.1rem;
    }
    }