.mentorship-banner {
  background-image: url("https://mrceo.biz/wp-content/uploads/2025/01/banner-4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* padding-top: 180px; */
      padding: 130px 0 20px;
}

.banner-title {
  margin-bottom: 0;
  font-size: 16px;
}

.banner-head {
  margin: 0;
  padding: 16px 18px 0 0;
  letter-spacing: -3.2px;
}

.banner-content {
  align-items: flex-start !important;
}
.content-col{
  padding-top: 66px;
}

.banner-italic {
  color: #181e3b;
  font-size: inherit;
  font-style: italic;
  font-weight: 400;
  line-height: inherit;
}

.banner-para {
  margin: 17px 0 32px;
  max-width: 500px;
  font-size: 16px;
}

.banner-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 36px 8px 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  background: #ff5d18;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin: 0px;
}
.mentorship-banner .btnOrange:hover{
  color: #FFFFFF;
  background: #191B4A;
}
.mentorship-banner .btnOrange img {
  top: 0px;
}
 .btntext:focus
 {   background-color: #FF5D18;;
 }
  .txt-blue{min-height: 72px;}
 .events {
    margin: 0 !important;
    padding: 0 !important;
}
/* .banner-cta::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("http://localhost/mrceov2/wp-content/uploads/2025/09/arrow_outward-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 95px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
} */

.banner-cta:hover {
  background: #191b4a;
}

.banner-cta:hover::after {
  transform: translateY(-50%) rotate(45deg);
}

.banner-image {
  width: 98%;
  max-width: 498px;
  height: auto;
  border-radius: 5px;
}

.levelup-section .btn-levelup:hover, .btn-levelup:focus {
    background: #FFDAB9;color: #181e3b !important;}

/* stories */
.our_stroie{padding: 100px 0 60px;}
.our_stroie .card-flex{gap: 31px;}
.our_stroie .card-flex span {padding: 2px 6px;border-radius: 5px;border: 1px solid #E0E3E6;background: #F4F7FF;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);width: fit-content;font-size: 12px;margin-bottom: 14px;}
.our_stroie .card-flex .card{max-width: 331px;}
.our_stroie .card-flex .group-img{width:100%; height: 248px;object-fit: cover;border-radius: 5px;}
.our_stroie .card-flex .d-flex.flex-direction-coloumn{flex-direction: column;}
.our_stroie .card-flex .d-flex.flex-direction-coloumn .borderbtnorange{text-align: start !important; }
.our_stroie .borderbtnorange{text-align-last: left;}
 .group-img:hover{transform: scale(1.01);}

/* Tablet Styles */
@media (max-width: 991px) and (min-width: 768px) {
  .banner-head {
    font-size: 36px;
    line-height: 53px;
    letter-spacing: -1.2px;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
  .mentorship-banner {
    padding-top: 120px;
    padding-bottom: 60px;
    height: 740px;
    background-size: cover;
  }

  .banner-head {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1.2px;
    padding: 12px 0;
  }

  .banner-italic {
    font-size: 44px;
    line-height: 46px;
    letter-spacing: -1.32px;
  }

  .banner-para {
    padding-bottom: 20px;
    margin: 0px;
  }

  .banner-cta {
    width: 100%;
    padding: 8px 26px 8px 26px;
    justify-content: center !important;
  }

  .banner-cta::after {
    width: 24px;
    height: 24px;
    right: 100px;
  }

  .banner-image {
    margin-top: 0px;
    width: 100%;
  }

  .content-col {
    margin-bottom: 24px;
  }
  
.our_stroie{padding: 80px 0 8px;}
.our_stroie .card-flex{flex-direction: column;margin-bottom: 32px !important;}
.our_stroie .card-flex .group-img{height: 228px;}
.our_stroie .card-flex{gap: 16px;}
.our_stroie .card-flex .borderbtnorange{text-align: start !important;}
}

.global-mentorship-section {
  padding: 0px 0;
  margin-top: 104px;
}

.global-mentorship-section .container {
  max-width: 1120px;
}

.global-main-heading {
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-size: 40px; /* typography H2 */
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
  margin: 0 0 24px 0;
}

.global-italic-text {
  color: #ff5d18;
  font-family: "DM Serif Display", serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.32px;
}

.global-icon {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.global-heading {
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-size: 20px; /* subtitle */
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-top: 12px !important;
}

.global-description {
  color: #565966;
  font-family: "Manrope", sans-serif;
  font-size: 16px; /* body text */
  font-weight: 500;
  line-height: 24px;
  max-width: 336px;
  margin: 0;
}

.global-item {
  margin-bottom: 32px;
}

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

/* ✅ Responsive styles */
@media (max-width: 767px) {
  .global-icon {
    margin-top:32px;
  }

  .global-mentorship-section {
    padding: 56px 0;
    margin-top: 112px;
  }

  .btnOrange {
  /* display: inline-flex;        */
  align-items: center;       
  justify-content: flex-start !important;
  gap: 4px;                   
  
  margin-top: 24px;
  padding: 8px 46px;
  width: 100%;
  background: #ff5722;       
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
  .global-main-heading {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.6px;
    margin-bottom: 0px;
    padding-top: 62px;
  }

  .global-italic-text {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.08px;
  }

  .global-description {
    width: 100%;
    max-width: 336px;
  }

  .text-col {
    margin-bottom: 20px;
    text-align: left;
  }

  .global-item {
    text-align: left;
  }
}

@media screen and (min-width: 376px) and (max-width: 415px) {
  .global-main-heading {
    padding-top: 0px;
  }

  .global-mentorship-section {
    padding: 56px 0;
    margin-top: 92px;
  }
}

@media (max-width: 375px) {
  .global-main-heading {
    padding-top: 65px;
  }

  .global-mentorship-section {
    margin-top: 50px;
  }
}

/* Mentor section */

.mentors-section {
  padding-top: 120px !important;
}

.mentors-banner {
  max-width: 1270px;
  height: 700px;
  border-radius: 5px;
  background: linear-gradient(66deg, #ffeded 9.06%, #ffe7d8 88.66%);
  position: relative;
  margin: 0 auto;
  padding: 88px 30px 88px 30px !important;
  background-image: url("../images/mentors-banner.png");
  background-size: cover;
  background-position: center;
}

.meet-text {
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.2px;
}

.mentors-text {
  color: #ff5d18;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: 40px;
  font-style: italic;
  line-height: 48px;
  letter-spacing: -1.2px;
}

.mentor-card {
  max-width: 357px;
  margin-top: 0px;
}

.mentor-img {
  width: 357px;
  height: 350px;
  margin-bottom: 16px !important;
}

.mentor-name {
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28.8px;
}

.mentor-designation {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #181e3b;
  margin-top: 4px; /* small spacing under the name */
}

.mentor-name-icon {
  justify-content: space-between !important;
  display: flex !important;
}

.linkedin-icon svg {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .mentors-banner {
    width: 100%;
    right: 88px;
  }
}

@media (max-width: 768px) {
  .mentors-banner {
    max-width: 100%;
    height: auto;
    padding: 60px 20px 20px 20px;
  }

  .mentor-img {
    width: 100%;
    height: 75%;
  }
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .mentors-banner {
    max-width: 100%;
    height: auto;
    padding: 40px 20px 40px 20px !important;
  }

  .meet-text {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -1.3px;
  }

  .mentors-text {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.9px;
  }

  .mentor-img {
    width: 100%;
    height: auto;
  }

  .mentor-name {
    font-size: 20px;
    line-height: 24px;
  }
  .mentor-designation {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .row.g-4 {
    margin-right: -10px !important;
  }

  .mentor-designation {
    margin-top: 6px;
  }
}

/* levelup-section */

.levelup-section {
  padding-top: 50.5px !important;
  padding-bottom: 0px !important;
}

.levelup-banner {
  max-width: 1095px;
  height: 562px;
  border-radius: 5px;
  background-color: #191b4a;
  background-image: url("../images/ptich-img.svg");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  /* padding: 60px 30px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.levelup-heading {
  max-width: 655px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%; /* 70.4px */
  letter-spacing: -0.8px;
}

.levelup-heading .mentor-style {
  color: #ff5d18;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  font-weight: 400;
}

.levelup-para {
  max-width: 548px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 40px !important;
}

.btn-levelup {
  display: inline-flex;
  padding: 8px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #ff5d18;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 40px !important;
}

.btn-levelup:hover,
.btn-levelup:focus {
  background: #191b4a;
  color: #ff5d18;
  text-decoration: none;
}

/* Responsive Mobile <=767px */
@media (max-width: 767px) {
  .levelup-banner {
    max-width: 100%;
    height: auto;
    padding: 40px 20px;
  }

  .levelup-heading {
    font-size: 56px;
    line-height: 65px;
  }

  .levelup-heading .mentor-style {
    font-size: 56px;
    line-height: 48px;
  }

  .levelup-para {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
    margin-top: 24px !important;
  }

  .btn-levelup {
    font-size: 14px;
    padding: 8px 20px;
    width: 100%;
    margin-top: 24px !important;
  }
}

/* Base Timeline Section Styles */
.timeline-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 104px 0;
  position: relative;
  overflow: hidden;
  margin-top: 104px;
}

.timeline-section .container {
  max-width: 1120px;
}

.timeline-section h2 {
  color: #181e3b;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -1.3px;
  margin-bottom: 40px;
}

.timeline-section .italic-text {
  color: #ff5d18;
  font-family: "DM Serif Display", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.26px;
}

.timeline {
  position: relative;
  max-width: 628px;
  margin: 0 auto 50px;
}

.timeline .vertical-line {
  position: absolute;
  top: 86px;
  height: 85%;
  bottom: 0;
  left: 50%;
  width: 5px;
  background: #fff;
  z-index: 0;
  transform: translateX(-50%);
}

.timeline .draw-line {
  position: absolute;
  top: 86px;
  left: 50%;
  width: 5px;
  background: #fc5a1a;
  z-index: 1;
  transform: translateX(-50%);
  height: 0;
  transition: height 0.3s ease-in-out;
}

.timeline-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.timeline-item:nth-child(even) {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.timeline-item:nth-child(odd) {
  justify-content: flex-end;
}

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

.timeline-item .timeline-content {
  height: 212px;
  background: #fff;
  display: flex;
  width: 262px;
  padding: 24px;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.timeline-item::before {
  content: attr(data-step);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  transition: background 0.3s, color 0.3s;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 2px dotted #fff;
  border-radius: 50%;
  z-index: 2;
  transition: border-color 0.3s;
}

.timeline-item.in-view::before {
  background: #fc5a1a;
  color: #fff;
}

.timeline-item.in-view::after {
  border-color: #fc5a1a;
}

.timeline-btn {
  color: #565966;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.timeline-content h3 {
  color: #ff5d18;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  line-height: 28px;
}

.timeline-content p {
  color: #565966;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

/* Mobile Version */
.steps-scroller {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.steps-scroller h2 {
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 40px;
  margin-bottom: 40px;
}

.steps-scroller .italic-text {
  color: #ff5d18;
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.32px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  opacity: 0.5;
  transform: scale(0.95);
  transition: all 0.4s ease;
  position: relative;
}

.step-item.active {
  opacity: 1;
  transform: scale(1);
}

.step-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 13px;
  top: 28px;
  bottom: -40px;
  width: 5px;
  background: #ff5d18;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.4s ease;
}

.step-item.active:not(:last-child):after {
  opacity: 1;
  background: linear-gradient(to bottom, #ff5d18);
}

.step-number {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #ff5d18;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ff5d18;
  flex-shrink: 0;
  margin-right: 20px;
  z-index: 2;
  transition: all 0.4s ease;
}

.step-item.active .step-number {
  background: #ff5d18;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 93, 24, 0.3);
}

.step-content {
  text-align: left;
  transition: all 0.4s ease;
}

.step-item.active .step-content {
  transform: translateX(5px);
  bottom: 15px;
  position: relative;
}

.step-content h3 {
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.36px;
  margin: 0 0 8px 0;
}

.step-content p {
  color: #565966;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

.step-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  object-fit: cover;
}

/* Mobile styles */
@media (max-width: 767px) {
  .timeline-section {
    background: #ffffff;
    padding: 40px 0;
    margin-top: 0px;
  }

  .timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .timeline-item .timeline-content {
    width: 100%;
    margin-left: 43px;
    background: transparent;
    box-shadow: none;
    padding: 16px;
  }

  .timeline .vertical-line,
  .timeline .draw-line {
    left: 20px;
    width: 5px;
  }

  .timeline-item::before {
    left: 20px;
  }

  .timeline-item::after {
    left: 20px;
  }

  .steps-scroller h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 48px;
  }

  .steps-scroller .italic-text {
    font-size: 32px;
    line-height: 36px;
  }

  .steps-scroller {
    position: relative;
  }

  .steps-scroller .vertical-line {
    position: absolute;
    /* top: 60px; */
    bottom: 0;
    left: 17px;
    width: 5px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 0;
  }

  .steps-scroller .draw-line {
    position: absolute;
    top: 60px;
    left: 17px;
    width: 5px;
    background: #ff5d18;
    z-index: 1;
    height: 0;
    transition: height 0.3s ease-in-out;
  }

  .step-number {
    position: relative;
    z-index: 2;
  }

  .step-number::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border: 2px dotted #ffffff; /* unhighlighted = white dots */
    border-radius: 50%;
    z-index: 0;
    transition: border-color 0.3s;
  }

  /* Active step highlighted */
  .step-item.active .step-number::after {
    border-color: #fc5a1a; /* active = orange */
  }

  .step-item.active .step-number {
    box-shadow: none;
  }
}

/* faq section  */
.faq-section {
  width: 738.488px;
  max-width: 100%;
  margin: 100px auto;
  opacity: 1;
}

.faq-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  color: #181e3b;
}

.faq-title .dm-serif-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.03em;
}

.faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 36px;
  /* margin-top: 36px; */
}
.faq-question.active {
  padding-bottom: 0px;
}

.faq-question {
  /* padding-left: 351px; */
  padding-right: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
}

.faq-q {
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0;
}
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* FAQ Icon via CSS */
.faq-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;

  background: url("../images/icons/chevron-down.svg") center/24px 24px no-repeat,
    #fff;
  opacity: 0.4;
}

.faq-item.active .faq-icon {
  opacity: 1;
  transform: rotate(180deg);
  background: url("../images/icons/chevron-down.svg") center/24px 24px no-repeat,
    #fff;
}

.faq-answer {
  padding-right: 24px;
  color: #181e3b;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* padding-bottom: 24px; */
  display: none;
  margin-top: -36px;
}

.faq-item.active .faq-answer {
  opacity: 1;
  padding: 0px 100px 24px 0px;
}

.faq-line {
  /* width: 738px; */
  height: 1px;
  background-color: #181e3b;
  opacity: 0.1;
  /* margin-left: 351px; */
}

/* Responsive */
@media (max-width: 991px) {
  .faq-question,
  .faq-answer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-line {
    margin-left: 24px;
    width: calc(100% - 48px);
  }

  .faq-title {
    font-size: 32px;
    line-height: 40px;
  }

  .faq-title .dm-serif-italic {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    margin: 56px auto;
  }

  .faq-question,
  .faq-answer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-line {
    margin-left: 16px;
    width: calc(100% - 32px);
  }

  .faq-list {
    margin-top: 24px;
  }

  .faq-title {
    font-size: 26px;
    line-height: 34px;
    text-align: justify;
    padding: 0px 0px 0px 16px;
  }

  .faq-title .dm-serif-italic {
    font-size: 28px;
    line-height: 34px;
  }

  .faq-item.active .faq-answer {
    opacity: 1;
    padding: 8px 0px 24px 16px;
    width: 288px;
  }

  .faq-q {
    width: 221px;
  }
}

@media (max-width: 767px) {
  .d-flex {
    display: flex !important;
  }

  .main-text {
    padding-top: 40px;
  }

  .mentors-section {
    padding-top: 40px !important;
  }

  .faq-icon {
    width: 40px;
    height: 40px;
    background: url(../images/icons/chevron-down.svg) center / 15px 15px
        no-repeat,
      #fff;
  }

  .faq-item.active .faq-icon {
    opacity: 1;
    transform: rotate(180deg);
    background: url(../images/icons/chevron-down.svg) center / 15px 15px
        no-repeat,
      #fff;
  }

  .btntext {
    width: 100%;
  }

  .mentors-section {
    padding-bottom: 0px !important;
  }

  .levelup-section {
    padding-top: 0px !important;
  }
}

.levelup-banner {
  background-image: var(--desktop-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .levelup-banner {
    background-image: var(--mobile-bg);
  }

  .event-container {
    margin-top: 56px !important;
  }

  .tab-content > .active {
    margin-left: 0px !important;
    width: 100% !important;
  }

  .coming-soon-container {
    width: 100% !important;
  }

  .coming_soon_section {
    width: 100% !important;
    top: 15px !important;
  }

  .nav-tabs {
    width: 100%;
    padding: 10px;
  }

  .nav-links.active {
    width: 100% !important;
    font-size: 14px;
    padding: 10px 16px;
  }

  .nav-links {
     /* padding: 10px 24px; */
    width: 100%;
  }

  .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .nav-links:not(.active):hover {
    background-color: transparent !important;
  }
}
