/* Reset */
/** {*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  box-sizing: border-box;*/
  /* border: 1px solid; */
/*}*/
/*body {*/
/*  overflow-x: hidden;*/
/*  background-color: #f7f7f7;*/
/*  font-family: matteo regular;*/
/*}*/

.sushank10{
     font-family: 'Poppins', sans-serif;
}

/* Reset */

/* ------------------------------------------------- */
/* Section 1 Start (Case Study Canwinn) */
.canwinn-case-study-canwinn {
  background-image: url(/wp-content/uploads/2025/05/CANWINN/images/1.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 987px;
}

.canwinn-case-study-heading {
  padding: 405px 131px;
  max-width: fit-content;
}

.canwinn-case-study-heading a {
  background: #caaae5 no-repeat padding-box;
  border-radius: 38px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 13px 15px;
  text-decoration: none;
  color: #ffff;
}

.canwinn-case-study-heading h1 {
  font-size: 134px;
  color: #ffffff;
  margin-top: 33px;
}

.canwinn-case-study-heading p {
  font-size: 24px;
  color: #ffffff;
  margin-top: 5px;
}
/* Section 1 End */

/* ------------------------------------------------- */
/* Section 2 Start (Project Overview) */
.canwinn-project-overview-start {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 174px 100px; */
  gap: 20px;
  margin-top: 62px;
}
/* .canwinn-project-overview-start-main{
  max-width: 1300px;
  margin: auto;
   display: flex;
  justify-content: space-around;
  align-items: center;
    gap: 20px;



} */
.canwinn-project-overview-heading-img {
  background-image: url(/wp-content/uploads/2025/05/CANWINN/images/Group%20196%402x.png);
  background-position: 365px;
  background-repeat: no-repeat;
  background-size: cover;
}

.canwinn-project-overview-heading-img img {
  width: 100%;
}

.canwinn-project-overview-heading-img {
  flex: 2;
}

.canwinn-project-overview-heading {
  margin-left: 108px;

  flex: 1;
}

.canwinn-project-overview-heading h1 {
  font-size: 61px;
}

.canwinn-project-overview-heading p {
  font-size: 24px;
  margin-top: 36px;
  line-height: 1.2;
}
/* Section 2 End */

/* ------------------------------------------------- */
/* Section 3 Start (Design Process) */
.canwinn-design-process {
  max-width: 1200px;
  margin: 0 auto;
}

.canwinn-heading {
  margin-bottom: 2rem;
}

.canwinn-heading h1 {
  font-size: 61px;
  color: #000;
  margin-top: 0.5rem;
}

.canwinn-process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

.canwinn-process-card {
  background: white;
  padding: 25px 25px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: transform 0.6s ease-in-out; /* Added smooth transition */
}

/* .process-card:hover {
    transform: translateY(-5px);
} */

.canwinn-process-trans .canwinn-content {
  max-width: 75%;
}

.canwinn-process-card h3 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.8rem;
}

.canwinn-process-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.3;
}

.canwinn-process-card .canwinn-number {
  font-size: 108px;
  color: #80559a;
  font-family: normal normal normal 108px/279px Matteo;
}
.canwinn-white-design {
  background-color: white;
}
.canwinn-main-process-card {
  background-color: white;
}

.canwinn-process-card.canwinn-highlighted .canwinn-content p,
.canwinn-content h3,
.canwinn-process-card.canwinn-highlighted {
  color: black !important ;
}
/* .trans:hover  {
  transform: rotate(4deg) translateY(-5px);
  background: transparent linear-gradient(102deg, #80559A 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
 
} */
.canwinn-process-card:hover {
  transform: rotate(3deg) translateY(15px);
  background-color: white !important;
  background: transparent linear-gradient(102deg, #80559a 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;

  color: rgb(249, 249, 249) !important;

  /* background-image: url(images/white.png); */
  background-position: center;
  background-size: cover;
}
/* .process-card.highlighted:hover{
  background-color: white;
} */

.canwinn-trans:hover .canwinn-content h3,
.canwinn-trans:hover .canwinn-content p {
  color: white !important;
}
/* .process-card.trans-last:hover .content h3,
.process-card.trans-last:hover .content p {
  color: black !important; 
} */
/* 
.trans h3:hover,trans p:hover{
  color: #ffff !important;

} */

/* Section 3 End */

/* ------------------------------------------------- */
/* Section 4 Start (Timeline Section) */
.pt-main-timeline-wrapper {
  background-color: #f9f9f9;
  font-family: "Segoe UI", sans-serif;
}
.pt-timeline-wrapper {
  padding: 40px 20px;
  max-width: 1600px;
  margin: auto;
}

.pt-timeline-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Week Labels */
.pt-week-labels {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  position: relative;
  z-index: 1;
}

/* Grid Setup */
.pt-timeline-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  height: 555px;
  position: relative;
}

/* Dotted Vertical Lines */
.pt-grid-lines::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    to right,
    transparent,
    transparent calc(100% / 12 - 1px),
    #ccc calc(100% / 12 - 1px),
    #ccc calc(100% / 12)
  );

  /* Dotted effect mask */
  mask-image: repeating-linear-gradient(
    to bottom,
    black 0px,
    black 2px,
    transparent 2px,
    transparent 6px
  );
  -webkit-mask-image: repeating-linear-gradient(
    to bottom,
    black 0px,
    black 2px,
    transparent 2px,
    transparent 6px
  );

  z-index: 0;
  pointer-events: none;
}

/* Task Box */
.pt-task {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  /* padding: 10px 20px 10px 20px; */
  padding: 15px 32px;
  font-size: 0.9rem;
  /* white-space: nowrap; */
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1;
  max-width: 100%;
}

.pt-task .pt-label {
  padding-right: 71px;
}

/* Arrow Circle */
.pt-arrow-circle {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(50%, -50%);
}

.pt-purple {
  background-color: #80559a;
  color: white;
}

.pt-purple-arrow {
  background-color: #80559a;
  color: white;
  border: 2px solid white;
  /* box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2); */
}

.pt-white {
  background-color: white;
  color: black;
}
.pt-white-arrow {
  background-color: #f1f1f1;
  color: #444;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6),
    0 2px 4px rgba(0, 0, 0, 0.1);
}
.pt-arrow-circle img {
  width: 39px;
}

/* For tasks that span multiple columns */
.pt-task.pt-wide {
  padding-right: 15px;
}


.canwinn-task-text {
  margin-right: 15px;
}
.canwinn-project-timeline {
  margin-top: 157px;
}

.canwinn-circle {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* x-offset, y-offset, blur, color */
}

.canwinn-purple .canwinn-circle {
  border: 2px solid #fff;
}

.canwinn-arrow {
  font-size: 14px;
}

/* Section 4 End */
.canwinn-project-timeline img {
  width: 100%;
}

/* ------------------------------------------------- */
/* Section 5 Start (Typography/Color) */

.canwinn-seamless-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 278px;
}
.canwinn-seamless-content img {
  width: 30%;
  position: absolute;
  left: 47%;
}
.main-canwinn-seamless-content-images {
  width: 100%;
}
.canwinn-seamless-content-images {
  width: 80%;
  margin: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.canwinn-seamless-content-images img {
  width: 50%;
  height: 470px;
}
.canwinn-main-typography-color {
  background-color: #f7f7f7;
  font-family: poppins;
}
.canwinn-typography-color {
  margin: 50px auto;
  padding: 60px 143px;
}
.canwinn-Typography-color-heading {
  /* text-align: left; */
  padding: 50px auto;
}
.canwinn-Typography-color-heading h1 {
  font-size: 61px;
}

/* chtp */
.canwinn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 100px; */
}

.canwinn-left-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
}

.canwinn-left-section h1 {
  font-size: 152px;
  font-weight: 700;
  color: #7d4c9e; /* Purple shade */
  margin: 0;
}

.canwinn-buttons {
  margin-top: 20px;
  display: flex;
  gap: 147px;
}

.canwinn-buttons button {
  padding: 8px 16px;
  border: none;
  background: white;
  border-radius: 20px;
  font-size: 25px;
  cursor: pointer;
}

.canwinn-buttons .canwinn-regular {
  font-weight: 400;
}

.canwinn-buttons .canwinn-medium {
  font-weight: 500;
}

.canwinn-buttons .canwinn-bold {
  font-weight: 700;
}

.canwinn-right-section {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}
/* chtgpt2 */
.canwinn-color-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 124px;
  /* padding: 0 20px; padding to avoid sticking to edges */
}
.canwinn-card {
  background: white;
  width: 322px;
  /* height: 245px; */
  padding: 13px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  flex: 1 1 calc(25% - 40px); /* important: flexible growth */

  /* flex: 1 1 calc(25% - 40px); important: flexible growth */
}

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

.canwinn-color-box {
  width: 100%;
  height: 297px;
}

.canwinn-card p {
  text-align: left;
  padding: 15px 14px;
  font-weight: bold;
  color: #333;
  font-size: 32px;
}

/* Section 5 End */

/* section 6 start */
.canwinn-candidates-content {
  padding: 60px 153px;
}
.canwinn-candidates-content-heading {
  max-width: 607px;
  margin: auto;
  text-align: center;
}
.canwinn-candidates-content-heading h1 {
  font-size: 61px;
}
.canwinn-candidates-content-heading p {
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.2;
}
/* --------------- */
.canwinn-conversation-images {
  margin-top: 71px;
}
.canwinn-conversation-images-1 {
  align-items: center;
  display: flex;
  justify-content: center;
}

.canwinn-applicants-img img {
  width: 100%;
}
.canwinn-con-1 {
  width: 4%;
  position: relative;
  left: 2%;
}
.canwinn-con-2 {
  width: 21%;
}

/* section 6 end */

/* <!-- section 7 start --> */
.canwinn-nidhi-singh-applicant {
  width: 100%;
  margin-top: 229px;
}
.canwinn-nidhi-singh-applicant-logo1 {
  width: 80%;
  margin: auto;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  gap: 20px;
}
.canwinn-nidhi-singh-applicant-logo1 img {
  width: 50%;
  object-fit: cover;
}


/* <!-- section 7 end --> */
/* section 8  start */
.canwinn-track-event {
  margin-top: 105px;
}
.canwinn-main-track-event {
  padding: 50px 100px;
}
.canwinn-track-event-heading {
  max-width: 503px;
  margin: auto;
  text-align: center;
}
.canwinn-track-event-heading h1 {
  font-size: 44px;
}
/* ----- */
.canwinn-card-container-mendevv {
  display: flex;
  justify-content: center;
  gap: 54px;
  padding: 36px;
  flex-wrap: wrap;
}

.canwinn-card-mendevv {
  background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
    0% no-repeat padding-box;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 560px;
  /* height: 172%; */
  padding: 80px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.canwinn-card-title-mendevv {
  font-weight: 700;
  font-size: 25px;
  color: #222;
  margin-bottom: 16px;
  text-align: center;
}

.canwinn-image-wrapper-mendevv {
  position: relative;
}

.canwinn-main-img-mendevv {
  width: 100%;
  border-radius: 12px;
}

.canwinn-overlay-img-mendevv {
  position: absolute;
  top: 70px;
  right: -19px;
  width: 194px;
  z-index: 2;
}

.canwinn-discover-down-mendevv {
  margin-top: 61px;
  width: 100%;
}

/* section  8 end */

/* section 9 start */
.canwinn-job-seeker-flow img {
  width: 100%;
}
/* section 9 end */
/* section 10 start */
.canwinn-home-screen {
  max-width: 100%;
      transform: translate(0px, 152px);

}
.canwinn-first {
  object-fit: contain;
  width: 100%;
  /*margin-top: -100px;*/
}
.canwinn-h2 {
  font-size: 160px;
  text-align: center;
}
.canwinn-home-screen-two {
  display: none;
}
.canwinn-second {
  display: none;
  width: 100%;
}
.canwinn-home-screen-two p {
  font-size: 24px;
  position: relative;
  padding-left: 25px;
}

.canwinn-home-screen-two p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #80559a;
  border-radius: 50%;
}
/* .canwinn-home-screen-heading {
  top: 12px;
  text-align: center;
  position: absolute;
  left: 27%;
} */

/* .canwinn-home-screen-heading h1 {
  z-index: 1;
  font-size: 153px;
} */

/* .canwinn-home-screen-container img {
  width: 100%;
}

.canwinn-home-screen-container {
  margin-top: 20px;
  width: 100%;
  position: relative;
  z-index: 10000;
  height: 1072px;
} */

/* .canwinn-home-screen-image {
  z-index: 1000;
  position: absolute;
  top: 0;
} */

.canwinn-banner-job {
  max-width: 100%;
  height: auto;
}

.canwinn-banner-job img {
  width: 100%;
}
/* section 11 end */
/* secion 12 start */
.canwinn-recruiter-flow img {
  width: 100%;
}
.canwinn-details {
  background-image: url(images/Group\ 42527@2x.png);
  background-position: center;
  background-size: 138%;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 1753px;
}

/* section 12 end; */
/* section 13 and 14 start */
.canwinn-details img {
  width: 100%;
}
.canwinn-app-download-container {
  height: 491px;
  background: #1c4670;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  padding: 36px;
  background-color: #80559a;
}
.canwinn-downlaod-left {
  display: flex;
  flex-direction: column;
  width: 406px;
}
.canwinn-downlaod-left h2 {
  font-size: 62px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.1599999964237213px;
  /* text-align: left; */
  /* text-underline-position: from-font; */
  /* text-decoration-skip-ink: none; */
}
.canwinn-downlaod-left p {
  font-size: 24px !important;
  margin-top: 48px;
  color: #ffff;
  line-height: 1.3;
  /* letter-spacing: 2px; */
  /* word-spacing: 7px; */
}

.canwinn-downlaod-right {
  margin-top: -259px;
  border-radius: 30px;
}
.canwinn-downlaod-right img {
  width: 783px;
  height: 755px;

  object-fit: cover;
}
/* section 13 and 14 end */
.canwinn-white {
  color: #ffff !important;
}

/* ------------------------------------------------- */
/* MEDIA QUERIES Start (big to small screens) */
/* big screens */
@media (max-width: 1555px) {
  .canwinn-container {
    display: flex;
    flex-direction: column;
    row-gap: 85px;
  }
  .canwinn-details {
    height: 1547px;
  }
}
@media (max-width: 1389px) {
  .pt-timeline-grid {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .pt-grid-lines::after {
    background-image: none;
  }

  .pt-grid-lines::before {
    display: none;
  }

  .pt-task {
    position: relative;
    margin: 15px auto;
    left: 0 !important;
    top: 0 !important;
    width: 90%;
  }

  .pt-arrow-circle {
    margin-left: 10px;
  }

  .pt-week-labels {
    display: none;
  }
}

@media (max-width: 1200px) {
  .canwinn-card {
    flex: 1 1 calc(33.33% - 40px); /* 3 cards in one row */
  }
}
@media (max-width: 1033px) {
  .canwinn-Typography-color-heading {
    font-size: 43px;
  }
  .canwinn-left-section h1 {
    font-size: 102px;
    font-weight: 700;
    color: #7d4c9e;
    margin: 0;
  }
  .canwinn-buttons {
    margin-top: 20px;
    display: flex;
    gap: 79px;
  }
  .canwinn-button canwinn-buttons {
    font-size: 20px;
  }
}
@media (max-width: 907px) {
  .canwinn-overlay-img-mendevv {
    position: absolute;
    top: 57px;
    right: -50px;
    width: 194px;
    z-index: 2;
  }
  .canwinn-card-mendevv {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 553px;
    /* height: 172%; */
    padding: 80px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .canwinn-details {
    height: 978px;
  }
  .canwinn-case-study-canwinn {
    background-image: none;
    background-color: #80559a;
    height: 422px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
  }
}

/* Tablets & Smaller Desktops */
@media (max-width: 992px) {
  /* Timeline Section Adjustments */
  .canwinn-weeks {
    display: none;
  }
  .canwinn-lines {
    display: none;
  }
  .canwinn-tasks {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    width: 100%;
    gap: 20px;
  }
  .canwinn-task {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px;
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/* Tablets */
@media (max-width: 937px) {
  .canwinn-project-overview-start {
    flex-direction: column;
    row-gap: 103px;
  }
  .canwinn-candidates-content {
    /* padding: 60px 86px; */
    margin-top: 53px;
  }
  .canwinn-project-overview-heading {
    margin-left: 10px;
    padding: 10px;

    /* flex: 1; */
  }
}

/* Tablets */
@media (max-width: 826px) {
  .canwinn-case-study-heading {
    padding: 324px 63px;
  }
  .canwinn-case-study-heading h1 {
    font-size: 93px;
  }
}
@media (max-width: 832px) {
  .canwinn-case-study-heading {
    padding: 405px 80px;
    max-width: fit-content;
  }
}

/* Medium Mobiles */
@media (max-width: 768px) {
  .canwinn-timeline-container {
    padding: 10px;
  }
  .canwinn-title {
    font-size: 28px;
  }
  .canwinn-tasks {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .canwinn-task {
    font-size: 14px;
    padding: 8px 16px;
  }
  .canwinn-process-grid {
    grid-template-columns: 1fr;
  }
  .canwinn-heading h1 {
    font-size: 2rem;
    padding: 17px;
  }
  .canwinn-heading h2 {
    font-size: 1.2rem;
  }
  .canwinn-process-card {
    flex-direction: column;
    text-align: center;
  }
  .canwinn-process-card .content {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .canwinn-process-card.canwinn-highlighted {
    transform: rotate(0deg) translateY(0px);
  }
  .canwinn-process-card .canwinn-number {
    font-size: 54px;
  }
  .canwinn-Typography-color-heading {
    font-size: 30px;
  }
  .canwinn-left-section h1 {
    font-size: 61px;
  }
  .canwinn-buttons {
    margin-top: 20px;
    display: flex;
    gap: 13px;
  }
  .canwinn-buttons button {
    padding: 8px 16px;
    border: none;
    background: white;
    border-radius: 20px;
    font-size: 25px;
    cursor: pointer;
  }
  .canwinn-right-section {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
  }
  .canwinn-color-cards {
    flex-direction: column;
    align-items: center;
  }
  .canwinn-card {
    flex: 1 1 calc(50% - 40px); /* 2 cards in one row */
  }
  .canwinn-candidates-content-heading h1 {
    font-size: 35px;
  }
  .canwinn-candidates-content-heading p {
    font-size: 16px;
    margin-top: 30px;
  }
  .canwinn-candidates-content {
    padding: 60px 38px;
  }
  .canwinn-track-event-cards {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .canwinn-card-mendevv {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 431px;
    /* height: 172%; */
    padding: 60px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .canwinn-overlay-img-mendevv {
    position: absolute;
    top: 31px;
    right: -41px;
    width: 159px;
    z-index: 2;
  }
  .pt-timeline-grid {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .pt-grid-lines::before {
    display: none;
  }

  .pt-task {
    position: relative;
    margin: 15px auto;
    left: 0 !important;
    top: 0 !important;
    width: 90%;
  }

  .pt-arrow-circle {
    margin-left: 10px;
  }

  .pt-week-labels {
    display: none;
  }
  .pt-grid-lines::after {
    background-image: none;
  }
  .canwinn-project-overview-start {
    margin-top: 0px;
  }
  .canwinn-heading {
    margin-bottom: 2rem;
    margin-top: 35px;
  }
}
/* Small Mobiles */

@media (max-width: 659px) {
  .canwinn-card-mendevv {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 330px;
    /* height: 172%; */
    padding: 52px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .canwinn-overlay-img-mendevv {
    position: absolute;
    top: 25px;
    right: -25px;
    width: 114px;
    z-index: 2;
  }
}
@media (max-width: 602px) {
  .canwinn-case-study-heading {
    padding: 324px 57px;
  }
  .canwinn-case-study-heading h1 {
    font-size: 62px;
  }
  .canwinn-Typography-color-heading {
    font-size: 21px;
  }
  .canwinn-left-section h1 {
    font-size: 37px;
  }
  .canwinn-buttons button {
    padding: 8px 16px;
    border: none;
    background: white;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
  }
  .canwinn-buttons {
    margin-top: 20px;
    display: flex;
    gap: 13px;
  }
  .canwinn-typography-color {
    margin: 0px auto;
    padding: 0px 61px;
  }
}
@media (max-width: 550px) {
  .canwinn-card-title-mendevv {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    margin-bottom: 16px;
    text-align: center;
  }
      .canwinn-h2 {
        font-size: 84px;
        text-align: center;
    }
  .canwinn-track-event-heading h1 {
    font-size: 28px;
  }
  .canwinn-overlay-img-mendevv {
    position: absolute;
    top: 13px;
    right: -25px;
    display: none;
    width: 80px;
    z-index: 2;
  }
  .canwinn-card-mendevv {
    background: transparent linear-gradient(180deg, #f6f6f6 0%, #ececec 100%) 0%
      0% no-repeat padding-box;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 322px;
    /* height: 172%; */
    padding: 19px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .canwinn-details {
    height: 364px !important;
  }
  .canwinn-main-track-event {
    padding: 50px 18px;
  }
  .canwinn-candidates-content {
    padding: 0px 6px;
  }
  .canwinn-Typography-color-heading h1 {
    font-size: 34px;
  }
  .canwinn-left-section {
    margin-top: 57px;
  }
  .canwinn-container {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
  }
  .canwinn-color-cards {
    margin-top: 56px;
  }
}
@media (max-width: 500px) {
  .canwinn-card {
    flex: 1 1 100%; /* 1 card in one row */
  }
}

/* Smaller Mobiles */
@media (max-width: 480px) {
  .canwinn-task {
    font-size: 12px;
    padding: 6px 12px;
  }
  .canwinn-Typography-color-heading {
    font-size: 10px;
  }
  .canwinn-left-section h1 {
    font-size: 21px;
  }
  .canwinn-buttons {
    margin-top: 20px;
    display: flex;
    gap: 0px;
  }
  .canwinn-buttons button {
    padding: 8px 16px;
    border: none;
    background: white;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
  }
  .canwinn-right-section {
    font-size: 9px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
  }
  .canwinn-candidates-content {
    padding: 0px 6px;
  }
}

/* Very Small Devices */
@media (max-width: 459px) {
  .canwinn-case-study-heading {
    padding: 324px 19px;
  }
  .canwinn-case-study-heading h1 {
    font-size: 44px;
  }
  .canwinn-project-overview-heading-img {
    /* background-image: url(images/Group 196@2x.png); */
    background-position: 128px;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
  }
}

/* Very Very Small Devices */
@media (max-width: 410px) {
  .canwinn-case-study-heading {
    padding: 324px 12px;
  }
  .canwinn-case-study-heading h1 {
    font-size: 42px;
  }
  .canwinn-typography-color {
    margin: 0px auto;
    padding: 0px 0px;
  }
  .canwinn-candidates-content-heading h1 {
    font-size: 20px;
  }
  .canwinn-candidates-content-heading p {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  .canwinn-main-track-event {
    padding: 50px 0px;
  }
  .canwinn-details {
    height: 434px;
  }
}
@media only screen and (max-width: 1920px) {
  /* .canwinn-home-screen-heading {
    top: 121px;
    text-align: center;
    position: absolute;
    left: 27%;
  } */
}

@media only screen and (max-width: 905px) {
  /* .canwinn-home-screen-heading {
    text-align: center;
    margin-top: 67px;
  } */
  .canwinn-track-event {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 881px) {
  .canwinn-case-study-heading {
    padding: 405px 104px;
    max-width: fit-content;
  }
}
@media only screen and (max-width: 887px) {
  .canwinn-case-study-heading {
    padding: 405px 107px;
    max-width: fit-content;
  }
}
@media only screen and (max-width: 838px) {
  .canwinn-case-study-heading {
    padding: 405px 83px;
    max-width: fit-content;
  }
}

.canwinn-case-study-heading {
  padding: 405px 83px;
  max-width: fit-content;
}

@media only screen and (max-width: 719px) {
  .home-screen-container {
    height: 440px;
  }
}

@media only screen and (max-width: 472px) {
  .canwinn-case-study-heading {
    padding: 405px 79px;
    max-width: fit-content;
  }
}
@media only screen and (max-width: 479px) {
  .canwinn-case-study-heading {
    padding: 405px 72px;
    max-width: fit-content;
  }
}

@media only screen and (max-width: 1200px) {
  .canwinn-app-download-container {
    display: flex;
    flex-direction: column;
    height: 885px;

    gap: 28%;
  }

  .canwinn-downlaod-right img {
    width: 783px;
    height: 601px;
    object-fit: cover;
  }
  .canwinn-downlaod-right {
    margin-right: 25%;
  }
}
@media only screen and (max-width: 688px) {
  .canwinn-app-download-container {
    display: flex;
    flex-direction: column;
    height: 854px;
    gap: 25% /* justify-content: center; */;
  }
}
@media only screen and (max-width: 652px) {
  .canwinn-app-download-container {
    display: flex;
    flex-direction: column;
    height: 843px;
    gap: 29%; /* justify-content: center; */
  }
  .canwinn-downlaod-right {
    margin-top: -156px;
    margin-right: 32%;
  }
  .canwinn-downlaod-right img {
    width: 556px;
    height: 459px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 481px) {
  .canwinn-app-download-container {
    display: flex;
    flex-direction: column;
    height: 658px;
    gap: 20%;
    /* justify-content: center; */
  }
  .canwinn-downlaod-left {
    display: flex;
    flex-direction: column;
    width: 480px;
    padding: 35px;
  }
  .canwinn-downlaod-right img {
    width: 390px;
    height: 368px;
    object-fit: cover;
  }
  .canwinn-downlaod-left {
    width: 318px;
  }
  .canwinn-downlaod-left h2 {
    font-size: 45px;
  }
}
.canwinn-downlaod-left p {
  font-size: 15px;
}

@media only screen and (max-width: 480px) {
  .canwinn-app-download-container {
    display: flex;
    flex-direction: column;
    height: 847px;
    gap: 20%;
    /* justify-content: center; */
  }
  .canwinn-home-screen-two p {
    font-size: 19px;
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
}
}
@media only screen and (max-width: 324px) {
  .canwinn-app-download-container {
    display: flex;
    flex-direction: column;
    height: 654px;
    gap: 52%;
    /* justify-content: center; */
  }
  .canwinn-downlaod-right {
    margin-top: -282px;
    margin-right: 32%;
  }
  .canwinn-downlaod-right img {
    width: 296px;
    height: 285px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1000px) {
  .canwinn-seamless-content-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .canwinn-seamless-content-images {
    width: 100% !important;
  }
  .canwinn-seamless-content img {
    display: none;
  }
  .canwinn-seamless-content-images img {
    width: 100%;
    height: auto;
  }
  .canwinn-seamless-content {
    margin-top: 55px;
  }
  .canwinn-nidhi-singh-applicant-logo1 {
    width: 100% !important;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-direction: column;
  }
  .canwinn-nidhi-singh-applicant {
    width: 100%;
    margin-top: 63px;
  }

  .canwinn-nidhi-singh-applicant-logo1 img {
    width: 98% !important;
  }
  .canwinn-details {
    height: 786px;
  }
}

@media (max-width: 1660px) {
  .canwinn-first {
    margin-top: -272px;
  }
}
@media (max-width: 1190px) {
  .canwinn-first {
    margin-top: -217px;
  }
}
@media (max-width: 1100px) {
  .canwinn-first {
    display: none;
  }
  .canwinn-home-screen-two {
    display: block;
  }
  .canwinn-second {
    display: block;
  }
  .canwinn-home-screen {
  max-width: 100%;
      transform: translate(0px, 0px);

}
}

@media (max-width: 912px) {
  .canwinn-h2 {
    font-size: 119px;
    text-align: center;
  }
  .canwinn-home-screen-two p {
    font-size: 22px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
}
}
@media (max-width: 450px) {
  .canwinn-h2 {
    font-size: 49px;
    text-align: center;
  }

}

/* MEDIA QUERIES End */


/* MEDIA QUERIES End */
