body {
  font-family: "Figtree", sans-serif;
  margin: 0 auto;
  color: #161c2d;
}

/* ================= COLORS ================= */
:root{
  --primary:#1e5a8a;
  --dark:#0b0633;
  font-family: "Figtree", sans-serif;
}

/* ================= TOP BAR ================= */
.top-bar{
  background:var(--primary);
  color:#fff;
  font-size:12px;
}
a.nav-link {
    color: #000;
}
.top-bar a {
    background: #fff;
    color: #184f89;
    padding: 5px 11px;
    border-radius: 8px;
    height: 32px;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: .5rem;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
              font-size: 14px;  
    }
}
/* ================= NAVBAR ================= */
.navbar-brand img{
  height:40px;
}
.nav-link{
  font-weight:500;
}

/* ================= MEGA MENU FIX ================= */
.mega-dropdown{
  position: static !important;
}

.mega-menu{
  width:95%;
  left:32px;
  right:0;
  top:80%;
  border-radius:18px;
  padding:30px 0;
  border:none;
  z-index:9999;
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

.mega-menu ul li{
  font-size:14px;
  padding:6px 0;
  color:#333;
}
.dropdown-menu.mega-menu.shadow-lg {
    height: auto;
    max-height: 600px;
    overflow-y: scroll;
}
.mega-title{
  font-weight:600;
  color:var(--primary);
  border-left:3px solid var(--primary);
  padding-left:10px;
  margin-bottom:12px;
}
.mega-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    padding: 2px 0;
    transition: all 0.3s ease;
}
.font-10{
    font-size: 10px;
}
.mega-menu ul li a:hover {
    color: var(--primary);
    padding-left: 6px;
}
.mega-title {
    font-size: 16px;
    font-weight: 600;
    color: #184f89;
    margin-bottom: 10px;
    border-left: 3px solid #184F89;
    font-family: Figtree, sans-serif !important;
    padding: .5rem .5rem .5rem 1rem;
    text-wrap-mode: nowrap;
    background: linear-gradient(90.1deg, #155bbd24 .08%, #fff0 92.03%);
}
.btn:hover {
    color: #184f89;
    border-color: #184f89;
    align-items: center;
    font-weight: 500;
    background: #ffffffff;
}
button.btn.btn-contact:hover {
    background: #184f89;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(30, 90, 138, 0.3);
    color: #fff;
    font-weight: 600;
}
.mega-menu .col-lg-3{
  min-width:250px;
}
.mega-menu ul{
  list-style:none;
  padding:0;
  list-style: none;
  margin-top: -0.75rem;
  padding-left: 1rem;
  position: relative;
  border-left: 3px solid #EAF1F9;
}

.mega-menu ul li {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.mega-title{
  font-weight:600;
  color:var(--primary);
  border-left:3px solid var(--primary);
  padding-left:10px;
  margin-bottom:12px;
}

.mega-menu .col-lg-3{
  min-width:250px;
}
.mega-menu{
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* ================= HERO ================= */
.hero{
  background:linear-gradient(135deg,#0B0033,#0B0033);
  color:#fff;
}

.hero h1{
  font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    text-wrap-mode: nowrap;
}

.hero-icon{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}

.hero-icon i{
  font-size:20px;
}

.hero-btn{
  background:#1e5a8a;
  color:#fff;
  padding:12px 28px;
  border-radius:8px;
  border:none;
}

.hero-img{
  background:#1e5a8a;
  border-radius:0 0 0 200px;
  padding:40px;
}

/* ================= CAROUSEL ARROWS ================= */
.carousel-control-prev-icon,
.carousel-control-next-icon{
  background-color:rgba(30,90,138,0.9);
  border-radius:50%;
  width:45px;
  height:45px;
  background-size:60%;
}
.carousel-control-prev {
    left: -55px;
}
.carousel-inner{
    padding: 60px 0;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px !important;
    height: 6px !important;
}
/* ================= HOVER MEGA MENU ================= */
/*@media (min-width: 992px) {*/
/*  .navbar .dropdown:hover > .dropdown-menu {*/
/*    display: block;*/
/*    margin-top: 24px;*/
/*  }*/
/*}*/

/* ================= MOBILE CLICK ================= */
/*@media (max-width: 991px) {*/
/*  .navbar .dropdown-menu {*/
/*    display: none;*/
/*  }*/
/*  .navbar .dropdown.show .dropdown-menu {*/
/*    display: block;*/
/*  }*/
/*}*/

/* Smooth fade */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ================= MOBILE ================= */
@media(max-width:991px){
  .mega-menu{
    padding:20px;
  }
}


 /*================= SERVICES SECTION ================= */
.services-section {
  background-color: #f8f9fa;
  position: relative;
  padding: 60px 0;
}

.services-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.btn-view-all {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.services-section {
  background-color: #f8f9fb;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  padding: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.service-img {
  border-radius: 14px;
  height: 200px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 15px;
}

.service-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.small-title {
  font-weight: 600;
  color: #161c2d;
  margin-bottom: 6px;
}

.service-content p {
  color: #161c2d;
  font-size: 14px;
  margin-bottom: 15px;
}

.service-link {
  text-decoration: none;
  font-weight: 500;
  color: #0d6efd;
  transition: 0.3s;
}

.service-link span {
  margin-left: 5px;
  transition: 0.3s;
}

.service-link:hover span {
  margin-left: 10px;
}
.btn-view-all:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(30,90,138,0.3);
}

.btn-view-all i {
  transition: transform 0.3s ease;
}

.btn-view-all:hover i {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .services-title {
    font-size: 28px;
  }
  
  .service-card {
    padding: 20px 15px;
  }
  
  .service-card h3 {
    font-size: 18px;
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
  }
  
  .service-icon i {
    font-size: 25px;
  }
}
h1 {
  font-size: 28px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
  /*li.nav-item.dropdown.mega-dropdown:not(:first-child) {*/
  /*    border-top: 1px solid #000 !important;*/
  /*  }*/
}

@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 40px 0;
  }
  .hero h1 {
    line-height: 57px;
    font-size: 30px;
  }

  .services-title {
    font-size: 24px;
  }
  
  .service-card {
    padding: 18px 15px;
  }
  
  .service-card p {
    font-size: 13px;
  }
  
  .btn-view-all {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .services-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .services-title {
    text-align: center;
  }
  
  .service-card {
    text-align: center;
  }
  
  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }
  
  .service-card h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .service-link {
    justify-content: center;
  }
}

/* Optional: Add a subtle pattern background */
.services-section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* Sticky Left Column */
.sticky-wrapper {
  position: sticky;
  top: 100px; /* Adjust based on your navbar height */
  height: fit-content;
}

/* Scrollable Right Blog List */
/* Simple right container - no scrollbar */
.scrollable-blog-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Remove any margin bottom override if exists */
.scrollable-blog-list .small-blog-card {
  margin-bottom: 0;
}

/* Adjust spacing between small blog cards */
.scrollable-blog-list .small-blog-card {
  margin-bottom: 20px;
}

.scrollable-blog-list .small-blog-card:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .sticky-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  
  .scrollable-blog-list {
    max-height: none;
    overflow-y: visible;
  }
}

/* Update featured blog card for better sticky behavior */
.featured-blog-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

.featured-blog-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.featured-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-blog-card:hover .featured-blog-image img {
  transform: scale(1.05);
}

.featured-blog-image .blog-category {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: var(--primary);
  color: white;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.featured-blog-content {
  padding: 25px;
}

.featured-blog-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin: 10px 0 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.featured-blog-card:hover .featured-blog-title {
  color: var(--primary);
}

.featured-blog-excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Small Blog Cards */
.small-blog-card {
  background: white;
  border-radius: 16px;
  padding: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.small-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(30,90,138,0.1);
  border-color: transparent;
}

.small-blog-image {
  position: relative;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
}

.small-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.small-blog-card:hover .small-blog-image img {
  transform: scale(1.05);
}

.small-blog-image .blog-category {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: var(--primary);
  color: white;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
section.blog-section {
    padding: 70px 0;
}
.small-blog-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin: 8px 0 6px;
  line-height: 1.4;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.small-blog-card:hover .small-blog-title {
  color: var(--primary);
}

.small-blog-excerpt {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



/* ================= CONTACT SECTION ================= */
.contact-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 70px 0;
  position: relative;
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.contact-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

/* Left Side - Contact Details */
.contact-details {
  padding-right: 30px;
}

.contact-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
  line-height: 1.4;
}

.contact-description {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.contact-info {
  margin: 40px 0 30px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-icon i {
  font-size: 24px;
  color: white;
}

.contact-info-item:hover .contact-icon {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(30,90,138,0.3);
}

.contact-detail h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
}

.contact-detail a {
  font-size: 16px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-detail a:hover {
  color: var(--primary);
}

/* Social Icons */
.contact-social h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: rgba(30,90,138,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
/* Hover Brand Colors */
.youtube:hover { background-color: #FF0000; }
.instagram:hover { 
  background: radial-gradient(circle at 30% 107%, 
  #fdf497 0%, #fdf497 5%, #fd5949 45%, 
  #d6249f 60%, #285AEB 90%);
}
.facebook:hover { background-color: #1877F2; }
.linkedin:hover { background-color: #0A66C2; }
.whatsapp:hover { background-color: #25D366; }
.twitter:hover { background-color: #000000; }

.social-icon i {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.social-icon:hover {
  /*background: var(--primary);*/
  transform: translateY(-3px);
}

.social-icon:hover i {
  color: white;
}

/* Right Side - Contact Form */
.contact-form-wrapper {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.contact-form-wrapper:hover {
  box-shadow: 0 30px 60px rgba(30,90,138,0.12);
}

.form-group {
  margin-bottom: 5px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
  display: block;
}

.form-control {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #eef2f6;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f8fafc;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  background: white;
  box-shadow: 0 5px 20px rgba(30,90,138,0.1);
}

.form-control::placeholder {
  color: #aaa;
  font-size: 14px;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-contact {
  background: var(--primary);
  color: white;
  padding: 14px 35px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.btn-contact:hover {
  background: var(--dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(30,90,138,0.3);
}

/* Bottom Links & Disclaimer */
.contact-bottom-links {
  text-align: center;
  /*padding: 20px 0 10px;*/
  /*border-top: 1px solid rgb(255 255 255 / 68%);*/
}

.social-section {
  background: #dfe5ec; /* light grey background */
}

.social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;               /* ICON WHITE */
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Official Brand Colors */
.youtube { background-color: #FF0000; }
.instagram { 
  background: radial-gradient(circle at 30% 107%, 
  #fdf497 0%, #fdf497 5%, #fd5949 45%, 
  #d6249f 60%, #285AEB 90%);
}
.facebook { background-color: #1877F2; }
.linkedin { background-color: #0A66C2; }
.whatsapp { background-color: #25D366; }
.twitter { background-color: #000000; }

/* Hover Effect */
.social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  color: #fff; /* keep white on hover */
}
.contact-bottom-links a {
  color: #ededed !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.contact-bottom-links a:hover {
  color: #ffffff;
}

.contact-bottom-links .separator {
  color: #ccc;
  margin: 0 5px;
}

.contact-disclaimer {
  text-align: left;
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  /*max-width: 1000px;*/
  margin: 0 auto;
}

.contact-disclaimer a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.contact-disclaimer a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-details {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .contact-subtitle {
    font-size: 22px;
  }
  
  .contact-form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 50px 0;
  }
  
  .contact-title {
    font-size: 28px;
  }
  
  .contact-subtitle {
    font-size: 20px;
  }
  
  .contact-info-item {
    gap: 15px;
  }
  
  .contact-icon {
    width: 50px;
    height: 50px;
  }
  
  .contact-icon i {
    font-size: 20px;
  }
  
  .contact-form-wrapper {
    padding: 25px;
  }
  
  .contact-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  
  .contact-bottom-links a {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .contact-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .contact-title {
    text-align: center;
  }
  
  .contact-subtitle {
    text-align: center;
     margin-top: -30px !important;
  }
  
  .contact-description {
    text-align: center;
  }
  
  .contact-info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .contact-social {
    text-align: center;
  }
  
  .social-icons {
    justify-content: center;
  }
  
  .contact-bottom-links {
    flex-direction: row;
    gap: 0px;
  }
  
  .contact-bottom-links .separator {
    display: block;
  }
}


/* footer */

/* ================= FOOTER SECTION ================= */
.footer-section {
  background: var(--dark);
  color: #fff;
  padding: 60px 0 0;
  position: relative;
  border-top: 5px solid var(--primary);
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1); /* Makes logo white if needed */
}

.contact-disclaimer.mt-3 {
    border-top: 1px solid rgb(255 255 255 / 68%);
    padding: 20px 0 10px;
}

.footer-about {
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
  margin-bottom: 20px;
  opacity: 0.9;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 0.5px;
}

.footer-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #ededed;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links li a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-links li a:before {
  content: "";              /* No arrow initially */
  opacity: 0;
  margin-right: 0;
  transition: all 0.3s ease;
}

.footer-links li a:hover:before {
  content: "›";             /* Add arrow on hover */
  opacity: 1;
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
}

/* Social Icons in Footer */
.footer-social {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}

.footer-social-icon {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}

.footer-social-icon i {
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.footer-social-icon:hover i {
  color: #fff;
}

/* Footer Bottom Bar */
.footer-bottom {
  margin-top: 10px;
  padding: 20px 0;
  border-top: 1px solid rgb(255 255 255 / 68%);
}

.copyright {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.copyright a:hover {
  text-decoration: underline;
  color: #fff;
}

.designed-by {
  font-size: 13px;
  color: #999;
  margin: 0;
}

.designed-by i {
  color: #ff4d4d;
  animation: heartBeat 1.5s ease infinite;
}

@keyframes heartBeat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.footer-available p {
  color: #ccc;
  font-size: 14px;
}

/* Responsive Footer */
@media (max-width: 991px) {
  .footer-section {
    padding: 40px 0 0;
  }
  
  .footer-title {
    font-size: 17px;
    margin-top: 20px;
  }
  
  .footer-title:after {
    width: 30px;
  }
  
  .footer-links li a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .footer-section {
    text-align: center;
  }
  .fw-semibold{
      text-align: center;
  }
  .d-flex.gap-2 {
        justify-content: center;
    }
  .footer-title:after {
    left: 13%;
    transform: translateX(-50%);
    width: 50px;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-links li a:hover {
    transform: translateX(0);
  }
  
  .footer-links li a:before {
    display: none;
  }
  
  .footer-bottom .row {
    text-align: center !important;
  }
  
  .copyright, .designed-by {
    text-align: center !important;
    margin: 5px 0;
  }
}

@media (max-width: 575px) {
  .footer-logo img {
    margin: 0 auto;
  }
  
  .footer-title {
    font-size: 16px;
  }
  
  .footer-links li {
    margin-bottom: 8px;
  }
  
  .footer-links li a {
    font-size: 12px;
  }
}

/* ================= GST HERO SECTION - REDESIGNED ================= */
.gst-hero-section {
  background: linear-gradient(135deg, #0B0033 0%, #0B0033 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* Decorative Elements */
.gst-hero-section:before {
  content: '';
  position: absolute;
  top: -150px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: rgba(30, 90, 138, 0.1);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.gst-hero-section:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}

/* Left Content */
.gst-hero-content {
  color: white;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.gst-hero-title {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: white;
}

.gst-hero-title span {
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.gst-hero-title span:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(30, 90, 138, 0.3);
  z-index: -1;
}

.gst-hero-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.gst-hero-highlight {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: white;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-left: 4px solid var(--primary);
  border-radius: 0 8px 8px 0;
  font-weight: 400;
  backdrop-filter: blur(5px);
}

.gst-hero-highlight strong {
  color: #fff;
  font-weight: 700;
}

/* Hero Buttons */
.gst-hero-buttons {
  display: flex;
  gap: 15px;
}

.btn-gst-enquiry {
  background: var(--primary);
  color: white;
  padding: 14px 32px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(30,90,138,0.2);
}

.btn-gst-enquiry:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(30, 90, 138, 0.3);
    color: #0b0033;
}

.btn-gst-started {
  background: transparent;
  color: white;
  padding: 14px 32px;
  border: 2px solid White;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-gst-started:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(30,90,138,0.2);
}

/* Right Side Form */
.gst-hero-form-wrapper {
  position: relative;
  z-index: 10;
  max-width: 450px;
  margin-left: auto;
}

.gst-hero-form {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.1);
}

.gst-form-heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
  text-align: left;
}

.gst-form-subheading {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.5;
}

.gst-form-row {
  margin-bottom: 15px;
}

.gst-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
  display: block;
}

.gst-form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1.5px solid #e5e9f0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fafbfc;
}

.gst-form-control:focus {
  outline: none;
  border-color: var(--primary);
  background: white;
  box-shadow: 0 3px 10px rgba(30,90,138,0.1);
}

.gst-form-control::placeholder {
  color: #aaa;
  font-size: 13px;
}

/* Phone Input */
.gst-phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gst-country-code {
  background: #f0f4f8;
  padding: 12px 15px;
  border: 1.5px solid #e5e9f0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
}

.gst-phone-field {
  flex: 1;
}
.gst-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.gst-phone-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.gst-country-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    font-weight: 600;
}

.gst-country-box img {
    width: 22px;
    height: 16px;
    object-fit: cover;
}

.gst-phone-input {
    flex: 1;
    border: none;
    padding: 12px 14px;
    font-size: 14px;
    outline: none;
    background: rgb(250, 251, 252);
}

.gst-phone-wrapper:focus-within {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.1);
}

.error-text {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
textarea.gst-form-control {
  resize: vertical;
  min-height: 70px;
}

.gst-submit-btn {
  background: var(--primary);
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 20px rgba(30,90,138,0.2);
  margin-top: 5px;
}

.gst-submit-btn:hover {
  background: var(--dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(30,90,138,0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
  .gst-hero-section {
    padding: 60px 0;
    min-height: auto;
  }
  
  .gst-hero-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .gst-hero-title {
    font-size: 38px;
  }
  
  .gst-hero-description, 
  .gst-hero-highlight {
    text-align: left;
  }
  
  .gst-hero-highlight {
    border-left: 4px solid var(--primary);
    text-align: left;
  }
  
  .gst-hero-buttons {
    justify-content: flex-start;
  }
  
  .gst-hero-form-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .gst-hero-title {
    font-size: 34px;
  }
  
  .gst-hero-description,
  .gst-hero-highlight {
    font-size: 15px;
    text-align: center;
  }
  
  .gst-hero-highlight {
    text-align: center;
    border-left: none;
    border-top: 4px solid var(--primary);
    border-radius: 8px;
    padding: 15px;
  }
  
  .gst-hero-buttons {
    justify-content: center;
    flex-direction: column;
  }
  
  .gst-phone-input {
    flex-direction: column;
    gap: 5px;
  }
  
  .gst-country-code {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .gst-hero-title {
    font-size: 30px;
  }
  
  .gst-hero-form {
    padding: 25px 20px;
  }
  
  .gst-form-heading {
    font-size: 22px;
  }
  
  .gst-form-control,
  .gst-country-code {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* ================= GST MANDATORY SECTION - REDESIGNED ================= */
.gst-mandatory-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

/* Background Pattern */
.gst-mandatory-section:before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-mandatory-section:after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-mandatory-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-mandatory-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-mandatory-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 700px;
}

/* Mandatory Items - Modern Design */
.gst-mandatory-row {
  background: white;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  overflow: hidden;
  border: 1px solid rgba(30,90,138,0.1);
  position: relative;
  z-index: 2;
}

.gst-mandatory-item {
  height: 100%;
  position: relative;
  transition: all 0.4s ease;
}

.gst-mandatory-item-middle {
  border-left: 1px dashed rgba(30,90,138,0.2);
  border-right: 1px dashed rgba(30,90,138,0.2);
}

.gst-mandatory-item-content {
  padding: 40px 30px;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gst-mandatory-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(30,90,138,0.03) 0%, transparent 100%);
  transition: height 0.5s ease;
  z-index: 1;
}

.gst-mandatory-item:hover:before {
  height: 100%;
}

.gst-mandatory-item:hover {
  transform: translateY(-5px);
}

.gst-mandatory-item-header {
  margin-bottom: 25px;
  position: relative;
}

.gst-mandatory-number {
  font-size: 48px;
  font-weight: 800;
  color: rgb(17 58 110 / 41%);
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.gst-mandatory-item:hover .gst-mandatory-number {
  color: rgb(22 79 124);
  transform: scale(1.05);
}

.gst-mandatory-item-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}

.gst-mandatory-item-title:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.gst-mandatory-item:hover .gst-mandatory-item-title:after {
  width: 60px;
}

.gst-mandatory-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gst-mandatory-item-desc {
  font-size: 16px;
  color: #777;
  margin-bottom: 15px;
}

.gst-mandatory-item-amount {
  margin-bottom: 25px;
}

.gst-amount-currency {
  font-size: 32px;
  font-weight: 300;
  color: var(--primary);
  margin-right: 5px;
}

.gst-amount-value {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
}

.gst-mandatory-item-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), transparent);
  margin-top: auto;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.gst-mandatory-item:hover .gst-mandatory-item-line {
  opacity: 1;
}


/* Responsive */
@media (max-width: 991px) {
  .gst-mandatory-title {
    font-size: 32px;
  }
  
  .gst-mandatory-subtitle {
    font-size: 16px;
  }
  
  .gst-mandatory-item-middle {
    border-left: none;
    border-right: none;
    border-top: 1px dashed rgba(30,90,138,0.2);
    border-bottom: 1px dashed rgba(30,90,138,0.2);
  }
  
  .gst-mandatory-item-content {
    padding: 35px 25px;
  }
  
  .gst-mandatory-item-title {
    font-size: 22px;
  }
  
  .gst-amount-value {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .gst-mandatory-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-mandatory-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-mandatory-subtitle {
    text-align: center;
    margin: 0 auto;
  }
  
  .gst-mandatory-item-content {
    text-align: center;
    padding: 30px 20px;
  }
  
  .gst-mandatory-item-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-mandatory-item-line {
    margin: 0 auto;
  }
  
  .gst-mandatory-note-header {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  
  .gst-mandatory-note-header h3 {
    font-size: 20px;
    text-align: center;
  }
  
  .gst-mandatory-list li {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .gst-mandatory-section {
    padding: 50px 0;
  }
  
  .gst-mandatory-title {
    font-size: 26px;
  }
  
  .gst-mandatory-number {
    font-size: 40px;
  }
  
  .gst-mandatory-item-title {
    font-size: 20px;
  }
  
  .gst-amount-currency {
    font-size: 28px;
  }
  
  .gst-amount-value {
    font-size: 28px;
  }
  
  .gst-mandatory-note {
    padding: 30px 20px;
  }
  
  .gst-mandatory-note-header h3 {
    font-size: 18px;
  }
  
  .gst-mandatory-list li {
    font-size: 14px;
  }
}

/* Mandatory List Card */
.gst-mandatory-list-card {
  background: white;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid rgba(30,90,138,0.1);
  position: relative;
  overflow: hidden;
}

.gst-mandatory-list-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #4a90e2, var(--primary));
}

.gst-mandatory-list-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.gst-mandatory-list-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-mandatory-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gst-mandatory-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
}

.gst-mandatory-list li i {
  color: var(--primary);
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.gst-mandatory-list li:hover {
  transform: translateX(5px);
  color: var(--dark);
}

.gst-mandatory-list li:hover i {
  color: var(--primary);
}

/* ================= GST TAX RATES SECTION - MODERN DESIGN ================= */
.gst-taxrates-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Modern Background Elements */
.gst-taxrates-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-taxrates-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-taxrates-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-taxrates-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-taxrates-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
}

/* Modern Rate Cards */
.modern-rate-card {
  height: 100%;
  perspective: 1000px;
}

.modern-rate-inner {
  background: white;
  padding: 30px 20px 30px 20px;
  border-radius: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  border: 1px solid rgba(30,90,138,0.08);
  display: flex;
  flex-direction: column;
}

.modern-rate-card:hover .modern-rate-inner {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 50px rgba(30,90,138,0.15);
  border-color: transparent;
}

.modern-rate-badge {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  text-shadow: 3px 3px 0 rgba(30,90,138,0.1);
}

.modern-rate-card:hover .modern-rate-badge {
  transform: scale(1.1);
  color: var(--dark);
}

.modern-rate-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.modern-rate-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.modern-rate-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #4a90e2);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.modern-rate-card:hover .modern-rate-title::after {
  width: 60px;
}

.modern-rate-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Decorative Shape */
.modern-rate-shape {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(30,90,138,0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.4s ease;
}

.modern-rate-card:hover .modern-rate-shape {
  transform: scale(1.5);
  opacity: 0.3;
}

/* Modern Note */
.modern-taxrates-note {
  background: white;
  padding: 25px 30px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.modern-taxrates-note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30,90,138,0.02) 0%, transparent 100%);
  pointer-events: none;
}

.modern-note-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary) 0%, #4a90e2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(30,90,138,0.2);
}

.modern-note-icon i {
  font-size: 24px;
  color: white;
}

.modern-note-content p {
  font-size: 16px;
  color: #444;
  margin: 0;
  line-height: 1.6;
}

.modern-note-content strong {
  color: var(--primary);
  font-weight: 700;
  background: rgba(30,90,138,0.08);
  padding: 2px 8px;
  border-radius: 30px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
  .gst-taxrates-title {
    font-size: 32px;
  }
  
  .gst-taxrates-subtitle {
    font-size: 16px;
  }
  
  .modern-rate-badge {
    font-size: 42px;
  }
  
  .modern-taxrates-note {
    border-radius: 40px;
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .gst-taxrates-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-taxrates-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-taxrates-subtitle {
    text-align: center;
    margin: 0 auto;
  }
  
  .modern-rate-inner {
    text-align: center;
    padding: 25px 15px;
  }
  
  .modern-rate-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .modern-taxrates-note {
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    padding: 25px 20px;
    width: 100%;
  }
  
  .modern-note-icon {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .gst-taxrates-section {
    padding: 50px 0;
  }
  
  .gst-taxrates-title {
    font-size: 26px;
  }
  
  .modern-rate-badge {
    font-size: 38px;
  }
  
  .modern-rate-title {
    font-size: 16px;
  }
  
  .modern-rate-desc {
    font-size: 12px;
  }
  
  .modern-taxrates-note p {
    font-size: 14px;
  }
}

/* Animation */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modern-rate-card {
  animation: slideUpFade 0.5s ease forwards;
}

.modern-rate-card:nth-child(1) { animation-delay: 0.1s; }
.modern-rate-card:nth-child(2) { animation-delay: 0.2s; }
.modern-rate-card:nth-child(3) { animation-delay: 0.3s; }
.modern-rate-card:nth-child(4) { animation-delay: 0.4s; }
.modern-rate-card:nth-child(5) { animation-delay: 0.5s; }


/* ================= INPUT TAX CREDIT SECTION - MODERN ================= */
.itc-modern-section {
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.itc-modern-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.itc-modern-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Left Content */
.itc-modern-content {
  position: relative;
  z-index: 5;
}

.itc-modern-tag {
  display: inline-block;
  background: rgba(30,90,138,0.1);
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.itc-modern-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}

.itc-modern-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.itc-modern-title span {
  color: var(--primary);
}

.itc-modern-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #555;
  margin-bottom: 20px;
}

.itc-modern-description {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
  border-left: 4px solid var(--primary);
  padding-left: 20px;
}

/* Grid Items */
.itc-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.itc-modern-item {
  background: white;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(30,90,138,0.08);
  box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

.itc-modern-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(30,90,138,0.1);
  border-color: transparent;
}

.itc-modern-item-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(30,90,138,0.1) 0%, rgba(30,90,138,0.05) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.itc-modern-item:hover .itc-modern-item-icon {
  background: var(--primary);
}

.itc-modern-item-icon i {
  font-size: 24px;
  color: var(--primary);
  transition: all 0.3s ease;
}

.itc-modern-item:hover .itc-modern-item-icon i {
  color: white;
}

.itc-modern-item-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.itc-modern-item-text p {
  font-size: 13px;
  color: #777;
  margin: 0;
  line-height: 1.4;
}

/* Note */
.itc-modern-note {
  background: rgba(30,90,138,0.02);
  padding: 18px 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px dashed rgba(30,90,138,0.2);
}

.itc-modern-note i {
  font-size: 20px;
  color: #ffc107;
  flex-shrink: 0;
  margin-top: 2px;
}

.itc-modern-note p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.itc-modern-note strong {
  color: var(--primary);
}

/* Right Side Image */
.itc-modern-image-wrapper {
  position: relative;
  text-align: center;
}

.itc-modern-image-card {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.itc-modern-image {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(30,90,138,0.2);
  border: 4px solid white;
  position: relative;
  z-index: 5;
}

.itc-modern-image-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: var(--primary);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 10px 25px rgba(30,90,138,0.3);
  z-index: 10;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.itc-modern-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.itc-modern-shape-1 {
  top: -20px;
  left: -20px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(30,90,138,0.1) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

.itc-modern-shape-2 {
  bottom: -30px;
  right: -20px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(30,90,138,0.08) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
}

/* Responsive */
@media (max-width: 991px) {
  .itc-modern-title {
    font-size: 36px;
  }
  
  .itc-modern-subtitle {
    font-size: 22px;
  }
  
  .itc-modern-description {
    font-size: 16px;
  }
  
  .itc-modern-image-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .itc-modern-content {
    text-align: center;
  }
  
  .itc-modern-tag {
    margin-left: auto;
    margin-right: auto;
  }
  
  .itc-modern-title {
    font-size: 32px;
  }
  
  .itc-modern-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .itc-modern-description {
    text-align: left;
  }
  
  .itc-modern-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .itc-modern-item {
    text-align: left;
  }
  
  .itc-modern-note {
    text-align: left;
  }
  
  .itc-modern-image-badge {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 575px) {
  .itc-modern-section {
    padding: 60px 0;
  }
  
  .itc-modern-title {
    font-size: 28px;
  }
  
  .itc-modern-subtitle {
    font-size: 20px;
  }
  
  .itc-modern-description {
    font-size: 15px;
    padding-left: 15px;
  }
  
  .itc-modern-item {
    padding: 15px;
  }
  
  .itc-modern-item-icon {
    width: 45px;
    height: 45px;
  }
  
  .itc-modern-item-icon i {
    font-size: 20px;
  }
  
  .itc-modern-item-text h4 {
    font-size: 15px;
  }
}


/* ================= GST RETURN FILING SECTION ================= */
.gst-return-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.gst-return-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-return-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

/* Cards */
.gst-return-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid rgba(30,90,138,0.08);
}

.gst-return-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(30,90,138,0.15);
  border-color: transparent;
}

.gst-return-card-image {
  overflow: hidden;
  height: 200px;
}

.gst-return-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gst-return-card:hover .gst-return-card-image img {
  transform: scale(1.1);
}

.gst-return-card-content {
  padding: 25px 20px;
  text-align: left;
}

.gst-return-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.gst-return-card:hover .gst-return-card-title {
  color: var(--primary);
}

.gst-return-card-text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Disclaimer Note - Matching Tax Rates Section */
/* Disclaimer Note - Matching Tax Rates Section */
.gst-return-note {
  background: white;
  padding: 20px 30px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
}

.gst-return-note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30,90,138,0.02) 0%, transparent 100%);
  pointer-events: none;
}

.gst-return-note i {
  font-size: 24px;
  color: var(--primary);
  flex-shrink: 0;
}

.gst-return-note p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.6;
  text-align: center;
}

.gst-return-note strong {
  color: var(--primary);
  font-weight: 700;
  background: rgba(30,90,138,0.08);
  padding: 2px 8px;
  border-radius: 30px;
  display: inline-block;
}



/* Responsive */
@media (max-width: 991px) {
  .gst-return-title {
    font-size: 32px;
  }
  
  .gst-return-card-title {
    font-size: 18px;
  }
  
  .gst-return-card-text {
    font-size: 14px;
  }
  
  .gst-return-note {
    border-radius: 40px;
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .gst-return-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-return-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-return-card-image {
    height: 180px;
  }
  
  .gst-return-card-content {
    text-align: center;
  }
  
 .gst-return-note {
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    padding: 25px 20px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .gst-return-section {
    padding: 60px 0;
  }
  
  .gst-return-title {
    font-size: 26px;
  }
  
  .gst-return-card-content {
    padding: 20px 15px;
  }
  
  .gst-return-card-title {
    font-size: 17px;
  }
  
  .gst-return-note p {
    font-size: 14px;
  }
}

/* ================= GST COMPOSITION SCHEME SECTION ================= */
.gst-composition-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.gst-composition-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-composition-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-composition-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-composition-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-composition-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 700px;
}

/* Cards */
.gst-composition-card {
  background: white;
  padding: 35px 30px;
  border-radius: 24px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  border: 1px solid rgba(30,90,138,0.08);
  position: relative;
  overflow: hidden;
}

.gst-composition-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(30,90,138,0.15);
}

/* Card 1 - Key Features */
.gst-composition-card-features {
  border-top: 5px solid var(--primary);
}

.gst-composition-card-features:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(40, 167, 69, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Card 2 - Limitations */
.gst-composition-card-limitations {
  border-top: 5px solid var(--primary);
}

.gst-composition-card-limitations:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(220, 53, 69, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-composition-card-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.gst-composition-card-features .gst-composition-card-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-composition-card-limitations .gst-composition-card-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-composition-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gst-composition-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 18px;
  color: #555;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 10px;
}

.gst-composition-list li:hover {
  background: rgba(0,0,0,0.02);
  transform: translateX(5px);
}

.gst-composition-card-features .gst-composition-list li i {
  color: var(--primary);
  font-size: 22px;
  flex-shrink: 0;
}

.gst-composition-card-limitations .gst-composition-list li i {
  color: var(--primary);
  font-size: 22px;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .gst-composition-title {
    font-size: 32px;
  }
  
  .gst-composition-subtitle {
    font-size: 16px;
  }
  
  .gst-composition-card-title {
    font-size: 24px;
  }
  
  .gst-composition-list li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .gst-composition-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-composition-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-composition-subtitle {
    text-align: center;
    margin: 0 auto;
  }
  
  .gst-composition-card {
    padding: 30px 25px;
    text-align: center;
  }
  
  .gst-composition-card-features .gst-composition-card-title:after,
  .gst-composition-card-limitations .gst-composition-card-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-composition-list li {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .gst-composition-section {
    padding: 60px 0;
  }
  
  .gst-composition-title {
    font-size: 26px;
  }
  
  .gst-composition-card {
    padding: 25px 20px;
    margin-left: 35px;
  }
  
  .gst-composition-card-title {
    font-size: 22px;
  }
  
  .gst-composition-list li {
    font-size: 15px;
  }
  
  .gst-composition-list li i {
    font-size: 20px;
  }
}

/* ================= WHY GST REGISTRATION SECTION ================= */
.gst-why-section {
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.gst-why-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-why-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-why-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-why-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-why-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 800px;
}

/* Left Content */
.gst-why-content {
  position: relative;
  z-index: 5;
}

.gst-why-tag {
  display: inline-block;
  background: rgba(30,90,138,0.1);
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.gst-why-heading {
  font-size: 28px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.5;
  margin-bottom: 0;
}

/* Right Side Image */
.gst-why-image-wrapper {
  position: relative;
  text-align: center;
}

.gst-why-image-card {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.gst-why-image {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(30,90,138,0.2);
  border: 4px solid white;
  position: relative;
  z-index: 5;
}

.gst-why-image-badge {
  position: absolute;
  top: -15px;
  left: -15px;
  background: var(--primary);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 10px 25px rgba(30,90,138,0.3);
  z-index: 10;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.gst-why-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.gst-why-shape-1 {
  top: -20px;
  right: -20px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(30,90,138,0.1) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

.gst-why-shape-2 {
  bottom: -30px;
  left: -20px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(30,90,138,0.08) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
}

/* Key Benefits Title */
.gst-benefits-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.gst-benefits-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

/* Benefits Cards */
.gst-benefit-card {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(30,90,138,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gst-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(30,90,138,0.15);
  border-color: transparent;
}

.gst-benefit-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #4a90e2);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.gst-benefit-card:hover:before {
  transform: translateX(0);
}

.gst-benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(30,90,138,0.1) 0%, rgba(30,90,138,0.05) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.gst-benefit-icon i {
  font-size: 34px;
  color: var(--primary);
  transition: all 0.3s ease;
}

.gst-benefit-card:hover .gst-benefit-icon {
  background: var(--primary);
  transform: scale(1.05);
}

.gst-benefit-card:hover .gst-benefit-icon i {
  color: white;
}

.gst-benefit-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.gst-benefit-card:hover .gst-benefit-card-title {
  color: var(--primary);
}

.gst-benefit-card-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .gst-why-title {
    font-size: 32px;
  }
  
  .gst-why-subtitle {
    font-size: 16px;
  }
  
  .gst-why-heading {
    font-size: 24px;
  }
  
  .gst-benefits-title {
    font-size: 26px;
    text-align: center;
  }
  
  .gst-benefits-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-benefit-card {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .gst-why-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-why-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-why-subtitle {
    text-align: center;
    margin: 0 auto;
  }
  
  .gst-why-content {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .gst-why-tag {
    margin-left: auto;
    margin-right: auto;
  }
  
  .gst-why-heading {
    font-size: 22px;
    text-align: center;
  }
  
  .gst-why-image-badge {
    font-size: 14px;
    padding: 8px 16px;
  }
  
  .gst-benefits-title {
    font-size: 24px;
  }
  
  .gst-benefit-icon {
    width: 60px;
    height: 60px;
  }
  
  .gst-benefit-icon i {
    font-size: 28px;
  }
  
  .gst-benefit-card-title {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .gst-why-section {
    padding: 60px 0;
  }
  
  .gst-why-title {
    font-size: 26px;
  }
  
  .gst-why-heading {
    font-size: 20px;
  }
  
  .gst-benefits-title {
    font-size: 22px;
  }
  
  .gst-benefit-card {
    padding: 20px 15px;
  }
  
  .gst-benefit-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }
  
  .gst-benefit-icon i {
    font-size: 26px;
  }
  
  .gst-benefit-card-title {
    font-size: 16px;
  }
  
  .gst-benefit-card-text {
    font-size: 13px;
  }
}

/* ================= GSTIN SECTION - GLASSMORPHISM ================= */
.gstin-section {
  background: linear-gradient(145deg, #f5f9ff 0%, #ffffff 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.gstin-section::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  top: -200px;
  right: -200px;
  border-radius: 50%;
}

.gstin-section::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  bottom: -150px;
  left: -150px;
  border-radius: 50%;
}

.gstin-header {
  margin-bottom: 30px;
}

.gstin-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  display: inline-block;
  letter-spacing: -0.5px;
}

.gstin-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px;
}

/* Dashboard Container */
.gstin-dashboard {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(30,90,138,0.1);
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
}

/* Top Row */
.gstin-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.gstin-card {
  background: white;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 10px 30px -10px rgba(30,90,138,0.1);
  border: 1px solid rgba(30,90,138,0.08);
  transition: transform 0.3s ease;
}

.gstin-card:hover {
  transform: translateY(-5px);
}

.gstin-card-1 {
  display: flex;
  flex-direction: column;
}

.gstin-card-icon {
  font-size: 28px;
  color: var(--primary);
  margin-bottom: 15px;
  background: rgba(30,90,138,0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.gstin-card-1 h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}

.gstin-card-1 p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.gstin-card-2 {
  text-align: center;
}

.gstin-badge {
  display: inline-block;
  background: rgba(30,90,138,0.1);
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.gstin-code {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.gstin-code span {
  background: #f0f7ff;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  font-family: monospace;
  border: 1px solid rgba(30,90,138,0.15);
}

.gstin-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.gstin-tags span {
  font-size: 13px;
  color: #777;
  background: #f8fafc;
  padding: 4px 12px;
  border-radius: 30px;
}

/* Structure Row */
.gstin-structure-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.gstin-struct-item {
  background: white;
  padding: 20px 15px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.02);
  border: 1px solid rgba(30,90,138,0.06);
  transition: all 0.3s ease;
}

.gstin-struct-item:hover {
  background: var(--primary);
  transform: translateY(-5px);
}

.gstin-struct-item:hover .gstin-struct-num,
.gstin-struct-item:hover .gstin-struct-value,
.gstin-struct-item:hover .gstin-struct-label,
.gstin-struct-item:hover .gstin-struct-desc {
  color: white;
}

.gstin-struct-num {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  background: rgba(30,90,138,0.1);
  display: inline-block;
  padding: 3px 12px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.gstin-struct-item:hover .gstin-struct-num {
  background: rgba(255,255,255,0.2);
}

.gstin-struct-value {
  font-size: 20px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 8px;
  font-family: monospace;
}

.gstin-struct-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
}

.gstin-struct-desc {
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

.gstin-struct-item:hover .gstin-struct-desc {
  color: rgba(255,255,255,0.9);
}

/* Full GSTIN Display */
.gstin-full-code {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 25px;
  background: #f0f7ff;
  padding: 20px;
  border-radius: 50px;
}

.gstin-full-code span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  box-shadow: 0 3px 8px rgba(0,0,0,0.03);
  border: 1px solid rgba(30,90,138,0.1);
}

/* Bottom Guide */
.gstin-guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
  margin-bottom: 15px;
  background: rgba(30,90,138,0.02);
  padding: 20px;
  border-radius: 50px;
}

.gstin-guide-step {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gstin-step-dot {
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-block;
}

.gstin-step-text {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.gstin-footer-note {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin: 0;
  font-style: italic;
}

/* Responsive */
@media (max-width: 991px) {
  .gstin-row {
    grid-template-columns: 1fr;
  }
  
  .gstin-structure-row {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .gstin-guide {
    border-radius: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .gstin-title {
    font-size: 30px;
  }
  
  .gstin-dashboard {
    padding: 20px;
  }
  
  .gstin-structure-row {
    grid-template-columns: 1fr;
  }
  
  .gstin-full-code span {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  
  .gstin-guide {
    border-radius: 20px;
  }
}

@media (max-width: 575px) {
  .gstin-title {
    font-size: 28px;
  }
  
  .gstin-code span {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  .gstin-full-code {
    gap: 4px;
    padding: 15px;
  }
  
  .gstin-full-code span {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}

/* ================= WHO SHOULD APPLY SECTION ================= */
.who-apply-section {
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.who-apply-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.who-apply-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.who-apply-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.who-apply-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.who-apply-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 900px;
}

/* Cards */
.who-apply-card {
  background: transparent;
  height: 100%;
  perspective: 1000px;
}

.who-apply-card-inner {
  background: white;
  padding: 35px 25px 30px;
  border-radius: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  border: 1px solid rgba(30,90,138,0.08);
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.who-apply-card:hover .who-apply-card-inner {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 50px rgba(30,90,138,0.2);
  border-color: transparent;
}

.who-apply-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(30,90,138,0.1) 0%, rgba(30,90,138,0.05) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

.who-apply-icon i {
  font-size: 34px;
  color: var(--primary);
  transition: all 0.3s ease;
}

.who-apply-card:hover .who-apply-icon {
  background: var(--primary);
  transform: scale(1.05);
}

.who-apply-card:hover .who-apply-icon i {
  color: white;
}

.who-apply-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 15px;
  transition: color 0.3s ease;
  position: relative;
  z-index: 3;
  line-height: 1.4;
}

.who-apply-card:hover .who-apply-card-title {
  color: var(--primary);
}

.who-apply-card-text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 3;
  flex: 1;
}

.who-apply-card-shape {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(30,90,138,0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease;
}

.who-apply-card:hover .who-apply-card-shape {
  transform: scale(1.5);
  opacity: 0.3;
}

/* Note Section */
.who-apply-note {
  background: white;
  padding: 20px 30px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.who-apply-note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(30,90,138,0.02) 0%, transparent 100%);
  pointer-events: none;
}

.who-apply-note i {
  font-size: 24px;
  color: var(--primary);
  flex-shrink: 0;
}

.who-apply-note p {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

.who-apply-note strong {
  color: var(--primary);
  font-weight: 700;
}

/* Responsive */
@media (max-width: 991px) {
  .who-apply-title {
    font-size: 32px;
  }
  
  .who-apply-subtitle {
    font-size: 16px;
  }
  
  .who-apply-card-title {
    font-size: 18px;
  }
  
  .who-apply-card-text {
    font-size: 14px;
  }
  
  .who-apply-note {
    border-radius: 40px;
    padding: 20px 25px;
  }
}

@media (max-width: 767px) {
  .who-apply-title {
    font-size: 28px;
    text-align: center;
  }
  
  .who-apply-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .who-apply-subtitle {
    text-align: center;
  }
  
  .who-apply-card-inner {
    text-align: center;
    padding: 30px 20px;
  }
  
  .who-apply-icon {
    margin-left: auto;
    margin-right: auto;
  }
  
  .who-apply-note {
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    padding: 25px 20px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .who-apply-section {
    padding: 60px 0;
  }
  
  .who-apply-title {
    font-size: 26px;
  }
  
  .who-apply-icon {
    width: 60px;
    height: 60px;
  }
  
  .who-apply-icon i {
    font-size: 28px;
  }
  
  .who-apply-card-title {
    font-size: 17px;
  }
  
  .who-apply-card-text {
    font-size: 13px;
  }
}

/* ================= TYPES OF GST REGISTRATION SECTION ================= */
.gst-types-section {
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.gst-types-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-types-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-types-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-types-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-types-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 800px;
}

/* Cards */
.gst-type-card {
  background: white;
  border-radius: 24px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(30,90,138,0.1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.gst-type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(30,90,138,0.15);
  border-color: transparent;
}

.gst-type-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #4a90e2);
}

.gst-type-header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px dashed rgba(30,90,138,0.1);
}

.gst-type-name {
  font-size: 26px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
  position: relative;
  display: inline-block;
}

.gst-type-name:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

/* List */
.gst-type-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gst-type-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 17px;
  color: #555;
  padding: 8px 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.gst-type-list li:hover {
  background: rgba(30,90,138,0.03);
  transform: translateX(5px);
}

.gst-type-list li i {
  font-size: 22px;
}

.gst-type-list li .bi-check-circle-fill {
  color: var(--primary);
}

.gst-type-list li .bi-x-circle-fill {
  color: #dc3545;
}

/* Business Growth */
.gst-type-growth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: white;
  padding: 15px 30px;
  border-radius: 60px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid rgba(30,90,138,0.1);
  width: fit-content;
  margin: 0 auto;
}

.gst-type-growth span {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
}

.gst-type-growth i {
  font-size: 24px;
  color: var(--primary);
  animation: moveRight 1.5s infinite;
}

@keyframes moveRight {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}

/* Responsive */
@media (max-width: 991px) {
  .gst-types-title {
    font-size: 32px;
  }
  
  .gst-types-subtitle {
    font-size: 16px;
  }
  
  .gst-type-name {
    font-size: 24px;
  }
  
  .gst-type-list li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .gst-types-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-types-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-types-subtitle {
    text-align: center;
    margin: 0 auto;
  }
  
  .gst-type-card {
    text-align: center;
    padding: 30px 25px;
  }
  
  .gst-type-name:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-type-list li {
    justify-content: center;
  }
  
  .gst-type-growth {
    padding: 12px 25px;
  }
  
  .gst-type-growth span {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .gst-types-section {
    padding: 60px 0;
  }
  
  .gst-types-title {
    font-size: 26px;
  }
  
  .gst-type-name {
    font-size: 22px;
  }
  
  .gst-type-list li {
    font-size: 15px;
    text-align: left;
  }
  
  .gst-type-list li i {
    font-size: 20px;
  }
}


/* ================= GST SERVICES ACROSS INDIA SECTION ================= */
.gst-services-section {
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.gst-services-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-services-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-services-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-services-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-services-subtitle {
  font-size: 20px;
  color: #555;
  line-height: 1.7;
  font-weight: 500;
}

/* City Cards */
.gst-city-card {
  background: white;
  padding: 18px 10px;
  border-radius: 16px;
  text-align: center;
  font-weight: 600;
  color: var(--dark);
  transition: all 0.3s ease;
  border: 1px solid rgba(30,90,138,0.08);
  box-shadow: 0 8px 20px rgba(0,0,0,0.02);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gst-city-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(30,90,138,0.05) 0%, transparent 100%);
  transition: height 0.3s ease;
  z-index: 1;
}

.gst-city-card:hover::before {
  height: 100%;
}

.gst-city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(30,90,138,0.15);
  border-color: transparent;
  color: var(--primary);
}

.gst-city-card span {
  position: relative;
  z-index: 2;
  font-size: 16px;
}

/* PAN India Special Card */
.gst-city-card:last-child {
  background: linear-gradient(135deg, var(--primary) 0%, #4a90e2 100%);
  color: white;
  border: none;
}

.gst-city-card:last-child:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(30,90,138,0.3);
}

.gst-city-card:last-child::before {
  display: none;
}

/* Description */
.gst-services-description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: white;
  padding: 20px 35px;
  border-radius: 60px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border: 1px solid rgba(30,90,138,0.08);
  width: fit-content;
  margin: 0 auto;
  max-width: 100%;
}

.gst-services-description i {
  font-size: 28px;
  color: var(--primary);
  flex-shrink: 0;
}

.gst-services-description p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .gst-services-title {
    font-size: 32px;
  }
  
  .gst-services-subtitle {
    font-size: 18px;
  }
  
  .gst-city-card span {
    font-size: 15px;
  }
  
  .gst-city-card {
    padding: 15px 8px;
  }
}

@media (max-width: 767px) {
  .gst-services-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-services-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-services-subtitle {
    text-align: center;
  }
  
  .gst-city-card span {
    font-size: 14px;
  }
  
  .gst-services-description {
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .gst-services-section {
    padding: 60px 0;
  }
  
  .gst-services-title {
    font-size: 26px;
  }
  
  .gst-services-subtitle {
    font-size: 16px;
  }
  
  .gst-city-card {
    padding: 12px 5px;
  }
  
  .gst-city-card span {
    font-size: 13px;
  }
  
  .gst-services-description p {
    font-size: 14px;
  }
}

/* ================= PRICING & PLANS SECTION ================= */
.pricing-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.pricing-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.pricing-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.pricing-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.pricing-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.pricing-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}

/* Pricing Cards */
.pricing-card {
  background: white;
  border-radius: 24px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(30,90,138,0.1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(30,90,138,0.15);
  border-color: transparent;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #4a90e2);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.pricing-card:hover::before {
  transform: translateX(0);
}

/* Recommended Card */
.pricing-card-recommended {
  border: 2px solid var(--primary);
  transform: scale(1.02);
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(30,90,138,0.15);
}

.pricing-card-recommended:hover {
  transform: scale(1.02) translateY(-10px);
}

.pricing-recommended-badge {
    position: absolute;
    top: 17px;
    right: -46px;
    background: var(--primary);
    color: white;
    padding: 7px 40px;
    font-size: 10px;
    font-weight: 600;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 5px 15px rgba(30,90,138,0.3);
}

/* Card Header */
.pricing-card-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px dashed rgba(30,90,138,0.1);
}

.pricing-plan-name {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px;
}

.pricing-currency {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary);
}

.pricing-amount {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.pricing-billing {
  font-size: 14px;
  color: #777;
  display: block;
}

/* Card Body */
.pricing-card-body {
  flex: 1;
  margin-bottom: 30px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
  padding: 0px 12px;
  border-radius: 12px;
}

.pricing-features li:hover {
  background: rgba(30,90,138,0.03);
  transform: translateX(5px);
}

.pricing-features li i {
  font-size: 20px;
  color: var(--primary);
  flex-shrink: 0;
}

/* Card Footer */
.pricing-card-footer {
  text-align: center;
}

.pricing-btn {
  display: inline-block;
  background: transparent;
  color: var(--primary);
  padding: 14px 35px;
  border: 2px solid var(--primary);
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  letter-spacing: 0.5px;
}

.pricing-btn:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(30,90,138,0.3);
}

.pricing-btn-recommended {
  background: var(--primary);
  color: white;
}

.pricing-btn-recommended:hover {
  background: var(--dark);
  border-color: var(--dark);
  box-shadow: 0 10px 25px rgba(30,90,138,0.4);
}

/* Responsive */
@media (max-width: 991px) {
  .pricing-title {
    font-size: 32px;
  }
  
  .pricing-subtitle {
    font-size: 16px;
  }
  
  .pricing-card {
    padding: 30px 25px;
  }
  
  .pricing-plan-name {
    font-size: 26px;
  }
  
  .pricing-amount {
    font-size: 42px;
  }
  
  .pricing-features li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .pricing-title {
    font-size: 28px;
    text-align: center;
  }
  
  .pricing-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .pricing-subtitle {
    text-align: center;
  }
  
  .pricing-card-recommended {
    transform: scale(1);
  }
  
  .pricing-card-recommended:hover {
    transform: translateY(-10px);
  }
  
  .pricing-recommended-badge {
    right: -30px;
    padding: 6px 22px;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .pricing-section {
    padding: 60px 0;
  }
  
  .pricing-title {
    font-size: 26px;
  }
  
  .pricing-card {
    padding: 25px 20px;
  }
  
  .pricing-plan-name {
    font-size: 24px;
  }
  
  .pricing-amount {
    font-size: 38px;
  }
  
  .pricing-currency {
    font-size: 24px;
  }
  
  .pricing-features li {
    font-size: 14px;
  }
  
  .pricing-btn {
    padding: 12px 25px;
    font-size: 15px;
  }
}

/* ================= GST FAQS SECTION ================= */
.gst-faqs-section {
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background Elements */
.gst-faqs-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-faqs-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(30,90,138,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.gst-faqs-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--dark);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gst-faqs-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.gst-faqs-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
  max-width: 800px;
}

/* Accordion Container */
.gst-faqs-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* FAQ Item */
.gst-faq-item {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(30,90,138,0.1);
  box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

.gst-faq-item:hover {
  border-color: rgba(30,90,138,0.3);
  box-shadow: 0 10px 30px rgba(30,90,138,0.1);
}

.gst-faq-item.active {
  border-color: var(--primary);
  box-shadow: 0 15px 35px rgba(30,90,138,0.15);
}

/* FAQ Question */
.gst-faq-question {
  padding: 22px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: background 0.3s ease;
}

.gst-faq-item.active .gst-faq-question {
  background: rgba(30,90,138,0.02);
}

.gst-faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.gst-faq-item.active .gst-faq-question h3 {
  color: var(--primary);
}

.gst-faq-toggle {
  flex-shrink: 0;
}

.gst-faq-toggle i {
  font-size: 24px;
  color: var(--primary);
  transition: all 0.3s ease;
}

.gst-faq-item:hover .gst-faq-toggle i {
  transform: scale(1.1);
}

.gst-faq-item.active .gst-faq-toggle i {
  color: var(--primary);
}

/* FAQ Answer */
.gst-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
  background: rgba(30,90,138,0.01);
}

.gst-faq-item.active .gst-faq-answer {
  max-height: 200px;
  padding: 0 25px 25px 25px;
}

.gst-faq-answer p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .gst-faqs-title {
    font-size: 32px;
  }
  
  .gst-faqs-subtitle {
    font-size: 16px;
  }
  
  .gst-faq-question h3 {
    font-size: 17px;
  }
  
  .gst-faq-answer p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .gst-faqs-title {
    font-size: 28px;
    text-align: center;
  }
  
  .gst-faqs-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gst-faqs-subtitle {
    text-align: center;
  }
  
  .gst-faq-question {
    padding: 18px 20px;
  }
  
  .gst-faq-question h3 {
    font-size: 16px;
  }
  
  .gst-faq-answer p {
    font-size: 14px;
  }
  
  .gst-faq-item.active .gst-faq-answer {
    padding: 0 20px 20px 20px;
  }
}

@media (max-width: 575px) {
  .gst-faqs-section {
    padding: 60px 0;
  }
  .gst-faqs-title {
    font-size: 26px;
  }
  
  .gst-faq-question {
    padding: 15px;
  }
  
  .gst-faq-question h3 {
    font-size: 15px;
  }
  
  .gst-faq-toggle i {
    font-size: 20px;
  }
  
  .gst-faq-answer {
    padding: 0 15px;
  }
  
  .gst-faq-item.active .gst-faq-answer {
    padding: 0 15px 15px 15px;
  }
}
.eway-section {
    background: #f3f4f6;
}

/* Image Box */
.image-box {
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
}

.image-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Custom List */
.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-weight: 500;
}

.custom-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #1e3a8a;
    font-size: 14px;
}

/* Info Strip */
.info-strip {
    background: #dbe2ea;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}

.eway-required-section {
    background: #ffffff;
}

/* Custom Arrow List */
.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 500;
}

.custom-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #1e3a8a;
    font-size: 14px;
}

/* Benefit Box */
.benefit-box {
    background: #e6f4ea;
    border: 1px solid #b7e4c7;
    color: #15803d;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    max-width: 510px;
    text-align: center;
    font-weight: 600;
}

/* Image Box */
.image-box-large {
    background: #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
}
.img-fluid{
    border-radius: 18px;
}
.image-box-large img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}


