/* .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 */




/* 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;
}

/* 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;
}

.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 */


@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;
    }

   
}


@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 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;
}
}
@media only screen and (max-width: 575px) {
  
}
@media only screen and (max-width: 380px) {
  .banner-title {
        font-size: 36px;
        line-height: 46px;
    }
}
@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;
    }
}

