/* CSS RESET */
/* Basic CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input {
  font-family: inherit;
  border: none;
  background: none;
  outline: none;
}

/* PAGE CSS */
.display-block {
  display: block;
}
.display-ib {
  display: inline-block;
}
.center {
  text-align: center;
}
.mt-16 {
  margin-top: 16px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-96 {
  margin-top: 96px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-32 {
  margin-right: 32px;
}
.mtb-64 {
  margin: 64px 0px;
}
.ml-96 {
  margin-left: 96px;
}
.mr-96 {
  margin-right: 96px;
}
.text-decoration {
  text-decoration: underline;
}
.fw400 {
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
}
.fw300 {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
}
.w100 {
  width: 100% !important;
}
.w44 {
  width: 44%;
}
/* vpcc css start */

.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.space-bw {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.center-align {
  align-items: center;
}
.image-container-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1440px;
}

.km-logo {
  width: 146px;
  height: 32px;
  object-fit: contain;
  margin: 16px;
}
.full-width-section {
  width: 100%;
  background-image: url("./images/vpcc-group-hero-web.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
.container {
  max-width: 1440px;
}
.vpcc-logo {
  width: 121px;
  height: 147px;
  margin-top: 0px;
}
.km-logo-two {
  width: 258px;
  height: 54px;
}
.text-hero-bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 32px;
  width: 55%;
}
.main-text {
  font-size: 36px;
  font-weight: 700;
  color: #ff4e00;
  line-height: 58px;
  letter-spacing: 0.25px;
}
.below-text {
  font-size: 28px;
  font-weight: 400;
}
.link-pd {
  padding: 24px 96px;
}
.relative {
  position: relative;
}
.link-btn {
  position: absolute;
  left: 96px;
}
.primary-btn {
  background-color: #ff4e00;
  border-radius: 12px;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 14px;
  letter-spacing: 0.25px;
}
.train-best {
  font-size: 28px;
  font-weight: 600;
  color: #ff4e00;
  line-height: 36px;
  letter-spacing: 0.25px;
  font-family: "Roboto", sans-serif;
}
.train-sub-text {
  font-size: 22px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #424242;
  line-height: 30px;
  letter-spacing: 0.25px;
}
.train-strong-text {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.why-vpcc {
  color: #424242;
  white-space: nowrap;
  margin-right: 12px;
}
.hr-line {
  background-color: #ff4e00;
  height: 1px;
  width: 100%;
}
.trial-box {
  width: 80%;
  padding: 24px 96px;
  background-color: #424242;
}
.trial-text {
  color: #eee;
}
.number {
  width: 20%;
  color: #ff4e00;
  font-weight: 700;
  font-size: 110px;
}
.nm-ab1 {
  position: relative;
  right: 120px;
}
.nm-ab2 {
  position: relative;
  left: 120px;
}
.vpcc-venue {
  font-size: 18px;
  font-weight: 500;
  color: #424242;
  letter-spacing: 0.25px;
  line-height: 26px;
  margin-bottom: 16px;
}
.border-btm {
  border-bottom: 1px solid #000;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0071c5;
  font-size: 16px;
}

/* table heading */
.custom-table th {
  border: 1px solid #ddd;
  padding: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
}

.venue-col {
  text-align: left;
}
.center-col {
  text-align: center;
}

/* table content */
.custom-table td {
  border: 1px solid #ddd;
  padding: 16px;
  vertical-align: middle;
}

.venue-wrap {
  display: flex;
  align-items: center;
  gap: 12px; /* space between venue and button */
}

.book-btn {
  background-color: #ff4e00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  padding: 8px 32px;
  cursor: pointer;
  transition: 0.3s;
}
.w-30 {
  width: 30%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.vpcc-logo-two {
  width: 292px;
}
.coach-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  background: #ff4e00;
}

.coach-img {
  background: #fff;
}

.coach-img img {
  width: 100%;
  height: 348px;
  object-fit: cover;
}

.coach-info {
  background: #ff4e00;
  color: #fff;
  padding: 20px;
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}

.coach-info h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.coach-info p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;          /* ensures passed items aren’t visible */
  border-radius: 16px;
  box-sizing: border-box;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.carousel-item {
  flex: 0 0 70%;             /* each item 70% width */
  margin: 0px 24px 48px 0px;        /* spacing between items */
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: #000;
}

.carousel-item img,
.carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Last item: no right margin so it ends clean */
.carousel-item:last-child {
  margin-right: 0;
}

/* Indicators */
.indicators {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.indicator {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #000;
}

.indicator.active {
  width: 30px;
  border-radius: 5px;
  background: #ff4e00;
}

.list-text {
  font-size: 20px;
  letter-spacing: 0.25px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  list-style: disc;
  margin-bottom: 12px;
  margin-left: 16px;
}

.venue-img {
  width: 163px;
  height: auto; /* Optional: maintain aspect ratio */
}

.venue-img img {
  max-width: 163px;
  height: auto;  /* Preserves aspect ratio */
  display: block; /* Removes extra bottom spacing caused by inline images */
  object-fit: contain; /* Or 'cover' depending on the desired effect */
}
.venue-name {
  font-size: 24px;
}
.venue-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
  /* white-space: nowrap; */
}

.border-r50 {
  border-radius: 50%;
}

/* ✅ Responsive styling */

@media screen and (max-width: 1050px) {
  .main-text {
    font-size: 28px;
    line-height: 36px;
    white-space: nowrap;
  }
  .text-hero-bg {
    width: 72%;
  }
  .below-text {
    font-size: 22px
  }
  .ml-96 {
    margin-left: 96px;
  }
  .mr-96 {
    margin-right: 96px;
  }
  .image-container-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .link-pd {
    padding: 24px 64px;
  }
  .mtb-64 {
    margin: 64px 16px 64px;
  }
  .nm-ab1 {
    right: 60px;
  }
  .nm-ab2 {
    left: 60px;
  }
  .trial-box {
    padding: 24px 48px;
  }
  .w44 {
    width: 100%;
  }
  .venue-img:first-child{
    margin-bottom: 48px;
  }
}


@media (max-width: 768px) {
  .km-logo{
    display: none;
  }
  .custom-table {
    font-size: 14px;
  }

  .custom-table th,
  .custom-table td {
    padding: 10px;
  }

  .venue-wrap {
    display: block; /* stack venue + button */
  }

  .book-btn {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 550px) {
  .full-width-section {
    width: 100%;
    background-image: url("./images/mob-vpcc-group-bg.png ");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 280px;
  }
  .flex-col-mob {
    flex-direction: column;
  }
  .w100-mob {
    width: 100%;
  }
  .mt24-mob {
    margin-top: 24px;
  }
  .mb48-mob {
    margin-bottom: 48px;
  }
  .mt-96 {
    margin-top: 24px;
  }
  .mt-86 {
    margin-top: 86px;
  }
  .text-hero-bg {
    padding: 12px;
    width: 80%;
  }
  .display-none {
    display: none;
  }
  .vpcc-logo {
    width: 82px;
    height: 110px;
    object-fit: contain;
    margin-top: 0px !important;
  }
  .km-logo-two {
    width: 162px;
    height: 64px;
    object-fit: contain;
    margin-top: 0px !important;
  }
  .main-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
  }
  .below-text {
    font-size: 12px;
    font-weight: 600;
  }
  .link-btn {
    left: 32px;
  }
  .link-pd {
    padding: 16px 32px;
  }
  .primary-btn {
    font-size: 16px;
  }
  .train-best {
    font-size: 16px;
    line-height: 24px;
  }
  .train-sub-text {
    font-size: 14px;
    line-height: 20px;
  }
  .trial-box {
    width: 80%;
    padding: 12px;
  }
  .number {
    font-size: 84px;
  }
  .nm-ab1 {
    right: 14px;
  }
  .nm-ab2 {
    left: 14px;
  }
  .vpcc-venue {
    font-size: 12px;
    line-height: 18px;
  }
  .venue-name {
    font-size: 12px;
  }
  .custom-table th,
  .custom-table td {
    padding: 18px;
  }
  .coach-info {
    margin-bottom: -10px;
    position: relative;
    top: -12px;
  }
  .coach-info h3 {
    font-size: 12px;
  }

  .coach-info p {
    font-size: 10px;
  }
  .coach-img img {
    height: 146px;
    object-fit: cover;
  }
  .venue-img {
    width: 64px;
    height: auto; /* Optional: maintain aspect ratio */
  }
  .venue-img:first-child{
    margin-bottom: 0px;
  }
  .venue-img img {
    max-width: 64px;
    height: auto;  /* Preserves aspect ratio */
    display: block; /* Removes extra bottom spacing caused by inline images */
    object-fit: contain; /* Or 'cover' depending on the desired effect */
  }
  .venue-name {
    font-size: 16px;
  }
  .venue-address {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.25px;
  }
  .carousel-item {
    margin: 0px 24px 48px 12px;
  }
  .list-text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-text {
    margin-top: 48px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .mt-32 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 24px;
  }
  .mtb-64 {
    margin: 16px 0px 32px 0px;
  }
  .ml-96 {
    margin-left: 16px;
  }
  .mr-96 {
    margin-right: 16px;
  }
  .image-container-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .custom-table {
    font-size: 12px;
  }

  .custom-table th,
  .custom-table td {
    padding: 18px;
  }

  .book-btn {
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 18px;
  }
  .coach-card {
    /* width: 90%; */
  }
}

/* vpcc css end */

