.main-section-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* height: 150vh; */
  margin-bottom: 10vh;
  height: 96vh;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .main-section-container {
    aspect-ratio: 16 / 10;
    height: auto;
  }
}
.main-section-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 52px;
}

.main-section-right {
  /* background-image: url(/images/background_1.svg);
  background-repeat: no-repeat;
  background-size: 90vw;
  background-position: left -9vw top -2vw; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-section-right::after{
  content: "";
  background-image: url(/images/background_1.svg);
  background-repeat: no-repeat;
  background-size: 85vw;
  width: 100vw;
  height: 220vh;
  transform: rotate(-44deg);
  right: -60vw;
  top: -75vh;
  position: absolute;
}

.main_text_0{
  font-size: 1.7vw;
  font-weight: 700;
  color: #de6834;
  padding-left: 5px;
}

.main_text_1 {
  font-size: calc(58px / var(--base-font));
  font-family: "Avenir";
  font-weight: 900;
  line-height: 1.25em;
  color: #000;
}
.main_text_1 sup {
  top: -0.6em;
  font-size: 0.5em;
}

.main_text_2 {
  font-size: calc(29px / var(--base-font));
  padding-top: 30px;
  margin-bottom: 0;
}

.main_text_2 span {
  font-weight: 600;
}

.section_1_img {
  width: 70%;
  position: relative;
  z-index: 3;
}

.all-sections-container {
  padding-left: 52px;
  padding-right: 60px;
  padding-bottom: 30px !important;
}
.all-sections-container.no-bg {
  background-image: unset;
}

.talent-section-container {
  position: relative;
  margin: auto;
  padding: 3rem 4rem 6rem;
  max-width: 1920px;
  background: #fff;
  z-index: 1;
}

.talent-section-container h1 {
  margin: 0px auto 0.5em;
  max-width: 75%;
  font-size: calc(52px / var(--base-font));
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  color: #000;
}
.talent-section-container h5 {
  margin: 0px auto 1em;
  max-width: 75%;
  font-size: calc(32px / var(--base-font));
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 480px) {
  .talent-section-container {
    padding: 1.5rem 2rem;
  }
  .talent-section-container h1 {
    text-align: left;
    max-width: unset;
    font-size: calc(38px / var(--base-font));
  }
  .talent-section-container h5 {
    text-align: left;
    max-width: unset;
  }
}

.talent-section-container p{
  color: #de6834;
}

.main_text_3 {
  margin-bottom: 0.5rem;
  font-size: calc(52px / var(--base-font));
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  color: #000;
}
.main_text_3 sup {
  top: -0.6em;
  font-size: 0.5em;
}

.main_text_4 {
  font-size: 1.8vw;
  font-weight: 500;
  color: #000000;
}

.main_text_5 {
  font-size: 1.8vw;
  font-weight: 700;
  color: #000000;
}

.main_text_6 {
  font-size: 1.3vw;
  font-weight: 500;
  color: #888888;
}

.main_text_7 {
  font-size: calc(28px / var(--base-font));
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}

.main_text_3,
.main_text_4,
.main_text_5,
.main_text_6,
.main_text_7 {
  text-align: center;
}

.why-companies-text {
  margin-bottom: 15px;
  font-size: calc(56px / var(--base-font));
  font-weight: 800;
  text-align: center;
  color: #de6834;
}

.talent-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
  margin-top: 30px;
  width: 75%;
  max-width: 1920px;
}

.talent-box {
  --box-theme: #de6834;
  display: flex;
  align-items: center;
  padding: 2.5rem 0px;
  width: 100%;
  height: max-content;
  color: #000;
  border-radius: 8px;
}
.talent-box:nth-child(odd) {
  --box-theme: #FCB313;
}

.talent-box .image {
  flex-shrink: 0;
  margin: 2rem;
  width: 4rem;
  height: 100%;
}
.talent-box .content {
  position: relative;
  padding: 0.5rem 0px 0.5rem 1.5rem;
  width: 100%;
  border-left: 0.5rem solid var(--box-theme);
}
.talent-box:not(:last-of-type) .content::after {
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: -0.875rem;
  width: 1.25rem;
  height: 1rem;
  background-color: var(--box-theme);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.talent-box .content h4 {
  margin-bottom: 0.5em;
  font-size: calc(28px / var(--base-font));
  font-weight: 700;
  color: #000;
}
.talent-box .content p {
  font-size: calc(24px / var(--base-font));
  font-family: "Avenir";
  font-weight: normal;
  text-align: justify;
  color: #000;
}

.talent-box .talent-box-bg {
  position: absolute;
  width: 11vw;
  height: 15vh;
  right: -5vw;
  top: -5vh;
}

.talent-box .talent-box-bg-2 {
  position: absolute;
  width: 9vw;
  height: 9vw;
  right: -3vw;
  bottom: -50px;
}

.talent-box p {
  font-size: 1.4vw;
  font-weight: 500;
  color: #fff;
}

.count-section-container {
  margin: auto;
  max-width: 1920px;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 100%);
}

.count-section-container::before {
  /* content: ""; */
  background-image: url(/images/background_1.svg);
  background-repeat: no-repeat;
  background-size: 90vw;
  position: absolute;
  width: 80vw;
  height: 170vh;
  transform: rotateY(180deg);
  right: 44vw;
  margin-top: 3vw;
}

.count-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  text-align: center;
}

.count-section h1 {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .count-section h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .count-section h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.count-section h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: auto;
  max-width: 70%;
  text-align: center;
  color: #666;
}

@media screen and (min-width: 640px) {
  .count-section h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .count-section h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.count-section-divider {
  width: 100%;
  position: relative;
  right: 0%;
  background: #c6c6c6;
}

.count-container-1 {
  margin-top: 0vw;
}

.count-head-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.all-counts-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  margin: auto;
  margin-top: 4rem;
  max-width: 1500px;
}

.count-container-2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 15px;
  padding: 0px 3.25rem;
  max-width: 420px;
  text-align: left;
  border: 0px dashed #aaa;
}
.count-container-2:not(:last-of-type) {
  border-right-width: 2px;
}

.count-section .count {
  font-size: calc(57px / var(--base-font));
  font-weight: 800;
  line-height: 1.25em;
  color: #de6834;
}
.count-container-2:nth-child(odd) .count {
  color: #FCB313;
}
.count-section .count-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;;
  color: #1a1a1a;
}

.count-section .count-description {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666;
  margin: 0.25em 0px 0px;
  width: 100%;
  max-width: 480px;
}

@media screen and (min-width: 640px) {
  .count-section .count-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .count-section .count-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.text_1{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.text_2{
  font-size: 17px;
  font-weight: 600;
}

.bottom-hiring {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
  margin: auto;
  padding: 4vh 6vw;
  width: 86%;
  max-width: calc(1604px / var(--base-font));
  color: #de6834;
  background: #feeee5;
  border-radius: 20px;
  z-index: 2;
}

.hiring-section-left{
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hiring-section-left .main-bold-text {
  font-size: calc(46px / var(--base-font));
  font-weight: 900;
  line-height: 1.75em;
}

.hiring-section-left .sub-text {
  font-size: calc(28px / var(--base-font));
  font-weight: normal;
}

.hiring-section-right svg {
  width: 100%;
}
.count-images {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 30px 0 30px 55px;
  width: 80%;
}
.count-images a{
  z-index: 1;
}

.count-images.right{
  margin-left: auto;
  /* justify-content: end; */
}

.count-images.left{

}

.count-images-container{
  display: flex;
  justify-content: center;
  padding: 18px;
  min-width: 200px;
  background: white;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(226,226,226,1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(226,226,226,1);
  box-shadow: 0px 0px 20px 10px rgba(226,226,226,1);
  border-radius: 10px;
  z-index: 1;
  align-items: center;
  /* flex: 0 1 40%; */
}
.count-images-container.smaller {
  padding: 26px;
}

.count-images img {
  /* width: 159px; */
  height: 40px;
  /* width: 10vw;
  height: 100%; */
}
.count-images-container.smaller img {
  height: 24px;
}

.why-companies-section {
  margin: auto;
  padding-bottom: 3rem;
  max-width: 1920px;
  padding-top: 6rem;
  background-image: linear-gradient(180deg, #FFEEE5 0%, #FFFFFF 100%);
}
.why-companies-section h1 {
  font-size: calc(52px / var(--base-font));
  font-weight: 800;
  text-align: center;
  color: #000;
}
.why-companies-section h1 sup {
  top: -0.6em;
  font-size: 0.5em;
}
.why-companies-section h5 {
  margin: 1em auto;
  max-width: 1064px;
  font-size: calc(32px / var(--base-font));
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #000;
}
.why-companies-section h4 {
  margin: 1em 0px;
  font-size: calc(32px / var(--base-font));
  line-height: 1.5em;
  font-weight: 900;
  color: #000;
}


.why-companies-section .row {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
.why-companies-section .row .column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0px 5rem 4rem;
  width: 50%;
}
.why-companies-section .row .column:first-child {
  border-right: 2px dashed #aaa;
}


.why-companies-section .row .content-line {
  position: relative;
  left: 6rem;
  display: flex;
  flex-direction: column;
  width: calc(100% - 6rem);
  color: #000;
}
.why-companies-section .row .content-line::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: -6rem;
  width: 4rem;
  height: 2px;
  background-color: #de6834;
  opacity: 0.5;
}
.why-companies-section .row .content-line::after {
  --radius: 0.5rem;
  content: "";
  position: absolute;
  top: calc(1.5rem + 1px - var(--radius));
  left: calc(var(--radius) * -2 - 2rem);
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  border-radius: 50%;
  background-color: #de6834;
}
.why-companies-section .row .content-line .label {
  font-size: calc(30px / var(--base-font));
  /* line-height: 1.75em; */
  font-weight: 600;
}
.why-companies-section .row .content-line .text {
  margin-bottom: auto;
  font-size: calc(26px / var(--base-font));
  font-weight: 400;
  line-height: 1.4em;
}


.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 50px;
}

.card-1 {
  border: 1px solid #d8d8d8;
  background-color: white;
  width: 25%;
  position: relative;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.card-1 svg {
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 2.5rem;
  color: #de6834;
  background-color: #fff;
  border-radius: 50%;
}

.card-1 .card-number {
  font-weight: 800;
  font-size: 48px;
  color: #de6834;
}
.card-1 .main_text_5 {
  font-size: 1.5rem;
  text-align: center;
}
.card-1 .main_text_6 {
  font-size: 1.25rem;
  text-align: center;
}

.user-testimonials {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  align-items: center;
  margin: 5rem 10rem;
  gap: 30px;
}

/* .user-testimonials > div:first-child{
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.user-image-container{
  /* max-height: 200px; */
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}

.user-image-container {
  min-height: 16rem;
  min-width: 16rem;
  max-height: 16rem;
  max-width: 16rem;
}
.user-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.user-name {
  font-size: calc(38px / var(--base-font));
  font-weight: 700;
  color: #000;
}

.user-desigination {
  font-size: calc(32px / var(--base-font));
  font-weight: 600;
  color: #000;
}

.carousel-inner{
  margin: auto;
  width: 95%;
}

.carousel.slide button {
  border: none;
  background: none;
  width: 15%;
}

.user-review {
  margin-top: 0.75rem;
  font-size: calc(28px / var(--base-font));
  font-weight: 400;
  color: #888;
}

.carousel-control-prev-icon {
  background-image: url("/images/Polygon 59.svg");
}

.carousel-control-next-icon {
  background-image: url("/images/Polygon 60.svg");
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #707070;
}

.carousel-indicators .active {
  border: 1px solid #de6834;
  border-radius: 50%;
  background-color: #de6834;
}

.hire-supercoder-section {
  position: relative;
  margin: auto;
  padding: 5rem 0px 3rem;
  width: 100%;
  max-width: 1600px;
  min-height: 100px;
  overflow: hidden;
}

.bg-image-footer {
  position: relative;
}

.hire-supercoder-section::before {
  content: "";
  /* background-image: url(/images/background_1.svg); */
  background-repeat: no-repeat;
  background-size: 94%;
  position: absolute;
  width: 58%;
  height: 100%;
  top: 5vw;
  right: -15vw;
  z-index: 1;
  pointer-events: none;
}

.hire-supercoder-section>p,
.hire-supercoder-section>div {
  position: relative;
  z-index: 1;
}

.points-container {
  margin-top: 35px;
}

.points {
  font-size: 2.8vw;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
}

.points img {
  width: 3vw;
  position: relative;
  top: -2px;
}

.divider-btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
  align-items: center;
}

.hire-supercoder-section .columns {
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
.hire-supercoder-section .columns .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.8rem 4.5rem 4rem;
  width: 50%;
  color: #000;
  transition: 300ms ease background;
}
.hire-supercoder-section .columns .column:hover,
.hire-supercoder-section .columns .column:active {
  background-color: #f8f8f8;
}
.hire-supercoder-section .columns .column.left {
  border-right: 2px dashed #aaa;
}
.hire-supercoder-section .columns .column h2 {
  font-size: calc(32px / var(--base-font));
  line-height: 1.5em;
  font-weight: 900;
  color: #000;
}
.hire-supercoder-section .columns .column p {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
  font-size: calc(20px / var(--base-font));
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.25rem;
  color: #000;
  background-color: #FFD476;
}
.hire-supercoder-section .columns .column ul {
  padding-left: 0.5rem;
  list-style: none;
}
.hire-supercoder-section .columns .column ul li {
  position: relative;
  margin-top: 0.5em;
  margin-left: 1.75em;
  font-size: calc(28px / var(--base-font));
  line-height: 1.5em;
  color: #333;
}
.hire-supercoder-section .columns .column ul li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -2em;
  display: block;
  margin: -0.2em 0.75em 0px 0px;
  width: 1.8rem;
  height: 0.4rem;
  background-color: #de6834;
}
.hire-supercoder-section .columns .column .btn-1 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto !important;
  font-size: calc(24px / var(--base-font));
  font-weight: bold;
  background-color: #de6834;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  padding: 1rem 1.75rem;
  border-radius: 4px;
  /* transition: 150ms ease-out box-shadow; */
}
/* .hire-supercoder-section .columns .column .btn-1:hover {
  box-shadow: 0.25rem 0.25rem 0.5rem #2224;
} */

.all-switch-tabs{
  display: flex;
  font-size: 1.3vw;
  font-weight: 600;
  color: #de6834;
  background: white;
  width: max-content;
  border-radius: 100px;
}

.switch-tab{
  padding: 1vh 3vw;
  border-radius: 100px;
  cursor: pointer;
}

.switch-tab.active{
  background: #f29066;
  color: #FFFFFF;
}

.switch-tab-text{
  display: none;
}

.main_text_8{
  margin-bottom: 1rem;
  font-size: 2vw;
  text-align: center;
}

.main_text_9{
  font-size: 2.3vw;
}

.switch-tab-text.active{
  display: block;
}

.switch-tabs-text-container{
  margin-top: 1rem;
}

.adv-invest-container{
  color: black;
}

.adv-invest-container .main-text-1{
  font-size: 2.9vw;
 font-weight: 500; 
}

.adv-invest-container .main-text-2{
  font-size: 1.3vw;
  font-weight: 300;
}

.backed-by-images-container{
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 4rem;
}

.backed-by-images-container img{
  width: 130px;
}
.news-sections-container{
  margin-top: 30px;
}
.news-container-1{
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
}
.news-container{
  max-width: 200px;
  position: relative;
  z-index: 2;
}
.news-container, .news-container:hover{
  text-decoration: none;
}
.news-placeholder{
  height: 100px;
  width: 190px;
  border-radius: 10px;
}

.news-placeholder img{
  border-radius: inherit;
  height: inherit;
  width: inherit;
}

.news-title{
  font-size: 17px;
  color: #333333;
  margin-top: 10px;
}

.news-source{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-top: 5px;
}

.country-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 5rem;
  /* max-width: 1920px; */
  position: relative;
  background: transparent;
  z-index: -2;
}

.country-bg-image {
  position: absolute;
  inset: 0;
  background-image: url("/images/landing/2024/background-wave.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.95;
  z-index: -1;
}

.country-section h1 {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 1rem;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .country-section h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .country-section h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.country-section .sub-section {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 1300px;
}

.country-section .sub-section p,
.country-section .sub-section li {
  font-size: 1.5rem;
}
.country-section .sub-section ul {
  padding-left: 0px;
  list-style: none;
}
.country-section .sub-section li {
  position: relative;
  margin-left: 1.75rem;
  font-weight: 600;
  line-height: 1.8em;
}

.country-section .sub-section li::before {
  content: "";
  position: absolute;
  top: calc( 1em - 0.125rem);
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 0.25rem;
  background-color: #de6834;
}

.country-section .sub-section h3 {
  margin-left: -16%;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
}
.country-section .sub-section h4 {
  font-size: 1.5rem;
  font-weight: 600;
}
.country-section .sub-section .map-area {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  gap: 1rem;
  margin: 2rem auto;
  padding: 2rem 0px;
  width: 100%;
  max-width: 1100px;
  height: 500px;
  background-image: url("/images/landing/2024/india_map.png");
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}

.country-section .sub-section .map-area .content-line {
  position: relative;
  display: flex;
  flex-direction: column;
  /* margin-left: -15rem; */
  /* text-wrap: nowrap; */
  color: #000;
}
.country-section .sub-section .map-area .content-line:nth-child(1) { left: -10%; }
.country-section .sub-section .map-area .content-line:nth-child(2) { left: 0%; }
.country-section .sub-section .map-area .content-line:nth-child(3) { left: 0%; }
.country-section .sub-section .map-area .content-line:nth-child(4) { left: -3%; }
.country-section .sub-section .map-area .content-line:nth-child(5) { left: -6%; }
.country-section .sub-section .map-area .content-line::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(-100% - 2rem);
  width: 100%;
  height: 2px;
  border-top: 2px solid #de6834;
  opacity: 0.5;
}

@media screen and (min-width: 1600px) {
  .country-section .sub-section .map-area {
    max-width: 1180px;
  }
.country-section .sub-section .map-area .content-line:nth-child(1) { left: -15%; }
.country-section .sub-section .map-area .content-line:nth-child(2) { left: -5%; }
.country-section .sub-section .map-area .content-line:nth-child(4) { left: -12%; }
}

.country-section .sub-section .map-area .content-line:nth-child(2)::before {
  left: calc(-80% - 2rem);
  width: 80%;
}
.country-section .sub-section .map-area .content-line:nth-child(3)::before {
  left: calc(-70% - 2rem);
  width: 70%;
}
.country-section .sub-section .map-area .content-line:nth-child(4)::before {
  left: calc(-100% - 2rem);
  width: 100%;
}
.country-section .sub-section .map-area .content-line:nth-child(5)::before {
  left: calc(-70% - 2rem);
  width: 70%;
}
.country-section .sub-section .map-area .content-line::after {
  --radius: 0.5rem;
  content: "";
  position: absolute;
  top: calc(50% - var(--radius));
  left: calc(var(--radius) * -2 - 2rem);
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  border-radius: 50%;
  background-color: #de6834;
}
.country-section .sub-section .map-area .content-line .label {
  font-size: calc(30px / var(--base-font));
  line-height: 1.5em;
  font-weight: 600;
  color: #1a1a1a;
}
.country-section .sub-section .map-area .content-line .text {
  margin-bottom: auto;
  font-size: calc(26px / var(--base-font));
  line-height: 1em;
  color:#666;
}

.testimonials-container {
  margin: auto;
  max-width: 1920px;
  background-image: linear-gradient(180deg, #FFEEE5 0%, #FFFFFF 100%);
}

.programs-section {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.programs-section-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }

@media (min-width: 1024px) {
    .programs-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .programs-section-container {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (min-width: 640px) {
    .programs-section {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  
  .programs-section-card {
    --shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--shadow);
    border-radius: .75rem;
    overflow: hidden;
  }

.programs-section-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  background-color: rgb(52 57 75 / 1);
  position: relative;
}

.programs-section-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programs-section-card-image .image-text {
    color: #F8F8F8;
    position: absolute; 
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: calc(58px / var(--base-font));
    font-weight: 600;
    opacity: .8;
    z-index: 3000;
    text-transform: uppercase;
}

.programs-section .content-box {
  padding: 2rem;
}

.programs-section .content-box h1 {
    font-size: calc(32px / var(--base-font));
    line-height: 2rem;
    font-weight: 700;
}

.programs-section .content-box h2 {
    font-size: calc(28px / var(--base-font));
    line-height: 1.75rem;
    font-weight: 600;
    color: #de6834;
}

.programs-section .content-box p {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1.5rem;
    font-size: calc(25px / var(--base-font));
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.button-container a {
    padding: 0.6em 1.8em;
    font-size: calc(24px / var(--base-font));
    font-family: "Avenir";
    font-weight: 500;
    color: #fff;
    background-color: #de6834;
    border-radius: 4px;
    width: fit-content;
}
.button-container a:hover {
    color: #fff;
}

.button-container .btn__secondary {
    color: #de6834;
    background-color: #fff;
    border: 2px solid #de6834;
}
.button-container .btn__secondary:hover {
    color: #de6834;
}

@media (max-width: 1500px) {
  .count-container-2 {
    padding: 0px 2.85rem;
  }
}

@media (max-width: 1200px) {
  .main-section-container {
    margin-bottom: 0;
  }
  .main-section-container::before{
    background-size: 150vh !important;
  }
  .count-images{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
  }
}

@media (min-width: 1321px) {
  .count-images img {
    /* width: 176px; */
    height: 42px;
  }
}

@media (max-width: 950px) {
  .main-section-container {
    margin-bottom: 0;
  }

  .count-section-container {
    min-height: unset;
  }
  .section_1_img{
    top: 15vh;
  }
  .main-section-center{
    padding-top: 10vh;
  }
  .card-1{
    width: 22vw;
  }
  .country-section h1 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .testimonials-container {
    position: relative;
    right: 5%;
    margin-top: calc(50px + 2rem) !important;
    margin-bottom: 3rem;
    padding: 0px;
    width: 110%;
  }

  .testimonials-container .carousel-inner {
    width: 100%;
    overflow: visible;
  }
  .testimonials-container .carousel-item {
    padding: 1rem;
    background-color: #feeee5;
    border-radius: 0px;
  }

  .user-testimonials {
    grid-template-columns: unset !important;
    margin: 5vw 7vw 4rem !important;
    gap: 5px !important;
  }
  .user-testimonials>div {
    display: flex;
    flex-direction: column;
    margin-bottom: calc(-50px - 0.5rem);
  }
  .user-testimonials>div p {
    order: 2;
  text-align: left;
  }
  .user-testimonials>div p:first-child {
    padding-top: 1.25rem;
  }
  .user-testimonials>div p:last-child {
    order: 1;
  }
  .user-testimonials>div p:first-child::before {
    content: "";
    display: block;
    margin-bottom: 1rem;
    width: 3rem;
    height: 3px;
    background-color: #de6834;
  }

  .user-testimonials .user-review {
    margin-top: 1em;
    font-size: 1rem;
    color: #000;
    text-align: left;
  }

  .carousel-indicators {
    margin-top: 2rem;
    margin-bottom: -2.5rem;
  }
  .carousel-indicators li {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #E6E6E6;
    border: none;
  }
  .carousel-indicators li.active {
    border: none;
  }

  .carousel.slide button {
    display: none;
    width: unset;
  }

  .user-image-container {
    max-height: unset !important;
    max-width: unset !important;
    min-width: none;  
    min-height: 7rem !important;
    overflow: unset;
  }

    .user-image {
    margin-top: calc(-150px);
    width: 200px !important;
    height: 200px !important;
  }

    .all-counts-container {
    flex-direction: column;
    margin-top: 2rem;
    padding-left: 0px;
    border-left: none;
    text-align: left;
  }

  .count-container-2 {
    margin-bottom: 0px;
    padding: 1rem 0px;
    max-width: unset;
  }
  .count-container-2:not(:last-of-type) {
    border-right-width: 0px;
    border-bottom-width: 2px;
  }
  
}
@media (max-width: 500px) {
  .main-section-right::after{
    display: none;
  }
  /* .wrapper__main {
    padding-top: 16vh;
  } */
  /* .wrapper__main {
    zoom: 1.8;
  }

  footer {
    zoom: 0.7;
  } */

  .user-name {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  .user-desigination {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .main_text_0{
    font-size: 15px;
    font-weight: 800;
  }

  .main_text_1{
    font-size: 30px;
    line-height: 38px;
    text-align: left;
  }

  .main_text_2{
    font-size: 17px;
  }
  .section_1_img{
    margin: auto;
    width: 60%;
  }

  .main-section-container {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    height: max-content;
    position: relative;
    text-align: center;
    margin-bottom: 0;
  }

  .main-section-center {
    height: max-content;
    padding: 10px;
  }

  .main_text_2 {
    padding-top: 12px;
    text-align: left;
  }

  .main-section-center button {
    display: none;
  }

  .main-section-right button {
    --base-font: 1.75;
    display: block !important;
    padding: 0.8em 2.4em;
    font-size: calc(24px / var(--base-font));
    font-family: "Avenir";
    font-weight: 500;
    color: #fff;
    background-color: #de6834;
    border-radius: 4px;
  }

  .main-section-right {
    flex-direction: column;
    align-items: flex-start;
    background-image: none;
    top: unset;
    background-position: unset;
  }

  .section_1_img {
    left: unset;
    top: unset;
  }

  .all-sections-container {
    margin: unset !important;
    top: unset !important;
  }

  .btn-1 {
    margin-top: 15px !important;
  }

  .main_text_3{
    font-size: 30px;
    line-height: 38px;
  }
  .main_text_4{
    font-size: 13px;
  }
  
  .main_text_7 {
    font-size: 20px;
  }
  .main_text_7 br {
    display: none;
  }

  .divider-btn {
    display: none;
  }

  .points{
    position: relative;
    margin-left: 1.5em;
    font-size: 20px;
  }

  .points img{
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    width: 20px;
  }

  .all-sections-container {
    margin-top: 15px !important;
    padding: 10px 1.5rem;
    /* background-image: url("/images/count-section-bg.svg"); */
    /* background-position: 71% 0%;
    background-size: 150vh;
    background-repeat: no-repeat; */
  }
  .hire-supercoder-section::before {
    top: 25%;
    right: 0px;
    width: 100%;
    height: 84vh;
    background-size: cover;
  }

  .talent-box-container {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .talent-box {
    width: 100%;
    padding: 0px;
  }
  .talent-box .image {
    margin: 0px 1.5rem 0px 0px;
    width: 3rem;
  }
  .talent-box .content {
    padding: 0.5rem 0px 0.5rem 1.5rem;
  }

  .talent-box .talent-box-img {
    margin-bottom: 6%;
    width: 40px;
    height: unset;
  }

  .talent-box p {
    font-size: 19px;
  }

  .talent-box .talent-box-bg{
    width: 50px;
    height: 15vw;
    right: -2vw;
    top: -16px;
  }

  .talent-box .talent-box-bg-2 {
    position: absolute;
    width: 12vw;
    height: 13vw;
    right: -4%;
    bottom: -10px;
    transform: rotate(270deg);
  }
  .count-section-container {
    padding-top: 0px;
  }
  .count-head-container {
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
    text-wrap: nowrap;
  }

  .count-section {
    padding: 2rem;
    margin-bottom: 0px;
  }
  .count-section h1 {
    text-align: left;
  }
  .count-section h5 {
    text-align: left;
    max-width: unset;
  }

  .count-section .count-description {
    width: 100%;
  }

  .count-container-2 {
    margin-bottom: 0px;
    padding: 1rem 0px;
    max-width: unset;
  }
  .count-container-2:not(:last-of-type) {
    border-right-width: 0px;
    border-bottom-width: 2px;
  }

  .text_1{
    font-size: 20px !important;
  }
  .count-images {
    margin-bottom: 20px;
  }
  .count-images img{
    /* width: 100px; */
    height: 24px;
  }

  .count-images-container {
    padding: 12.5px;
    min-width: auto;
    /* background-color: transparent !important; */
  }

  .count-section-container::before {
    display: none;
  }

  .count-container-1 {
    margin-top: 0;
  }

  .count-section-divider {
    width: 100vw;
    right: 10vw;
  }

  .why-companies-section {
    margin-top: 0px;
    padding: 2rem;
  }

  .why-companies-section h1 {
    font-size: calc(36px / var(--base-font));
    text-align: left;
  }
  .why-companies-section h5 {
    text-align: left;
  }

  .why-companies-section .row {
    flex-direction: column;
  }
  .why-companies-section .row .column {
    padding: 0px;
    width: 100%;
  }
  .why-companies-section .row .column:first-child {
    padding-bottom: 1.5rem;
    border-right: none;
    border-bottom: 2px dashed #aaa;
  }
  .why-companies-section .row .content-line {
    left: 3rem;
    width: calc(100% - 3rem);
  }

  .cards-container {
    margin-top: 30px;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }

  .card-1 {
    padding: 1rem;
    width: 100%;
  }
  
  .main_text_5{
    font-size: 17px;
  }
  
  .main_text_6{
    font-size: 14px;
  }

  .why-companies-text {
    font-size: calc(32px / var(--base-font));
    color: #de6834;
    text-align: left;
  }
  .why-companies-text::after {
    content: "";
    position: relative;
    display: block;
    margin-top: 1rem;
    width: 30%;
    height: 2px;
    background-color: #E2AE91;
  }

  .card-1 img{
    height: 26px;
    width: 26px;
  }

  .card-1 .card-number{
    font-size: 32px;
  }

  .card-1 .main_text_5 {
    font-size: 20px;
  }

  .card-1 .main_text_6 {
    font-size: 14px;
  }

  .hire-supercoder-section {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 2rem;
  }



  .count-images {
    margin-top: 10px;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .btn-2 {
    width: max-content;
  }

  .user-image-container {
    max-height: unset !important;
    overflow: unset;
  }
  .hiring-section-left {
    padding: 0px;
  }
  .bottom-hiring {
    padding: 20px;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .bottom-hiring {
    width: 100% !important;
  }
  .bottom-hiring .text_1 {
    font-size: 24px;
    font-weight: 600;
  }
  .bottom-hiring .text_2 {
    font-size: 16px;
    font-weight: 500;
  }

  .user-image-container {
    min-height: 4rem !important;
  }

  .user-image {
    margin-top: calc(-50px - 2rem);
    width: 100px !important;
    height: 100px !important;
  }
  .all-switch-tabs{
    font-size: 14px;
  }

  .main_text_8{
    font-size: 19px;
  }
  .adv-invest-container .main-text-1{
    font-size: 22px;
  }
  .adv-invest-container .main-text-2{
    font-size: 14px;
  }
  .backed-by-images-container img{
    width: 110px;
  }

  .main_text_9{
    font-size: 21px;
  }

  .news-container-1{
    flex-direction: column;
    align-items: center;
  }
  .count-images-container.smaller {
    padding: 12px;
  }
  .card-1 svg {
    width: 2rem;
    height: 2rem;
  }
  .hire-supercoder-section .columns {
    flex-direction: column;
  }
  .hire-supercoder-section .columns .column {
    padding: 1rem 0px;
    width: 100%;
  }
  .hire-supercoder-section .columns .column.left {
    border-right: none;
    border-bottom: 2px dashed #aaa;
  }
  .hire-supercoder-section .columns .column.left br {
    display: none;
  }
  .hire-supercoder-section .columns .column h2 {
    position: relative;
    font-size: calc(28px / var(--base-font));
    color: #000;
  }
  .hire-supercoder-section .columns .column h2::before {
    content: "";
    position: absolute;
    top: 0.35em;
    left: -2.25rem;
    width: 1rem;
    height: 0.5rem;
    background-color: #de6834;
  }
  .hire-supercoder-section .columns .column p {
    font-size: calc(18px / var(--base-font));
    font-weight: 600;
  }
  .hire-supercoder-section .columns .column ul li {
    margin-left: 1.25em;
    font-size: 16px;
    font-weight: 500;
  }
  .hire-supercoder-section .columns .column ul li:not(:first-child) {
    margin-top: 0.8em;
  }
  .hire-supercoder-section .columns .column ul li:not(:last-child) {
    padding-bottom: 0.1em;
    /* border-bottom: 2px dashed #FFBEA2; */
  }
  .hire-supercoder-section .columns .column ul li::before {
    top: 0.75em;
    left: -1.5em;
    width: 0.65em;
  }
  .hire-supercoder-section .columns .column .btn-1 {
    padding: 0.75rem 1.5rem;
    font-size: calc(20px / var(--base-font));
    font-weight: 500;
    text-align: center;
  }
  .centered-heading {
    margin-bottom: -1rem;
    padding: 1rem;
    font-size: 1.5rem;
  }
  #testimonials {
    padding: 0px;
    gap: 1rem;
  }
  #testimonials .description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0px 2rem;
  }
  #testimonials .cards {
    margin-left: 0px;
    padding: 2em;
  }
  #testimonials .cards .card {
    box-shadow: 0px 0.1rem 0.2rem #00000029;
  }
}

@media screen and (max-width: 768px) {
  .country-section {
    padding: 1.5rem;
  }
  .country-bg-image {
    padding: 1.5rem;
    background-position-y: 67%;
  }
  .country-section h1 br {
    display: none;
  }
  .country-section .sub-section {
    width: 100%;
  }
  .country-section .sub-section p,
  .country-section .sub-section li {
    font-size: 1.25rem;
  }
  .country-section .sub-section .map-area {
    justify-content: center;
    gap: 3vw;
    margin: 0px auto;
    padding: 0px;
    height: 100vw;
    background-size: 80%;
    max-width: 520px;

    /* background-image: url("/images/landing/2024/india_map_mobile.png"); */
  }
  .country-section .sub-section .map-area .content-line {
    --base-font: 1.75;
    margin-left: 0px;
    width: 36vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(1) {
    left: -15%;
    margin-top: -5vw;
    width: auto;
  }
  .country-section .sub-section .map-area .content-line:nth-child(2) {
    left: -5%;
    margin-bottom: 25vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(3) {
    left: 5%;
    width: 30vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(4) {
    left: 0px;
    margin-top: -1vw;
    width: 40vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(5) {
    left: -7%;
    width: 40vw;
  }
  .country-section .sub-section .map-area .content-line::before {
    left: calc(-6vw - 1rem) !important;
    width: 6vw !important;
  }
  .country-section .sub-section .map-area .content-line::after {
    --radius: 0.25rem;
    left: calc(var(--radius) * -2 - 1rem);
  }
  /* .country-section .sub-section .map-area .content-line .label {
    font-size: 2rem;
  } */
  .country-section .sub-section .map-area .content-line .unit {
    font-size: 1rem;
  }
  /* .country-section .sub-section .map-area .content-line .text {
    font-size: 0.8rem;
  } */
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    .country-section .sub-section .map-area .content-line:nth-child(1) {
    left: -13%;
    top: 3%;
    margin-top: -4vw;
    width: auto;
  }
  .country-section .sub-section .map-area .content-line:nth-child(2) {
    left: 1%;
    top: 2%;
    margin-bottom: 20vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(3) {
    left: 5%;
    width: 30vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(4) {
    left: 12%;
    margin-top: -1vw;
    width: 40vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(5) {
    left: 5%;
    width: 40vw;
  }
}

@media screen and (max-width: 480px) {
  .main_text_3,
  .main_text_4,
  .main_text_5,
  .main_text_6,
  .main_text_7 {
    text-align: left;
  }
  .main_text_3 {
    font-size: 1.45rem;
  }

  .country-section .sub-section .map-area {
    justify-content: center;
    gap: 3vw;
    margin: 0px;
    padding: 0px;
    height: 100vw;
    background-size: 80%;
    /* background-image: url("/images/landing/2024/india_map_mobile.png"); */
  }
  .country-section .sub-section .map-area .content-line {
    --base-font: 2.5;
    margin-left: 0px;
    width: 36vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(1) {
    left: -15%;
    margin-top: -5vw;
    width: auto;
  }
  .country-section .sub-section .map-area .content-line:nth-child(2) {
    left: -5%;
    margin-bottom: 25vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(3) {
    left: 5%;
    width: 30vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(4) {
    left: 0px;
    margin-top: -1vw;
    width: 40vw;
  }
  .country-section .sub-section .map-area .content-line:nth-child(5) {
    left: -7%;
    width: 40vw;
  }
  .country-section .sub-section .map-area .content-line::before {
    left: calc(-6vw - 1rem) !important;
    width: 6vw !important;
  }
  .country-section .sub-section .map-area .content-line::after {
    --radius: 0.25rem;
    left: calc(var(--radius) * -2 - 1rem);
  }
  /* .country-section .sub-section .map-area .content-line .label {
    font-size: 2rem;
  } */
  .country-section .sub-section .map-area .content-line .unit {
    font-size: 1rem;
  }
  /* .country-section .sub-section .map-area .content-line .text {
    font-size: 0.8rem;
  } */
}

@media screen and (max-width: 360px) {
  .country-section .sub-section .map-area .content-line:nth-child(1) {
    left: -15%;
    margin-top: 0px;
  }
  .country-section .sub-section .map-area .content-line:nth-child(1)::before {
    height: 0.5rem;
    border-left: 2px solid #de6834;
  }
  .country-section .sub-section .map-area .content-line:last-child::before {
    top: calc(50% - 0.35rem);
    height: 0.5rem;
    border-left: 2px solid #de6834;
    border-top: none;
    border-bottom: 2px solid #de6834;
  }
}

@media screen and (min-width: 1600px) {
  .programs-section {
    max-width: 100rem;
  }
  .programs-section-card {
    width: 700px;
  }
}
/* only ios mobile device */
/* @supports (-webkit-touch-callout: none){
 .wrapper__main{
  zoom: 200%;
 }
 .main-section-center{
  padding: 0;
 }
} */

@media screen and (min-width: 1500px) {
    .user-image-container {
    max-height: unset !important;
    max-width: unset !important;
    min-width: none;  
    min-height: 7rem !important;
    overflow: unset;
  }
}