
    .para1{
            margin-top: 40px;
/*            font-size: 17px;*/
            text-align: center;
    }
    .image1{
            width: 100%;
            height: 186px;
            border-radius: 10px;
    }
    .textalign{
        text-align: center;
    }
    .capitalize{
       
        text-transform: capitalize !important;
    }
     .recruitment-section {
      background: url('https://img.freepik.com/free-photo/businessman-working-digital-marketing_23-2149047614.jpg') no-repeat center center;
      background-size: cover;
      position: relative;
      color: white;
    }

    .overlay {
      background: rgba(33, 37, 41, 0.5);
      padding: 60px 30px;
    }

    .main-title {
      font-size: 2.5rem;
      font-weight: 800;
    }

    .info-box {
      background: black;
      color: black;
      padding: 25px;
      border-radius: 12px;
      margin-top: -60px;
      position: relative;
      z-index: 2;
    }

    .info-box h5 {
      margin-bottom: 25px;
      font-weight: 700;
      color: #FF9800 !important;
    }

    .info-box ul {
      padding-left: 1rem;
    }

    .rules-image {
      border-radius: 100% 0 100% 0;
      overflow: hidden;
      border: 10px solid #0d6efd;
      max-width: 100%;
    }

    @media (max-width: 768px) {
      .main-title {
        font-size: 1.8rem;
      }

      .info-box {
        margin-top: 20px;
      }

      .rules-image {
        border-radius: 12px;
      }
    }

    body {
      background: linear-gradient(to right, #1e3a8a, #1e40af, #0ea5e9);
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }

    .heading-title {
      font-size: 2.5rem;
      font-weight: 800;
      text-transform: capitalize;
    }

    .sub-heading {
      color: #facc15;
      font-weight: bold;
    }

    .currency-card {
      border-radius: 20px;
      overflow: hidden;
      text-align: center;
      margin-bottom: 30px;
    }

    .card-top {
      padding: 20px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }

    .card-bottom {
      padding: 10px;
      font-weight: bold;
      color: white;
    }

    .card-title {
      margin-top: 10px;
      font-weight: 600;
    }

    .circle-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 4px solid white;
      object-fit: cover;
    }

    .blue { background-color: #3b82f6; }
    .green { background-color: #22c55e; }
    .red { background-color: #ef4444; }
    .yellow { background-color: #facc15; color: black; }
    .indigo { background-color: #6366f1; }
    .orange { background-color: #fbbf24; color: black; }

    .para3{
      margin-top: 10px;
/*      font-size: 15px;*/
      font-weight: 500;
      line-height: 32px;
      padding-bottom: 30px;
      color: white;
    }
      .deposit-box {
      border-radius: 0 0 0 200px;
      overflow: hidden;
      position: relative;
    }

    .deposit-content {
      padding: 60px 30px;
    }

    .main-amount {
      font-size: 4rem;
      font-weight: 800;
      line-height: 1;
    }

    .overlay-box {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border: 2px solid rgba(255, 255, 255, 0.2);
      padding: 20px;
      border-radius: 10px;
      color: white;
      margin-top: 20px;
    }

    .right-img {
      height: 100%;
      object-fit: cover;
      border-top-left-radius: 200px;
    }

    .small-dot {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 1.5rem;
      color: #ccc;
    }

    @media (max-width: 768px) {
      .main-amount {
        font-size: 3rem;
      }

      .right-img {
        border-top-left-radius: 50px;
        height: 300px;
        width: 100%;
        object-position: center;
      }

      .deposit-box {
        border-radius: 0;
      }
    }

    .promo-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 60px 30px;
      position: relative;
      overflow: hidden;
    }

    .promo-left h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .promo-left h2 {
      font-size: 4rem;
      font-weight: 800;
      margin: 10px 0;
    }

    .promo-left p {
      font-size: 1.1rem;
      color: #e0e0e0;
    }

    .btn-start {
      background-color: #0d6efd;
      color: white;
      padding: 12px 30px;
      border: none;
      border-radius: 8px;
      font-weight: 600;
    }

    .btn-outline-arrow {
      background: transparent;
      color: white;
      border: 1.5px solid white;
      padding: 12px 30px;
      border-radius: 8px;
      font-weight: 600;
      margin-left: 15px;
    }

    .circle-img {
      width: 100%;
      max-width: 400px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      overflow: hidden;
      border: 6px solid #0ea5e9;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    }

    .decor-hex {
      position: absolute;
      top: 20px;
      left: 20px;
      color: #7dd3fc;
      font-size: 3rem;
      opacity: 0.1;
    }

    .dot-overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 100px;
      background: white;
      border-radius: 0 0 0 100px;
    }

    @media (max-width: 768px) {
      .promo-left h2 {
        font-size: 2.5rem;
      }

      .circle-img {
        max-width: 250px;
        margin-top: 30px;
      }

      .btn-outline-arrow {
        margin-left: 0;
        margin-top: 10px;
      }
    }

     .hero-section {
      padding: 60px 20px;
      position: relative;
      overflow: hidden;
      min-height: 100vh;
    }

    .hero-title {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .hero-subtitle {
      font-size: 4rem;
      font-weight: 900;
      margin: 20px 0;
    }

    .hero-desc {
      font-size: 1.1rem;
      color: #e2e8f0;
    }

    .hero-btns .btn-primary {
      background-color: #0d6efd;
      border: none;
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 8px;
    }

    .hero-btns .btn-outline-light {
      border: 2px solid white;
      padding: 12px 30px;
      font-weight: 600;
      border-radius: 8px;
      margin-left: 15px;
    }

    .circle-image {
      width: 100%;
      max-width: 400px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      border: 6px solid #0ea5e9;
      overflow: hidden;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    }

    .circle-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .top-shape {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 100px;
      background: white;
      border-bottom-left-radius: 100px;
    }

    @media (max-width: 768px) {
      .hero-subtitle {
        font-size: 2.5rem;
      }

      .hero-btns .btn-outline-light {
        margin-left: 0;
        margin-top: 10px;
      }

      .circle-image {
        max-width: 250px;
        margin-top: 30px;
      }
    }


    .section {
      display: flex;
      flex-wrap: wrap;
      padding: 40px 20px;
      align-items: center;
      justify-content: center;
    }
 
    .content {
      flex: 1;
      min-width: 300px;
      max-width: 600px;
      padding: 20px;
    }
 
    .content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 10px;
    }
 
    .content h3 {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 30px;
    }
 
    .content ul {
      list-style: none;
      padding-left: 0;
    }
 
    .content li::before {
      content: '✓';
      color: #00ffcc;
      font-weight: bold;
      margin-right: 10px;
    }
 
    .content li {
      font-size: 1.2rem;
      margin-bottom: 15px;
    }
 
    .image {
      flex: 1;
      min-width: 300px;
      max-width: 600px;
      text-align: center;
    }
 
    .image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
 
    @media(max-width: 768px) {
      .section {
        flex-direction: column;
        text-align: center;
      }
 
      .content h2, .content h3 {
        text-align: center;
      }

      .mx-auto1 {
          margin-right: auto!important;
          margin-left: auto!important;
      }
    }

     .mx-auto1 {
/*          margin-right: auto!important;*/
          margin-left: auto!important;
      }

.info-box1 {
    /* background: black; */
    color: black;
    padding: 25px;
    border-radius: 12px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
  }      