/* .home_new_modification_banner {
  background: url(../images/home-new/homepage-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}
.custom_new_row{
  justify-content: flex-end;
}
.hnmbi h1{
  color:#FFE591;
  font-size:46px;
  font-weight: bold;
  line-height: 56px;
}
.hnmbi h1 span{
  display:block;
}
.hnmbi ul{
  margin-top:46px;
display: grid;
grid-template-columns: 1fr 1fr;
}
.hnmbi ul li{
   font-family: "Roboto", sans-serif;
   color:#141414;
   font-size:24px;
   display: inline-block;
   padding: 10px 8px;
   background-color:#FFC300;
   margin-bottom: 15px;
   border-radius: 30px;
} */

.registration-banner {
  background: url("../images/home-new/homepage-banner.webp") center / cover
    no-repeat;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: #fff;
}

/* container above overlay */
.registration-banner .container {
  position: relative;
  z-index: 2;
}

/* right curved background */

.query_call_btn {
  background-color: #fafafa;
  color: #002033;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 12px;
}

.query_call_btn i {
  font-size: 12px;
}

.query_call_btn:hover {
  background-color: #fafafa;
  color: #002033;
}

.mobile-call-btn,
.mobile-whatsapp-btn {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
}

/* Call button left */
.mobile-call-btn {
  left: 20px;
}

/* WhatsApp button right */
.mobile-whatsapp-btn {
  right: 20px;
}

.mobile-call-btn a,
.mobile-whatsapp-btn a {
  width: 55px;
  height: 55px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

/* WhatsApp green */
.mobile-whatsapp-btn a {
  background: #25d366;
}

.mobile-whatsapp-btn {
  z-index: 99999;
}

/* title */
.banner-title {
  font-size: 57px;
  font-weight: bold;
  color: #ffc300;
  line-height: 65px;
  margin-bottom: 47px;
  font-family: "Arya", sans-serif;
}

.banner-title span {
  display: block;
}

/* service list */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
}

/* check circle */
.check-circle {
  width: 26px;
  height: 26px;
  position: relative;
}

.check-circle::after {
  content: url("../images/home-new/bullet-white.webp");
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* pill */
.pill {
  background: #ffe591;
  color: #000;
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 600;
  font-family: "Roboto", sans-serif !important;
}

/* ---------- Responsive ---------- */
.home_new_modification_about_us {
  padding: 60px 0;
}

.home_new_modification_about_us_inner {
  width: 90%;
  margin: 0 auto;
}

.hnmaui_block h2 {
  display: inline-block;
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  border-bottom: 4px solid #ffc300;
  font-family: "Arya", sans-serif;
}

.hnmaui_block p {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
}

.core-offerings {
  background: url("../images/home-new/blue-criscross-bg.webp") center / cover
    no-repeat;
  padding: 60px 0;
  position: relative;
}

/* Diagonal background shape */
/* .core-offerings::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background: rgba(0, 153, 204, 0.08);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
} */

/* Title */
.section-title991 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #000000;
  font-family: "Arya", sans-serif;
  line-height: 42px;
  border-bottom: 4px solid #ffc300;
  margin-bottom: 36px;
}

/* .section-title::after {
    content: "";
    width: 60%;
    height: 3px;
    background: #ffc107;
    position: absolute;
    bottom: 0;
    left: 20%;
} */

/* Card */
.offering-card {
  text-align: center;
  background: transparent;
  position: relative;
}

.offering-card img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

/* Yellow label */
.card-label {
  background: #ffc107;
  display: inline-block;
  padding: 8px 22px;
  font-weight: 700;
  margin-top: -18px;
  border-radius: 4px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  font-family: "Arya", sans-serif;
  color: #000000;
}

/* Text */
.offering-card p {
  font-size: 16px;
  color: #000000;
  margin: 14px 0;
  height: 50px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

/* Button */
.btn-action {
  display: inline-block;
  background-image: linear-gradient(to right, #3793c8, #19b9ff);
  color: #fff;
  font-size: 20px;
  padding: 6px 26px;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Arya", sans-serif;
}

.btn-action img {
  width: 20px;
  position: relative;
  top: -2px;
}

.quote-box {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.quote-box span {
  color: #ff6a00;
  font-weight: 500;
}

.quote-icon {
  display: block;
  font-size: 34px;
  color: #c084fc;
  margin-bottom: 6px;
}

.media-card {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  text-align: center;
}

.leader-name {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
}

.leader-designation {
  color: #000000;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 8px;
}

.media-card p {
  color: #000000;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 8px;
  line-height: 22px;
}

.exp-title {
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.leader-section {
  background-color: #f3f3f3;
  padding: 40px 0;
}

.pe_img {
  margin-top: 20px;
}

.quote-box p {
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 22px;
  margin-top: 10px;
}

.display-mobile {
  display: none;
}

.display_desktop {
  display: block;
}

.btn-action:hover {
  background: #1f6fa0;
  color: #fff;
}

.journey-section99 {
  padding: 50px 0;
  background: #ffffff;
}

/* Title */
.journey-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #000;
  font-family: "Arya", sans-serif;
}

/* Quote box */
.journey-box {
  width: 85%;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 35px 40px 50px;
  position: relative;
  margin: 0 auto;
}

/* Quote icon */
.quote-icon {
  position: absolute;
  top: -36px;
  right: 25px;
  background: #fff;
  padding: 6px;
}

/* Text */
.journey-text {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

/* Signature */
.journey-sign {
  margin-top: 15px;
  text-align: right;
  font-size: 16px;
  font-style: italic;
  color: #000;
  font-family: "Roboto", sans-serif;
}

/* Bottom solid icon */
.bottom-marker {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 12px;
}

.bottom-marker img {
  height: 16px;
}

/* ================================
   WHY CHOOSE US – FINAL
================================ */

.why-choose-final-section {
  background: #fff;
}

/* TITLE */
.why-title-final {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-family: "Arya", sans-serif;
  border-bottom: 4px solid #ffc300;
  margin-bottom: 45px;
}

/* LEFT ITEMS */
.why-item-final {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
  grid-template-columns: 40px 1fr;
}

.why-num-final {
  width: 36px;
  height: 36px;
  background: #172d34;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-text-final h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  font-family: "Roboto", sans-serif;
}

.why-pill-final {
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 8px 40px 8px 15px;
  font-size: 15px;
  position: relative;
  background: #fff;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.why-pill-final span {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* RIGHT IMAGE – FULL PAGE */
.why-image-final {
  position: absolute;
  right: 0;
  top: 400px;
  transform: translateY(-50%);
}

.why-image-final img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose-final-section09 {
  padding: 50px 0;
}

.why-choose-final-section09_inner_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* CTA Section */
.fi-cta-section {
  background: #172d34;
  padding: 65px 0;
  text-align: center;
}

/* Text */
.fi-cta-text {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
}

/* Button */
.fi-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #7aeb70;
  color: #000;
  padding: 6px 57px 6px 22px;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 22px;
  font-family: "Arya", sans-serif;
}

/* Hover */
.fi-cta-btn:hover {
  background: #7aeb70;
  color: #000;
}

/* Icon circle */
.fi-cta-icon-circle {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}

/* Arrow icon */
.fi-cta-icon-circle img {
  width: 14px;
  height: auto;
}

.why-choose-final-section {
  padding-top: 50px;
}

.new_modification_gst_banner {
  background: url("../images/home-new/gst/gst-banner-new-fi.webp") center /
    cover no-repeat;
  padding: 20px 0;
  position: relative;
}

.new_modification_gst_from_top {
  margin-top: 0;
  border-radius: 22px;
  overflow: hidden;
}

.cr_form_header_modification {
  background: #ff7d37;
}

.cr_input_modification {
  border-radius: 30px;
}

.cr_form_group_modification i {
  top: 15px;
}

.cr_input_modification_select {
  width: 100%;
  height: 44px;
  padding-left: 40px;
  padding-right: 45px;
  /* space from right */
  font-size: 14px;
  color: #6a6a6a;
  background-color: #f2f4f2;
  border: 1px solid #f2f4f2;

  /* remove default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236a6a6a' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  /* 👈 arrow spacing */
  background-size: 12px;
}

.cr_input_modification_select::-ms-expand {
  display: none;
}

.cr_submit_btn_modification {
  background: #ffc300;
  border-radius: 30px;
  color: #000000;
  font-size: 20px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
}

.form_heading_txt_modification h2 {
  color: #000000;
  font-size: 32px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
}

.new_modification_gst_banner_left h1 {
  color: #90d48a;
  font-size: 50px;
  line-height: 60px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  margin-top: 0;
}

.new_modification_gst_banner_left h1 span {
  display: block;
}

.new_modification_gst_banner_left p {
  display: inline-block;
  margin-top: 23px;
  background-color: #7aeb70;
  padding: 11px 30px;
  color: #252525;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
}

.what_is_gst_registration_modification {
  padding: 60px 0;
}

.what_is_gst_registration_modification_inner {
  width: 90%;
  margin: 0 auto;
}

.wigstrm_right {
  height: 100%;
  display: flex;
  align-items: center;
}

.wigstrm_right_inner p {
  margin-top: 46px;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}

.wigstrm_right_inner h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #7aeb70;
}

.why_gst_registration_matters_modification {
  margin-bottom: 0;
  padding: 60px 0;
  background-color: #e4ffe2;
}

.why_gst_registration_matters_heading_modification h2 {
  display: inline-block;
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  border-bottom: 4px solid #7aeb70;
}

.card_label_modification {
  background: #7aeb70;
  font-size: 20px;
  padding: 8px 0px;
  width: 96%;
}

.iso_certification_process_modification {
  background-color: #ffffff;
}

.get_your_business_gst_compliant_inner_modification h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
}

.iso_certification_process_right_modification {
  border: unset;
  border-radius: 16px;
  overflow: hidden;
}

.isocpr_heading_modification {
  background-color: #3f623c;
}

.isocpr_heading_modification h4 {
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
}

.isocpr_body_modification {
  background-color: #fff1c5;
}

.isocpr_body_price_modification h5 {
  color: #3f623c;
}

.isocpr_button_holder_modification {
  background-color: #ffc300 !important;
  border-radius: 30px;
  color: #000000 !important;
  font-size: 20px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
}

/* Mobile tweaks */

/* RESPONSIVE */

.new_modification_iso_banner_left h1 {
  color: #0f262f;
  font-size: 62px;
  line-height: 70px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  margin-top: 0;
}

.new_modification_iso_banner_left span {
  color: #ff5031;
}

.new_modification_iso_banner {
  background: url(../images/home-new/iso-banner-bg.webp) center / cover
    no-repeat;
  padding: 20px 0 0 0;
  position: relative;
}

.new_modification_iso_banner_left p {
  font-size: 22px;
  line-height: 30px;
  color: #2d2d2d;
  font-weight: 500;
  margin-top: 24px;
  font-family: "Roboto", sans-serif !important;
}

.iso_info_box {
  background: #0d2f66;
  color: #ffffff;
  border-radius: 14px;
  padding: 20px 24px;
}

.iso_img img {
  max-width: 70px;
}

.iso_title {
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.iso_title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #ffc107;
  display: block;
  margin-top: 6px;
  border-radius: 2px;
}

.iso_text {
  font-size: 14px;
  line-height: 1.6;
  color: #e5e9f2;
}

.cr-hero-badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #005f99;
  padding: 10px 21px;
  border-radius: 31px;
  margin-bottom: 24px;
  line-height: 24px;
  color: #000000 !important;
  font-family: "Roboto", sans-serif !important;
}

.new_gybgcim_txt_international_iso {
  padding-left: 0;
  display: flex !important;
  align-items: center;
  height: 100%;
}

.cr_form_header_modification_iso_international {
  background: #ea2b2b;
}

.cr_form_header_modification_iso_international_inner {
  border-radius: 20px;
  overflow: hidden;
}

.crfhmiii_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.crfhmiii_grid_block {
  border: 1px solid #0093ed;
  border-radius: 8px;
  padding: 8px 14px;
}

.crfhmiii_grid_block h3 {
  color: #000000;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 0 !important;
}

.crfhmiii_grid_block h5 {
  color: #005f99;
  font-size: 52px;
  line-height: 62px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  text-align: center;
}

.isocpr_button_modification_international_modification {
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid #777676;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iso_new_price_international_modification {
  padding: 12px 28px !important;
}

/* Default (desktop & tablet) – keep as-is */
.package-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}

.package-card.active {
  background: #eaf2ff;
  border-color: #0d6efd;
}

.package-radio {
  flex: 0 0 22px;
}

.package-content {
  flex: 1;
}

.package-title {
  font-size: 15px;
  font-weight: 600;
}

.package-sub {
  font-size: 13px;
  color: #777;
}

.package-price {
  font-weight: 600;
  white-space: nowrap;
}

.new_new_new_gst_banner_modification {
  background: url(../images/gst-new/hero-banner.webp) center / cover no-repeat;
}

.new_new_new_gst_banner_modification_right .cr_form_header_modification {
  background: #00e5ff;
}

.new_new_new_gst_banner_modification_left_block h1 {
  color: #009eff;
  font-size: 48px;
}

.new_new_new_gst_banner_modification_left_block h6 {
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.fssai_banner_ul_li_modification_new_new_new909 li::after {
  content: url(../images/gst-new/tick.webp);
  top: 5px;
}

.fssai_banner_ul_li_modification_new_new_new909 li {
  font-family: "Roboto", sans-serif;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.new_new_new_common_gap {
  padding: 70px 0;
}

.new_new_new_common_sub_heading h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #00a1ff;
}

.new_new_new_common_sub_heading {
  text-align: center;
}

.new_new_new_gst_banner_modification_two_inner {
  width: 75%;
  margin: 0 auto;
}

.new_new_new_gst_banner_modification_two_inner p {
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.nnngbmti_one {
  margin-top: 30px;
}

.nnngbmti_two {
  margin-top: 12px;
}

.new_new_new_gst_banner_modification_three_inner {
  margin-top: 30px;
}

.our-expertise-social-title9_new_new_new {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.our-expertise-social-text9_new_new_new {
  font-size: 18px;
}

.new_new_new_gst_banner_modification_three {
  margin-bottom: 70px;
}

.new_new_new_gst_banner_modification_four_inner {
  margin-top: 30px;
}

.new_new_new_gst_banner_modification_four_inner_left {
  height: 100%;
  display: flex;
  align-items: center;
}

.new_new_new_gst_banner_modification_four_inner_left_inner h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.new_new_new_gst_banner_modification_four_inner_left_inner ul li {
  color: #000000;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
  position: relative;
  padding-left: 40px;
}

.new_new_new_gst_banner_modification_four_inner_left_inner ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background: url(../images/gst-new/tick.webp);
}

.new_new_new_gst_banner_modification_four {
  background: url(../images/gst-new/who-need-banner.webp) center / cover
    no-repeat;
}

.how_do_we_work_fssai_inner_modification_new_new_new {
  grid-template-columns: repeat(4, 1fr);
}

.how_do_we_work_fssai_inner_modification_new_new_new
  .hdwwfi_block_fssai_modification {
  border: 1px solid #4abcff;
  background-color: #e8f6ff;
}

.new_new_new_gst_banner_modification_six {
  background: url(../images/gst-new/documents-required-banner.webp) center /
    cover no-repeat;
}

.new_new_new_gst_banner_modification_six_right h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  display: inline-block;
  border-bottom: 4px solid #00a1ff;
}

.new_new_new_gst_banner_modification_six_right h2 span {
  display: block;
}

.new_new_new_gst_banner_modification_six_right ul {
  margin-top: 30px;
}

.new_new_new_gst_banner_modification_six_right ul li {
  color: #000000;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
}

.new_new_new_gst_banner_modification_six_right ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background: url(../images/gst-new/star.webp);
}

.new_new_new_gst_banner_modification_seven_inner {
  margin-top: 50px;
}

.nnngbmsi_block_section_text {
  margin-top: 20px;
}

.nnngbmsi_block_section_text h5 {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Arya", sans-serif;
  line-height: 30px;
}

.nnngbmsi_block_section_text p {
  color: #373737;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  margin-top: 10px;
}

.new_new_new_gst_banner_modification_seven_inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.our_packages_new_modification_section_bkp {
  background-color: #00a1ff;
}

.our_packages_new_modification_section_bkp_body {
  background-color: #e8f6ff;
}
.iso_faq_sa_new901 .accordion-item,
.iso_faq_sa_new901 .accordion-button {
  background-color: #ffffff !important;
}
.new_new_new_gst_banner_modification_three901 {
  background-color: #07142c;
  padding: 60px 0;
  margin: 0;
}
.wcfgstr {
  color: #fff !important;
  border-bottom: unset !important;
}
.our-expertise-social-card90123 {
  background-color: #fff;
  box-shadow: 6px 6px 0 #ebdd17;
  padding: 14px 52px !important;
  display: flex;
  align-items: center;
}
.our-expertise-social-text90123 {
  font-weight: bold;
}
.our_packages_new_modification_section_bkp901 {
  background-color: #07142c;
}
.our_packages_new_modification_section_bkp_body901 {
  background-color: #fff1c5;
}
.isocpr_body_price_modification901 h5 {
  color: #07142c;
}
.isocpr_button_holder_modification901 {
  background-color: #ff6203 !important;
  color: #fff !important;
  font-size: 18px;
}
.hgstrw {
  border-bottom: unset !important;
}
.how_do_we_work_fssai_inner_modification_new_new_new901
  .hdwwfi_block_fssai_modification {
  border: 1px solid #07142c;
}
.new_new_new_gst_banner_modification_four_inner_left_inner901 h2,
.gst_new_section_modification_aboutus_left h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
}
.new_new_new_gst_banner_modification_four_inner_left_inner901 p {
  color: #000000;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.new_new_new_gst_banner_modification_four_inner_left_inner901 ul li {
  margin-bottom: 19px;
}
.new_new_new_gst_banner_modification_four_inner_left_inner901 ul li::after {
  background: url(../images/gst-modification/check-black.webp);
}
.company_registration_new_modification_banner_three901 {
  background: url(../images/gst-modification/right-gst-reg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.benefits_of_gst_registration_inner h2 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  font-family: "Arya", sans-serif;
  font-weight: bold;
  text-align: center;
}
.benefits_of_gst_registration_inner_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.bogstrig {
  margin-top: 40px;
  border: 1px solid #07142c;
  padding: 12px 15px;
  border-top: 3px solid #07142c;
}
.bogstrig h2 {
  margin-top: 15px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.bogstrig p {
  margin-top: 15px;
  color: #000000;
  font-size: 16px;
}
.gst_new_section_modification_aboutus {
  margin-top: 70px;
}
.gst_new_section_modification_aboutus_left {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  height: 100%;
}
.gst_new_section_modification_aboutus_left p {
  color: #000000;
  font-size: 18px;
  margin-top: 15px;
}
.new_new_new_gst_banner_modification_left_block091 h1 {
  color: #ffc300;
  margin-bottom: 5px;
}
.new_new_new_gst_banner_modification091 {
  background: url(../images/gst-modification/gst-new-banner.webp);
}
.fssai_banner_ul_li_modification_new_new_new909_new_modification li::after {
  content: url(../images/gst-modification/check-white.webp);
}
.cr_form_header_modification9856 {
  background: #ff7d37 !important;
}
.fssai_banner_ul_li_modification_new_new_new909_new_modification {
  margin-top: 34px;
}
/* 📱 MOBILE VIEW – MATCH 2nd IMAGE */
@media (max-width: 576px) {
  .package-card {
    flex-wrap: nowrap;
    /* ❗ key fix */
    align-items: flex-start;
  }

  .package-content {
    padding-right: 10px;
  }

  .package-title {
    font-size: 14px;
    line-height: 1.3;
  }

  .package-sub {
    font-size: 12px;
  }

  .package-price {
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
    /* ❗ push price to right */
    align-self: center;
    /* vertical align like image */
  }
}

.select_iso_package {
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .why-pill-final {
    font-size: 13px;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 767px) {
  .journey-box {
    padding: 25px 20px 45px;
  }

  .journey-sign {
    text-align: center;
  }

  .number_new {
    display: none;
  }

  .display-mobile {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .display_desktop {
    display: none;
  }

  .leader-section {
    padding: 30px 0;
  }

  .leader-name {
    text-align: center;
  }

  .leader-designation {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .right-curve {
    display: none;
  }

  .right-content {
    padding-left: 0;
    text-align: center;
  }

  .banner-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1399px) {
}

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 991px) {
  .new_new_new_gst_banner_modification_left {
    margin-top: 0;
  }

  .fssai_banner_ul_li_modification_new_new_new909 {
    margin-top: 20px;
  }

  .new_new_new_gst_banner_modification_two_inner {
    width: 100%;
  }

  .new_new_new_gst_banner_modification_four_inner_right,
  .new_new_new_gst_banner_modification_six_left {
    margin-top: 30px;
    text-align: center;
  }

  .how_do_we_work_fssai_inner_modification_new_new_new {
    grid-template-columns: repeat(2, 1fr);
  }

  .new_new_new_gst_banner_modification_seven_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .registration-banner {
    background: url("../images/home-new/home-banner-background-mobile.webp")
      center / cover no-repeat;
    position: relative;
    padding: 65px 0;
    overflow: hidden;
    color: #fff;
  }

  .banner-title {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }

  /* .service-list li{
  padding-left: 20px;
 } */
  .pill {
    font-size: 16px;
    padding: 8px 23px;
  }

  .check-circle::after {
    transform: scale(0.7);
  }

  .home_new_modification_about_us_inner {
    width: 100%;
  }

  .home_new_modification_about_us {
    padding: 24px 0;
  }

  .hnmaui_block p {
    margin-top: 14px;
  }

  .hnmaui_block h2,
  .section-title991,
  .journey-title,
  .why-title-final {
    font-size: 24px;
    line-height: 34px;
  }

  .why-title-final {
    margin-bottom: 0;
  }

  .core-offerings {
    padding: 43px 0;
  }

  .journey-section99 {
    padding: 30px 0;
  }

  .journey-box {
    width: 100%;
  }

  .quote-icon {
    right: 15px;
    width: 60px;
    top: -26px;
  }

  .grid_mobile_order_change,
  .why_grid_mobile {
    display: grid;
  }

  .grid_mobile_order_change_one,
  .why_grid_mobile_one {
    order: 2;
  }

  .grid_mobile_order_change_two,
  .why_grid_mobile_two {
    order: 1;
  }

  .why-image-final {
    position: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    transform: none;
    top: unset;
    margin-top: 10px;
    padding-left: 60px;
  }

  .why-text-final h6 {
    font-size: 18px;
  }

  .why-num-final {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .why-item-final {
    gap: 10px;
    margin-bottom: 28px;
    grid-template-columns: 30px 1fr;
  }

  .offering-card p {
    height: unset;
  }

  .why-choose-final-section09 {
    padding: 30px 0;
  }

  .fi-cta-section {
    padding: 34px 0;
  }

  .fi-cta-text {
    font-size: 16px;
  }

  .fi-cta-btn {
    font-size: 18px;
  }

  .why-choose-final-section {
    padding-top: 30px;
  }

  .banner-title {
    margin-bottom: 40px;
  }

  .new_modification_gst_banner {
    background: url(../images/home-new/gst/gst-banner-new-fi-mobile.webp)
      center / cover no-repeat;
    padding: 20px 0 70px 0;
    position: relative;
  }

  .form_heading_txt_modification h2,
  .wigstrm_right_inner h2,
  .why_gst_registration_matters_heading_modification h2,
  .get_your_business_gst_compliant_inner_modification h2,
  .isocpr_heading_modification h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .new_modification_gst_banner_left h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .new_modification_gst_banner_left h1 span {
    display: unset;
    margin-left: 5px;
  }

  .new_modification_gst_banner_left p {
    font-size: 20px;
  }

  .what_is_gst_registration_modification_inner {
    width: 100%;
  }

  .what_is_gst_registration_modification {
    padding: 45px 0;
  }

  .wigstrm_right {
    margin-top: 10px;
  }

  .wigstrm_left {
    text-align: center;
  }

  .wigstrm_right_inner p {
    margin-top: 30px;
  }

  .why_gst_registration_matters_modification {
    padding: 45px 0;
  }

  .card_label_modification {
    width: unset;
    padding: 8px 22px;
  }

  .isocpr_body_modification h3 {
    margin-top: 30px;
  }

  .crfhmiii_grid {
    width: 61%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }

  .our_packages_international_h4 h4 {
    text-align: center;
    padding-left: 0 !important;
  }

  .crfhmiii_grid_block h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .crfhmiii_grid_block h5 {
    font-size: 35px !important;
    line-height: 45px;
  }

  .iso_new_price_international_modification {
    padding: 12px 16px !important;
  }

  .isocpr_button_modification_international_modification {
    padding-bottom: 20px;
    margin-top: 30px;
  }

  .new_new_new_gst_banner_modification {
    background: url(../images/gst-new/banner-hero-mb.webp) center / cover
      no-repeat;
  }

  .new_new_new_gst_banner_modification_left {
    padding-top: 30px;
  }

  .new_new_new_gst_banner_modification_left_block h6 {
    margin-top: 16px;
  }

  .fssai_banner_ul_li_modification_new_new_new909 li::after {
    transform: scale(1);
  }

  .new_new_new_common_gap {
    padding: 30px 0;
  }

  .new_new_new_common_sub_heading h2,
  .new_new_new_gst_banner_modification_six_right h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .new_new_new_gst_banner_modification_two_inner {
    width: 100%;
  }

  .nnngbmti_one {
    margin-top: 15px;
  }

  .our-expertise-social-text9_new_new_new {
    font-size: 16px;
  }

  .our-expertise-social-title9_new_new_new {
    font-size: 20px;
  }

  .new_new_new_gst_banner_modification_four_inner_right {
    margin-top: 30px;
  }

  .new_new_new_gst_banner_modification_four {
    background: url(../images/gst-new/who-need-banner-mb.webp) center / cover
      no-repeat;
  }

  .how_do_we_work_fssai_inner_modification_new_new_new {
    grid-template-columns: 1fr;
  }

  .new_new_new_gst_banner_modification_six {
    background: url(../images/gst-new/documents-required-banner-mb.webp)
      center / cover no-repeat;
  }

  .new_new_new_gst_banner_modification_six_left {
    text-align: center;
  }

  .new_new_new_gst_banner_modification_seven_inner {
    grid-template-columns: 1fr;
  }

  .new_new_new_gst_banner_modification_six_right h2 span {
    display: unset;
    margin-left: 5px;
  }
  .gst_new_section_modification_aboutus {
    margin-top: 40px;
  }
  .new_new_new_gst_banner_modification_four_inner_left_inner901 h2,
  .gst_new_section_modification_aboutus_left h2,
  .benefits_of_gst_registration_inner h2 {
    font-size: 28px;
  }
  .gst_new_section_modification_aboutus_left p {
    font-size: 16px;
  }
  .gst_new_section_modification_aboutus_right {
    margin-top: 30px;
  }
  .benefits_of_gst_registration_inner_grid {
    grid-template-columns: 1fr;
  }
  .bogstrig {
    margin-top: 25px;
  }
  .bogstrig99 {
    margin-top: 0px;
  }
  .new_new_new_gst_banner_modification_four_inner_left_inner901 {
    margin-top: 30px;
  }
  .new_new_new_gst_banner_modification_four_inner_left_inner901 p {
    font-size: 18px;
  }
  .our-expertise-social-card90123 {
    padding: 14px 30px !important;
  }
}

@media only screen and (max-width: 448px) {
  .new_new_new_gst_banner_modification_six_right h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 380px) {
  .banner-title {
    font-size: 36px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 350px) {
  .crfhmiii_grid {
    width: 70%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 343px) {
  .banner-title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 327px) {
  .right-content {
    padding-left: 0px;
  }

  .banner-title {
    font-size: 32px;
    line-height: 42px;
  }
}

/* SECTION */
.deliver_section_new_design_modification_seo {
  background: #fff7f5;
  padding: 80px 0;
  position: relative;
}

/* HEADING */
.deliver_section_new_design_modification_seo .section-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}

.deliver_section_new_design_modification_seo .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 80px;
  height: 4px;
  background: #ffc107;
  border-radius: 10px;
}

/* CARD */
.deliver_section_new_design_modification_seo .deliver-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 25px 25px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
}

.deliver_section_new_design_modification_seo .deliver-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: #ff4d4f;
  border-radius: 5px;
}

.deliver_section_new_design_modification_seo .deliver-card h5 {
  color: #ff4d4f;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.deliver_section_new_design_modification_seo .deliver-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.deliver_section_new_design_modification_seo .deliver-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.deliver_section_new_design_modification_seo .deliver-card ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
/* CENTER LAST ROW */
.deliver_section_new_design_modification_seo .center-row {
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .deliver_section_new_design_modification_seo .section-title {
    font-size: 24px;
  }
}
