/* Arpatech landing page styles (external CSS file) */
:root {
  --accent: #bed030;
  --dark-bg: rgba(20, 20, 20, 0.95);
}
/* Base */
body {
  font-family: "DarkerGrotesque" !important;
  margin: 0;
  color: #4e5766;
  background: #fff;
}
html{
	margin-top: 0 !important;
}
button, a {
  outline: none !important;
}
strong, b {
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  font-synthesis: weight;
}
@font-face {
  font-family: "Figtree";
  src: url(./../fonts/Figtree-VariableFont_wght.eot);
  src: url(./../fonts/Figtree-VariableFont_wght.eot?#iefix)
      format("embedded-opentype"),
    url(./../fonts/Figtree-VariableFont_wght.otf) format("otf"),
    url(./../fonts/Figtree-VariableFont_wght.woff) format("woff"),
    url(./../fonts/Figtree-VariableFont_wght.woff2) format("woff2"),
    url(./../fonts/Figtree-VariableFont_wght.svg#Figtree-VariableFont_wght)
      format("svg");
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url(./../fonts/DarkerGrotesque-VariableFont_wght.eot);
  src: url(./../fonts/DarkerGrotesque-VariableFont_wght.eot?#iefix)
      format("embedded-opentype"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.otf) format("otf"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.svg#DarkerGrotesque-VariableFont_wght)
      format("svg"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.woff2) format("woff2"),
    url(./../fonts/DarkerGrotesque-VariableFont_wght.woff) format("woff");
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-VariableFont_wght.woff2") format("woff2"),
       url("../fonts/Figtree-VariableFont_wght.woff") format("woff");
  font-weight: 100 900; /* variable font weight range */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-VariableFont_wght.woff2") format("woff2"),
       url("../fonts/DarkerGrotesque-VariableFont_wght.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Header (sticky) */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: rgba (0, 0, 0, 0.8);
  padding: 20px 0;
  transition: opacity 0.25s ease, backdrop-filter 0.25s ease;
  -webkit-backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header a img {
  outline: none;
}
.get-started,
.get-started:hover {
  font-family: "Figtree";
  background: var(--accent);
  border: none;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  height: 36px;
  width: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.seperator-lang {
  margin: 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}
span.lang-change a {
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}

.scrolled span.seperator-lang {
  margin: 0 20px;
  color: #202531;
  font-size: 20px;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}
.scrolled span.lang-change a {
  color: #202531;
  text-decoration: none;
  font-weight: 100;
  font-size: 15px;
  font-family: "Figtree";
}
.site-header.scrolled {
  opacity: 1;
  background: #fff;
  border-bottom: 1px solid rgb(211 211 211 / 30%);
}
.site-header .logo img {
  height: 50px;
}
.site-header.scrolled .phone-btn svg {
  fill: #000;
}
/* Banner */
.banner {
  min-height: 640px;
  background-image: url("../images/grc-main-banner.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 160px 0 70px;
  position: relative;
  display: flex;
  align-items: center;
  /* styles according to GRCS Farmer design */
  padding-top: 80px;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.15) 70%
  );
  z-index: 0;
}
.banner .container,
.banner .row {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.banner-right {
  display: block;
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.banner-right-res {
    display: none;
  }
.banner h1 {
  font-family: "DarkerGrotesque";
  font-weight: 300;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.9;
  font-size: 80px;
}
.main-banner-heading {
  margin-bottom: 40px;
  margin-top: 85px;
}
.banner h1 strong {
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  font-synthesis: weight;
  /* styles according to GRCS Farmer design */
  font-weight: 600;
}
.banner p.lead {
  font-family: "Figtree";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 700px;
  text-align: justify;

/* styles according to GRCS Farmer design */
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;

}
.connect-btn,
.connect-btn:hover {
  font-family: "Figtree";
  font-size: 19px;
  background: var(--accent) !important;
  border: none;
  color: #1A1E27;
  font-weight: 500;
  margin-top: 18px;
  width: 298px;
  height: 56px;
  border-radius: 10px;
}
/* Phone mockup / right column */
.phone-mockup img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.35);
}
/* Trust logos */
.trust-logos {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.trust-logos img {
  height: 64px;
  /*filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));*/
}

/* Modal */
.modal-content {
  background: url("./../images/governance-form.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.modal-left {
  width: 85%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}
.modal-left .contact-block {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0 0 30px 30px !important;
}
.contact-block h2 {
  font-family: "DarkerGrotesque";
  font-size: 64px;
  line-height: 0.9;
  font-weight: 600;
}
.left-bottom-section {
  font-family: "Figtree";
  font-size: 20px;
  font-weight: 200;
  margin-top: 20px;
}
.modal-right {
  width: 55%;
  padding: 28px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}
.book-a-consultation {
  font-family: "DarkerGrotesque";
  font-size: 55px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 20px;
  color: #202531;
}
.book-a-consultation-form p {
  font-family: "Figtree";
  font-size: 16px;
  color: #6c757d;
}
.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  background: url(./../images/cross.png) no-repeat;
  background-color: #333;
  opacity: 1;
  background-size: 8px;
  background-position: center;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}
::-webkit-input-placeholder {
  color: #8d8b8b !important;
}
:-moz-placeholder {
  color: #8d8b8b !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #8d8b8b !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #8d8b8b !important;
}
input::placeholder,
textarea::placeholder {
  color: #8d8b8b !important;
}
select:invalid {
  color: #8d8b8b !important;
}
select {
  color: #212529;
}
input[type=text]::placeholder, input[type=email]::placeholder, textarea::placeholder {
    font-weight: 100;
}
select.placeholder {
  color: #4E5766;
  background-color: transparent;
  opacity: 1;
  font-family: "Figtree";
  font-weight: 100;
}
select.placeholder::placeholder {
  color: #4E57665E !important;
  background-color: transparent;
  opacity: 1;
  font-family: "Figtree";
  font-weight: 100;
}
.book-form input,
.book-form select {
  height: 50px;
}
.send-message {
  width: 100%;
  background: #333;
  color: #fff;
  height: 50px;
  border-radius: 10px;
}
.send-message:hover {
  background: #292929;
  color: #fff;
}
.form-bottom-line a {
  color: #4e5766;
  text-decoration: none;
}
/* Footer */
.site-footer {
  padding: 28px 0;
  text-align: center;
  color: #6c757d;
  background: #f8f9fa;
}
/* Small helpers */
.phone-btn,
.phone-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--accent);
  color: #fff;
  border-radius: 10px;
  height: 36px;
  display: none;
  align-items: center;
}
/* Focus visible */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(34, 197, 94, 0.18);
  outline-offset: 2px;
}

/* How Businesses Benefit From GRCs */
.section-wrapper {
  height: 100%;
}
.feature-card {
  border: 1px solid #d6d6d8;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  height: 100%;
  background: url(../images/card-bg.png);
  background-size: 100%;
}
.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #b7d432;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
/* Individual Icons */
.icon-box-1 {
  background-image: url('../images/benefit-icon-1.png');
  background-size: auto;
}
.icon-box-2 {
  background-image: url('../images/benefit-icon-2.png');
  background-size: auto;
}
.icon-box-3 {
  background-image: url('../images/benefit-icon-3.png');
  background-size: auto;
}
.icon-box-4 {
  background-image: url('../images/benefit-icon-4.png');
  background-size: auto;
}
.icon-box-5 {
  background-image: url('../images/benefit-icon-5.png');
  background-size: auto;
}
.feature-title {
  font-family: "DarkerGrotesque";
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
  color: #1A1E27;
  line-height: 25px;
}
.feature-text {
  color: #1A1E27;
  font-family: "Figtree";
  font-size: 14px;
  text-align: justify;
}
/* RIGHT SIDE CARD */
.right-card {
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  color: #000;
  background-image: url('../images/benefits-grc.png');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #d6d6d8;
}
/* optional overlay */
.right-card::before {
  content: "";
  position: absolute;
  inset: 0;
}
.right-content {
  position: relative;
  z-index: 2;
}
/* IMPORTANT: equal height fix */
.full-height {
  height: 100%;
}
@media (min-width: 992px) {
  .main-row {
    min-height: 520px; /* adjust if needed */
  }
}

.why-arpatech {
  /*padding-top: 80px;*/ 
	padding-top: 120px;
}
.section-title {
  font-family: "DarkerGrotesque";
  font-size: 56px;
  font-weight: bold;
  color: #202531;
  line-height: 1;
  /* styles according to GRCS Farmer design */
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;

}
.section-subtitle {
  color: #4e5766;
  font-family: "Figtree";
  font-size: 16px;
  margin-top: 12px;
  text-align: justify;
  line-height: 22px;
}
.stand-out-tiles {
  padding-top: 20px;
}
.out-tiles-inner {
  margin-bottom: 30px;
}
.feature-box {
  background-color: #fff;
  border: 1px solid #E0E4EB;
  transition: all 0.3s ease;
}
.feature-box:hover {
  background-color: #e0e4eb;
}
.feature-box h5 {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  font-weight: 600;
  color: #202531;
  height: 130px;
  line-height: 1;
}
.feature-box p {
  color: #4E5766;
  font-family: "Figtree";
  font-size: 17px;
  text-align: justify;
}
.framework-note {
  font-family: "Figtree";
  font-size: 18px;
  border: 1px solid #E0E4EB;
  padding: 24px;
  border-radius: 10px !important;
  color: #4E5766;
}
.framework-note:hover {
  background-color: #e0e4eb;
}
/* How Businesses Benefit From GRCs */

/* Mobile App Development */
section.mobile-app-dev-section {
  /*padding: 80px 0;*/
  padding-top: 120px;
}
.myconssSpecificity {
  display: flex;
  gap: 25px;
  padding: 20px;
  max-width: 1200px;
  background: #eee;
}
.left-side1 {
    position: sticky;
    top: 130px;
    height: max-content;
    background: #FFFFFF;
}
.workflow-section {
  position: sticky;
  margin: 100px 0;
  overflow: hidden;
}
.left-side {
  position: relative;
}
.sticky-content {
  position: sticky;
  top: 0;
  padding: 40px 40px 0 40px;
  background: url(../images/compliance-grc.png);
  border-radius: 20px;
  height: 770px;
  background-position: 0 -70px;
}
.sticky-content h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #202531;
  margin-bottom: 20px;
  /* styles according to GRCS Farmer design */
  font-size: 48px;
  line-height: 48px;

}
.sticky-content p {
  font-family: "Figtree";
  font-size: 17px;
  line-height: 1.4;
  color: #4E5766;
  text-align: justify;
  margin-top: 40px;
  /* styles according to GRCS Farmer design */
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.phones {
  position: relative;
  margin-top: 40px;
}
.phone {
  width: 100%;
}
.phone2 {
  position: absolute;
  top: 40px;
  left: 100px;
}
.step {
  padding-bottom: 30px;
  border-bottom: 1px solid #4e5766;
  margin-bottom: 60px;
  margin-left: 100px;
}
.step:last-child {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}
.steps-top {
  display: flex;
  align-items: center;
}
/* .num {
  font-family: "Figtree";
  font-size: 20px;
  width: 58px;
  height: 58px;
  color: #bed030;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e0e4eb;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 28px;
} */
.step h3 {
  font-family: "DarkerGrotesque";
  font-size: 36px;
  font-weight: 600;
  color: #202531;
  margin-bottom: 10px;
  margin-left: 15px;
  display: inline-block;
  /* styles according to GRCS Farmer design */
  font-size: 30px;
  line-height: 30px;
}
.step p {
  font-family: "Figtree";
  font-size: 17px;
  color: #4E5766;
  line-height: 1.4;
  margin-top: 25px;
  text-align: justify;
  /* styles according to GRCS Farmer design */
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;

}
/* Mobile App Development */

/* Innovative Solutions */
.inn-sol span {
  border: 1px solid #e0e4eb;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Figtree";
  padding: 9px 30px;
  color: inherit;
}
.inn-sol h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  color: #202531;
  font-weight: 600;
  line-height: 1;
}
.inn-sol p {
  font-family: "Figtree";
  font-size: 20px;
  color: #4E5766;
  /* styles according to GRCS Farmer design */
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}
/* Accordion Section */
.accordion-section {
  position: relative;
  /*margin: 100px 0 60px;*/
  margin-top: 120px;
}

/* Left Sticky Content */
.left-accordion .sticky-accordion-info {
  position: sticky;
  top: 0;
  padding: 0px 40px 40px 0px;
  border-radius: 20px;
}
/* Right Scrollable Accordion */
.accordion-wrapper {
  scroll-behavior: smooth;
}
/* Hide Scrollbar */
.accordion-wrapper::-webkit-scrollbar {
  display: none;
}
.accordion-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Accordion Buttons */
#innovationSolutions .accordion-wrapper .accordion-button {
  background-color: #E0E4EB;
  font-size: 1.25rem;
  padding: 1.2rem 1.5rem;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
  /* styles according to GRCS Farmer design */
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;

}
/* Active Accordion Button */
#innovationSolutions
  .accordion-wrapper
  .accordion-button[aria-expanded="true"] {
  background-color: #BACF32 !important;
}
/* Accordion Body */
#innovationSolutions .accordion-wrapper .accordion-body {
  font-family: "Figtree";
  background-color: #BACF32;
  padding: 1.5rem;
  /* font-size: 1.25rem; */
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 100;
  line-height: 1.3;
  text-align: justify;
  padding-top: 0px;
}
#innovationSolutions .accordion-wrapper .accordion-body b {
  font-weight: bold;
}
/* Plus/Minus Icon */
#innovationSolutions .accordion-wrapper .accordion-button {
  background-image: none !important;
  padding-right: 50px;
  font-family: "DarkerGrotesque";
  font-size: 30px;
  font-size: 22px;
  color: #202531;
}

.accordion-button:focus {
    box-shadow: none !important;
}
/* Add custom + / − icon */
#innovationSolutions .accordion-wrapper .accordion-button::after {
  background-image: url("./../images/acc-plus.png");
  /*position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);*/
  font-size: 1.6rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -25px;
  transition: transform .3s ease-in-out !important;
}
#innovationSolutions .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
#innovationSolutions
  .accordion-wrapper
  .accordion-button[aria-expanded="true"]::after {
  background-image: url("./../images/acc-minus.png");
}
#innovationSolutions .accordion-button::after {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #E0E4EB;
  background-position: center;
}
/* Innovative Solutions */

/* Technologies Empowering */
.technologies-section {
  background-color: #fff;
  color: #222;
  /* padding-top: 60px; */
  padding-top: 120px;
}
.technologies-section p {
  font-family: "Figtree";
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 1.4;
}

.advantage-cards p {
	margin-top: auto;
}

.technologies-section .section-desc {
  width: 100%;
  max-width: 90%;
  float: right;
}
.advantage-cards {
  border: 1px solid #d6d6d8;
  border-radius: 20px;
  padding: 50px 20px 20px;
  height: 330px;
  display: flex;
  flex-direction: column;
}
.technologies-section .section-title {
  margin-top: -10px;
  font-size: 48px;
}
.technologies-section-desc-cards h5 {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  font-weight: 600;
  color: #202531;
  height: 100px;
}
span.line-break {
  color: inherit;
  display: block;
}
.right-get-started a {
  background: #BED030;
  text-decoration: none;
  font-weight: 500;
  font-size: 25px;
  border-radius: 20px;
  padding: 15px 25px;
  width: 100%;
  display: flex;
  margin-top: 20px;
  position: relative;
  font-weight: 600;
  justify-content: space-between;
}
.right-get-started span {
  color: #231f20;
}
.right-get-started .arrow-image img {
  position: absolute;
  right: 25px;
  transform: rotate(-45deg) translateX(0px);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-get-started .arrow-image {
	width: 40px;
      height: 40px;
      background: #fff;          /* 🔥 white pill */
      border-radius: 999px;     /* fully rounded */
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.right-get-started .arrow-image svg {
	width: 20px;
}

.box-icon {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: #fff;
  padding: 20px;
}

/* common arrow style */
.moving-arrow {
  font-size: 40px;
  position: absolute;
  top: 50%;
  top: 45%;
  left: 50%;
  transform: translate(-68%, -55%) rotate(-45deg);
  transition: all 0.6s ease;
}

/* second arrow hidden at start (bottom-left) */
.arrow2 {
  transform: translate(-300%, 140%) rotate(-45deg);
  opacity: 0;
}

/* HOVER EFFECT */
.box-icon:hover .arrow1 {
  transform: translate(140%, -200%) rotate(-45deg);
  opacity: 0;
}

.box-icon:hover .arrow2 {
  transform: translate(-68%, -55%) rotate(-45deg);
  opacity: 1;
}


/* Section */
/* Sticky section */
.compliance-section {
  position: sticky;
  top: 60px;
  height: 100vh;
  overflow: hidden;
}

.compliance-section .container,
.compliance-section .row {
  height: 100%;
}

/* wrapper height for scroll space */
.compliance-wrapper {
  height: 300vh; /* adjust depending rows */
}

/* wrapper fix */
.table-wrapper {
  height: auto;
}

.compliances-table {
  margin-top: 50px;
}
/* Header */
.table-header {
  position: sticky;
  top: 60px;
  z-index: 10;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 15px 0px 35px 15px;
  font-family: "Figtree";
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #1A1E27;
}


/* Table body (NO SCROLL HERE) */
.table-body {
  will-change: transform;
}

.fixheader {
  position: sticky;
  top: 60px;
  background: #fff;
  z-index: 999;
  padding-top: 40px;
}
/* Rows */
.table-row {
  font-family: "Figtree";
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 18px 20px;
  position: relative;
}

.table-row div {
  width: 90%;
}

/* Gradient border */
.table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0,0,0,0.25), transparent);
}

/* Mobile */
@media (max-width: 768px) {
  .compliance-section {
    height: auto;
    position: relative;
  }
  .table-header {
    display: none;
  }
  .table-row {
    grid-template-columns: 1fr;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 0 0 20px;
  }
  .table-row div {
    width: 100%;
  }
  .table-row::after {
    display: none;
  }
  .table-body {
    overflow: visible;
  }
}

/* Tech Cards */
.tech-card {
  border-radius: 10px;
  padding: 25px 22px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e0e4eb;
  background: #e0e4eb33;
}
.tech-card h5 {
  font-family: "DarkerGrotesque";
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #202531;
}
.tech-img-div {
  display: flex;
  justify-content: end;
}
img.tech-card-icon {
  width: 100%;
  max-width: 60px;
}
/* Highlighted yellow cards */
.highlight-card {
  background: #e0e4eb33;
  position: relative;
}
.highlight-card::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

/* Blog Section */
.latest-insights {
  /*padding: 80px 0 0;*/
  padding-top: 120px;
  position: relative;
}
.latest-insights container .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,.latest-insights container .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
	display: none !important;
}
span.blog-prev-icon, span.blog-next-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
}
.blog-prev:hover span.blog-prev-icon, .blog-next:hover span.blog-next-icon {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}
.latest-insights h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
  color: #202531;
}
/* Carousel fixes */
.carousel {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
  border-radius: 15px;
}
.carousel-item {
  transition: transform 0.7s ease-in-out;
}
.row.g-4 {
  margin: 0;
}
.blog-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  height: 400px;
}
.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover img {
  transform: scale(1.05);
}
.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 25px 25px 25px;
  top: 240px;
}
.blog-title {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 10px;
}
.meta-left {
  font-family: "DarkerGrotesque";
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta-left span {
  color: #fff !important;
  font-family: "DarkerGrotesque";
  font-weight: 100;
  font-size: 16px;
}
.meta-right {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 100;
}
.meta-right i.ri-share-forward-line:before {
  content: "";
  background-image: url(/wp-content/themes/arpatech/assets/images/share.png);
  width: 12px;
  height: 13px;
  display: inline-block;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.meta-right i {
  cursor: pointer;
  transition: color 0.3s ease;
  color: #ff5555;
  height: 17px;
}
.meta-right i:hover {
  color: #ff5555;
}
.meta-right span {
  cursor: pointer;
  transition: color 0.3s ease;
  color: #fff !important;
}
span.author-name {
    color: #fff;
    font-weight: 600;
}
span.date-time {
    color: #fff;
    font-weight: 100;
}
/* Arrows */
.blog-carousel-controls {
  position: absolute;
  top: 110px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.blog-carousel-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: transparent;
  color: #000;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.blog-carousel-controls button::before {
  content: "";
  position: absolute;
  inset: 100% 0 0 0;
  background: #000;
  transition: inset 0.4s ease;
  z-index: 0;
  border-radius: 50%;
  animation: slideDown 0.4s ease forwards;
}
.blog-carousel-controls button:hover::before {
  inset: 0 0 0 0;
  border-radius: 50%;
  animation: slideUp 0.4s ease forwards;
}
.blog-carousel-controls button i {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.blog-carousel-controls button:hover i {
  color: #fff;
}
@media (max-width: 992px) {
  .blog-card {
    height: 300px;
  }
}
/* Blog Section */

/* FAQ's */
.faqs-sec {
  margin: 0 auto;
  color: #222;
  padding: 0 15px;
}
.faqs-sec h2 {
  font-family: "DarkerGrotesque";
  font-size: 60px;
  font-weight: 600;
}
.faqs-sec hr {
  border: none;
  border-top: 1px solid #4e5766;
  margin-bottom: 1.5rem;
}
span.title {
  color: inherit;
}
/* Tabs */
ul#faqTabs {
  margin-top: 40px;
}
.faqs-sec button.nav-link {
  width: auto;
  font-family: "Figtree";
  font-size: 20px;
  border: 1px solid #e0e4eb;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 22px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #4e5766;
  margin-right: 20px;
}
.faqs-sec button.nav-link.active {
    background: #BED030;
    color: #4E5766;
    font-weight: 400;
}

/* Accordion */
.faqs-sec .accordion-item {
  border-radius: 8px;
  background: transparent;
  margin-bottom: 0.8rem;
  overflow: hidden;
  transition: background-color 0.3s ease;
  border: 1px solid #e0e4eb;
}
.faqs-sec .accordion-item:last-child {
  margin-bottom: 0;
}
.faqs-sec .accordion-item.active {
  background-color: #e6e6e6;
}

.faqs-sec {
	padding-top: 120px;
 }
 
/* Header */
.faqs-sec .accordion-header {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  /* styles according to GRCS Farmer design */
  font-size: 22px;
  line-height: 26px

}
.faqs-sec .accordion-header button {
  font-family: "DarkerGrotesque";
  font-size: 30px;
  font-weight: 600;
  color: #202531;
  /* styles according to GRCS Farmer design */
  font-size: 22px;
  line-height: 26px;
  background-color: rgb(245, 248, 255);
}
.faqs-sec .accordion-header span.title {
  color: #202531;
}
.faqs-sec .accordion-button:not(.collapsed) {
  background: #e0e4eb;
  /* styles according to GRCS Farmer design */
  background: rgb(245, 248, 255);
}
/* Icon style */
.faqs-sec .accordion-header button::after {
  background-image: url("./../images/acc-plus.png");
 background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E0E4EB;
  border: 1px solid #4E5766;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 0 1px 4px #E0E4EB;
  padding: 14px;
  /* styles according to GRCS Farmer design */
  background-size: 14px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.faqs-sec .accordion-header button:not(.collapsed)::after {
  background-image: url(./../images/acc-minus.png);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #4E5766 !important;
  box-shadow: none !important;
  outline: none;
  /* styles according to GRCS Farmer design */
  border: none !important;
}

/* Accordion Body */
.faqs-sec .accordion-body {
  padding: 0 1.2rem 1rem;
  color: #555;
  line-height: 1.6;
  background: #e0e4eb;
  border: none;
  font-family: "Figtree";
  /* styles according to GRCS Farmer design */
  background: rgb(245, 248, 255);
  font-size: 16px;
  font-weight: 400;
}
/* FAQ's */

/* Form Section */
.consultation-section {
  width: 100%;
  /*padding: 150px 20px 20px;*/
  padding: 120px 20px 20px;
}
.consultation-wrapper {
  background: url("./../images/governance-form.png") no-repeat;
  background-position: center;
  border-radius: 20px;
  background-size: cover;
}
/* Left Section */
.consultation-left {
  width: 85%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.consultation-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0 0 30px 30px;
}
.consultation-content h2 {
  font-family: "DarkerGrotesque";
  font-size: 64px;
  line-height: 0.9;
  font-weight: 600;
}
.contact-info {
  font-family: "Figtree";
  font-size: 20px;
  font-weight: 200;
  margin-top: 20px;
}
.contact-info a {
  text-decoration: none;
}
/* Right Section */
.consultation-right {
  width: 55%;
  padding: 28px 28px 35px;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
}
.consultation-right .title {
  font-family: "DarkerGrotesque";
  font-size: 55px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 20px;
  color: #000;
}
.subtitle {
  font-family: "Figtree";
  font-size: 16px;
  color: #4E5766;
}
/* Hidden label */
.hidden-label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}
/* Inputs */
.consultation-form input,
.consultation-form select {
  height: 50px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.submit-btn {
  font-family: "Figtree";
  width: 100%;
  background: #202531;
  color: #fff !important;
  height: 50px;
  border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.submit-btn:hover {
  background: #292929;
}
.form-bottom-line {
  font-size: 16px;
  margin-top: 15px;
}
.form-bottom-line a {
  color: #4e5766;
  text-decoration: none;
}
/* Placeholder styling */
input::placeholder,
textarea::placeholder,
select:invalid {
  font-family: "Figtree";
  font-weight: lighter;
  color: #4E57665E !important;
}
/* Focus styling */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 3px solid rgba(34, 197, 94, 0.18);
  outline-offset: 2px;
}
input[type=text], input[type=email] {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Figtree";
    line-height: 1.5;
    color: #4e5766 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #E0E4EB;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea#message {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    font-family: "Figtree";
    color: #4e5766;
}
.consultation-form input, .consultation-form select {
  font-family: "Figtree";
  font-weight: lighter;
  color: #4E5766;
}
.consultation-form input::placeholder, textarea::placeholder {
  font-family: "Figtree";
  font-weight: lighter;
  color: #4E57665E !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-select.placeholder:hover {
  cursor: pointer;
}
.button-spinner-position {
  position: relative;
}
/* Form Section */

/* Footer */
.footer-section {
  background: #fff;
  overflow-x: hidden;
  margin-top: 90px;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-description {
  font-family: "Figtree";
  font-size: 16px;
  color: #4e5766;
  line-height: 1.2;
  text-align: justify;
  color: #36382E;
}
.footer-links {
  font-family: "Figtree";
  font-size: 12px;
  margin-bottom: 20px;
}
.footer-links a {
  color: #202531;
  text-decoration: none;
}
.footer-right-contact-info {
  z-index: 9;
  position: relative;
}
.footer-right-contact-info h6 {
  font-family: "Figtree";
  font-size: 12px;
  color: #a7c400; 
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-right-contact-info p {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 500;
}
.footer-right-contact-info p a {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 500;
  color: #36382E;
  text-decoration: none;
  outline: none;
}
/* .right-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  border-top: 1px solid #bfd12d;
  border-left: 1px solid #bfd12d;
  border-top-left-radius: 90px;
  width: clamp(100%, 120vw, 155%);
} */
.right-box {
  padding-top: 50px;
  padding-left: 34px;
  /*padding-bottom: 40px;*/
  padding-right: 0;
}
.right-box h6 {
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 205px;
}
.right-box a i {
  font-size: 18px !important;
}
.right-box .social-links-side a {
  width: 40px;
  height: 40px;
  border: 1px solid #d9e065;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.9rem;
  transition: 0.3s ease;
  padding: 12px;
  text-decoration: none;
  outline: none;
}
.right-box .social-links-side a:hover {
  background-color: #d9e065;
  color: #000;
}
.copyright {
  font-family: "Figtree";
  margin-top: 128px !important;
  white-space: nowrap;
  font-size: 12px;
  z-index: 9;
  position: relative;
  color: #9A9B96;
}
.links-small a {
  font-size: 0.78rem;
}
/* RESPONSIVE FIXES */
@media (max-width: 1366) {
  .right-box::before {
    width: calc(50% + 400px);
  }
}
@media (max-width: 1200px) {
  .right-box::before {
    width: 120%;
    left: -15px;
    border-top-left-radius: 70px;
  }
}
@media (max-width: 992px) {
  .right-box {
    padding-left: 40px;
    padding-top: 40px;
  }
  .right-box::before {
    width: 100%;
    left: 0;
    border-top-left-radius: 60px;
  }
  .copyright {
    margin-left: 0;
    margin-top: 20px;
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .right-box {
    padding: 30px;
  }
  .right-box::before {
    width: 100%;
    left: 0;
  }
  .copyright {
    margin-left: 0;
    margin-top: 20px;
    white-space: normal;
  }
}
/* Footer */

/* Responsive font sizes */
@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.6rem;
  }
  .section-desc {
    font-size: 0.95rem;
  }
  .phone-btn {
  display: inline-flex !important;
  }
}
/* Technologies Empowering */

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .modal-left {
    display: none;
  }
  .modal-right {
    width: 95%;
  }
  .trust-logos {
    position: static;
    margin-top: 18px;
  }
}
#blogCarousel .carousel-item {
    display: none;
    transition: transform 0.5s ease-in-out;
}
#blogCarousel .carousel-item.active {
    display: block;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-family: "Figtree" !important;
    font-weight: lighter !important;
    color: #4E5766;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control::placeholder {
    font-family: "Figtree" !important;
    font-weight: lighter !important;
    color: #4E57665E;
}
.wpcf7-spinner {
  background-color: #e2ff04;
  position: absolute !important;
  right: 0;
  top: 12px;
}
.carousel-control-prev img, .carousel-control-next img {
  width: auto;
  height: auto;
}
.form-select {
  font-family: "Figtree";
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.wpcf7 form .wpcf7-response-output {
    padding-left: 0 !important;
    margin-top: 14px !important;
}
.form-group .wpcf7-form-control {
  width: 100%;
  padding: 12px 10px 12px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: none;
  box-sizing: border-box;
}
.form-group label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
}
.form-group label.active {
  top: -8px;
  left: 8px;
  font-size: 12px;
  background: white;
  padding: 0 4px;
}
.form-group .dial-code-dropdown {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 16px;
  color: #000;
  display: none;
}
.form-group:focus .dial-code-dropdown {
  display: block;
}
.dial-code-dropdown {
    color: #999 !important;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 43px;
    border: none;
    z-index: 999;
    padding: 0 !important;
}
.form-group input[name="phone"] {
    padding-left: 51px !important;
}
.left-bottom-section a {
  text-decoration: none;
}
.accept-check .wpcf7-list-item {
  margin: 0;
}
.accept-check input[type="checkbox"] {
  height: auto;
  position: relative;
  top: 2px;
  margin-right: 5px;
  outline: none;
}
.accept-check span.wpcf7-list-item-label {
  color: #4E5766;
  font-family: "Figtree";
  font-weight: 300;
}
.carousel-control-next img {
  padding: 0;
  position: absolute;
  left: 20px;
}
.wpcf7 form input[type="checkbox"] {
    width: 16px !important;
    height: 18px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px;
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: #bccf31 !important;
}
.chat-icon {
  z-index: 999;
}
#captcha-container input, #captcha-container button {
  display: inline;
}
.ffp7eso {
  background-color: #c4d600;
}
.chat-control {
  font-size: 38px !important;
  top: -8px !important;
}
/*Responsive*/
@media (max-width: 1366px) and (min-width: 1200px ){
  .footer-section .footer-right {
    max-width: 650px;
  }
  .left-content p {
    font-size: 16px;
    max-width: 400px;
    max-width: 400px;
    bottom: 100px;
  }
  .left-content .read-more {
    bottom: 50px;
  }
  .banner h1, .section-title {
    font-size: 50px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .feature-box h5 {
    font-size: 26px;
    height: 100px;
  }
  .feature-box p, .framework-note {
    font-size: 15px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .sticky-content h2 {
    font-size: 40px;
  }
  .banner p.lead, .sticky-content p, .step p {
    font-size: 16px;
  }
  .app-dev-sticky {
    overflow: visible;
  }
  .card1 {
    width: 95%;
    left: 20px;
  }
  .card2 {
    width: 97%;
    left: 10px;
  }
  .card3 {
    width: 99%;
    left: 0;
  }
  .connect-btn, .connect-btn:hover {
    font-size: 16px;
    width: 268px;
    height: 46px;
  }
  .success-stories-top-section h2 {
    font-size: 55px;
  }
  .accordion-button, .left-content .read-more {
    font-size: 20px;
  }
  .step h4 {
    font-size: 32px;
  }
  .right-box h6 {
    max-width: 160px;
  }
}

@media (max-width: 1199px) and (min-width: 993px) {
  .footer-section .footer-text {
    max-width: 350px;
  }
  .banner h1 {
    font-size: 60px;
  }
  #caseSlider .carousel-control-prev, #caseSlider .carousel-control-next {
    top: -40px !important;
  }
  .sticky-content h2 {
    font-size: 45px;
  }
  .step h4 {
    font-size: 30px;
  }
  .step p {
    font-size: 18px;
  }
  .app-dev-sticky {
    height: 76vh;
    overflow: visible;
  }
  section#app-dev {
    padding-top: 50px !important;
  }
  .card1 {
    width: 95%;
    left: 15px;
  }
  .meta-left {
    gap: 3px;
  }
  .meta-left span {
    font-size: 14px;
  }
  .card2 {
    left: 7px;
    width: 97%;
  }
  .card3 {
    width: 99%;
    left: 0;
  }
  .technologies-section {
    padding-top: 100px;
  }
  .advantage-cards {
    height: 360px;
    padding: 20px;
  }
  .latest-insights {
    padding: 80px 0 0;
  }
  .consultation-section {
    padding: 80px 20px 20px;
  }
  .banner .container, .banner .row {
    padding-bottom: 20px;
  }
  .banner {
    background-position: 70% 100%;
    padding: 120px 0 0px;
  }
  .faqs-sec button.nav-link {
    font-size: 16px;
    margin-right: 10px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .right-box h6 {
    max-width: 115px;
  }
}

@media (max-width: 992px) and (min-width: 768px ) {
  header#siteHeader {
    width: 100%;
    max-width: 990px;
  }
  .flex-div {
    display: flex;
    gap: 50px;
  }
  .meta-left span {
    font-size: 14px;
  }
  .counters {
    margin-top: 200px !important;
  }
  .trust-logos {
    position: relative;
    left: 10px;
    top: 60px;
  }
  .headline {
    font-size: 40px;
  }
  .banner {
    padding: 90px 0 60px;
  }
  .banner-right {
    display: none;
  }
  .banner-right-res {
    display: block;
    position: absolute;
    bottom: 320px;
  }
  .banner h1 {
    font-size: 50px;
  }
  .right-card {
    background: url(../images/card-bg.png) no-repeat;
    background: url(../images/benefits-grc.png) no-repeat;
    background-position: right;
    background-position: 100%;
    background-size: cover;
    height: 35em;
  }
  .success-stories-top-section h2 {
    font-size: 40px;
  }
  .success-stories-top-section p {
    font-size: 18px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .carousel-control-prev img {
    padding: 0;
    position: absolute;
    left: 18px;
  }
  #caseSlider .carousel-control-prev, #caseSlider .carousel-control-next {
    top: -45px !important;
  }
  .left-content {
    padding: 20px;
  }
  .left-content h3 {
    font-size: 28px;
  }
  .left-content p {
    font-size: 16px;
  }
  .case-studies .accordion-body {
    font-size: 14px;
    padding: 10px;
  }
  .case-studies .accordion-button {
    font-size: 20px;
    padding: 10px;
  }
  .slider-accordion-placement {
    width: 80%;
  }
  .section-title {
    font-size: 40px;
  }
  .section-subtitle {
    font-size: 18px;
  }
  .tools-section {
    padding: 80px 16px 120px;
  }
  .technologies-section .section-desc {
    float: none;
    width: 100%;
  }
  .blog-carousel-controls {
    top: 90px;
  }
   .latest-insights h2 {
    font-size: 40px;
  }
  .faqs-sec h2 {
    font-size: 40px;
  }
  .feature-box p {
    margin-bottom: 0;
  }
  .app-dev-sticky {
    overflow: visible;
    height: 60vh;
  }
  .app-dev-header {
    margin-bottom: 30px;
    padding-left: 0;
  }
  section#app-dev {
    position: relative;
    padding-top: 40px !important;
  }
  .faqs-sec button.nav-link {
    font-size: 16px;
    margin-right: 10px;
  }
  .app-dev-header h2 {
    font-size: 40px;
  }
  .consultation-right .title {
    font-size: 40px;
  }
  .app-card {
    padding: 30px;
  }
  .card1 {
    top: 0;
    width: 94%;
    left: 20px;
  }
  .card2 {
    left: 10px;
    top: 0;
    width: 97%;
  }
  .card3 {
    top: 0;
    left: 0;
    width: 100%;
  }
  .app-dev-header p {
    font-size: 16px;
  }
  .tech-card {
    padding: 10px 22px;
  }
  .technologies-section {
    padding-top: 150px;
  }
  .advantage-cards {
    padding: 20px;
  }
  span.line-break {
    display: inline;
  }
  .technologies-section-desc-cards h5 {
    font-size: 22px;
    height: 70px;
  }
  .technologies-section p {
    font-size: 14px;
  }
  .sticky-content {
    padding: 40px 20px 0 20px;
    height: 800px;
    background-position: 0;
    background-position: -70px;
  }
  .sticky-content h2 {
    line-height: 32px;
    font-size: 35px;
  }
  .sticky-content p {
    font-size: 16px;
  }
  .step {
    margin-left: 0;
  }
  .step h4 {
    font-size: 25px;
  }
  .step p {
    font-size: 16px;
  }
  .inn-sol h2 {
    font-size: 40px;
  }
  .latest-insights {
    padding: 80px 0px 0;
  }
  .consultation-section {
    padding: 80px 20px 20px;
  }
  .app-idea h2 {
      font-size: 40px;
  }
  #innovationSolutions .accordion-wrapper .accordion-body {
    font-size: 16px;
  }
  .footer-section .footer-left {
    min-width: 400px;
    left: 23%;
  }
  .footer-section .footer-container {
    gap: 2rem;
  }
  .consultation-left {
    display: none;
  }
  .consultation-right {
    width: auto;
  }
  .right-box a i {
    font-size: 14px !important;
  }
  .footer-right-contact-info p a {
    font-size: 14px;
  }
  .right-box .social-links-side a {
    width: 30px;
    height: 30px;
  }
  .right-box h6 {
    max-width: 80px;
  }
  
  .mobile-app-dev-section .inner-title-sec .main-title p {
      text-align: initial;
   }
   
   .mobile-app-dev-section .inner-title-sec {
   		gap: 5px;
   }
}

@media (max-width: 768px) and (min-width: 320px ) {
  .site-header {
    border-bottom: none;
  }
  .get-started {
    display: none;
  }
  .banner .container, .banner .row {
    padding-bottom: 15px;
  }
  .counters {
    margin-top: 240px !important;
  }
  .counter {
    font-size: 25px;
    font-weight: 500;
    width: 50px;
  }
  .counter-label {
    font-size: 12px;
  }
  .left-side1 {
    position: unset;
    padding: 0 25px;
  }
  .workflow-steps {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .counters > .col:nth-child(2) .counter, .counters > .col:nth-child(4) .counter {
    width: 35px;
  }
  .banner-right {
    display: none;
  }
  .banner-right-res {
    display: block;
    position: absolute;
    bottom: 250px;
  }
  .banner {
    padding: 80px 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .banner p.lead {
    font-size: 16px;
  }
  .connect-btn, .connect-btn:hover {
    font-size: 16px;
    margin-top: 10px;
    width: 250px;
    height: 50px;
  }
  .badge {
    width: 44px;
    height: 44px;
  }
  .badge i {
    font-size: inherit;
  }
  .badge i img {
    width: 25px;
  }
  .flex-div {
    display: flex;
    gap: 20px;
  }
  .ring-item.is-active .badge::after {
    inset: -7px;
  }
  section.app-idea {
    padding-left: 15px;
    padding-right: 15px;
  }
  .right-card {
    background: url(../images/card-bg.png) no-repeat;
    background: url(../images/benefits-grc.png) no-repeat;
    background-position: right;
  }
  .footer-section .footer-right {
    padding-left: 30px;
    width: 100%;
    left: 0;
    transform: none;
  }
  .footer-section .footer-bottom {
    margin-top: 80px;
    font-size: 0.55rem;
  }
  .headline {
    font-size: 35px;
    font-weight: 600;
    padding-top: 60px;
  }
  .lede {
    margin: 30px auto 50px;
    font-size: 15px;
  }
  .tools-section {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .pill {
    margin: 50px auto 70px;
  }
  .orbit__ring {
    left: 44%;
    top: -250px;
    transform: translate(-20%, 0);
  }
  :root {
    --orbit-w: auto;
    --orbit-h: 110px;
    --radius: 240px;
  }
  .case-studies {
    padding-top: 30px;
  }
  .carousel-control-prev {
    right: 55px;
  }
  #caseSlider .carousel-control-prev, #caseSlider .carousel-control-next {
    top: -190px !important;
  }
  .left-content:hover p {
    margin-bottom: 20px !important;
  }
  .success-stories-top-section h2 {
    font-size: 30px;
    font-weight: 700;
    -webkit-text-size-adjust: 100%;
    font-synthesis: weight;
    width: 100%;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .success-stories-top-section p {
    font-size: 16px;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.2rem;
  height: 2.2rem;
  }
  .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    width: 2.2rem !important;
    height: 2.2rem !important;
  }
  .card-1-bg {
    background: url("./../images/cs-mb-1.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .card-2-bg {
    background: url("./../images/cs-mb-2.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .card-3-bg {
    background: url("./../images/cs-mb-3.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .card-4-bg {
    background: url("./../images/cs-mb-4.jpg") no-repeat;
    background-size: cover;
    background-position: 100%;
  }
  .left-content {
    padding: 25px;
  }
  .left-content h3 {
    font-size: 25px;
    color: #000;
    max-width: 220px;
  }
  .left-content p {
    font-size: 13px;
    bottom: 110px;
    color: #000;
    max-width: 180px;
  }
  div#caseSlider {
    padding: 0 15px;
  }
  .left-content .read-more {
    bottom: 90px;
    left: 24px;
    font-size: 20px;
  }
  .right-content {
    height: auto;
  }
  .right-content .accordion-body {
    padding-top: 0;
  }
  .slider-accordion-placement {
    width: 80%;
    left: 0;
  }
  .left-accordion .sticky-accordion-info {
    padding: 0px 0 60px 0px;
  }
  .accordion-button {
    font-size: 18px;
    color: #000 !important;
    font-weight: 600;
    padding: 10px;
    gap: 6px;
  }
  .accordion-body {
    font-size: 12px;
  }
  .why-arpatech {
    padding-top: 110px;
  }
  .why-arpatech .section-title {
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-arpatech .section-subtitle {
    font-size: 16px;
    text-align: justify;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .stand-out-tiles {
    padding: 0 15px;
  }
  .feature-box h5 {
    font-size: 28px;
    height: auto;
  }
  .feature-box p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .framework-note {
    font-size: 14px;
    margin: 0 15px;
  }
  .stand-out-tiles .col-md-3 {
    padding: 0;
  }
  .sticky-content h2 {
    font-size: 32px;
    font-weight: bold;
  }
  .sticky-content p {
    font-size: 16px;
  }
  .step {
    margin-left: auto;
    margin-bottom: 50px;
  }
  .step h4 {
    font-size: 28px;
    margin-top: auto;
  }
  .step p, .app-idea p, .app-dev-header p, .technologies-section p {
    font-size: 16px;
  }
  .accordion-section {
    margin: 80px 0 0;
  }
  .technologies-section .section-desc {
    float: none;
    max-width: 100%;
  }
  .inn-sol h2 {
    font-size: 34px;
  }
  .inn-sol p {
    font-size: 16px;
    text-align: justify;
  }
  #innovationSolutions .accordion-wrapper .accordion-body {
    font-size: 16px;
  }
  #innovationSolutions .left-side1 {
    padding: 0 30px;
  }
  .innovative-sol-accordion {
    padding: 0 30px;
  }
  img.ios-android-icon {
    max-width: 150px;
  }
  .app-idea h2, .faq-section h2 {
    font-size: 40px;
  }
  section#app-dev {
    padding-top: 60px !important;
  }
  .app-dev-header h2 {
    font-size: 30px;
  }
  #innovationSolutions .accordion-wrapper .accordion-button, .blog-title {
    font-size: 24px;
  }
  .faq-section .faq-tabs button, .book-a-consultation-form p {
    font-size: 13px;
  }
  .faq-section .accordion-header {
    line-height: normal;
    font-size: 25px;
    font-weight: bold;
  }
  .faq-section .accordion-header .icon {
    padding: 12px;
  }
  .consultation-content h2, .consultation-right .title, .book-a-consultation {
    font-size: 35px;
  }
  .consultation-right {
    width: auto;
    padding: 15px;
  }
  .contact-info {
    font-size: 16px;
  }
  .consultation-form input, .consultation-form select {
    height: 40px;
  }
  .consultation-section {
    padding: 40px 15px 0;
  }
  .consultation-left {
    display: none;
  }
  .app-dev-header {
    margin-bottom: 40px;
  }
  .app-dev-sticky {
    height: max-content;
    padding: 0 30px;
  }
  .app-card {
    padding: 8px 14px 15px;
  }
  .card1 {
    top: 0;
    width: 100%;
    left: 0;
    position: unset;
  }
  .card2 {
    opacity: 1 !important;
    left: 0;
    top: 0;
    width: 100%;
    position: unset;
    transform: translate(0) !important;
    margin-top: 50px;
  }
  .card3 {
    opacity: 1 !important;
    top: 0;
    left: 0;
    width: 100%;
    position: unset;
    transform: translate(0) !important;
    margin-top: 50px;
  }
  .app-card h4 {
    font-size: 22px;
    width: 200px;
  }
  img.android-icon {
    max-width: 80px;
  }
  img.ios-icon {
    max-width: 40px;
  }
  .app-card p {
    font-size: 14px;
    font-weight: 200;
    color: #000;
  }
  .card-label {
    gap: 10px;
  }
  .technologies-section {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .advantage-cards {
    padding: 20px;
    height: auto;
  }
  span.line-break {
    display: inline;
  }
  .technologies-section-desc-cards h5 {
    font-size: 22px;
    height: 70px;
  }
  .faq-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .technologies-section .section-title {
    font-size: 32px;
  }
  .tech-card {
    padding: 10px 22px;
  }
  .tech-card h5 {
    margin-bottom: 20px;
  }
  .latest-insights h2 {
    font-size: 40px;
    width: 100%;
  }
  .right-get-started a {
    font-size: 20px;
  }
  .right-get-started .arrow-image img {
    position: relative;
    right: auto;
    transform: translate(10px, 0);
  }
  .blog-carousel-controls {
    top: 140px;
    right: 30px;
  }
  .blog-overlay {
    top: 110px;
  }
  .blog-carousel-controls button {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    width: 32px;
    height: 32px;
  }
  .latest-insights {
    padding: 60px 15px 0;
  }
  .accept-check span.wpcf7-list-item-label {
    font-size: 11px;
  }
  .footer-section .footer-text {
    max-width: max-content;
  }
  .footer-section {
    padding: 3rem 15px 0;
  }
  .faqs-sec button.nav-link {
    font-size: 12px;
    text-align: left;
    margin-right: 5px;
  }
  .sticky-content {
    padding: 40px 24px 30px 24px;
    /* height: auto; */
    height: 52em;
  }
  .faqs-sec h2 {
    font-size: 40px;
  }
  .carousel-control-next img {
    padding: 0;
    position: absolute;
    left: 20px;
  }
  .carousel-control-next:hover img {
    left: 15px;
  }
  .carousel-control-prev:hover img {
    left: 12px;
  }
  .carousel-control-prev img {
    padding: 0;
    position: absolute;
    left: 18px;
  }
  .footer-right-contact-info p a {
    font-size: 12px;
  }
  .footer-description {
    max-width: max-content !important;
  }
  .right-box {
    padding-top: 0;
  }
  .right-box .social-links-side a {
    width: 30px;
    height: 30px;
  }
  .right-box a i {
    font-size: 12px !important;
  }
  .right-box h6 {
    max-width: max-content;
    text-align: left;
  }
  .copyright {
    margin-top: 20px !important;
  }
  .social-media-icons-res {
    justify-content: start !important;
  }
  .footer-section {
    margin-top: 20px;
  }
}

@media (width: 768px) {
  div#orbit {
    margin-left: 33px;
  }
  .pill {
    margin-top: 70px !important;
  }
  .slider-accordion-placement {
    right: 132px !important;
    left: auto;
  }
}
.wpcf7-form.sent .wpcf7-response-output {
    font-size: 20px !important;
}

.tb-bordered {
    border-collapse: collapse;
    width: 70%;
}

/* Mobile ke liye (Screen width 768px ya usse kam) */
@media (max-width: 768px) {
    .tb-bordered {
        width: 100% !important; /* Mobile par width 100% */
    }
}

.tb-bordered td,
.tb-bordered th {
  border: 1px dotted #999;
  padding: 8px;
}

/* Increase checkbox size */
.wpcf7 form input[type="checkbox"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: #fff;
    position: relative;
    outline: none;
    position: relative;
    top: 1px;
		margin-right: 5px;
}

/* Checkbox border remove and custom styles */
.wpcf7 form input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
}

/* Tick style */
.wpcf7 form input[type="checkbox"]:checked::after {
    content: '✔';
    color: #008547;
    position: absolute;
    top: -1px;
    left: 1px;
    font-size: 16px;
    line-height: 18px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	color : #333;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
	color : #333;
	text-decoration : underline;
}

.wpcf7-acceptance .wpcf7-list-item-label a:hover {
	color : #fff;
}
a.link-color {
	color: #bccf31;
}
.privacy-policy-paragraphs, .terms-and-conditions-paragraphs {
    text-align: justify;
}
#captcha-container {
	padding: 30px 15px 15px;
}
.chat-control-1 {
		cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
    z-index: 3;
}
.chat-control {
	top: 12px;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #c4d600;
  z-index: 0;
}
.header-text {
  position: absolute;
  top: 13px;
  left: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #2d2d2d;
  z-index: 3;
  display: flex;
  align-items: center;
}
.header-text::before {
  content: "";
  margin-right: 6px;
}

.pagination-link.active {
	color:#bccf31;
}

/* Enhanced Pagination Styles */
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.pagination-link {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 2px;
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-weight: 500;
    min-width: 45px;
    text-align: center;
    transition: all 0.3s ease;
}

.pagination-link:hover {
    background-color: #e9ecef;
    color: #bccf31;
    text-decoration: none;
    transform: translateY(-1px);
}

.pagination-link.active {
    background-color: #bccf31;
    color: white;
    border-color: #bccf31;
}

.pagination-link.active:hover {
    background-color: #bccf31;
    border-color: #bccf31;
}

.pagination-nav {
    font-weight: 600;
    padding: 10px 18px;
}

.pagination-link.disabled {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination-link.disabled:hover {
    background-color: #f8f9fa;
    color: #6c757d;
    transform: none;
}

.pagination-ellipsis {
    display: inline-block;
    padding: 10px 5px;
    color: #6c757d;
    font-weight: bold;
}

.page-number {
    min-width: 45px;
}

/* Loading state */
#blog-posts-container.loading {
    position: relative;
    opacity: 0.6;
}

#blog-posts-container.loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive pagination */
@media (max-width: 576px) {
    .custom-pagination {
        gap: 3px;
    }
    
    .pagination-link {
        padding: 8px 12px;
        font-size: 14px;
        min-width: 40px;
    }
    
    .pagination-nav {
        padding: 8px 15px;
    }
    
    .pagination-ellipsis {
        padding: 8px 3px;
    }
}
p {
	margin-bottom: 1rem;
}


.category-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-menu p{
    margin: 0;
}

.category-menu p:nth-child(2n){
    display:none; /* hide | separators */
}

.category-menu a{
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-menu a:hover{
    background: #a6ce39;
    border-color: #a6ce39;
    color: #000;
    transform: translateY(-2px);
}
/* Governanace Page Styling */

.site-header.scrolled {
	transition: opacity 0.25s ease, backdrop-filter 0.25s ease;
    border-bottom: none;
    backdrop-filter: blur(8px);
    background-color: rgba(250, 250, 250, 0);
}

.sec-title {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.why-arpatech .sec-title {
	margin-bottom: 12px;
}
.section-title{
	line-height: 1em;
}

.no-title-margin{
	margin: 0px !important;
}

.inner-title-sec {
	background-color: rgba(26, 30, 39, 0.05);
	border-radius: 8px;
	opacity: 1;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: fit-content;
	padding: 4px 12px;
	position: relative;
}

.title-dot {
	background-color: rgb(26, 30, 39);
	border-radius: 10px;
	opacity: 1;
	height: 6px;
	overflow: var(--overflow-clip-fallback, clip);
	flex: none;
	width: 6px;
	position: relative;
	margin-top: 2px;
}

.main-title p {
	color: #000;
	font-size: calc(14px * 1);
	font-family: "DarkerGrotesque";
	margin: 0px !important;
	text-transform: uppercase;
	font-weight: 600;
}
.reveal-section {
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 1rem;*/
    /*margin-bottom: 20px;*/
}

.reveal-text {
	color: #000 !important;
	font-family: "DarkerGrotesque";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 0.9em;
    margin-bottom: 0px;
}

.reveal-word {
	color: #000 !important;
	opacity: 0.2;
	display: inline-block;
}

.section-subtitle{
	text-align: center;
	margin-bottom: 0px !important;
}

.inn-sol h2 {
	font-size: 48px;
}

.marquee-wrapper {
	padding: 15px 0;
	overflow: hidden;
}

/* row */
.marquee {
	overflow: hidden;
	margin: 10px 0;
}

/* moving track */
.track {
	display: flex;
	width: max-content;
	will-change: transform;
}

/* items container */
.track-group {
	display: flex;
	gap: 10px;
}

/* item style */
.track-item {
	color: #000;
	cursor: pointer;
	padding: 0px 22px;
	border-radius: 14px;
	font-size: 45px;
	transition: --duration 0.6s ease-in-out;
	white-space: nowrap;
}
.track-item:hover{
	color: #bed030;
}

.fixheader{
	padding-top: 30px;
}
.sec-title.text-left {
    text-align: start;
    align-items: start;
    justify-content: start;
}
.compliances-table{
	margin-top: 0px;
}

.blogs-slider {
	overflow: hidden;
    touch-action: pan-y;
	width: 100%;
	padding-top: 35px;
	position: relative;
}

.blogs-slider-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.blogs-group {
	display: flex;
	margin-right: 30px;
	gap: 30px;
}

.blogs-group .blog-card{
	width: 410px;
    cursor: none;
}

.blogs-group .blog-card:hover img{
	transform: none;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stack-container {
    position: relative;
    width: 100%;
}

.stack-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
    font-weight: 700;
    color: #1A1E27;
    margin-bottom: 20px;
}

.stack-header {
    position: sticky;
    top: 80px;
    background: #fff;
    z-index: 100;
    padding-bottom: 20px;
    border-bottom: 1px solid #1A1E27;
    padding: 15px 0px 35px 15px;
    font-family: "Figtree";
    font-weight: 600;
    font-size: 20px;
    /* styles according to GRCS Farmer design */
    font-size: 25px;
	line-height: 25px;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;

}

.stack-card-item {
    position: sticky;
    top: 120px;
    border-bottom: 1px solid #1a1e274d;
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 20px;
    margin-bottom: 20px;
    transform-origin: top center;
    z-index: 0;
    top: 150px;
    margin-top: -10px;
    z-index: 1;
    font-family: "Figtree";
    font-size: 16px;
    font-weight: 400;
	line-height: 22px;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.stack-card-item:last-child {
    border-bottom: none;
}

.stack-card-item div {
	width: 90%
}
/*.accordion-section{
	margin-bottom: 130px !important;
}*/
.inds-tag {
  justify-content: initial !important;
}

.sec-mb50 {
	margin-bottom: 50px !important;
}

/*.latest-insights{
	margin-bottom: 130px !important;
}*/

.pd-t-10 {
	padding-top: 10px !important;
}

.blog-card, .blog-card *, .blog-card a {
    cursor: none !important;
    cursor: auto !important;
}

.read-more-cursor {
  position: fixed;
  pointer-events: none; /* Mouse pointer ke raste mein nahi aayega */
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #fff;
  font-weight: 400;
  font-family: sans-serif;
  font-size: 12px;
  z-index: 9999;
  display: none; 
  /* Center alignment fix */
  left: 0;
  top: 0;
  /* transform: translate(-50%, -50%); */ 
  transition: opacity 0.1s ease; /* Thoda smooth karne ke liye */
  white-space: nowrap;
  will-change: transform;
}

.mg-t30 {
	margin-top:30px
}

@media (max-width: 720px) {
    .stack-card-item {
        /* grid-template-columns: 150px 150px 150px 150px; */
        padding: 20px;
        gap: 20px;
       /* overflow-y: scroll;
        top: 200px; */
    }
    
    .stack-header {
        /* width: 100%; */
        gap: 20px;
        /* overflow-y: scroll;
        grid-template-columns: 150px 150px 150px 150px; */
    }
    
    .stack-card-item:last-child {
    	padding-top: 40px;
        scrollbar-width: none;
     }
     
    .stack-card-item:last-child::-webkit-scrollbar {
    	display: none;
	}
    
    .accordion-section, .latest-insights {
    	margin-bottom: 0px !important;
	}
    
    .sec-mb50 {
    	margin-bottom: 0px !important;
    }
    
    .stack-container {
    	margin-top: 50px
    }
}

@media (max-width: 580px) and (min-width: 481px) {      
     .stack-header {
        font-size: 14px;
        line-height: 20px;
        gap: 10px;
        padding-left: 10px;
        
     }
     .stack-card-item {
     	font-size: 12px;
        line-height: 18px;
        padding: 50px 5px;
        gap: 10px;
        width: 100%;
     }
     .stack-header,
     .stack-card-item {
        transform: translate3d(0,0,0);
    }
}

@media (max-width: 760px) and (min-width: 480px) {
	.right-card {
    	background-position: -10px 55%;
        height: 50em;
     }
}

@media (max-width: 480px) and (min-width: 320px) {
	.sticky-content {
    	background-position: -100px 0px;
        height: 56em;
     }
	.sticky-content h2 {
    	line-height: 32px;
     }
     .sticky-content p {
     	margin-top: 0px;
      }
      
     .stack-header {
         font-size: 14px;
        line-height: 20px;
        gap: 10px;
        padding-left: 10px;
        
     }
     
     .stack-card-item {
     	font-size: 12px;
        line-height: 18px;
        padding: 50px 5px;
        gap: 10px;
        width: 100%;
     }
     
     .stack-header,
     .stack-card-item {
        transform: translate3d(0,0,0);
    }
    
    .box-icon {
         width: 50px;
    	height: 50px;
    }
    
    a > span:first-of-type {
    	width: 75%;
	}
    
    .right-get-started a {
    	align-items: center;
        line-height: 24px;
    }
    
    .right-card {
        background-position: -34px 62%;
        height: 45em;
    }
}