/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}
.brand-logo,
.default-logo,
.responsive-logo {
  max-width: 232px;
  transition: all 0.4s;
  position: relative;
  margin-right: 35px;
}
@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    /*position: fixed !important;*/
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

/* Clarity Audit Table */
.clarity-audit-table-wrapper {
  margin-top: 80px;
}

.clarity-audit-table {
  border: 1px solid #d6d6d6;
  border-radius: 32px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.clarity-audit-table thead {
  background-color: #f2f2f2;
}

.clarity-audit-table th,
.clarity-audit-table td {
  padding: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d6d6d6;
}

.clarity-audit-table th {
  font-size: 24px;
  font-weight: 600;
  border-top: none;
}

.clarity-audit-table td {
  font-size: 22px;
  line-height: 1.5;
}

/* .clarity-audit-table tbody tr:first-child td {
  border-top: none;
} */

@media (max-width: 767px) {
  .clarity-audit-table th,
  .clarity-audit-table td {
    font-size: 12px;
    padding: 12px;
    border-radius: 8px;
    line-height: 1.5;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left
    .container-fluid
    .nav-item.has-megamenu:hover
    > .sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header > .container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }
  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }
  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }
  .top-contact-menu-wraper .header-btn {
    order: 4;
  }
  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1d263a;
    border-radius: 0px 0px 0px 5px;
  }
  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1d263a;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: #404040;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  font-stretch: 110%;
  position: relative;
}
.aximo-header1 .site-menu-main .nav-link-item {
  color: var(--white-smoke);
}
.aximo-header2 .site-menu-main .nav-link-item {
  color: #404040;
}
.aximo-header4 .site-menu-main .nav-link-item {
  color: var(--heading-color3);
}
.aximo-header5 .site-menu-main .nav-link-item {
  color: var(--light-color4);
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0;
  padding: 12px 0;
  transition: 0.4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  border-radius: 6px;
}
.site-menu-main .sub-menu:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 22px;
  transform: rotate(45deg) translatey(-11px);
  z-index: 8;
}
.sub-menu.megamenu:before {
  content: none;
}
.site-menu-main .sub-menu.shape-none:before {
  content: none;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
  padding: 4px 20px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.site-menu-main .sub-menu--item > a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}
.site-menu-main .sub-menu--item > a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}
.site-menu-main .sub-menu--item > a:hover .menu-item-text::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 900px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #ffc947 !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    margin-top: 5px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 6px;
    transform: translateY(0);
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    /* margin-left: 40px; */
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #13111a;
    width: 24px;
    position: relative;
  }
  .reveal-header .mobile-menu-trigger span {
    background-color: #13111a !important;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13111a;
  }
  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #13111a !important;
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #13111a;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #13111a;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -8px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 8px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-menu-main > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
    text-transform: capitalize;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.reveal-header {
  background: #0d152e !important;
}

.reveal-header .nav-link-item {
  color: #fff !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.reveal-header .dark-version-logo {
  display: block !important;
}

.reveal-header .light-version-logo {
  display: none !important;
}
.light-version-logo {
  max-width: 80%;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.log-in-btn {
  width: 160px;
  height: 50px;
  background: #fd4c5c;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.log-in-btn:after {
  content: "";
  background: #0f1a54;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}

a.log-in-btn:hover:after {
  height: 100%;
  width: 135%;
}

.log-in-btn.red-btn {
  color: #fff;
  background-color: #fd4c5c;
}

.log-in-btn.yellow-btn {
  color: #0f1a54;
  background-color: #fbc21d;
}
.log-in-btn.yellow-btn:hover {
  background-color: #fff;
}

.countdown-box {
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #0a0a0a;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  margin-bottom: 24px;
}
.countdown-box.box-bg-color {
  background-color: transparent;
}
.countdown-box .countdown-mini-title {
  font-size: 24px;
}

.countdown-box .label {
  font-size: 20px;
  font-weight: 400;
  margin-right: 6px;
}

#countdown {
  font-size: 20px;
  font-weight: 600;
}

.custom-footer-container {
  min-width: 1600px !important;
  margin: 0 auto;
  padding-top: 360px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .light-version-logo {
    max-width: 50%;
  }
  .countdown-box {
    padding: 4px 10px;
    margin-bottom: 20px;
  }
  .countdown-box .label,
  #countdown {
    font-size: 14px;
  }

  /* Footer mobile layout */
  .aximo-footer-section2 {
    padding: 30px 15px;
  }

  .aximo-footer-section2 .row {
    display: flex;
    flex-direction: column;
  }

  .rm-pd {
    padding-left: 0 !important;
  }

  /* Container for all menu sections */
  .aximo-footer-section2 .col-xl-8 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }

  /* Reset default column styles */
  .aximo-footer-section2 .col-xl-8 .row .col-md-4 {
    width: auto;
    padding: 0;
    flex: 0 0 auto;
  }

  /* Fixed width for Socials and Programs */
  .aximo-footer-section2 .col-xl-8 .row .col-md-4:nth-child(1),
  .aximo-footer-section2 .col-xl-8 .row .col-md-4:nth-child(2) {
    width: 120px;
  }

  /* Course section */
  .aximo-footer-section2 .col-xl-8 .row .col-md-4:nth-child(3) {
    width: 100%;
  }

  /* Menu styling */
  .aximo-footer-menu {
    width: 100%;
  }

  .aximo-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .aximo-footer-menu ul li a {
    display: block;
    white-space: nowrap;
  }

  .mobile-margin-left {
    margin-left: 0px;
  }

  /* Logo and copyright section */
  .col-xl-4.col-lg-12 {
    order: 3;
    width: 100%;
    margin-top: 30px;
  }

  .footer-logo-img {
    max-width: 152px;
  }

  .aximo-footer-textarea {
    margin-top: 0.5rem;
    margin-bottom: 0px !important;
  }

  .aximo-footer-textarea p {
    font-size: 20px !important;
  }

  .aximo-footer-title p {
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  .aximo-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .aximo-footer-menu ul li {
    margin-bottom: 8px;
  }

  .aximo-footer-menu ul li a {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }

  .countdown-box .countdown-mini-title {
    font-size: 14px;
  }
  .how-mobile-padding {
    padding-top: 24px;
  }
}

.aximo-why-24-img {
  max-width: 460px;
  margin-bottom: 3rem;
}

.whos-it-for .aximo-why-24-img {
  margin-bottom: 3rem;
}

.aximo-why-24-img img {
  width: 100%;
  height: auto;
}

.aximo-section-title {
  padding-bottom: 20px !important;
}

.founder-journey-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
}

.founder-journey-image {
  max-width: 100%;
  height: auto;
}

.custom-footer-container .ready-to-co-own-cta {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .founder-journey-image {
    max-width: 100%;
    overflow-x: scroll;
  }
}

/* New Course CTA Card Styles */
.course-cta-card {
  background-color: #f6f5ef;
  border: 5px solid #06142e;
  border-radius: 30px;
  padding: 40px;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
}

.course-cta-card h2 {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 16px;
}

.course-cta-card p {
  font-size: 24px;
  margin-bottom: 40px;
  color: #434343;
}

.course-features {
  display: flex;
  justify-content: space-around;
  gap: 24px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  flex: 1;
  width: 402px;
  height: 104px;
  border-radius: 16px;
  border: 1px solid #d3d3d3;
  padding: 16px;
  background-color: #fffdf2;
}

.feature-item img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #c8c8cb;
  background-color: #fefae5;
}

.feature-item span {
  font-size: 20px;
}

.course-cta-card .aximo-default-btn {
  width: auto;
  margin: 0 auto;
}

/* Responsive Styles for Course CTA Card */
@media (max-width: 768px) {
  .course-cta-card {
    padding: 20px 12px;
  }
  .break-on-medium-up {
    display: none;
  }

  .course-cta-card h2 {
    font-size: 28px;
  }
  .course-cta-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .course-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .feature-item {
    width: 100%;
    padding: 8px;
    gap: 8px;
    align-items: flex-start;
  }
  .feature-item img {
    width: 40px;
    height: 40px;
  }

  .feature-item span {
    font-size: 14px;
    line-height: 1.5;
  }

  .custom-footer-container .ready-to-co-own-cta {
    margin-bottom: 60px;
  }
}

/* Section Title */
.aximo-section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
}

.aximo-section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.A360-look-section h2 {
  padding: 0 180px;
  line-height: 1.5 !important;
}
.A360-text {
  padding: 0 300px;
}

@media (max-width: 767px) {
  .A360-look-section h2 {
    padding: 0;
  }
  .A360-text {
    padding: 0;
    font-size: 14px !important;
  }
  .section-title-wrapper {
    text-align: left;
  }
  .section-title-wrapper .countdown-box.mx-auto {
    margin-left: 0 !important;
  }
}

/* Card section styles */

/* Avatar Section */
.aximo-why-24-img {
  max-width: 460px;
  margin-bottom: 3rem;
}

.aximo-why-24-img img {
  width: 100%;
  height: auto;
}

/* Section Title */
.aximo-section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.aximo-section-title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}

/* Cards Layout - HIDDEN, SWIPER USED ON ALL SCREENS */
.cards-container {
  display: none;
}

/* SWIPER USED ON ALL SCREENS */
.swiper {
  display: block;
  width: 100%;
  padding: 10px 0;
}

/* Add horizontal padding on larger screens */
@media (min-width: 992px) {
  /* .swiper {
    padding: 10px 24px;
  } */
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: auto;
  height: auto;
}

.why-card {
  border-radius: 16px;
  padding: 40px 30px;
  color: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 390px;
  height: 682px;
}

.why-card h3 {
  font-size: 72px;
  color: #eeeeee;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  color: #f1f1f1;
  font-size: 32px;
  line-height: 1.5;
}

.why-card .apply-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-top: auto;
  gap: 12px;
  font-size: 24px;
  font-weight: 400;
  color: #06142e;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 32px;
  text-decoration: none;
  transition: 0.3s ease;
  width: auto%;
  max-width: 300px;
}

.why-card .apply-link:hover {
  background-color: #f4b197;
}

.apply-link img {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.apply-link:hover img {
  transform: translateY(-3px);
}

/* Card Background Colors */
.purple-bg {
  background-color: #453d66;
}

.navy-bg {
  background-color: #06142e;
}

.violet-bg {
  background-color: #bd82b8;
}

.light-pink-bg {
  background-color: #f4dce2;
}

.bright-orange-bg {
  background-color: #ff7715;
}

.dark-text {
  color: #0c0c0c !important;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .why-card {
    width: 380px;
    height: 600px;
  }

  .why-card h3 {
    font-size: 60px;
  }

  .why-card p {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .aximo-section-title-wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .aximo-section-title-wrap .swiper-arrows {
    justify-content: flex-start !important;
    margin-top: 20px;
  }

  .aximo-section-title h2 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 0;
  }

  .why-card {
    width: 380px;
    height: 550px;
    padding: 30px;
  }

  .why-card h3 {
    font-size: 48px;
  }

  .why-card p {
    font-size: 24px;
  }

  .why-card .apply-link {
    font-size: 20px;
    padding: 14px 28px;
    justify-content: center;
  }

  .apply-link img {
    width: 32px;
    height: 32px;
  }

  .aximo-why-24-img img {
    width: 360px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .aximo-section-title h2 {
    font-size: 2.5rem;
  }

  .why-card {
    width: 320px;
    height: 480px;
    padding: 25px;
  }

  .why-card h3 {
    font-size: 36px;
  }

  .why-card p {
    font-size: 20px;
  }

  .why-card .apply-link {
    font-size: 18px;
    padding: 12px 24px;
    width: 100%;
    max-width: 240px;
  }

  .apply-link img {
    width: 32px;
    height: 32px;
  }

  .aximo-why-24-img {
    margin-bottom: 24px;
  }

  .aximo-why-24-img img {
    width: 180px;
    height: auto;
  }

  .custom-footer-container {
    padding-top: 180px !important;
    min-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .why-card {
    width: 164px;
    height: 320px;
    padding: 20px;
  }

  .why-card h3 {
    font-size: 32px;
  }

  .why-card p {
    font-size: 18px;
  }

  .why-card .apply-link {
    font-size: 12px;
    padding: 8px 16px;
    width: 80%;
    gap: 8px;
  }

  .apply-link img {
    width: 28px;
    height: 28px;
  }
}

.avatar {
  width: auto;
  height: auto;
  z-index: 2;
}

/* Header row */
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* Arrows */
.nav-arrows {
  display: flex;
  align-items: center;
  gap: 60px;
}

.arrow-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #f6f5ef;
  color: #651800;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.arrow-btn:hover {
  background-color: #ffe1d4;
  transform: translateY(-2px);
}

/* Responsive layout */
@media (min-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 577px) {
  .header-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .section-title {
    font-size: 24px !important;
  }

  .avatar {
    width: 180px;
    height: auto;
  }

  .nav-arrows {
    gap: 20px;
  }

  .arrow-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

/* Responsive line break */
@media (min-width: 468px) {
  .mobile-only-break {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aximo-hero-p-btn p {
    font-size: 14px !important;
  }

  .aximo-default-btn {
    font-size: 14px !important;
  }

  .avatar {
    width: 320px;
    height: auto;
  }

  .section-title-to-center {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section-title {
    font-size: 40px !important;
    text-align: left !important;
  }

  .arrow-btn {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .nav-arrows {
    gap: 24px;
    margin-left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .aximo-hero-p-btn p {
    font-size: 20px !important;
  }

  .aximo-default-btn {
    font-size: 16px !important;
  }

  .hero-img-svg {
    max-width: 936px !important;
    align-self: center !important;
    align-content: center !important;
    align-items: center !important;
    /* margin: 0 40px 0 40px !important; */
  }

  .avatar {
    width: 400px;
    height: auto;
  }

  .section-title-to-center {
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: flex-start !important;
  }

  .section-title {
    font-size: 52px !important;
    text-align: left !important;
  }

  .arrow-btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .nav-arrows {
    gap: 24px;
    margin-left: auto;
  }
}

/* Journey Section Styles */
.aximo-thumb-shape4 {
  width: 234px;
  height: auto;
  rotate: 23deg;
}
/* ---- Section Heading ---- */
.journey-section-title {
  font-size: 64px;
  font-weight: 600;
  color: #06142e;

  margin-bottom: 80px;
  text-align: left;
}

/* ---- Layout ---- */
.journey-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* Reverse layout for journey sections */
@media (min-width: 993px) {
  .journey-content.reverse-layout {
    flex-direction: row-reverse;
  }
}
/* ---- Left Image ---- */
.journey-image {
  width: 594px;
  height: 662px;
  overflow: hidden;
}

.journey-image img {
  width: 100%;
  height: 100%;
}

.founder-img-svg {
  bottom-border: 2px solid #000;
}

/* ---- Right Info ---- */
.journey-info {
  flex: 1;
  min-width: 598px;
  /* max-width: 480px; */
}

.journey-header {
  min-width: 598px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.journey-step {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #06142e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
  flex-shrink: 0;
}

.journey-header h3 {
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  color: #222;
}

/* ---- Goal / Focus / Outcome Boxes ---- */
.journey-item {
  min-width: 598px;
  background-color: #fffdf2;
  border: 1px solid #cdcdcd;
  border-radius: 16px;
  padding: 16px 24px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.journey-item .label {
  flex-shrink: 0;
  font-weight: 700;
  color: #000;
  background-color: #fefae5;
  border: 1px solid #c1c0c0;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 500;
  min-width: 172px;
}

.journey-item p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #434343;
}

/* ---- CTA Button ---- */
.apply-btn {
  display: inline-block;
  background-color: #fba898;
  color: #000;
  padding: 14px 28px;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background-color: #ffb8a6;
  transform: translateY(-2px);
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .journey-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .journey-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }

  .journey-info {
    max-width: 100%;
  }

  .journey-info,
  .journey-header,
  .journey-item {
    min-width: 0;
  }
}

@media (max-width: 576px) {
  .aximo-thumb-shape4 {
    display: none !important;
  }

  .journey-section-title {
    font-size: 24px;
  }

  .journey-step {
    width: 32px;
    height: 32px;
    font-weight: 600;
    font-size: 16px;
  }

  .journey-header {
    min-width: 100%;
    gap: 10px;
    margin-bottom: 20px;
  }

  .journey-header h3 {
    font-size: 22px;
  }

  .journey-item {
    padding: 8px;
    border-radius: 8px;
    /* flex-direction: column; */
    max-width: 100%;
    gap: 8px;
  }

  .journey-item .label {
    min-width: 100px;
    font-size: 16px;
  }

  .journey-item p {
    font-size: 15px;
  }

  .apply-btn {
    width: 100%;
    text-align: center;
  }

  .aximo-thumb-shape4 {
    display: block !important;
    top: 140px !important;
    left: 10px !important;
    width: 120px !important;
  }
}

/* Founder Journey Section Styles*/

/* ==== Founder Journey Image Styles ==== */
.founder-journey-image {
  position: relative;
  z-index: 10;
  margin: 0 auto -150px;
  transform: translateY(100px);
  text-align: center;
}

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

/* ==== CTA Section ==== */
.dark-bg3 {
  padding-top: 300px;
  min-height: 700px;
  display: flex;
  align-items: center;
  /* position: relative; */
}

.aximo-iconbox-shape {
  bottom: 20px;
}

/* ==== Responsiveness ==== */
@media (max-width: 992px) {
  .founder-img {
    width: 800px;
  }
}

@media (max-width: 768px) {
  .founder-journey-image {
    margin: 0 auto -120px;
    transform: translateY(80px);
  }

  .founder-img {
    width: 600px;
  }

  .launch-title {
    font-size: 28px;
  }

  .aximo-default-btn {
    padding: 14px 28px;
    font-size: 16px;
  }

  .dark-bg3 {
    padding-top: 250px;
    min-height: 600px;
  }

  .aximo-cta-wrap {
    margin-top: 80px;
  }

  .aximo-iconbox-shape img {
    width: 120px;
  }
}

@media (max-width: 640px) {
  .founder-img {
    width: 500px;
  }
}

@media (max-width: 480px) {
  .founder-journey-image {
    margin: 0 auto -100px;
    transform: translateY(60px);
    top: -44px;
  }

  .founder-img {
    width: 400px;
  }

  .launch-title {
    font-size: 24px;
  }

  .dark-bg3 {
    padding-top: 200px;
    min-height: 400px;
  }

  .aximo-iconbox-shape img {
    width: 100px;
  }
}

@media (max-width: 400px) {
  .founder-img {
    width: 350px;
  }
}

/* Enable horizontal scrolling on mobile */
@media (max-width: 768px) {
  .founder-journey-image {
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .founder-img {
    min-width: 600px;
  }
}

@media (max-width: 640px) {
  .founder-img {
    min-width: 500px;
  }
}

@media (max-width: 480px) {
  .founder-img {
    min-width: 400px;
  }
}

@media (max-width: 400px) {
  .founder-img {
    min-width: 350px;
  }
}

/* Custom scrollbar for mobile */
.founder-journey-image::-webkit-scrollbar {
  height: 6px;
}

.founder-journey-image::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.founder-journey-image::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.founder-journey-image::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Who It's For Styles*/
.course-cta-card.whos-it-for {
  padding: 60px;
}
.course-cta-card.whos-it-for h2 {
  text-align: left;
}
.course-cta-card.whos-it-for .course-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.course-cta-card.whos-it-for .feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  flex: 1;
  width: 100%;
  height: auto;
}
.course-cta-card.whos-it-for .feature-item img {
  width: 48px;
  height: 44px;
}
.course-cta-card.whos-it-for .feature-item span {
  font-size: 24px;
}

/* .course-cta-card .aximo-default-btn {
  width: auto;
  margin: 0 auto;
} */

/* Responsive Styles for Course CTA Card */
@media (max-width: 768px) {
  .course-cta-card.whos-it-for {
    padding: 20px 12px;
  }
  .course-cta-card.whos-it-for .feature-item img {
    width: 32px;
    height: 30px;
  }
  .course-cta-card.whos-it-for .feature-item span {
    font-size: 14px;
    line-height: 1.5;
  }
  .course-cta-card.whos-it-for .feature-item {
    width: 100%;
    height: auto;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
  }
}

/* Contact Us Styles */
.bg-light2.contact-custom-section {
  padding-top: 300px;
}

.form-image-box {
  border-radius: o !important;
  border: none !important;
  width: 509px !important;
  height: 774px !important;
}
#step-desc {
  font-size: 24px;
}
/* Add gap between form and image */
.contact-form-row {
  gap: 108px;
  justify-content: center;
}

/* Success Screen Styles */
.success-screen {
  display: none; /* Hidden by default */
  text-align: center;
  background-color: #fff0f1;
}

.success-screen.active {
  display: block; /* Show when active */
}
.success-inner {
  width: 800px;
  border-radius: 32px;
  padding: 40px;
  /* background-color: #fffdef; */
  margin: 40px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.success-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.5;
}

.success-icon-img {
  margin-bottom: 32px;
}
.success-list li p {
  font-size: 24px;
}
.success-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  /* max-width: 800px; */
  text-align: left;
}
.success-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.success-list li img {
  width: 32px;
  margin-right: 16px;
  flex-shrink: 0;
}
.success-list li p {
  margin: 0;
  font-size: 24px;
}
.success-list li,
ol,
ul {
  text-align: left;
  align-items: flex-start;
}

/* Mobile responsiveness for contact form */
@media (max-width: 767px) {
  .contact-custom-dark-bg3 {
    min-height: 700px;
    padding-top: 30px !important;
  }
  .contact-custom-section {
    padding-bottom: 0 !important;
    padding-top: 120px !important;
  }
  #step-title {
    font-size: 22px;
  }
  #step-desc {
    font-size: 16px;
    line-height: 1.5;
  }
  form label {
    font-size: 14px;
  }
  input,
  input[type="date"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  .aximo-main-form select,
  textarea {
    font-size: 14px !important;
    height: 52px !important;
    border-radius: 8px !important;
    margin: 10px 0px 18px !important;
  }
  .aximo-main-form {
    padding: 16px !important;
    border-radius: 8px !important;
  }
  .aximo-main-form {
    padding: 15px;
  }
  .contact-custom-section {
    padding-top: 120px;
  }
  .pager {
    font-size: 16px !important;
  }
  .controls {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: stretch;
  }
  .controls .aximo-default-btn {
    width: 100%;
    margin: 0;
  }
  .step.active h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #review-area ul li {
    font-size: 14px;
  }
  .success-inner {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 16px;
  }
  .success-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .success-list li p {
    font-size: 15px;
    margin: 4px 0;
    line-height: 1.5;
  }
  .success-inner {
    margin-bottom: 0;
    padding-bottom: 52px;
  }
  #successScreen a span {
    font-size: 16px;
  }
  #successScreen .aximo-thumb-shape4.on-success-screen {
    display: none !important;
  }
  .success-icon-img {
    width: 84px;
  }
  .success-list li img {
    width: 24px;
    margin-right: 8px;
  }
}

/* Moremee styles */
.aximo-hero-btn-wrap .aximo-default-btn:hover .cart-icon {
  filter: invert(19%) sepia(89%) saturate(4591%) hue-rotate(349deg)
    brightness(91%) contrast(91%); /* Corresponds to #e31d2e */
}
.aximo-hero-btn-wrap .contact-us-btn {
  background-color: transparent;
  border-color: #e31d2e;
  color: #e31d2e !important;
}
.aximo-hero-btn-wrap .contact-us-btn .call-icon {
  filter: invert(19%) sepia(89%) saturate(4591%) hue-rotate(349deg)
    brightness(91%) contrast(91%); /* Corresponds to #e31d2e */
}
.aximo-hero-btn-wrap .contact-us-btn:hover {
  background-color: #e31d2e;
  color: #fffafa !important;
}
.aximo-hero-btn-wrap .contact-us-btn .call-icon:hover {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%); /* Corresponds to #ffffff */
}

/* Hero section mobile responsive */
.aximo-hero-content2 .text-center {
  text-align: center;
}

.aximo-hero-content2 h1 {
  font-size: 48px;
}

.free-product-desc {
  font-size: 18px;
  line-height: 1.6;
}
.break-on-mobile {
  display: none;
}

@media (max-width: 768px) {
  .no-break-on-mobile {
    display: none;
  }
  .break-on-mobile {
    display: inline;
  }
  .aximo-hero-content2 .text-center {
    text-align: left !important;
  }

  .aximo-hero-content2 h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .free-product-desc {
    font-size: 16px;
    line-height: 1.5;
  }

  .aximo-hero-btn-wrap {
    flex-direction: row !important;
    gap: 12px;
  }

  .aximo-hero-btn-wrap .aximo-default-btn {
    flex: 1;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .aximo-hero-content2 h1 {
    font-size: 24px;
    line-height: 1.15;
  }

  .free-product-desc {
    font-size: 14px;
    line-height: 1.4;
  }

  .aximo-hero-btn-wrap {
    flex-direction: row !important;
    gap: 10px;
  }

  .aximo-hero-btn-wrap .aximo-default-btn {
    font-size: 16px;
    padding: 12px 16px;
    flex: 1;
  }
}

.moremee-hero-img {
  min-height: 484px;
}
.moremee-hero-image {
  height: 484px;
  object-fit: cover;
}
.aximo-section-padding.hero-image-div-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-moremee {
  color: #e31d2e;
  font-size: 28px;
}
.hide-on-mobile {
  /* display: none; */
  position: relative;
  min-height: 200px;
}

.fw-arrow {
  width: 240px;
  height: 240px;
  position: absolute;
  bottom: -130px;
  top: 160px;
}
@media (max-width: 768px) {
  .why-we-doing-this {
    padding-top: 0px !important;
  }
  .about-moremee {
    margin-bottom: 28px;
    font-size: 18px;
  }
  .hero-image-div-padding {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .moremee-hero-image {
    height: 280px;
  }
}

/* What we source for you styles */
.section-toggle {
  background-color: #ffdee1;
  border-radius: 100px;
  width: fit-content;
  display: flex;
  gap: 20px;
  padding: 20px;
  margin: 20px auto;
}

.section-toggle button {
  height: 66px;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  background: #f6c4cc;
  cursor: pointer;
  font-size: 24px;
  transition: 0.3s;
}

.section-toggle .active {
  background: #e31d2e;
  color: #fff;
}

.section-div {
  display: none;
  padding: 20px;
}

.active-section {
  display: block;
}

.title {
  text-align: center;
  font-size: 70px;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  max-width: 900px;
  margin: auto;
  font-size: 24px;
  color: #444;
}

/* Swiper Cards */
.swiper.what-we-source {
  margin-top: 30px;
  width: 1400px !important;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .swiper.what-we-source {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .swiper.what-we-source {
    width: 100% !important;
    max-width: 100%;
    margin-top: 20px;
  }
  .what-we-source-title {
    font-size: 18px !important;
  }
  .section-toggle button {
    height: auto;
    font-size: 14px;
    flex-shrink: 0;
  }
  .title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  .custom-mobile-bottom-margin {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}

.swiper-slide.what-we-source-card {
  width: 402px !important;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .swiper-slide.what-we-source-card {
    width: 280px !important;
    min-width: 280px;
  }
}

@media (max-width: 480px) {
  .swiper-slide.what-we-source-card {
    width: 250px !important;
    min-width: 250px;
  }
}

.swiper-slide.what-we-source-card img {
  /* width: 100%;
  height: 210px; */
  object-fit: cover;
}

.card-title {
  font-size: 24px;
  margin-top: 8px;
  text-align: left;
  padding: 16px 16px 16px 0px;
}

@media (max-width: 768px) {
  .card-title {
    font-size: 18px;
    padding: 12px 12px 12px 0px;
    margin-top: 6px;
  }
}

@media (max-width: 480px) {
  .card-title {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 10px 10px 0px;
    margin-top: 4px;
  }
}

/* Order button */
.center {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .center {
    margin-top: 16px;
  }
}

/* Ensure swipers don't overflow container */
.swiper {
  overflow: hidden;
}

.what-we-source.swiper,
.smart-swiper.swiper,
.group-swiper.swiper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .what-we-source.swiper,
  .smart-swiper.swiper,
  .group-swiper.swiper {
    padding: 0 10px;
  }
}

/* Why choose moeremee style */
.choose-moremee-card {
  background-color: #51151a;
  border-radius: 16px;
  padding: 32px;
  color: #ffe5eb;
  /* text-align: center; */
  width: auto;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: left;
}

@media (max-width: 1200px) {
  .choose-moremee-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .choose-moremee-card {
    width: 100%;
    padding: 24px;
    height: auto;
  }
  .choose-moremee-title h2 {
    font-size: 32px;
    text-align: left !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 480px) {
  .choose-moremee-card {
    width: 100%;
    padding: 20px;
  }
}

.choose-moremee-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .choose-moremee-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .choose-moremee-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  .order-card {
    width: 100% !important;
  }
}

.choose-moremee-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .choose-moremee-card h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
  }
}

.choose-moremee-card p {
  font-size: 20px;
  color: #ffe5eb;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .choose-moremee-card p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.mom-munity-title h2 {
  font-size: 70px !important;
  line-height: 1.1 !important;
  padding: inherit;
  margin-bottom: 48px;
}
.mom-munity-mini-title h4 {
  text-align: left;
  color: #e31d2e;
}
.mom-munity-img img {
  width: 100%;
  height: auto;
  border-radius: 0px !important;
}
.mom-munity-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.mom-munity-btn {
  text-align: left;
}

/* =============================
  HOW TO ORDER
============================= */
/* Country tag (flag) styles - one-pixel border and customizable backgrounds
   - Use CSS variables `--country-border` and `--country-bg` to override
   - Default border is a subtle neutral, background is transparent
*/
.country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.country {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 100px;
  border: 1px solid var(--country-border, rgba(0, 0, 0, 0.08));
  background: var(--country-bg, transparent);
  color: var(--body-color);
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.country img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
}

.country:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .country {
    padding: 5px 8px;
    font-size: 15px;
    gap: 6px;
  }
  .country img {
    width: 18px;
    height: 18px;
  }
  .country-list {
    gap: 16px !important;
  }
  .mom-munity-title h2 {
    font-size: 32px !important;
    margin-bottom: 24px;
  }
  .mom-munity-mini-title h4 {
    font-size: 18px;
    margin-top: 24px;
    line-height: 1.3;
  }
  .mom-munity-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .mom-munity-list-icon {
    width: 20px;
    height: 20px;
  }
  .mom-munity-list li {
    font-size: 16px;
    line-height: 1.4;
  }
}

/* Per-country helpers: set border & background using CSS variables.
   Edit these values to change colors for individual countries. */
.country--usa {
  --country-border: #d80027;
  --country-bg: #fff2f5;
}
.country--south-africa {
  --country-border: #af8f0e;
  --country-bg: #fffcf1;
}
.country--uk {
  --country-border: #14439e;
  --country-bg: #f2f7ff;
}
.country--nig {
  --country-border: #008651;
  --country-bg: #f2fffa;
}
.country--kenya {
  --country-border: #000000;
  --country-bg: #e3e3e3;
}
.country--europe {
  --country-border: #14439e;
  --country-bg: #f2f7ff;
}
.country--uae {
  --country-border: #008651;
  --country-bg: #f2fffa;
}
.country--can {
  --country-border: #d80027;
  --country-bg: #fff2f5;
}
.country--australia {
  --country-border: #14439e;
  --country-bg: #f2f7ff;
}
.country--ghana {
  --country-border: #af8f0e;
  --country-bg: #fffcf1;
}
/* .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
} */
.order-section h2 {
  text-align: center;
  font-size: 70px;
  margin-bottom: 40px;
}
.order-options {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.order-card {
  background: #ffecef;
  width: 400px;
  height: auto; /* Make all cards same height */
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex; /* Add flexbox */
  flex-direction: column; /* Stack content vertically */
}
.order-card .aximo-hero-btn-wrap {
  margin-top: auto !important; /* Push button to the bottom */
}
.option-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #e31d2e;
}
.order-section-line {
  width: auto;
  border: 1px solid #9c676cff;
  margin-bottom: 52px;
}
.option-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  margin-bottom: 15px;
}
.option-header .option-icon {
  width: 56px;
  height: 56px;
}
.option-header span {
  font-size: 24px;
}
.order-option-list-icon {
  width: 24px;
  height: 24px;
}
.option-list {
  padding: 0;
  margin-bottom: 20px;
}
.option-list li {
  margin-bottom: 60px;
  font-size: 20px;
}
.option-btn {
  padding: 12px 20px;
  background: #e31d2e;
  color: #fff;
  border: none;
  border-radius: 25px;
  width: fit-content;
}

/* =============================
  WORLDWIDE SHIPPING
============================= */
.worldwide-title h2 {
  text-align: center;
  font-size: 70px !important;
  margin-bottom: 40px;
}
.worldwide-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}
.worldwide-image img {
  width: 630px;
}
.worldwide-info {
  max-width: 552px;
}
.sub-heading {
  margin-bottom: 20px;
  font-size: 24px;
  color: #e31d2e;
}
.country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 48px;
}
.shipping-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.shipping-list li {
  margin-bottom: 36px;
  font-size: 20px;
}
.shipping-btn {
  padding: 12px 20px;
  background: #e31d2e;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.shipping-btn:hover {
  background: transparent;
  color: #e31d2e;
  border: 1px solid #e31d2e;
  transition: all 0.4s ease-in-out;
}

/* How It Works - vertical dotted connector line for steps */
.option-list li {
  position: relative; /* needed for the absolute pseudo-element */
}
.option-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 30px;
  width: 2px;
  height: 80px;
  background: repeating-linear-gradient(
    to bottom,
    #ffbd97,
    #ffbd97 2px,
    transparent 2px,
    transparent 4px
  );
  z-index: 0;
}

/* Icon Carousel Styling */
.icon-carousel {
  position: relative;
  display: inline-block;
  width: 397px;
  height: 115px;
  vertical-align: middle;
  margin: 0 10px;
}

.icon-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: icon-fade 9s ease-in-out infinite;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

/* Animation Keyframes */
@keyframes icon-fade {
  0%,
  25% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30%,
  35% {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  90%,
  95% {
    opacity: 0;
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    opacity: 0;
    transform: translateY(-5px) scale(1.05);
  }
}

/* Delays for each icon */
.icon-carousel img:nth-child(1) {
  animation-delay: 0s;
}
.icon-carousel img:nth-child(2) {
  animation-delay: 3s;
}
.icon-carousel img:nth-child(3) {
  animation-delay: 6s;
}

/* Responsive Design */
@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
  .icon-carousel {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }
  .icon-carousel {
    width: 240px;
    left: -30px;
    margin: 0px;
  }
  .order-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .option-title {
    font-size: 16px;
  }
  .option-header .option-icon {
    width: 32px;
    height: 32px;
  }
  .option-header span {
    font-size: 18px;
  }
  .option-list li {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .order-section-line {
    margin-bottom: 20px;
  }
  .option-list li:not(:last-child)::after {
    height: 40px;
  }
  .aximo-hero-btn-wrap .aximo-default-btn {
    height: 51px;
    padding: 12px 16px;
  }
  .aximo-hero-btn-wrap .contact-us-btn .call-icon {
    width: 20px;
    height: 20px;
  }
  .worldwide-title h2 {
    font-size: 32px !important;
    margin-bottom: 32px;
    text-align: left;
  }
  .pricing-label {
    font-size: 18px !important;
  }
  .sub-heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .shipping-list-icon {
    width: 20px;
    height: 20px;
  }
  .shipping-list li {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

/* Make the hero swiper transition linear so the autoplay feels
   like a continuous rolling belt (applies only to this swiper) */
.moremee-hero-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* =============================
  FOOTER
============================= */
.footer {
  color: white;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-logo {
  width: 220px;
  margin-bottom: 15px;
}

.footer-tagline {
  font-size: 24px;
  color: #ffeaec;
  margin-bottom: 20px;
}

.footer-socials img {
  width: 48px;
  margin-right: 15px;
}

.footer-links {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact span a {
  color: #ffffff;
  text-decoration: none;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact img {
  width: 48px;
}

.footer-contact-item span {
  font-size: 20px;
  color: #ffeaec;
}

/* Responsive footer */
@media (max-width: 767px) {
  .footer {
    text-align: left;
    padding: 30px 20px;
  }
  .footer-left,
  .footer-links,
  .footer-contact {
    width: 100%;
    margin-bottom: 30px;
    align-items: left;
  }

  .footer-logo {
    width: 132px;
    margin-bottom: 8px;
  }

  .footer-tagline {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-socials img {
    width: 32px;
  }

  .footer-links {
    flex-direction: column;
    gap: 16px;
  }

  .footer-links a {
    font-size: 15px;
  }

  .footer-contact img {
    width: 32px;
  }

  .footer-contact-item span {
    font-size: 15px;
  }
}

/* Testimonial styles */

/* .swiper {
width: 100%;
padding-bottom: 60px;
} */

.testimonial-card {
  border-radius: 20px;
  padding: 40px;
  min-height: 320px;
}

.testimonial-label {
  font-size: 24px;
  color: #e31d2e;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #070e2b;
}

.testimonial-meta {
  font-size: 24px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 30px;
}

.user {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.testimonier {
  font-size: 30px;
}

.user img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.pager-testimonial {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c44 !important;
  border: 1px solid #c44;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

/* Testimonial custom nav buttons */
.user-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

.nav-buttons {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  align-items: center;
}

.pager-testimonial-inline {
  text-align: center;
  font-size: 20px;
  color: #333;
  min-width: 50px;
  font-weight: 500;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  background: linear-gradient(135deg, #e31d2e, #ff6b6b);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(227, 29, 46, 0.2);
  font-size: 16px;
  padding: 0;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
  background: linear-gradient(135deg, #ff6b6b, #e31d2e);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(227, 29, 46, 0.4);
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 0px;
    min-height: auto;
  }
  .testimonial-label {
    font-size: 18px;
  }
  .testimonial-text {
    font-size: 20px;
  }
  .testimonial-meta {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .testimonier {
    font-size: 20px;
    line-height: 1.5;
  }
  .testimonial-country {
    font-size: 14px;
  }
  .user-section {
    align-items: flex-start;
    flex-direction: column;
  }
  .user img {
    width: 60px;
    height: 60px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .nav-buttons {
    gap: 20px;
  }
  .pager-testimonial-inline {
    font-size: 16px;
    min-width: auto;
  }
  .swiper-button-prev-custom,
  .swiper-button-next-custom {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/* ================================
  PRICING SECTION BASE STYLES
   ================================ */

.pricing-section {
  background: #3c0207; /* deep maroon */
  color: white;
  padding: 6rem 2rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing-tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #e1b9b9;
  border-radius: 20px;
  font-size: 20px;
  letter-spacing: 0.5px;
  opacity: 0.85;
  margin-bottom: 1.5rem;
}

.pricing-title {
  font-size: 70px;
  line-height: 1.15;
  margin-bottom: 4rem;
}

/* GRID LAYOUT FOR DESKTOP */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  max-width: 1100px;
  margin: auto;
  text-align: left;
}

/* Individual blocks */
.pricing-card {
  border-bottom: 1px solid #651a21;
  padding-bottom: 2rem;
}

.pricing-label {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 1.2rem;
  opacity: 0.85;
}

.pricing-value {
  font-size: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-desc {
  font-size: 24px;
  opacity: 0.9;
  line-height: 1.5;
}

/* Button */
.pricing-btn {
  margin-top: 4rem;
}

/* ================================
  MOBILE RESPONSIVENESS
   ================================ */
@media (max-width: 600px) {
  .pricing-section {
    padding: 4rem 1.5rem;
    text-align: left;
  }

  .pricing-title {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 2.5rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: left;
  }

  .pricing-card {
    padding-bottom: 1.8rem;
  }

  .pricing-value {
    font-size: 2.5rem;
  }

  .pricing-desc {
    font-size: 0.95rem;
  }

  .pricing-btn {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.1rem;
    margin-top: 3rem;
  }
}

/* Tablets views */
@media (max-width: 1280px) {
  .order-card {
    width: 31%;
  }

  .how-it-works-img {
    width: 100% !important;
  }
  .how-it-works-list p {
    font-size: 24px !important;
  }

  .aximo-hero-section2.extra-height {
    padding-top: 200px;
  }

  .tablet-fix {
    flex: 0 0 58.3333%; /* 7/12 of the row */
    max-width: 58.3333%;
  }

  .how-it-works-list li {
    padding-bottom: 72px;
  }

  .option-header span {
    font-size: 19px;
  }

  .option-list li {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .option-header .option-icon {
    width: 40px;
    height: 40px;
  }

  .mom-munity-list {
    gap: 24px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .worldwide-image img {
    width: 340px;
  }
  .shipping-list li {
    margin-bottom: 20px;
  }
}

/* Form styles */
#multistep-form {
  /* max-width: 760px; */
  margin: auto;
  padding: 40px 20px;
}

.form-step h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

.form-step h3 {
  margin-top: 24px;
  margin-bottom: 4px;
}

.hidden {
  display: none;
}

.form-third-title {
  text-align: center !important;
  font-size: 28px;
  margin-bottom: 10px !important;
}

.form-step .subtitle-form {
  font-size: 20px;
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.step-counter {
  text-align: center;
  color: #e31d2e;
  margin-bottom: 10px;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

.customise-checkbox {
  width: auto;
}

.card-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.select-card {
  width: 402px;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid transparent;
  cursor: pointer;
  background: #fff5f5;
  transition: 0.2s;
}

.select-card.active {
  border-color: #d33;
  background: #ffeaea;
}

.select-card p {
  font-size: 20px;
}

.card-img {
  width: 100%;
  border-radius: 10px;
}

label {
  display: block;
  margin: 20px 0 6px;
}
input,
textarea {
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #ffeaea;
}

textarea {
  height: 90px;
}

.two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.btn {
  display: inline-block;
  background: #e33;
  color: white;
  padding: 14px 26px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin-top: 35px;
  font-size: 16px;
}

.btn.outline {
  background: transparent;
  color: #d33;
  border: 1px solid #d33;
}

.prev-btn,
.next-btn,
.submit-btn {
  width: 344px;
}

.prev-btn {
  border: 1px solid #e31d2e !important;
}

.single-next-btn {
  width: auto;
}

.btn-row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.success-logo {
  display: block;
  margin: 60px auto 30px;
}

#success-screen h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 12px;
}

#success-screen p {
  font-size: 20px;
  text-align: center;
  color: #555;
  max-width: 420px;
  margin: auto;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.social-btn {
  display: flex;
  align-items: center;
  background: #ddd;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
}

#multistep-form .form-step {
  padding: 40px;
  border-radius: 20px;
}

#multistep-form input[type="text"],
#multistep-form input[type="email"],
#multistep-form input[type="tel"],
#multistep-form input[type="number"],
#multistep-form input[type="date"],
#multistep-form textarea {
  background-color: #ffdfe1 !important;
  border: 1px solid #ffc2c7 !important;
}

/* Ensure intl-tel-input takes full width */
.iti--separate-dial-code {
  width: 100%;
}

/* Add padding to the phone input to prevent text from overlapping the flag */
.iti--separate-dial-code .iti__selected-flag {
  background-color: #ffdfe1;
  border-radius: 16px 0 0 16px;
}

/* Force padding on the phone input to make space for the country code.
   This is needed to override a general input style. */
.iti--separate-dial-code #phone-input {
  padding-left: 85px !important;
}

/* Hide the dial code text next to the flag, but keep the flag visible */
.iti__selected-dial-code {
  display: none;
}

/* Increase the size of the country flag */
.iti__selected-flag .iti__flag {
  transform: scale(1.4);
}

/* Adjust the container for the larger flag */
.iti--separate-dial-code .iti__selected-flag {
  width: 70px;
  justify-content: center;
}

/* Bouncing animation for the success icon */
@keyframes success-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.success-logo {
  animation: success-bounce 3s ease-in-out;
}

/* Animation for the submit button's loading state */
@keyframes dot-flashing {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.submitting-dots::after {
  content: "...";
  animation: dot-flashing 1.4s infinite linear;
}

.form-wrapper {
  background-color: #fff5f5;
  border-radius: 20px;
  padding: 32px 24px;
}

/* ---- Select styling to match inputs/textarea ---- */
/* Make <select> visually consistent with inputs and textarea used in the form */
#multistep-form select.form-control,
#delivery-country-select,
#multistep-form select {
  width: 100%;
  height: 75px;
  padding: 0.7rem 0.9rem;
  border: 1px solid #ffc2c7; /* match input border used above */
  border-radius: 16px;
  background-color: #ffdfe1; /* same as inputs */
  color: var(--heading-color);
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.2;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23666' d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.6rem; /* leave room for the custom arrow */
  margin: 20px 0 36px;
}

/* Focus state — match inputs/textarea focus styles */
#multistep-form select.form-control:focus,
#multistep-form input:focus,
#multistep-form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 189, 151, 0.18);
  border-color: #ffbd97;
}

/* Higher specificity fallback in case app.min.css overrides rules */
.form-wrapper #delivery-country-select.form-control {
  border: 1px solid #ffc2c7;
  background-color: #ffdfe1;
  padding-right: 2.6rem;
}

/* For mobile / some browsers where appearance can still show native arrow, reduce contrast */
@media (max-width: 480px) {
  #multistep-form select.form-control,
  #delivery-country-select {
    background-position: right 0.6rem center;
    padding-right: 2.2rem;
    height: 44px;
  }
}

/* If any rule uses !important in other files and you still see overrides, we can increase specificity or add !important here as a last resort. */

/* Contact form: intl-tel-input flag spacing and checkbox alignment */
/* Keep the country flag visually separated from the input text */
.iti,
.iti--allow-dropdown {
  display: inline-flex;
  align-items: center;
}
.iti__flag-container,
.iti__selected-flag,
.iti__flag {
  margin-right: 0.5rem; /* space between flag and phone input */
}

/* Ensure phone input lines up nicely with the flag */
#phone-input {
  vertical-align: middle;
}

/* Checkbox label inline alignment */
label.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
label.checkbox input[type="checkbox"] {
  margin: 0; /* remove default margins that can push the label text */
}

/* Phone field: visible country flag + dial-code box next to phone input */
.phone-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.country-code-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 10%;
  color: #0c0c0c;
  padding: 27px 24px;
  border: 1px solid #ffc2c7;
  border-radius: 16px;
  background: #ffdfe1;
  font-size: 20px;
  white-space: nowrap;
  gap: 0.5rem;
  height: 75px;
}
.country-flag-display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
}
.country-dial-code {
  font-size: 20px;
  font-weight: 600;
}
.phone-input {
  flex: 1 1 80%;
  min-width: 0;
}

.hide-on-desktop {
  display: none;
}

.success-screen-custom-style {
  background-color: #fff0f1;
}

@media (max-width: 576px) {
  .phone-row {
    gap: 0.5rem;
  }
  .country-code-box {
    flex: 0 0 28%;
    max-width: 28%;
    min-width: 72px;
    padding: 6px 8px;
    font-size: 12px;
  }
  .country-flag-display {
    width: 20px;
    height: 15px;
    background-size: 20px 15px;
  }
  .country-dial-code {
    font-size: 11px;
  }
  .phone-input {
    flex: 1 1 72%;
  }

  .form-step h2 {
    font-size: 32px;
    text-align: left;
  }

  #multistep-form .form-step {
    padding: 0px;
  }

  #multistep-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-step .subtitle-form {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }

  .step-counter {
    font-size: 18px;
    text-align: left;
  }

  .form-step h3 {
    text-align: left !important;
  }

  .card-grid h3 {
    font-size: 16px;
    font-weight: 600;
  }

  .select-card p {
    font-size: 14px;
    line-height: 1.4;
  }

  .single-next-btn {
    width: 100% !important;
  }

  .form-wrapper {
    border-radius: 16px;
    padding: 4px 8px;
  }

  .hide-on-desktop {
    display: block;
  }

  .form-wrapper #delivery-country-select.form-control {
    border-radius: 8px;
    font-size: 16px;
    height: 70px;
  }

  input,
  input[type="date"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  .aximo-main-form select,
  textarea {
    height: 70px !important;
  }

  input,
  input[type="date"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  .aximo-main-form select,
  textarea {
    margin: 0px 0px 0px !important;
  }

  label {
    margin-top: 16px;
  }

  .prev-btn,
  .next-btn {
    width: 132px !important;
  }

  .success-logo {
    width: 250px;
    margin-top: 12px;
  }

  #success-screen h3 {
    font-size: 24px;
    text-align: center !important;
  }

  #success-screen p {
    font-size: 16px;
    line-height: 1.5;
  }

  .success-screen-custom-style {
    padding: 24px 16px !important;
  }
}
