
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Syne:wght@400..800&display=swap');



.syne {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}.igp-title

body {
  font-family: "DM Sans", sans-serif;
    color: #fff; 
}
body p {
    color: #7588a3;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 font-family: "Syne", sans-serif;
  color: #fff;
}
.navbar {
    z-index: 998;
    background-color: #ddd0;
    padding: 10px;
}
.container {
    max-width: 1400px;
    padding-left: 0px;
    padding-right: 0px;
}
a.btn {
    font-size: 14px;
}
/***********/
/* Base Floating Card */
.sp-float-card {
  position: absolute;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 40px rgba(0,0,0,0.4);
}

/* Live Transaction */
.sp-live-transaction {
  top: 28%;
  right: 0;
}

.sp-float-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 6px;
}

.sp-dot {
  width: 8px;
  height: 8px;
  background: #00ff9c;
  border-radius: 50%;
}

.sp-live-transaction h3 {
    font-size: 28px;
    color: #27aeb3;
    margin: 0;
}

/* Payment Received */
.sp-payment-received {
    bottom: 18%;
    left: 0;
    display: flex;
    gap: 12px;
    align-items: center;
}

.sp-float-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(0,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #27aeb3;
}

.sp-payment-received h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

.sp-payment-received p {
  font-size: 13px;
  color: #27aeb3;
  margin: 0;
}

.sp-float-icon svg {
    color: #27aeb3 !important;
}


/* Responsive */
@media (max-width: 900px) {
  .sp-float-card {
    display: none;
  }

}


/*******/
.fl-space-x-2 {
    display: flex;
    border-radius: 50px;
}
.flx11 {
    border-radius: 40px;
    width: 23px;
    height: 23px;
    margin: 0 -3px;
}
.flx11 svg {
    width: 12px;
    color: #27aeb3 !important;
}
.flx11 svg path {
    color: #27aeb3;
}
/***********/
.ft-heading {
    max-width: 1150px;
    margin: 0 auto;
}

/*********************/
.igp-hero {
    min-height: 100vh;
    padding: 40px 20px 0;
    background: #080c16;
    color: #fff;
    text-align: center;
}

.igp-container {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

/* Badge */
.igp-badge {
    display: inline-flex;
    gap: 10px;
    padding: 12px 30px;
    font-size: 14px;
    border: 1px solid #cccccc14;
    border-radius: 40px;
    background: #ffffff12;
    margin-bottom: 28px;
    color: #7588a3;
    align-content: center;
    align-items: center;
}

/* Title */
.igp-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 24px;
}

.igp-title span {
 font-family: "Syne", sans-serif;
  color: #27aeb3;
}

/* Subtitle */
.igp-subtitle {
  font-size: 24px;
  opacity: 0.75;
  max-width: 620px;
  margin: 0 auto 40px;
}

/* Buttons */
.igp-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 70px;
}

.igp-btn {
  padding: 14px 26px;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.igp-btn-primary {
  background: #27aeb3;
  color: #000;
  font-weight: 600;
}

.igp-btn-primary:hover {
  box-shadow: 0 0 30px rgba(0,245,255,0.5);
  transform: translateY(-2px);
}

.igp-btn-outline {
    border: 1px solid rgb(0 245 255);
    color: #fff;
}

.igp-btn-outline:hover {
  border-color: #27aeb3;
  color: #27aeb3;
}

/* Stats */
.igp-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.igp-stat h3 {
    color: #27aeb3;
    font-size: 36px;
    margin-bottom: 6px;
    font-weight: 600;
}

.igp-stat span {
  font-size: 14px;
  opacity: 0.65;
}

.igp-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .igp-title {
    font-size: 44px;
  }

  .igp-actions {
    flex-direction: column;
  }

  .igp-divider {
    display: none;
  }
}

/* ================= MODAL THEME ================= */
.modal-content {
  background-color: #080c16;
  color: #ffffff;
  border-radius: 14px;
  border:2px solid #7588a340;
}

.modal-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.modal-footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.modal-title {
  color: #27aeb3;
  font-weight: 600;
}

/* Headings inside modal */
.modal-body h6,
.modal-body h5,
.modal-body h4 {
  color: #27aeb3;
  margin-top: 20px;
}

/* Paragraph & list text */
.modal-body p,
.modal-body li {
  color: #ffffff;
  opacity: 0.95;
}

/* Buttons */
.modal .btn-primary,
.modal .btn-secondary {
  background-color: #27aeb3;
  border-color: #27aeb3;
  color: #ffffff;
}

.modal .btn-primary:hover,
.modal .btn-secondary:hover {
  background-color: #1f8f93;
  border-color: #1f8f93;
  color: #ffffff;
}

/* Close button */
.modal .btn-close {
  filter: invert(1);
  opacity: 0.8;
}

.modal .btn-close:hover {
  opacity: 1;
}

/**********/

nav.navbar {
    background: #080c16;
    padding: 6px 20px;
}
a.navbar-brand img {
    max-width: 120px;
}
.navbar {
    z-index: 998;
    background-color: #ddd0;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.nav-link {
    color: #7588a3;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Syne';
}
.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255 / 80%);
}
.navbar a.btn.btn-custom-outline {
    color: #333;
    margin: 0 0 0 0px;
    background: #27aeb3;
    font-family: 'Syne';
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
}
.navbar a.btn.btn-custom-outline:hover {
    opacity: 0.9;
}
.btn-custom-dark {
    background-color: #000;
    padding: 10px 20px;
    font-weight: 700;
    line-height: 1;
    transition: all .3s;
    color: #8f93a3;
}
.btn-custom-dark:hover {
    background-color: #00e1ff;
    color: #fff;
}
button.navbar-toggler {
    border-color: transparent;
}
span.navbar-toggler-icon {
    color: #fff;
    padding: 0;
    background-image: none;
    line-height: normal;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/*************/


/*******footer*******/

.sp-footer {
    padding: 60px 20px 30px;
    background: #080c16;
    border-top: 1px solid #1b1f28;
}
.sp-footer-top {
    max-width: 1400px;
    padding: 0 20px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}

/* Brand */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.logo-icon {
  background: #8f4cff;
  padding: 6px 10px;
  border-radius: 8px;
}

.sp-footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 20px;
}

.social {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #161a2e;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.social:hover {
    background: #27aeb3;
}
/* Columns */
.sp-footer-col h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Syne';
}

.sp-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp-footer-col li {
  margin-bottom: 10px;
}

.sp-footer-col a {
  color: #7888a3;
  font-size: 14px;
  text-decoration: none;
}

.sp-footer-col a:hover {
  color: #27aeb3;
}

/* Divider */
.divider {
  max-width: 1360px;
  margin: 40px auto;
  height: 1px;
  background: rgba(255,255,255,0.08);
}

/* Badges */
.sp-footer-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.sp-footer-badges span {
    padding: 8px 14px;
    border-radius: 6px;
    background: #7588a32b;
    font-size: 12px;
    color: #7588a3;
    font-weight: 600;
    text-transform: uppercase;
}

/* Bottom */
.sp-footer-bottom {
    max-width: 1400px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    opacity: 0.8;
    gap: 20px;
}

.powered {
  text-align: right;
}
.sp-footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.sp-footer-bottom ul li a {
    color: #7888a3;
    text-decoration: none;
}
.sp-footer-bottom ul li a:hover {
    color: #27aeb3;
}
.sp-footer-top .sp-footer-badges {
    display: flex;
    justify-content: flex-start;
}
.sp-footer-top .sp-footer-badges span {
    padding: 16px 12px;
}

/************/


.cp-section {
    padding: 6rem 20px;
    background: #14141E;
    background: linear-gradient(31deg, rgba(20, 20, 30, 1) 0%, rgba(18, 27, 33, 1) 50%, rgba(17, 22, 26, 1) 100%);
}

.cp-container {
  max-width: 1400px;
  margin: auto;
}

/* Heading */
.cp-heading h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 50px;
}
.cp-heading span {
    color: #9b5cff;
    font-style: italic;
    font-weight: 700;
}

/* Grid */
.cp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.cp-card {
    position: relative;
    padding: 30px;
    border-radius: 18px;
    background: #1a1c23;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.3s ease;
}

.cp-card:hover {
  transform: translateY(-6px);
  border-color: rgba(155,92,255,0.5);
  box-shadow: 0 0 30px rgba(155,92,255,0.15);
}

/* Icon */
.cp-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
    font-size: 18px;
}

.cp-icon.purple.br2 {
    background: #00e1ff21;
}
.cp-icon.purple.br2 svg {
    stroke: #00e1ff;
}
.cp-icon.purple {
    background: #0d3740;
}
.cp-icon.purple svg {
    stroke: #27aeb3;
}

/* Count */
.cp-count {
  font-size: 12px;
  opacity: 0.4;
}
.cp-count span {
    color: #56585a;
}
/* Text */
.cp-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.cp-card p {
  font-size: 14px;
  opacity: 0.75;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cp-card a {
  color: #9b5cff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/*************************/


.cyan   { background: #22d3ee; }
.purple { background: #7c3aed; }
.teal   { background: #14b8a6; }
.violet { background: #8b5cf6; }

a.colorClass {
    color: #00e1ff;
}
a.clr2 {
    color: #9b5cff;
}


/* Section */
.ft-section {
    padding: 100px 20px 0;
    background: #080d17;
}

.ft-container {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

/* Badge */
.ft-badge {
    display: inline-flex;
    gap: 10px;
    padding: 2px 14px;
    font-size: 14px;
    border: 1px solid #cccccc14;
    border-radius: 40px;
    background: #ffffff12;
    margin-bottom: 28px;
    color: #27aeb3;
    align-content: center;
    align-items: center;
}

/* Heading */
.ft-heading h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 14px;
}

.ft-heading h2 span {
    color: #27aeb3;
}

.ft-heading p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    color: #8f93a3;
}

/* Grid */
.ft-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.ft-card {
    text-align: left;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.35s ease;
    background: #10141f;
}
.ft-card:hover {
    transform: translateY(-6px);
    border-color: rgb(0 255 255);
    box-shadow: 0 0 35px rgba(155,92,255,0.15);
}

.ft-grid .cp-icon.purple {
    width: 58px;
    height: 58px;
}

/* Icon */
.ft-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.purple { background: #7c3aed; }
.violet { background: #8b5cf6; }

/* Text */
.ft-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.ft-card p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.75;
  margin: 0;
}
section.st-section .ft-container {
    padding: 0 0 50px;
}

/*****************/



/* Section */
.st-section {
    padding: 100px 20px 0;
    background: #080c16;
    color: #fff;
}

.st-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 20px;
}

/* Item */
.st-item h3 {
    font-size: 72px;
    font-weight: 600;
    color: #27aeb3;
    margin-bottom: 6px;
}

.st-item span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.st-item p {
  font-size: 14px;
  opacity: 0.65;
}

/* Hover (subtle) */
.st-item:hover h3 {
  text-shadow: 0 0 25px rgba(155,92,255,0.5);
}

/*****************************************/



/* Section */
/*************/

.tgt-contact {
    padding: 50px 20px 100px;
    text-align: center;
    color: #e5e7eb;
    background: #080c16;
}

.tgt-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.15);
  color: #c4b5fd;
  font-size: 14px;
  margin-bottom: 20px;
}

.tgt-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tgt-heading span {
  color: #a855f7;
}

.tgt-subheading {
  max-width: 600px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.6;
}

.tgt-form {
    max-width: 620px;
    margin: auto;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    background: #191e2a;
}

.tgt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.tgt-field {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.tgt-field label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #fff;
}

.tgt-field input, .tgt-field textarea {
    background: #191f2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 12px;
    color: #e5e7eb;
    font-size: 14px;
}

.tgt-field textarea {
  min-height: 90px;
  resize: vertical;
}

.tgt-field input:focus, .tgt-field textarea:focus {
    outline: none;
    border-color: #27aeb3;
}

.tgt-full {
  grid-column: span 2;
}
.tgt-button {
    margin-top: 22px;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #27aeb3;
    color: #111;
    font-size: 16px;
    font-family: 'Syne';
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tgt-button svg.lucide path {
    color: #111;
}
.tgt-button svg {
    width: 18px;
}
.tgt-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgb(0 255 255 / 19%);
}

.tgt-footer {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 12px;
    color: #e4e4e4;
    flex-wrap: wrap;
}
.tgt-footer b {
    color: #86efac;
    font-size: 15px;
}


.sp-why {
    padding: 100px 20px;
    color: #fff;
    background: #06555C;
    background: linear-gradient(
356deg, rgba(6, 85, 92, 1) 0%, rgba(8, 12, 22, 1) 50%, rgba(8, 12, 22, 1) 100%);
}
.sp-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Badge */
.sp-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    background: rgb(23 51 57 / 48%);
    color: #27aeb3;
    margin-bottom: 20px;
    border: 1px solid #cccccc12;
}

/* Title */
.sp-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sp-title span {
  color: #27aeb3;
}

/* Description */
.sp-desc {
  font-size: 18px;
  opacity: 0.75;
  max-width: 480px;
  margin-bottom: 40px;
}

/* Stats */
.sp-stats {
    display: flex;
    gap: 40px;
    justify-content: space-around;
}

.sp-stat h3 {
    color: #27aeb3;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
}
.sp-stat p {
  font-size: 14px;
  opacity: 0.65;
}

/* Right Cards */
.sp-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sp-card {
  display: flex;
  gap: 16px;
  padding: 22px;
  border-radius: 14px;
  background:#141923;
  border: 1px solid rgba(255,255,255,0.06);
}
.sp-icon {
    width: 55px;
    height: 42px;
    border-radius: 8px;
    background: rgba(0,255,255,0.15);
    color: #27aeb3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.sp-icon svg polyline,
.sp-icon svg circle, .sp-icon svg path, .sp-icon svg {
    color: #27aeb3 !important;
    width: 20px;
    height: 20px;
}
.sp-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.sp-card p {
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
}
/***************/
.sp-steps {
    padding: 110px 20px;
    background: #080c16;
    color: #fff;
    text-align: center;
}

.sp-steps-container {
  max-width: 1200px;
  margin: auto;
}

/* Badge */
.sp-steps-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    background: rgb(0 255 255 / 7%);
    color: #27aeb3;
    margin-bottom: 20px;
    border: 1px solid #cccccc17;
}

/* Title */
.sp-steps-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.sp-steps-title span {
  color: #27aeb3;
}

/* Description */
.sp-steps-desc {
  max-width: 620px;
  margin: 0 auto 60px;
  font-size: 15px;
  opacity: 0.75;
}

/* Grid */
.sp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

/* Card */
.sp-step-card {
    position: relative;
    padding: 40px 26px;
    border-radius: 18px;
    background: #0f141f;
    border: 1px solid rgba(255,255,255,0.08);
}
.sp-step-card:hover {
    border: 1px solid rgb(0 245 255);
}

/* Step Number */
.sp-step-number {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #27aeb3;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Icon */
.sp-step-icon {
  width: 54px;
  height: 54px;
  margin: 10px auto 20px;
  border-radius: 14px;
  background: rgba(0,255,255,0.15);
  color: #27aeb3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.sp-step-icon svg path,
.sp-step-icon line,
.sp-step-icon circle {
    color: #27aeb3;
}

/* Text */
.sp-step-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.sp-step-card p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.3;
}

/******************/

.sp-cta {
    padding: 20px;
    background: #080c16;
}

.sp-cta-wrapper {
    max-width: 1020px;
    margin: auto;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    background: #0d111b;
    border: 1px solid rgba(0,255,255,0.25);
    box-shadow: 0 0 20px rgb(0 255 255 / 38%);
}

/* Title */
.sp-cta-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.sp-cta-title span {
  color: #27aeb3;
}

/* Description */
.sp-cta-desc {
  font-size: 15px;
  opacity: 0.75;
  max-width: 620px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* Info */
.sp-cta-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.sp-cta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #27aeb3;
}


.modal-body a {
    color: #fff;
}


/* Responsive */
@media (max-width: 768px) {
  .sp-cta-wrapper {
    padding: 40px 24px;
  }

  .sp-cta-title {
    font-size: 30px;
  }

  .sp-cta-info {
    flex-direction: column;
    gap: 16px;
  }
}






/* Responsive */
@media (max-width: 900px) {
  .sp-steps-grid {
    grid-template-columns: 1fr;
  }

  .sp-steps-title {
    font-size: 34px;
  }
}



/************/

/* Responsive */
@media (max-width: 900px) {
  .sp-container {
    grid-template-columns: 1fr;
  }

  .sp-title {
    font-size: 36px;
  }

  .sp-stats {
    flex-wrap: wrap;
    gap: 24px;
  }
}



/********* Responsive ***********/
@media (max-width: 1024px) {
	

}

@media (max-width: 400px) {
.wc-stat {
    font-size: 36px;
}
.hiw-step h4 {
    font-size: 20px;
}
.ft-heading p,
.ts-text {
    font-size: 15px;
}
.sp-footer-top {
    padding: 0;
}
.pg-tags-btnz {
    flex-wrap: wrap;
}
.pg-hero {
    padding: 60px 0;
}
.method {
    padding: 7px;
    font-size: 10px;
}

}

/* Responsive */
@media (max-width: 640px) {
  .tgt-grid {
    grid-template-columns: 1fr;
  }

  .tgt-full {
    grid-column: span 1;
  }

  .tgt-heading {
    font-size: 32px;
  }
}


/* Responsive */
@media (max-width: 900px) {
  .ts-cards {
    grid-template-columns: 1fr;
  }

  .ts-container h2 {
    font-size: 30px;
  }
}


/* Responsive */
@media (max-width: 900px) {
  .hiw-steps {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hiw-line {
    display: none;
  }
}

@media (max-width: 480px) {
  .hiw-container h2 {
    font-size: 28px;
  }
}



/* Responsive */
@media (max-width: 900px) {
  .st-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .st-container {
    grid-template-columns: 1fr;
  }

  .st-item h3 {
    font-size: 32px;
  }
}


/* Responsive */



/* Responsive */
@media (max-width: 1100px) {
  .ft-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .ft-heading h2 {
    font-size: 32px;
  }

  .ft-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .sv-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .sv-heading h2 {
    font-size: 32px;
  }

  .sv-grid {
    grid-template-columns: 1fr;
  }
}


/* Responsive */
@media (max-width: 900px) {
  .cp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .cp-heading h2 {
    font-size: 32px;
  }

  .cp-grid {
    grid-template-columns: 1fr;
  }
}



/* Responsive */
/* RESPONSIVE */

@media (max-width: 1024px) {
	  .igp-title {
    font-size: 70px;
}
}

@media (max-width: 900px) {

.sp-footer-bottom {
    flex-wrap: wrap;
    margin: 0 0 30px;
    justify-content: center;
}
  .sp-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .pg-container {
    flex-direction: column;
    text-align: center;
  }

  .pg-left h1 {
    font-size: 48px;
  }

  .pg-right {
    margin-top: 40px;
  }
}

@media (max-width: 800px) {

.igp-title {
    font-size: 48px;
}
.igp-subtitle {
    font-size: 20px;
}
.st-item h3 {
    font-size: 52px;
}

}

@media (max-width: 480px) {

.igp-title {
    font-size: 30px; 
    letter-spacing: 0.5px;line-height:40px;
}
.igp-badge {
    padding: 8px 10px;
    font-size: 12px;
}
.igp-subtitle {
    font-size: 16px;
}
.sp-footer-top {
    grid-template-columns: 1fr;
    padding: 0;
}

  .powered {
    text-align: center;
  }
  .pg-left h1 {
    font-size: 38px;
  }

}