.iaas-courses-section {
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
}

/* টাইটেল ডিজাইন */
.iaas-title-container {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
.iaas-small-head {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}
.iaas-main-head {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Rajdhani", sans-serif;
}
.iaas-desc {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

/* গ্রিড স্ট্রাকচার - বর্ডার লাইনসহ */
.iaas-full-grid {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.iaas-row-top,
.iaas-row-bottom {
  display: flex;
  width: 100%;
}

.iaas-box,
.iaas-box-large {
  padding: 25px; /* বক্সের ভেতর বর্ডার থেকে গ্যাপের জন্য */
  display: flex;
  justify-content: center;
  align-items: center;
}

.iaas-box {
  flex: 1;
}
.iaas-box-large {
  flex: 1;
}

/* বর্ডার লাইনগুলো */
.border-right {
  border-right: 1px solid #000000;
}
.border-bottom {
  border-bottom: 1px solid #000000;
}

/* কার্ড ডিজাইন - যা পুরো উইডথ নেবে */
.iaas-card-wrap {
  position: relative;
  width: 100%; /* ছবির গ্যাপ কমিয়ে পুরো উইডথ করার জন্য */
  height: 100%;
  border-radius: 40px; /* ছবিতে থাকা ওই রাউন্ডেড লুক */
  overflow: hidden;
}

.iaas-card-wrap img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

/* সাদা লেবেল */
.iaas-tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 12px 20px;
  width: 80%;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 20px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}

.registration-text {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.registration-text span {
  text-decoration: underline;
}

.registration-text i {
  font-size: 20px;
  color: #f9a61a;
}

@media (max-width: 1200px) {
  .iaas-tag {
    font-size: 14px;
    width: 90%;
  }
}

@media (max-width: 900px) {
  .iaas-row-top,
  .iaas-row-bottom {
    flex-direction: column;
  }

  .iaas-main-head {
    font-size: 24px;
  }

  .border-right {
    border-right: none;
    border-bottom: 1px solid #000000;
  }

  .iaas-box,
  .iaas-box-large {
    padding: 20px;
    width: 100%;
  }

  .iaas-row-bottom .iaas-box-large:last-child {
    border-bottom: none;
  }

  .registration-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .iaas-main-head {
    font-size: 22px;
  }

  .iaas-tag {
    font-size: 11px;
    width: 90%;
    padding: 10px;
  }

  .iaas-card-wrap img {
    min-height: 200px;
  }

  .registration-text {
    font-size: 12px;
    margin-top: 5px;
  }
}
