body {
  font-family: "Poppins", sans-serif;
  background: #fafafa;
}

/* NAVBAR */
.navbar-brand span {
  font-weight: 700;
  color: #f35a00;
}

/* HERO */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../img/banr.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
}
.hero-logo {
  position: absolute;
  top: 25px;
  left: 40px;
  z-index: 10;
}

.hero-logo img {
  width: 140px;
  height: auto;
}
a.navbar-brand {
  width: 20%;
}

ul.navbar-nav li {
  padding: 0px 10px;
}

a.navbar-brand img {
  width: 60%;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 600;
}

.hero p {
  opacity: 1;
  font-size: 20px;
  margin: 20px 0;
}

.btn-orange {
  background: #f35a00;
  color: #fff;
  border-radius: 15px;
  padding: 15px 28px;
}

.btn-orange:hover {
  background: #d94e00;
  color: #fff;
}

/* SECTION TITLES */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-weight: 700;
}

/* WORKSHOP CARDS */
.workshop-card {
  border-radius: 14px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}
.workshop-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.recommended-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 24px 50px rgba(243, 90, 0, 0.25);
}

.workshop-card img {
  border-radius: 14px 14px 0 0;
  max-height: 200px;
  object-fit: cover;
}

.badge-recommended {
  background: #f35a00;
}

.list-check li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f35a00;
  font-weight: 600;
}

/* LEARNING APPROACH */
.approach-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
}

/* FEATURES */
.feature-box {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

/* CTA */
.cta {
  background: linear-gradient(90deg, #f35a00, #ff7a18);
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}

footer {
  background: #111;
  color: #aaa;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

.btn-norml {
  color: #fff;
  border-radius: 15px;
  padding: 15px 28px;
}

.selwrk {
  border-radius: 12px;
  padding: 10px;
}

.choose-format .card-body {
  display: flex;
  flex-direction: column;
}

.choose-format h5 {
  font-weight: 600;
}

.choose-format .meta {
  font-size: 13px;
  color: #777;
}

.choose-format .section-head {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.choose-format ul {
  padding-left: 0;
}

.choose-format ul li {
  font-size: 13px;
}

/* .choose-format .btn {
  margin-top: auto;
} */

.recommended-card {
  border: 2px solid #f35a00 !important;
  position: relative;
}

.recommended-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f35a00;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

.learning-approach {
  background: #f6f6f6;
  padding: 80px 0;
}

.learning-card {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 45px 60px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.learning-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.learning-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.learning-card small {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #888;
}

.features {
  padding: 80px 0;
}

.features h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.features p.lead {
  font-size: 15px;
  color: #555;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-item {
  background: #fff7ed;
  padding: 22px;
  border-radius: 16px;
  align-items: flex-start;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.feature-item img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.feature-item h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.feature-item p {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}

.workshop-meta {
  /* display: flex; */
  flex-direction: column;
  gap: 6px;
  margin: 12px 0 16px;
}

.workshop-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}

.workshop-meta span i {
  font-style: normal;
  color: #f35a00;
  font-weight: 600;
  width: 18px;
}

.meta-icon {
  width: 16px;
  height: 16px;
  fill: #f35a00;
  flex-shrink: 0;
}

.workshop-structure {
  margin-top: 10px;
}

.structure-row {
  margin-bottom: 8px;
  font-size: 13px;
}

.structure-day {
  min-width: 65px;
  font-weight: 500;
  color: #f35a00;
}

.structure-desc {
  color: #666;
}

.wrkshp {
  background: #fffbf4;
  padding: 2px 15px 10px;
  border-radius: 15px;
  border: 1px solid #f35a0030;
}

.list-dot {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.list-dot li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.list-dot li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #f35a00;
  border-radius: 50%;
}
.text-3xl.mb-2 {
  font-size: 30px;
  line-height: 1;
}
.wrkbtn {
  padding: 15px 30px;
  border-radius: 12px;
  color: #fc7111;
  font-weight: 400;
}

/* 3day */
/* ===============================
   3 DAY WORKSHOP PAGE
================================ */

/* HERO HEADER */
.workshop-hero {
  background: linear-gradient(180deg, #111, #222);
  padding: 120px 20px 90px;
  text-align: center;
  color: #fff;
}

.workshop-hero h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.workshop-hero .days {
  font-size: 14px;
  opacity: 0.85;
}

.workshop-hero .price {
  font-size: 18px;
  margin-top: 6px;
  font-weight: 500;
}

/* INFO CARD */
.workshop-info {
  background: #fff;
  border-radius: 18px;
  padding: 35px 45px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  margin-top: -60px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  font-size: 14px;
}

.info-grid strong {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.text-orange {
  color: #f35a00 !important;
  font-weight: 500;
}

/* DAILY SCHEDULE */
.daily-schedule {
  background: #fff7ed;
  border-radius: 14px;
  padding: 20px 25px;
  margin-top: 25px;
  font-size: 14px;
}

.daily-schedule strong {
  font-weight: 600;
}

/* SECTION TITLE */
.section-headline {
  font-size: 22px;
  font-weight: 600;
  margin: 60px 0 30px;
}

/* WORKSHOP SCHEDULE */
.schedule-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.schedule-number {
  width: 40px;
  height: 40px;
  background: #f35a00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.schedule-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.schedule-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.schedule-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

/* WHAT YOU WILL BUILD */
.build-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.build-grid img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* WHO IS THIS FOR */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* WHO IS THIS FOR */
.audience-card {
  background: #fff7ed;
  padding: 22px 24px;
  border-radius: 16px;
}
.audience-card:hover {
  transform: translateY(-2px);
  transition: 0.25s ease;
}

.audience-card h6 {
  font-weight: 600;
  margin-bottom: 6px;
}

.audience-card p {
  font-size: 13px;
  color: #555;
  margin-bottom: 0;
}

/* REGISTER BUTTON */
.register-btn {
  background: #f35a00;
  color: #fff;
  padding: 15px 36px;
  border-radius: 14px;
  border: none;
  font-size: 15px;
}

.register-btn:hover {
  background: #d94e00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .info-grid,
  .build-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .workshop-info {
    padding: 30px;
  }

  .workshop-hero h1 {
    font-size: 32px;
  }
}
/* WORKSHOP DETAILS CARD */
.details-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* LABELS */
.detail-label {
  font-size: 13px;
  color: #888;
  margin-bottom: 2px;
}

.detail-value {
  font-size: 15px;
  font-weight: 400;
  color: #222;
}

/* DESCRIPTION */
.details-desc {
  margin-top: 18px;
  font-size: 14px;
  color: #555;
}

/* DAILY SCHEDULE BOX */
.daily-schedule {
  background: #fff7ed;
  border-radius: 14px;
  padding: 20px 25px;
  margin-top: 22px;
  font-size: 14px;
}

.daily-schedule strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.schedule-row {
  margin-bottom: 6px;
}

.schedule-row span {
  font-weight: 500;
}

.schedule-note {
  margin-top: 10px;
  font-size: 13px;
  color: #555;
  display: flex;
  gap: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .details-card {
    padding: 28px;
  }
}
input.form-control:focus {
  box-shadow: none;
  border: 1px solid #ddd;
}
.form-select:focus {
  box-shadow: none;
  border: 1px solid #ddd;
}

.hero1 {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("assets/img/workshop-hero.jpg") center/cover no-repeat;
  padding: 90px 0;
  color: #fff;
  text-align: center;
  position: relative;
}

/* INFO BOX */
.info-box {
  background: #fff6ee;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ORANGE BADGE */
.step {
  width: 55px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
  border-radius: 50%;
  background: #f35a00;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* IMAGES */
.work-img {
  border-radius: 12px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* CTA */
.ctas {
  padding: 60px 0;
}

.btn-orange {
  background: #f35a00;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 500;
}
.pay-btn {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  border: none;

  /* DEFAULT (GREY) */
  background: #d6d6d6 !important;
  color: #ffffff;
  cursor: not-allowed;

  transition: background 0.3s ease;
}

/* ACTIVE STATE */
.pay-btn.active {
  background: #f35a00 !important;
  cursor: pointer;
  color: #fff !important;
}

/* OPTIONAL HOVER (ONLY WHEN ACTIVE) */
.pay-btn.active:hover {
  background: #e14f00;
}
/* PAGE HEADER */
.page-head {
  text-align: center;
  margin: 70px 0 50px;
}

.page-head h2 {
  font-weight: 600;
}

.page-head p {
  color: #666;
}

/* CARD */
.reg-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* FORMAT OPTION */
.format-option {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.format-option.active {
  border-color: #f35a00;
  background: #fff7ed;
}

.format-left {
  display: flex;
  gap: 12px;
}

.format-left input {
  margin-top: 4px;
}

.format-title {
  font-weight: 500;
}

.format-desc {
  font-size: 13px;
  color: #666;
}

/* FORM */
.form-control,
.form-select {
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
}

/* SUMMARY */
.summary-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.summary-heading {
  font-weight: 600;
  margin-bottom: 18px;
}

.summary-block {
  margin-bottom: 14px;
}

.summary-block .label {
  display: block;
  font-size: 13px;
  color: #777;
}

.summary-block .value {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.summary-divider {
  margin: 18px 0;
}

.total-row {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}

.seats-left {
  font-size: 13px;
  color: #f35a00;
  margin-top: 6px;
}

.info-box {
  background: #fff3e6;
  padding: 14px;
  border-radius: 12px;
  font-size: 13px;
  margin-top: 18px;
}

.info-box span {
  color: #f35a00;
  font-weight: 500;
}

.terms-check {
  font-size: 12.5px;
  margin-top: 16px;
}

.secure-text {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-top: 10px;
}

.total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

.seats {
  font-size: 13px;
  color: #f35a00;
}

.help-box {
  background: #fff7ed;
  padding: 15px;
  border-radius: 12px;
  font-size: 13px;
  margin-top: 20px;
}

.small-note {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-top: 10px;
}
/* scroll down */
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

.scroll-down span {
  display: block;
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: scrollBounce 1.6s infinite;
  opacity: 0.8;
}

/* registration */
.text-orange {
  color: #ff5a00;
}

.card.custom-card .card-body {
  padding: 30px;
}

.btn-outline-orange {
  border: 1px solid #ff5a00;
  color: #ff5a00;
}

.success-icon {
  width: 70px;
  height: 70px;
  background: #d7ffe6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}

.success-icon i {
  font-size: 34px;
  color: #2ecc71;
}

.custom-card {
  border: none;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.location-box {
  background: #fff5e9;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
}

.location-box ul li {
  padding: 5px 0px;
}

.next-step {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.next-step span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  background: #ff5a00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.assist-box {
  display: flex;
  gap: 15px;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 15px;
}
.assist-box:hover {
  border: 1px solid #ff5a00;
}
.assist-box i {
  font-size: 22px;
  color: #ff5a00;
}
.idsec {
  font-size: 12px;
}
.idsec span {
  color: #000;
}
.bckwrk {
  font-size: 15px;
  margin-right: 1rem;
}
.prntconf {
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 500;
  background: #eeeeee85;
  font-size: 15px;
}
.prntconf:hover {
  background: #e0e0e0;
}
.assist-box p {
  font-size: 14px;
  color: #444444;
  font-weight: 400;
  margin: 0;
}
.assist-box strong {
  font-weight: 500;
  font-size: 15px;
}
.next-step strong {
  font-weight: 500;
}
.next-step p {
  font-weight: 400;
  color: #747474;
  font-size: 14px;
}
.location-box strong {
  font-weight: 600;
}
.regdet {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

@keyframes scrollBounce {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.4;
  }
  50% {
    transform: rotate(45deg) translate(6px, 6px);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.4;
  }
}

@media (max-width: 768px) {
  .bckwrk {
    margin-right: 0 !important;
  }
}
