.hs-hero-section {
       background-color: #fbfcfe;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    padding: 60px 38px 48px 70px;
    max-width: 1600px;
    margin: 10px auto;
    border-radius: 26px;
}
.hs-hero-content {
    width: 39%;
}
.hs-hero-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.hs-hero-buttons a.btn.btn-primary {
    background: #44bc72;
}
.hs-hero-buttons a.btn.btn-secondary {
       color: black;
    border: 1px solid black;
    font-family: 'lato';
    font-weight: 400;
    font-size: 16px;
}
}
.hs-hero-container {
    align-items: center;
    display: grid;
    gap: 180px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1520px;
}
/* Top Pill Badge */
.hs-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #FAF3E1;
  color: #040404;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 14px;
  border-radius: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
border:1px solid #F5DD9F;
line-height:29px;
   
    font-family: 'lato';
}

.badge-icon {
      color: #f5dd9f;
    font-size: 22px;
}

/* Typography */
.hs-hero-title {
      font-size: 65px;
    line-height: 1.1;
    font-weight: 900;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: 0%;
    font-family: Lato;
    max-width: 100%;
}
}


.hs-hero-description {
       color: #000000B2;
    font-family: 'PP Mori', sans-serif;
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 32px;
    max-width: 85%;
}

/* Buttons */
.hs-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
    max-width: 80%;
}

.btn {
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

.btn-primary {
  background-color: #3cc37d;
  color: #ffffff;
  border: 1px solid #3cc37d;
}

.btn-primary:hover {
  background-color: #34aa6d;
  border-color: #34aa6d;
}

.btn-secondary {
  background-color: #ffffff;
  color: #1e293b;
  border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
  border-color: #0f172a;
  color: #0f172a;
}

.btn-arrow {
  font-size: 16px;
  line-height: 1;
}

/* Rating Area */
.hs-hero-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rating-stars {
color: #eab308;
    font-size: 22px;
    letter-spacing: -1px;
}

.rating-info {
  font-size: 14px;
  color: #334155;
}

.rating-info strong {
  color: #0f172a;
}

/* Right Column Image & Floating Card */
.hs-hero-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
  width:41%;
}

.hs-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* Live Card Overlay */
.hs-image-overlay-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(226, 232, 219, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 14px 18px;
  border-radius: 14px;
}

.status-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.green-dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
}

.live-text {
  font-size: 13px;
  font-weight: 700;
  color: #166534;
}

.overlay-subtext {
  margin: 0;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
}

/* Responsive Media Query */
@media (max-width: 991px) {
  .hs-hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hs-hero-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
div#hs_cos_wrapper_widget_1786651502466 section.hs-hero-section {
    padding: 20px;
}

div#hs_cos_wrapper_widget_1786651502466 section.hs-hero-section .hs-hero-container {
    flex-direction: column !important;
    padding: 0px;
}
div#hs_cos_wrapper_widget_1786651502466 .hs-hero-container {
    flex-direction: column;
}
div#hs_cos_wrapper_widget_1786651502466 .hs-hero-content {
    width: 100% !important;
}
div#hs_cos_wrapper_widget_1786651502466 .hs-hero-image-wrapper {
    width: 100% !important;
}
div#hs_cos_wrapper_widget_1786651502466 .hs-hero-buttons {
        width: 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
}

div#hs_cos_wrapper_widget_1786651502466 .hs-hero-buttons a {
        
        font-size: 14px !important;
    }
}