@import url('../fonts/platform/platform.css');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0D0D0D;
  background: #fff;

}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-weight: normal;
  font-family: 'Platform';
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 60px;
  line-height: 70px;
}

h3 {
  font-size: 50px;
  line-height: 60px;
}

h4 {
  font-size: 40px;
  line-height: 35px;
}

h5 {
  font-size: 25px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 25px;
}

b,
strong {
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #FF6A3D;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px !important;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

header.site-header {
  padding: 40px 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #0D0D0D;
  padding: 15px;
  padding: 12px 25px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
  background: #FF6A3D;
  border-radius: 30px;

}

ul.navbar-nav {
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  font-size: 15px;
}

.btn-fill {
  padding: 12px 30px;
  border-radius: 30px;
  text-align: center;
  display: block;
  border: none;
}

.black {
  background: #0D0D0D;
  color: #fff;
}


.cust-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-banner {
  background: url(../img/banner-bg-1.svg) center center no-repeat;
}

label {
  color: #636363;
}

.form-item {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 11px 15px;
  border-radius: 30px;
  appearance: none;
}

.select-with-icon {
  background: url(../img/globe-icon.svg) no-repeat 10px center, url(../img/arrow-down.svg) no-repeat 95% center;
  padding-left: 35px;
}


.banner-form-holder {
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 30px;
  box-shadow: 0px 5px 4px rgb(0 0 0 / 21%);
  margin-bottom: 0;
  display: block;
  margin-top: -39px;
  position: relative;
}

.banner-img-holder {
  background: url(../img/orange-bg.svg) no-repeat bottom center;

}

.banner-form-holder label {
  font-size: 14px;
  color: #636363;
}

.count-holder {
  background: #FDD73F;
  padding: 30px;
  border-radius: 30px;
  margin-top: 35px;
}

.item-content .top-items {
  color: #636363;
  font-size: 14px;
  justify-content: space-between;
}

body .owl-carousel .owl-item img {
  width: initial;
}

.courses-holder .item-content div {
  width: 90px;
}

/* body .owl-carousel .owl-item .courses-holder .courses-img {
  width: 100%;
} */
.courses-holder {
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #D5D5D5;
  padding: 10px;
  color: #0D0D0D;
}

.courses-holder img {
  border-radius: 25px;
}

.btn-border {
  border: 1px solid #D5D5D5;
}

.f-weight-normal {
  font-weight: normal;
}

.top-items {
  padding: 10px 0;
}

a.btn-border {
  border: 1px solid #D5D5D5;
  padding: 10px 30px;
  border-radius: 30px;
  color: #0D0D0D;
}

a.btn-border.sm {
  padding: 7px 15px;
}

.courses-holder .item-content {
  padding: 0 10px;
}

.sub-heading img {
  padding: 10px;
  background: #4EDA7F;
  border-radius: 100%;
}

.sub-heading {
  border: 1px solid #D5D5D5;
  display: inline-block;
  border-radius: 30px;
  padding-right: 25px;
  background: #fff;
}


.site-section {
  padding: 80px 0;
}

.orange img {
  background: #FF6A3D;
}

.heading-container {
  max-width: 1000px;
  margin: 0 auto;
}

.explore {
  background: #FFE7E0;
}

.text-gray {
  color: #636363;
}

.explore-item.white {
  background: #fff;
}

.explore-item.orange {
  background: #FF6A3D;
}

.explore-item .icon-holder {
  padding: 15px;
  border-radius: 15px;
}

.explore-item .icon-holder.green {
  background: #4EDA7F;
}

.explore-item .icon-holder.blue {
  background: #5274FF;
}

.explore-item {
  padding: 25px;
  border-radius: 25px;
}

.item-word {
  position: absolute;
  right: -137px;
  background: #FDD73F;
  top: 0;
  width: 144px;
  padding: 10px 15px;
  font-size: 14px;
  z-index: 9;
  border-radius: 30px;
}

.item-2 .item-word {
  width: 60px;
}

.item-2 .item-word {
  width: 60px;
  top: 15px;
  right: -50px;
}

.say-item.item-2 {
  margin-top: 60px;
}

.say-item.item-3 .item-word {
  right: -137px;
  top: 40px;
  width: 162px;
}

/* .item-3 span.item-word {
    left: -52px;
    bottom: 40px;
    top: initial;
    width: 70px;
} */

.say-item.item-5 span.item-word {
  width: 60px;
  left: -35px;
  top: 52px;
}

.say-item.item-4 {
  margin-top: -29px;
}

.color-white {
  color: #fff;
}

.btn-fill.white {
  background: #fff;
  color: #0D0D0D;
}

.orange {
  background: #FF6A3D;
}

.yellow {
  background: #FDD73F;
}

.violet {
  background: #A55FF2;
}

.mentorship-img {
  padding: 15px;
  border-radius: 16px;
}

.language-holder {
  background: #4EDA7F url(../img/lines.svg);
  padding: 25px 40px 0 40px;
  border-radius: 25px;
}

.img-adg {
  margin-top: -99px;
}

.bg-img {
  left: 110px;
  top: -40px;
}

.footer-select {
  background: url(../img/globe-icon.svg) no-repeat 13px center, url(../img/arrow-down.svg) no-repeat 81% center;
  padding-left: 35px;
  padding: 15px 53px 15px 39px;
  width: 100%;
  border-radius: 30px;
  appearance: none;
  border: 1px solid #D5D5D5;
}

button.footer-submit {
  position: absolute;
  background: #FF6A3D;
  border: none;
  padding: 10px;
  border-radius: 100%;
  right: 6px;
  top: 39px;
}

.footer-holder a {
  color: #313131;
}

.footer-menu-holder li {
  margin-bottom: 10px;
}

.company-info {
  width: 64%;
}

.sub-heading img.orange {
  background: #FF6A3D;
}

.stories-holder {
  display: flex;
  justify-content: space-between;
  border: 1px solid #D5D5D5;
  border-radius: 25px;
  padding: 15px;
}

.star-holder img {
  max-width: 20px;
}

.owl-item.active.center img.avatar {
  display: flex !important;
  max-width: 100px;
  align-items: flex-start;
}

.center .stories-holder {
  width: 100% !important;
}

.owl-item.active.center .stories-holder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #FDD73F;
  padding: 20px;
  border-radius: 15px;
  align-items: flex-start;
  border-color: #FDD73F;
}

.address-holder .item-img {
  background: #FF6A3D;
  padding: 15px;
  border-radius: 15px;
}

.contact-page-form {
  background: #FFE7E0;
  padding: 30px;
  border-radius: 25px;
}

.contact-page-form .form-item {
  border: none;
  border-radius: 15px;
}

label {
  color: #0D0D0D;
}

.blog-list-item {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #D5D5D5;
}

.blog-list-item .list-content {
  padding: 25px;
}

.ready-holder {
  background: #A55FF2 url(../img/lines.svg);
  padding: 25px 40px 40px 40px;
  border-radius: 25px;
  color: #fff;
}

.ready-holder .ready-img-holder-left img,
.ready-img-holder-right img {
  width: 115px;
  border-radius: 100%;
}

.middle-img {
  margin-left: 125px;
}

img.middle-img-2 {
  margin-right: 128px;
}

.convers {
  background: #FFE7E0;
  padding: 25px;
  border-radius: 15px;
}

.list-tick {
  background: #4EDA7F;
  padding: 10px;
  border-radius: 8px;
  margin-right: 10px;
}

.site-list {
  line-height: 55px;
}

.review-item {
  background: #5274FF;
  padding: 25px;
  border-radius: 25px;
  color: #fff;
}

span.banner-item {
  width: 163px;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 6px 8px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 16%);
}

span.banner-item.one {
  transform: rotate(-9deg);
}

span.banner-item.two {
  transform: rotate(12deg);
  margin-top: 70px;
}

span.banner-item.three {
  transform: rotate(6deg);
}

span.banner-item.four {
  transform: rotate(-6deg);
  width: 210px;
  margin-top: 90px;
}

.photo-section img {
  border-radius: 15px;
  border: 5px solid #fff;
}

img.img-one {
  transform: rotate(-5deg);
}

img.img-two {
  transform: rotate(5deg);
  margin-left: -36px;
}

img.img-three {
  transform: rotate(-5deg);
  margin-top: 30px;
  margin-left: -19px;
  position: relative;
  z-index: 999;
}

img.img-four {
  transform: rotate(-2deg);
  margin-left: -20px;
}

.fluency {
  background: #fff;
  border-radius: 25px;
  padding: 10px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 27%);
}

.color-area img {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
}

.color-area {
  color: #fff;
}

.color-area {
  color: #fff;
  border-radius: 25px;
  padding: 20px;
}

.color-area.green {
  background: #4EDA7F;
}

.color-area.orange {
  background: #FF6A3D;
}

.connections-bg {
  border-radius: 15px;
  border: 2px solid #fff;
}

.connections .connections-lines {
  background: #FFE7E0 url(../img/lines-2.svg);
  padding: 50px 0;
}

.play-align {
  max-width: 100%;
  background: #FF6A3D;
  padding: 15px;
  border-radius: 100%;
  position: absolute;
  left: 45%;
  top: 45%;
}

.sub-heading.blue img {
  background: #5274FF;
}

.accordion-button {
  background: #FFE7E0;
}

.accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 25px;
}

.accordion-button {
  background: #FFE7E0;
  border-radius: 25px !important;
}

.accordion-collapse {
  background: #FFE7E0;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: #ffe7e0;
}

.accordion-collapse {
  border-radius: 0 0 25px 25px !important;
}

body .accordion-header.btn-color-change .accordion-button {
  border-radius: 25px 25px 0 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.svg) !important;

}

.accordion-button::after {
  background: #FF6A3D url(../img/plus.svg) no-repeat center !important;
  padding: 19px;
  background-position: center;
  border-radius: 100%;
}

.accordion-body {
  padding: 0 61px 21px 21px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-item h5 {
  font-family: "Figtree", sans-serif;
}

.program .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}

.owl-prev span,
.owl-next span {
  background: #000 url(../img/arrow-right-white.svg) no-repeat center;
  padding: 23px 23px !important;
  overflow: hidden;
  border-radius: 14px;
  margin: 5px;
  text-indent: -100px;
  font-size: 0;
}

button.owl-next {
  top: -11px;
  margin-top: 0;
  position: relative;
}

button.owl-prev {
  transform: rotate(-180deg);
}

.footer-menu-holder h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  margin-top: 50px;
}

section.site-section.language {
  padding-top: 0;
}

section.site-section.stories {
  padding-top: 20px;
}

.happy-holder {
  display: inline-block;
  margin: 0 10px;
}

.count-item img {
  margin-left: -9px;
}

.count-item h5 {
  font-weight: 500;
}

section.site-section.fluency-2 {
  padding-top: 40px;
  padding-bottom: 0px;
}

section.site-section.connections {
  padding-top: 20px;

}

.sub-heading .violet {
  background: #A55FF2 !important;
}

.courses-img {
  width: 100% !important;
}

footer.site-footer {
  padding-top: 20px;
}

.copyright {
  margin-top: 15px !important;
}


@media (max-width: 1200px) {
  .say-item.item-3 .item-word {
    right: -83px;
    top: 84px;
  }

  .say-item.item-5 span.item-word {
    top: 27px;
  }

  .item-word {
    right: -67px;
    top: -30px;
  }

  .img-adg {
    margin-top: -19px;
  }

  .photo-section {
    justify-content: center;
  }

  .photo-section img {
    max-width: 20%;
  }

  .convers h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .convers-item-holder {
    width: 100% !important;
    flex-direction: column;
    margin-bottom: 10px !important;
  }

  .convers-item-holder .item-holder {
    margin: 0 !important;
    width: 100%;

  }

  img.middle-img-2 {
    margin-right: 0;
  }

  .middle-img {
    margin-left: 0;
  }

  .ready-img-holder-right {
    margin-top: 15px;
  }

  .stories .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }

}

@media (max-width: 992px) {

  .navbar-collapse {
    position: absolute;
    right: -80px;
    top: 52px;
    z-index: 99;
    width: 180px;
    border-radius: 20px;
    padding: 15px;
    padding: 20px;
    border-radius: 20px;
    background: #FF6A3D;
  }

  ul.navbar-nav {
    border: none;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 6px 0;
    text-align: left;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu-bg.svg);
    background-position: center;
  }

  .navbar-toggler {
    border: 1px solid #7b7b7b !important;
    border-radius: 10px;
        padding: 2px 9px;
    
  }

  .program .owl-nav {
    top: -120px;
  }

  .item-word {
    right: -137px;
    top: 0;
  }

  .say-item.item-3 .item-word {
    right: -137px;
    top: 40px;
  }

    .say-item.item-5 span.item-word {
        left: 25px;
        top: 74px;
    }

  span.banner-item.one {
    transform: initial;
  }

  span.banner-item.two {
    transform: initial;
    margin-top: 17px;
  }

  span.banner-item.three {
    transform: initial;
    margin-top: 20px;
  }

  span.banner-item.four {
    transform: initial;
    width: 210px;
    margin-top: 15px;
  }

  .company-info {
    width: 100%;
    margin-bottom: 25px;
  }

  .ready-img-holder-left,
  .ready-img-holder-right {
    flex-direction: row !important;
  }

}

@media (max-width: 768px) {
  .program .owl-nav {
    top: -200px;
  }

  .ready-holder .ready-img-holder-left img,
  .ready-img-holder-right img {
    width: 75px;
    border-radius: 100%;
  }

  .blog-list-item {
    flex-direction: column;
  }

  .blog-list-item>img {
    width: 100%;
  }

  .photo-section img {
    max-width: 30%;
  }
}



/* Responsive Logo Styling */
.header-logo {
  height: 44px;
  width: auto;
  max-width: 100%;
  transition: all 0.3s ease;
  display: block;
}

@media (max-width: 992px) {
    .header-logo {
        height: initial;
        max-width: 132px;
    }
  header.site-header {
    padding: 20px 0;
  }

  .navbar-toggler-icon {
    width: 18px;
    height: 28px;
}
.navbar {
    position: initial;

}
.navbar-collapse {
        right: 0;
        width: 100%;
}
.navbar-collapse li.nav-item {
    border-bottom: 1px solid #f8a48a;
}
}
@media (max-width: 550px) {
.header-right .btn-fill {
        width: initial;
        padding: 9px 14px;
        font-size: 11px;
}
}

/* ==========================================================================
   Careers Page Styles
   ========================================================================== */
.careers-tag {
  background: #FF6A3D;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;
}

.careers-banner-p {
  font-size: 18px;
  color: #636363;
  line-height: 1.5;
}

.careers-accordion-item {
  border: 1px solid #eaeaea;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.careers-accordion-button {
  padding: 25px !important;
  border-radius: 20px !important;
}

.careers-job-title {
  margin: 0;
  font-family: 'Platform', sans-serif;
  font-size: 22px;
  color: #0d0d0d;
}

.careers-job-meta {
  font-size: 12px;
  color: #FF6A3D;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
  letter-spacing: 0.5px;
}

.careers-accordion-body {
  padding: 30px !important;
  background: #ffffff !important;
}

.careers-job-desc {
  font-size: 15px;
  color: #636363;
  line-height: 1.6;
}

.careers-section-title {
  color: #0d0d0d;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.careers-list-style {
  font-size: 14px;
  color: #636363;
  padding-left: 20px;
  line-height: 1.7;
}

.careers-heading-badge {
  border: 1px solid #D5D5D5;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
}

.careers-heading-badge img {
  padding: 10px;
  border-radius: 100%;
  margin-right: 10px;
}

.careers-heading-badge img.orange-bg {
  background: #FF6A3D;
}

.careers-heading-badge img.green-bg {
  background: #4EDA7F;
}

.careers-process-desc {
  font-size: 15px;
  line-height: 1.6;
}

.careers-tick-icon {
  background: #4EDA7F;
  padding: 8px;
  border-radius: 8px;
  margin-right: 15px;
  display: inline-flex;
}

.careers-tick-icon img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.careers-process-step-title {
  font-weight: 600;
  margin-bottom: 2px;
  color: #0d0d0d;
}

.careers-process-step-desc {
  font-size: 14px;
  color: #636363;
  margin: 0;
}

.careers-quote-card {
  background: #FFE7E0;
  border-radius: 25px;
  padding: 30px;
  position: relative;
  border-left: 4px solid #FF6A3D;
}

.careers-quote-text {
  font-size: 15px;
  font-style: italic;
  color: #0d0d0d;
  line-height: 1.6;
  margin-bottom: 15px;
}

.careers-quote-author {
  font-weight: 600;
  margin: 0;
  color: #FF6A3D;
  font-size: 15px;
}

.careers-quote-role {
  font-size: 12px;
  color: #636363;
  font-weight: 500;
}

.careers-form-container {
  background: #ffffff;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  border: 1px solid #eaeaea;
  position: relative;
  min-height: 500px;
  transition: all 0.3s ease;
}

.careers-form-title {
  font-family: 'Platform', sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
  color: #0d0d0d;
}

.careers-form-desc {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.careers-input-label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0d0d0d;
}

.careers-input-label span {
  color: #FF6A3D;
}

.careers-form-input {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 14px;
}

.careers-form-select {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 12px 20px;
  padding-left: 45px;
  border-radius: 30px;
  font-size: 14px;
  background-color: #fff;
}

.careers-dropzone {
  border: 2px dashed #D5D5D5;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.3s ease;
}

.careers-dropzone-img {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  opacity: 0.6;
  filter: grayscale(1);
}

.careers-dropzone-text {
  font-size: 13px;
  color: #636363;
  margin: 0;
}

.careers-dropzone-text strong {
  color: #FF6A3D;
}

.careers-file-info {
  font-size: 13px;
  font-weight: 600;
  color: #4EDA7F;
  margin-top: 5px;
}

.careers-invalid-feedback {
  display: none;
  color: #FF6A3D;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 10px;
}

.careers-form-textarea {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 15px 20px;
  border-radius: 20px;
  font-size: 14px;
  resize: none;
}

.careers-submit-button {
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.careers-spinner {
  display: none;
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  border-top: 3px solid #fff;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.careers-success-screen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 25px;
}

.careers-success-icon-wrap {
  background: rgba(78, 218, 127, 0.15);
  border-radius: 50%;
  padding: 25px;
  margin-bottom: 25px;
  animation: scaleUp 0.5s ease-out;
}

.careers-success-text {
  font-size: 15px;
  color: #636363;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 80%;
}

.careers-success-name {
  color: #0d0d0d;
}

.careers-success-job {
  color: #FF6A3D;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes scaleUp {
  0% { transform: scale(0.7); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.apply-btn-trigger:hover {
  background: #FF6A3D !important;
  color: #fff !important;
  border-color: #FF6A3D !important;
}

/* Custom premium design additions for Careers page */
.careers-role-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.careers-role-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(255, 106, 61, 0.08);
  border-color: #FF6A3D;
}

.careers-role-title {
  font-size: 18px;
  color: #0d0d0d;
  font-weight: 600;
  margin: 0;
}

.bg-soft-orange {
  background-color: #ffe7e0 !important;
}

.text-orange {
  color: #FF6A3D !important;
}

.careers-role-desc-short {
  font-size: 13px;
  color: #636363;
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.careers-role-details {
  font-size: 12px;
  color: #636363;
  border-top: 1px dashed #eee;
  padding-top: 10px;
  margin-bottom: 15px;
}

.careers-role-details p {
  line-height: 1.4;
}

.btn-sm {
  padding: 8px 16px !important;
  font-size: 13px !important;
}
