@font-face {
  font-family:ProximaNovaaltBold;
  src: url(font/ProximaNovaAltBold.otf);
}

@font-face {
  font-family: ProximaNovaaltRegular;
  src: url(font/Proxima\ Nova\ Alt\ Regular.otf);
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

strong{
  color: #091C39;
}

/* Hero Section */
.herosection {
  display: flex;
  padding: 4rem;
  justify-content: center;
  align-items: center;
  background: url(assets/images-empoly-man/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: #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;
}

.hero-btn-sign-up {
  background-color: #1c4496;
}
.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: 3.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: 1.3rem;
  text-align: center;
  color: #666666;
  padding-bottom: 1.67rem;  
}

.full-width {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
}

.full-width-para {
  font-family: ProximaNovaaltRegular, sans-serif;
  font-size: 1.1rem;
  color: #666666;
}

/* Two Columns Layout */
.two-col {
  display: flex;
  padding: 20px;
  margin: 20px auto;
  max-width: 1200px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
}

.left {
  flex: 1;
  margin-right: 1rem;
  width: 50vw;
  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;
}

.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: 768px) {
  .full-width-heading {
      font-size: 1.625rem;
  }

  .task-section {
      padding: 15px;
      align-items: center;
      justify-content: center;
  }

  .left img {
      width: 80vw;
      padding-left: 1rem;
      justify-content: center;
  }

  .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: 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;
  }
}

/**Why Choose Our Timesheet Management System? end here**/


/* Key Features start here*/
.Key-features {
  text-align: center;
  padding: 3.75rem 6.25rem 0rem;
}

.kye-features-heading {
  font-family: ProximaNovaaltBold , monospace;
  font-size: 1.75rem;
  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: 2rem;
  font-weight: bolder;
  text-align: start;
  margin-top: 1rem;
}


.landingpage-card p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 1rem;
  font-family: ProximaNovaaltRegular, 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: 1.2rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 1rem;
  font-family: ProximaNovaaltRegular, 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 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;
  max-width: 100%;
   transition: all ease 0.5s;
}
.step-img:hover{
  transform: scale(1.1);
  cursor: pointer;
}

.step-img img {
  width: 100%;
}
.step-text {
  flex: 1;
  max-width: 100%;
}

.step-text h3 {
  font-size: 1.5rem;
  color: #091c39;
  margin-bottom: 1rem;
  font-family: ProximaNovaaltBold, monospace;
}

.step-text p {
  font-size: 1.2rem;
  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: 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: 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;
  }
}

/**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; 
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .try {
    flex-wrap: nowrap;
    height: 30vh; 
    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;
  }
}
@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: 3.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); /* 3 columns */
  gap: 1rem;
  padding: 3.75rem 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 {
  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;
  margin-top: 2.4rem;
}

.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: 3.75rem 3.75rem 0rem; 
  }
}

@media (max-width: 768px) {
  .more-task-container {
    grid-template-columns: 1fr; 
    width: 100%;
    padding: 2rem; 
  }
}

@media (max-width: 480px) {
  .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 {
  padding: 1.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 */
.ready-to-start {
display: flex;
padding: 3rem;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: center;
margin-top: 0; 
height:50vh;
}

.ready-to-container {
display: flex;
flex-direction: column;
background-color: #e9f6f6;
padding: 3.3rem;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 25px;
z-index: 100;
position: relative;
bottom:-0.625rem;
max-width: 90%;
margin-top:0;
}

.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;
}

.ready-to-container button {
margin-top: 1rem;
text-decoration: none;
padding: 0.8rem 2rem;
background-color: #2a3278;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
}

/* Media Queries for Responsiveness */

@media (min-width: 1024px) and (max-width: 1366px) {
.ready-to-container {
  max-width: 95%;
  padding: 1.6rem;
  bottom:1.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 {
  max-width: 65%;
  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.50rem;
}

.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) {
.ready-to-container {
  max-width: 100%;
  padding: 0.8rem;
  bottom: 4.75rem;
}
.ready-to-container img {
  width: 15vw;
}

.ready-to-text h5 {
  font-size:1.50rem;
}

.ready-to-text p {
  font-size: 0.85rem;
}

.ready-to-container button {
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
  margin-bottom:2rem;
}
}*/

/**ready-to container small screnn custumize size for all apages**/

/*workflow-m*/

@media (max-width: 480px) {
  .workflow-man {
    max-width: 100%;
    padding: 0.8rem;
    bottom: 4.75rem;
  }
  .ready-to-container img {
    width: 20vw;
  }

  .ready-to-text h5 {
    font-size:1.625rem;
  }

  .ready-to-text p {
    font-size: 0.85rem;
  }

  .ready-to-container button {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    margin-bottom:2rem;
  }
}

/*employee-per*/
@media (max-width: 480px) {
  .employee-per {
    max-width: 100%;
    padding: 0.8rem;
    bottom: 5.75rem;
  }
  .ready-to-container img {
    width: 15vw;
  }
  
  .ready-to-text h5 {
    font-size:1.50rem;
  }
  
  .ready-to-text p {
    font-size: 0.85rem;
  }
  
  .ready-to-container button {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    margin-bottom:2rem;
  }
  }

  /*task-m*/
  @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;
    }
  }

/**ends here**/

@media (max-width: 350px) {
.ready-to-container {
  max-width: 100%;
  padding: 0.7rem;
  bottom: 4.70rem;
}
.ready-to-container img {
  width: 13vw;
}

.ready-to-text h5 {
  font-size:1.420rem;
}

.ready-to-text p {
  font-size: 0.85rem;
}

.ready-to-container button {
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
  margin-bottom:2rem;
}
}



/**new style */
.clientreviewbox{
height:20rem;
}

#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: 3.75rem 6.25rem 0rem;
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;
}
}

@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 1.5rem 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-bottom:0rem;
}

.benifit-task{
  background-color: #e9f6f6;
  border-radius: 8px;
}

.two-col-benifit{
  background-color: #e9f6f6;
  display: flex;
  padding: 20px;
  padding-top: 0rem;
  margin: 20px auto;
  max-width: 1200px;
}
.full-width-benifit-heading{
  padding-top: 2rem;
  text-align: center;
  font-family: ProximaNovaaltBold;
  margin: 0px 0px 1.375rem;
  font-size: 2rem;
  color: #091C39;
  font-weight:bolder;
}

.carousel-item{
  width: 100%;
  height:100%;
  position: relative;
  right:1.4rem
}

/*.img-fluid{
  width: 100%;
  height:100%;
}*/
@media (max-width: 480px) {
  #image-section .container-fluid {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      width: 120% !important;
      overflow: inherit;
      align-items:center;
      justify-content:center;
  }
}

/*qna end here*/


.card-list{
  text-align:start;
  padding:0 0  2rem 1rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0;
}
.card-list li{
  line-height: 1.4;
  font-family: ProximaNovaaltBold;
  color: #091c39;
  padding-bottom: 1.67rem; 
}


  .key-features{
    display: flex;
    padding: 3.75rem 6.25rem 0rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
    overflow: hidden;
  }

  .cards-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 3.75rem 2rem 1rem;
 
  }

  .cards{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    border-radius: 8px;
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.362);
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cards-left{
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .cards-left img{
    max-width: 100%;
    max-height: 100%;
  }
  .cards-right h3{
font-size: 1.5rem;
    line-height: 1.4;
    font-family: ProximaNovaaltBold;
    color: #091c39;
    padding-bottom: 1.67rem;
  }
.cards-para{
  font-family: ProximaNovaaltRegular, Helvetica, sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #666666;
  padding-bottom: 1.67rem;  
}

/**updated code end here */


/*  new card desig for team collabration Cards Row Styling */
.card-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.card {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-content {
  text-align: left;
}

.card-content h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #003366;
}

.card-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

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

  .card {
    flex-direction: column;
    text-align: center;
  }

  .card img {
    margin-bottom: 1rem;
  }

  .card-content {
    text-align: center;
  }
}

/* Section Styling */
.collaboration-section {
  font-family: Arial, sans-serif;
  padding: 3.75rem 6.25rem 0rem;
  color: #333;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading Styling */
.collaboration-section h2 {
  text-align: center;
  font-family: ProximaNovaaltBold, monospace;
  margin: 0px 0px 1.375rem;
  font-size: 2rem;
  color: #091C39;
  font-weight: bolder;
}

/* Card Wrapper */
.cards-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.cards {
  display: flex;
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  flex-direction: row;
}

.cards:hover {
  transform: translateY(-5px);
}

.cards-image {
  flex: 1.5;
  overflow: hidden;
}

.cards-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards-content {
  flex: 2;
  padding: 2rem;
  text-align: left;
}

.cards-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #003366;
  margin-bottom: 1rem;
}

.cards-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

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

  .cards {
    flex-direction: column;
  }

  .cards-image {
    border-radius: 12px 12px 0 0;
    height: 200px;
  }

  .card-content {
    text-align: center;
    padding: 1.5rem;
  }
}
.ai-ml-text{
color: #091c39;
  font-size: 1.3rem;
  line-height: 1.5;
  word-spacing: -2px;
  text-align:initial;
}

/*end here*/


