@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {

  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #0D0D0D;

}

::selection {
  color: #000;
  background: #D9FF04;
}

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-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 90px;
  line-height: 100px;
}

h3 {
  font-size: 65px;
  line-height: 75px;
}

h4 {
  font-size: 30px;
  line-height: 45px;
}

h5 {
  font-size: 25px;
  line-height: 30px;
}

h6 {
  font-size: 14px;
  line-height: 25px;
}

b,
strong {
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #D9FF04;
}

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;
}

.r-100-p {
  border-radius: 100%;
}

.site-section {
  padding: 70px 0;
}

.btn-border {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 14px 20px;
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-bebas {
  font-family: "Bebas Neue", sans-serif;
}

.font-sora {
  font-family: "Sora", sans-serif;
}

.border-yellow {
  border-color: #D9FF04;
}

.navbar {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}

.header-center {
  background: #2E2E2E;
  background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgba(26, 26, 26, 1) 100%);
  border-radius: 15px;
}

.header-center li.nav-item {
  padding: 5px 15px;
}

.site-header {
  padding: 35px 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(217 255 4);
}

.color-yellow {
  color: rgb(217 255 4);

}

.home-banner {
  background: url(../img/man-bg.svg) center no-repeat;
  padding: 63px 0 54px;
}

.banner-content img {
  margin-left: -8px;
  border-radius: 100%;
}

.btn-fill {
  background: #fff;
  color: #000;
  padding: 15px 25px;
  border-radius: 15px;
  border: none;
}

.yellow-bg {
  background: #D9FF04;
  color: #000 !important;
}

.tetter-space-4px {
  letter-spacing: 4px;
}

.banner-img img {
  max-width: 550px;
  position: absolute;
}

.news {
  background: rgb(169, 199, 0);
  color: rgb(13, 13, 13);
  margin-top: 153px;
  padding: 15px 0 5px;
  position: relative;
}

.banner-img {
  position: relative;
  display: flex;
}

.potential-left img {
  border: 1px solid #D9FF04;
}

img.b-r-15.potential-3 {
  position: absolute;
  right: 71px;
  transform: rotate(9deg);
  top: 41px;
}

img.b-r-15.potential-2 {
  position: absolute;
  right: 71px;
  transform: rotate(-7deg);
  bottom: -10px;
}

.tick-yellow {
  background: #d9ff04;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.potential-list {
  background: #2E2E2E;
  background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgba(26, 26, 26, 1) 100%);
  padding: 4px 15px;
  border-radius: 15px;
}

.container-small {
  max-width: 800px;
}

.color-gray {
  color: #B3B3B3;
}

.step-status ul {
  list-style: none;
}

.step-status .step-item {
  width: 100%;
  display: block;
  height: 10px;
  background: #333333;
  border-radius: 30px;
}

.step-status .active .step-item {
  background: #D9FF04;
}

.text-normal {
  text-transform: initial;
}

.checkbox-holder {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}


.checkbox-holder input:checked~.checkmark {
  background-color: #D9FF04;
  border: 1px solid #D9FF04;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-holder input:checked~.checkmark:after {
  display: block;
}

.checkbox-holder .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0d0d0d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.program-list {
  border: 1px solid #717171;
  padding: 25px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.program-list:hover,
.program-list.active-option {
  border-color: #D9FF04;
  background: rgba(217, 255, 4, 0.04);
}

.story-item img {
  width: initial !important;
}

.rating img {
  width: 15px !important;
}

.story-content {
  background: #2E2E2E;
  background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgba(26, 26, 26, 1) 100%);
  padding: 35px 35px;
  border-radius: 15px;
  min-height: 450px;
}

.story .container {
  max-width: 1200px;
}

.owl-next span,
.owl-prev span {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -110px;
  background-size: 100% !important;
  display: block;
}

.owl-next span {
  background: url(../img/arrow-yellow.svg) center no-repeat;


}

.owl-prev span {
  background: url(../img/arrow-yellow.svg) center no-repeat;
  transform: rotate(180deg);
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
}

button.owl-next {
  margin-right: -60px;
}

.owl-prev {
  margin-left: -60px;
}

.footer-logo {
  max-width: 170px;
}

.footer-menu-holder ul {
  padding-left: 0;
}

.footer-menu-holder li {
  list-style: none;
  margin-bottom: 10px;
}

.newsletter {
  display: flex !important;
  position: relative;
  align-items: center;
  width: 100%;
}

.newsletter p {
  display: flex;
  margin: 0;
  width: 100%;
  position: relative;
}

.newsletter .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  display: block;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
  border: 1px solid #555555;
  background: transparent;
  padding: 10px 15px;
  border-radius: 15px 0 0 15px;
  color: #fff;
  width: 100%;
  outline: none;
  font-family: "Sora", sans-serif;
  height: 48px;
  box-sizing: border-box;
}

.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus {
  border-color: #D9FF04;
}

.newsletter button.btn-submit,
.newsletter input[type="submit"],
.newsletter .btn-submit {
  background: #D9FF04;
  color: #000 !important;
  padding: 0 20px;
  border-radius: 0 15px 15px 0 !important;
  margin-left: 0 !important;
  border: none !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  cursor: pointer;
  height: 48px;
  white-space: nowrap;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.newsletter button.btn-submit:hover,
.newsletter input[type="submit"]:hover,
.newsletter .btn-submit:hover {
  background: #c3e600;
}

.newsletter .wpcf7-spinner {
  position: absolute;
  right: -25px;
  top: 14px;
}

.newsletter .wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  border-radius: 10px !important;
}

.news-scoll {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
}

.eocjs-newsticker {
  padding: 13px 0 !important;
  background-color: transparent !important;
}

.form-item {
  position: relative;
}

.form-item p {
  margin: 0;
}

.form-item .field-item,
.form-item input[type="text"],
.form-item input[type="tel"],
.form-item input[type="email"],
.form-item select.field-item,
.form-item textarea.field-item {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.form-item input[type="text"]:focus,
.form-item input[type="tel"]:focus,
.form-item input[type="email"]:focus,
.form-item select.field-item:focus,
.form-item textarea.field-item:focus {
  border-bottom-color: #D9FF04;
}

/* Country Code & Phone Input Alignment */
.form-item span[data-name="your-country"] {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 10;
}

.country {
  background: transparent url(../img/arrow-down-white.svg) no-repeat 100% center !important;
  background-size: 12px !important;
  border: none !important;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  width: 60px;
  padding-right: 18px;
  font-size: 16px;
  font-family: "Sora", sans-serif;
  cursor: pointer;
  outline: none;
  height: 34px;
}

input.phone,
input[type="tel"].phone {
  padding-left: 70px !important;
}

.form-item select.field-item {
  appearance: none;
  -webkit-appearance: none;
  background: transparent url(../img/arrow-down-green.svg) no-repeat 100% center;
  background-size: 14px;
}

/* Contact Form 7 Validation Error Tip Styling */
.form-item .wpcf7-not-valid-tip {
  color: #ff4d4d !important;
  font-size: 13px !important;
  font-family: "Sora", sans-serif !important;
  margin-top: -18px !important;
  margin-bottom: 15px !important;
  display: block !important;
}

/* Fix Option Visibility in Dropdowns */
select option,
.form-item select option,
select.country option {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  padding: 10px;
}

select option:hover,
select option:focus,
select option:active,
select option:checked {
  background-color: #2b2b2b !important;
  color: #D9FF04 !important;
}

/* Form Submit Button Styling & Alignment */
.contact-form .btn-fill,
.contact-form button[type="submit"],
.contact-form input[type="submit"],
.contact-form .wpcf7-submit {
  width: 100% !important;
  background: #D9FF04 !important;
  color: #000 !important;
  border: none !important;
  border-radius: 15px !important;
  padding: 16px 25px !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px !important;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease;
  line-height: 1;
}

.contact-form .btn-fill:hover,
.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover,
.contact-form .wpcf7-submit:hover {
  background: #c3e600 !important;
}

::placeholder,
select {
  color: #B3B3B3;
}

.contact-items h5 {
  font-size: 20px;
}

.contact-item {
  background: #2E2E2E;
  background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgba(26, 26, 26, 1) 100%);
  border-radius: 15px;
  padding: 10px;

}

.contact-item img {
  background: #D9FF04;
  width: 70px;
  display: flex;
  padding: 12px;
  border-radius: 10px;
}

.mission-text.text-center {
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 9999;
}

.contact-items {
  padding: 20px 0;
}

.plan-item {
  background: url(../img/plan-bg.png) center no-repeat;
  background-size: 100%;
}

.plan-holder {
  border: 2px solid #D9FF04;
  border-radius: 15px;
  padding: 30px 30px 25px 30px;
  margin-bottom: 80px;
}

.plan-item img {
  margin-top: -99px;
}

.plan .heading-holder {
  margin-bottom: 110px;
}

.goals .img-holder {
  background: #ADCB06;
  border-radius: 20px;
}

.goals .img-holder img {
  margin-top: -79px;
  position: relative;
  z-index: 999;

}

.dark-gradient {
  background: #2E2E2E;
  background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgba(26, 26, 26, 1) 100%);
  border-radius: 15px;
  padding: 15px;
}

.goal-item img {
  background: #adcb06;
  padding: 15px;
  border-radius: 15px;
}

.goal-item {
  position: absolute;
  width: 39%;
}

.top-align {
  top: 109px;
}

.bottom-align {
  bottom: 100px;
}

.goal-item {
  position: absolute;
  width: 38%;

}

.right-items .goal-item {
  right: 0;
}

.right-align {
  right: 42px !important;
}

.left-align {
  left: 39px;
}

.goals .heading-holder {
  margin-bottom: 120px;
}

.excellence .rating img {
  width: 15px !important;
  margin: 3px;
}

.text-item img {
  background: #D9FF04;
  width: 60px;
  display: flex;
  padding: 12px;
  border-radius: 10px;
  position: relative;
  left: -19px;
}

.text-item {
  width: 70%;
  margin-bottom: 25px;
}

.man-item {
  position: absolute;
  left: -100px;
}

.man-holder {
  display: flex;
  flex-direction: column;
  align-items: end;
  background: #ADCB06;
  border-radius: 15px;
  min-height: 600px;
  width: 80%;
}

.text-item {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  padding: 0px;
  box-shadow: 0px 3px 3px #627E00;
  width: 280px !important;

}

.text-item:first-child {
  right: -50px;
}

.text-item:nth-child(2) {

  right: -39px;
}

.text-item:last-child {
  right: -50px;
}

.align-2 {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.purpose-item img {
  background: #D9FF04;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.performance-item:hover {
  background: #D9FF04;
  color: #0D0D0D;
}

.performance-item {
  padding: 40px;
}

.performance-item:hover img {
  filter: brightness(0);
}

.performance-item {
  border-right: 1px dotted #D9FF04;
  border-bottom: 1px dotted #D9FF04;
}

.performance-item:last-child {
  border-right: none;
  border-bottom: none;
}

.performance-item:nth-of-type(3) {

  border-right: none;
}

.performance-item:nth-of-type(4),
.performance-item:nth-of-type(5) {

  border-bottom: none;
}

.business-heading {
  background: #D9FF04;
  border-radius: 30px 0 0 30px;
  display: flex;
  justify-content: space-between;
  color: #0D0D0D;
  padding: 10px 15px;
  width: 214px;
  right: 28px;
  position: relative;
  margin-bottom: 15px;
}


.business-item {
  position: relative;
  padding-left: 190px;
  min-height: 230px;
  border-radius: 60px 0 0 0;
}

.business-img {
  position: absolute;
  bottom: 0;
  left: -18px;
}

.business-img img {
  max-width: 87%;
}

.business-item p {
  margin-left: -84px;
  padding: 10px 25px 0;
}

.right-item-holder .business-item {
  padding-left: 0;
  border-radius: 0 60px 0 0;
}

.right-item-holder .business-img {
  right: 0;
  left: initial;
}

.right-item-holder .business-heading {
  background: #D9FF04;
  border-radius: 0 30px 30px 0;
  right: 0;
  width: 60%;
  display: flex;
  justify-content: space-between;
  color: #0D0D0D;
  padding: 10px 15px;
  width: 214px;
  right: 0px;
  position: relative;
  margin-bottom: 15px;
}

.right-item-holder .business-item p {
  margin-left: 0;
  padding: 0 125px 0 17px;
}

.mission-holder {
  border: 2px solid #d9ff04;
  padding: 50px;
}

.mission-holder {
  position: relative;
}

.mission-holder img {
  position: absolute;
  bottom: -50px;
}

.time {
  font-size: 30px;
  line-height: 45px;
  margin-top: -66px;
  padding: 10px 20px;
}

.story-img img {
  width: 100% !important;
}

.story-img-item {
  width: 50%;
  padding: 0 3% 0 0;
}

.p-l-0 {
  padding-left: 0;
}

.btn-border img {
  width: initial !important;
}

/* .owl-item.active.center {
    width: 600px !important;
} */

.active.center .plan-holder {
  margin-top: 1px !important;
}

.owl-carousel.owl-drag .owl-item {
  padding-top: 70px;
}

.purpose-2 .owl-nav.disabled {
  display: block !important;
}

.purpose-2 .owl-nav.disabled {
  display: flex !important;
  justify-content: space-between;
  margin-top: -100px !important;
  position: relative;
  z-index: 999;
}

.purpose-2 .owl-nav {
  top: initial;
}

.purpose-2 .owl-next span,
.purpose-2 .owl-prev span {
  background: url(../img/arrow-slide.svg) center no-repeat;
  background-size: 80% !important;

}

.purpose-2 .owl-nav {
  width: 250px;
  margin: 0 auto !important;
  position: initial;
}

.purpose-2 button.owl-dot {
  width: 22px;
  height: 5px;
  background: #fff !important;
  display: inline-block;
  border-radius: 10px;
  margin-right: 10px;
}

.purpose-2 .owl-dots {
  justify-content: center;
  display: flex;
  margin-top: -26px;
  position: relative;
  z-index: 999;
}

.purpose-2 button.owl-dot.active {
  background: #D9FF04 !important;
  width: 50px;
}

.purpose-2 .owl-carousel .owl-item .plan-item img {
  display: block;
  width: 180px;
  max-width: initial;
  margin-top: -58px;
  position: relative;
  bottom: -22px;
}

.purpose-2 .plan-holder .btn-border {
  width: 192px;
}

@media (max-width: 1399px) {

  .news {
    margin-top: 30px;
  }

  .top-align {
    top: 30px;
  }
}

@media (max-width: 1200px) {

  .cust-img h3 {
    font-size: 45px;
  }

  .banner-content .color-yellow img {
    max-width: 40px;
  }


  .story .container {
    max-width: 820px;
  }

  .owl-carousel .owl-item img {
    max-width: 220px;
  }

  .potential-list h4 {
    font-size: 21px;
    line-height: 45px;
  }

  .content-bottm {
    margin-top: inherit !important;
  }

  .top-align {
    top: -50px;
  }

  .bottom-align {
    bottom: 0;
  }

}

@media (max-width: 992px) {

  .navbar-collapse {
    position: absolute;
    right: -80px;
    top: 52px;
    z-index: 99;
    padding: 15px;
    width: 180px;
    border-radius: 20px;
    padding: 15px;
    background: #2E2E2E;
    background: radial-gradient(circle, rgba(46, 46, 46, 1) 0%, rgba(26, 26, 26, 1) 100%);
    padding: 4px 15px;
    border-radius: 15px;
  }


  .banner-content {
    align-items: flex-start;
            position: relative;
  }

  .banner-content .p-text {
    text-align: left;
  }

  .banner-img {
    justify-content: end;
  }

  .banner-img img {
    max-width: 320px;
  }

  .owl-nav {
    position: inherit;
    margin-top: 25px;
  }

  .owl-prev {
    margin-left: 0;
  }

  button.owl-next {
    margin-right: 0;
  }

  .story-item {
    flex-direction: column;
  }

  .owl-carousel .owl-item img {
    max-width: 100%;
  }

  .story-content {
    margin-top: 25px;
  }

  .home-banner {
    background: transparent;
    padding-top: 10px;
  }

  .mission-holder img {
    position: initial;
    bottom: -7px;
  }

  .performance-item {
    border-right: none;
    border-bottom: 1px dotted #D9FF04 !important;
  }

  .plan-item {
    background-size: initial;
    text-align: center;
  }

  .plan-holder div {
    text-align: center;
  }

  .plan-holder {
    padding-bottom: 25px;
  }

  .plan-item img {
    margin-top: 20px;
  }

  .goal-item {
    position: initial;
    width: 100%;
    margin-bottom: 25px;
  }

  .goals .img-holder {
    text-align: center;
    margin-bottom: 25px;
  }

  .goals .img-holder img {
    margin-top: 0;
  }

  .story-content {
    min-height: auto;
  }

  .excellence .story-content {
    margin-top: 0;
  }

  .mission-text.text-center {
    position: initial;
    margin-top: 25px;
  }

  .col-lg-4.plan-item {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }

  .purpose-2 .plan-holder .btn-border {
    width: initial;
    display: flex;
    justify-content: center;
  }

}

@media (max-width: 768px) {

  .man-item {
    position: initial;
  }

  .align-2 {
    height: initial;
  }

  .text-item:first-child {
    right: 0;
  }

  .text-item:nth-child(2) {
    right: 0;
  }

  .text-item:last-child {
    right: 0;
  }

}

@media (max-width: 500px) {

  .site-header .btn-border {
    font-size: 12px;
  }

      .purpose-2 .plan-holder .btn-border {
        font-size: 10px;
    }

}

/* Quiz Result Card Alignment & Button Styling */
.quiz-result-card {
  margin-top: 40px !important;
  padding: 35px 35px 30px 35px;
}

.quiz-result-card .plan-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
}

.quiz-result-card .plan-item img {
  margin-top: 0 !important;
  max-height: 220px;
  object-fit: contain;
  width: auto;
}

.quiz-result-card .quiz-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.quiz-result-card .quiz-actions .btn-fill,
.quiz-result-card .quiz-actions .btn-border {
  height: 50px;
  padding: 0 25px;
  border-radius: 15px;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1;
}

.quiz-result-card .quiz-actions .quiz-restart-btn {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.quiz-result-card .quiz-actions .quiz-restart-btn:hover {
  border-color: #D9FF04 !important;
  color: #D9FF04 !important;
}

@media (max-width: 992px) {
  .quiz-result-card .plan-item img {
    max-height: 180px;
    margin-bottom: 20px;
  }
}