:root {
  --clr-primary: #086ad8;
  --clr-secondary: #f29f09;
  --clr-tertiary: #f0f6fc;
  --clr-title: #282828;
  --clr-body: #4b4b4b;
  --clr-white: #ffffff;

  --clr-theme: #086ad8;
  --fs-700: 2.875rem;
  --fs-600: 1.8rem;
  --fs-500: 1.25rem;
  --fs-400: 1.125rem;
  --fs-regular: 1rem;

  --fw-medium: 500;
  --fw-regular: 400;

  --ff-main: "Poppins", sans-serif;
}
body {
  font-family: var(--ff-main);
}
.banner-section {
  background-color: var(--clr-primary);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-image:
    url("http://35.175.227.103/staffaugmentation/wp-content/uploads/2026/05/circle.png"), url("http://35.175.227.103/staffaugmentation/wp-content/uploads/2026/05/half-circle.png"),
    url("http://35.175.227.103/staffaugmentation/wp-content/uploads/2026/05/cross-banner-2.webp");
  background-repeat: no-repeat;
  background-position:
    top left,
    bottom left,
    top right 0;
  background-size: 8%, 30%, 10%;
}

.banner-section .section-heading {
  position: relative;
  max-width: 23ch;
  letter-spacing: 0.02rem;
  padding-top: 10px;
  font-weight: 500 !important;
}

.banner-section .section-heading::before {
  content: "";
  width: 5px;
  background-color: var(--clr-white);
  border-radius: 6px;
  left: -1.2rem;
  position: absolute;
  height: 8rem;
  margin-right: 1.2rem;
  top: 1rem;
}
h2.section-heading {
  width: 100%;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  gap: 2.25rem;
}

.application-grid-item {
  display: flex;
  padding: 1.875rem;
  border-radius: 16px;
  border: none;
  box-shadow: 1.95px 1.95px 2.6px 0px #00000026;
}
.application-grid-item img {
  width: 24px;
  height: 24px;
  margin-right: 0.7rem;
}
.application-grid-item h5 {
  font-weight: 600;
  font-family: var(--ff-main);
}
.application-grid-item p {
  font-weight: 400;
  font-family: var(--ff-main);
}

:root {
  --card-height: 310px;
  --cardMargin: 20px;
  --clr-white: #ffffff;
  --card-Toppadding: 10px;
}

.hiring-section {
  background: url("./img/business-bg.png.webp"), #f0f6fc;
  padding: 2rem 0;
  position: relative;
  z-index: 0; /* Make sure section content isn't overlapped */
}

.hiring-section .section-heading {
  position: sticky;
  top: 20rem;
  bottom: 3rem;
  /* display: flex; */
  justify-content: left;
  align-items: center;
  height: var(--card-height);
}

.text-blue {
  color: #007bff;
}


.va-item.active .va-question,
.va-item.active .va-question h3,
.va-item.active .va-toggle,
.va-item.active .va-toggle img {
    color: inherit !important;
    filter: none !important;
}

.va-question {
    background: transparent !important;
}

#cards {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--cardMargin);
  margin-bottom: var(--cardMargin);
  position: relative;
}

.card {
  /* position: sticky;
    top: 12rem; /* The point where the card sticks */
  /* z-index: 1; /* Ensure the card stays on top of other content */
  /*padding-top: var(--card-Toppadding);
    border: none;
    background-color: var(--clr-white);
    height: var(--card-height);
    border-radius: 2rem;
    margin: 20px;
    /* box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.1); Optional box shadow for card */
  /*box-shadow: 0px -1px 0px 0px #00000026;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; */

  position: sticky;
  width: 100%;
  height: 100%;
  top: 12rem;
  padding-top: calc(var(--index) * var(--card-Toppadding));
  border: none;
  background-color: transparent;
  height: 60vh;
  /* height: var(--card-height); */
}

.card-body {
  /* box-sizing: border-box;
    padding: 3rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background-color: var(--clr-white);
    /* box-shadow: 0px -1px 0px 0px #00000026; 
    border-radius: 20px; */

  padding: 5rem 3rem;
  border-radius: 50px;
  height: var(--card-height);
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  background-color: var(--clr-white);
  column-gap: 1.5rem;
  /* box-shadow: 0px -2px 29px 0px #64646F33; */
  box-shadow: 0px -2px 0 0px #64646f33;
}

.card-content {
  flex: 1;
  padding-right: 2rem;
}

.card-content h3 {
  /* font-size: 1.8rem; */
  color: #333;
  white-space: nowrap;
}

.card-content p {
  font-size: 1rem;
  color: #666;
}

.cta-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.industries-section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.industries-section .webCTA,
.industries-section .mobileCTA{
    margin-left: 0 !important;
}

.cta-btn:hover {
  background-color: #007bff;
  color: #FFF;
}
.card-img {
  flex: 0.5;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  align-items: center;
}
.card-img img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
#card1 {
  --index: 1;
}
#card2 {
  --index: 2;
}
#card3 {
  --index: 3;
}
#card4 {
  --index: 4;
}
#card5 {
  --index: 5;
}
#card6 {
  --index: 6;
}
#card7 {
  --index: 7;
}
#card8 {
  --index: 8;
}
#card9 {
  --index: 9;
}
#card10 {
  --index: 10;
}
#card11 {
  --index: 11;
}
#card12 {
  --index: 12;
}
#card13 {
  --index: 13;
}
#card14 {
  --index: 14;
}
#card15 {
  --index: 15;
}
#card16 {
  --index: 16;
}
#card17 {
  --index: 17;
}
#yt-player {
  background: transparent;
}

#yt-player iframe {
  background-color: transparent;
}
div#movie_player {
  background-color: transparent !important;
}

/* 21may */

.accordion-item {
  border-bottom: 1px solid #bdbdbd;
}

.accordion {
  cursor: pointer;
  /* margin: 5px 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}



.vm-arrow{
    position: relative;
    top: -1px;
    margin-left: 6px;
    font-size: 16px;
    display: inline-block;
}

.panel {
  height: 0;
  overflow: hidden;
  transition: height 0.4s linear;
  /* padding: 0 24px; */
}

.theme-text {
  color: var(--clr-theme);
  display: inline-block;
  /* margin-left: -90px; */
}

.rotate-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.mobileCTA {
  display: none !important;
}


@media(max-width:768px){ .contactable-holder{ width:100% !important; max-width:100% !important; padding:0 !important; box-sizing:border-box !important; } #contactable-contactForm{ max-width:100% !important; box-sizing:border-box !important; } #contactable-contactForm input, #contactable-contactForm textarea{ width:100% !important; box-sizing:border-box !important; } } @media(max-width:768px){ .contactable-holder{ position:relative; } .contactable-close{ position:absolute !important; top:8px !important; right:8px !important; z-index:9999 !important; cursor:pointer !important; } .contactable-header{ position:relative; z-index:1; } .contactable-close{ z-index:99999 !important; pointer-events:auto !important; } }


/* accordion */

.faq_3 {
  margin-bottom: 14px;
  border-bottom: 1px solid #dddddd;
}

.faq_3 h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  color: #1a1313;
  font-weight: var(--fw-medium);
}

.faq_block button {
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  background-color: transparent;
  padding-left: 0;
}

button:focus {
  outline: none;
}

.accordion_grouping {
  padding: 3rem 0 3rem;
}

.accordion_content {
  display: none;
  padding: 0 0 1.5rem;
}

/* faq css */
.hiddentext {
  display: none;
}

.readMoreText-btn {
  background: transparent;
  color: var(--clr-accent);
  padding: 0;
  vertical-align: baseline;
}

.accordion-wrapper .card {
  margin-bottom: 10px;
  border: 0;
  border-radius: 6px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03) !important;
  padding: 0 10px;
}

.accordion-wrapper .card-header {
  padding: 1.4rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}

.question {
  color: #121111;
  margin: 0;
  font-size: var(--fs-400);
  font-weight: var(--fw-medium);
}

.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: inherit;
}

.question-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-align: left;
}

.faq-answer {
  font-size: var(--fs-body);
  margin-bottom: 0;
  font-weight: 400;
  padding: 0 2rem 1rem 1rem;
}

.accordion-icon .arrow-down {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(224deg);
  -webkit-transform: rotate(224deg);
}

.arrow-down {
  transition: all 0.3s ease;
}

.question-btn.collapsed .arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

section.faq-section {
  padding-top: 10px;
}

/* ===== Latest News Section ===== */
.latest_news {
  position: relative;
  padding: 10px 0;
  background: #086ad8;
  overflow: hidden;
  top: 10px;
}

.latest_news .c-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Shapes */
.latest_news .shape {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
}

.latest_news .shape1 {
  top: 0;
  left: 0;
}

.latest_news .shape2 {
  bottom: 0;
  right: 0;
}

/* Wrapper */
.latest_news .news-container {
  position: relative;
  z-index: 2;
}

.latest_news .news_wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Image Block */
.latest_news .thumbnail-block {
  flex: 1;
}

/* .latest_news .thumbnail-block img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
} */

/* Right Content */
.latest_news .right_content {
  flex: 5;
}

.news_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right_content {
  flex: 1;
}

.consult-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #333;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  transition: 0.3s;
}

.consult-btn:hover {
  background: #f1f1f1;
}

.consult-btn .icon {
  font-size: 14px;
}

.thumbnail-block p {
  text-align: center;
}

.latest_news .right_content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #086ad8;
  margin-bottom: 10px;
}

.latest_news .newstitle {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.latest_news p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

/* Mobile Image */
.latest_news .news_img_mobile {
  display: none;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

/* Button */
.latest_news .news-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #086ad8;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.latest_news .news-btn:hover {
  background: #064ea8;
}

.va-accordion {
  margin: 20px 0;
  padding-bottom: 20px;
}

.custom-heading {
  line-height: 1.2;
}

.custom-heading .theme-text {
  display: inline-block;
}

.va-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}

.va-toggle {
  border: 1px solid #999;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.va-answer {
  display: none;
  padding: 10px 0;
  font-size: 14px;
  color: #555;
}

/* Active */
.va-item.active .va-answer {
  display: block;
}

.va-item.active .va-toggle {
  color: #fff;
}

.industries-section {
  /* padding: 10px 0; */
  background: #ffffff;
}

.section-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #333;
}

/* List */
.industry-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.roadblock-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.roadblock-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

.industry-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}

/* Custom bullet (blue dot) */
/* .industry-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url("http://localhost/staffaugmentationNewPage/img/9004773_tick_check_mark_accept_icon1.png")
    no-repeat center;
  background-size: contain;
} */

/* Button */
.industry-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #086ad8;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

.engagement-section {
  padding: 80px 0;
  background: #eef2f7;
}

.engagement-heading {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #282828;
}

/* Items */
.engagement-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.engagement-item h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.engagement-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Blue Dot */
.engagement-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #086ad8;
  border-radius: 50%;
}

/* Note */
.engagement-note {
  font-size: 13px;
  color: #777;
  margin: 20px 0;
}

/* Button */
.engagement-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #086ad8;
  color: #fff !important;
  border-radius: 6px;
  display: inline-block;
  /* margin-left: 85px; */
  margin-top: 15px;
  text-decoration: none;
  font-size: 14px;
}

.clients_marquee {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.marquee-content {
  display: flex;
  flex-wrap: nowrap;
  animation: 30s slideimage infinite linear;
  margin-bottom: 1rem;
}

/* duplicate row ke liye */
.clients_marquee:hover .marquee-content {
  animation-play-state: paused;
}

.marquee_client {
  margin-right: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #979797;
  background-color: #fff;
  box-shadow: 1px 1px 5px -3px #4b4b4b;
  height: 120px;
  padding: 0 10px;
  width: 280px;
}

@keyframes slideimage {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

section.section-padding {
  padding: 100px 0px;
}

.marquee_client img {
  max-width: 100%;
  height: auto;
  /* filter: grayscale(100%); */
  opacity: 0.7;
  transition: 0.3s ease;
}

.marquee_client img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.staff-section {
  background: #f0f6fc;
  padding: 100px 0px;
}

.staff-section .section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.staff-section p {
  max-width: 750px;
  margin: 0 auto;
  color: #555;
  line-height: 1.6;
}

.staff-section-btn {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 18px;
  background: #086ad8;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 30px;
}

/* Cards */
.option-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.option-box img {
  width: 60px;
  margin-bottom: 20px;
}

.option-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.option-box p {
  font-size: 14px;
  color: #666;
}

/* Hover effect */
.option-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Color variants */
.option-box.yellow {
  background: #ffce76;
}

.option-box.pink {
  background: #ff9e9e;
}

.option-box.purple {
  background: #b2baff;
}

.option-box.blue {
  background: #7bbff3;
}

.option-box.blue {
  background: #eaf4ff;
}

.option-box.green {
  background: #e9f9f1;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
  padding-top: 10px;
}

.wrapper h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

.pricing-table {
  width: 100%;
  border-collapse: separate;
  padding-top: 40px;
  border-spacing: 50px 0; /* 50px only between columns */
}

/* Reset all cells */
.pricing-table td {
  background: #fff;
}

/* First 2 columns alternate White / Grey */
.pricing-table tbody tr:nth-child(odd) td:nth-child(1),
.pricing-table tbody tr:nth-child(odd) td:nth-child(2) {
  background: #ffffff;
}

.pricing-table tbody tr:nth-child(even) td:nth-child(1),
.pricing-table tbody tr:nth-child(even) td:nth-child(2) {
  background: #f1f1f1;
}

/* Last column alternate White / Green */
.pricing-table tbody tr:nth-child(odd) td:nth-child(3) {
  background: #ffffff;
}

.pricing-table tbody tr:nth-child(even) td:nth-child(3) {
  background: #c8efd3;
}

.pricing-table th,
.pricing-table td {
  padding: 22px 24px;
  text-align: center;
  font-size: 18px;
}

.pricing-table thead th {
  font-weight: 700;
}

.pricing-table thead th:first-child {
  background: #f0f6fc;
  color: #333;
  text-align: left;
  border-radius: 15px;
}

.pricing-table thead th:nth-child(2) {
  background: #f0f6fc;
  color: #333;
  border-radius: 15px;
}

.pricing-table thead th:nth-child(3) {
  background: #2a9e4b;
  color: #fff;
  border-radius: 15px;
}

.pricing-table tbody td {
  background: #fff;
  border-bottom: 12px solid #f5f5f5;
  border-bottom: none;
}

.pricing-table tbody td:first-child {
  text-align: left;
  background: #ececec;
  font-weight: 600;
  color: #333;
}

.pricing-table tbody td:nth-child(2) {
  background: #f3f3f3;
  color: #555;
}

.pricing-table tbody td:nth-child(3) {
  background: #ffffff;
  color: #333;
}

.highlight {
  background: #dcfce5 !important;
  font-weight: 600;
}

.total {
  font-size: 22px;
  font-weight: 700;
}

.btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.btn {
  background: #086ad8;
  color: #fff;
  padding: 10px 34px;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  color: #fff;
}

.btn span {
  font-size: 20px;
  margin-left: 8px;
  /* position: relative;
  top: -4px; */
}
/* Add this CSS */
.hidden-table-row {
  display: none;
}

/* Responsive */

@media (max-width: 396px) {
  h1 .theme-text {
    line-height: 1.3;
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .section.section-padding {
    padding: 50px 0px;
  }
  .pricing-table {
    border-spacing: 20px 0;
  }
  .engagement-heading {
    text-align: center;
  }
  .staff-section .section-heading {
    font-size: 28px;
  }
  .section-title {
    text-align: center;
  }

  .industry-list {
    text-align: left;
  }

  .industries-section .row {
    gap: 30px;
  }

  .engagement-section .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .faq_block button {
    font-size: 18px;
  }
  .pageHeader.fixedHeader a#offcanvas-toggler {
    margin: 0;
    position: fixed;
    top: 70px;
    right: 30px;
    background: #fff;
    box-shadow: 0 0 7px 0 #aaa;
    -webkit-box-shadow: 0 0 7px 0 #aaa;
    -moz-box-shadow: 0 0 7px 0 #aaa;
    padding: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    display: grid;
    place-items: center;
  }
  .mobileCTA {
    display: inline-flex !important;
  }
  .webCTA {
    display: none !important;
  }
  .scrollup {
    bottom: 26px;
    z-index: 16;
  }
  .pageHeader .container .row #sp-menu {
    align-items: center;
  }
  #offcanvas-toggler {
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
  }
  .pageHeader
    .container
    .row
    #sp-menu
    .sp-column
    .sp-megamenu-wrapper
    .sp-megamenu-parent {
    display: none;
  }

  .hamburger {
    display: block;
  }
  .banner-section .section-heading::before {
    height: 4rem;
  }
  .hiring-section .section-heading {
    height: auto;
    justify-content: center;
  }
  .card {
    top: 4rem;
  }
  .accordion {
    padding: 10px 0;
  }
  .bg-blue .section-heading {
    text-align: center;
  }
  .bg-blue .col-md-12 {
    align-items: center;
  }
  .application-grid {
    gap: 1rem;
  }
  .application-grid-item {
    padding: 1rem;
  }
}

.pricing-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  /* align-items: center; */
  /* min-height: 100vh; */
  padding: 40px 20px;
  width: 100%;
}

.pricing-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.card-header {
  background-color: #086ad8;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* padding: 28px 24px; */
}

.card-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.card-header p {
  font-size: 13px;
  line-height: 1.6;
  flex-grow: 1;
  opacity: 0.92;
}

.card-body-price {
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 6px;
}

.price .dollar {
  font-size: 28px;
  font-weight: 600;
  color: #222;
}

.price .amount {
  font-size: 64px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}

.price .period {
  font-size: 15px;
  color: #555;
  margin-left: 4px;
}

.hours-label {
  font-size: 14px;
  color: #555;
  margin-bottom: 24px;
}

.btn-get-started {
  background-color: #086ad8;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s ease;
  margin-bottom: 24px;
}

.btn-get-started:hover {
  background-color: #2e2eb8;
}

.card-footer-note {
  font-size: 12.5px;
  color: #666;
  text-align: center;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .latest_news .news_wrapper {
    flex-direction: column;
  }

  .latest_news .thumbnail-block {
    display: none;
  }

  .latest_news .news_img_mobile {
    display: block;
  }

  .latest_news .newstitle {
    font-size: 24px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 16px 12px;
    font-size: 14px;
  }

  .btn {
    width: auto;
    margin-bottom: 15px;
  }
  .sectionPadding {
    margin-left: 100px;
  }
}

@media screen and (max-width: 800px) {
  .accordion-wrapper .card-header {
    padding: 1rem;
  }

  .accordion-wrapper .card {
    border-radius: 1em;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .accordion-wrapper .card-header {
    padding: 0.8rem;
  }

  .accordion-wrapper .card {
    border-radius: 0.8rem;
  }

  .accordion-icon .arrow-down {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .engagement-btn {
    display: table;
    margin: 15px auto 0;
  }
  section.section-padding {
    padding: 50px 0px;
  }
  .banner-section .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banner-section .line-left {
    display: none;
  }

  .banner-section .ml-3 {
    margin-left: 0 !important;
  }

  .banner-section .btn {
    display: inline-block;
    margin: 20px auto 0;
  }
  .pricing-table {
    border-spacing: 10px 0;
  }
  .accordion_grouping {
    padding: 0 !important;
  }
  .option-box {
    margin-bottom: 20px;
  }
  .banner-section {
    padding-bottom: 3rem;
    padding-top: 5rem;
    background-position:
      top left,
      bottom center,
      top right 0;
    background-size: 15%, 30%, 13%;
  }
  .banner-section .section-heading {
    max-width: 100%;
  }
  .banner-section .section-heading::before {
    /* width: 80%;
        left: 10%;
        height: 0.2rem;
        top: -1.2rem; */
    display: none;
  }
  .application-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-heading {
    text-align: center !important;
    padding: 0 15px;
    margin: 0 auto;
  }

  .section-heading br {
    display: none;
  }
}

/* css end */

@media (min-width: 1600px) {
  :root {
    --card-height: 350px;
  }

  #cards {
    padding-bottom: 3rem;
  }
  .banner-section {
    background-size: 6%, 30%, 10%;
  }
}

@media (max-width: 1280px) {
  .banner-section .section-heading::before {
    top: 1.4rem;
  }
  .card-body {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1199px) {
  .banner-section .section-heading::before {
    height: 6rem;
  }
  .card-body {
    padding: 2rem 1.5rem;
  }
  .card-content {
    padding-right: 0;
  }
  .faq_block button {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  :root {
    --card-height: 300px;
  }
  .card-body {
    flex-direction: column;
  }
  .card-content {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .card-content p,
  .card-content h3 {
    text-align: center;
  }
  .card-img {
    order: 0;
  }
  .card-img img {
    max-width: 35%;
    margin-bottom: 10px;
  }
}

.aos-animate .pop1,
.aos-animate .pop2,
.aos-animate .pop3,
.aos-animate .pop4,
.aos-animate .pop5,
.aos-animate .pop6 {
  animation: popAnimation 0.8s forwards;
  transform: scale(0);
  transform-origin: center center;
  transform-box: fill-box;
}

@keyframes popAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.aos-animate .pop1 {
  animation-delay: 0.6s;
}
.aos-animate .pop2 {
  animation-delay: 0.8s;
}
.aos-animate .pop3 {
  animation-delay: 1s;
}
.aos-animate .pop4 {
  animation-delay: 1.2s;
}
.aos-animate .pop5 {
  animation-delay: 1.4s;
}
.aos-animate .pop6 {
  animation-delay: 1.6s;
}