@import url("https://use.typekit.net/mfj0rmd.css");
@import url("https://db.onlinewebfonts.com/c/2d57f676e3d6955778fb8acac0176b9a?family=Eina01-Bold");
@import url("https://db.onlinewebfonts.com/c/032d6b2c34344e22d2cbca6b7050d642?family=Eina01-SemiBold");
@import url("/websiteNew/assets/fonts/Avenir Next/stylesheet.css");

@font-face {
  font-family: 'Avenir Next';
  src: url('/websiteNew/assets/fonts/Nunito Sans/NunitoSans_10pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/websiteNew/assets/fonts/Nunito Sans/NunitoSans_10pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Black.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Nunito Sans/NunitoSans_10pt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Roman';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* { padding: 0px; margin: 0px; box-sizing: border-box; }

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Avenir';
  height: 1500px;
  color: #000;
}

.logo {
  color: #DE6834;
  font-family: "Changa", sans-serif;
  font-size: 1.68em;
  font-weight: 500;
}
.logo strong {
  font-family: "Changa One", cursive;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

main {
  padding: 5em 0px;
  width: 100%;
}
main section {
  padding-left: 5em;
  padding-right: 5em;
}
main section:not(:is(#about, #get-in-touch, .alumni, .tdp-container)) {
  padding-top: 5em;
  padding-bottom: 5em;
}

section .text {
  width: 50%;
}
section .text .colored {
  color: #DE6834;
}
section .text .italic {
  font-style: italic;
}

section.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 85vh;
  background-image: url(/images/background-1-pgp.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
section.hero .group {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  padding-top: 0em;
  width: 62%;
  gap: 0.75em;
  text-align: center;
}
section.hero .group.left {
  justify-content: flex-end;
}
section.hero .group.right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
/* [debug], [debug] * {
  outline: 1px dashed #f004;
} */
section h2.text {
  /* margin-top: em; */
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  font-family: 'Avenir';
  font-weight: 800;
  font-size: 3.3em;
  line-height: 1.2em;
}
section p.text {
  width: 100%;
  line-height: 1.68em;
  font-size: 1.5em;
  letter-spacing: -0.00625em;
}
section.hero .group.left p.text {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90%;
}

section.hero .image {
  margin-top: 3em;
  margin-bottom: -4em;
  width: 100%;
  height: 100%;
  background-image: url("/images/pg-program-in-se/pair-programming-amico.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  scale: 1.5;
}

section.hero a, .button.primary {
  align-self: flex-start;
  padding: 1.125em 3em;
  width: auto;
  font-size: 1em;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #de6834;
  cursor: pointer;
}
section.hero a.secondary {
  font-weight: 500;
  color: #de6834;
  background-color: transparent;
  border: 2px solid #de6834;
}
section.hero a, .button.primary,
section.hero a.secondary {
  border: 2px solid #de6834;
}

.button.wide {
  padding: 1em 4em;
}

section.stats {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
section.stats::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("/images/background-1-pgp.svg");
  background-position: center -50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
section.stats .activity_section {
  margin: 2em 0px 2.5em;
  padding: 3em 2em;
  background-color: #de6834;
  border-radius: 20px;
}
section.stats .activity_section .row {
  justify-content: space-evenly;
}

.activity_section.pad {
  padding: 3em 10em;
  border-radius: 20px;
}

section.stats .group {
  width: 25%;
}
section.stats .text {
  font-size: 1em;
}

section.tdp-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: -3em;
  padding-top: 0em;
  padding-bottom: 5em;
}

section.tdp-container h1.text {
  font-size: 3.96em;
  font-weight: 900;
  line-height: 1.15em;
  width: 70%;
}

section.key-points {
  padding: 0px;
  padding-top: 2em;
  background-image: linear-gradient(#FFEEE5, #FFFFFF);
}
section.key-points h2 {
  text-align: center;
  font-size: 3.1em;
  font-weight: 900;
  background-image: linear-gradient(#DE6834, #88310A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.key-points p {
  padding: 1rem 10rem;
  text-align: center;
  font-family: 'Avenir Next';
  font-size: 1.5em;
  font-weight: 500;
}

section .cards {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 1em;
  padding: 3em 5em;
  padding-right: 5em;
  background-image: url("/images/pg-program-in-se/key-points-bg.svg");
  background-size: cover;
}

section .cards .card {
  position: relative;
  display: block;
  padding: 1.5em 1.18em 1.2em;
  font-family: 'Avenir Roman';
  font-size: 1.26em;
  line-height: 1.6em;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23FFBEA2' stroke-width='4' stroke-dasharray='16%2c 16' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: transparent;
  border: none;
}
section .cards .card:first-of-type {
  padding-right: 1em;
}
section .cards .card:nth-of-type(3) {
  padding-right: 1.5em;
}
section .cards .card:last-of-type {
  padding-right: 4em;
}
section .cards .card svg {
  position: absolute;
  top: -1.6em;
  font-size: 0.6em;
  left: calc(50% - 1.6em);
  width: 3.2em;
  height: 3.2em;
  color: #de6834;
  background-color: #fff3ed;
  border-radius: 50%;
}
section .cards .card:nth-child(2n) svg {
  color: #fcb313;
}

section .cards .card:last-of-type::after {
  content: "";
  position: absolute;
  right: -5em;
  bottom: -66%;
  width: 10em;
  height: 200%;
  background-image: url(/images/pg-program-in-se/rocket-inject.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/images/pg-program-in-se/_bg\ (1).png");
  z-index: -1;
  opacity: 0.3;
}

section .cards .card h5 {
  /* margin-bottom: 0.5em; */
  padding-right: 0.5em;
  font-family: "Avenir Next";
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
}

.columns {
  display: flex;
  flex-direction: row;
}
.w-fill {
  width: 100%;
}

section.how-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-bottom: 0px;
  padding-top: 1em !important;
  background-image: linear-gradient( #FFFFFF, #ffeee5);
}
section.how-work>.columns {
  justify-content: space-between;
}

section.how-work .left {
  width: calc(100% - 5em);
}

section.how-work .left h3 {
  position: relative;
  padding: 0.3em 0px;
  width: 100%;
  font-size: 3.1em;
  font-weight: 900;
  color: #DE6834;
}
section.how-work h3::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 2em;
  height: 3px;
  background-color: #E2AE91;
}

section.how-work .left p {
  margin-top: 0.8em;
  width: 100%;
  font-family: "Avenir Next";
  font-size: 1.45em;
  line-height: 1.8em;
  color: #333;
}

section.how-work ul.steps {
  position: relative;
  top: -6.8em;
  list-style: none;
}

ul.steps {
  position: relative;
}
ul.steps::before {
  content: "";
  position: absolute;
  left: 1.45em;
  top: 1.6em;
  width: 1.3em;
  height: 75%;
  background-image: url("/images/pg-program-in-se/steps-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.steps li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5em;
}
ul.steps li::before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: calc(1.6em);
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #DE6834 0%, #88310A 100%);
}
ul.steps li:not(:last-child)::after {
  /* content: ""; */
  position: absolute;
  left: 1.6em;
  top: calc(5.5em);
  width: 1em;
  height: 1em;
  background-image: url("/images/pg-program-in-se/arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

ul.steps li img {
  align-self: flex-start;
  margin-top: 1.5em;
  width: 4.5em;
  height: auto;
}
ul.steps li:first-of-type {
  padding-bottom: 2.5em;
}

ul.steps li:first-of-type img {
  margin-top: 0px;
  align-self: center;
}
ul.steps li:nth-of-type(2) img {
  margin-left: -0.5em;
  margin-right: 0.5em;
}

ul.steps .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 1.5em 1em 1.5em;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
ul.steps h4 {
  margin-bottom: 0px;
  font-family: "Avenir Next";
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
}
ul.steps li p {
  margin-top: 0px;
  font-family: 'Avenir Roman';
  font-size: 1.25em;
  line-height: 1.5em;
}

.skills-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -2em;
  width: 100%;
}

.skills-area h1 {
  margin-bottom: 1em;
  width: 90%;
  font-size: 3.1em;
  font-weight: 900;
  text-align: center;
}
.skills-area .phases .left {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-right: 5em;
  width: calc(45% - 6.5em);
}
.skills-area .phase {
  padding: 1em 0px;
  color: #DE6834;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
}
.skills-area .phase:hover {
  background-image: linear-gradient(90deg, #FFBEA2, #69463800);
}
.skills-area .phase.active {
  background-image: linear-gradient(90deg, #FFBEA2 0%, #B4765B29 52%, #6F341A00 100%);
}
.skills-area .phase .title {
  font-family: 'Avenir Next';
  font-size: 1.75em;
  font-weight: bold;
}
.skills-area .phase .sub-title {
  font-family: 'Avenir Next';
  margin-top: -0.5em;
  font-size: 1.1em;
  font-weight: 600;
}
.skills-area .phase .duration {
  font-family: 'Avenir Next';
  margin-top: -0.25em;
  font-size: 1.1em;
  font-weight: 600;
  color: #666;
}
.skills-area .phase .title,
.skills-area .phase .sub-title,
.skills-area .phase .duration {
  text-align: left;
  padding-left: 1.5rem;
}
.skills-area .phase .sub-title {
  margin-top: 0em;
}

.skills-area .right {
  display: flex;
  flex-direction: column;
  gap: 5em;
  height: 500px;
  overflow: auto;
  /* scrollbar-color: transparent transparent; Hiding scrollbar for Firefox */
}
/* Hiding scrollbar for Chrome */
/* .skills-area .right::-webkit-scrollbar {
  width: 0;
} */

/* .skills-area .right::-webkit-scrollbar-thumb {
  background-color: #de6834;
} */
.skills-area .right .phase-content:last-of-type {
  flex-shrink: 0;
  height: 100%;
}

.skills-area .phase-content h2 {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  font-family: "Avenir";
  font-size: 1em;
  font-weight: bold;
  background-color: #DE6834;
  color: #fff;
  border-radius: 0.5em;
}
.skills-area .phase-content h2::before {
  /* content: "1"; */
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}
.skills-area .phase-content h3 {
  position: relative;
  padding-top: 0.1em;
  padding-right: 1em;
  font-family: "Avenir Next";
  font-size: 1.64em;
  font-weight: 700;
  line-height: 1.6em;
  color: #868686;
}
.skills-area .phase-content h4 {
  /* padding-right: 5em; */
  font-size: 1.64em;
  font-weight: bold;
  line-height: 1.6em;
  color: #868686;
}

.skills-area .phase-content .item {
  position: relative;
  margin-top: 1.5em;
  padding: 0px 1.7em;
}
.skills-area .phase-content .item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0.45em;
  height: 100%;
  background-color: #FCB313;
}
.skills-area .phase-content .item:nth-child(2n):before {
  background-color: #DE6834;
}

.skills-area .phase-content .conclusion {
  margin-top: 2em;
  padding: 1em 1.5em;
  background-color: #fac5af;
  border-radius: 0.5em;
}
.skills-area .phase-content .conclusion h4 {
  font-size: 1.15em;
  font-family: "Avenir";
  font-weight: 900;
  color: #de6834;
}
.skills-area .phase-content .conclusion h6 {
  font-size: 1em;
  color: #333;
}

.skills-area .phase-content h5 {
  margin-bottom: 0.5em;
  padding-right: 1em;
  font-family: 'Avenir Next';
  font-size: 1.4em;
  font-weight: bold;
}

.skills-area .phase-content p {
  margin-top: 0px;
  font-family: 'Avenir Roman';
  font-size: 1.085em;
}

.content-boxes {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem 0px;
  width: 100%;
}

.content-box {
  display: flex;
  padding: 4em 7em 3em;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 50px;
  background-image: url("/images/Group 304.png");
  background-position: 5% top;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-box:nth-child(2n) {
  background-image: url("/images/Group 304 - flip.png");
  background-position: 95% bottom;
}

.content-box .content-area {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  gap: 0.5rem;
  width: 60%;
}
.content-box:nth-child(2n - 1) .content-area {
  width: 50%;
}
.content-box .content-area .serial-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.8em;
  margin-bottom: 1em;
  width: 2.25em;
  height: 2.25em;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  border-radius: 50%;
  background-color: #de6834;
}
.content-box .content-area .serial-number::after {
  position: absolute;
  bottom: -1em;
  left: -0.5em;
  content: "";
  width: 6.6em;
  height: 0.4em;
  background-color: #de6834;
}
.content-box .content-area p {
  font-size: 1.7em;
  letter-spacing: -0.00625em;
  line-height: 1.75em;
}
.content-box .content-area p strong {
  font-weight: 900;
}
.content-box .image-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.content-box:nth-child(2n) .image-area {
  align-items: flex-start;
}
.content-box .image-area img {
  width: 90%;
}

.flex-table {
  display: flex;
  flex-direction: column;
}
.flex-table .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: nowrap;
  margin: 0px;
  height: 6em;
}
section.mca-compare {
  background-image: url("/images/background-1-pgp.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
section.mca-compare .row:not(:first-child, :last-child) {
  border-bottom: 2px dashed #e3b7a0;
}
section.mca-compare .row:first-child {
  background-image: linear-gradient(to right, #DE6834 0%, #ED7641 5%, #1F0A01 100%);
}
section.mca-compare .row:not(.head) {
  height: 4.8em;
}
section.mca-compare .row:nth-child(2) {
  height: 7em;
}

.flex-table .col {
  display: flex;
  flex-direction: row;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  padding: 0px;
  width: 10%;
  height: 100%;
}
.flex-table .col.center {
  justify-content: center;
}
.flex-table .col.middle {
  align-items: center;
}
section.mca-compare .row:nth-child(2) .col {
  position: relative;
  padding-bottom: 1em;
  align-items: flex-end;
}
section.mca-compare .row:first-of-type .col:nth-child(2)::before,
section.mca-compare .row:last-of-type .col:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -1em;
  left: 0px;
  width: 100%;
  height: 1em;
  background: inherit;
  border-radius: 20px 20px 0px 0px;
}
section.mca-compare .row:last-of-type .col:nth-child(2)::after {
  top: unset;
  bottom: -2em;
  height: 2em;
  border-radius: 0px 0px 20px 20px;
}

section.mca-compare {
  padding: 0px;
}
section.mca-compare .row .col:first-of-type {
  width: 64%
}
section.mca-compare .row .col:nth-child(2) {
  position: relative;
  width: 12%;
  height: 100%;
  background-color: #FCDFD2;
}
section.mca-compare .row.head .col:nth-child(2) {
  height: calc(100% + 1.5px);
}
section.mca-compare .row .col:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: inherit;
  z-index: -1;
}
section.mca-compare .row .col:nth-child(3) {
  width: 28%;
}

section.mca-compare h2.col {
  margin-bottom: 0px;
  padding: 0.5em 25% 0.5em 5.25em;
  font-size: 1.73em;
  color: #fff;
}

section.mca-compare h1 {
  margin-bottom: 0px;
  font-family: 'Eina01-Bold';
  font-size: 2em;
  font-weight: 900;
  color: #de6834;
}

section.mca-compare h4 {
  margin-bottom: 0px;
  font-family: 'Eina01-SemiBold';
  font-size: 1.44em;
  color: #fff;
}
section.mca-compare .row:not(.head) .col:first-of-type {
  padding-left: 11.5em;
}
section.mca-compare .col .image {
  margin-right: 2em;
  width: 3em;
}
section.mca-compare .col p {
  margin-bottom: 0px;
  font-family: 'Avenir';
  font-size: 1.38em;
  font-weight: 500;
  font-style: oblique;
  color: #333;
}
section.mca-compare .col .icon-tick {
  width: 2em;
}
section.mca-compare .col .icon-cross {
  width: 1.5em;
}

main section.testimonials {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1em !important;
}
section h5.text,
#carousel-testimonal h5.text {
  width: 100%;
  font-size: 1.55em;
  font-family: 'Avenir';
  font-weight: 900;
  text-align: center;
  color: #333;
}
#carousel-testimonal h5.text {
  margin: -1rem 0px 2rem;
}
section.alumni p.text {
  font-size: 1.3em;
  text-align: center;
}

#academy-faq-section{
  padding-bottom: 0px !important;
}

.square-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 4.75em 0px;
  gap: 3.5em;
}

.square-cards .card {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 64px;
  overflow: hidden;
  background-color: transparent;
  border: none;
}
.square-cards.smaller .card {
  width: 70px;
  height: 70px;
}
.square-cards.smaller .card.wide {
  transform: scale(1.3);
}

.square-cards .card img {
  width: 100%;
}
.square-cards.smaller .card :is(img, svg) {
  width: 100%;
  height: auto;
  fill: #222;
}

section.who-can-apply {
  padding-left: 10em;
  padding-right: 10em;
}

#carousel-testimonal {
  margin-bottom: 1em;
}

hr.dashed-line {
  margin-left: -5em;
  width: calc(100% + 10em);
  height: 1px;
  border: none;
  border-bottom: 2px dashed #FFBEA2;
  background-color: transparent;
}

/* @media screen and (min-width: 1080px) {
  section .cards .card {
    padding: 1.5em 1em;
  }
  section .cards .card h5 {
    padding-right: 0.25em;
  }
} */

.for-mobile-only {
  display: none;
}

main section.proud-numbers {
  margin-top: -2em;
}

@media screen and (max-width: 480px) {
  .header-section nav {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  section h2.text br:not(.keep-on-mobile),
  section p.text br:not(.keep-on-mobile),
  section.mca-compare h2.col br:not(.keep-on-mobile),
  .cards .card br:not(.keep-on-mobile) {
    display: none;
  }
  .not-for-mobile {
    display: none !important;
  }
  .for-mobile-only {
    display: initial;
  }
  br.for-mobile-only {
    display: inline !important;
  }
  section h2.text {
    line-height: 1.4em;
    font-size: 2.3em;
    font-weight: 900;
  }
  section p.text {
    font-size: 1.75em;
  }
  section.hero {
    background-image: url("/images/pg-program-in-se/hero_mobile_bg.svg");
  }
  section.hero .group.right {
    padding-top: 0px;
    height: 340px;
  }
  section.hero .image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  section.hero a, .button.primary {
    font-size: 1.5em !important;
  }
  section.how-work,
  main section.testimonials {
    margin-top: 5em;
  }
  section.how-work,
  .highlight-pg-p-container {
    font-size: 1.1em;
  }
  section.who-can-apply {
    padding-left: 2em;
    padding-right: 2em;
  }
  .square-cards {
    justify-content: space-evenly;
    padding: 2em;
  }
  .square-cards.smaller {
    padding: 2em 3em;
  }

  section.tdp-container {
    margin-top: 0px;
    padding: 0px;
  }
  .like-no-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 240px; */
    aspect-ratio: 390 / 221;
    background-image: url("/images/pg-program-in-se/key-points-image-wide.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .like-no-image-container img {
    display: none;
  }
  .like-text_1 {
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    vertical-align: middle;
  }
  .like-text_1.for-mobile-only {
    display: initial;
  }
  .like-no-text-container {
    padding: 0px 3em;
    font-size: 1.15em;
  }
  .like-no-text-container .text_1 {
    display: none;
  }
  .like-no-text-container .highlight-pg-p .text_3 {
    font-size: 1.4em;
  }

  section.key-points {
    padding: 4em 3em !important;
  }
  section.key-points h2 {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-size: 3.2em;
    text-align: left;
    background-image: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #de6834;
  }
  section.key-points h2::after {
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0px;
    width: 80px;
    height: 4px;
    background-color: #E2AE91;
  }
  section.key-points p {
    padding: 0.5rem 0px 0px;
    text-align: left;
    font-family: 'Avenir Next';
    font-size: 1.8em;
    font-weight: 600;
  }
  section .cards {
    background-image: unset;
  }
  section .cards .card {
    padding-right: 0.5em !important;
    width: 100%;
    font-size: 1.5em;
    text-align: center;
  }
  section .cards .card:last-of-type {
    padding-right: 1em;
  }
  section .cards .card svg {
    font-size: 0.65em;
  }
  section .cards .card h5 {
    font-size: 1em;
  }
  section .cards .card:last-of-type::after {
    display: none;
    right: -1.3em;
    bottom: -80.3%;
    width: 4.8em;
  }

  section.how-work {
    margin-top: -3em;
  }
  section.how-work .left {
    width: 100%;
  }
  section.how-work .left h3 {
    width: 70%;
  }

  section.mca-compare .row {
    flex-wrap: wrap;
    height: auto !important;
    background-image: none !important;
  }
  section.mca-compare .row:not(.head) {
    padding: 0px 3em;
  }
  section.mca-compare .row .col {
    flex-grow: 1;
    height: 50px !important;
  }
  section.mca-compare .row .col:first-child {
    width: 100% !important;
  }
  section.mca-compare .row.head .col:first-child {
    height: auto !important;
    font-size: 2.8em;
    background-image: linear-gradient(to right, #DE6834 0%, #ED7641 5%, #1F0A01 100%);
  }
  section.mca-compare .row.head .col:not(:first-child) {
    padding: 1.5em 0px;
    font-size: 2.3em;
    background-color: #fff;
    border-bottom: 2px dashed #f1dcd1;
  }
  section.mca-compare .row.head .col.col:nth-child(2) {
    margin-left: 1.5em;
  }
  section.mca-compare .row.head .col.col:nth-child(3) {
    margin-right: 1.5em;
  }
  section.mca-compare .row.head .col:last-child {
    color: #000;
  }
  section.mca-compare .row .col:nth-child(2) {
    background-color: transparent;
  }
  section.mca-compare .row:not(:first-child, :last-child) {
    border-bottom: unset;
  }
  section.mca-compare .row:not(:first-child, :last-child) .col {
    border-bottom: 2px dashed #f1dcd1;
  }
  section.proud-numbers {
    background-color: #ffeee5;
    padding: 3em !important;
  }
  section.proud-numbers .main-text_4 {
    margin-bottom: 1em !important;
    /* color: #de6834; */
    font-size: 2.2em;
    font-weight: bold;
    /* text-align: left !important; */
  }
  section.proud-numbers .mobile-activity-section {
    display: block !important;
  }
  section.proud-numbers .mobile-activity-section h1 {
    margin-bottom: 0px;
    font-family: 'Avenir';
    font-size: 5.6em;
    font-weight: 900;
    color: #FFBEA2;
    text-align: center;
  }
  section.proud-numbers .mobile-activity-section p {
    font-family: 'Avenir Roman';
    font-size: 1.8em;
    font-weight: 500;
    text-align: center;
  }

  section.who-can-apply {
    padding-left: 3em;
    padding-right: 3em;
  }
  section.who-can-apply .main-text_4 {
    margin-bottom: 1em !important;
    /* color: #de6834 !important; */
    font-size: 3em;
    text-align: left !important;
  }
  section.who-can-apply .text_4 {
    margin: 0px;
    text-align: left !important;
  }

  section.who-can-apply .steps-container {
    position: relative;
    margin-top: 3em;
    padding-left: 2.5em;
    padding-top: 1em;
  }
  section.who-can-apply .steps-container::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4em;
    height: calc(100% - 2.5em);
    border: 2px dashed #a1a1a1;
    border-width: 0px 0px 2px 2px;
  }
  section.who-can-apply .steps-container .steps {
    position: relative;
    padding-right: 1em !important;
    border-right: unset !important;
  }
  section.who-can-apply .steps-container .steps .text_3 {
    font-size: 1.8em;
  }
  .button-aligner {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  section.who-can-apply .steps-container .steps a {
    display: block;
    width: auto !important;
  }

  .skills-area.for-mobile-only {
    display: flex;
  }
  .skills-area .phases {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .skills-area details summary.phase {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    padding: 2em;
    align-items: center;
    border-radius: 10px !important;
    background-color: #FCDFD2;
  }
  .skills-area details[open] summary.phase {
    background-color: #de6834;
    color: #fff;
  }
  .skills-area details summary.phase .marker {
    flex-shrink: 0;
    margin-left: auto;
    order: 3;
    width: 1.3em;
    height: 1.3em;
    color: inherit;
    transition: 150ms linear transform;
  }
  .skills-area details[open] summary.phase .marker {
    transform: scaleY(-1);
  }
  .skills-area .phase .title,
  .skills-area .phase .sub-title,
  .skills-area .phase .duration {
    padding-left: 0em;
    color: #de6834;
  }
  .skills-area details[open] .title,
  .skills-area details[open] .sub-title,
  .skills-area details[open] .duration {
    color: #fff;
  }
  .skills-area .phase .title {
    order: 1;
    font-size: 2em;
    white-space: nowrap;
  }
  .skills-area .phase .duration {
    order: 2;
    margin-top: 0px;
    font-size: 1.8em;
    font-weight: 400;
  }
  .skills-area .phase .duration::before {
    content: "-";
    padding-right: 0.25em;
  }
  .skills-area .phase .sub-title {
    order: 4;
    margin-top: 0px;
    font-size: 1.7em;
    font-weight: 400;
  }
  .skills-area .phase-content {
    padding: 2em 1.5em;
  }
  .skills-area .phase-content p,
  .skills-area .phase-content .conclusion h6 {
    font-size: 1.5em;
  }
  .skills-area .phase-content h3 br {
    display: none;
  }
  section.how-work h3::after {
    content: none;
  }
  .skills-area .phase-content .conclusion h4 {
    font-size: 1.3em;
  }

  section.stats .activity_section {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  section.stats::after {
    background-image: url("/images/pg-program-in-se/Path\ 5116.svg");
    opacity: 0.9;
  }
  .activity_section .row {
    flex-direction: column;
  }
  .activity_section .row>div {
    padding: 2em 3em;
    font-size: 1.1em;
  }
  .activity_section .row>div:not(:last-child) {
    border-bottom: 2px dashed #fff4;
  }
  .activity_section .row>div p {
    margin-bottom: 0px;
    line-height: 1.5em;
  }
  .activity_section .row p.activity_text_three {
    font-size: 1.5em !important;
  }

  section.alumni h5.text,
  section.languages h5.text {
    margin: 0px auto;
    width: 80% !important;
    font-size: 2.35em;
    line-height: 1.6em;
  }

  .square-cards .card {
    width: 80px;
    height: 80px;
  }
  .square-cards.smaller .card {
    width: 60px;
    height: 60px;
  }

  .highlight-pg-p img{
    width: 3.4em !important;
  }

  /* Footer */
  footer.for-mobile-only {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5em;
    color: #fff;
    background-color: #de6834;
  }
  footer .button {
    position: relative;
    top: calc( -1.7em - 1.5px );
    display: block;
    padding: 0.75em 3.5em;
    width: auto !important;
    height: 3.4em;
    font-size: 1.5em;
    line-height: 1.7em;
    border-radius: 5px;
    color: #fff;
    background-color: #de6834;
    border: 3px solid #fff;
  }
  footer ul {
    list-style: none;
  }
  footer ul li {
    text-align: center;
    line-height: 3em;
  }
  footer ul li a {
    font-family: 'Avenir';
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
  }
  footer .logo {
    margin-top: 1em;
    margin-bottom: 0.25em;
    padding: 0px 0.2em;
    font-size: 2.7em;
    line-height: 1em;
    color: #fff;
  }
  footer .logo .first-half {
    font-family: 'Changa', sans-serif;
    font-weight: 500;
  }
  footer .logo .second-half {
    font-family: 'Changa One', cursive;
  }
  footer .logo svg {
    width: 6em;
  }
  footer .info-line {
    font-size: 1.4em;
    line-height: 1em;
  }
  footer .social-media {
    display: flex;
    gap: 1em;
    margin-top: 3em;
  }
  footer .social-media a {
    color: #fff;
  }
  footer .social-media a svg {
    width: 3em;
    height: 3em;
  }

}

@media screen and (max-width: 400px) {
  section.key-points h2 {
    font-size: 2.7em;
  }
  section .cards .card {
    padding-left: 0.5em;
    font-size: 1.3em;
  }
  section .cards .card:last-of-type {
    padding-right: 0.5em;
  }
  section .cards .card:last-of-type::after {
    /* right: -0.25em;
    bottom: -140%;
    width: 6.5em; */
  }
  .square-cards {
    padding: 1em;
    gap: 1.5em;
  }
  .square-cards.smaller {
    padding: 1.5em 2em;
    gap: 3.5em;
  }
  .square-cards .card {
    width: 70px;
    height: 70px;
  }
  .square-cards.smaller .card {
    width: 50px;
    height: 50px;
  }
  section.mca-compare .row.head .col:first-child {
    font-size: 2.6em;
  }
  section.mca-compare .row.head .col:first-child img {
    width: 56px;
  }
  .skills-area h1 {
    font-size: 2.7em;
  }
  section.how-work ul.steps img {
    font-size: 0.8em !important;
  }
  section.how-work .left h3 {
    font-size: 2.8em;
  }
  section.proud-numbers .main-text_4 {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 360px) {
  section.mca-compare .row.head .col:first-child {
    font-size: 2.3em;
  }
  section.mca-compare .row.head .col:first-child img {
    width: 52px;
  }
  .skills-area h1 {
    font-size: 2.3em;
  }
  section.how-work ul.steps li {
    padding-left: 4em;
  }
  section.how-work .left h3 {
    font-size: 2.6em;
  }
  section .cards .card {
    font-size: 1.2em;
  }
  section .cards .card:last-of-type::after {
    /* bottom: -135%;
    width: 6.2em; */
  }
  .highlight-tagline {
    font-size: 2.6em !important;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1300px) {
  body {
    font-size: 0.9em;
  }
  section.hero .group.right {
    width: 40%;
  }
  section.hero h2.text {
    font-size: 3.3em;
  }
  section.hero .group.left p.text {
    font-size: 1.4em;
  }
  .like-no-text-container .text_1 {
    font-size: 2.4em !important;
  }
  section .cards .card:nth-of-type(3) {
    padding-right: 1em;
  }
  section.who-can-apply {
    padding-left: 7em;
    padding-right: 7em;
  }
}

@media screen and (min-width: 1400px) {
  section.hero .group {
    padding-top: 2em;
  }
  /* main section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
  .header-section nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  } */
}

@media screen and (min-width: 1600px) {
  .main-circle-container {
    font-size: 1.1em;
  }
}


@media screen and (min-width: 1680px) {
  .skills-area .right {
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.3em;
  }
  main section {
    padding-left: 5em;
    padding-right: 5em;
  }
  .skills-area .right {
    height: 600px;
  }
}

@media screen and (min-width: 1800px) {
  body {
    font-size: 1.1em;
  }
  main section {
    padding-left: 8em;
    padding-right: 8em;
  }
}

@media screen and (min-width: 1960px) {
  body {
    font-size: 1.2em;
  }
}

.filler {
  margin: -4em 0px -2em;
  height: 200px;
}
.filler svg {
  width: 100%;
  transform: translate(0%, -35%);
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.6em;
  }
  main section {
    justify-content: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  main section:not(:is(#about, #get-in-touch)) {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  section.mca-compare {
    background-image: none;
  }
  main section.hero {
    padding-top: 0px !important;
    height: auto;
  }
  section .group.left,
  section.hero .group.right,
  section .text {
    width: 100% !important;
  }
  section .group.left {
    padding-top: 0px;
    min-height: auto;
  }
  section.hero .group.right {
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
    height: 240px;
  }
  section.hero .group.right .image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  section.hero .group.right a {
    align-self: center;
  }
  section.hero .image {
    scale: 0.9;
  }
  section.hero a, .button.primary {
    font-size: 0.8em;
  }
  section.how-work {
    padding-left: 3em;
    padding-right: 3em;
  }
  section.how-work .columns,
  .skills-area .phases {
    flex-direction: column;
    width: 100%;
  }
  section.how-work ul.steps {
    top: 0px;
    font-size: 1.2em;
  }
  ul.steps li:not(:last-child)::after {
    left: 1.085em;
  }
  section.how-work ul.steps::before {
    left: 0.9em;
  }
  section.how-work ul.steps li {
    /* padding-left: 0em; */
  }
  section.how-work ul.steps li::before {
    /* content: none; */
    left: 0.95em;
  }
  section.how-work ul.steps img {
    font-size: 0.9em;
  }
  section.how-work ul.steps .content {
    padding-right: 1em;
  }

  .skills-area h1 {
    margin-top: 1em;
    width: 100%;
    text-align: left;
  }
  .skills-area .phases .left {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5em;
    width: 100%;
  }
  .skills-area .right {
    height: 500px;
  }
  .skills-area .phase-content h3 {
    padding-right: 0px;
  }
  .skills-area .phase {
    padding: 1em 1.5em;
    border-radius: 10px 10px 0px 0px;
  }
  .skills-area .phase:hover {
    background-image: unset;
  }
  .skills-area .phase.active {
    background-image: linear-gradient(180deg, #FFBEA2 0%, #B4765B29 52%, #6F341A00 100%);
  }

  section .cards {
    flex-direction: column;
    align-items: center;
    gap: 3.2em;
    padding: 3em 0px;
    font-size: 1.4em;
  }
  section .cards::after {
    bottom: -1em;
    right: 1em;
    width: 9em;
    background-position: center bottom;
  }
  section .cards .card {
    height: 100%;
  }

  main section.alumni, main section.languages {
    padding-left: 2em;
    padding-right: 2em;
  }

  section.mca-compare h2.col {
    padding: 1.2em;
  }
  section.mca-compare h1 {
    font-size: 1em;
  }
  section.mca-compare .row:not(.head) {
    height: 8em;
  }
  section.mca-compare .row .col:first-child {
    width: 60%;
  }
  section.mca-compare .row .col:nth-child(2) {
    width: 16%;
  }
  section.mca-compare .row .col:nth-child(3) {
    width: 24%;
    text-align: center;
  }
  section.mca-compare .row:not(.head) .col:first-of-type {
    padding-left: 0px;
  }
  section.mca-compare .col .image {
    display: none;
  }
  section.mca-compare .col p {
    padding: 0px 1em;
    font-size: 1.5em;
    font-weight: 900;
  }
  .content-box {
    flex-direction: column;
    padding: 2em;
    border-radius: 25px;
  }
  .content-box .content-area {
    width: 100% !important;
  }
  .content-box .image-area {
    order: 1;
  }
  .filler {
    margin: 0px;
    height: 7.5em;
  }
  section#academy-faq-section {
    font-size: 14px;
  }
}

@media screen and (max-width: 980px) {
  .nbr-mfd br {
    display: none;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
  section.hero {
		aspect-ratio: 16 / 6;
		height: auto;
  }
  .statsContainer .box {
    max-width: 25%;
  }
  .statsContainer .box h5 {
    font-size: 16px !important;
  }
  .statsContainer .box p.mb-0 {
    font-size: 16px !important;
  }
  .skills-area .right {
    height: 30em;
  }
  .activity_section_item {
    max-width: 25%;
  }
  .degree-certification .main-text_4.text-center {
    font-size: 1.8rem;
  }
  .steps-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  }
  #carouselExampleControls {
		max-width: 90% !important;
  }
  .companies-logos {
    gap: 4em !important;
  }
  .companies-logos .group {
    gap: 3em !important;
  }
  .companies-logos .logo {
    padding: 1em !important;
    height: 5em !important;
  }
  .carousel-item .col-md-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .testimonal-avatar {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 120px !important;
    height: 120px !important;
    padding: 0px !important;
  }
  .testimonal-avatar img,
  .testimonal-avatar .img {
    width: 100px !important;
    height: 100px !important;
  }
  #seriousCareerApply {
    gap: 4em;
    padding: 4em 2em !important;
  }
  #seriousCareerApply .font-38 {
    font-size: 2.6em !important;
  }
}