
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }



        :root {
    --primary: #00ADB5;
    --secondary: #7D0A0A;
    --third: #EAD196;
    --bg: #f7f7f7;
    --text: #222831;
    --text-secondary: #393E46;
    --white: #EEEEEE;
   --font-size-h1: 48px;
   --font-size-h2: 36px;
   --font-size-h3: 24px;
 --font-size-p: 14px;
  --font-size-button: 14px;
--font-size-review: 18px;
--font-size-review-sub: 14px;
}

body{
  overflow-x: hidden;
}

 .wd-bm-section {
  padding: 10px;
}

.wd-bm-grid-overlay {
   position: absolute;
    width: 100%;
    height: 40vh;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.05) 1px, transparent 1px),
                      linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
    z-index: 1;
    overflow: hidden;
}

.wd-bm-hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 5px;
  z-index: 4;
  overflow-x: hidden;
}

.wd-bm-left {
  flex: 1;
  max-width: 700px;
  text-align: left;
}

.wd-bm-small-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
}

.wd-bm-heading {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 42px;
  max-width: 700px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #161616;
}

.wd-bm-paragraph {
  font-family: 'Roboto', sans-serif;
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #525252;
  line-height: 1.6;
}

.wd-bm-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.wd-bm-btn {
  border: none;
  background: none;
  outline: none;
}

.wd-bm-btn a {
  padding: 14px 28px;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(145deg, #6c028d, #050505);
  border: none;
  border-radius: 12px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.wd-bm-btn a i {
  color: #fff;
  margin-right: 8px;
}

.wd-bm-btn a:hover {
  box-shadow: 0px 2px 5px #6c028d;
}

.wd-bm-btn-1 i {
  margin-left: 8px;
  transition: 0.4s ease-in-out;
}

.wd-bm-btn-1:hover i {
  transform: translateX(30px) rotate(-6deg);
}

.wd-bm-secondary a {
  background: transparent;
  color: #6c028d;
  border: 1px solid #6c028d;
}

.wd-bm-secondary a i {
  color: #6c028d;
}

.wd-bm-right {
  flex: 1;
  max-width: 650px;
  text-align: center;
}

.wd-bm-main-image {
  max-width: 650px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* .wd-bm-main-image-mobile {
  display: none;
  max-width: 560px;
  width: 98%;
  margin-top: 20px;
} */



.meeting-area{
  max-width: 1200px;
  width: 98%;
  margin: 30px auto;
  margin-bottom: 70px;
  padding: 10px;
}



@media (max-width: 992px) {
  .wd-bm-hero-wrapper {
    flex-direction: column;
    text-align: center;
    margin-top: 80px;
  }

  .wd-bm-left, .wd-bm-right {
    max-width: 100%;
  }

  .wd-bm-left {
    text-align: center;
  }

  .wd-bm-heading {
    font-size: 32px;
    margin: 0 auto 20px;
  }

  .wd-bm-paragraph {
    font-size: 15px;
    margin: 0 auto 30px;
  }

  .wd-bm-buttons {
    justify-content: center;
  }
}






 .bk-meet-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      padding: 20px;
      gap: 40px;
      max-width: 1200px;
      margin: 80px auto;
    }

    .bk-meet-form-container {
      max-width: 700px;
      width: 100%;
    }

    .bk-meet-form-container h2 {
      font-size: 36px;
      margin-bottom: 30px;
      font-weight: bold;
      color: #161616;
        font-family: 'Be Vietnam Pro', sans-serif;
    }

    .bk-meet-question {
      display: none;
      flex-direction: column;
      gap: 10px;
      animation: fadeIn 0.4s ease-in-out;
    }

    .bk-meet-question.active {
      display: flex;
    }

    .bk-meet-label {
      font-size: 18px;
      margin-bottom: 5px;
    }

    .bk-meet-input, .bk-meet-textarea {
      width: 100%;
      padding: 12px 16px;
      border: none;
      border-bottom: 1px solid #000000;
      background-color: transparent;
      font-size: 16px;
      outline: none;
      transition: border 0.3s ease;
    }

    .bk-meet-input:focus, .bk-meet-textarea:focus {
      border-color: #32005e;
    }

    .bk-meet-textarea {
      resize: vertical;
      min-height: 120px;
    }

    .bk-meet-buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
    }

    .bk-meet-btn {
      background-color: #161616;
      color: white;
      padding: 10px 24px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 15px;
      transition: background 0.3s ease;
    }

    .bk-meet-btn:hover {
      box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.9);
    }

    .bk-meet-image {
      max-width: 400px;
      width: 100%;
    }

    .bk-meet-thankyou {
      display: none;
      font-size: 20px;
      color: green;
      margin-top: 30px;
      font-weight: bold;
      animation: fadeIn 0.6s ease-in-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 900px) {
      .bk-meet-section {
        flex-direction: column;
        align-items: center;
      }

      .bk-meet-image {
        max-width: 100%;
      }
    }


