* {
  box-sizing: border-box;
}

.gst {
  --gst-page-bg: #eceff4;
  --gst-banner-gradient-left: #2f76be;
  --gst-banner-gradient-right: #6661c9;
  --gst-card-bg: #ffffff;
  --gst-card-border: #c8d5e6;
  --gst-header-bg: #e9f3fc;
  --gst-row-border: #d2ddea;
  --gst-text-main: #202632;
  --gst-text-muted: #4b596d;
  --gst-badge-bg: #d9e8ff;
  --gst-badge-border: #9ebcf0;
  --gst-badge-text: #3f6fae;
}

.gst .image-slider-new {
  /*background-color: var(--gst-page-bg);*/
  background: linear-gradient(264.98deg, #6959BE 15.2%, #2D78C3 80.98%);
  padding: 24px 42px 0;height: auto !important;
}

.gst .banner-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    var(--gst-banner-gradient-left) 0%,
    var(--gst-banner-gradient-right) 100%
  );
}

.gst .banner-section .content-banner {
  width: 100%;
  display: block;
}

.gst .banner-section .content-banner.desktop {
  display: block;
}

.gst .banner-section .content-banner.mobile {
  display: none;
}

.gst .gst-details-section {
  background-color: var(--gst-page-bg);
  padding: 18px 42px 32px !important;
}

.gst .gst-details-section .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gst .select-states {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #bfcde0;
  border-radius: 10px;
  background-color: var(--gst-card-bg);
  box-shadow: 0 3px 8px rgba(33, 61, 101, 0.12);
  padding: 10px 16px;
  margin-bottom: 14px;
}

.gst .gst-text {
  color: var(--gst-text-main);
  /* font-family: "RobotoBold", sans-serif; */
  font-size: 24px;font-weight: 400;
  line-height: 1.2;
}

.gst .form-select.states-select {
  width: 250px;
  border: none;
  border-left: 1px solid #dce4ef;
  border-radius: 0;
  background-color: transparent;
  color: var(--gst-text-muted);
  font-size: 16px;
  padding: 6px 12px;
  margin: 0;
  box-shadow: none;
}

.gst .form-select.states-select:focus {
  box-shadow: none;
  outline: none;
}

.gst .gst-list-card {
  border: 1px solid var(--gst-card-border);
  border-radius: 10px;
  background-color: var(--gst-card-bg);
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(32, 53, 87, 0.08);
}

.gst .gst-details-section .row-blk {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.gst .gst-details-section .row-blk .col-blk {
  border: 0;
  margin: 0;
  padding: 13px 14px;
  border-bottom: 1px solid var(--gst-row-border);
  color: var(--gst-text-main);
  font-size: 14px;
  line-height: 1.35;
}

.gst .gst-details-section .row-blk .col-blk:first-child {
  width: 24%;
}

.gst .gst-details-section .row-blk .col-blk:nth-child(2) {
  width: 52%;
}

.gst .gst-details-section .row-blk .col-blk:last-child {
  width: 24%;
}

.gst .gst-details-section .row-blk.title-blk {
  background-color: var(--gst-header-bg);
}

.gst .gst-details-section .row-blk.title-blk .col-blk {
  border-bottom: 1px solid var(--gst-row-border);
  color: #1f2d42;
  /* font-family: "RobotoBold", sans-serif; */
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.gst .gst-details-section .row-blk .col-blk .label.head-col {
  display: none;
  margin-bottom: 6px;
  color: #2a3d58;
  font-size: 14px;
}

.gst .gst-details-section .row-blk .col-blk .value {
  color: #1f2c3f;
  word-break: break-word;
}

.gst .provision-cell {
  display: flex;
  align-items: center;
}

.gst .provision-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gst-badge-text);
  text-decoration: none;
}

.gst .provision-id-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid var(--gst-badge-border);
  border-radius: 4px;
  background-color: var(--gst-badge-bg);
}

.gst .provision-id-text {
  color: var(--gst-badge-text);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.gst .icon-provision {
  width: 11px;
  height: 11px;
}

.gst .pdf-download {
  width: 14px;
  height: 16px;
}

.gst .gst-list-card .row-blk:last-child .col-blk {border-bottom: 0;}

.samil-gst-registraton {
  padding: 3rem 0;background: linear-gradient(252deg,#6959be 15.2%,#2d78c3 80.98%);
  .gst-text .h1{
    color: #ffffff;font-size: 2.6rem;font-weight: 700;line-height: 1.25;margin: 0 0 1rem;
  }
  .gst-text .h1 .yellow-text{color: #ffd700}
  .gst-text .p{ color: #ffffff;font-size: 1.25rem;line-height: 1.85;margin: 0; }
  .gst-reg-img{
      overflow: hidden;border-radius: 2.15rem;box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
      background-color: white;min-height: 350px;align-content: center;
    .gst-banner-img{ 
        object-fit: contain;width: 60%;margin: auto;
        display: block;max-width: 100%; 
    }
  }
}

@media screen and (max-width: 1280px) {
  .gst .image-slider-new {
    padding: 18px 20px 0;
  }

  .gst .gst-details-section {
    padding: 14px 20px 24px !important;
  }


  .samil-gst-registraton {
    padding: 2rem 0.5rem 1.2rem;background: linear-gradient(252deg,#6959be 15.2%,#2d78c3 80.98%);
    margin-top: 0px;
    .container{padding-left: 1rem;padding-right: 1rem;}
    .gst-text .h1{
      color: #ffffff;font-size: 1.5rem;font-weight: 700;line-height: 1.25;margin: 0 0 0.6rem;
    }
    .gst-text .h1 .yellow-text{color: #ffd700}
    .gst-text .p{ color: #ffffff;font-size: 0.9rem;line-height: 1.6;margin: 0; }
    .gst-reg-img{
        min-height: fit-content;border-radius: 16px;padding: 2rem 1rem;
      .gst-banner-img{ width: 75%; }
    }
  }
}

@media screen and (max-width: 1100px) {
  .gst .select-states {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .gst .form-select.states-select {
    width: 100%;
    border-left: none;
    border-top: 1px solid #dce4ef;
  }

  .gst .gst-details-section .row-blk.title-blk {
    display: none;
  }

  .gst .gst-details-section .row-blk {
    flex-wrap: wrap;
    border-bottom: 1px solid var(--gst-row-border);
    padding: 10px 0;
  }

  .gst .gst-details-section .row-blk .col-blk {
    width: 100% !important;
    padding: 6px 14px;
    border-bottom: 0;
    font-size: 14px;
  }

  .gst .gst-details-section .row-blk .col-blk .label.head-col {
    display: block;
  }

  .gst .gst-list-card .row-blk:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .gst .image-slider-new {
    padding: 12px 12px 0;
  }

  .gst .gst-details-section {
    padding: 12px 12px 20px !important;
  }

  .gst .banner-section .content-banner.desktop {
    display: none;
  }

  .gst .banner-section .content-banner.mobile {
    display: block;
  }

  .gst .gst-text {
    font-size: 18px;
  }
}
