*{
    margin: 0;
    padding: 0;
}
p{
    color: #fff;
}
a{
    color: gray !important;
}
h1 {
    color: #fff;
    text-align: center;
    font-size: 25px !important;
    font-weight: 800;
    border: 1px solid #ff9800;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(255, 152, 0, 0.4); /* orange-ish shadow */
    border-radius: 5px; /* optional: thoda curve for better look */
}
h2 {
    color: #fff;
    text-align: center;
    font-size: 25px !important;
    font-weight: 800;
    border: 1px solid #ff9800;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(255, 152, 0, 0.4); /* orange-ish shadow */
    border-radius: 5px; /* optional: thoda curve for better look */
}
h3{
    color: #fff;
}
h4{
    color: #fff;
    text-align: center;
}
  .form-box {
    display: block;
  margin: 0 auto 20px; 
    background: #000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
    border: 2px solid #F26C20;
  }

  .form-box img {
    width: 80px;
    margin-bottom: 20px;
  }

  .form-box input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border-bottom: 1px solid #F26C20;
    background-color: #000;
  }

  .form-box button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    background: #F26C20;
    color: white;
    cursor: pointer;
    font-size: 16px;
  }
  
  .form-box button:nth-of-type(2) {
    background: #4CAF50;
  }

  .form-box button:hover {
    opacity: 0.9;
  }
  .support-button {
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background-color: green !important;
    color: white;
    cursor: pointer;
    animation: fadeInOut 2s infinite;
  }

  @keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
  }

  .bax{
    background-color: #1E1E1E;
  }
  .logo{
    display: block;
  margin: 0 auto 20px; 
    width: 200px;
    height: 50px;
  }

  .rope{
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bake{
    display: block;
    margin: 0 auto 20px; 
    background-color: #B96504;
    padding: 10px 40px;
    color: #fff;
    border-radius: 10px;
  }
  .great {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
  }

  .image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 8px;
  }

  .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .text-block .top-text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #F26C20;
  }

  .text-block .bottom-text {
    font-size: 14px;
    color: #fff;
  }
  .boat {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
    border: 2px solid #ff9800;
    border-radius: 10px;
    margin-top: 10px;
  }
  .week{
    border: 2px solid #ff9800;
    border-radius: 10px;
    margin-top: 10px;
  }

  .faq-section {
    width: 100%;
    min-height: 100vh;
    padding: 40px;
    background: #000;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
  }

  .faq-section h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
  }

  .faq-item {
    background: #f9f9f9;
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: 2px solid #ff9800;
    background: #000;
    color: white;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
  }

  .faq-question.active::after {
    content: '-';
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #000;
    padding: 0 20px;
  }

  .faq-answer p {
    padding: 15px 0;
    margin: 0;
    color: #fff;
  }

  .gap{
    background-color: #000;
    text-align: center;
    padding-top: 30px;
  }

  .image-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
.wee{
    width: 180px;
    width: 80px;
}

  @media (max-width: 768px) {
    .image-row img {
      width: 50px;
      height: 50px;
    }
  }

   /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 
  .image-fixed {
    width: 100%;
    position: relative;
  }
  
  .image-fixed img {
    height: 50%;
    object-fit: cover;
    width: 100%;
    position: sticky;
    top: 0;
  }
  
  .registration-scroll {
    width: 50%;
    padding: 30px;
    overflow-y: auto;
    background: #000;
  }
    @media only screen and (max-width: 476px){
    .form-box {
        width: 300px !important;
    }}
    table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
  }
  
  table th, table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
  }
  
  table th {
    background-color: #F5C6A5;
    color: #000;
    font-weight: 600;
  }
  
  table tr:nth-child(even) {
    background-color: #fafafa;
  }
  
  table tr.highlight-row {
    background-color: #F5C6A5;
    color: #fff;
    font-size: 18px;
  }
  
  table tr.highlight-row th {
    border: none;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    table, tbody, tr, th, td {
      display: block;
      width: 100%;
    }
  
    table tr {
      margin-bottom: 15px;
    }
  
    table td, table th {
      padding: 10px;
      text-align: left;
    }
  
    table th {
      background-color: #F5C6A5;
      color: #000;
    }
  }
  