
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Hind Siliguri', sans-serif;
    scroll-behavior: smooth;
}
body {
    background-color: #fcfcfc;
    color: #333;
}
.container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
.container-top {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
section {
    padding: 45px 0;
}
.top-bar {
    background: #E60000;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.countdown-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.time-box {
    width: 90px;
    height: 90px;
    background: white;
    color: #E60000;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.time-box span {
    display: block;
    font-size: 28px;       
    line-height: 1.2;       
    font-weight: bold;
}
.hero {
    background: white;
}

.hero-title {
    font-size: 55px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 20px;
}
p.hero-subtext {
    font-size: 24px;
    font-weight: 500;
}
p {
    font-size: 19px;
    font-weight: 500;
}
.highlight-blue {
    color: #0056b3;
}
.offer-card {
    background: #FFF5F5;
    border: 2px dashed #E60000;
    padding: 15px;
    border-radius: 15px;
    margin-top: 30px;
    align-items: center;
}
.offer-card-new {
    background: #FFF5F5;
    border: 2px dashed #E60000;
    padding: 15px;
    border-radius: 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.offer-label {
    font-size: 45px;
    font-weight: bold;
    color: #E60000;
    margin-bottom: 15px;
}
.old-price {
    text-decoration: line-through;
    color: #09af7c;
    font-size: 50px;
}
.cta-button {
    display: inline-block;
    background: #E60000;
    color: white;
    padding: 5px 22px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    font-size: 27px;
    box-shadow: 0 10px 20px rgba(230, 0, 0, 0.3);
}
.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.problems {
    background: #f1f1f1;
}

.problem-item {
    display: flex;
    align-items: center;
    text-align: left;
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.problem-item i {
    font-size: 26px;
    margin-right: 15px;
}
.video-header{
    font-size: 20px;
}
.icon-red { color: #ff4d4d; }
.icon-green { color: #00dddf; }
.feature-card {
    background: #FFF5F5;
    border: 2px dashed #E60000;
    padding: 15px;
    border-radius: 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.feature-card strong{
  font-size: 20px;
}
.feature-card i {
    font-size: 30px;
    color: #0056b3;
    margin-right: 20px;
}
.price-summary {
    background: #111;
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin-top: 30px;
}
.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 25px;
}
.price-row.highlight {
    color: #FFD700;
    font-size: 22px;
    font-weight: bold;
    border-top: 1px solid #444;
    padding-top: 10px;
}
h2.section-title {
    font-size: 34px;
}
.dark-section{
  background: #000;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.top-icon {
  font-size: 38px; /* container size */
  color: #ff0000;
  margin-bottom: 12px;
}

.top-icon i {
  font-size: 48px;        /* REAL icon size */
  line-height: 1;
  display: inline-block;
}


.warning-text{
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}
.warning-text i{
  color: #ffd700;
  margin-right: 12px;
}
.dark-box{
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}
.box-item{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.box-item:last-child{
  border-bottom: none;
}
.icon-box{
  width: 65px;
  height: 60px;
  border-radius: 12px;
  background: rgba(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-content {
    text-align: start;
}
.icon-box i{
  color: #ff0000;
  font-size: 24px;
}
.box-content h4{
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
}
.box-content p{
  margin: 0;
  color: rgba(255,255,255,0.85);
  font-size: 20px;
  line-height: 1.6;
}
.bottom-text{
  margin-top: 28px;
  font-size: 22px;
  color: #0b5cff;
  font-weight: 700;
}
.instructor-card {
    background: #007bff;
    color: white;
    padding: 40px 20px;
    border-radius: 20px;
}
.img-wrapper img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid white;
    margin-bottom: 15px;
}
.social-links i {
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
}
.instructor-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    font-size: 14px;
}
details {
    background: white;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 8px;
    text-align: left;
    border: 1px solid #ddd;
}
summary {
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}
.form-wrapper {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    text-align: left;
}
.input-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}
input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.final-btn {
    width: 100%;
    background: #E60000;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}
.footer {
    padding: 20px;
    background: #eee;
    font-size: 12px;
}
.mentor-section{
  max-width: 950px;
  margin: 40px auto;
  padding: 0 15px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.mentor-heading{
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #111;
}
.mentor-card{
  background: #0b6fe6; /* Blue */
  border-radius: 8px;
  padding: 55px 20px 20px;
  position: relative;
}
.mentor-top{
  position: relative;
  padding-top: 10px;
}
.mentor-img{
  width: 350px;
  height: 350px;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  background: #fff;
}
.mentor-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mentor-name{
  margin: 15px 0 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.mentor-desc{
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}
.mentor-stats{
  background: #f5f5f5;
  padding: 18px;
  margin: -20px 20px 0;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.stat-box{
  flex: 1;
  background: #fff;
  padding: 18px 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.stat-icon{
  font-size: 24px;
  margin-bottom: 8px;
}
.stat-box h4{
  margin: 0;
  font-size: 24px;
  color: #111;
  font-weight: 700;
}
.stat-box p{
  margin: 6px 0 0;
  color: #000000;
  font-size: 20px;
}
.offer-section{
  background: #fff;
  padding: 50px 0;
  font-family: 'Poppins', sans-serif;
}
.offer-inner{
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.offer-heading h2{
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 8px;
}
.offer-heading p{
  margin: 0;
  font-size: 22px;
  color: #555555;
}
.offer-cards{
  margin-top: 25px;
}
.offer-card.active{
  background: #1b6eff;
  color: #fff;
}
.offer-icon{
  width: 75px;
  height: 66px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.offer-card.active .offer-icon{
  background: #9e9e9e;
}
.offer-text{
  flex: 1;
  text-align: left;
}
.offer-text h4{
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.offer-text span{
  display: block;
  font-size: 24px;
  color: #000000;
}
.offer-card.active .offer-text span{
  color: #eaeaea;
}
.offer-price{
    font-size: 28px;
    font-weight: 800;
    margin-left: 10px;
}
.offer-footer{
  margin-top: 20px;
}
.footer-font{
    font-size: 30px;
    font-weight: 700;
}
.offer-footer p{
  font-size: 25px;
  color: #111;
  margin-bottom: 14px;
}
.offer-btn{
  display: inline-block;
  padding: 12px 36px;
  background: #ff0000;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  font-size: 36px;
}
.offer-btn:hover{
  opacity: 0.9;
}

.checkout-section {
  background: #8afff4;
  padding: 70px 15px;
}
.checkout-form {
  max-width: 960px;
  margin: auto;
  background: #ffffff; /* white background */
  padding: 30px;
  border-radius: 14px;
}

/* Common box */
.box {
  margin-bottom: 25px;
}

.box h3 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 16px;
  color: #222;
}

/* Order details */
.order-details p {
  margin: 0;
  font-size: 20px;
  color: #333;
}

.form-right-price {
  font-size: 20px;
  font-weight: 600;
  color: #0a66ff;
}

/* Inputs */
.checkout-form input[type="text"],
.checkout-form input[type="email"] {
  width: 100%;
  padding: 14px 12px;
  margin-bottom: 14px;
  border: 1px solid #d0d7ff;
  border-radius: 8px;
  font-size: 18px;
  transition: 0.3s;
}

.checkout-form input:focus {
  outline: none;
  border-color: #0a66ff;
  box-shadow: 0 0 0 3px rgba(10, 102, 255, 0.15);
}

/* Order summary */
.order-summary h3 {
  margin-bottom: 14px;
  font-size: 26px;
}

.order-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #444;
}

/* Order item */
.order-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border-radius: 10px;
  background: #fafafa;
  margin-bottom: 12px;
}

.order-item img {
  width: 120px;
  border-radius: 8px;
}

.order-info p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.order-info small {
  color: #777;
}

/* Total */
.price-row.total {
  font-weight: 700;
  border-top: 2px dashed #ddd;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 20px;
}

/* Payment */
.payment-box {
  background: #f8f9ff;
  padding: 15px;
  border-radius: 12px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #e5e9ff;
  transition: 0.3s;
}

.payment-option:hover {
  border-color: #0a66ff;
  box-shadow: 0 6px 15px rgba(10, 102, 255, 0.15);
}

.payment-option img {
  height: 45px;
}

.payment-option .ssl {
  margin-left: auto;
  height: 26px;
}

/* Payment note */
.payment-note {
  background: #eef2ff;
  padding: 12px;
  font-size: 18px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #333;
}

/* Button */
.pay-btn {
  width: 100%;
  background: linear-gradient(135deg, #ff3b3b, #d90000);
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.pay-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.35);
}

.workshop-product, .workshop-subtotal{
  font-size: 20px;
}
.price-row-bottom{
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    margin-bottom: 10px;
    font-size: 20px;
}
span.bkash {
    font-size: 18px;
    font-weight: 200;
}

.trainer-section {
  padding: 60px 20px;
  background-color: #12bfb1;
  color: #ffffff;
  font-family: 'Segoe UI', system-ui, sans-serif;
}


.trainer-container {
  max-width: 950px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Image */
.trainer-image {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 60px rgba(11, 74, 162, 0.35);
  flex-shrink: 0;
}

.trainer-image img {
  width: 92%;
  height: auto;
  border-radius: 50%;
  background: #fff;
}

/* Content */
.trainer-content {
  max-width: 600px;
}

.small-title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.trainer-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.trainer-content .designation {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.trainer-content .highlights {
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
}

.trainer-content .education {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 28px;
}

/* Button */
.btn-enroll {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(135deg, #0b4aa2, #1e73ff);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(11, 74, 162, 0.35);
  transition: all 0.3s ease;
}

.btn-enroll:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(11, 74, 162, 0.45);
}

/* 🔹 Responsive Fix */
@media (max-width: 768px) {
  .offer-card{
    padding: 6px;
  }
  .trainer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px; /* reduce gap */
  }

  .trainer-image {
    width: 240px;
    height: 240px;
  }

  .trainer-content {
    max-width: 100%;
  }

  .trainer-content h2 {
    font-size: 28px;
  }

  .trainer-content .designation {
    font-size: 16px;
  }

  .trainer-content .highlights {
    font-size: 15px;
  }
  .price-row{
    font-size: 20px;
  }
  .top-icon i{
    font-size: 35px;
  }

  .trainer-content .education {
    font-size: 14px;
    line-height: 1.5;
  }

  .btn-enroll {
    padding: 12px 28px;
    font-size: 14px;
  }

  .feature-card strong{
    font-size: 17px;
  }
  .box-content h4{
    font-size: 22px;
  }
  .box-content p{
    font-size: 18px;
  }
  .trainer-section {
    padding: 20px 20px;
  }
  .dark-section{
    padding: 10px 0px;
  }
}

.hand-box{
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 14px;      /* rounded square */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #ddd; 
  margin-right: 12px;
}

.hand-box i{
  font-size: 36px;
  color: #2f5fa8; /* blue like image */
}

/* ======================================
   MOBILE (<=768px)
====================================== */
@media (max-width: 768px) {

  /* ---------- Typography ---------- */
  .cta-button {
      padding: 5px 10px;
      font-size: 18px;
  }
  section {
      padding: 25px 0;
  }
  .top-icon 
  {
      font-size: 35px;
  }
  h1.hero-title {
    font-size: 25px;
    line-height: 1.25;
    padding: 7px;
  }
  .icon-box {
      width: 82px;
      height: 27px;
      border-radius: 4px;

      display: flex;
      align-items: center;
      justify-content: center;
  }

  .icon-box i {
      font-size: 20px;
      line-height: 1;
  }
  .stat-box{
    padding: 0px 6px;
  }
  .bottom-text{
    font-size: 20px;
  }

  p,
  p.hero-subtext {
    font-size: 18px;
  }

  h2.section-title {
    font-size: 20px;
  }
  .warning-text {
      font-size: 24px;
  }


  /* ---------- Countdown ---------- */
  .countdown-container {
    gap: 8px;
  }

  .time-box {
    width: 60px;
    height: 60px;
  }

  .time-box span {
    font-size: 18px;
  }

  /* ---------- Offer / Cards ---------- */
  .offer-label,
  .old-price {
    font-size: 22px;
  }

  .offer-btn {
    font-size: 22px;
  }

  /* ---------- Mentor ---------- */
  .mentor-img {
    width: 200px;
    height: 200px;
  }

  .mentor-stats {
    flex-direction: column;
  }

  .trainer-container {
    gap: 20px;
  }

  .trainer-content h2 {
    font-size: 26px;
  }

  .description {
    font-size: 13px;
  }

  /* ======================================
     CHECKOUT (IMPORTANT PART)
  ====================================== */

  .checkout-section {
    padding: 30px 10px;
  }
  .box h3 {
    font-size: 20px;
  }

  /* hide table header on mobile */
  .order-head {
    display: none;
  }

  /* order item stack */
  .order-item {
    flex-direction: row;
    gap: 8px;
  }

  .order-item img {
    width: 100%;
    max-width: 85px;
  }

  .order-details p {
    font-size: 12px;
  }

  .form-right-price {
    width: 40%;
    font-size: 12px;
    font-weight: bold;
    text-align: end;
  }

  /* summary rows */
  .price-row-bottom {
    font-size: 18px;
  }

  /* inputs */
  .checkout-form input {
    font-size: 16px;
  }

  /* payment */
  .payment-option {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-option img {
    height: 38px;
  }

  .payment-note {
    font-size: 15px;
  }

  .pay-btn {
    font-size: 20px;
    padding: 14px;
  }
}
 .masterclass {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  max-width: 1100px;
  margin: 40px auto;
  min-height: 520px;
  background: url("images/bg-1.webp") no-repeat center/cover;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.masterclass h1 {
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
}

/* Only the first line gets the vertical line */
.masterclass h1 .main-line {
    position: relative;
    display: inline-block;
    padding-right: 20px; /* space for the line */
}

.masterclass h1 .main-line::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;       /* line right after text */
    width: 4px;     /* line thickness */
    height: 100%;   /* match height of text */
    background: #fcfcfc; /* line color */
    border-radius: 2px;
}


.masterclass .tagline {
    display: inline-block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #f5a623;
}

/* Full-width underline */
.masterclass .tagline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px; /* space between text and line */
    width: 100%;
    height: 2px; /* thickness of line */
    background: linear-gradient(90deg, #0a66ff, #38bdf8); /* gradient color */
    border-radius: 2px;
}

/* dark overlay like image */
.masterclass .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.65) 50%,
    rgba(0,0,0,0.2) 100%
  );
}
.masterclass .content {
  position: relative;
  max-width: 55%;
  z-index: 2;
}
.build_your{
  color:white !important;
  padding-left: 60px;
}
.content h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 15px 0 5px;
}
.content h1 span {
  color: #ffffff;
}
.sub {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 20px;
}
.desc {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: #e5e7eb;
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 24px;
    border-left: 5px solid #38bdf8;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    color: #00fff1;
    text-align: center;
}
.desc span {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    color: #ffffff;
}
@media (max-width: 480px) {
    .desc {
        font-size: 16.5px;
        padding: 16px 18px;
    }
}
.btn-register {
  background: linear-gradient(135deg, #ff7a18, #ff3d00);
  color: #fff;
  padding: 14px 34px;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(255,122,24,0.4);
  transition: all 0.3s ease;
}
.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255,122,24,0.6);
}
.note {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.85;
}
.masterclass .image {
  position: relative;
  z-index: 2;
}
.masterclass .image img {
  max-height: 420px;
  object-fit: contain;
}
@media (max-width: 768px) {

  .masterclass .tagline {
    font-size: 12px;
    line-height: 18px;
  }
  .masterclass h1 .main-line {
      padding-right: 8px;
      font-size: 14px;
  }
  .build_your{
    padding-left: 28px;
    font-size: 14px;
  }
  .btn-register {
    font-size: 14px;
    padding: 9px 12px;
  }

  .content h1 
  {
    font-size: 16px;
  }
  .tagline {
    font-size: 10px;
  }
  .masterclass {
    display: flex;
    flex-direction: row !important;   
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
  }
  .masterclass .content {
    max-width: 65% !important;
    text-align: left;
  }
   .masterclass .image {
    max-width: 35% !important;
    display: flex;
    justify-content: flex-start; 
    padding-right: 8px;          
  }
  .masterclass .image img {
    max-height: 220px;
    margin-left: -50px;
  }
}
  .image {
    flex-shrink: 0;
  }
  .image img {
    max-width: 400px;
    border-radius: 10px;
  }

  @media (max-width: 900px) {
    section.masterclass {
        flex-direction: column;
        padding: 8px 20px;
        text-align: center;
        min-height: auto; 
    }
    .content {
        max-width: 100%;
    }
    .content h2 {
        font-size: 13px;
    }
    .content p {
        font-size: 12px;
    }
    .buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    .image img {
        max-width: 280px;
        margin-top: 25px;
    }
}
.masterclass-learn {
    background: #e0f2fe; /* light blue */
    padding: 10px 30px;
    max-width: 1000px;
    margin: 0px auto;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    font-family: "Noto Sans Bengali", "Segoe UI", sans-serif;
}
.masterclass-learn h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #0f172a;
    position: relative;
}
.masterclass-learn-text{
    font-size: 18px;
    color: #ffffff;
    margin-top: 4px;
}
.learn-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    
}
.learn-list li {
    background: #5296dd;
    padding: 0px 22px;
    border-radius: 16px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    line-height: 2;
    border: 1px solid #e5e7eb;
    transition: all 0.35s ease;
    line-height: 1.5;
}
.learn-list li span {
    margin-top: 4px;
}
.learn-list li:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(10, 102, 255, 0.15);
    border-color: #0a66ff;
}
@media (max-width: 768px) {
    .masterclass-learn {
        padding: 0px 20px;
        margin: 0 auto;
    }

    .masterclass-learn h2 {
        font-size: 20px;
        padding: 10px 0px;
        margin-bottom: 10px;
    }

    .learn-list {
        grid-template-columns: 1fr;
    }

    .learn-list li {
        font-size: 17px;
        padding: 10px;
        line-height: 20px;
        border-radius: 6px;
    }
}
.business-masterclass {
    padding: 10px 20px;
    background: #f5f7fa;
}
.feature-box {
    max-width: 1100px;
    margin: auto;
    background: #d6fff7;
    padding: 30px 35px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    font-size: 18px;
}

.feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #ff9800, #ff5722);
    border-radius: 14px 0 0 14px;
}
.feature-box h2 {
    font-size: 28px;              
    font-weight: 700;         
    color: #ff5722;                
    margin-bottom: 15px;           
    line-height: 1.3;
    text-align: center;
}
@media (max-width: 768px) {
    .business-masterclass h2 {
        font-size: 20px;
    }
    .business-masterclass span {
        font-size: 17px;
    }
    .business-masterclass .intro-text {
        font-size: 17px;
    }
    .feature-box {
        padding: 25px;
    }
}

