@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out .3s;
  pointer-events: none;
}

.parent-menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 1rem !important;
  pointer-events: inherit;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mobile_menu {
  box-shadow: none !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.theme-btn {
  padding: 15px 30px;
  background: #C23430;
  color: #fff;
  border: 1px solid #C23430;
  line-height: 1;
  letter-spacing: 1px;
}

.theme-btn:hover {
  color: #C23430;
  background: #fff;
}

.theme-btn-transprent {
  padding: 15px 30px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  letter-spacing: 1px;
}

.theme-btn-transprent:hover {
  color: #C23430;
  background: #fff;
}

.tp_footer_section {
  padding: 30px 0;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
  /* border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
}

/*.core_values_card_box img {
    filter: hue-rotate(150deg);
}*/
.xl-block {
  display: block
}

.xl-hidden {
  display: none
}

.font-62 {
  font-size: 62px;
}

.font-32 {
  font-size: 32px;
}

.font-22 {
  font-size: 22px;
}

.font-25 {
  font-size: 25px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

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

.text-717170 {
  color: #717170;
}

.text-1E1E1E {
  color: #1E1E1E;
}

.text-D0554F {
  color: #D0554F;
}

.text-4c76ef {
  color: #4c76ef;
}

.home-overview-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 100px 0;
  background-color: #fff;
  background-image: linear-gradient(45deg, #ffffff, #ffffff7a), url(../images/bg-pattern-red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}

.overview-left h3 {
  margin-bottom: 15px;
  font-weight: 400;
}

.overview-left h3 span {
  color: #c23430;
  font-weight: bold;
}

.overview-right {
  flex: 1;
  min-width: 280px;
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.box {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 250px;
  width: 230px;
  gap: 10px;
  justify-content: space-between;
}

.box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.box.red {
  background: linear-gradient(to bottom right, #c23430, #a12a20);
  grid-column: 2;
  grid-row: 1;
}

.box.dark {
  background: linear-gradient(to bottom right, #333, #555);
  grid-column: 1;
  grid-row: 1 / span 2;
}

.box.gray {
  background: linear-gradient(to bottom right, #888, #aaa);
  color: #fff;
  grid-column: 2;
  grid-row: 2;
}

.w-85 {
  width: 85%
}

.w-90 {
  width: 90%
}

.margin-left-auto {
  margin-left: auto;
}

.home-opportunity-section {
  background-image: linear-gradient(45deg, #9d251fd1, #9d251fd9), url(../images/bg-mask-opprtunity.jpg);
  background-attachment: fixed;
  background-size: 100%;
}

.home-opportunity-section img {
  position: absolute;
  top: 2%;
}

.home-opportunity-section {
  padding-top: 70px;
}

.features {
  display: flex;
}

.feature-box {
  width: 216px;
  height: 220px;
  padding: 10px 20px;
  color: white;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.bg-light {
  background-color: #c234301a;
}

.col-md-1 {
  width: 8.33%
}

.col-md-2 {
  width: 16.67%
}

.col-md-3 {
  width: 25%
}

.col-md-4 {
  width: 33.33%
}

.col-md-5 {
  width: 41.67%
}

.col-md-6 {
  width: 50%
}

.col-md-7 {
  width: 58.33%
}

.col-md-8 {
  width: 66.67%
}

.col-md-9 {
  width: 75%
}

.col-md-10 {
  width: 75%
}

.col-md-12 {
  width: 100%
}

.box-1 {
  background-color: #C23430;
  border-radius: 10px 0 0 0;
}

.box-2 {
  background-color: #fff;
  border-radius: 0 10px 0 0;
}

.box-3 {
  background-color: #8C8D90;
  border-radius: 0 0 0 10px;
}

.box-4 {
  background-color: #333333;
  border-radius: 0 0 10px 0;
}

.box-1 h4 {
  background: linear-gradient(180deg, #ffc1bf, #c23430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 0.8;
}

.box-2 h4 {
  background: linear-gradient(180deg, #ffc1bf, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 0.8;
}

.box-3 h4 {
  background: linear-gradient(180deg, #4d4d4d, #a1a1a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 0.8;
}

.box-4 h4 {
  background: linear-gradient(180deg, #cdcbcb, #2a2828);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 0.8;
}

.mt-80px {
  margin-top: 80px;
}

.normal-line-height {
  line-height: 1.2;
}

.career-section {
  padding: 100px 0 70px 0;
}

.p-15px {
  padding: 15px;
}

.m-15px {
  margin: 10px;
}

.requirements-section {
  background: linear-gradient(90deg, #CA685C, #9D251F);
  padding: 100px 0;
  position: relative;
}

.requirements-section .wrapper-inner {
  padding: 30px;
  border: 1px solid;
  height: 250px;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
}

.requirements-section span.font-62 {
  background: linear-gradient(180deg, #ffc1bf, #b94a47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  opacity: 0.4;
  line-height: 0.8 !important;
  position: relative;
  top: 13px;
}

.requirements-section .bg-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 23%;
}

.requirements-section .col-md-4 .wrapper-inner {
  border-color: rgba(255, 255, 255, 0.3);
}

.requirements-section .col-md-4:first-child .wrapper-inner {
  border-left: 0;
  border-top: 0;
  border-bottom: 0
}

.requirements-section .col-md-4:nth-child(2) .wrapper-inner {
  border-left: 0;
  border-top: 0;
  border-bottom: 0
}

.requirements-section .col-md-4:nth-child(3) .wrapper-inner {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.requirements-section .col-md-4:nth-child(4) .wrapper-inner {
  border-left: 0;
  border-bottom: 0
}

.requirements-section .col-md-4:nth-child(5) .wrapper-inner {
  border-left: 0;
  border-bottom: 0;
}

.requirements-section .col-md-4:nth-child(6) .wrapper-inner {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}

.packages-section {
  padding: 0 0 100px 0;
}

.timeline-section {
  padding-top: 100px;
}

.packages-section .startup-content-wrapper {
  margin: 0 15px;
  border-radius: 25px;
  border: 1px solid #eee;
  overflow: hidden;
}

.packages-section .content-writeup {
  padding: 50px 60px;
  height: 250px;
}

.packages-section .content-writeup ul {
  list-style: inside;
}

.franchise-form-section {
  background-image: linear-gradient(45deg, #00000061, transparent), url(../images/franchise-cta-landing-bg.jpg);
  padding: 100px 0;
  background-size: cover;
}

.wpcf7-response-output {
  background: #fff;
}

.form-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #FFFFFF;
  padding: 30px 50px 50px 50px;
  border-radius: 30px;
}


.contact-form-section .form-container {
  padding: 50px;
  border: 1px solid #eee;
  border-radius: 0 10px 10px 0;
  border-left: 0;
}

form .form-group {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}

form .half-width {
  flex: 1 1 calc(50% - 10px);
}

form label {
  margin-bottom: 5px;
  font-weight: bold;
}

form input,
form textarea {
  padding: 12px;
  border: none;
  border-radius: 6px;
  background-color: #f0eeee;
  font-size: 16px;
  resize: none;
  width: 100%;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
}

form textarea {
  height: 80px;
}

textarea:focus-visible,
input:focus-visible {
  outline-color: #c23430
}

.faqs-franchise-section {
  padding: 100px 0;
}

.faq-container {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}

.faq-item {
  flex: 1 1 calc(50% - 10px);
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  cursor: pointer;
  transition: border 0.3s;
  border: 1px solid transparent;
  position: relative;
}

.faq-item.open {
  border: 1px solid #d88f89;
  /* light red border for open item */
}

.faq-question {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-icon {
  color: #c54444;
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s;
}

.faq-answer {
  font-size: 14px;
  margin-top: 10px;
  display: none;
  color: #666;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
  /* minus to plus transform */
}

.subtext {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
  color: #666;
  margin-bottom: 50px;
}

.timeline-wrapper {
  position: relative;
  padding: 100px 0;
}

.timeline-bar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 35px;
  background: #ca685c;
  transform: translateY(-50%);
  border-radius: 15px;
  z-index: 1;
}

.timeline-bar::before,
.timeline-bar::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  background: #888;
}

.timeline-bar::before {
  left: 20%;
}

.timeline-bar::after {
  left: 60%;
}

.steps-timeline {
  display: flex;
  justify-content: space-between;
  height: 550px;
  /*flex-wrap: wrap;*/
  position: relative;
  z-index: 2;
}

.step-timeline {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}

.step-timeline:nth-child(2),
.step-timeline:nth-child(4) {
  flex-direction: column-reverse;
}

.circle {
  width: 120px;
  height: 120px;
  background: linear-gradient(to bottom, #ca685c, #9d251f);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin: 0 auto 10px;
  position: relative;
}

.circle:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 65%;
  background: #D0554F;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
}

.step-timeline:nth-child(even) .circle {
  background: linear-gradient(to bottom, #8a8b8e, #6f6f71);
}

.step-timeline:nth-child(even) .circle:after {
  background: #9E9E9E;
  bottom: 115%;
  top: inherit;
}

.content-wrapper-timeline {
  display: flex;
  flex-direction: column;
  height: 50%;
  justify-content: start;
  padding-top: 100px;
  text-align: center;
}

.content-wrapper-timeline:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 23px solid #ca685c;
}

.step-timeline:nth-child(even) .content-wrapper-timeline {
  padding-bottom: 100px;
  justify-content: end;
}


.step-timeline:nth-child(even) .content-wrapper-timeline:before {
  top: 45%;
  border-top: 23px solid #888888;
  transform: translate(-50%, -50%) rotate(180deg);
}

.step-title {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.step-text {
  color: #000;
}

.contact-info {
  background: linear-gradient(to bottom right, #CA685C, #9D251F);
  color: #fff;
  flex: 1 1 300px;
  padding: 40px 30px;
}

.contact-info h2 {
  margin-bottom: 50px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 10px;
}

.info-item:last-child {
  margin-bottom: 0;
}

.info-item img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 3px;
}

.info-item p,
.info-item a {
  color: #fff;
  text-decoration: none;
  line-height: 1.7;
}

.common-section-padding {
  padding: 100px 0;
}

.common-section-padding-half {
  padding: 50px 0;
}

.map-container {
  position: relative;
  padding-bottom: 400px;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.job-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gap-20 {
  gap: 20px
}

.job-card {
  background: #f5f5f5;
  padding: 18px 20px;
  flex: 1 1 calc(50% - 20px);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  max-width: 50%;
}

.job-card:nth-child(1),
.job-card:nth-child(4),
.job-card:nth-child(5) {
  background: #fff;
  border-color: #e6e6e6;
}

.job-title {
  color: #333;
}

.submit-btn {
  flex: 0 0 auto;
}

.submit-btn a {
  padding: 10px 20px;
}

span.wpcf7-list-item.first.last {
  grid-template-columns: 15px 94%;
  gap: 12px;
  display: grid;
  margin-left: 0;
  line-height: 1.3;
  font-size: 13px;
}

@media(max-width:1599px) {

  .theme-btn,
  .theme-btn-transprent {
    padding: 14px 22px;
  }

  .feature-box {
    width: 33.33%;
    height: 190px;
  }

  .feature-box p {
    line-height: 1.2;
  }

  .font-62,
  .md\:text-\[62px\] {
    font-size: 55px !important;
    line-height: 1.3 !important
  }

  .step-title {
    font-size: 22px;
  }
}

@media(max-width:1440px) {
  .font-32 {
    font-size: 30px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-18 {
    font-size: 17px;
  }

  .font-16 {
    font-size: 16px;
  }

  .feature-box {
    height: 200px;
  }

  .footer-logo {
    width: 55%
  }
}

@media(max-width:1380px) {
  .font-18 {
    font-size: 16px;
  }

  .font-22 {
    font-size: 20px;
  }

  .font-25 {
    font-size: 23px;
  }

  .step-title {
    font-size: 20px;
  }

  .circle {
    height: 110px;
    width: 110px;
    font-size: 35px
  }
}

@media(max-width:1300px) {
  .font-32 {
    font-size: 28px;
  }

  .font-22 {
    font-size: 20px;
  }

  .font-25 {
    font-size: 21px;
  }

  .font-20 {
    font-size: 17px;
  }

  .font-18 {
    font-size: 16px;
  }

  .font-16 {
    font-size: 14px;
  }

  .font-14 {
    font-size: 13px;
  }

  .feature-box h4 {
    line-height: 1 !important;
  }

  .feature-box {
    height: 180px;
  }

  .font-62,
  .md\:text-\[62px\] {
    font-size: 45px !important;
    line-height: 1.3 !important
  }

  .step-title {
    font-size: 18px;
  }

  .circle {
    height: 100px;
    width: 100px;
    font-size: 32px
  }

  .steps-timeline {
    height: 480px;
  }

  .footer-logo {
    width: 60%
  }
}

@media(max-width:1200px) {
  .font-32 {
    font-size: 26px;
  }

  .feature-box {
    height: 160px;
  }

  .tp_CommonBgHeroLayout_section {
    margin: 0 25px;
  }

  .font-62,
  .md\:text-\[62px\] {
    font-size: 40px !important;
    line-height: 1.3 !important
  }

  .feature-box p br {
    display: none;
  }

  .font-25 {
    font-size: 20px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .common-section-padding,
  .home-overview-section,
  .requirements-section,
  .packages-section,
  .franchise-form-section,
  .faqs-franchise-section,
  .timeline-wrapper {
    padding: 50px 0;
  }

  .timeline-section {
    padding-top: 50px;
  }

  .common-section-padding-half {
    padding: 25px 0;
  }

  .career-section {
    padding: 50px 0 30px 0;
  }

  .footer-logo {
    width: 40%;
  }

  .overview_content .flex.items-center.gap-\[22px\].h-\[80px\].px-\[18px\].py-\[10px\].font-16 {
    height: 94px;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) and (min-height: 1366px) {
  .steps-timeline {
    height: 450px;
  }
}

@media(max-width:992px) {
  .font-32 {
    font-size: 25px;
  }

  .font-20 {
    font-size: 16px;
  }

  .font-25 {
    font-size: 18px;
  }

  .container {
    max-width: 92%
  }

  .feature-box p {
    font-size: 12px
  }

  .feature-box {
    height: 150px;
  }

  .box {
    height: 220px;
    width: 195px;
  }

  .home-overview-section {
    padding: 50px 0;
  }

  .step-title {
    font-size: 17px;
  }

  .circle {
    height: 80px;
    width: 80px;
    font-size: 30px
  }

  .steps-timeline {
    height: 500px;
  }
}

@media(max-width:991px) {
  .feature-box {
    padding: 10px 12px;
  }

  .theme-btn,
  .theme-btn-transprent {
    padding: 12px 18px;
  }

  .text-\[14px\] {
    font-size: 13px;
  }

  .feature-box {
    height: 135px;
  }

  .career-section {
    padding: 70px 0 40px 0;
  }

  .box {
    height: 200px;
    width: 170px;
  }

  .feature-box p {
    font-size: 11px;
  }

  .order-2-sm {
    order: 2
  }

  .order-1-sm {
    order: 1
  }

  .flex-direction-column-sm {
    flex-direction: column;
  }

  .tp_footer_section {
    padding: 30px 0;
  }

  .faq-item {
    flex: 1 1 calc(100% - 10px);
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-12 {
    width: 100%
  }

  .requirements-section .col-md-4:nth-child(3) .wrapper-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .requirements-section .col-md-4:nth-child(2) .wrapper-inner,
  .requirements-section .col-md-4:nth-child(4) .wrapper-inner {
    border-right: 0;
  }

  .timeline-bar {
    height: 100%;
    position: absolute;
    width: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .packages-section .content-writeup {
    padding: 50px 30px;
  }

  .steps-timeline {
    height: auto;
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto;
  }

  .step-timeline {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
    padding: 50px 0;
    align-items: center;
  }

  .timeline-bar::before,
  .timeline-bar::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 20%;
    background: #888;
  }

  .timeline-wrapper {
    position: relative;
    padding: 0 0;
    height: auto;
    margin: 50px 0 20px 0;
  }

  .content-wrapper-timeline {
    flex-direction: column;
    height: 50%;
    justify-content: start;
    padding-top: 0;
    width: 40%;
    text-align: left;
  }

  .step-timeline:nth-child(even) .circle:after {
    background: #9E9E9E;
    bottom: 50%;
    top: inherit;
    left: -35%;
    transform: translateX(-100%);
    width: 100%;
    height: 2px;
  }

  .circle:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #D0554F;
    top: 50%;
    left: 35%;
    transform: translateX(100%);
  }

  .content-wrapper-timeline:before {
    transform: translate(-50%, -50%) rotate(25deg);
    top: 55%;
    left: 52%;
  }

  .timeline-bar::before {
    top: 20%;
    left: 0
  }

  .timeline-bar::after {
    top: 60%;
    left: 0
  }

  .circle {
    height: 80px;
    width: 80px;
    font-size: 30px;
    margin: 0;
  }

  .step-timeline:nth-child(2),
  .step-timeline:nth-child(4) {
    flex-direction: row-reverse;
  }

  .step-timeline:nth-child(even) .content-wrapper-timeline:before {
    top: 50%;
    border-top: 23px solid #888888;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 47%;
  }

  .step-timeline:nth-child(even) .content-wrapper-timeline {
    padding: 0;
    width: 40%;
    text-align: right;
  }

  .contact-info h2 {
    margin-bottom: 25px;
  }
}

@media(max-width:768px) {
  .font-32 {
    font-size: 23px;
  }

  .md\:text-\[62px\] {
    font-size: 30px
  }

  .franchise-form-section .half-width {
    flex: 1 1 100%;
  }

  .franchise-form-section .form-container {
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
  }

  .contact-form-section .form-container {
    padding: 20px
  }

  .form-container .theme-btn {
    width: 100%
  }

}

@media(max-width:767px) {
  .footer_content_1 {
    width: 100%;
    margin-bottom: 40px
  }

  .footer_content_2 {
    margin-top: 40px
  }

  .xl-block {
    display: none
  }

  .xl-hidden {
    display: block
  }

  .col-xs-12,
  .full-width-mobile {
    width: 100%;
  }

  .d-block-xs {
    display: block;
  }

  .home-overview-section {
    background-position: 0 100%;
  }

  .home-opportunity-section img {
    position: relative;
    top: 0
  }

  .feature-box {
    height: 170px;
  }

  .text-center-xs {
    text-align: center;
  }

  .w-90,
  .w-85 {
    width: 100%;
  }

  .box {
    height: 230px;
    width: 200px;
    max-width: 100%;
  }

  .overview-right {
    justify-content: center;
  }

  .mt-xs-15 {
    margin-top: 15px
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .box.red p.font-20 br {
    display: none;
  }

  .tp_CommonBgHeroLayout_section img {
    height: 400px;
    object-fit: cover;
  }

  .container {
    max-width: 100%;
  }

  .tp_CommonBgHeroLayout_section {
    margin: 0 15px;
  }

  .requirements-section .col-md-4:first-child .wrapper-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .requirements-section .col-md-4:nth-child(3) .wrapper-inner,
  .requirements-section .col-md-4:first-child .wrapper-inner,
  .requirements-section .col-md-4:nth-child(5) .wrapper-inner {
    border-right: 0;
  }

  .packages-section .startup-content-wrapper {
    margin: 15px 0;
  }

  .job-card {
    flex: 1 1 calc(100% - 20px);
    max-width: 100%;
  }

}

@media(max-width:650px) {
  .steps-timeline {
    width: 90%
  }

  .job-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
  }

  .job-title {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
  }

  .submit-btn {
    align-self: center;
    margin-bottom: 20px;
  }

}

@media(max-width:500px) {
  .font-32 {
    font-size: 21px;
  }

  .font-25 {
    font-size: 17px;
  }

  .font-18 {
    font-size: 15px;
  }

  .font-16 {
    font-size: 14px;
  }

  .font-14 {
    font-size: 13px;
  }

  .box {
    width: 170px;
    height: 200px;
  }

  .feature-box {
    height: 140px;
  }

  .career-section .p-8 {
    padding: 1.3rem;
  }

  .box br {
    display: none;
  }

  .md\:text-\[62px\] {
    font-size: 25px
  }

  .steps-timeline {
    width: 100%;
  }

  .circle {
    height: 70px;
    width: 70px;
    font-size: 22px;
  }

  .step-title {
    font-size: 15px;
  }

  .timeline-bar {
    width: 15px;
  }

  .circle:after {
    left: 23%
  }
}

@media(max-width:400px) {
  .circle {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }

  .box {
    width: 150px;
    height: 200px;
  }
}