    body {
      margin: 0;
      font-family: montserrat, Verdana, Tahoma, Geneva, sans-serif;
      background: linear-gradient(to right, #4087e3, #8e44ad, #e74c3c);
      color: white;
      overflow-x: hidden;         /* Prevent horizontal scrolling */
      touch-action: pan-y;        /* Allow vertical scroll only, prevent horizontal pan */
      overscroll-behavior-x: contain; /* Stop bounce effect horizontally */
      position: relative;         /* Ensure no unintended offset */
      max-width: 100vw;
    }
    a {
      color: #fff;
    }
    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 30px;
      background-color: rgba(0, 0, 0, 0.5);
      flex-wrap: wrap;
    }
    .lang-menu {
      position: absolute;
      background: #c0c0c0;
      border: 1px solid #ccc;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      padding: 8px 0;
      border-radius: 4px;
      min-width: 120px;
      z-index: 1000;
      display: none;
    }
    .lang-menu.show {
      display: block;
    }
    .lang-menu div {
      padding: 8px 16px;
      cursor: pointer;
    }
    .lang-menu div:hover {
      background-color: #4087e3;
    }
    .logo img {
      height: 50px;
    }
    .logo h6 {
      margin: 6px 10px;
      color: #f1f1f1;
    }
    
    .nav-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    .nav-links a, .contact-btn {
      color: white;
      margin: 10px 10px;
      text-decoration: none;
      font-weight: normal;
    }
    .contact-btn {
      background-color: #4087e3;
      padding: 8px 15px;
      border-radius: 6px;
    }
    .lang-btn {
      background-color: #4087e3;
      padding: 8px 15px;
      border-radius: 6px;
    }
    .hero {
      position: relative;
      text-align: center;
      overflow: hidden;
    }
    .hero video {
      width: 100%;
      height: 450px;
      object-fit: cover;
    }
    .hero img {
      width: 100%;
      height: 450px;
      object-fit: cover;
    }
    .hero .slogan {
      position: absolute;
      bottom: 20%;
      left: 30px;
      right: 50px;
      text-align: start;
    }
    .bigslogan {
      font-size: 2.2rem;
      font-weight: bold;
      line-height: 120%;
      color: #f1f1f1;
      text-shadow: 2px 2px 4px #000;
    } 
    .smlslogan {
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 130%;
      color: white;
      text-shadow: 2px 2px 4px #000;
    }
    .across-content {
      position: relative;
      text-align: center;
      overflow: hidden;
    }
    .across-content img {
      width: 100%;
      height: 430px;
      object-fit: cover;
      opacity: 0;
      filter: brightness(50%);
      transform: translateY(20px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }
    
    .across-content .content-title {
      position: absolute;
      top: 50%;
      left: 17%;
      transform: translate(-10%, -50%);
      /* max-width: 1000px; */
      /* border: 1px solid red; */
    }
    
    /*
    .across-content .content-title {
      position: absolute;
      top: 50%;
      left: 20%;
      max-width: 900px;
      transform: translate(-7%, -50%);
    }
    */
    
    .bigtitle {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 130%;
      color: #f1f1f1;
      text-shadow: 2px 2px 4px #000;
    } 
    .smltitle {
      font-size: 0.9rem;
      font-weight: normal;
      line-height: 130%;
      margin-top: 10px;
      color: white;
      text-shadow: 2px 2px 4px #000;
    }
    .section {
      padding: 10px 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .section.wbg {
      padding: 10px 10px;
      background-image: url("../img/wavy2_dim_1200x990.jpg");
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .section p {
      color: #e1e1c1;
    }
    .text-box {
      max-width: 500px;
      margin: 0px;
      padding: 10px 30px 10px 30px;
    }
    .text-box-2 {
      max-width: 90%;
      margin: 0px;
      padding: 10px 30px 10px 30px;
    }
    .section img {
      max-width: 400px;
      width: 100%;
      height: auto;
      margin: 0px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }
    .fade-in {
      opacity: 1 !important;
      transform: translateY(0) !important;
    }
    
    
    
    .about-text {
      padding: 30px 10px 20px;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-wrap: wrap;
      max-width: 900px;
      margin: 0 auto;
    }
    .about-text p {
      color: #e1e1c1;
    }
    .side-by-side {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }
    .side-by-side .image-block {
      margin: 0px;
      padding: 0px;
      flex: 1;
      max-width: 350px;
      /* border: 1px solid red; */
    }
    .side-by-side p {
      margin: 15px 5px 15px;
    }
    
    /* Trap-Pyramid */
    
    .pyramid-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 900px;
      margin: 0 auto;
    }

    .level-row {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      width: 100%;
      flex-wrap: wrap;
    }

    .pyramid {
      width: 300px;
      position: relative;
    }

    .triangle {
      width: 0;
      height: 0;
      border-left: 150px solid transparent;
      border-right: 55px solid transparent;
      border-bottom: 100px solid #6c63ff;
      position: relative;
    }
    
    .trapezoid.top {
      width: 100%;
      height: 100px;
      background: #a0a0ff;
      clip-path: polygon(50% 0%, 50% 0%, 65% 100%, 35% 100%);
      position: relative;
    }

    .trapezoid {
      width: 100%;
      height: 100px;
      background: #a0a0ff;
      clip-path: polygon(32% 0%, 68% 0%, 83% 100%, 17% 100%);
      position: relative;
    }

    .trapezoid.bottom {
      background: #c2c1ff;
      clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
    }

    .trap-icon {
      position: absolute;
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      z-index: 2;
    }

    .trap-icon img {
      width: 100%;
      height: 100%;
      filter: opacity(100%);
    }

    .trap-description {
      flex: 1;
      padding-left: 2rem;
      min-width: 250px;
    }

    .trap-description h3 {
      margin: 0 0 0.5rem;
      font-size: 1.2rem;
    }

    .trap-description p {
      margin: 0;
      color: #d1d1f1;
      font-size: 0.95rem;
    }

    .trap-main {
      position: relative;
      padding-top: 0px;
      padding-bottom: 30px;
      text-align: center;
      /* background: #f5f4fb; */
      background-color:rgba(0, 0, 0, 0.35);
      color: #f1f1f1;
    }
    
    
    /* Upward arc fan-shaped arc setup */
    
    .fan-main {
      position: relative;
      padding-top: 30px;
      padding-bottom: 30px;
      text-align: center;
      /* background: #f5f4fb; */
      background-color:rgba(0, 0, 0, 0.35);
      color: #f1f1f1;
    }
    
    .fan-container {
      /* border-style: solid; */
      position: relative;
      width: 300px;
      height: 200px;
      margin: 0 auto 0rem;
      /* border: 1px solid #ddd; */
    }

    .fan-item {
      position: absolute;
      top: 60%;
      left: 36%;
      transform-origin: center center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 80px;
    }

    .fan-item span {
      font-size: 0.8rem;
      margin-bottom: 0.5rem;
      font-weight: 500;
      width: 100%;
    }

    .fan-icon {
      width: 60px;
      height: 60px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .fan-icon img {
      width: 28px;
      height: 28px;
      filter: opacity(70%);
    }

    /* Upward arc positioning with text labels */
    .fan-item:nth-child(1) {
      transform: rotate(-75deg) translateY(-185px) rotate(75deg);
    }
    .fan-item:nth-child(2) {
      transform: rotate(-50deg) translateY(-147px) rotate(50deg);
    }
    .fan-item:nth-child(3) {
      transform: rotate(-18deg) translateY(-120px) rotate(18deg);
    }
    .fan-item:nth-child(4) {
      transform: rotate(18deg) translateY(-120px) rotate(-18deg);
    }
    .fan-item:nth-child(5) {
      transform: rotate(50deg) translateY(-147px) rotate(-50deg);
    }
    .fan-item:nth-child(6) {
      transform: rotate(75deg) translateY(-185px) rotate(-75deg);
    }
    
    /* Description boxes under the arc */
    
    .fan-descriptions {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
      max-width: 800px;
      margin: 0 auto;
      /* border: 1px solid #ddd; */
    }
    .fan-descri {
      margin: 5px;
      background-color: #f1f1f1;
      padding: 5px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .fan-descri h3 {
      margin-bottom: 0.4rem;
      font-size: 1.1rem;
      color: #111111;
    }
    .fan-descri p {
      font-size: 0.95rem;
      color: #444;
    }
    
    
    /* Contact Us form */
    
    .form-container {
      background-color: rgba(255, 255, 255, 0.2); 
      padding: 20px 30px;
      border-radius: 0px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      max-width: 500px;
      /* ----- */
      margin: 0px auto 0rem;
      width: 100%;
    }

    .form-container h2 {
      text-align: center;
      margin-bottom: 10px;
      color: #f1f1f1;
      font-size: 1.3rem;
    }

    .form-group {
      margin-bottom: 10px;
    }

    .form-group label {
      display: block;
      font-weight: 600;
      margin-bottom: 2px;
      color: #f1f1f1;
      font-size: 1rem;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 5px 14px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 0.85rem;
      transition: border-color 0.3s ease;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      border-color: #4087e3;
      outline: none;
    }

    .form-group textarea {
      resize: vertical;
      min-height: 80px;
    }

    .submit-btn {
      width: 100%;
      padding: 10px;
      background: linear-gradient(to right, #4087e3, violet);
      border: none;
      color: white;
      font-size: 1rem;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .submit-btn:hover {
      background: linear-gradient(to right, violet, #4087e3);
    }
    
    .loader {
      border: 4px solid rgba(0,0,0,0.1);
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border-left-color: #09f;
      animation: spin 1s linear infinite;
      margin: 20px auto;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }
    
    
    /* Footer */
    
    .footer {
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      padding: 40px 20px;
    }
    .footer h5 {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 1rem;
    }
    .footer a {
      display: block;
      color: #fff;
      text-decoration: none;
      margin-bottom: 10px;
      font-size: 0.8rem;
    }
    .footer p {
      text-align: center;
      width: 100%;
      color: #ccc;
      margin-top: 30px;
      font-size: 1rem;
    }
    .footer div {
      width: 190px;
      /* border: solid; */
    }
    .montserrat-test {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 200;
      font-style: normal;
    }
    @media screen and (max-width: 768px) {
      .section {
        flex-direction: column;
      }
      .hero .slogan {
        font-size: 2rem;
      }
      .level-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .trap-description {
        padding: 1rem 0 0;
      }
    }