body,
html {
  overflow-x: hidden;
  width: 100%;
}

:root {
  --footer-bg: #0f172a;
  /* Rich Dark Navy */
  --footer-text: #fff;
  /* Muted Slate Text */
  --footer-heading: #f8fafc;
  /* White/Light Gray */
  --footer-accent: #3b82f6;
  /* Professional Blue */
  --footer-border: rgba(255, 255, 255, 0.05);
  --primary-color: #5138ee;
  --text-main: #5f6168;
  --heading-color: #01103d;
  --border-color: rgba(0, 0, 0, 0.08);
  --gst-navy: #1e3a8a;
  /* Deep professional blue */
  --gst-accent: #2563eb;
  /* Bright corporate blue */
  --gst-text: #374151;
  /* Soft black for readability */
  --gst-bg: #f8fafc;
  /* Very light grey background */
}

html {
  scroll-behavior: smooth;
}

/* .....................keyframes ................ */
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(50px);
    /* Starts 50px below */
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    /* Ends at original position */
    opacity: 1;
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  60% {
    opacity: 1;
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: rotateZ(0.01deg);
  }

  34% {
    border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
    transform: translate3d(1px, 5px, 2px);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(-1px, -3px, -2px);
  }
}

@keyframes moving {

  0%,
  100% {
    transform: translatey(0px);
  }

  25% {
    transform: translatex(20px);
  }

  50% {
    transform: translatey(-20px);
  }

  75% {
    transform: translatex(-20px);
  }
}

@keyframes slideLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
    /* Starts 100px to the left */
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    /* Ends at its natural position */
  }
}

@keyframes slideRightToLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Navbar links..................................... */
/* ================= NAVBAR BASE ================= */
.navbar {
  transition: all 0.4s ease-in-out;
  padding: 20px 0;
  font-weight: bold;

}

/* Logo */
.navbar-logo {
  height: 70px;
  width: auto;
  margin-left: -30px;
}


/* Brand Text */
.navbar span {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #5b36e9 !important;
  font-family: "Urbanist", sans-serif;
}

/* ================= SCROLL EFFECT ================= */
#mainNavbar {
  transition: all 0.4s ease-in-out;
  background: transparent !important;
}

#mainNavbar.scrolled {
  background: #ffffff !important;
  padding: 8px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Navbar links when scrolled */
#mainNavbar.scrolled .nav-link {
  color: #5b36e9;
  font-weight: 700;
}

/* Button when scrolled */
.navbar.scrolled .btn-primary {
  background: #5b36e9;
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 16px;
}


.navbar.scrolled .btn-primary:hover {
  background: #000;
}

/* ================= NAV LINKS ================= */
.navbar .nav-link {
  position: relative;
  padding: 6px 14px;
  margin: 0 4px;
  font-family: "Urbanist", sans-serif;
  color: #5b36e9 !important;
  border-radius: 30px;
  overflow: hidden;
  transition: color 0.4s ease;
  font-size: 15px;
  z-index: 1;
}

/* Hover background fill */
.navbar .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #5b36e9;
  transition: width 0.4s ease;
  border-radius: 30px;
  z-index: -1;
}

.navbar .nav-link:hover::before {
  width: 100%;
}

.navbar .nav-link:hover {
  color: #fff !important;
}

/* ================= BUTTON ================= */
.btn-primary {
  background: #5b36e9;
  border: none;
  padding: 6px 18px;
}

.btn-primary:hover {
  background: #000;
}

/* ================= MOBILE TOGGLER ================= */
@media (max-width:991px) {

  .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .navbar-brand-text {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .navbar-toggler {
    padding: 0;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-logo {
    height: 55px;
    margin-left: 5px;
  }

}



/* small phone fix toggle Sachin Edit size 390 Phone*/
@media (max-width:390px) {
  .navbar-toggler {
    margin-left: auto;
    min-width: 32px;
    height: 32px;
  }

  .navbar-toggler i {
    font-size: 20px !important;
  }
}

/* Small phones */
@media (max-width:576px) {

  .navbar-brand-text {
    font-size: 12px;
  }

  .navbar-logo {
    height: 45px;
  }

}

/* Very small phones */
@media (max-width:390px) {

  .navbar-brand-text {
    font-size: 10px;
  }

  .navbar-logo {
    height: 35px;
  }

}

/* ================= OFFCANVAS ================= */
.offcanvas {
  width: 300px;
}





@media (max-width:400px) {
  .offcanvas {
    width: 85%;
  }
}

/* Mobile menu links */
.offcanvas-body .nav-link {
  font-size: 1.1rem;
  color: #333;
  padding: 10px 0;
}

.offcanvas-body .nav-link:hover {
  color: #5b36e9;
}

/* HERO SECTION ........................................*/
.hero-section {
  background: url("../img/heroimg/hero-image.jpg") center/cover no-repeat;
  background-blend-mode: soft-light;
  padding: 100px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* ================= LEFT SHAPE IMAGE ================= */
.hero-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 200%;
  vertical-align: middle;
}

/* ================= HERO CONTENT ================= */
.hero-content {
  position: relative;
  z-index: 3;
}

/* ================= TITLE ================= */
.hero-title {
  margin-top: 50px;
  font-size: 86px;
  font-weight: 700;
  color: #000229;
  line-height: 1.2;
  font-family: "Urbanist", sans-serif !important;

  opacity: 0;
  /* Keep hidden before animation starts */
  animation: hero-3-dot-2 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.italic-text {
  font-style: italic;
  font-weight: 600;
  font-family: "DM Serif Display", serif;
}

/* ================= SUBTITLE ================= */
.hero-subtitle {
  max-width: 650px;
  margin: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #6b7280;
  font-family: "Urbanist", sans-serif !important;
  animation: hero-3-dot-2 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.2s;
}

/* ================= BUTTONS ================= */
.btn-primary {
  background: #5b36e9;
  border: none;
  border-radius: 50px;
}

.btn-primary:hover {
  background: #4353ff;
}

.btn-outline-primary {
  border-radius: 50px;
}

/* ================= PLATFORM ICON ROW ================= */
/* ================= PLATFORM ICON ROW ================= */
.hero-platforms {
  /* REMOVE position: absolute and left/transform */
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  /* Forces single line */
  gap: 30px;
  align-items: center;
  justify-content: center;

  /* Add margin to space it away from the buttons above */
  margin-top: 50px;
  margin-bottom: 20px;
  animation: hero-3-dot-2 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.4s;
  padding: 10px 30px;
  background: transparent;
  /* Or #fff if you want the white pill shape */
  z-index: 3;
}

.platform-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #a0a3ab;
  font-weight: 500;
  font-family: "urbanist", sans-serif;
  letter-spacing: 0.02em;
}

.platform-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .hero-platforms {
    gap: 14px;
    padding: 14px 18px;
  }

  .platform-item span {
    font-size: 11px;
  }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 64px;
  }


  .hero-left-shape {
    max-width: 500px;
    left: -200px;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 52px;
  }

  .hero-left-shape {
    max-width: 320px;
    left: -220px;
  }

  .hero-section {
    min-height: auto;
    /* Allow section to shrink to content size */
    padding: 80px 0 40px;
    /* Adjust padding for better spacing */
  }

  .hero-platforms {
    position: relative;
    margin: 40px auto 0;
    /* Centers automatically */
    left: 0;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.4rem;
  }

  .hero-section {
    padding: 70px 15px;
  }

  .hero-left-shape {
    display: none;
  }

  .hero-platforms {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 30px;
  }
}

/* .............hero visual section ............. */

/* ========================= */
/* FULL WIDTH VISUAL SECTION */
/* ========================= */

.hero2-visual-section {
  width: 100%;
  padding: -50px 0;
}

.hero2-visual-wrapper {
  position: relative;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.hero2-visual-img {
  width: 100%;
  max-width: 1100px;
  position: relative;
  z-index: 2;
}

.dashboard-pen {
  position: absolute;
  width: 180px;
  left: 50px;
  bottom: 160px;
  z-index: 3;
  transform-origin: center;
  pointer-events: none;
}

/* PEN ANIMATION */
.pen-anim {
  animation: penFloat 6s ease-in-out infinite;
}

@keyframes penDraw {
  0% {
    transform: translate(0, 0) rotate(-18deg);
  }

  50% {
    transform: translate(40px, -20px) rotate(-15deg);
  }

  100% {
    transform: translate(0, 0) rotate(-18deg);
  }
}

.pen-anim {
  animation: penDraw 7s ease-in-out infinite;
}

/* SVG SHAPES */
.shape {
  position: absolute;
  z-index: 1;
  opacity: 0.9;
}

@keyframes sliderShape {
  0% {
    border-radius: 42% 58% 65% 35% / 42% 45% 55% 58%;
    transform: translate3d(0px, 0px, 0) rotateZ(0deg);
    opacity: 1;
  }

  25% {
    border-radius: 61% 39% 44% 56% / 55% 48% 52% 45%;
    transform: translate3d(8px, -12px, 0) rotateZ(0.5deg);
  }

  50% {
    border-radius: 39% 61% 36% 64% / 46% 60% 40% 54%;
    transform: translate3d(-6px, 10px, 0) rotateZ(-0.5deg);
  }

  75% {
    border-radius: 58% 42% 57% 43% / 50% 42% 58% 50%;
    transform: translate3d(6px, -6px, 0) rotateZ(0.3deg);
  }

  100% {
    border-radius: 42% 58% 65% 35% / 42% 45% 55% 58%;
    transform: translate3d(0px, 0px, 0) rotateZ(0deg);
    opacity: 1;
  }
}

.shape-1 {
  top: 2%;
  right: 8%;
  height: 375px;
  width: 375px;
  background-color: #807dfb;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 7s linear infinite;
}

.shape-2 {
  height: 500px;
  width: 500px;
  background-color: #ffa8b8;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 132px;
  left: 25px;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 8s linear infinite;
}

.shape-3 {
  top: 62%;
  left: 38%;
  height: 200px;
  width: 200px;
  background-color: #65cb7b;
  position: absolute;
  border-radius: 36% 64% 43% 57% / 34% 45% 55% 66%;
  display: inline-block;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 15s linear infinite;
}

@media (max-width: 768px) {
  .hero2-visual-section {
    padding: 40px 0;
    /* Reduces the gap between hero text and dashboard */
  }

  .hero2-visual-img {
    max-width: 90%;
    /* Ensures the image fits smaller screens */
  }

  .tp-hero {
    display: none;
  }
}

@media (max-width: 992px) {
  .tp-hero {
    display: none;
  }
}

/* ..............stats section ............ */
/* Container */
.stats-section {
  padding: 120px 20px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.stats-card {
  max-width: 1100px;
  width: 100%;
  background: #ffffff;
  border-radius: 150px;
  /* Large pill shape for desktop */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 100px;
  position: relative;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.06);
  /* overflow: visible;  Required to let the robot peek out the top */
}

/* Stat Text */
.stat-item h2 {
  font-style: italic;
  font-weight: 600;
  font-size: 65px;
  font-family: "DM Serif Display", serif;
  color: #000229;
  margin-bottom: 5px;
}

.stat-item p {
  font-weight: 500;
  font-size: 18px;
  color: #5f6368;
  font-family: "Urbanist", sans-serif;
}

.divider {
  width: 1px;
  height: 80px;
  background: #e5e7eb;
}

/* --- Floating Image Positioning --- */
.blob {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}

/* Pink Blob - Under 350+ */
.blob.pink {
  width: 80px;
  bottom: 20px;
  left: 18%;
  filter: blur(5px);
  /* Optional: matches the soft glow in image */
}

/* Blue Blob - Near the second divider */
.blob.blue {
  width: 45px;
  bottom: 25px;
  right: 35%;
  animation-delay: 1.5s;
}

/* Orange Robot - Sitting on the top border */
.blob.orange {
  width: 70px;
  top: -35px;
  /* Pulls it above the white card */
  right: 22%;
  z-index: 3;
  /* Ensures it sits on top of the border */

  animation: moving 6s ease-in-out infinite;
  /* Moving keyframe used here */
}

/* --- Responsive Fix (Mobile) --- */
@media (max-width: 767px) {
  .stats-card {
    flex-direction: column;
    padding: 60px 30px;
    border-radius: 60px;
    /* Rounded box for mobile */
    text-align: center;
  }

  .divider {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }

  .stat-item h2 {
    font-size: 50px;
  }

  /* Reposition images for stacked layout */
  .blob.pink {
    left: 20%;
    top: 20%;
    bottom: auto;
  }

  .blob.blue {
    right: 20%;
    bottom: 30%;
  }

  .blob.orange {
    top: 10px;
    /* Moves inside the card on mobile */
    right: 10%;
    width: 50px;
  }
}

/* Animations */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes floatRobo {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

/* .................feature section ...................... */
.features-section {
  padding: 20px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.features-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 60px;
}

.features-header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #02033b;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.features-header span {
  font-style: italic;
  font-weight: 600;
}

.feature-btn {
  padding: 20px 26px;
  background: #5b6cff;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  opacity: 0;
  font-weight: 600px;
  /* Using the same smooth timing as your header title */
  animation: slideRightToLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.2s;
  /* Starts slightly after the title for a staggered feel */
  text-decoration: none;
}

/* GRID */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.feature-card {
  border: 1px solid #e9ebf1;
  border-radius: 20px;
  padding: 45px;
  min-height: 360px;
  overflow: hidden;
  transition: 0.3s;
  animation: slideRightToLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.2s;
}

.feature-card h6 {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 10px;
  font-weight: 700 !important;
}

.feature-card h3 {
  font-size: 18px;
  color: #02033b;
  line-height: 1.5;
}

/* HOVER ANIMATION */
.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.feature-card:hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* text-align: center; */
}

/* icon becomes smaller */
.feature-card:hover .feature-icon svg {
  width: 38px;
  height: 38px;
  color: #3b82f6;
  /* blue */
  transform: translateY(-6px);
}

/* Learn more button center */
.feature-card:hover h4 {
  margin-bottom: 40px;
}

/* HIGHLIGHT CARD */
.feature-highlight {
  grid-column: span 1;
  background: linear-gradient(135deg, #6b73ff, #c77dff);
  color: #fff;
  border: none;
  /* padding: 60px; */
  padding: 40px;
  border-radius: 20px;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* HIGHLIGHT CARD */
.feature-erp {
  grid-column: span 1;
  background: white;
  /* background: linear-gradient(135deg, #6b73ff, #c77dff); */
  color: #fff;
  border: none;
  /* padding: 60px; */
  padding: 40px;
  border-radius: 20px;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.feature-highlight span {
  font-weight: 600;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.7;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  padding-top: 20px;
  display: inline-block;
}

.feature-highlight h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  padding-bottom: 25px;
  padding-top: 20px;
}

.feature-highlight a {
  display: inline-block;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  height: 36px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
  text-decoration: none;
}

.feature-icon svg {
  width: 66;
  height: 53;
  fill: none;
  transition: 0.3s;
  color: white;
}

.feature-card a {
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  opacity: 0.7;

  font-family: "Urbanist", sans-serif;
  padding-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgba(32, 33, 36, 0.1);
  border-radius: 100px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 13px;
  color: #5f6368;
  text-decoration: none;
}

.feature-highlight h6 {
  color: #fff;
}

.feature-highlight a {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-icon svg {
  width: 66;
  height: 53;
  fill: none;
  transition: 0.3s;
  color: #000229;
}

.feature-card h4 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000229;
  margin-top: 140px;
  transition: 0.3s;
}

/* highlight card icons white */
.feature-highlight .feature-icon svg {
  stroke: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-highlight {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .features-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .features-header h2 {
    font-size: 34px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-highlight {
    grid-column: span 1;
  }
}

/* .........................rating section .................... */
.rating-section {
  padding: 120px 20px;
  background: #ffffff;
}

.rating-container {
  max-width: 1400px;
  margin: auto;
  background: radial-gradient(circle at bottom right, #1f3cff, #0b0e1a 60%);
  border-radius: 48px;
  padding: 100px 80px 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
}

.shaperate-1 {
  position: absolute;
  top: 6%;
  right: 7%;
  transform-origin: top right;
  animation: sliderShape 7s linear infinite;
  /* sliderShape used here */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shaperate-1 img {
    width: 60%;
  }
}

.shaperate-2 {
  position: absolute;
  top: 22%;
  left: 9%;
  -moz-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  -webkit-animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
  animation: circle-animations 3s ease-in-out 1s forwards infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shaperate-2 {
    top: 5%;
  }
}

@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* TEXT CONTENT */
.rating-content {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.stars {
  padding-bottom: 20px;
}

.stars span {
  margin: 0px 4px;
}

.rating-content h2 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 0;
}

.rating-content h2 span {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 600;
}



.rating-btn {
  display: inline-block;
  margin: 30px 0 50px;
  padding: 15px 32px;
  border-radius: 30px;
  background: #5b36e9;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* IMAGE */
.rating-image {

  display: flex;
  justify-content: center;

}

.rating-image img {
  width: 100%;
  max-width: 900px;
  border-radius: 22px;
  margin-bottom: -200px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .rating-container {
    padding: 80px 30px 50px;
    border-radius: 36px;
  }

  .rating-content h2 {
    font-size: 36px;
  }

  .review-platforms {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .rating-content h2 {
    font-size: 28px;
  }

  .rating-btn {
    padding: 12px 22px;
  }
}

/* ................services section ............. */
#services {
  background-color: var(--gst-bg);
  padding: 80px 20px;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

.header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.header h2 {
  color: var(--gst-navy);
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

/* Decorative line under title */
.header h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: var(--gst-accent);
  margin: 10px auto 0;
  border-radius: 2px;
}

.header p {
  color: var(--gst-text);
  font-size: 1.1rem;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  /* Responsive Grid: 3 cols desktop, 2 cols tablet, 1 col mobile */
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Professional left-align */
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
  border-color: var(--gst-accent);
}

.icon {
  width: 32px;
  height: 32px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--gst-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  transition: 0.3s;
}

.service-card:hover .icon {
  background: var(--gst-accent);
  color: var(--gst-bg);
}

.service-card h3 {
  color: var(--gst-navy);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card p {
  color: var(--gst-text);
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

/* Tablet & Mobile Adjustments */
@media (max-width: 768px) {
  .header h2 {
    font-size: 2rem;
  }

  .services-grid {
    gap: 20px;
  }

  .service-card {
    padding: 30px;
  }
}

/* ...................card section ..................... */
/* SECTION */
.card-section {
  position: relative;
}

.card-section-space {
  padding: 0px 0 0px;
}

/* IMAGE WRAPPER */
.card-thumb-wrapper {
  position: relative;
}

@media (max-width: 991px) {
  .card-thumb-wrapper {
    margin-bottom: 170px;
  }
}

@media (max-width: 767px) {
  .card-thumb-wrapper {
    margin-bottom: 40px;
  }
}

/* MAIN IMAGE */
.card-main-img img {
  width: 100%;
  border-radius: 30px;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* FLOATING IMAGES */
.card-float-img-1 {
  position: absolute;
  top: -53px;
  left: 45px;
  animation: rotateLoop 15s linear infinite;
}

.card-float-img-2 {
  position: absolute;
  bottom: -57%;
  left: 0;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@media (max-width: 991px) {
  .card-float-img-2 {
    display: none !important;
  }
}

.card-float-img-3 {
  position: absolute;
  top: -11%;
  right: 57px;
  z-index: -1;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.card-float-img-4 {
  position: absolute;
  top: 19%;
  right: 28px;
  z-index: -1;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.card-float-img-5 {
  position: absolute;
  top: 43%;
  right: 19%;

  animation: slideRightToLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.2s;
}

/* CONTENT */
.card-content {
  padding-left: 70px;

  animation: slideRightToLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.2s;
}

@media (max-width: 991px) {
  .card-content {
    padding-left: 0;
  }
}

.section-title {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 0;
}

.section-title span {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 600;
}

/* Added by Sachin For Responsive Design */
/* Responsive for mobile devices */
@media (max-width: 768px) {
  .section-title {
    font-size: 66px;
    line-height: 1.2;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 48px;
    line-height: 1.3;
    word-break: break-word;
  }
}

.card-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Urbanist", sans-serif;
  padding-bottom: 17px;
  color: #5f6368;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #5b36e9;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #000;
}

/* ANIMATIONS */
@keyframes rotateLoop {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes floatX {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(25px);
  }
}

/* ....................sales section ....................... */
/* SPACING */
.sales2-space {
  padding: 90px 0 170px;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* CONTENT */

.sales2-content-box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* TITLE */
.sales2-title {
  font-size: 42px;
  font-weight: 700;
}

.sales2-title span {
  color: #625ffb;
}

.row {
  margin-bottom: 70px;
}

/* FEATURES */
.sales2-feature ul {
  display: inline-block;
  padding: 0;
}

.sales2-feature ul li {
  list-style: none;
  position: relative;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 30px;
}

.sales2-feature ul li span {
  padding-left: 35px;
  position: relative;
  z-index: 2;
}

.sales2-feature ul li span i {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

/* COLORS */
.sales2-feature .yellow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffb545, transparent);
  opacity: 0.2;
  border-radius: 30px;
}

.sales2-feature .yellow i {
  background-color: #ffb545;
  color: #ffffff;
  border-radius: 50%;
}

.sales2-feature .yellow em {
  color: #ffb545;
}

.sales2-feature .purple::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #625ffb, transparent);
  opacity: 0.2;
  border-radius: 30px;
}

.sales2-feature .purple i {
  background-color: #625ffb;
  color: #ffffff;
  border-radius: 50%;
}

.sales2-feature .purple em {
  color: #625ffb;
}

.sales2-feature .green::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #65cb7b, transparent);
  opacity: 0.2;
  border-radius: 30px;
}

.sales2-feature .green i {
  background-color: #65cb7b;
  color: #ffffff;
  border-radius: 50%;
}

.sales2-feature .green em {
  color: #65cb7b;
}

.sales2-feature em {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}

/* IMAGE WRAPPER */
.sales2-img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  animation: slideRightToLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards !important;
  animation-delay: 0.3s;
}

.sales2-main-img {
  width: 120%;
  /* Scale it slightly larger than the container to allow for cropping */
  height: auto;
  display: block;
  margin-top: -123px;
  /* Use margin to pull the image left/right to show the specific part you want */
  margin-left: -20%;

  /* Padding provides the internal "breathable" space seen in your last image */
  padding: 40px;

  /* Transition for smooth hover effects */
  transition: transform 0.4s ease;
}

/* FLOATING IMAGES */
.sales2-float-img-1 {
  position: absolute;
  bottom: 14%;
  left: 0;
  animation: sales2UpDown 1s infinite alternate;
}

.sales2-float-img-1 img {
  border-radius: 20px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.14));
}

.sales2-float-img-2 {
  position: absolute;
  bottom: -12%;
  right: -7%;
  z-index: -1;
}

/* ANIMATION */
@keyframes sales2UpDown {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-12px);
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .sales2-space {
    padding-top: 0;
  }

  .sales2-img-wrapper {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .sales2-img-wrapper {
    margin-bottom: 50px;
  }

  .sales2-content-box p {
    font-size: 16px;
    line-height: 25px;
  }
}

/* ......................riview section ...................... */
/* SECTION WRAPPER */
.review3-mlr {
  margin: 0 60px;
}

.review3-bg {
  background: #12141d;
  /* Dark theme background */

  background: url("../img/riviews/rieviewbg.jpg");

  background-size: cover;
  border-radius: 40px;
  padding-bottom: 80px;
  overflow: hidden;
  /* Keeps the section neat */
}

/* HEADER */
.review3-title {
  margin-top: 50px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 0;
}

.review3-title span {
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-weight: 600;
}

/* SLIDER OVERFLOW (To show parts of next/prev slides) */
.review3-slider-active {
  overflow: visible !important;
}

/* SLIDE ITEM CARD */
.review3-item {
  background: linear-gradient(108deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 30px;
  padding: 20px;
  margin-top: 50px;
  transition: 0.4s;

  opacity: 0.4;
  /* Inactive slides are faded */
  transform: scale(0.9);
}

/* Active Slide Highlight */
.swiper-slide-active .review3-item {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.4);
}

/* CONTENT */
.review3-rating {
  color: #ffce5a;
  margin-bottom: 20px;
}

.review3-content p {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}

.review3-author h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.review3-author span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

/* IMAGE */
.review3-thumb img {
  border-radius: 20px;
  max-width: 250px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* ARROWS */
.review3-arrow button {
  width: 55px;
  height: 55px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.review3-arrow button:hover {
  background: #fff;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .review3-mlr {
    margin: 0 15px;
  }

  .review3-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .review3-item {
    padding: 30px;
  }

  .review3-content p {
    font-size: 12px;
  }

  .review3-bg {
    border-radius: 20px;
  }
}

/* .................integration section ............... */

/* ================= SECTION ================= */
.integration-section {
  padding: 0px 0 80px;
  background: #ffffff;
  overflow: hidden;
}

/* ================= HEADER ================= */
.integration-header {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  animation: slideLeftToRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.integration-title .sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #5f6cff;
  margin-bottom: 10px;
}

.integration-title h2 {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #000229;
  font-size: 58px;
  line-height: 1.1;
  margin-bottom: 0px;
}

.integration-title h2 span {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 600;
}

/* BUTTON */
.integration-btn a {
  box-shadow: rgba(7, 13, 29, 0.3) -2px -2px 2px inset;
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  height: 60px;
  line-height: 61px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  z-index: 1;
  background: rgb(91, 108, 255);
  border-radius: 100px;
  padding: 0px 35px;
  overflow: hidden;
  transition: 1s;
  text-decoration: none;

  animation: slideRightToLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards !important;
  animation-delay: 0.3s;
}

.integration-btn a:hover {
  background: #0b0f29;
}

/* ================= SLIDER ================= */
.integration-slider {
  position: relative;
  overflow: hidden;
  padding: 50px 1;

  animation: slideRightToLeft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards !important;
  animation-delay: 0.3s;
}

.slider-left .integration-track {
  animation: scroll-left 35s linear infinite;
}

.slider-right .integration-track {
  animation: scroll-right 35s linear infinite;
}

.slider-right {
  margin-top: 10px;
}

.integration-wrapper {
  background: url("../img/slider/intbg");
  margin: 91px 98px;
  margin-left: 50px;
  border-radius: 80px;
}

/* Change By Sachin For Integration UI Arrange For Both Pc/mobile */
.integration-track {
  display: flex;
  margin-top: 50px;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

/* .integration-slider:hover .integration-track {
  animation-play-state: paused;
} */

/* ================= CARD ================= Sachin Edit*/
.integration-card {
  display: flex;
  align-items: center;
  min-width: 340px;
  background: #ffffff;
  border-radius: 50px;
  padding: 10px;
}

/* CONTENT */
.integration-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #0b0f29;
}

.integration-card p {
  font-size: 14px;
  color: #6c6f7f;
  margin: 0;
}

.integration-card img {
  max-width: 80px;
  border-radius: 50px;
}

/* ================= ANIMATION ================= */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* ================= RESPONSIVE ================= Sachin Edit */
@media (max-width: 991px) {
  .integration-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .integration-title h2 {
    font-size: 38px;
  }

  .integration-card {
    min-width: 300px;
  }
}

@media (max-width: 767px) {
  .integration-wrapper {
    margin: 50px 0;
    padding: 0 15px;
    border-radius: 20px;
  }

  .integration-slider {
    padding: 30px 0;
  }

  .integration-title h2 {
    font-size: 28px;
  }

  .integration-card {
    min-width: 280px;
    padding: 15px 20px;
  }
}

@media (max-width: 576px) {
  .integration-wrapper {
    margin: 30px 0;
    padding: 0 10px;
    border-radius: 15px;
  }

  .integration-header {
    gap: 20px;
  }

  .integration-title h2 {
    font-size: 24px;
  }

  .integration-title .sub-title {
    font-size: 16px;
  }

  .integration-slider {
    padding: 20px 0;
    overflow: hidden;
  }

  .integration-track {
    gap: 15px;
  }

  .integration-card {
    min-width: 260px;
    padding: 12px 16px;
    border-radius: 40px;
  }

  .integration-card h5 {
    font-size: 16px;
  }

  .integration-card p {
    font-size: 13px;
  }

  .integration-card img {
    max-width: 60px;
  }

  .integration-btn a {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .integration-wrapper {
    margin: 20px 0;
    padding: 0 8px;
  }

  .integration-title h2 {
    font-size: 20px;
  }

  .integration-title .sub-title {
    font-size: 14px;
  }

  .integration-card {
    min-width: 240px;
    padding: 10px 12px;
  }

  .integration-card h5 {
    font-size: 14px;
  }

  .integration-card p {
    font-size: 12px;
  }

  .integration-btn a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
}

/* ...............................custom post section ............................ */

/* Container Styles */
.custom-blog-section {
  padding-top: 0px;
  padding-bottom: 80px;
}

.custom-post-main-title {
  font-size: 36px;
  font-weight: 800;
  color: #020611;
  margin-bottom: 10px;
}

.custom-post-main-title span {
  color: #5b6cff;
  /* Theme Primary Color */
}

/* Card Styles */
.custom-post-card {
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.custom-post-thumb {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 25px;
}

.custom-post-thumb img {
  width: 200%;
  height: 300px;
  object-fit: fill;
  overflow: hidden;
  border-radius: 30px;
  transition: transform 0.5s ease;
}

.img-fluid {
  max-width: 100% !important;
  height: auto;
}

h2 {
  color: #817e7e;
  font-size: 20px;
}

.custom-post-card:hover .custom-post-thumb img {
  transform: scale(1.1);
}

/* Meta & Badges */
.custom-post-meta {
  margin-bottom: 15px;
}

.custom-post-badge span {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  display: inline-block;
}

.badge-blue span {
  background: rgba(91, 108, 255, 0.1);
  color: #5b6cff;
}

.badge-orange span {
  background: rgba(255, 154, 0, 0.1);
  color: #ff9a00;
}

.badge-green span {
  background: rgba(33, 182, 65, 0.1);
  color: #21b641;
}

.custom-post-date span {
  font-size: 14px;
  color: #787b83;
  margin-left: 15px;
  position: relative;
}

.custom-post-date span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #787b83;
  border-radius: 50%;
}

/* Typography */
.custom-post-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ebf1;
}

.custom-post-title a {
  color: #020611;
  text-decoration: none;
  transition: color 0.3s;
}

.custom-post-title a:hover {
  color: #5b6cff;
}

/* Author Section */
.custom-post-avatar {
  margin-right: 12px;
}

.custom-post-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.custom-post-author-details h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.custom-post-author-details span {
  font-size: 13px;
  color: #787b83;
}

/* Responsiveness */
@media (max-width: 1199px) {
  .custom-post-title {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .custom-post-main-title {
    font-size: 28px;
  }

  .custom-post-title {
    font-size: 20px;
  }

  .custom-blog-section {
    padding: 10px 0;
  }
}

/* ..............main footer............ */

.site-footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
  padding-top: 80px;
  font-family: 'Inter', sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  /* Custom balance */
  gap: 50px;
  padding-bottom: 60px;
}

.footer-logo img {
  max-height: 70px;
  margin-bottom: 25px;
}

.brand-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.column-title {
  color: var(--footer-heading);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.column-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: var(--footer-accent);
  margin-top: 10px;
}

/* Link Styles */
.link-list {
  list-style: none;
  padding: 0;
}

.link-list li {
  margin-bottom: 12px;
}

.link-list a {
  color: var(--footer-text);
  text-decoration: none;
  transition: 0.3s;
}

.link-list a:hover {
  color: var(--footer-accent);
  padding-left: 5px;
}

/* Contact List Styles */
.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0px;
}

.contact-list .icon {
  color: var(--footer-accent);
  font-size: 1.2rem;
  background: rgba(59, 130, 246, 0.1);
  padding: 1px;
  border-radius: 10px;
}

.contact-list .details small {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
}

.contact-list a {
  color: var(--footer-heading);
  text-decoration: none;
  font-weight: 100;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background: var(--footer-accent);
  transform: translateY(-3px);
}

/* Copyright Section */
.footer-copyright {
  border-top: 1px solid var(--footer-border);
  padding: 25px 0;
  font-size: 0.85rem;
}

.copyright-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.designer-link {
  color: var(--footer-accent);
  text-decoration: none;
  font-weight: bold;
}

/* Responsive Magic */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .copyright-flex {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .site-footer {
    padding-top: 50px;
  }
}

/* ..............principles ............... */
.text-navy {
  color: #1e3a8a;
  /* Professional GST Blue */
}

.tracking-wider {
  letter-spacing: 2px;
}

.principle-card {
  border-top: 5px solid #2563eb !important;
  /* Top accent bar */
  transition: transform 0.4s ease;
}

.italicized-quote {
  font-style: italic;
  font-size: 1.4rem;
  color: #1f2937 !important;
}

/* Decorative Quote Background */
.quote-icon-bg {
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 10rem;
  color: rgba(37, 99, 235, 0.03);
  /* Extremely subtle */
  pointer-events: none;
}

.divider-custom {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #2563eb, #60a5fa);
  border-radius: 10px;
}

/* Professional Value Tags */
.value-tag {
  background: #f1f5f9;
  color: #1e40af;
  border: 1px solid #dbeafe;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.value-tag:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .italicized-quote {
    font-size: 1.15rem;
  }

  .principle-card {
    padding: 30px 20px !important;
  }
}

/* ........................about page............... */
/* ........about Hero Section.............. */
.ab-hero {
  background: url(../img/heroimg/hero-image.jpg) center / cover no-repeat;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  position: relative;
  text-align: left;
}

.ab-container {
  width: 80%;
}

.ab-hero-title {
  font-size: 100px;
  line-height: 0.9;
  color: rgb(0, 0, 0);
  font-weight: 800;
  padding-top: 80px;
}

.ab-hero-title span {
  color: #5b36e9;
  /* Slightly lighter white for 'Softec' */
}

/* Overlapping Image Card */
.image-card {
  position: absolute;
  top: 380px;
  /* Adjust this to make it overlap */
  width: 85%;
  max-width: 1100px;
  background: white;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* Responsive for tablet screens */
@media (max-width: 991px) {
  .ab-hero {
    height: auto;
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .ab-hero-title {
    font-size: 60px;
    padding-top: 60px;
  }

  .image-card {
    position: relative;
    top: auto;
    width: 90%;
    margin: 30px auto 0;
  }

  .image-card img {
    height: 350px;
  }

  .ab-trusted-section {
    padding-top: 60px;
    margin-left: 0;
  }
}

/* Responsive for mobile screens */
@media (max-width: 767px) {
  .ab-hero {
    height: auto;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .ab-hero-title {
    font-size: 40px;
    padding-top: 50px;
  }

  .ab-container {
    width: 90%;
  }

  .image-card {
    position: relative;
    top: auto;
    width: 95%;
    margin: 20px auto 0;
    padding: 6px;
    border-radius: 20px;
  }

  .image-card img {
    height: 250px;
    border-radius: 14px;
  }

  .ab-trusted-section {
    padding-top: 40px;
    margin-left: 0;
  }

  .ab-hero-title span {
    color: #5b36e9;
    font-size: 0.9em;
  }
}

/* Responsive for small mobile */
@media (max-width: 480px) {
  .ab-hero-title {
    font-size: 32px;
    padding-top: 45px;
  }

  .image-card img {
    height: 200px;
  }
}


/* ..............trusted section ................... */
/* Trusted Section Styling */
.ab-trusted-section {
  padding-top: 500px;
  text-align: center;
  margin-left: 240px;
  background-color: #ffffff;
}

.ab-trusted-title {
  font-size: 40px;
  font-weight: 800;
  color: #0a1128;
  /* Deep dark blue/black */
  margin-bottom: 10px;
}

.ab-trusted-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

/* Flexbox Grid for Logos */
.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Individual Logo Cards */
.logo-card {
  background: #ffffff;
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  /* Soft shadow like in the image */
  transition: transform 0.3s ease;
}

.logo-card:hover {
  transform: translateY(-5px);
}

.logo-card img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(0%);
  /* Change to 100% if you want them muted */
  opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .trusted-title {
    font-size: 28px;
  }

  .logo-card {
    width: 140px;
    /* Slightly smaller on tablets/phones */
    height: 70px;
  }
}

@media (max-width: 480px) {
  .logo-grid {
    gap: 10px;
  }

  .logo-card {
    width: 45%;
    /* Two logos per row on very small phones */
  }
}

/* ............about............. */
/* Container & Section Padding */
.ls-1 {
  letter-spacing: 1px;
}

.py-lg-100 {
  padding: 100px 0;
}

.about-image-wrapper img {
  width: 100%;
  transition: transform 0.3s ease;
}

.about-image-wrapper:hover img {
  transform: scale(1.02);
}

.floating-experience-card {
  position: absolute;
  bottom: 25px;
  right: -15px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  z-index: 5;
  max-width: 220px;
}

/* Ensure the card doesn't overlap text on mobile */
@media (max-width: 991px) {
  .floating-experience-card {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  }
}

/* .............about main content ......... */
/* Color and Typography overrides */
.text-primary {
  color: #6200ea !important;
  /* Matches the Softec purple theme */
}

.about-company h2 {
  color: #0a1128;
  /* Deep navy from the image */
  line-height: 1.2;
}

.about-company p {
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .about-company h2 {
    font-size: 2.5rem;
    /* Smaller heading on tablets */
  }
}

/* Floating Scroll to Top Button (from your image) */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #0a1128;
  color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1000;
}

/* .............about riviews .............. */
/* Custom About Prefixes */
.ab-section {
  background-color: #ffffff;
}

.ab-subtitle {
  letter-spacing: 1.5px;
  font-size: 0.9rem;
}

.ab-title {
  color: #0a1128 !important;
  /* Deep Navy from Screenshot */
  line-height: 1.2;
}

.ab-accent-text {
  border-left: 3px solid #6200ea;
  /* Optional: subtle accent line */
  padding-left: 15px;
}

.ab-stat-item h3 {
  color: #0a1128;
}

.ab-stat-item h3 span {
  color: #6200ea !important;
  /* Purple accent for the '+' and 'm' */
}

/* Responsive Borders for stats */
@media (min-width: 768px) {
  .border-start-md {
    border-left: 1px solid #e0e0e0 !important;
  }
}

/* Play Button Animation */
.ab-play-btn {
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-left: 80px;
}

.ab-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* .........................analysation .......... */
/* Color Palette */
.ab-btn-purple {
  background-color: #6200ea;
  transition: 0.3s ease;
}

.ab-btn-purple:hover {
  background-color: #4a00b0;
  transform: translateY(-2px);
}

.ab-badge {
  color: #6200ea !important;
  border: 1px solid rgba(98, 0, 234, 0.1);
}

/* Positioning the Floating Cards */
.ab-image-wrapper {
  min-height: 450px;
}

.ab-float-card {
  position: absolute;
  background: white;
  padding: 10px;
  border-radius: 15px;
}

.card-1 {
  top: -20px;
  left: 0;
  width: 160px;
}

.card-2 {
  bottom: 40px;
  right: 20px;
  width: 200px;
}

.ab-character {
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 2;
}

/* --- ANIMATIONS --- */

/* Gentle Floating Up */
@keyframes floatUp {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Gentle Floating Down */
@keyframes floatDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animate-float-up {
  animation: floatUp 4s ease-in-out infinite;
}

.animate-float-down {
  animation: floatDown 5s ease-in-out infinite;
}

/* Character Bounce */
@keyframes bounceSlow {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

.animate-bounce-slow {
  animation: bounceSlow 3s ease-in-out infinite;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .ab-image-wrapper {
    text-align: center;
    margin-bottom: 3rem;
  }

  .ab-float-card {
    width: 120px;
    /* Smaller on mobile */
  }
}

/* .................tiomeline ...................... */
/* Scroll Container */
.ab-scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 24px;
  padding-bottom: 20px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  scroll-snap-type: x mandatory;
  /* Makes cards snap into view */
}

.ab-scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.ab-timeline-item {
  flex: 0 0 320px;
  /* Card Width */
  scroll-snap-align: start;
}

.ab-timeline-card {
  min-height: 280px;
  transition: transform 0.3s ease;
  z-index: 1;
  overflow: hidden;
}

.ab-timeline-card:hover {
  transform: translateY(-10px);
}

/* Ghost Background Numbers */
.ab-card-bg-num {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  /* Extremely faint as per image */
  line-height: 1;
  z-index: -1;
  user-select: none;
}

/* Custom Scrollbar Animation */
.ab-scroller-ui {
  display: flex;
  justify-content: center;
}

.ab-scroller-track {
  width: 250px;
  height: 3px;
  background: #e0e0e0;
  position: relative;
  border-radius: 10px;
}

.ab-scroller-thumb {
  width: 80px;
  height: 3px;
  background: #000;
  /* Black thumb as per image */
  border-radius: 10px;
  position: absolute;
  left: 0;
  transition: left 0.1s linear;
}

/* .............carrers .................. */
/* Career Section Styling */
.ab-job-card {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Animation on Hover */
.ab-job-card:hover {
  background-color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
  border-color: rgba(98, 0, 234, 0.1);
}

.ab-btn-apply {
  background-color: #6200ea !important;
  /* Purple as per screenshot */
  border: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.ab-btn-apply:hover {
  background-color: #4a00b0;
  transform: scale(1.05);
  color: white;
}

.ab-job-meta i {
  color: #6200ea;
  opacity: 0.7;
}

/* Responsive Fixes */
@media (max-width: 767px) {
  .ab-job-card {
    text-align: left;
  }

  .ab-job-meta {
    flex-direction: column;
    gap: 10px !important;
  }

  .ab-btn-apply {
    width: 100%;
    text-align: center;
  }
}

/* ..............essential page ............... */
/* ....faq ..... */
/* Accordion Custom Styling */
.ab-custom-accordion .accordion-item {
  transition: all 0.3s ease;
}

.ab-custom-accordion .accordion-button {
  background-color: transparent;
  color: #0a1128;
  box-shadow: none;
}

/* Active State: Purple background for the open question */
.ab-custom-accordion .accordion-item:has(.show) {
  background-color: #ffffff;
  border: 1px solid rgba(98, 0, 234, 0.1) !important;
}

/* Custom Plus/Minus Icon Animation */
.ab-custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1128' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.ab-custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236200ea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  transform: rotate(180deg);
}

/* Character Animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.ab-character-float {
  animation: float 4s ease-in-out infinite;
}

/* Button & Badge */
.ab-btn-purple {
  background-color: #6200ea;
  border: none;
  transition: 0.3s;
}

.ab-btn-purple:hover {
  background-color: #4a00b0;
  transform: translateY(-3px);
}

/* ............................product.................... */
.product-feature {
  margin-top: 450px;
  margin-bottom: 80px;
}

/* ..............yani solution ................. */
.gst-solutions-split {
  padding: 100px 0;
  background-color: #ffffff;
}

.badge-top {
  color: #2563eb;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.solution-text h2 {
  font-size: 2.8rem;
  color: #0f172a;
  font-weight: 800;
}

.lead {
  text-align: justify;
}

.lead-text {
  font-size: 1.15rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 20px;
}

.detail-text {
  color: #64748b;
  line-height: 1.7;
}

.feature-pills {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.feature-pills span {
  background: #eff6ff;
  color: #1e40af;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Image Side Styling */
.image-wrapper {
  position: relative;
  padding: 20px;
}

.main-img {
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.floating-card {
  position: absolute;
  bottom: 40px;
  left: -20px;
  background: #ffffff;
  padding: 15px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 4s ease-in-out infinite;
}

.floating-card i {
  color: #10b981;
  font-size: 1.2rem;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* Responsive adjustment */
@media (max-width: 991px) {
  .solution-visual {
    margin-top: 50px;
  }

  .solution-text {
    text-align: center;
    padding: 0px 20px;
  }

  .gst-solutions-split {
    padding: 0px;
  }

  #services {
    padding: 0px 5px;
  }


  .feature-pills {
    justify-content: center;
  }
}

/* SLIDER CSS */
* {
  box-sizing: border-box
}

body {
  font-family: Verdana, sans-serif;
  margin: 0
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
}

/* HERO SWIPER STYLES */

.hero-swiper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  /* Applied requested border radius */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hero-swiper .swiper-slide img {
  border-radius: 30px;
  /* Applied requested border radius to images */
  transition: transform 5s ease;
  display: block;
}

.hero-swiper .swiper-slide-active img {
  transform: scale(1.08);
  /* Slow zoom effect */
}

/* Pagination Dots (Custom) */
.hero-swiper .swiper-pagination {
  bottom: 20px !important;
}

.hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #3c72fc;
  opacity: 0.4;
  transition: all 0.4s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 10px;
}

/* Fading animation adjustment */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* RATING SWIPER STYLES */
.rating-swiper {
  border-radius: 20px;
  overflow: hidden;
}

.rating-swiper .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

/* ==========================================
   DROPDOWN STYLING
   ========================================== */
.dropdown-menu {
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 8px;
  min-width: 200px;
}

.dropdown-item {
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.dropdown-item:hover {
  background: #f0edff;
  color: #5b36e9;
}

/* ==========================================
   RESPONSIVE - TABLET (max-width: 991px)
   ========================================== */
@media (max-width: 991px) {

  /* Hero Section */
  .hero-title {
    font-size: 42px !important;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .hero2-visual-img {
    margin-top: 30px;
  }

  /* Features Section */
  .features-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }

  .features-header h2 {
    font-size: 32px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
  }

  /* Rating Section */
  .rating-section-inner {
    padding: 40px 20px;
  }

  .rating-section-inner h2 {
    font-size: 28px;
  }

  /* Solutions Split */
  .gst-solutions-split .row {
    flex-direction: column;
  }

  .solution-visual {
    margin-top: 40px;
  }

  .feature-pills {
    gap: 8px;
  }

  .feature-pills span {
    font-size: 13px;
    padding: 6px 12px;
  }

  /* About / Product Hero */
  .ab-hero {
    padding: 100px 0 40px;
  }

  .ab-hero-title {
    font-size: 42px !important;
  }

  /* Stats */
  .counter-item {
    margin-bottom: 20px;
  }

  /* Card Section */
  .card-section-space {
    padding: 40px 0;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px;
  }
}

/* ==========================================
   RESPONSIVE - MOBILE (max-width: 767px)
   ========================================== */
@media (max-width: 767px) {

  /* Hero Section */
  .hero-title {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .product-feature {
    margin-top: 0px;
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 24px;
    padding: 0 10px;
  }

  .hero-platforms {
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .platform-item img {
    width: 30px;
    height: 30px;
  }

  /* Features Section */
  .features-section {
    padding: 30px 10px;
  }

  .features-header h2 {
    font-size: 26px;
  }

  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .feature-highlight {
    padding: 30px;
  }

  .feature-card {
    padding: 25px;
  }

  /* Rating Section */
  .rating-section-inner {
    padding: 30px 16px;
    border-radius: 20px;
  }

  .rating-section-inner h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .rating-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .rating-image {
    margin-top: 20px;
  }

  /* Solutions Split */
  .gst-solutions-split {
    padding: 40px 0;
  }

  .gst-solutions-split h2 {
    font-size: 28px;
  }

  .solution-text .lead {
    font-size: 15px;
    line-height: 1.6;
  }

  .feature-pills {
    gap: 6px;
  }

  .feature-pills span {
    font-size: 12px;
    padding: 5px 10px;
  }

  .image-wrapper .main-img {
    border-radius: 16px;
  }

  .floating-card {
    padding: 10px 16px;
    font-size: 13px;
    bottom: 12px;
    right: 12px;
  }

  /* About / Product Hero */
  .ab-hero {
    padding: 90px 0 30px;
  }

  .ab-hero-title {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .image-card {
    margin: 0 10px;
  }

  /* Review Section */
  .review3-area {
    padding-bottom: 60px;
  }

  .review3-title {
    font-size: 24px;
  }

  .review3-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .review3-item {
    flex-direction: column;
    padding: 25px;
  }

  /* FAQ Section */
  .ab-faq-section .ab-title {
    font-size: 28px;
  }

  .accordion-button {
    font-size: 15px;
    padding: 14px 16px !important;
  }

  /* Services Section */
  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .service-card {
    padding: 25px;
  }

  .header h2 {
    font-size: 1.6rem;
  }

  /* Card Section */
  .card-float-img-1,
  .card-float-img-2 {
    display: none;
  }

  .card-thumb-wrapper {
    margin-bottom: 30px;
  }

  .card-main-img img {
    border-radius: 16px;
  }

  /* Stats Section */
  .stats-section .row {
    gap: 10px;
  }

  .counter-item h2 {
    font-size: 28px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .footer-copyright {
    text-align: center;
  }

  .copyright-flex {
    flex-direction: column;
    gap: 8px;
  }

  /* Hero Swiper */
  .hero-swiper {
    border-radius: 16px;
  }

  .hero-swiper .swiper-slide img {
    border-radius: 16px;
  }

  /* Rating Swiper */
  .rating-swiper {
    border-radius: 12px;
  }

  .rating-swiper .swiper-slide img {
    border-radius: 12px;
  }
}

/* ==========================================
   RESPONSIVE - SMALL MOBILE (max-width: 480px)
   ========================================== */
@media (max-width: 480px) {

  .hero-title {
    font-size: 26px !important;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .features-header h2 {
    font-size: 22px;
  }

  .feature-highlight h3 {
    font-size: 20px;
  }

  .feature-highlight {
    padding: 24px;
  }

  .ab-hero-title {
    font-size: 26px !important;
  }

  .gst-solutions-split h2 {
    font-size: 24px;
  }

  .rating-section-inner h2 {
    font-size: 20px;
  }

  .review3-title {
    font-size: 20px;
  }

  .ab-faq-section .ab-title {
    font-size: 24px;
  }

  .btn-primary {
    font-size: 14px;
    padding: 8px 20px;
  }
}

/* ==========================================
   ATTRACTIVE ENHANCEMENTS (No extra animations)
   ========================================== */

/* Better image cards */
.image-card {
  border-radius: 20px;
  overflow: hidden;
}

/* Nicer feature pills */
.feature-pills span {
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
}

.feature-pills span:hover {
  background: #5b36e9;
  color: #fff;
}

/* Smoother card hover */
.feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Better button focus */
.btn-primary:focus,
.rating-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(91, 54, 233, 0.3);
}

/* Smoother links */
a {
  transition: color 0.2s ease;
}

/* Better images */
img {
  max-width: 100%;
  height: auto;
}