﻿@font-face {
  font-family: ProximaNovaaltBold;
  src: url(/webassets/css/Fonts/ProximaNovaAltBold.otf);
}

@font-face {
  font-family: ProximaNovaaltRegular;
  src: url(/webassets/css/Fonts/ProximaNovaAltRegular.otf);
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

strong {
  color: #091c39;
}

/**new style add**/
section#image-section {
  padding: 30px 130px;
}

@media (max-width: 1423px) {
  .hero-right {
    width: 50%;
    padding: 0rem 1rem 0rem;
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}
/**new style add**/

/* Hero Section */
.herosection {
  display: flex;
  padding: 4rem;
  justify-content: center;
  align-items: center;
  background: url("/webassets/landingimages/bannernew.webp");
  background-size: cover;
  background-position: center;

}

.header-sapn {
  color: #e6638a;
  font-weight: 600;
}

.hero-left {
  width: 50%;
  padding: 0 2rem 0;
}

.header-heading {
  font-family: ProximaNovaaltBold, monospace;
  font-size: 2.428rem;
  color: #1c4496;
}

.hero-btn,
.hero-btn-sign-up {
  background-color: #0a1559;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  transition: all ease 0.5s;
  font-size: 1rem;
  padding: 9px 15px;
  margin: 0 16px 0 0;
  text-decoration: none;
}

.hero-btn-sign-up {
  background-color: #e6638a;
}
.hero-btn:hover,
.hero-btn-sign-up:hover {
  box-shadow: 0 0 10px 0 black;
  text-decoration: none;
  color: #fff;
}

.hero-right {
  width: 50%;
  padding: 0 2rem 0;
}

.hero-right img {
  max-width: 100%;
  height: auto;
}

.hero-text {
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  margin: 20px 0;
  line-height: 1.6;
  color: #666666;
  font-size: 1rem;
  padding-right: 2rem;
}

.hero-sub-text {
  margin: 1.25rem 0;
  font-size: 1.5rem;
  display: block;
  color: #091c09;
  font-family: ProximaNovaaltBold, monospace;
}

/* Media Queries for Responsiveness */

@media screen and (max-width: 960px) {
  .herosection {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: none;
    padding: 2rem;
  }

  .hero-left {
    width: 100%;
    padding: 0;
  }

  .hero-right {
    display: none;
  }

  .header-heading {
    font-size: 2rem;
  }

  .hero-btn,
  .hero-btn-sign-up {
    font-size: 1rem;
    padding: 10px 20px;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .hero-right {
    display: none;
  }

  .hero-left {
    padding: 1rem;
  }

  .header-heading {
    font-size: 2.438rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-btn,
  .hero-btn-sign-up {
    font-size: 1rem;
    padding: 12px 20px;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .header-heading {
    font-size: 2.438rem;
  }

  .hero-text {
    font-size: 1rem;
    padding: 0;
  }

  .hero-btn,
  .hero-btn-sign-up {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  .hero-sub-text {
    font-size: 1.6rem;
  }
}

/**hero section end here**/

/**Why Choose Our Timesheet Management System? start here**/

/* Task Section Layout */
.task-section {
  display: flex;
  padding: 2.75rem 6.25rem 0rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow: hidden;
}

/* Full width heading */
.full-width-heading {
  text-align: center;
  font-family: ProximaNovaaltBold, monospace;
  margin: 0px 0px 1.375rem;
  font-size: 2rem;
  color: #091c39;
  font-weight: bolder;
}

/* Full width paragraph */
.full-width-para {
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #666666;
  padding-bottom: 1.2rem;
}

.full-width {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.benifit-task {
  background-color: #e9f6f6;
  border-radius: 20px;
  padding: 40px 31px;
  padding-bottom: 0rem;
}

.two-col-benifit {
  background-color: #e9f6f6;
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin: 20px auto;
  max-width: 1400px;
}
.full-width-benifit-heading {
  text-align: center;
  font-family: ProximaNovaaltBold;
  margin: 1.375rem 0px 1.375rem;
  font-size: 2rem;
  color: #091c39;
  font-weight: bolder;
}

/* Two Columns Layout */
.two-col {
  display: flex;
  padding: 40px 31px;
  margin: 20px auto;
  max-width: 1400px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

.left {
  flex: 1;
  margin-right: 1rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}

.left:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.left img {
  width: 100%;
  object-fit: cover;
}

.right {
  flex: 1;
  padding: 2rem;
  width: 50%;
}

.task-list li {
  align-items: center;
  margin: 1rem;
}

.task-text {
  font-size: 1rem;
  color: #666666;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  padding: 1rem;
}

/* Media Queries for Responsiveness */

/*@media (max-width: 1024px) {
  .two-col {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
  }

  .left {
      margin-bottom: 1rem;
      width: 70%;
  }

  .left img {
      width: 100%;
  }

  .right {
      width: 100%;
  }
}*/

@media (max-width: 1024px) {
  .task-section {
    padding: 3rem 2rem 0;
  }

  .benifit-task {
    padding: 3rem 2rem 0;
  }

  .two-col {
    flex-direction: column;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
  }

  .two-col-benifit {
    flex-direction: column;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
  }

  .left {
    width: 80%;
    margin-bottom: 1rem;
  }

  .right {
    width: 100%;
    padding: 1.5rem;
  }

  .full-width-heading {
    font-size: 1.875rem;
  }

  .full-width-para {
    padding: 0 1.5rem 1rem;
  }

  .task-text {
    font-size: 0.95rem;
  }

  .two-col-benifit {
    box-shadow: none;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

/*@media (max-width: 768px) {
  .full-width-heading {
      font-size: 1.625rem;
      padding:0rem 1rem 0rem;
  }

  .task-section {
      padding: 15px;
      align-items: center;
      justify-content: center;
  }

  .left img {
      width: 80vw;
      padding-left: 1rem;
      justify-content: center;
  }
  .full-width-para{
    padding:1rem;
  }

  .task-text {
      font-size: 1rem;
      width: 100%;
  }

  strong {
      font-size: 1rem;
  }
  .two-col-benifit{
    box-shadow: none;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}*/

@media (max-width: 768px) {
  .task-section {
    padding: 2rem 1rem 0;
  }

  .benifit-task {
    padding: 2rem 1rem 0;
  }

  .two-col {
    padding: 20px;
    margin: 15px auto;
  }

  .two-col-benifit {
    padding: 20px;
    margin: 15px auto;
  }

  strong {
    font-size: 1rem;
  }

  .left {
    width: 90%;
  }

  .right {
    padding: 1rem;
  }

  .full-width-heading {
    font-size: 1.625rem;
  }

  .full-width-para {
    font-size: 0.95rem;
  }

  .task-text {
    font-size: 0.9rem;
  }

  .two-col-benifit {
    box-shadow: none;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

/*@media (max-width: 480px) {
  .full-width-heading {
      font-size: 1.5rem;
  }

  strong {
      font-size: 1rem;
  }

  .task-text {
      width: 100%;
      margin: 0;
      font-size:1rem;
  }

  .two-col {
      box-shadow: none;
      background: none;
  }
  .two-col-benifit{
    box-shadow: none;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .right {
      max-width: 100%;
      padding: 0;
      margin: 0;
  }
}*/

@media (max-width: 480px) {
  .task-section {
    padding: 1rem;
    flex-direction: column;
  }

  .benifit-task {
    padding: 1rem;
    flex-direction: column;
  }

  .two-col {
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    background: none;
  }
  .two-col-benifit {
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    background: none;
  }

  .left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .right {
    width: 100%;
    padding: 0.5rem;
  }

  .full-width-heading {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }

  .full-width-para {
    font-size: 0.85rem;
    padding: 0 0.5rem 1rem;
  }

  .task-text {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

/**Why Choose Our Timesheet Management System? end here**/

/* Key Features of Our Employee Timesheet start here*/
.Key-features {
  text-align: center;
  padding: 2.75rem 6.25rem 0rem;
}

.kye-features-heading {
  font-family: ProximaNovaaltBold, monospace;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.card {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
/**3 row grid code**/

.landingpage-card {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.landingpage-card h3 {
  font-size: 1.5em;
  color: #091c39;
  margin-bottom: 0.5rem;
  font-family: ProximaNovaaltBold, monospace;
  min-height: 3rem;
  font-weight: bolder;
  text-align: start;
  margin-top: 1rem;
}

.landingpage-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 1rem;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  flex-grow: 1;
  text-align: start;
}

/**3 row grid code end**/
.card-1-img img,
.card-1-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.card h3 {
  font-size: 1.5em;
  color: #091c39;
  margin-bottom: 0.5rem;
  font-family: ProximaNovaaltBold, monospace;
  min-height: 3rem;
  font-weight: bolder;
  text-align: start;
  margin-top: 1rem;
}

.card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 1rem;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  flex-grow: 1;
  text-align: start;
}

/* Media Queries for Responsiveness */

/**3 row grid card**/
@media (max-width: 1024px) and (min-width: 768px) {
  .landingpage-card {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .landingpage-card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .landingpage-card {
    width: 100%;
  }
}

/**3 row grid card end here**/

@media (max-width: 1024px) and (min-width: 768px) {
  .Key-features {
    padding: 2rem 1rem 0rem;
  }

  .card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
  }

  .card {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .Key-features {
    padding: 2rem 1rem 0rem;
  }

  .card-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .card {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .Key-features {
    padding: 2rem 1rem 0rem;
  }

  .card-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .card {
    width: 100%;
  }

  .kye-features-heading {
    font-size: 1.5rem;
  }
}

.hidden {
  display: none;
}

@media (max-width: 368px) {
  .hidden {
    display: block;
  }
}

/*features card end hare*/

/*Key Features of Our Employee Timesheet end here*/

/**How Does Our Employee Timesheet System Work? end here**/

.how-it-works {
  padding: 3.75rem 6.25rem 0rem;
}

.how-it-works-heading {
  text-align: center;
  font-size: 1.75rem;
  color: #091c39;
  font-family: ProximaNovaaltBold, monospace;
  margin-bottom: 2rem;
}

.how-it-works-step {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
  align-items: center;
}

.step-img {
  flex: 1;
  width: 100%;
  transition: all ease 0.5s;
}
.step-img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.step-img img {
  max-width: 100%;
}
.step-text {
  flex: 1;
  max-width: 100%;
  padding-left: 1.547rem;
}

.step-text h3 {
  font-size: 1.5rem;
  color: #091c39;
  margin-bottom: 1rem;
  font-family: ProximaNovaaltBold, monospace;
}

.step-text p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
  font-family: ProximaNovaaltRegular, sans-serif;
}

/* Media Queries for Responsiveness */

/*@media (max-width: 1024px) {
  .how-it-works {
    padding: 2.5rem 3rem;
  }

  .how-it-works-heading {
    font-size: 1.5rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 1.5rem;
  }

  .step-img {
    max-width: 100%;
  }

  .step-text h3 {
    font-size: 1.25rem;
  }

  .step-text p {
    font-size:1rem;
  }
}*/

@media (max-width: 1024px) {
  .how-it-works {
    padding: 2.5rem 3rem;
  }

  .how-it-works-heading {
    font-size: 1.5rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 1.5rem;
  }

  .step-img {
    max-width: 100%;
  }

  .step-text h3 {
    font-size: 1.25rem;
  }

  .step-text p {
    font-size: 1rem;
  }
}

/*@media (max-width: 768px) {
  .how-it-works {
    padding: 1.5rem 1rem;
  }

  .how-it-works-heading {
    font-size: 1.25rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 1rem;
  }

  .step-img {
    max-width: 100%;
  }

  .step-text h3 {
    font-size: 1.15rem;
  }

  .step-text p {
    font-size: 1rem;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}*/

@media (max-width: 768px) {
  .how-it-works {
    padding: 1.5rem 1rem;
  }

  .how-it-works-heading {
    font-size: 1.25rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 2rem;
  }

  .step-img {
    max-width: 100%;
  }

  .step-text h3 {
    font-size: 1.15rem;
  }

  .step-text p {
    font-size: 1rem;
  }

  .reverse {
    flex-direction: column-reverse;
  }
}

/*@media (max-width: 480px) {
  .how-it-works {
    padding: 1.5rem;
  }

  .how-it-works-heading {
    font-size: 1.2rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 1rem;
  }

  .step-img {
    max-width: 100%;
  }

  .step-text h3 {
    font-size: 1.1rem;
  }

  .step-text p {
    font-size: 0.95rem;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}*/

@media (max-width: 480px) {
  .how-it-works {
    padding: 1.5rem;
  }

  .how-it-works-heading {
    font-size: 1.2rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 1rem;
  }

  .step-img {
    max-width: 100%;
  }

  .step-text h3 {
    font-size: 1.1rem;
  }

  .step-text p {
    font-size: 0.95rem;
  }

  .reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 390px) and (max-width: 428px) {
  .how-it-works {
    padding: 1.5rem;
  }

  .how-it-works-heading {
    font-size: 1.25rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 1rem;
  }

  .step-text h3 {
    font-size: 1.15rem;
  }

  .step-text p {
    font-size: 0.95rem;
  }
}

/**extra break point**/
@media (max-width: 900px) {
  .how-it-works-step {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .step-text {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .step-img {
    max-width: 100%;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}
/**extra break point**/

/**How Does Our Employee Timesheet System Work? end here**/

/*try start*/

/* Try Section Styling */
.try {
  display: flex;
  height: 30vh;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(130deg, #1c4496, #e6638a);
  margin: 5.4rem;
  border-radius: 20px;
}

.try-left img {
  width: 20vw;
}

.try-right {
  padding: 2rem;
  width: 50%;
}

.try-btn {
  background-color: #e6638a;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  transition: all ease 0.5s;
  font-size: 1rem;
  padding: 9px 15px;
  margin: 10px 16px 0px 0px;
  text-decoration: none;
}

.try-btn:hover {
  box-shadow: 0 0 10px 0 black;
  text-decoration: none;
  color: #fff;
}

.try-left-text {
  font-size: 2rem;
  font-family: ProximaNovaaltBold, monospace;
  font-weight: 300;
  color: #f9f9f9;
  padding-bottom: 1rem;
}
/* Media Queries for Responsiveness */

@media (max-width: 1279px) {
  .try {
    display: flex;
    height: 30vh;
    gap: 4rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9;
    margin: 5.4rem;
    border-radius: 20px;
  }

  .try-left img {
    width: 76%;
  }

  .try-right {
    width: 100%;
    padding: 1.5rem;
  }

  .try-left-text {
    font-size: 1.5rem;
    padding: 0;
  }

  .try-btn {
    font-size: 0.9rem;
    padding: 8px 12px;
    margin: 0rem;
  }
}

@media (max-width: 960px) {
  .try {
    flex-direction: column;
    height: auto;
    width: auto;
    margin: 2rem 1rem;
    padding: 0rem;
    gap: 0rem;
  }

  .try-left img {
    width: 55%;
    z-index: 1;
    position: relative;
    bottom: 4rem;
  }

  .try-right {
    width: 100%;
    padding: 1.5rem;
  }

  .try-left-text {
    font-size: 1.7rem;
    padding-top: -2rem;
    padding-bottom: 2rem;
  }

  .try-btn {
    font-size: 0.9rem;
    padding: 8px 12px;
  }
}

/**this is add on for small laptop screen**/

@media (max-width: 1366px) {
  .try {
    flex-wrap: nowrap;
    height: 28vh;
    gap: 2rem;
    padding: 1rem;
  }

  .try-left img {
    width: 20vw;
    height: auto;
  }

  .try-right {
    flex: 1;
    max-width: 50%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .try-left-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .try-btn {
    font-size: 0.9rem;
    padding: 8px 14px;
  }

  /** testimonoal**/
}

/**this is add on for small laptop screen end here**/


@media (max-width: 468px) {
  .try {
    flex-direction: column;
    height: auto;
    margin: 2rem 1rem;
    padding: 0rem;
    gap: 0rem;
  }

  .try-left img {
    width: 70%;
    z-index: 1;
    position: relative;
    bottom: 2.567rem;
  }

  .try-right {
    width: 100%;
    padding-top: -20px;
  }

  .try-left-text {
    font-size: 1.2rem;
    padding-top: -2rem;
    padding-bottom: 2rem;
  }

  .try-btn {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

/*try end here*/

/* what-makes Container start here */

.what-makes-container {
  border-radius: 30px;
  padding: 2.75rem 6.25rem 0rem;
  align-items: center;
  justify-content: center;
}

.what-make-heading {
  text-align: center;
  align-items: center;
  font-size: 2rem;
  padding: 1.5rem;
  font-family: ProximaNovaaltBold;
  font-weight: bolder;
  color: #091c39;
}

.what-makes-para {
  font-size: 1.1rem;
  color: #666666;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  text-align: center;
}

/* Media Queries for Responsiveness */

@media (max-width: 768px) {
  .what-makes-container {
    padding: 2rem 1rem 0rem;
  }

  .what-make-heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 468px) {
  .what-makes-two {
    flex-direction: column;
    width: 100%;
  }

  .what-makes-img {
    width: 60vw;
  }
  .task-list li {
    font-size: 1rem;
  }
  .task-text {
    font-size: 1.3rem;
  }
  .what-make-heading {
    font-size: 1.5rem;
  }
}

/*what makes end here*/

/* more-task start here */

.more-task-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0.6rem 6.25rem 0rem;
}

.more-task-itme {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 20px;
  transition: 0.5s all ease;
  text-decoration: none;
}
.more-task-itme:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.333);
  cursor: pointer;
  transform: scale(1.1);
  text-decoration: none;
}
.more-task-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: #091c39;
  font-family: ProximaNovaaltBold;
}

.more-task-itme img {
  width: 100%;
  padding: 1.3rem;
  align-items: center;
  justify-content: center;
}

.more-task-heading {
  text-align: center;
  font-size: 1.75rem;
  color: #091c39;
  font-family: ProximaNovaaltBold;
}

.more-task-para {
  text-align: center;
  padding: 1.2rem;
  font-size: 1.1rem;
  font-family: ProximaNovaaltRegular;
  color: #666666;
}

.more-task-itme {
  background-color: #e9f6f6;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .more-task-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0.75rem 2.75rem 0rem;
  }
}

@media (max-width: 768px) {
  .more-task-container {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0rem 2.75rem 0rem;
  }
}

@media (max-width: 480px) {
  .more-task-container {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0rem 2.75rem 0rem;
  }

  .more-task-heading {
    font-size: 1.6rem;
  }

  .more-task-text {
    font-size: 1.2rem;
  }

  .more-task-para {
    font-size: 1rem;
  }
}

/* more-task end here */

/*qna just start*/

.qna-container {
  margin-top: 2rem;
  padding: 0.67rem 2rem 2rem;
  background-color: #e9f6f6;
  border-radius: 20px;
}

/* Accordion container */
.accordion {
  width: 100%;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.accordion h4 {
  font-size: 1.2rem;
  font-family: ProximaNovaaltBold;
  line-height: 1.5;
  color: #091c39;
}

.accordion p {
  line-height: 1.8;
  font-family: ProximaNovaaltRegular;
  font-size: 1rem;
  color: #666666;
}

.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.icon {
  transition: 5ms;
}

.icon.active {
  transform: rotate(180deg);
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  transition: 5ms;
}

.answer.active {
  max-height: max-content;
}

/* Media Queries for Responsiveness */

@media (min-width: 1024px) {
  .qna-container {
    padding: 3rem 5rem;
    margin: 4rem 6rem;
  }

  .accordion h4 {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .qna-container {
    padding: 3.5rem 3rem;
    margin: 3rem 2rem;
  }

  .accordion h4 {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .qna-container {
    padding: 2rem 1.5rem;
    margin: 2rem 1rem;
  }

  .accordion {
    padding: 1rem;
  }

  .accordion h4 {
    font-size: 1.4rem;
  }

  .question {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon {
    margin-top: 0.5rem;
  }
}

@media (max-width: 480px) {
  .qna-container {
    padding: 2rem 1.5rem;
    margin: 1rem 1rem;
    margin-bottom: 5rem;
  }

  .accordion {
    padding: 1rem;
  }

  .accordion h4 {
    font-size: 1.1rem;
  }

  .question {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon {
    margin-top: 0.5rem;
  }
}

/*qna just end here*/

/**ready-to start here**/

.ready-to-start {
  width: 100%;
  display: flex;
  padding: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -1.4rem;
  height: 50vh;
  position: relative;
  z-index: 10;
}

.ready-to-container {
  display: flex;
  flex-direction: column;
  background-color: #e9f6f6;
  padding: 40px 31px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  z-index: 100;
  position: relative;
  bottom: -0.625rem;
  max-width: 94%;
  margin-top: 0;
}

.ready-to-btn {
  background-color: #e6638a;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  transition: all ease 0.5s;
  font-size: 1rem;
  padding: 9px 17px;
  margin: 0 16px 0 0;
  text-decoration: none;
  margin-left: 1.4rem;
}

.ready-to-btn:hover {
  box-shadow: 0 0 10px 0 black;
  text-decoration: none;
  color: #fff;
}
.ready-to-container img {
  width: 5vw;
}

.ready-to-text h5 {
  font-size: 2rem;
  font-family: ProximaNovaaltBold;
  color: #091c39;
  margin-top: 2rem;
}

.ready-to-text p {
  font-size: 1.1rem;
  padding: 1rem;
  font-family: ProximaNovaaltRegular;
  color: #666666;
}

footer {
  position: relative;
  z-index: 5;
}

/* Media Queries for Responsiveness */

@media (min-width: 1024px) and (max-width: 1366px) {
  .ready-to-container {
    max-width: 93%;
    padding: 1.6rem;
    bottom: 3.375rem;
  }

  .ready-to-container img {
    width: 10vw;
  }

  .ready-to-text h5 {
    font-size: 1.625rem;
  }

  .ready-to-text p {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) and (max-width: 1899px) {
  .ready-to-container {
    padding: 4.5rem;
    bottom: -1.5rem;
  }

  .ready-to-container img {
    width: 7vw;
  }

  .ready-to-text h5 {
    font-size: 2.8rem;
  }

  .ready-to-text p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1900px) {
  .ready-to-start {
    padding: 5rem;
    height: 70vh;
  }

  .ready-to-container {
    max-width: 90%;
    padding: 5rem;
    bottom: -6rem;
  }

  .ready-to-container img {
    width: 6vw;
  }

  .ready-to-text h5 {
    font-size: 3rem;
  }

  .ready-to-text p {
    font-size: 1.4rem;
    padding: 2rem;
  }

  .ready-to-container button {
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .ready-to-container {
    max-width: 100%;
    padding: 1.1rem;
    bottom: 2.5rem;
  }

  .ready-to-container img {
    width: 15vw;
  }

  .ready-to-text h5 {
    font-size: 1.5rem;
  }

  .ready-to-text p {
    font-size: 0.95rem;
  }

  .ready-to-container button {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .landing-page {
    max-width: 100%;
    padding: 0.8rem;
    bottom: 1.75rem;
  }
  .ready-to-container img {
    width: 15vw;
  }

  .ready-to-text h5 {
    font-size: 1.5rem;
  }

  .ready-to-text p {
    font-size: 0.85rem;
  }

  .ready-to-container button {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }
  .how-it-works-step {
    margin-bottom: 0rem;
  }
}

@media (max-width: 350px) {
  .ready-to-container {
    max-width: 100%;
    padding: 0.7rem;
    bottom: 4.7rem;
  }
  .ready-to-container img {
    width: 13vw;
  }

  .ready-to-text h5 {
    font-size: 1.42rem;
  }

  .ready-to-text p {
    font-size: 0.85rem;
  }

  .ready-to-container button {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }

  .how-it-works-step {
    margin-bottom: 0rem;
  }
}

/*ready-to-start end  here*/

/**new style */

/**updated style for client section**/

.client-section {
  max-width: 1400px;
}

@media (max-width: 480px) {
  .client-section {
    padding: 0;
  }
  .full-heading {
    margin: 0px 0px 1.375rem;
  }
}
.clientreviewbox {
  height: 13rem;
}

#clients {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .ready-to-start {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .carousel-inner {
    height: 105px;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    right: 1.78rem;
    top: 2rem;
  }
}

@media (max-width: 767px) {
  .client-img img {
    width: 100%;
  }
}
.carousel {
  margin-top: -14px;
  width: 100%;
}
.font-weight-light {
  padding: 2.75rem 6.25rem 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Media Queries for Responsiveness */

@media (max-width: 1200px) {
  .font-weight-light {
    padding: 3rem 5rem 0rem;
  }
  section {
    padding: 50px 15px;
}
}

@media (max-width: 992px) {
  .font-weight-light {
    padding: 2.5rem 4rem 0rem;
  }
}

@media (max-width: 768px) {
  .font-weight-light {
    padding: 2rem 2.5rem 0rem;
    flex-direction: column;
    margin-right: 2rem;
  }
}

@media (max-width: 576px) {
  .font-weight-light {
    padding: 1.5rem 0rem 0rem;
    font-size: 0.9rem;
  }
}

/**updated code start here */
.hidden {
  display: none;
}

@media (max-width: 368px) {
  .hidden {
    display: block;
  }
}
/**for key features */

@media (max-width: 480px) {
  .step-img {
    max-width: 100%;
  }
  .reverse {
    flex-direction: column-reverse;
  }
}

.clients-thought {
  margin: 0 0rem 0;
  width: 100%;
  background-color: #fffbf2;
  border-radius: 20px;
  padding: 50px 50px 50px 61px;
}

@media (max-width: 480px) {
  .clients-thought {
    margin: 0;
    padding: 0.76rem;
  }

  .clientreviewbox {
    height: auto;
  }

  .full-heading {
    padding: 2.3rem 0px 0px;
  }
  .testvdo {
    margin-top: 0rem;
  }
}

.carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
  right: 1.4rem;
}

/*.img-fluid{
  width: 100%;
  height:100%;
}*/

/*qna end here*/

.card-list {
  text-align: start;
  padding: 0 1rem;
  justify-content: center;
  align-items: center;
}
.card-list li {
  line-height: 1.4;
  font-family: ProximaNovaaltBold;
  color: #091c39;
}

.full-heading {
  text-align: center;
  font-family: ProximaNovaaltBold, monospace;
  margin: 0px 0px 2.375rem;
  font-size: 2rem;
  color: #091c39;
  font-weight: bolder;
}

/**responsive template /**for live problem 6 jan**/

/* Large Screens (iPads in Landscape, Larger Tablets) */
@media (max-width: 1024px) {
  .testimonial {
    padding: 2.75rem 3.75rem 0rem;
  }

     section {
        padding: 50px 10px;
    }

  .clients-thought {
    margin: 2rem;
    padding: 2rem;
  }
  .clientreviewbox {
    height: auto;
  }

  .testvdo {
    margin-top: 1rem;
    padding: 5.56rem 0rem 0rem;
  }
  .full-heading {
    padding: 1rem 0rem 2.9rem;
    margin: 0px;
  }
  .font-weight-light {
    padding: 1.67rem 5rem 2rem;
  }

  .how-it-works {
    padding: 1.5rem 0rem;
    margin-bottom: 0rem;
  }

  .how-it-works-heading {
    font-size: 1.25rem;
  }

  .how-it-works-step {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .step-img {
    max-width: 100%;
  }

  .step-text h3 {
    font-size: 1.15rem;
    text-align: center;
  }

  .step-text p {
    font-size: 1rem;
    text-align: center;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  /* .img-fluid {
        width: 100% !important;
        object-fit: center;
    }
    .client-img{
      width: 100% !important;
      padding-left:20px;
    position:relative;
    right:10rem;
    }*/
}

/* Medium Screens (iPads in Portrait, Small Tablets) */
@media (min-width: 768px) and (max-width: 775px) {
  .testimonial {
    margin-top: -2rem;
  }
  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: 25rem;
  }

  .testvdo {
    margin-top: -6rem;
    width: 100%;
  }

  .full-heading {
    padding: 1rem 0rem 0rem;
    margin: 0px;
  }
  .font-weight-light {
    padding: 1.67rem 5rem 2rem;
  }

  .client-img {
    width: 20rem;
  }
  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    right: auto;
    top: 1rem;
  }

  .task-section {
    padding: 1.789rem 2rem 0;
  }

  .try {
    margin-top: 6.67rem;
  }

  /**for live problem 6 jan**/

  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -6rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: 5rem;
    max-width: 100%;
    margin-top: 0;
  }
}

/* Small Screens (iPhone Landscape) */
@media (min-width: 576px) and (max-width: 768px) {
  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: auto;
  }

  .testvdo {
    margin-top: 4rem;
  }

  .full-heading {
    padding: 2.3rem 0rem 0rem;
    margin: 0px;
  }

  .try {
    margin-top: 6rem;
  }
}

@media (min-width: 430px) and (max-width: 932px) {
  .task-section {
    padding: 1.789rem 2rem 0;
  }
  .try {
    margin-top: 5rem;
  }

  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: auto;
  }

  .testvdo {
    margin-top: 4rem;
  }

  .full-heading {
    padding: 2.3rem 0rem 0rem;
    margin: 0px;
  }

  /*.img-fluid {
        width: 100% !important;
        object-fit: center;
    }
    .client-img{
      width: 80% !important;
      height:300px;
    position:relative;
    left:2rem;
    }*/

  .task-section {
    padding: 1.289rem 2rem 0;
  }

  .hero-text {
    margin-bottom: 2.4rem;
  }
}

/**this is add on for small laptop screen**/
@media (max-width: 1366px) {
  .clientreviewbox {
    height: 16.89rem;
  }

  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 13rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: -4rem;
    max-width: 95%;
    margin-top: 0;
  }
}

/**this is add on for small laptop screen end here**/

@media (max-width: 1024px) {
  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -19rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }
    .ready-to-start {
        margin-top: -22rem;
        height: 63vh;
        padding: 2rem;
    }
  .try {
    flex-wrap: nowrap;
    height: 17vh;
    gap: 2rem;
    padding: 1rem;
  }

  .try-left img {
   display: none;
  }

  .try-right {
    flex: 1;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .try-left-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .try-btn {
    font-size: 0.9rem;
    padding: 8px 14px;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: 12rem;
    max-width: 100%;
    margin-top: 0;
  }

  .testimonial {
    margin-top: -2rem;
  }
  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: 20rem;
  }

  .testvdo {
    margin-top: -6rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
  }

  .full-heading {
    padding: 1rem 0rem 0rem;
    margin: 0px;
  }

  .vdo3 {
    position: relative;
    top: 0.2rem;
  }

  .step-img img {
    max-width: 100%;
    padding: 0rem;
    margin: 0rem;
  }

  .how-it-works {
    padding: 2.75rem 2.25rem 0rem;
  }

  .client-img {
    margin-top: 2rem;
    overflow: hidden;
    padding: 0!important;
    height: auto;
    width: 150px!important;
  }
  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 80%;
    position: relative;
    right: 0rem;
    left: 0.3rem;
    top: 0rem;
  }

  .qna-container {
    margin: 5.789rem 3rem;
  }
}

/**responsive template end**/

/*@media only screen and (min-width: 820px) and (max-width: 999px) {
  /*.img-fluid {
        width: 100% !important;
        object-fit: center;
    }
    .client-img{
      width: 1000% !important;
      padding-left:20px;
    position:relative;
    right:12rem;
    }*/

/*.ready-to-start {
  width: 100%;
  display: flex;
  padding: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: -14rem;
  height: 50vh;
  position: relative;
  z-index: 10;
}

.ready-to-container {
  display: flex;
  flex-direction: column;
  background-color: #e9f6f6;
  padding: 40px 31px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  z-index: 100;
  position: relative;
  top:9.78rem;
  max-width: 100%;
  margin-top:0;
}
}**/

/**updated code end here */

/* General Styles for Logo */
.client-img {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem;
  height: auto;
  width: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* Logo Image */
.client-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  text-align: center;
}

.testvdo {
  height: 618px;
}

/* Large Screens (iPad Pro and devices > 820px) */
@media (max-width: 821px) {
  .client-img {
    width: 250px;
    margin-top: 0;
    overflow: hidden;
  }
  .client-img img {
    width: 100%;
    height: auto;
  }

  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: 28rem;
  }

  .testvdo {
    margin-top: -5.67rem;
    height: 447px;
  }

  .full-heading {
    padding: 2.3rem 0rem 0.89rem;
    margin: 0px;
  }

  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 80%;
    position: relative;
    right: 0rem;
    top: 0rem;
  }

  .qna-container {
    margin-top: 6.45rem;
  }

  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -12rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: 8.78rem;
    max-width: 100%;
    margin-top: 0;
  }

  .ready-to-container img {
    width: 9vw;
  }
  .how-it-works {
    padding: 1.56rem 1rem 0rem;
  }

  .step-text h3 {
    padding-top: 1.89rem;
  }

  /**for live problem**/

  .try {
    flex-wrap: nowrap;
    height: auto;
    gap: 0rem;
    padding: 1rem;
    margin: 3rem;
  }

  .try-left img {
    width: 30vw;
    height: auto;
  }

  .try-right {
    flex: 1;
    max-width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .try-left-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .try-btn {
    font-size: 0.9rem;
    padding: 10px 10px;
  }
}

/* iPad Mini and iPad Air (768px to 820px) */
@media (max-width: 768px) {
  .client-img {
    width: 250px;
    margin-top: 0;
    align-items: center;
  }
  .client-img img {
    max-width: 1000px;
    height: 100px;
    object-fit: contain;
  }

  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: 26rem;
    padding: 0.878rem;
  }

  .testvdo {
    margin-top: -5.67rem;
  }

  .carousel-control-next {
    right: 18px;
  }

  .full-heading {
    padding: 2.3rem 0rem 0rem;
    margin: 0px;
  }

  .qna-container {
    margin-top: 6.45rem;
  }

  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -6rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: 6.78rem;
    max-width: 100%;
    margin-top: 0;
  }

  .how-it-works-step {
    margin-bottom: 0rem;
  }
  .step-img img {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 80%;
    position: relative;
    right: 0rem;
    top: 0rem;
  }

  /**for live problem**/

  .try {
    flex-wrap: nowrap;
    height: auto;
    gap: 0rem;
    padding: 1rem;
    margin: 6rem 2rem 3rem;
  }

  .try-left img {
    width: 30vw;
    height: auto;
  }

  .try-right {
    flex: 1;
    max-width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .try-left-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .try-btn {
    font-size: 0.9rem;
    padding: 10px 10px;
  }
}

@media (max-width: 468px) {
  .try {
    flex-direction: column;
    height: auto;
    margin: 4rem 1rem;
    padding: 0rem;
    gap: 0rem;
  }

  .try-left img {
    width: 70%;
    z-index: 1;
    position: relative;
    bottom: 2.567rem;
  }

  .try-right {
    width: 100%;
    padding-top: -20px;
  }

  .try-left-text {
    font-size: 1.2rem;
    padding-top: -2rem;
    padding-bottom: 2rem;
  }

  .try-btn {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

/* Extra Small Screens (Mobile devices) */
@media (max-width: 481px) {
  .client-img {
    width: 180px;
    margin-top: 5px;
  }
  .client-img img {
    width: 100%;
    height: auto;
  }

  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: auto;
    padding: 0.878rem;
  }

  .testvdo {
    margin-top: -3.67rem;
  }
  .how-it-works-step {
    margin-bottom: 0rem;
  }
  .step-img img {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

/** 480px* */

@media (max-width:440px){
      .ready-to-start {
        padding: 2rem;
        margin-top: -4rem;
        height: 63vh;
    }
}
@media (max-width: 431px) {
  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -2rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: 1.2rem;
    max-width: 100%;
    margin-top: 0;
  }

  .testimonial {
    padding: 2.75rem 1.75rem 0rem;
  }

  .testvdo {
    margin-top: -2.67rem;
    height: 618px;
  }

  .font-weight-light {
    padding: 1.67rem 0rem 2rem;
    font-size: 0.67rem;
    margin-left: 2rem;
  }
  .more-task-container {
    width: 100%;
    padding: 0rem 1.75rem 0rem;
  }
  .qna-container {
    margin: 2.55rem 2rem;
    padding: 0rem;
  }

  .Key-features {
    padding: 0rem 1rem 0rem;
  }

  .how-it-works {
    padding: 0rem 1rem 0rem;
  }
  .step-text h3 {
    padding-top: 1.2rem;
  }
  .how-it-works-step {
    margin-bottom: 0rem;
  }
  .step-img img {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    right: auto;
    top: 1rem;
  }
  .carousel-control-next {
    right: 21px;
  }
}

/**small screen sizes**/

@media (min-width: 375px) and (max-width: 380px) {
  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 12rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: -11rem;
    max-width: 100%;
    margin-top: 0;
  }
  .font-weight-light {
    padding: 1.67rem 0rem 2rem;
    margin-left: 2rem;
  }

  .testimonial {
    padding: 2.75rem 1.75rem 0rem;
  }

  .clients-thought {
    margin: 0rem;
    padding: 1rem;
    margin-top: -3rem;
  }
  .clientreviewbox {
    height: auto;
    padding: 0.878rem;
  }

  .testvdo {
    margin-top: -2.67rem;
    height: 593px;
  }

  .client-img {
    width: 160px;
    margin-top: 1rem;
    overflow: hidden;
    padding-right: 2rem;
  }
  .client-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .more-task-container {
    width: 100%;
    padding: 0rem 1.75rem 0rem;
  }

  .qna-container {
    margin-top: 3.55rem;
  }
  .hero-text {
    margin-bottom: 2.3rem;
  }

  .try {
    margin-top: 4.589rem;
  }

  .how-it-works {
    padding: 0rem 1rem 0rem;
  }
  .step-text h3 {
    padding-top: 1.8rem;
  }

  .how-it-works-step {
    margin-bottom: 0rem;
  }
  .step-img img {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    right: 1rem;
    top: 1rem;
  }
}

@media (min-width: 390px) and (max-width: 400px) {
  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    right: auto;
    top: 0.6rem;
  }

  .font-weight-light {
    padding: 1.67rem auto 2rem;
    font-size: 0.67rem;
    margin-left: 3rem;
  }
  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: -3rem;
    max-width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 350px) and (max-width: 365px) {
  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 12rem;
    height: 50vh;
    position: relative;
    z-index: 10;
  }

  .ready-to-container {
    display: flex;
    flex-direction: column;
    background-color: #e9f6f6;
    padding: 40px 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    z-index: 100;
    position: relative;
    top: -10rem;
    max-width: 100%;
    margin-top: 0;
  }

  .font-weight-light {
    padding: 1.67rem auto 2rem;
  }

  .clients-thought {
    margin: 0rem;
    padding: 1rem;
  }
  .clientreviewbox {
    height: auto;
    padding: 0.878rem;
  }

  .testvdo {
    margin-top: -5.67rem;
    height: 618px;
  }

  img.leftclient,
  img.rightclient {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    right: auto;
    top: 1rem;
  }

  .more-task-container {
    width: 100%;
    padding: 0rem 1.75rem 0rem;
  }

  .qna-container {
    margin-top: 2.45rem;
  }

  .hero-text {
    margin-bottom: 2.3rem;
  }

  .how-it-works-step {
    margin-bottom: 0rem;
  }
  .step-img img {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .ready-to-btn {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }
}

/**award & recognition style**/
fa-star {
  background: #fff;
  color: #f7b132;
  padding: 5px;
}

.starContainer {
  margin-top: -15px !important;
}

/* h6.section-title.h1 {
    color: #091c39;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
} */

h2 {
  color: #091c39;
  font-size: 32px;
}

.bottomlogocontainer {
  padding-top: 40px;
}
.badgesimagecontainer {
  position: relative;
}

.bottomlogocontainer img {
  box-shadow: 0 0 13px -4px #989393;
  border-radius: 13px;
}

@media (max-width: 768px) {
  .bottomlogocontainer {
    padding-top: 40px;
  }
}

.ratings {
  background-color: #fdbc49;
  border-radius: 0.5em;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 6px;
  height: 1.3em !important;
  width: 3.2em;
  text-align: center;
  display: inline-block;
  font-family: "Poppins";
  padding-top: 0.3em;
  letter-spacing: 0.05em;
  color: #000;
  position: absolute;
  right: 0.8em;
  top: 0.25em;
}
.smallfont {
  font-size: 0.3rem;
  position: relative;
  top: -1px;
}

.fa-star {
  background: #fff;
  color: #f7b132;
  padding: 5px;
}

/**solution page styling**/

.hero-section {
  height: fit-content;
  background-image: linear-gradient(to right, #1c4496, #df72a1);
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem 1rem;
}

.hero-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.hero-left {
  width: 50%;
}

.hero-heading {
  font-size: 2.3rem;
  font-family: ProximaNovaaltBold;
  padding: 0rem 2.3rem 1rem;
  color: #fff;
  font-weight: 800;
}

.hero-para {
  font-size: 1.1rem;
  padding: 0.45rem 2.3rem 2.3rem;
  line-height: 1.3;
  font-family: ProximaNovaaltRegular;
  color: #e6dfdf;
}

.hero-right {
  width: 50%;
  padding: 3rem 2.3rem 4rem;
}

.hero-right img {
  max-width: 100%;
}

.hero-btn {
  background-color: #0a1559;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  transition: all ease 0.5s;
  font-size: 1rem;
  padding: 9px 15px;
  margin: 0rem -1.67rem 1rem;
  text-decoration: none;
}

.hero-btn-sign-up {
  background-color: #e6638a;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  transition: all ease 0.5s;
  font-size: 1rem;
  padding: 9px 15px;
  margin: 0rem 2.2rem 1rem 0rem !important;
  text-decoration: none;
}

.hero-btn:hover,
.hero-btn-sign-up:hover {
  box-shadow: 0 0 10px 0 black;
  text-decoration: none;
  color: #fff;
}
/**hero section end here**/

/* Task Section Layout */
.task-section {
  display: flex;
  padding: 2.75rem 6.25rem 0rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow: hidden;
}

/* Full width heading */
.full-width-heading {
  text-align: center;
  font-family: ProximaNovaaltBold, monospace;
  margin: 0px 0px 1.375rem;
  font-size: 2rem;
  color: #091c39;
  font-weight: bolder;
}

/* Full width paragraph */
.full-width-para {
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #666666;
  padding-bottom: 1.2rem;
}

.full-width {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
}

/* Two Columns Layout */
.two-col {
  display: flex;
  padding: 0px 31px;
  margin: 20px auto;
  max-width: 1400px;
  background: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

.left {
  flex: 1;
  margin-right: 1rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}

.left:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.left img {
  width: 100%;
  object-fit: cover;
  padding: 1rem;
}

.right {
  flex: 1;
  padding: 2rem;
  width: 50%;
}

.task-list li {
  align-items: center;
  margin: 1rem;
}

.task-text {
  font-size: 1rem;
  color: #666666;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  padding: 1rem;
}

strong {
  color: #020639;
}

/**slider style will come here**/

/**slider style start here**/

.marketing-slider {
  padding: 1.75rem 6.25rem 0rem;
}

/* Dot Headings */
.dot-headings {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 35px 23px 0px 12px;
  color: #091c39;
}

.dot {
  width: auto;
  height: auto;
  background: #f2f2f2;
  padding: 10px 16px 10px;
  margin-bottom: 1.3rem;
  border-radius: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: ProximaNovaaltRegular;
  font-size: 1rem;
  color: #091c39;
}

.marketing-mySlides {
  display: flex;
  padding: 40px 31px;
  margin: 20px auto;
  max-width: 1400px;
  background: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

.slider-right-images {
  width: 50%;
}
.slider-right-images:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.slider-right-images {
  flex: 1;
  margin-right: 1rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}
.sliders-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}

.list-btn {
  position: relative;
  top: 0px;
  left: 30px;
}

.marketing-text {
  width: 50%;
  height: max-content;
}

.marketing-text h2 {
  font-size: 2.3rem;
  font-family: ProximaNovaaltBold;
  color: #091c39;
  padding: 0rem 2rem 0rem;
}

.marketing-text p {
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  color: #666666;
  padding: 0rem 2rem 0rem;
  line-height: 1.5;
}

.slider-active {
  background-color: #e9628c;
  color: #fff;
}

/* Fading animation */
.transitions {
  transition: 0.5ms;
  animation-name: transitions;
  animation-duration: 0.5s;
  position: relative;
  opacity: 1;
}

@keyframes transitions {
  0% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0);
  }
}

.list-btn {
  position: relative;
  bottom: 0px;
  margin: 3rem 0rem 2rem;
}

.slider-list {
  padding: 0rem 1rem 1rem;
  list-style: none;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
}

.slider-list li {
  line-height: 1.3;
  padding: 0.78rem;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
}

/**slider style will come here end**/

/**carsoule design start here**/

.second-slider {
  padding: 1.75rem 6.25rem 2rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.second-slider-heading {
  font-size: 2rem;
  text-align: center;
  font-family: ProximaNovaaltBold;
}

.second-slider-para {
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #666666;
}

/* Wrapper for the carousel */
.sec-slider-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0rem 2rem 0rem;
}

/* Ensuring slides fit perfectly */
.sec-slider-container {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  width: max-content;
  padding: 1rem 2rem 1rem;
}

/* Fix for spacing and cut-off issue */
.sec-slider-item {
  flex: 0 0 calc(22.33% - 13.34px);
  max-width: calc(22.33% - 13.34px);
  background: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.329);
  padding: 1rem;
  box-sizing: border-box;
  height: auto;
}

.sec-slider-container::after {
  content: "";
  display: block;
  flex: 0 0 calc(22.33% - 13.34px);
}

.sec-slider-item h3 {
  font-size: 1.5rem;
  color: #091c39;
  font-family: ProximaNovaaltBold;
}

.sec-slider-item p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.5;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
}

/**carsoule design end here**/

/**cta-section style start here**/

.C-T-A-container {
  width: 100%;
  padding: 3rem 6rem 3rem;
  overflow: hidden;
}
.cta-inner {
  background: url("/webassets/landingpage_assets/1460-x-250.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  padding: 3rem;
}

.inner-cta-heading {
  font-size: 2.5rem;
  font-family: ProximaNovaaltBold;
  color: #fff;
}

.inner-cta p {
  color: #fff;
  font-size: 1.3rem;
}
.inner-cta-link {
  background-color: #e6638a;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  transition: all ease 0.5s;
  font-size: 1rem;
  padding: 9px 15px;
  margin: 0 16px 0 0;
  text-decoration: none;
}

.inner-cta-link:hover {
  text-decoration: none;
  color: #fff;
}

/**cta-section style send here**/

/* resposnive design code start here */

/**more task**/
/* more-task start here */

.more-task-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0.6rem 6.25rem 0rem;
}

.more-task-itme {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 20px;
  transition: 0.5s all ease;
  text-decoration: none;
}
.more-task-itme:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.333);
  cursor: pointer;
  transform: scale(1.1);
  text-decoration: none;
}
.more-task-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: #091c39;
  font-family: ProximaNovaaltBold;
}

.more-task-itme img {
  width: 100%;
  padding: 1.3rem;
  align-items: center;
  justify-content: center;
}

.more-task-heading {
  text-align: center;
  font-size: 1.75rem;
  color: #091c39;
  font-family: ProximaNovaaltBold;
}

.more-task-para {
  text-align: center;
  padding: 1.2rem;
  font-size: 1.1rem;
  font-family: ProximaNovaaltRegular;
  color: #666666;
}

.more-task-itme {
  background-color: #e9f6f6;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .more-task-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0.75rem 2.75rem 0rem;
  }
}

@media (max-width: 768px) {
  .more-task-container {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0rem 2.75rem 0rem;
  }
}

@media (max-width: 480px) {
  .more-task-container {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0rem 1.75rem 0rem;
  }

  .more-task-heading {
    font-size: 1.6rem;
  }

  .more-task-text {
    font-size: 1.2rem;
  }

  .more-task-para {
    font-size: 1rem;
  }
}
/****/

/*qna just start*/

.qna-container {
  margin: 2rem 6rem 2rem;
  padding: 0.67rem 2rem 2rem;
  background-color: #e9f6f6;
  border-radius: 20px;
}

/* Accordion container */
.accordion {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.accordion h4 {
  font-size: 1.2rem;
  font-family: ProximaNovaaltBold;
  line-height: 1.5;
  color: #091c39;
  margin: 0rem 0rem 1rem;
  padding: 0;
}

.accordion p {
  line-height: 1.8;
  font-family: ProximaNovaaltRegular;
  font-size: 1rem;
  color: #666666;
  padding: 0;
  margin: 1rem 0rem 1rem;
}

.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.icon {
  transition: 5ms;
}

.icon.active {
  transform: rotate(180deg);
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  transition: 5ms;
}

.answer.ic-active {
  max-height: max-content;
}

/* Media Queries for Responsiveness */

@media (min-width: 1024px) {
  .accordion h4 {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .qna-container {
    padding: 3.5rem 3rem;
    margin: 6rem 2rem;
  }

  .accordion h4 {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .qna-container {
    padding: 2rem 1.5rem;
    margin: 2rem 1rem;
  }

  .accordion {
    padding: 1rem;
  }

  .accordion h4 {
    font-size: 1.4rem;
  }

  .question {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon {
    margin-top: 0.5rem;
  }
}

@media (max-width: 480px) {
  .qna-container {
    padding: 2rem 1.5rem;
    margin: 5.67rem 2rem;
    margin-bottom: 5rem;
  }

  .accordion {
    padding: 1rem;
  }

  .accordion h4 {
    font-size: 1.1rem;
  }

  .question {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon {
    margin-top: 0.5rem;
  }
}

/*qna just end here*/

/**ready-to start here**/

.ready-to-start {
  width: 100%;
  display: flex;
  padding: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0;
  height: 50vh;
  position: relative;
  z-index: 10;
}

.ready-to-container {
  display: flex;
  flex-direction: column;
  background-color: #e9f6f6;
  padding: 40px 31px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  z-index: 100;
  position: relative;
  bottom: -0.625rem;
  max-width: 94%;
  margin-top: 0;
}

.ready-to-btn {
  background-color: #e6638a;
  font-weight: 300;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  transition: all ease 0.5s;
  font-size: 1rem;
  padding: 9px 17px;
  margin: 0 16px 0 0;
  text-decoration: none;
  margin-left: 1.4rem;
}

.ready-to-btn:hover {
  box-shadow: 0 0 10px 0 black;
  text-decoration: none;
  color: #fff;
}
.ready-to-container img {
  width: 5vw;
}

.ready-to-text h5 {
  font-size: 2rem;
  font-family: ProximaNovaaltBold;
  color: #091c39;
  margin-top: 2rem;
}

.ready-to-text p {
  font-size: 1.1rem;
  padding: 1rem;
  font-family: ProximaNovaaltRegular;
  color: #666666;
}

footer {
  position: relative;
  z-index: 5;
}

/* Media Queries for Responsiveness */

@media (min-width: 1024px) and (max-width: 1366px) {
  .ready-to-container {
    max-width: 93%;
    padding: 1.6rem;
    bottom: -11.625rem;
  }
  .ready-to-start {
    width: 100%;
    display: flex;
    padding: 3rem 1rem;
  }

  .ready-to-container img {
    width: 10vw;
  }

  .ready-to-text h5 {
    font-size: 1.625rem;
  }

  .ready-to-text p {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) and (max-width: 1899px) {
  .ready-to-container {
    padding: 4.5rem;
    bottom: -1.5rem;
  }

  .ready-to-container img {
    width: 7vw;
  }

  .ready-to-text h5 {
    font-size: 2.8rem;
  }

  .ready-to-text p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1900px) {
  .ready-to-start {
    padding: 5rem;
    height: 70vh;
  }

  .ready-to-container {
    max-width: 90%;
    padding: 5rem;
    bottom: -6rem;
  }

  .ready-to-container img {
    width: 6vw;
  }

  .ready-to-text h5 {
    font-size: 3rem;
  }

  .ready-to-text p {
    font-size: 1.4rem;
    padding: 2rem;
  }

  .ready-to-container button {
    padding: 1.2rem 3rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .ready-to-container {
    max-width: 100%;
    padding: 1.1rem;
    bottom: 2.5rem;
  }

  .ready-to-container img {
    width: 15vw;
  }

  .ready-to-text h5 {
    font-size: 1.5rem;
  }

  .ready-to-text p {
    font-size: 0.95rem;
  }

  .ready-to-container button {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .landing-page {
    max-width: 100%;
    padding: 0.8rem;
    bottom: 1.75rem;
  }
  .ready-to-container img {
    width: 15vw;
  }

  .ready-to-text h5 {
    font-size: 1.5rem;
  }

  .ready-to-text p {
    font-size: 0.85rem;
  }

  .ready-to-container button {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }
  .how-it-works-step {
    margin-bottom: 0rem;
  }
}

@media (max-width: 350px) {
  .ready-to-container {
    max-width: 100%;
    padding: 0.7rem;
    bottom: 4.7rem;
  }
  .ready-to-container img {
    width: 13vw;
  }

  .ready-to-text h5 {
    font-size: 1.42rem;
  }

  .ready-to-text p {
    font-size: 0.85rem;
  }

  .ready-to-container button {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }

  .how-it-works-step {
    margin-bottom: 0rem;
  }
}

/*ready-to-start end  here*/

/**responsive design tamplate satrt here**/

@media (min-width: 1900px) {
  .hero-section {
    height: fit-content;
    background-image: linear-gradient(to right, #040d5b, #e7b0d2);
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
  }

  .hero-container {
    display: flex;
    max-width: 1900px;
    margin: 0 auto;
    padding: 2rem 6rem;
    gap: 2rem;
  }

  .hero-left {
    width: 55%; /* Increase text width */
  }

  .hero-heading {
    font-size: 3rem; /* Increase font size */
    padding: 0rem 2.5rem 1.5rem;
  }

  .hero-para {
    font-size: 1.4rem; /* Increase font size */
    padding: 0.75rem 2.5rem 2.5rem;
    line-height: 1.6;
  }

  .hero-right {
    width: 45%;
    padding: 0rem 3rem 0rem;
  }

  .hero-right img {
    max-width: 100%;
    height: auto;
  }

  .hero-btn,
  .hero-btn-sign-up {
    font-size: 1.2rem; /* Increase button size */
    padding: 12px 20px;
    border-radius: 8px;
  }

  .hero-btn {
    margin: 0rem -2rem 1.5rem;
  }

  .hero-btn-sign-up {
    margin: 0rem 3rem 1.5rem;
  }

  .hero-btn:hover,
  .hero-btn-sign-up:hover {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
  }

  .container {
    max-width: 1200px; /* Keep the content centered and same as desktop */
  }

  /* If you have specific sections that need adjustments, ensure they follow desktop styles */
  .header,
  .hero,
  .slider,
  .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Adjust typography if needed */
  h1,
  h2,
  h3,
  p {
    font-size: inherit;
  }

  .marketing-slider {
    padding: 2rem 10rem 0rem;
  }

  .headings {
    margin: 45px 60px;
  }

  .dot {
    font-size: 1.2rem;
  }

  .marketing-mySlides {
    max-width: 1900px;
    padding: 50px 60px;
  }

  .slider-right-img {
    width: 50%;
  }

  .text h2 {
    font-size: 3rem;
  }

  .text p {
    font-size: 1.4rem;
  }

  .list-btn {
    width: auto;
    margin: 15px 10px;
  }

  /**cta**/

  .C-T-A-container {
    padding: 3rem 10rem 3rem;
    overflow: hidden;
  }
  .cta-inner {
    max-width: 1900px;
  }
}

@media (min-width: 1430px) and (max-width: 1440px) {
  .hero-heading {
    font-size: 2rem;
    font-family: ProximaNovaaltBold;
    padding: 0rem 2.3rem 1rem;
    color: #fff;
    font-weight: 800;
  }

  .hero-para {
    font-size: 1rem;
    padding: 0.45rem 2.3rem 2.3rem;
    line-height: 1.3;
    font-family: ProximaNovaaltRegular;
    color: #e6dfdf;
  }

  .item {
    height: 224px;
    margin: 1rem 1rem 1rem;
    padding: 1rem;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.329);
  }
  .inner-cta-one h4 {
    padding: 0rem;
    font-size: 1.5rem;
    color: #fff;
    font-family: ProximaNovaaltBold;
    line-height: 1.3;
  }
}

@media (max-width: 1366px) {
  /**item carsoule section start here**/
.herosection{
    gap: 0!important;
}
   
  .item {
    height: 370px;
    margin: 1rem 1rem 1rem;
    padding: 1rem;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.329);
  }

  .owl-carousel {
    padding: 2rem 6rem 0rem;
  }

  .item h3 {
    padding: 0rem 2rem 0.89rem;
    font-size: 1.65rem;
    color: #091c39;
  }

  /**item carsoule section start here**/
}

@media (max-width: 1024px) {
  /* Hero Section */

  .hero-container {
    display: flex;
    padding: 1rem 2rem 1rem;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }

  .hero-left {
    width: 100%;
    padding: 0rem 0rem 0rem;
  }
  .hero-right {
    width: 50%;
    padding: 0rem 0rem 0rem;
  }

  .hero-heading {
    font-size: 2.75rem;
    font-family: ProximaNovaaltBold;
    padding: 0rem 0rem 1rem;
    color: #fff;
    font-weight: 800;
  }
  .hero-para {
    font-size: 1.1rem;
    padding: 0.45rem 0rem 1.75rem;
    line-height: 1.3;
    font-family: ProximaNovaaltRegular;
    color: #e6dfdf;
  }

  .hero-btn {
    margin: 0rem 0.67rem 1rem;
  }

  .hero-btn-sign-up {
    margin: 0rem 0rem 1rem!important;
  }

  /**cta section start here**/
  .C-T-A-container {
    padding: 1rem 3.45rem 3rem;
  }

  .inner-cta-two {
    margin-bottom: -0.29rem;
    padding: 0rem 1rem 0rem;
  }
  .inner-cta-two img {
    width: 428px;
  }

  .inner-cta-one {
    padding: 0rem 1.4rem 0rem;
  }
  .inner-cta-one h4 {
    font-size: 1.3rem;
  }
  .inner-cta-one p {
    font-size: 1.2rem;
  }

  .inner-cta-three {
    text-align: right;
    margin-right: 1rem;
  }

  /**cta section end here**/

  /**hero section end here**/

  .task-section {
    padding: 2.78rem 3.78rem 0;
  }

  .benifit-task {
    padding: 3rem 2rem 0;
  }

  .two-col {
    flex-direction: column;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
  }

  .two-col-benifit {
    flex-direction: column;
    padding: 30px;
    align-items: center;
    justify-content: flex-start;
  }

  .left {
    width: 80%;
    margin-bottom: 1rem;
  }

  .right {
    width: 100%;
    padding: 1.5rem;
  }

  .full-width-heading {
    font-size: 1.875rem;
  }

  .full-width-para {
    padding: 0 1.5rem 1rem;
  }

  .task-text {
    font-size: 0.95rem;
  }

  .two-col-benifit {
    box-shadow: none;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /**slider style start here**/

  .marketing-slider {
    padding: 1.75rem 4rem 0rem;
  }

  .headings {
    flex-direction: column;
    gap: 1rem;
  }

  .dot {
    padding: 10px 14px;
    font-size: 1rem;
  }

  .marketing-mySlides {
    flex-direction: column;
    padding: 30px;
  }

  .sliders-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-right-images {
    width: 100%;
  }

  .marketing-text {
    width: 100%;
    height: max-content;
    margin-bottom: 3rem;
  }

  .marketing-text h2 {
    font-size: 2rem;
  }

  .marketing-text p {
    font-size: 1.1rem;
  }

  .list-btn {
    width: 100%;
    margin: 10px 0;
  }

  /**carsoule design start here**/

  .item {
    height: 325px;
    margin: 1rem 1rem 1rem;
    padding: 1rem;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.329);
  }

  .owl-carousel {
    padding: 2rem 3rem 0rem;
  }

  .item h3 {
    padding: 0rem 1rem 0.89rem;
    font-size: 1.4rem;
    color: #091c39;
  }
  .item p {
    font-size: 1rem;
    padding: 0rem 1rem 1rem;
  }

  .owl-carousel .active {
    background-color: transparent;
  }
}

/**821px section**/
@media (max-width: 821px) {
  /* Hero Section */

  .hero-section {
    padding: 1rem 2rem 1rem;
  }

  .hero-container {
    display: flex;
    padding: 2rem 1rem 2rem;
    gap: 0rem;
    align-items: center;
    justify-content: center;
  }

  /* .hero-left {
    width: 50%;
  } */

  .hero-heading {
    font-size: 2rem;
    font-family: ProximaNovaaltBold;
    padding: 0rem 0rem 1rem;
    color: #fff;
    font-weight: 800;
  }

  .hero-para {
    font-size: 1rem;
    padding: 0.45rem 0rem 2.3rem;
    line-height: 1.3;
    font-family: ProximaNovaaltRegular;
    color: #e6dfdf;
  }

  /**task section**/

  .task-section {
    padding: 2.78rem 2.78rem 0;
  }

  /**hero section end here**/

  /**slider style start here**/

  .marketing-slider {
    padding: 1.75rem 2.75rem 0rem;
  }

  .headings {
    margin: 26px 23px -6px 9px;
  }

  .dot {
    padding: 9px 11px 9px;
    margin-bottom: 1rem;
    font-size: 0.5rem;
  }

  .marketing-mySlides {
    display: flex;
    padding: 40px 31px;
    margin: 20px auto;
    max-width: 1400px;
    background: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
  }

  .text {
    flex: 1;
    width: 50%;
  }

  .text h2 {
    font-size: 1.78rem;
    font-family: ProximaNovaaltBold;
    color: #091c39;
    padding: 0rem 1rem 0rem;
  }

  .text p {
    font-size: 1rem;
  }

  .prev {
    top: -5rem;
    padding: 0.6rem;
    margin-left: 3rem;
  }
  .next {
    top: -5rem;
    padding: 0.6rem;
    margin-left: 1rem;
  }

  /**cta section start here**/
  .C-T-A-container {
    padding: 1rem 2.45rem 0rem;
  }

  .inner-cta-two {
    margin-bottom: -1.6rem;
    padding: 0rem 1rem 0rem;
  }
  .inner-cta-two img {
    width: 357px;
  }

  .inner-cta-one {
    padding: 1rem 1.6rem 1rem;
  }
  .inner-cta-one h4 {
    font-size: 1.2rem;
  }
  .inner-cta-one p {
    font-size: 1rem;
  }

  .inner-cta-three {
    text-align: right;
    margin-right: 1rem;
  }

  /**cta section end here**/

  /**carsoule design start here**/

  .item {
    height: 360px;
    margin: 1rem 1rem 1rem;
    padding: 1rem;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.329);
  }

  .owl-carousel {
    padding: 2rem 2rem 0rem;
  }

  .item h3 {
    padding: 0rem 1rem 0.89rem;
    font-size: 1.2rem;
    color: #091c39;
  }
  .item p {
    font-size: 0.901rem;
    padding: 0rem 1rem 0.89rem;
  }

  .owl-carousel .active {
    background-color: transparent;
  }

  /**ready-to section means footer*/

  .ready-to-start {
    margin-top: -10rem;
  }

  .ready-to-container {
    bottom: -6.625rem;
  }
}
/**821px section end**/

@media (max-width: 768px) {
  /* Hero Section Adjustments */
  .hero-container {
    flex-direction: column;
    padding: 2rem;
    gap: 1rem;
  }

  .hero-left {
    width: 100%;
    text-align: center;
  }

  .hero-heading {
    font-size: 2rem;
    padding: 1rem 0rem;
  }

  .hero-para {
    font-size: 1rem;
    padding: 1rem 0rem;
  }

  .hero-btn,
  .hero-btn-sign-up {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .hero-right img {
    display: none;
  }

  /* Feature Section Adjustments */

  .feature {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .feature-container {
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .feature-icon {
    font-size: 1.5rem;
  }

  .feature-left h3 {
    font-size: 1.1rem;
  }

  .feature-left p {
    font-size: 0.9rem;
  }

  /**slider style**/
  .marketing-slider {
    padding: 1.75rem 1.75rem;
  }
  /**slider style end **/

  /**cta section start here**/
  .C-T-A-container {
    padding: 3rem 1.45rem 2rem;
    margin-top: 0rem;
  }

  .inner-cta-two {
    margin-bottom: -0.3rem;
    padding: 0rem 1rem 0rem;
  }

  /**cta section end here**/

  /**carsoule design start here**/

  .item {
    height: 370px;
    margin: 1rem 1rem 1rem;
    padding: 1rem;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.329);
  }

  .owl-carousel {
    padding: 2rem 2rem 0rem;
  }

  .item h3 {
    padding: 0rem 1rem 0.89rem;
    font-size: 1.1rem;
    color: #091c39;
  }
  .item p {
    font-size: 0.89rem;
    padding: 0rem 1rem 0.89rem;
  }

  .owl-carousel .active {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  /* Hero Section */

  .hero-container {
    flex-direction: column;
    padding: 2rem 0rem 2rem;
    gap: 0rem;
    align-items: center;
    justify-content: center;
  }

  .hero-left {
    width: 100%;
  }

  .hero-heading {
    font-size: 2rem;
    font-family: ProximaNovaaltBold;
    padding: 0rem 0rem 1rem;
    color: #fff;
    font-weight: 800;
  }

  .hero-para {
    font-size: 1rem;
    padding: 0.45rem 0rem 1.3rem;
    line-height: 1.3;
    font-family: ProximaNovaaltRegular;
    color: #e6dfdf;
  }

  /* Feature Section */
  .feature {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 2rem 1.78rem;
  }

  .feature-container {
    width: 100%;
    height: auto;
  }

  .feature-left h3 {
    font-size: 1.2rem;
  }

  .feature-left p {
    font-family: ProximaNovaaltRegular;
    font-size: 1rem;
    color: #fff;
    margin: 0.5rem -34px 0;
  }

  /**hero section end here**/
}

/**821px section end**/

@media (max-width: 768px) {
  .task-section {
    padding: 2rem 1.75rem 0;
  }

  .benifit-task {
    padding: 2rem 1rem 0;
  }

  .two-col {
    padding: 20px;
    margin: 15px auto;
  }

  .two-col-benifit {
    padding: 20px;
    margin: 15px auto;
  }

  strong {
    font-size: 1rem;
  }

  .left {
    width: 90%;
  }

  .right {
    padding: 1rem;
  }

  .full-width-heading {
    font-size: 1.625rem;
  }

  .full-width-para {
    font-size: 0.95rem;
  }

  .task-text {
    font-size: 0.9rem;
  }

  .two-col-benifit {
    box-shadow: none;
    background: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .marketing-slider {
    padding: 1rem 2rem 0rem;
  }

  .headings {
    flex-direction: column;
    gap: 0.5rem;
  }

  .dot {
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  .marketing-mySlides {
    flex-direction: column;
    padding: 20px;
    margin: 10px 0;
  }

  .sliders-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-right-img {
    width: 100%;
  }

  .text {
    width: 100%;
  }

  .text h2 {
    font-size: 1.8rem;
  }

  .text p {
    font-size: 1rem;
  }

  .list-btn {
    width: 100%;
    margin: 10px 0;
  }
}

/* For iPhone 6, 7, 8 */
@media only screen and (max-width: 667px) {
  .marketing-slider {
    padding: 15px;
  }

  .headings {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .headings h1 {
    font-size: 2rem;
  }

  .slider-right-img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .marketing-mySlides {
    flex-direction: column;
    padding: 20px;
    margin: 0;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sliders-inner {
    flex-direction: column;
    align-items: center;
  }

  .marketing-text h2 {
    font-size: 1.7rem;
  }

  .marketing-text p {
    font-size: 1rem;
    padding: 10px 0;
  }

  .slider-list {
    padding-left: 0;
    margin-top: 15px;
  }

  .slider-list li {
    font-size: 1rem;
    padding: 7px 0;
  }

  /* .hero-btn-sign-up,
  .hero-btn {
    width: 100%;
    font-size: 1.1rem;
    padding: 14px 22px;
    margin-top: 18px;
  }
} */

@media (max-width: 480px) {
  /**hero section**/

  .hero-btn {
    background-color: #0a1559;
    font-weight: 300;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
    transition: all ease 0.5s;
    font-size: 1rem;
    padding: 9px 15px;
    margin: 0rem 0.67rem 1rem;
    text-decoration: none;
  }

  .hero-btn-sign-up {
    background-color: #e6638a;
    font-weight: 300;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
    transition: all ease 0.5s;
    font-size: 1rem;
    padding: 9px 15px;
    margin: 0rem 0rem 1rem;
    text-decoration: none;
  }

  /**hero section end here**/
  .task-section {
    padding: 1rem;
    flex-direction: column;
  }

  .benifit-task {
    padding: 1rem;
    flex-direction: column;
  }

  .two-col {
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    background: none;
  }
  .two-col-benifit {
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    background: none;
  }

  .left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .right {
    width: 100%;
    padding: 0.5rem;
  }

  .full-width-heading {
    font-size: 1.5rem;
    margin: 20px 0 1rem;
  }

  .full-width-para {
    font-size: 0.85rem;
    padding: 0 0.5rem 1rem;
  }

  .task-text {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  /**slider style start here**/

  .marketing-slider {
    margin-top: -4rem;
  }
  .marketing-mySlides {
    padding: 21px 20px 20px;
  }

  .dot {
    display: none;
  }

  .marketing-text {
    flex: 1;
    width: 100%;
  }

  .marketing-text h2 {
    font-size: 1.5rem;
    padding: 0rem 0rem 0.78rem;
  }

  .marketing-text p {
    font-size: 1rem;
    padding: 0rem 0rem 1rem;
  }

  .prev {
    width: 30px;
    height: 30px;
    top: -4.8rem;
    padding: 0.18rem;
    margin-left: 1rem;
  }
  .next {
    width: 30px;
    height: 30px;
    top: -4.8rem;
    padding: 0.18rem;
    margin-left: 0.78rem;
  }

  /**cta section start here**/

  .cta-inner {
    background: url(/webassets/landingpage_assets/400-x-200.webp);
    padding: 2rem;
  }
  .C-T-A-container {
    padding: 4rem 1.45rem 1rem;
    margin-top: -2rem;
  }

  .inner-cta-heading {
    font-size: 1.4rem;
    font-family: ProximaNovaaltBold;
    color: #fff;
  }

  /**cta section end here**/

  /**carsoule design start here**/
}

@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
  .inner-cta-heading {
    font-size: 1.2rem;
    font-family: ProximaNovaaltBold;
    color: #fff;
  }
}

/* resposnive design code end here */

@media (min-width: 1900px) {
  .second-slider {
    padding: 3rem 8rem 3rem;
  }

  .sec-slider-container {
    gap: 3rem;
    padding: 2rem 4rem;
  }

  .sec-slider-item {
    flex: 0 0 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
    padding: 1.5rem;
  }

  .sec-slider-item h3 {
    font-size: 2rem;
  }

  .sec-slider-item p {
    font-size: 1.2rem;
  }
}

/* 1440px (Larger desktops) */
@media (min-width: 1440px) and (max-width: 1460px) {
  .second-slider {
    padding: 2.5rem 7rem 2rem;
  }

  .sec-slider-container {
    gap: 2.5rem;
    padding: 1.5rem 3rem;
  }

  .sec-slider-item {
    flex: 0 0 calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
    padding: 1.3rem;
  }

  .sec-slider-item h3 {
    font-size: 1.8rem;
  }

  .sec-slider-item p {
    font-size: 1.1rem;
  }
}

/* 1200px (Standard desktops, large laptops) */
@media (min-width: 1200px) and (max-width: 1440px) {
  .second-slider {
    padding: 2rem 6rem 1.5rem;
  }

  .sec-slider-container {
    gap: 2rem;
    padding: 1rem 2rem;
  }

  .sec-slider-item {
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    padding: 1.1rem;
  }

  .sec-slider-item h3 {
    font-size: 1.7rem;
  }

  .sec-slider-item p {
    font-size: 1.1rem;
  }
}

/* 1024px (Tablets) */
@media (max-width: 1024px) {
  .second-slider {
    padding: 2rem 4rem 1rem;
  }

  .sec-slider-container {
    gap: 1.5rem;
    padding: 1rem 2rem;
  }

  .sec-slider-item {
    flex: 0 0 100%;
    max-width: 24%;
    padding: 1rem;
  }

  .sec-slider-item h3 {
    font-size: 1.5rem;
  }

  .sec-slider-item p {
    font-size: 1rem;
  }
}

/* 768px (Small tablets, large phones) */
@media (max-width: 768px) {
  .second-slider {
    padding: 1.5rem 3rem 1rem;
  }

  .sec-slider-container {
    gap: 1.2rem;
    padding: 1rem 1.5rem;
  }

  .sec-slider-item {
    flex: 0 0 50%;
    max-width: 20%;
    padding: 1rem;
  }

  .sec-slider-item h3 {
    font-size: 1.4rem;
  }

  .sec-slider-item p {
    font-size: 1rem;
  }
}

/* 480px (Mobile devices) */
@media (max-width: 480px) {
  .second-slider {
    padding: 1rem 2rem;
  }
  .second-slider-heading {
    font-size: 1.5rem;
  }
  .sec-slider-container {
    gap: 1rem;
    padding: 1rem;
  }

  .sec-slider-item {
    flex: 0 0 20%;
    max-width: 50%;
    padding: 0.8rem;
  }

  .sec-slider-item h3 {
    font-size: 1.3rem;
  }

  .sec-slider-item p {
    font-size: 0.9rem;
  }

  /***ready to  */

  .ready-to-start {
    margin-top: -3rem;
  }
  .ready-to-container {
    bottom: -0.375rem;
  }
}
