/*================================================================================================
    Start Business Home CSS
===================================================================================================*/
@import "../reset.css";
@import "../mobile-menu.css";
@import "../header.css";

/* Header  */
.bx-header {
  /*! background-color: #002c52; */
}
.bx-topbar {
  /*! background-color: #002c52; */
  padding: 0px;
}
.bx-topbar__contact {
  gap: 60px;
}
.bx-topbar__contact .contact-item {
  gap: 14px;
}
.bx-topbar__contact .contact-item .icon {
  width: 50px;
  height: 50px;
  background: #ca9934;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
}
.bx-topbar__contact .contact-item .icon img {
  max-width: 24px;
}
.bx-topbar__contact .contact-item .info span {
  display: block;
  color: #ca9934;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 6px;
}
.bx-topbar__contact .contact-item .info a {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: var(--bx-white-color);
}
.bx-topbar__contact .contact-item .info a:hover {
  color: var(--bx-primary-color);
}
.bx-header__inner {
  position: initial;
  height: 135px;
}
.bx-topbar__items-group.group-1 {
  gap: 80px;
}
.bx-topbar__items-group.group-2 {
  gap: 40px;
}
.bx-topbar__language .nice-select {
  background: transparent;
  border: none;
  padding: 0;
  height: auto;
  padding-right: 16px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--bx-white-color);
}
.bx-topbar__language .nice-select::after {
  border-bottom: 2px solid var(--bx-white-color);
  border-right: 2px solid var(--bx-white-color);
  right: 0;
}
.bx-topbar__language .nice-select .list {
  width: auto;
}
.bx-topbar__language .nice-select .option {
  line-height: 32px;
  min-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  color: var(--bx-title-color);
}
.bx-topbar__language .nice-select .option.selected,
.bx-topbar__language .nice-select .option:hover {
  color: var(--bx-white-color);
}
.bx-topbar__social {
  border-left: 1px solid rgba(255, 255, 255, 0);
  padding-left: 40px;
  height: 100px;
  line-height: 100px;
}
.bx-topbar__social li {
  display: inline-block;
  margin-right: 18px;
}
.bx-topbar__social li:last-child {
  margin: 0;
}
.bx-topbar__social li a {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.bx-topbar__social li a:hover {
  color: var(--bx-white-color);
}
.bx-header__main {
  align-items: center;
  justify-content: space-between;
  border-radius: 66px;
  background: #ffffffe5;
  padding: 0px 10px 0px 40px;
}
.bx-header__logo {
  border-right: 1px solid rgba(255, 255, 255, 0);
  padding-right: 80px;
}
.bx-header__logo.logo-2 {
  display: none;
}
.header-main.sticky .bx-header__notice {
  display: none;
}
.header-main.sticky .bx-header__logo.logo-2 {
  display: flex;
  height: auto;
  padding: 0;
  border: none;
}
.header-main.sticky .bx-header__main {
  background: transparent;
}
.header-main.sticky .bx-header__nav-menu li a {
  color: var(--bx-offwhite-color);
}
.header-main.sticky .bx-header__nav-menu li .sub-menu li a {
  color: var(--bx-title-color);
}
.header-main.sticky .bx-header__nav-menu li .sub-menu li a:hover {
  color: var(--bx-primary-color);
}

.bx-header__notice .text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bx-header__notice .text a {
  color: #ca9934;
  font-weight: 700;
}
.bx-header__notice .text a:hover {
  color: var(--bx-primary-color);
}
.bx-header__right {
  gap: 40px;
}
.bx-header__block {
  border-bottom: none;
  background: transparent;
}
.bx-header__info .support-text {
  color: rgba(34, 48, 53, 0.75);
}
.bx-header__info .phone-number {
  color: var(--bx-title-color);
}
.bx-header__action {
  gap: 40px;
}
.bx-header__search {
  color: var(--bx-primary-color);
  width: 44px;
  height: 44px;
  border: 1px solid var(--bx-primary-color);
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}
.bx-header__search:hover {
  background: var(--bx-primary-color);
  color: var(--bx-white-color);
}
.bx-header__nav {
  border-right: none;
  padding: 0;
}
.bx-header__nav-menu li a {
  padding: 23px 0px;
}
.header-main.sticky .bx-header__nav-menu li .active {
  color: var(--bx-primary-color);
}

.bx-header__nav-menu li a,
.bx-header__info .support-text i {
  color: var(--bx-title-color);
}
.bx-header__nav-menu li:hover > a,
.bx-header__nav-menu li.active a {
  color: var(--bx-primary-color);
}
.bx-header__nav-menu .megamenu-active:hover > a,
.bx-header__nav-menu .megamenu-active a {
  color: var(--bx-primary-color);
}
.bx-header__nav-menu .dropdown-megamenu {
  top: 122%;
}

.header-main.sticky .bx-header__nav-menu .dropdown-megamenu {
  top: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-header__action {
    gap: 24px;
  }
  .bx-header__nav-menu li {
    margin-right: 20px;
  }
}

/* Hero  */
.bx-hero {
  overflow: hidden;
}
.bx-hero__slider-items {
  padding-top: 228px;
  padding-bottom: 164px;
  margin-top: 166px;
}
.bx-hero__slider-items::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*! background: rgba(0, 17, 17, 0.5); */
}
.bx-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bx-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-hero__slider .owl-item.active .bx-hero__bg {
  -webkit-animation: zoomin 30s ease-in infinite;
  animation: zoomin 30s ease-in infinite;
  transition: all 0.5s ease-in-out;
}

.bx-hero__content {
  max-width: 784px;
}
.bx-hero__content small {
  border-radius: 75px;
  background: #ca9934;
  padding: 10px 24px;
  color: var(--bx-white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.15px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.bx-hero__slider .owl-item.active .bx-hero__content small {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.bx-hero__content h1 {
  color: #fff;
  font-size: 77px;
  font-weight: 500;
  line-height: 91px;
  letter-spacing: -1.54px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.bx-hero__slider .owl-item.active .bx-hero__content h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.bx-hero__content h1 span {
  color: rgba(255, 255, 255, 0.78);
  font-family: Literata;
  font-size: 77px;
  font-style: italic;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -3.08px;
  display: block;
}
.bx-hero__content-btm {
  gap: 30px;
  margin-top: 64px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.bx-hero__slider .owl-item.active .bx-hero__content-btm {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.bx-hero__content-btm .bx-btn {
  max-width: 224px;
}
.bx-hero__content-btm .text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.44px;
}
.bx-hero__slider-items .hero-arrow {
  position: absolute;
  right: 242px;
  bottom: -124px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.bx-hero__slider .owl-item.active .hero-arrow {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
/* Slider Controls  */
.owl-carousel.bx-hero__slider .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 16px;
}
.owl-carousel.bx-hero__slider .owl-dots {
  position: absolute;
  right: 80px;
  top: 50%;
  line-height: 0;
  transform: translate(0, -50%);
  display: grid;
}
.owl-carousel.bx-hero__slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 16px 0;
  background: var(--bx-white-color);
  display: block;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease;
}
.owl-carousel.bx-hero__slider .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--bx-white-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.owl-carousel.bx-hero__slider .owl-dot.active span,
.owl-carousel.bx-hero__slider .owl-dot:hover span {
  background: var(--bx-white-color);
}
.owl-carousel.bx-hero__slider .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Partners  */
.bx-partner__section-head {
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  padding-bottom: 40px;
}
.bx-partner__section-head .title {
  color: var(--bx-paragraph-color);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin: 0;
}
.owl-carousel.bx-partner__slider {
  margin-top: 40px;
}
.bx-partner__item img {
  max-width: 220px;
}

/* About */
.bx-about__image-wrapper {
  overflow: hidden;
  min-width: 832px;
}
.bx-about__inner {
  gap: 124px;
}
.bx-about__image-wrapper .about-img {
  max-width: 832px;
  width: 100%;
  border-radius: 8px;
}
.bx-about__image-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*! background: rgba(0, 16, 21, 0.65); */
  border-radius: 8px;
}
.bx-about__counter {
  text-align: center;
  margin-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.bx-about__counter::before {
  position: absolute;
  content: "";
  width: 434px;
  height: 10px;
  border-radius: 0;
  background: #ffffff45;
  backdrop-filter: blur(8.199999809265137px);
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -50px;
}
.circle-overlay {
  position: absolute;
  width: 438px;
  height: 438px;
  border-radius: 438px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8.199999809265137px);
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  top: 36px;
}
.bx-about__counter-icon {
  width: 90px;
  height: 90px;
  background: var(--bx-primary-color);
  border-radius: 100%;
  line-height: 94px;
  font-size: 32px;
  color: var(--bx-white-color);
  display: inline-block;
}
.bx-about__counter-desc {
  margin-top: 45px;
}
.bx-about__counter-desc h4 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.88px;
  line-height: 84%;
  margin: 0;
}
.bx-about__counter-desc h4 span {
  color: var(--bx-white-color);
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.88px;
  line-height: 38px !important;
  font-family: var(--bx-inter-font) !important;
}
.bx-about__counter-desc p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-top: 24px;
}

.bx-about__content .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.4px;
  margin: 0;
  color: #fff;
}
.bx-about__info {
  margin-top: 48px;
  gap: 86px;
}
.bx-about__info-list li {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.bx-about__info-list li:last-child {
  margin: 0;
}
.bx-about__info-list li i {
  color: var(--bx-primary-color);
  position: relative;
  top: 3px;
}
.bx-about__btn {
  margin-top: 50px;
}
.bx-about__btn .bx-btn {
  background: var(--bx-title-color);
}
.bx-about__btn .bx-btn:hover {
  background: var(--bx-primary-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-about__inner {
    gap: 60px;
  }
  .bx-about__info {
    gap: 24px;
  }
}

/* Service  */
.bx-service__inner {
  background-color: var(--bx-title-color);
  border-radius: 8px;
}
.bx-service__main {
  overflow: hidden;
}
.bx-service__main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 852px;
  background-image: url("../../images/patterns/white-pattern-group.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0;
}
.bx-service__main .star-shape {
  position: absolute;
  top: 6%;
  left: 16%;
}
.bx-service__wrapper {
  margin: 0px 264px;
  margin-top: 60px;
}
.bx-service__card {
  border-radius: 8px;
  background: var(--bx-white-color);
  padding: 30px 30px 30px 80px;
  margin-bottom: 30px;
}
.bx-service__card .service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 185px;
  position: relative;
  width: 100%;
  height: 100%;
}
.bx-service__card .content .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 51px;
  letter-spacing: -0.4px;
  margin: 0;
}
.bx-service__card .content .text {
  margin-top: 32px;
  font-size: 18px;
  letter-spacing: -0.36px;
}
.bx-service__card .content .action {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.32px;
  color: var(--bx-title-color);
}
.bx-service__card .content .action i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.bx-service__card .content .action:hover {
  color: var(--bx-primary-color);
}
.bx-service__card .image-wrapper {
  position: relative;
}
.bx-service__card .service-img {
  max-width: 460px;
  border-radius: 8px;
}
.bx-service__card .service-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 90px;
  height: 90px;
  background: var(--bx-white-color);
  border-radius: 100%;
  text-align: center;
  line-height: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-service__card .service-box {
    gap: 40px;
  }
}

/* Funfact  */
.bx-funfact__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px 75px;
}

.bx-funfact__image img {
  max-width: 729px;
  border-radius: 8px;
}

.bx-funfact__inner {
  gap: 96px;
}
.bx-funfact .funfact-card {
  display: flex;
  gap: 30px;
}
.bx-funfact .funfact-card .icon {
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1px solid var(--bx-primary-color);
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.bx-funfact .funfact-card:hover .icon {
  border: 1px solid transparent;
  background: var(--bx-primary-color);
}
.bx-funfact .funfact-card:hover .icon svg path {
  fill: var(--bx-white-color);
}
.bx-funfact .funfact-card .title,
.bx-funfact .funfact-card .odometer {
  font-size: 77px;
  font-weight: 500;
  letter-spacing: -1.54px;
  line-height: 58px;
  font-family: var(--bx-inter-font);
  margin-bottom: 0px;
  display: flex;
  text-transform: uppercase;
  position: relative;
  top: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bx-title-color);
  transition: all 0.3s ease;
}

.bx-funfact .funfact-card:hover .title,
.bx-funfact .funfact-card:hover .odometer {
  -webkit-text-fill-color: var(--bx-title-color);
}

.bx-funfact .funfact-card .text {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 60px;
  }
}

/* Why Choose  */
.bx-why-choose-card__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 90px;
}
.bx-why-choose__card .card-content {
  margin-top: 55px;
}
.bx-why-choose__card .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 100%;
}
.bx-why-choose__card .text {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 34px;
}

.bx-why-choose::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 760px;
  background: var(--bx-title-color);
  z-index: -1;
}
.bx-why-choose__inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 115px;
  padding-bottom: 115px;
  height: 658px;
  overflow: hidden;
}
.bx-why-choose__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
  background: rgba(0, 17, 17, 0.45);
}
.bx-why-choose__title {
  color: var(--bx-white-color);
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin: 0;
}
.bx-why-choose__counter {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  margin-right: 255px;
  top: 114px;
}
.bx-why-choose__counter-icon {
  width: 90px;
  height: 90px;
  background: var(--bx-primary-color);
  border-radius: 100%;
  line-height: 94px;
  font-size: 32px;
  color: var(--bx-white-color);
  display: inline-block;
}
.bx-why-choose__counter-desc {
  margin-top: 45px;
}
.bx-why-choose__counter-desc h4 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.88px;
  line-height: 84%;
  margin: 0;
}
.bx-why-choose__counter-desc h4 span {
  color: var(--bx-white-color);
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.88px;
  line-height: 38px !important;
  font-family: var(--bx-inter-font) !important;
}
.bx-why-choose__counter-desc p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-top: 24px;
}
.call-action__newsletter {
  min-width: 605px;
  position: relative;
}
.call-action__newsletter::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 440px;
  background: rgba(255, 255, 255, 0.08);
  right: -98px;
  top: -149px;
  transform: rotate(-166deg);
}
.call-action__newsletter .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
  color: var(--bx-white-color);
}
.call-action__newsletter form {
  position: relative;
}
.call-action__newsletter input {
  width: 100%;
  padding: 20px 60px 20px 30px;
  color: var(--bx-white-color);
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.06);
  height: 72px;
  border-radius: 55px;
  background: #364347;
}
.call-action__newsletter input:focus {
  color: var(--bx-white-color);
}
.call-action__newsletter .bx-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  border-radius: 52px;
  text-align: center;
  padding: 16px 40px;
  justify-content: center;
  height: 52px;
}

.call-action__newsletter::before,
.call-action__review-inner::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 440px;
  background: rgba(255, 255, 255, 0.08);
  right: -98px;
  top: -149px;
  transform: rotate(-166deg);
}
.call-action__review-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  position: relative;
}
.call-action__review .client-img-list li {
  display: inline-block;
}
.call-action__review .client-img-list li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--bx-white-color);
}
.call-action__review .client-img-list li {
  margin-left: -16px;
}
.call-action__review .client-img-list {
  margin-left: 16px;
}
.call-action__review {
  max-width: 328px;
}
.call-action__review .trustpilot-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.call-action__review .trustpilot-info span {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  letter-spacing: -0.18px;
  color: var(--bx-white-color);
}
.call-action__review .text {
  color: #748aa0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 8px;
}
.call-action__review .trustpilot-info img {
  max-width: 96px;
}
.call-action__review .review-text {
  color: var(--bx-white-color);
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.call-action__review .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  margin: 0px;
  margin-top: 32px;
}
.bx-award__medal-list .title {
  margin: 0;
  color: var(--bx-white-color);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.bx-award__medal-icons {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.bx-award__medal-icons img {
  max-width: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .call-action__newsletter::before,
  .call-action__review-inner::before {
    right: -54px;
  }
}

/* Text Move  */
.bx-text-move {
  overflow: hidden;
}
.swiper.text-move_slider-reverse {
  margin-top: 40px;
}
.bx-text-move .swiper-slide {
  width: auto !important;
}
.bx-text-move .swiper-wrapper {
  transition-timing-function: linear;
}
.bx-text-slide__item {
  display: flex;
  gap: 58px;
  justify-content: center;
  align-items: center;
}
.bx-text-slide__item .text {
  font-size: 77px;
  font-weight: 900;
  letter-spacing: -3.08px;
  color: var(--bx-title-color);
  line-height: 140%;
}
.bx-text-slide__item .text.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bx-title-color);
}
.bx-text-slide__item .arrow-img {
  max-width: 50px;
  max-height: 50px;
}

/* Text Move Style 2 */
.bx-text-move__style2 {
  background-color: var(--bx-title-color);
  padding-top: 30px;
}
.bx-text-move__style2 .text.text-outline {
  -webkit-text-stroke-color: var(--bx-white-color);
}

/* Work Process  */
.bx-work-process {
  overflow: hidden;
}
.bx-work-process__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 116px;
  padding-left: 485px;
}
.w-process-card {
  position: relative;
}
.w-process-card.card-1 {
  margin-top: 190px;
}
.w-process-card.card-2 {
  margin-top: 115px;
}
.w-process-card.card-3 {
  margin-top: 45px;
}
.w-process-card.process-icon::before {
  position: absolute;
  content: "";
  background-image: url("../../images/icons/process-line.svg");
  width: 312px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -96px;
  background-position: center;
  top: -21px;
  z-index: -1;
}
.w-process-card .process-number {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 1px solid var(--bx-title-color);
  border-radius: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: var(--bx-title-color);
  transition: all 0.3s ease;
}
.w-process-card:hover .process-number {
  background: var(--bx-primary-color);
  color: var(--bx-white-color);
  border: 1px solid transparent;
}
.w-process-card .process-content {
  margin-top: 42px;
}
.w-process-card .process-content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
.w-process-card .process-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
}
.bx-work-process__shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bx-work-process__arrow {
  position: absolute;
  left: 115px;
  top: 376px;
}
.bx-work-process__shape .shape-1 {
  position: absolute;
  right: 175px;
  top: 140px;
}
.bx-work-process__shape .shape-2 {
  position: absolute;
  right: -40px;
  bottom: 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .w-process-card.process-icon::before {
    width: 250px;
  }
}

/* Portfolio  */
.bx-portfolio .bx-section-head__action {
  max-width: 450px;
}
.bx-portfolio .bx-section-head__text {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 0;
  margin-bottom: 32px;
}
.bx-portfolio__tab-menu {
  margin-top: 50px;
  margin-bottom: 70px;
}

.bx-portfolio__tab-menu .list-group {
  flex-direction: row;
}

.bx-portfolio__tab-menu .list-group-item {
  border: none;
  color: var(--bx-paragraph-color);
  font-family: var(--bx-inter-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 0px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(34, 48, 53, 0.17);
  background-color: transparent;
}
.bx-portfolio__tab-menu .list-group-item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.bx-portfolio__tab-menu .list-group-item.active {
  color: var(--bx-title-color);
}

.bx-portfolio__tab-details {
  position: relative;
  overflow: hidden;
}
.bx-portfolio__tab-details::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 17, 17, 0.45);
}
.bx-portfolio__tab-details > .portfolio-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.bx-portfolio__tab-details > .portfolio-bg-img.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.bx-portfolio__tab-details .row {
  position: relative;
  z-index: 1;
  margin: 0;
}
.bx-portfolio__tab-details .grid-item {
  padding: 0;
}
.bx-portfolio__tab-details .grid-item .portfolio-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 846px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.bx-portfolio__tab-details .grid-item:last-child .portfolio-item {
  border-right-width: 0;
}
.bx-portfolio__tab-details .grid-item .portfolio-inner {
  transition: all 0.3s ease;
  padding: 45px;
}
.bx-portfolio__tab-details .grid-item.active .portfolio-inner {
  background: var(--bx-white-color);
}
.bx-portfolio__tab-details .portfolio-item .category {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  color: var(--bx-white-color);
  display: block;
  transition: all 0.3s ease;
}
.bx-portfolio__tab-details .portfolio-item .title {
  color: var(--bx-white-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-top: 12px;
  transition: all 0.3s ease;
}
.bx-portfolio__tab-details .grid-item.active .portfolio-item .title {
  text-decoration: underline;
  margin-bottom: 18px;
}
.bx-portfolio__tab-details .portfolio-item .desc {
  height: 0;
  transform: scaleY(0);
  color: var(--bx-paragraph-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  transition: all 0.3s ease;
}

.bx-portfolio__tab-details .grid-item.active .portfolio-item .desc {
  height: 80px;
  transform: scaleY(1);
}
.bx-portfolio__tab-details .grid-item.active .portfolio-item .category,
.bx-portfolio__tab-details .grid-item.active .portfolio-item .title,
.bx-portfolio__tab-details .grid-item.active .portfolio-item .desc {
  color: var(--bx-title-color);
}

/* Pricing  */
.bx-pricing__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 32px;
}
.bx-pricing__shape {
  position: absolute;
  left: 100px;
  top: 110px;
}
.pricing-card {
  border: 1px solid rgba(34, 48, 53, 0.17);
  margin-top: 40px;
}
.pricing-card .pricing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  padding: 24px 50px;
}
.pricing-card .pricing-head .title {
  margin: 0;
}
.pricing-card .pricing-head .title {
  margin: 0;
  color: #60726c;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 3.6px;
}
.pricing-inner {
  padding: 40px 50px;
}
.pricing-middle .price {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.pricing-middle .price .amount {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: var(--bx-title-color);
  display: block;
}
.pricing-middle .price .currency {
  color: var(--bx-title-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  font-family: var(--bx-inter-font);
  position: relative;
  top: 7px;
}
.pricing-middle .price .amount {
  font-family: var(--bx-inter-font);
}
.pricing-middle .price .duration {
  color: #60726c;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  top: 32px;
}
.pricing-middle .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
}
.pricing-middle .bx-btn {
  width: 100%;
  height: 52px;
  margin-top: 32px;
}
.pricing-features {
  margin-top: 40px;
}
.pricing-features .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
  color: var(--bx-paragraph-color);
}
.pricing-features .features-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bx-paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.pricing-features .features-list li i {
  color: var(--bx-primary-color);
  position: relative;
  top: 2px;
}
.pricing-features .features-list li:last-child {
  margin: 0;
}
.pricing-card.popular {
  background: var(--bx-primary-color);
  border: 1px solid transparent;
}
.pricing-card.popular .pricing-middle .price .duration {
  color: rgba(255, 255, 255, 0.72);
}
.pricing-card.popular .pricing-middle .bx-btn {
  background: var(--bx-title-color);
}
.pricing-card.popular .pricing-features .features-list li {
  color: var(--bx-white-color);
}
.pricing-card.popular .pricing-features .features-list li i {
  color: #a7bfbf;
}

/* Testimonial  */
.owl-carousel.bx-testimonial__slider-2 {
  padding: 0px 190px;
}
.testimonial-inner {
  display: flex;
  align-items: center;
  gap: 78px;
  border-bottom: 1px solid rgba(34, 48, 53, 0.17);
  padding-bottom: 72px;
  margin-bottom: 32px;
}
.testimonial-inner .quotation-icon {
  min-width: 90px;
  height: 90px;
  line-height: 90px;
  background: var(--bx-white-color);
  border-radius: 100%;
  text-align: center;
}
.testimonial-inner .quotation-icon img {
  max-width: 40px;
  display: inline-block !important;
}
.testimonial-info img {
  max-width: 140px;
}
.testimonial-info .title {
  margin: 0;
  margin-top: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.4px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 170px;
}
.testimonial-author .author-img img {
  max-width: 60px;
  height: 60px;
  border-radius: 199%;
  object-fit: cover;
}
.testimonial-author .author-info .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--bx-title-color);
  line-height: 120%;
  margin-bottom: 8px;
}

.testimonial-author .author-info .role {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

/* Slider Controls  */
.owl-carousel.bx-testimonial__slider-2 .owl-dots {
  position: absolute;
  right: 190px;
  bottom: 25px;
  line-height: 0;
  display: flex;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 16px;
  background: var(--bx-paragraph-color);
  display: block;
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--bx-paragraph-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span,
.owl-carousel.bx-testimonial__slider-2 .owl-dot:hover span {
  background: var(--bx-paragraph-color);
}
.owl-carousel.bx-testimonial__slider-2 .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Blog  */
.bx-blog {
  overflow: hidden;
}
.bx-blog__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.bx-blog__card {
  margin-top: 40px;
}
.bx-blog__cover {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.bx-blog__cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(34, 48, 53, 0.24);
  z-index: 2;
}
.bx-blog__cover img {
  border-radius: 8px;
  width: 100%;
}
.bx-blog__card:hover .bx-blog__cover img {
  transform: scale(1.04);
}
.bx-blog__content {
  margin-top: 24px;
}
.bx-blog__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}
.bx-blog__meta .category {
  padding: 12px 20px;
  border: 1px solid rgba(34, 48, 53, 0.25);
  border-radius: 56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: var(--bx-primary-color);
}
.bx-blog__meta .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: var(--bx-primary-color);
  text-transform: uppercase;
}
.bx-blog__content .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  color: var(--bx-title-color);
  margin-bottom: 16px;
}
.bx-blog__content .title:hover {
  color: var(--bx-primary-color);
}
.bx-blog__content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
}

.featured-blog .bx-blog__content .title {
  font-size: 40px;
}

.blog-list .bx-blog__card {
  border-radius: 8px;
  border: 1px solid rgba(34, 48, 53, 0.25);
  padding: 30px;
  gap: 30px;
}
.blog-list .bx-blog__cover {
  min-width: 306px;
}
.blog-list .bx-blog__content {
  margin-top: 0;
}

/* Contact  */
.mask-img-text {
  font-size: 240px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(../../images/business-home/contact/contact-mask-bg-2.png) 0 0 /
    cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 260px;
  letter-spacing: -9.6px;
  margin: 0;
}
.bx-contact-action__btn {
  position: relative;
  margin-top: -150px;
}
.bx-contact-action__btn a {
  width: 195px;
  height: 195px;
  background: var(--bx-primary-color);
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
  padding: 68px 12px;
}
.bx-contact-action__btn a span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: var(--bx-white-color);
  margin-top: 16px;
  transition: all 0.3s ease;
}
.bx-contact-action__btn a:hover {
  background: var(--bx-title-color);
}

/* Footer  */
.bx-footer {
  background-color: #001527;
}
.bx-footer .bx-container {
  max-width: 1530px;
}
.bx-footer__office {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 140px 0px 70px;
}
.bx-footer__location {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.bx-footer__location .location-country {
  display: flex;
  gap: 22px;
}
.bx-footer__location .country-flag {
  min-width: 86px;
  height: 86px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #313e43;
  text-align: center;
  line-height: 86px;
}
.bx-footer__location .country-flag img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.bx-footer__location .country-info span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
}
.bx-footer__location .country-info h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin: 0;
  color: var(--bx-white-color);
}
.bx-footer__main {
  display: flex;
  gap: 94px;
  padding: 40px 0px 100px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.bx-footer__main::before {
  position: absolute;
  content: "";
  width: 732px;
  height: 100%;
  background: #001527;
  top: 0;
  left: -195px;
  z-index: -1;
}
.bx-footer__logo img {
  max-width: 142px;
  height: 100px;
}
.bx-footer__about .text {
  color: rgba(255, 255, 255, 0.56);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-top: 32px;
}

.bx-footer__widget-group {
  display: flex;
  gap: 110px;
}

.bx-footer__widget {
  margin-top: 40px;
}
.footer-mask-img {
  max-width: 372px;
}
.bx-footer__widget.company {
  min-width: 156px;
}
.bx-footer__widget.services {
  min-width: 200px;
}
.bx-footer__widget.f-newsletter {
  min-width: 340px;
}

.bx-footer__social-wrapper .widget-title {
  margin-bottom: 20px !important;
}
.bx-footer__social li {
  display: inline-block;
  margin-right: 20px;
}
.bx-footer__social li a {
  font-size: 18px;
  color: var(--bx-white-color);
}
.bx-footer__social li a:hover {
  color: var(--bx-primary-color);
}
.bx-footer__social li:last-child {
  margin: 0;
}

.bx-footer__widget .widget-title {
  color: var(--bx-white-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
.bx-footer__widget .widget-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
}
.bx-footer__widget .list-links li {
  margin-bottom: 28px;
}
.bx-footer__widget .list-links li a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}
.bx-footer__widget .list-links li:last-child {
  margin: 0;
}
.bx-footer__widget .list-links li a:hover {
  color: var(--bx-primary-color);
}
.bx-footer__contact {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 42px;
}
.bx-footer__contact .contact-item {
  display: flex;
  gap: 16px;
  position: relative;
  align-items: center;
}

.bx-footer__contact .contact-icon img {
  max-width: 28px;
}
.bx-footer__contact .contact-info .label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.bx-footer__contact .contact-info .links {
  color: var(--bx-white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
.bx-footer__contact .contact-info .links:hover {
  color: var(--bx-primary-color);
}
.bx-footer__contact .contact-item:last-child {
  margin: 0;
}
.bx-footer__social-wrapper {
  margin-top: 40px;
}
.bx-footer__copyright {
  background: #1f6fb3;
  padding: 18px 0px;
}

.bx-footer__links {
  text-align: right;
}
.bx-footer__links li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.bx-footer__links li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.16);
  right: 0;
  top: 4px;
}
.bx-footer__links li:last-child {
  padding: 0;
  margin: 0;
}
.bx-footer__links li:last-child::before {
  display: none;
}
.bx-footer__links li a {
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.bx-footer__links li a:hover {
  color: var(--bx-primary-color);
}
.bx-footer__copyright .copyright-text {
  color: rgba(255, 255, 255, 0.69);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.bx-footer__newsletter {
  position: relative;
}
.bx-footer__newsletter form {
  margin-top: 32px;
}
.bx-footer__newsletter .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: var(--bx-white-color);
  margin-bottom: 28px;
}
.bx-footer__newsletter input {
  width: 100%;
  padding: 20px 30px;
  color: #455151;
  font-weight: 500;
  border: none;
  background: var(--bx-white-color);
  height: 50px;
  border-radius: 57px;
}
.bx-footer__newsletter .bx-btn {
  width: 100%;
  height: 52px;
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  /* Header  */
  .bx-header__notice {
    max-width: 240px;
  }
  .bx-header__notice .text {
    display: block;
    line-height: 120%;
  }
  .bx-header__main {
    padding: 0px 24px;
    gap: 40px;
  }
  .header-main.sticky .bx-header__main {
    padding: 0;
  }

  .bx-header__logo {
    padding-right: 40px;
  }
  .bx-topbar__items-group.group-1 {
    gap: 40px;
  }
  .bx-topbar__contact {
    gap: 32px;
  }
  .bx-topbar__language {
    display: none;
  }
  .bx-header__nav-menu li {
    margin-right: 16px;
  }

  /* Hero  */
  .bx-hero__slider-items {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .bx-hero__content h1 {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: -1.2px;
  }
  .bx-hero__content h1 span {
    font-size: 65px;
    letter-spacing: -2.5px;
  }
  .bx-hero__content-btm {
    margin-top: 50px;
  }
  .bx-hero__content-btm .text {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .bx-hero__slider-items .hero-arrow {
    right: 180px;
    bottom: -100px;
    width: 180px;
    height: 180px;
  }
  .owl-carousel.bx-hero__slider .owl-dots {
    right: 60px;
  }

  /* About  */
  .bx-about__image-wrapper {
    min-width: 650px;
  }
  .bx-about__inner {
    gap: 80px;
  }
  .bx-about__image-wrapper .about-img {
    max-width: 650px;
  }
  .circle-overlay {
    width: 360px;
    height: 360px;
    top: 28px;
  }
  .bx-about__counter::before {
    width: 100%;
  }
  .bx-about__counter-icon {
    width: 75px;
    height: 75px;
    line-height: 80px;
    font-size: 28px;
  }
  .bx-about__counter-desc {
    margin-top: 35px;
  }
  .bx-about__counter-desc h4,
  .bx-about__counter-desc h4 span {
    font-size: 38px;
    letter-spacing: -0.7px;
  }
  .bx-about__counter-desc p {
    font-size: 16px;
    margin-top: 18px;
  }
  .bx-about__content .title {
    font-size: 34px;
    line-height: 50px;
  }
  .bx-about__info {
    margin-top: 40px;
    gap: 60px;
  }
  .bx-about__info-list li {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .bx-about__btn {
    margin-top: 40px;
  }

  /* Service  */
  .bx-service__wrapper {
    margin: 0px 180px;
    margin-top: 50px;
  }
  .bx-service__main .star-shape {
    width: 80px;
    height: 85px;
    top: 6%;
    left: 12%;
  }
  .bx-service__card {
    padding: 25px 25px 25px 60px;
    margin-bottom: 25px;
  }
  .bx-service__card .service-box {
    gap: 120px;
  }
  .bx-service__card .content .title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.3px;
  }
  .bx-service__card .content .text {
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .bx-service__card .content .action {
    margin-top: 40px;
  }
  .bx-service__card .service-img {
    max-width: 380px;
  }
  .bx-service__card .service-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .bx-service__card .service-icon img {
    width: 35px;
  }
  .bx-text-move .bx-text-slide__item .text {
    font-size: 50px;
  }
  .bx-text-move .bx-text-slide__item .arrow-img {
    width: 30px;
  }

  /* Funfact  */
  .bx-funfact__inner {
    gap: 70px;
  }
  .bx-funfact__image img {
    max-width: 480px;
  }
  .bx-funfact__content {
    gap: 100px 50px;
  }
  .bx-funfact .funfact-card {
    gap: 25px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 24px;
    height: 24px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 60px;
    letter-spacing: -1.2px;
    line-height: 50px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  /* Why Choose  */
  .bx-why-choose-card__wrapper {
    gap: 40px;
  }
  .bx-why-choose__card .card-content {
    margin-top: 40px;
  }
  .bx-why-choose__card .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .bx-why-choose__card .text {
    font-size: 18px;
    line-height: 30px;
  }

  .bx-why-choose__inner {
    padding-left: 80px;
    padding-bottom: 90px;
    height: 600px;
  }

  .bx-why-choose__title {
    font-size: 36px;
    line-height: 50px;
  }

  .bx-why-choose__counter {
    margin-right: 180px;
    top: 100px;
  }
  .bx-why-choose__counter-icon {
    width: 80px;
    height: 80px;
    line-height: 84px;
    font-size: 28px;
  }
  .bx-why-choose__counter-desc h4,
  .bx-why-choose__counter-desc h4 span {
    font-size: 38px;
  }
  .call-action__newsletter {
    min-width: 500px;
  }
  .call-action__newsletter .title,
  .call-action__review .title,
  .bx-award__medal-list .title {
    font-size: 24px;
    line-height: 34px;
  }
  .call-action__newsletter input {
    padding: 15px 55px 15px 25px;
    height: 65px;
  }
  .call-action-widget {
    gap: 30px;
  }
  .bx-award__medal-icons {
    gap: 20px;
  }
  .bx-award__medal-icons img {
    max-width: 70px;
  }

  /* Work Progress  */
  .bx-work-process__wrapper {
    padding-left: 350px;
    gap: 80px;
  }
  .bx-work-process__arrow {
    left: 0px;
    top: 350px;
    transform: scale(0.85);
  }
  .w-process-card.card-1 {
    margin-top: 160px;
  }
  .w-process-card.card-2 {
    margin-top: 95px;
  }
  .w-process-card.card-3 {
    margin-top: 35px;
  }
  .w-process-card.process-icon::before {
    width: 260px;
    right: -80px;
  }
  .bx-work-process__shape .shape-1 {
    right: 120px;
  }
  .bx-work-process__shape .shape-2 {
    right: -20px;
  }

  /* Portfolio  */
  .bx-portfolio .bx-section-head__action {
    max-width: 400px;
  }
  .bx-portfolio .bx-section-head__text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .bx-portfolio__tab-menu {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .bx-portfolio__tab-menu .list-group-item {
    font-size: 15px;
    padding-right: 25px;
    margin-right: 25px;
  }
  .bx-portfolio__tab-details .grid-item .portfolio-item {
    min-height: 750px;
  }
  .bx-portfolio__tab-details .grid-item .portfolio-inner {
    padding: 35px;
  }
  .bx-portfolio__tab-details .portfolio-item .category {
    font-size: 16px;
  }
  .bx-portfolio__tab-details .portfolio-item .title {
    font-size: 20px;
  }
  .bx-portfolio__tab-details .portfolio-item .desc {
    font-size: 16px;
    line-height: 28px;
  }

  /* Pricing  */
  .bx-pricing__wrapper {
    gap: 25px;
  }
  .bx-pricing__shape {
    left: 60px;
    top: 90px;
  }
  .pricing-card .pricing-head {
    padding: 20px 35px;
  }
  .pricing-inner {
    padding: 35px 35px;
  }
  .pricing-middle .price .amount {
    font-size: 42px;
  }
  .pricing-middle .price .currency {
    font-size: 20px;
  }
  .pricing-middle .text {
    font-size: 16px;
    line-height: 26px;
  }
  .pricing-features .title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .pricing-features .features-list li {
    margin-bottom: 16px;
    font-size: 15px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0px 40px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    gap: 40px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 34px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 22px;
    line-height: 130%;
  }
  .bx-blog__content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-list .bx-blog__card {
    padding: 25px;
    gap: 25px;
  }
  .blog-list .bx-blog__cover {
    min-width: 260px;
  }
  .bx-blog__meta .category {
    padding: 10px 16px;
    font-size: 13px;
  }
  .bx-blog__meta .date {
    font-size: 13px;
  }

  /* Footer  */
  .bx-footer__location {
    gap: 80px;
  }
  .bx-footer__widget-group {
    gap: 40px;
  }
  .bx-footer__contact {
    flex-wrap: wrap;
  }
  .bx-footer__main::before {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  /* Header  */
  .bx-topbar {
    display: none;
  }
  .bx-header__main {
    background: transparent;
    padding: 0;
  }
  .bx-header__block {
    background: var(--bx-title-color);
  }
  .bx-header__logo.logo-2 {
    display: block;
    padding-right: 0px;
    line-height: 80px;
    border: none;
    height: 80px;
  }
  .bx-header__right {
    height: 80px;
  }
  .bx-header__inner {
    height: auto;
  }
  .bx-header__notice,
  .bx-header__btn {
    display: none;
  }
  /* Hero  */
  .bx-hero__slider-items {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Hero  */
  .bx-hero__slider-items {
    padding-top: 150px;
    padding-bottom: 100px;
    margin-top: 80px;
  }
  .bx-hero__content {
    max-width: 600px;
  }
  .bx-hero__content h1 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .bx-hero__content h1 span {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .bx-hero__content small {
    padding: 8px 18px;
    font-size: 14px;
  }
  .bx-hero__content-btm {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .bx-hero__content-btm .text {
    font-size: 18px;
    letter-spacing: -0.3px;
  }
  .bx-hero__slider-items .hero-arrow {
    right: 120px;
    bottom: -80px;
    width: 150px;
    height: 150px;
  }
  .owl-carousel.bx-hero__slider .owl-dots {
    right: 40px;
  }

  /* About  */
  .bx-about__inner {
    flex-direction: column;
    gap: 60px;
  }
  .bx-about__image-wrapper {
    min-width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .bx-about__image-wrapper .about-img {
    max-width: 100%;
  }
  .circle-overlay {
    width: 300px;
    height: 300px;
    top: 24px;
  }
  .bx-about__counter::before {
    width: 100%;
    bottom: -40px;
  }
  .bx-about__counter {
    margin-bottom: 40px;
  }
  .bx-about__counter-icon {
    width: 65px;
    height: 65px;
    line-height: 70px;
    font-size: 24px;
  }
  .bx-about__counter-desc {
    margin-top: 30px;
  }
  .bx-about__counter-desc h4,
  .bx-about__counter-desc h4 span {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .bx-about__counter-desc p {
    font-size: 16px;
    margin-top: 15px;
  }
  .bx-about__content {
    text-align: center;
  }
  .bx-about__content .title {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -0.3px;
  }
  .bx-about__info {
    margin-top: 35px;
    gap: 40px;
    justify-content: center;
  }
  .bx-about__info-list li {
    font-size: 16px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .bx-about__btn {
    margin-top: 35px;
    text-align: center;
  }

  /* Service  */
  .bx-service__wrapper {
    margin: 0px 50px;
    margin-top: 40px;
  }
  .bx-service__main .star-shape {
    width: 70px;
    height: 75px;
    top: 5%;
    left: 8%;
  }
  .bx-service__card {
    padding: 25px 25px 25px 30px;
    margin-bottom: 25px;
  }
  .bx-service__card .service-box {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .bx-service__card .content {
    text-align: center;
    width: 100%;
  }
  .bx-service__card .content .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
  }
  .bx-service__card .content .text {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .bx-service__card .content .action {
    margin-top: 30px;
  }
  .bx-service__card .image-wrapper {
    width: 100%;
    text-align: center;
  }
  .bx-service__card .service-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .bx-service__card .service-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: 15px;
    left: 15px;
  }
  .bx-service__card .service-icon img {
    width: 30px;
  }

  .bx-text-move .bx-text-slide__item .text {
    font-size: 40px;
  }
  .bx-text-move .bx-text-slide__item .arrow-img {
    width: 25px;
  }

  /* Funfact  */
  .bx-funfact__inner {
    flex-direction: column;
    gap: 60px;
  }
  .bx-funfact__image {
    text-align: center;
  }
  .bx-funfact__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-funfact__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
  .bx-funfact .funfact-card {
    gap: 20px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 22px;
    height: 22px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 40px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  /* Why Choose  */
  .bx-why-choose-card__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .bx-why-choose__card .card-content {
    margin-top: 30px;
  }
  .bx-why-choose__card .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .bx-why-choose__card .text {
    font-size: 16px;
    line-height: 28px;
  }

  .bx-why-choose__inner {
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    height: auto;
    text-align: center;
  }
  .bx-why-choose__title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .bx-why-choose__counter {
    margin-right: 0;
    margin-bottom: 40px;
    top: 0;
  }
  .call-action-widget {
    flex-direction: column;
    gap: 50px;
  }
  .call-action__newsletter {
    min-width: 100%;
  }
  .call-action__newsletter::before,
  .call-action__review-inner::before {
    display: none;
  }
  .call-action__review {
    max-width: 100%;
  }
  .call-action__review-inner {
    justify-content: center;
  }
  .bx-award__medal-list {
    text-align: center;
  }
  .bx-award__medal-icons {
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Work Progress  */
  .bx-work-process__wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
    gap: 40px;
    margin-top: 60px;
  }
  .w-process-card.card-1,
  .w-process-card.card-2,
  .w-process-card.card-3 {
    margin-top: 0;
  }
  .w-process-card.process-icon::before {
    display: none;
  }
  .bx-work-process__arrow {
    display: none;
  }
  .w-process-card .process-number {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 22px;
  }
  .w-process-card .process-content {
    margin-top: 25px;
  }
  .w-process-card .process-content .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .w-process-card .process-content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .bx-work-process__shape .shape-1 {
    right: 50px;
    top: 80px;
    max-width: 120px;
  }
  .bx-work-process__shape .shape-2 {
    right: -20px;
    bottom: 40px;
    max-width: 80px;
  }

  /* Portfolio  */
  .bx-portfolio .bx-section-head {
    flex-direction: column;
  }
  .bx-portfolio .bx-section-head__action {
    max-width: 100%;
    margin-top: 30px;
  }
  .bx-portfolio .bx-section-head__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .bx-portfolio__tab-menu {
    margin-top: 30px;
    margin-bottom: 40px;
    overflow-x: auto;
  }
  .bx-portfolio__tab-menu .list-group {
    flex-wrap: nowrap;
    width: max-content;
  }
  .bx-portfolio__tab-menu .list-group-item {
    font-size: 15px;
    padding-right: 20px;
    margin-right: 20px;
    white-space: nowrap;
  }
  .bx-portfolio__tab-details .grid-item .portfolio-item {
    min-height: 650px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bx-portfolio__tab-details .grid-item:nth-child(even) .portfolio-item {
    border-right: 0;
  }
  .bx-portfolio__tab-details .grid-item .portfolio-inner {
    padding: 30px;
  }
  .bx-portfolio__tab-details .portfolio-item .category {
    font-size: 16px;
  }
  .bx-portfolio__tab-details .portfolio-item .title {
    font-size: 18px;
    margin-top: 10px;
  }

  .bx-portfolio__tab-details .grid-item.active .portfolio-item .title {
    margin-bottom: 15px;
  }
  .bx-portfolio__tab-details .portfolio-item .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .bx-portfolio__tab-details .grid-item.active .portfolio-item .desc {
    height: 72px;
  }

  /* Pricing  */
  .bx-pricing__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .bx-pricing__shape {
    left: 40px;
    top: 80px;
    max-width: 120px;
  }
  .pricing-card {
    margin-top: 30px;
  }
  .pricing-card .pricing-head {
    padding: 20px 30px;
  }
  .pricing-card .pricing-head .title {
    font-size: 14px;
    letter-spacing: 2.5px;
  }
  .pricing-inner {
    padding: 30px;
  }
  .pricing-middle .price .amount {
    font-size: 40px;
  }
  .pricing-middle .price .currency {
    font-size: 18px;
  }
  .pricing-middle .price .duration {
    font-size: 14px;
    top: 30px;
  }
  .pricing-middle .text {
    font-size: 16px;
    line-height: 26px;
  }
  .pricing-middle .bx-btn {
    margin-top: 25px;
    height: 48px;
  }
  .pricing-features {
    margin-top: 35px;
  }
  .pricing-features .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .pricing-features .features-list li {
    margin-bottom: 15px;
    font-size: 15px;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 34px;
    max-height: 34px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 32px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;
    padding-bottom: 48px;
  }
  .testimonial-inner .quotation-icon {
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    max-width: 80px;
  }
  .testimonial-inner .quotation-icon img {
    max-width: 24px;
  }
  .testimonial-info .title {
    margin-top: 16px;
    font-size: 32px;
    line-height: 43px;
  }
  .testimonial-inner {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .testimonial-author {
    margin-left: 0;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .testimonial-info {
    margin-top: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 30px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
  }
  .bx-blog__content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-list .bx-blog__card {
    padding: 20px;
    gap: 20px;
  }
  .blog-list .bx-blog__cover {
    min-width: 220px;
  }
  .bx-blog__meta {
    gap: 15px;
    margin-bottom: 10px;
  }
  .bx-blog__meta .category {
    padding: 8px 14px;
    font-size: 12px;
  }
  .bx-blog__meta .date {
    font-size: 12px;
  }

  /* Footer  */
  .mask-img-text {
    font-size: 100px;
    letter-spacing: 0;
  }
  .bx-footer__location {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .bx-footer__office {
    padding: 60px 0px;
  }
  .bx-footer__location .country-info h4 {
    font-size: 18px;
  }
  .bx-footer__main {
    display: block;
    padding: 40px 0px 80px;
  }
  .bx-footer__contact {
    flex-wrap: wrap;
  }
  .bx-footer__widget-group {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .bx-footer__widget .widget-title {
    font-size: 20px;
  }
  .bx-footer__widget .list-links li {
    margin-bottom: 20px;
  }
  .bx-footer__main::before {
    display: none;
  }
  .bx-footer__widget.company {
    min-width: 150px;
  }
  .bx-footer__widget.services {
    min-width: 100%;
  }
  .bx-footer__widget.f-newsletter {
    min-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  /* Header  */
  .bx-topbar {
    display: none;
  }
  .bx-header__main {
    background: transparent;
    padding: 0;
  }
  .bx-header__block {
    background: var(--bx-title-color);
  }
  .bx-header__logo.logo-2 {
    display: block;
    padding-right: 0px;
    line-height: 60px;
    border: none;
  }
  .bx-header__inner {
    height: auto;
  }
  .bx-header__notice,
  .bx-header__btn {
    display: none;
  }
  .bx-header__action {
    gap: 24px;
  }

  /* Hero  */
  .bx-hero__slider-items {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-top: 60px;
  }
  .bx-hero__content {
    max-width: 100%;
  }
  .bx-hero__content h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.7px;
  }
  .bx-hero__content h1 span {
    font-size: 36px;
    letter-spacing: -1.5px;
    line-height: 140%;
  }
  .bx-hero__content small {
    padding: 6px 16px;
    font-size: 13px;
    letter-spacing: 0.1px;
  }
  .bx-hero__content-btm {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .bx-hero__content-btm .text {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
  .bx-hero__slider-items .hero-arrow {
    right: 20px;
    bottom: -60px;
    width: 120px;
    height: 120px;
  }
  .owl-carousel.bx-hero__slider .owl-controls {
    bottom: 10px;
  }
  .owl-carousel.bx-hero__slider .owl-dots {
    right: 20px;
  }
  .owl-carousel.bx-hero__slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 12px 0;
  }
  .owl-carousel.bx-hero__slider .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }

  /* Partner  */
  .bx-partner__section-head {
    padding-bottom: 24px;
  }
  .bx-partner__section-head .title {
    font-size: 18px;
  }
  .owl-carousel.bx-partner__slider {
    margin-top: 32px;
  }

  /* About  */
  .bx-about__inner {
    flex-direction: column;
    gap: 50px;
  }
  .bx-about__image-wrapper {
    min-width: 100%;
  }
  .bx-about__image-wrapper .about-img {
    max-width: 100%;
  }
  .circle-overlay {
    width: 240px;
    height: 240px;
    top: 20px;
  }
  .bx-about__counter::before {
    width: 100%;
    height: 8px;
    bottom: -35px;
  }
  .bx-about__counter {
    margin-bottom: 35px;
  }
  .bx-about__counter-icon {
    width: 55px;
    height: 55px;
    line-height: 60px;
    font-size: 20px;
  }
  .bx-about__counter-desc {
    margin-top: 25px;
  }
  .bx-about__counter-desc h4,
  .bx-about__counter-desc h4 span {
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 30px !important;
  }
  .bx-about__counter-desc p {
    font-size: 14px;
    margin-top: 12px;
    letter-spacing: -0.2px;
  }
  .bx-about__content {
    text-align: center;
  }
  .bx-about__content .title {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.3px;
  }
  .bx-about__info {
    margin-top: 30px;
    gap: 0;
    flex-direction: column;
  }
  .bx-about__info-list {
    width: 100%;
  }
  .bx-about__info-list:first-child {
    margin-bottom: 10px;
  }
  .bx-about__info-list li {
    font-size: 15px;
    margin-bottom: 16px;
    justify-content: flex-start;
  }
  .bx-about__btn {
    margin-top: 30px;
  }

  /* Service  */
  .bx-service__wrapper {
    margin: 0px 15px;
    margin-top: 30px;
  }
  .bx-service__main::before {
    height: 100%;
  }
  .bx-service__main .star-shape {
    width: 50px;
    height: 53px;
    top: 4%;
    left: 5%;
  }
  .bx-service__card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .bx-service__card .service-box {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .bx-service__card .content {
    text-align: center;
    width: 100%;
  }
  .bx-service__card .content .title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px;
  }
  .bx-service__card .content .text {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .bx-service__card .content .action {
    margin-top: 20px;
    font-size: 15px;
  }
  .bx-service__card .image-wrapper {
    width: 100%;
    text-align: center;
  }
  .bx-service__card .service-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .bx-service__card .service-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 10px;
    left: 10px;
  }
  .bx-service__card .service-icon img {
    width: 25px;
  }
  .bx-text-slide__item {
    gap: 30px;
  }

  /* Text move styles for mobile */
  .bx-text-move .bx-text-slide__item .text {
    font-size: 30px;
  }
  .bx-text-move .bx-text-slide__item .arrow-img {
    width: 20px;
  }

  /* Funfact  */
  .bx-funfact__inner {
    flex-direction: column;
    gap: 40px;
  }
  .bx-funfact__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-funfact__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bx-funfact .funfact-card {
    gap: 15px;
  }
  .bx-funfact .funfact-card .icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .bx-funfact .funfact-card .icon svg {
    width: 20px;
    height: 20px;
  }
  .bx-funfact .funfact-card .title,
  .bx-funfact .funfact-card .odometer {
    font-size: 36px;
    letter-spacing: -0.8px;
    line-height: 30px;
    -webkit-text-stroke-width: 0.5px;
  }
  .bx-funfact .funfact-card .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  /* Why Choose  */
  .bx-why-choose-card__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bx-why-choose__card {
    text-align: center;
  }
  .bx-why-choose__card .card-icon {
    display: flex;
    justify-content: center;
  }
  .bx-why-choose__card .card-content {
    margin-top: 25px;
  }
  .bx-why-choose__card .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .bx-why-choose__card .text {
    font-size: 16px;
    line-height: 26px;
  }

  .bx-why-choose__inner {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    height: auto;
    text-align: center;
  }
  .bx-why-choose__title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .bx-why-choose__counter {
    margin-right: 0;
    margin-bottom: 30px;
    top: 0;
  }
  .bx-why-choose__counter-icon {
    width: 70px;
    height: 70px;
    line-height: 74px;
    font-size: 24px;
  }
  .bx-why-choose__counter-desc h4,
  .bx-why-choose__counter-desc h4 span {
    font-size: 34px;
  }
  .bx-why-choose__counter-desc p {
    font-size: 16px;
    margin-top: 16px;
  }
  .call-action-widget {
    flex-direction: column;
    gap: 40px;
  }
  .call-action__newsletter {
    min-width: 100%;
  }
  .call-action__newsletter::before,
  .call-action__review-inner::before {
    display: none;
  }
  .call-action__newsletter .title,
  .call-action__review .title,
  .bx-award__medal-list .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .call-action__newsletter input {
    padding: 12px 50px 12px 20px;
    height: 60px;
  }
  .call-action__newsletter .bx-btn {
    padding: 12px 25px;
    height: 45px;
    font-size: 13px;
  }
  .call-action__review {
    max-width: 100%;
  }
  .call-action__review-inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .call-action__review .client-img-list li img {
    width: 40px;
    height: 40px;
  }
  .call-action__review .trustpilot-info span {
    font-size: 16px;
  }
  .call-action__review .text {
    font-size: 14px;
  }
  .call-action__review .review-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  .bx-award__medal-list {
    text-align: center;
  }
  .bx-award__medal-icons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
  }
  .bx-award__medal-icons img {
    max-width: 60px;
  }

  /* Work Progress  */
  .bx-work-process__wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 30px;
    margin-top: 40px;
  }
  .w-process-card.card-1,
  .w-process-card.card-2,
  .w-process-card.card-3 {
    margin-top: 0;
  }
  .w-process-card.process-icon::before {
    display: none;
  }
  .bx-work-process__arrow {
    display: none;
  }
  .w-process-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .w-process-card .process-number {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .w-process-card .process-content {
    margin-top: 20px;
  }
  .w-process-card .process-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .w-process-card .process-content .text {
    font-size: 15px;
    line-height: 24px;
  }
  .bx-work-process__shape .shape-1,
  .bx-work-process__shape .shape-2 {
    max-width: 60px;
  }

  .bx-work-process__shape .shape-1 {
    right: 20px;
    top: 60px;
  }

  .bx-work-process__shape .shape-2 {
    right: -10px;
    bottom: 30px;
  }

  /* Portfolio  */
  .bx-portfolio .bx-section-head {
    flex-direction: column;
  }

  .bx-portfolio .bx-section-head__action {
    max-width: 100%;
    margin-top: 25px;
  }

  .bx-portfolio .bx-section-head__text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .bx-portfolio__tab-menu {
    margin-top: 25px;
    margin-bottom: 30px;
    overflow-x: auto;
  }

  .bx-portfolio__tab-menu .list-group {
    flex-wrap: nowrap;
    width: max-content;
    padding-bottom: 16px;
  }
  .bx-portfolio__tab-menu .list-group-item {
    font-size: 14px;
    padding-right: 15px;
    margin-right: 15px;
    white-space: nowrap;
  }

  .bx-portfolio__tab-details .portfolio-wrapper.row {
    margin: 0;
  }

  .bx-portfolio__tab-details .grid-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bx-portfolio__tab-details .grid-item .portfolio-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .bx-portfolio__tab-details .grid-item:last-child .portfolio-item {
    border-bottom: 0;
  }

  .bx-portfolio__tab-details .grid-item .portfolio-inner {
    padding: 25px 20px;
  }

  .bx-portfolio__tab-details .portfolio-item .category {
    font-size: 15px;
  }

  .bx-portfolio__tab-details .portfolio-item .title {
    font-size: 18px;
    margin-top: 8px;
  }

  .bx-portfolio__tab-details .grid-item.active .portfolio-item .title {
    margin-bottom: 12px;
  }

  .bx-portfolio__tab-details .portfolio-item .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .bx-portfolio__tab-details .grid-item.active .portfolio-item .desc {
    height: auto;
    max-height: 88px;
  }

  /* Pricing  */
  .bx-pricing__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .bx-pricing__shape {
    display: none; /* Hide the shape on mobile */
  }
  .pricing-card {
    margin-top: 25px;
  }
  .pricing-card .pricing-head {
    padding: 18px 25px;
  }
  .pricing-card .pricing-head .title {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .pricing-inner {
    padding: 25px;
  }
  .pricing-middle .price {
    gap: 5px;
    margin-bottom: 20px;
  }
  .pricing-middle .price .amount {
    font-size: 36px;
  }
  .pricing-middle .price .currency {
    font-size: 16px;
    top: 5px;
  }
  .pricing-middle .price .duration {
    font-size: 13px;
    top: 25px;
  }
  .pricing-middle .text {
    font-size: 15px;
    line-height: 24px;
  }
  .pricing-middle .bx-btn {
    margin-top: 20px;
    height: 46px;
    font-size: 14px;
  }
  .pricing-features {
    margin-top: 30px;
  }
  .pricing-features .title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .pricing-features .features-list li {
    margin-bottom: 14px;
    font-size: 14px;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 24px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 24px;
  }

  /* Testimonial  */
  .owl-carousel.bx-testimonial__slider-2 {
    padding: 0;
    padding-bottom: 48px;
  }
  .testimonial-inner .quotation-icon {
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    max-width: 60px;
  }
  .testimonial-inner .quotation-icon img {
    max-width: 24px;
  }
  .testimonial-info .title {
    margin-top: 16px;
    font-size: 24px;
    line-height: 34px;
  }
  .testimonial-inner {
    display: block;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .testimonial-author {
    margin-left: 0;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .testimonial-info {
    margin-top: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span::before {
    width: 24px;
    height: 24px;
  }
  .owl-carousel.bx-testimonial__slider-2 .owl-dots .owl-dot span {
    margin: 0px 12px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 24px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .bx-blog__content .text {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-list .bx-blog__card {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
  .blog-list .bx-blog__cover {
    min-width: 100%;
  }
  .blog-list .bx-blog__content {
    margin-top: 15px;
  }
  .bx-blog__meta {
    gap: 12px;
    margin-bottom: 8px;
  }
  .bx-blog__meta .category {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 10px;
  }
  .bx-blog__meta .date {
    font-size: 11px;
  }

  /* Footer  */
  .bx-footer__location {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .bx-footer__office {
    padding: 56px 0px;
  }
  .bx-footer__location .country-info h4 {
    font-size: 16px;
  }
  .bx-footer__location .country-flag {
    min-width: 72px;
    height: 72px;
    line-height: 72px;
  }
  .bx-contact-action {
    padding: 56px 0px;
  }
  .mask-img-text {
    font-size: 62px;
    line-height: 120%;
    letter-spacing: 0;
  }
  .bx-contact-action__btn {
    position: relative;
    margin-top: 0;
  }
  .bx-contact-action__btn a {
    width: 120px;
    height: 120px;
    padding: 24px;
    margin-top: 0;
  }
  .bx-contact-action__btn a span {
    font-size: 14px;
  }
  .bx-footer__main {
    display: block;
    padding: 16px 0px 56px;
  }
  .bx-footer__contact {
    flex-wrap: wrap;
  }
  .bx-footer__widget-group {
    gap: 24px;
    flex-wrap: wrap;
  }
  .bx-footer__widget.company,
  .bx-footer__widget.services,
  .bx-footer__widget.f-newsletter {
    min-width: 100%;
  }
  .bx-footer__widget .widget-title {
    font-size: 18px;
  }
  .bx-footer__widget .list-links li {
    margin-bottom: 20px;
  }
  .bx-footer__main::before {
    display: none;
  }
}

/* RTL  */

.rtl .bx-topbar__language .nice-select {
  padding-right: 0;
  padding-left: 16px;
}

.rtl .bx-topbar__language .nice-select::after {
  right: auto;
  left: 0;
}

.rtl .bx-topbar__social {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: 0;
  padding-right: 40px;
}

.rtl .bx-topbar__social li {
  margin-right: 0;
  margin-left: 18px;
}

.rtl .bx-topbar__social li:last-child {
  margin-left: 0;
}

.rtl .bx-header__main {
  padding: 0px 40px 0px 10px;
}
.rtl .bx-header__right {
	gap: 12px;
}
.rtl .bx-header__logo {
  border-right: none;
  border-left: 0;
  padding-right: 0;
  padding-left: 80px;
}

.rtl .bx-header__nav {
  padding-left: 16px;
}

.rtl .bx-header__nav-menu li {
  margin-right: 0;
  margin-left: 32px;
}

.rtl .bx-header__nav-menu li:last-child {
  margin-left: 0;
}

.rtl .bx-header__nav-menu .sub-menu {
  left: auto;
  right: 0;
}

.rtl .bx-header__nav-menu .dropdown-megamenu {
  left: auto;
  right: 0;
}

/* Hero RTL */


.rtl .bx-hero__slider-items .hero-arrow {
  right: auto;
  left: 242px;
}

.rtl .owl-carousel.bx-hero__slider .owl-dots {
  right: auto;
  left: 80px;
}

/* Partner RTL */
.rtl .bx-partner__section-head {
  text-align: right;
}

.rtl .bx-partner__item {
  text-align: right;
}

/* About RTL */


.rtl .bx-about__counter {
  left: auto;
  right: 50%;
  transform: translate(50%, 0);
}

.rtl .circle-overlay {
  left: auto;
  right: 50%;
  transform: translate(50%, 0);
}

.rtl .bx-about__counter::before {
  left: auto;
  right: 50%;
  transform: translate(50%, 0);
}

/* Service RTL */
.rtl .bx-service__main .star-shape {
  left: auto;
  right: 16%;
}

.rtl .bx-service__card {
  padding: 30px 80px 30px 30px;
}


.rtl .bx-service__card .content .action i {
  transform: rotate(180deg);
}

.rtl .bx-service__card .service-icon {
  left: auto;
  right: 20px;
}

/* Why Choose RTL */
.rtl .bx-why-choose-card__wrapper {
  direction: rtl;
}

.rtl .call-action__newsletter::before {
  right: auto;
  left: -98px;
  transform: rotate(166deg);
}

.rtl .call-action__newsletter .bx-btn {
  right: auto;
  left: 10px;
}
.rtl .call-action__review-inner::before {
  right: auto;
  left: -98px;
  transform: rotate(166deg);
}

.rtl .call-action__review .client-img-list li {
  margin-left: 0;
  margin-right: -16px;
}

.rtl .call-action__review .client-img-list {
  margin-left: 0;
  margin-right: 16px;
}


.rtl .bx-award__medal-list .title {
  text-align: right;
}

/* Work Process RTL */
.rtl .w-process-card.process-icon::before {
  right: auto;
  left: -96px;
  transform: scaleX(-1);
}

.rtl .bx-work-process__arrow {
  left: auto;
  right: 115px;
  transform: scaleX(-1);
}

.rtl .bx-work-process__shape .shape-1 {
  right: auto;
  left: 175px;
}

.rtl .bx-work-process__shape .shape-2 {
  right: auto;
  left: -40px;
}

/* Portfolio RTL */
.rtl .bx-portfolio .bx-section-head__action {
  text-align: left;
}

.rtl .bx-portfolio__tab-menu .list-group-item {
  border-right: none;
  border-left: 1px solid rgba(34, 48, 53, 0.17);
  padding-right: 0;
  padding-left: 30px;
  margin-right: 0;
  margin-left: 30px;
}

.rtl .bx-portfolio__tab-menu .list-group-item:last-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.rtl .bx-portfolio__tab-details .grid-item:last-child .portfolio-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* Pricing RTL */
.rtl .bx-pricing__shape {
  left: auto;
  right: 100px;
}


/* Testimonial RTL */

.rtl .testimonial-author {
  margin-left: 0;
}

.rtl .owl-carousel.bx-testimonial__slider-2 .owl-dots {
  right: auto;
  left: 190px;
}
/* Contact RTL */
.rtl .bx-contact-action__btn a svg {
  transform: scaleX(-1);
}

/* Footer RTL */
.rtl .bx-footer__location {
  direction: rtl;
}

.rtl .bx-footer__widget .list-links li {
  text-align: right;
}

.rtl .bx-footer__social li {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .bx-footer__social li:last-child {
  margin-left: 0;
}

.rtl .bx-footer__links {
  text-align: left;
}

.rtl .bx-footer__links li {
  padding-right: 0;
  padding-left: 20px;
  margin-right: 0;
  margin-left: 20px;
}

.rtl .bx-footer__links li::before {
  right: auto;
  left: 0;
}

.rtl .bx-footer__links li:last-child {
  padding-left: 0;
  margin-left: 0;
}

.rtl .bx-footer__newsletter .bx-btn {
  right: auto;
  left: 0;
}

/* Responsive Media Queries */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rtl .bx-header__logo {
    padding-left: 0;
  }

  .rtl .bx-header__nav-menu li {
    margin-left: 16px;
  }

  .rtl .w-process-card.process-icon::before {
    left: -80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .rtl .bx-header__main {
    padding: 0px 24px;
    gap: 0;
  }

  .rtl .call-action__newsletter::before,
  .rtl .call-action__review-inner::before {
    left: -54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .rtl .bx-hero__slider-items .hero-arrow {
    left: 120px;
  }

  .rtl .owl-carousel.bx-hero__slider .owl-dots {
    left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .rtl .bx-header__main {
    padding: 0;
  }
  .rtl .bx-header__right {
    border-right: 0;
  }

  .rtl .bx-hero__slider-items .hero-arrow {
    left: 20px;
  }

  .rtl .owl-carousel.bx-hero__slider .owl-dots {
    left: 20px;
  }

  .rtl .bx-service__card {
    padding: 20px;
  }

  .rtl .testimonial-author {
    margin-right: 0;
  }

  .rtl .blog-list .bx-blog__card {
    flex-direction: column;
  }
}





/*================================================================================================
  End Business Home CSS
===================================================================================================*/

  /* Why Choose  */
  .w-choose-content {
    margin-left: 80px;
  }


  /* Why Choose  */
  .w-choose-img-wrapper {
    position: inherit;
    width: 100%;
    position: ;
  }
  .w-choose-img-wrapper .brand-img {
    max-width: 150px;
  }
  .w-choose-content {
    margin-left: 0px;
  }


  /* Why Choose  */
  .w-choose-content {
    margin-left: 0px;
  }
  .w-choose-img-wrapper {
    position: inherit;
    width: 100%;
  }
  .w-choose-img-wrapper .brand-img {
    left: 40px;
    bottom: 40px;
    max-width: 100px;
  }
  .w-choose-content .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 22px;
  }
  .w-choose-content .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 12px;
  }
  .w-choose-content .accordion-body {
    padding: 0 0 16px;
  }
  .w-choose-content .accordion-item {
    margin-bottom: 24px;
  }
  .w-choose-action {
    gap: 24px;
    flex-wrap: wrap;
  }



/* Why Choose  */
.w-choose-img-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.w-choose-img-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 17, 17, 0.35);
}

.w-choose-img-wrapper .brand-img {
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: 55px;
}

.w-chooose-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-choose-content {
  margin-left: 150px;
}
.w-choose-content .faq-inner {
  margin-top: 50px;
}
.w-choose-content .accordion-item {
  margin-bottom: 32px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0 !important;
}
.w-choose-content .accordion-item:last-child {
  margin: 0;
}
.w-choose-content .accordion-item .accordion-button {
  background: transparent;
  color: var(--bx-white-color);
  padding: 0 0 20px;
  border-radius: 8px !important;
  box-shadow: none;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.w-choose-content .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
  padding-bottom: 32px;
}
.w-choose-content .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.w-choose-content .accordion-item .accordion-button span {
  color: var(--bx-primary-color);
}
.w-choose-content .accordion-item .accordion-button svg {
  position: absolute;
  right: 4px;
  top: 12px;
}
.w-choose-content .accordion-item .accordion-button svg path {
  fill: var(--bx-white-color);
}
.w-choose-content .accordion-body {
  padding: 0 0 32px;
  border-radius: 0px 0px 8px 8px;
  transition: all 0.4s ease;
}
.w-choose-content .accordion-body p {
  color: rgba(255, 255, 255, 0.75);
}
.w-choose-content .accordion-item .accordion-button::after {
  display: none;
}
.w-choose-action {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}

.w-choose-contact p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.w-choose-contact p i {
  color: var(--bx-primary-color);
  position: relative;
  top: 2px;
  color: rgba(255, 255, 255, 0.75);
}
.w-choose-contact a {
  font-size: 18px;
  font-weight: 700;
  color: var(--bx-white-color);
  line-height: 120%;
  margin-top: 4px;
}




/* ===== MERGED WHY CHOOSE SECTION (BUSINESS + FINANCE STYLE) ===== */

.bx-why-choose {
  position: relative;
  display: flex;
  min-height: 650px;
  overflow: hidden;
}

/* LEFT IMAGE SIDE */
.bx-why-choose__image {
  width: 50%;
  position: relative;
}

.bx-why-choose__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bx-why-choose__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 17, 17, 0.55);
}

/* RIGHT CONTENT SIDE */
.bx-why-choose__content {
  width: 50%;
  background: #021c2b;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* SMALL TAG */
.bx-why-choose__tag {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* TITLE */
.bx-why-choose__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 40px;
}

.bx-why-choose__title span {
  color: #d4a037;
}

/* LIST ITEMS */
.bx-why-choose__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bx-why-choose__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bx-why-choose__item-left {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* NUMBER */
.bx-why-choose__number {
  font-size: 16px;
  color: #d4a037;
  font-weight: 600;
}

/* TEXT */
.bx-why-choose__text {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

/* ARROW */
.bx-why-choose__arrow {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.bx-why-choose__item:hover .bx-why-choose__arrow {
  transform: translateX(5px);
  color: #d4a037;
}

/* DESCRIPTION */
.bx-why-choose__desc {
  margin-top: 20px;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.6;
  max-width: 480px;
}

/* BUTTON + CONTACT */
.bx-why-choose__bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.bx-why-choose__btn {
  background: #d4a037;
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.bx-why-choose__btn:hover {
  background: #b98a2f;
}

/* CONTACT */
.bx-why-choose__contact {
  color: #fff;
  font-size: 14px;
}

.bx-why-choose__contact strong {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .bx-why-choose {
    flex-direction: column;
  }

  .bx-why-choose__image,
  .bx-why-choose__content {
    width: 100%;
  }

  .bx-why-choose__content {
    padding: 60px 30px;
  }
}

/* ===== MOBILE FIX (IMAGE TOP, CONTENT DOWN) ===== */

@media (max-width: 991px) {

  /* parent stack */
  .w-choose-section,
  .bx-why-choose {
    display: flex;
    flex-direction: column;
  }

  /* IMAGE FIX */
  .w-choose-img-wrapper,
  .bx-why-choose__image {
    position: relative !important;
    width: 100% !important;
    height: 300px;
    top: auto;
    left: auto;
  }

  .w-chooose-img,
  .bx-why-choose__image img {
    height: 100%;
  }

  /* CONTENT FIX */
  .w-choose-content,
  .bx-why-choose__content {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 50px 25px;
  }

  /* BRAND IMAGE ADJUST */
  .w-choose-img-wrapper .brand-img {
    left: 20px;
    bottom: 20px;
    max-width: 90px;
  }
}


/* FINAL FIX: WhatsApp ALWAYS VISIBLE */
.whatsapp-sticky-button {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    z-index: 9999999 !important; /* Forces it to the very top layer */
    display: flex !important;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.4s ease;
    visibility: visible !important;
    opacity: 1 !important;
}

.whatsapp-sticky-inner {
    background: #25d366;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    position: relative;
    z-index: 10;
}

.whatsapp-sticky-inner i {
    font-size: 26px;
    color: #fff !important;
    margin-right: 0px;
}

.whatsapp-sticky-text {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #fff !important;
}

/* Show text on hover */
.whatsapp-sticky-button:hover .whatsapp-sticky-text {
    max-width: 200px;
    opacity: 1;
    margin-left: 12px;
}

/* Pulsing Effect */
.whatsapp-sticky-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25d366;
    border-radius: 50px;
    z-index: 1;
    animation: wa-pulse-global 2s infinite;
}

@keyframes wa-pulse-global {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Mobile Fix */
@media (max-width: 767px) {
    .whatsapp-sticky-button {
        bottom: 20px !important;
        left: 20px !important;
    }
    .whatsapp-sticky-text { display: none !important; }
    .whatsapp-sticky-inner { padding: 15px; border-radius: 50%; }
}






.lang-btn {
 
  padding: 8px 14px;
  border: 1px solid #ca9934;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  background-color: #002c52;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lang-btn:hover {
  background: #ca9934;
  color: #fff;
  border-color: #ca9934;
}









/* ═══════════════════════════════════════
   About Us — Tab Navigation & Panels
   Integrates with existing site CSS vars
═══════════════════════════════════════ */

/* Tab nav bar — sits below breadcrumb */
.mg-about-tabs-wrap {
  background: var(--bx-title-color, #0d1b2a);
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.mg-tabs-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.mg-tabs-nav::-webkit-scrollbar { display: none; }
.mg-tabs-nav li { flex-shrink: 0; }
.mg-tabs-nav button {
  all: unset;
  display: block;
  padding: 18px 28px 15px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.55);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  letter-spacing: .01em;
  transition: color .25s, border-color .25s;
}
.mg-tabs-nav button:hover { color: rgba(255,255,255,.85); }
.mg-tabs-nav button.active {
  color: var(--bx-primary-color, #ca9934);
  border-bottom-color: var(--bx-primary-color, #ca9934);
}

/* Panel wrapper */
.mg-about-body {
  padding-bottom: 0;
}
.mg-panel { display: none; }
.mg-panel.active { display: block; }

/* ── Shared section spacing ──────────── */
.mg-section { padding: 72px 0; }
.mg-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bx-primary-color, #ca9934);
  margin-bottom: 12px;
}
.mg-h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: var(--bx-title-color, #0d1b2a);
  line-height: 1.22;
  margin-bottom: 20px;
}
.mg-h2 em { font-style: normal; color: var(--bx-primary-color, #ca9934); }
.mg-body-text {
  font-size: 16px;
  color: var(--bx-body-color, #555);
  line-height: 1.8;
  max-width: 680px;
}
.mg-body-text + .mg-body-text { margin-top: 14px; }

/* ── Overview: story grid ────────────── */
.mg-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  padding: 64px 0 80px;
}
.mg-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 28px;
  background: var(--bx-title-color, #0d1b2a);
  color: #fff;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background .25s, transform .25s;
}
.mg-cta-btn:hover { background: var(--bx-primary-color, #ca9934); transform: translateY(-1px); color: #fff; }
.mg-cta-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.mg-icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 0;
}
.mg-icon-item {
  background: #f4f6fa;
  border: 1px solid #e2e6ef;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.mg-icon-item .icon-wrap {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(202,153,52,.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mg-icon-item .icon-wrap svg { width: 20px; height: 20px; stroke: var(--bx-primary-color,#ca9934); fill: none; stroke-width: 1.8; }
.mg-icon-item span { font-size: 13.5px; font-weight: 500; color: var(--bx-title-color,#0d1b2a); }
.mg-stat-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: var(--bx-title-color, #0d1b2a);
  color: #fff;
  border-radius: 12px;
  padding: 22px 32px;
  margin-top: 24px;
}
.mg-stat-badge .num {
  font-size: 44px;
  font-weight: 700;
  color: var(--bx-primary-color, #ca9934);
  line-height: 1;
}
.mg-stat-badge .lbl { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 6px; text-align: center; line-height: 1.4; }

/* ── Pillars ─────────────────────────── */
.mg-pillars-bg {
  background: var(--bx-title-color, #0d1b2a);
  border-radius: 20px;
  padding: 52px 48px;
  margin-bottom: 0;
}
.mg-pillars-head { text-align: center; margin-bottom: 44px; }
.mg-pillars-head .mg-h2 { color: #fff; max-width: 520px; margin: 0 auto; }
.mg-pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.mg-pillar-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 28px 24px;
  transition: background .25s;
}
.mg-pillar-card:hover { background: rgba(255,255,255,.1); }
.mg-pillar-num { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--bx-primary-color,#ca9934); margin-bottom: 12px; }
.mg-pillar-card h4 { font-size: 17px; font-weight: 600; color: #fff; line-height: 1.3; margin-bottom: 12px; }
.mg-pillar-card p { font-size: 14px; color: rgba(255,255,255,.62); line-height: 1.75; }

/* ── Values grid ─────────────────────── */
.mg-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
.mg-value-card {
  background: #fff;
  border: 1px solid #e2e6ef;
  border-radius: 12px;
  padding: 26px 22px;
  box-shadow: 0 2px 14px rgba(0,0,0,.05);
  transition: border-color .25s, transform .25s;
}
.mg-value-card:hover { border-color: var(--bx-primary-color,#ca9934); transform: translateY(-3px); }
.mg-value-icon {
  width: 46px; height: 46px;
  border-radius: 11px;
  background: rgba(202,153,52,.1);
  border: 1px solid rgba(202,153,52,.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.mg-value-icon svg { width: 22px; height: 22px; stroke: var(--bx-primary-color,#ca9934); fill: none; stroke-width: 1.8; }
.mg-value-card h4 { font-size: 15px; font-weight: 600; color: var(--bx-title-color,#0d1b2a); margin-bottom: 8px; }
.mg-value-card p { font-size: 13.5px; color: #777; line-height: 1.75; }

/* ── Leadership ──────────────────────── */
.mg-leadership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; padding: 64px 0 80px; }
.mg-leadership-text p { font-size: 15px; color: #555; line-height: 1.82; }
.mg-leadership-text p + p { margin-top: 14px; }
.mg-sub-block { border-left: 3px solid var(--bx-primary-color,#ca9934); padding-left: 18px; margin-top: 28px; }
.mg-sub-block h4 { font-size: 15px; font-weight: 600; color: var(--bx-title-color,#0d1b2a); margin-bottom: 6px; }
.mg-sub-block p { font-size: 14px; color: #666; line-height: 1.75; }
.mg-leadership-cards { display: flex; flex-direction: column; gap: 14px; }
.mg-lead-card {
  background: #fff;
  border: 1px solid #e2e6ef;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  transition: border-color .25s;
}
.mg-lead-card:hover { border-color: var(--bx-primary-color,#ca9934); }
.mg-lead-icon {
  width: 40px; height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--bx-title-color,#0d1b2a);
  display: flex; align-items: center; justify-content: center;
}
.mg-lead-icon svg { width: 18px; height: 18px; stroke: var(--bx-primary-color,#ca9934); fill: none; stroke-width: 1.8; }
.mg-lead-card h4 { font-size: 14px; font-weight: 600; color: var(--bx-title-color,#0d1b2a); margin-bottom: 5px; }
.mg-lead-card p { font-size: 13px; color: #888; line-height: 1.65; }

/* ── Company Leadership (photo cards) ── */
.mg-sub-tabs {
  display: flex;
  border-bottom: 2px solid #e2e6ef;
  margin: 28px 0 36px;
}
.mg-sub-tab {
  all: unset;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  padding: 10px 24px 12px;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color .25s, border-color .25s;
}
.mg-sub-tab:hover { color: var(--bx-title-color,#0d1b2a); }
.mg-sub-tab.active { color: var(--bx-title-color,#0d1b2a); border-bottom-color: var(--bx-primary-color,#ca9934); }
.mg-leader-group { display: none; }
.mg-leader-group.active { display: block; }
.mg-leader-card--wide {
  display: flex;
  align-items: flex-end;
  background: #eef1f7;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.mg-leader-photo--wide { flex-shrink: 0; width: 200px; height: 200px; overflow: hidden; display: flex; align-items: flex-end; }
.mg-leader-photo--wide svg { width: 200px; height: 200px; }
.mg-leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mg-leader-card {
  display: flex;
  align-items: flex-end;
  background: #eef1f7;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .25s;
}
.mg-leader-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.1); }
.mg-leader-photo { flex-shrink: 0; width: 130px; height: 160px; overflow: hidden; display: flex; align-items: flex-end; }
.mg-leader-photo svg { display: block; }
.mg-leader-info { padding: 16px 18px 16px 14px; flex: 1; min-width: 0; }
.mg-leader-card--wide .mg-leader-info { padding: 24px 28px; }
.mg-leader-title-prefix { display: block; font-size: 12px; color: #999; margin-bottom: 3px; }
.mg-leader-name { font-size: 15px; font-weight: 600; color: var(--bx-title-color,#0d1b2a); line-height: 1.3; margin-bottom: 5px; }
.mg-leader-card--wide .mg-leader-name { font-size: 18px; }
.mg-leader-role { font-size: 13px; color: #888; line-height: 1.5; margin-bottom: 12px; }
.mg-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #aaa; text-decoration: none; transition: color .25s; }
.mg-dl-btn svg { stroke: currentColor; fill: none; stroke-width: 1.8; flex-shrink: 0; }
.mg-dl-btn:hover { color: var(--bx-title-color,#0d1b2a); }

/* ── Responsive ──────────────────────── */
@media (max-width: 1199px) {
  .mg-story-grid, .mg-leadership-grid { grid-template-columns: 1fr; gap: 40px; }
  .mg-pillars-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 991px) {
  .mg-values-grid { grid-template-columns: 1fr 1fr; }
  .mg-pillars-grid { grid-template-columns: 1fr; }
  .mg-pillars-bg { padding: 36px 24px; }
  .mg-leader-grid { grid-template-columns: 1fr; }
  .mg-leader-card--wide { flex-direction: column; align-items: flex-start; }
  .mg-leader-photo--wide { width: 100%; }
}
@media (max-width: 575px) {
  .mg-tabs-nav button { padding: 14px 16px 12px; font-size: 14px; }
  .mg-values-grid { grid-template-columns: 1fr; }
  .mg-icon-grid { grid-template-columns: 1fr; }
}




/*================================================================================================
    Premium Modern Overview / Our Story Section Style Variations
===================================================================================================*/

.bx-about-story {
  position: relative;
  z-index: 1;
  background-color: #ca993412;
}

.bx-about-story__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px; /* Expansive layout footprint */
}

/* ── Content Left Styles ── */
.bx-about-story__content {
  flex: 1;
  max-width: 620px;
}

.bx-about-story__label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #ca9934; /* Theme accent gold asset */
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 35px;
}

.bx-about-story__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #ca9934;
  transform: translateY(-50%);
}

.bx-about-story__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1.5px;
  color: var(--bx-title-color, #0d1b2a);
  margin-bottom: 36px;
}

.bx-about-story__title .bx-literata {
  font-family: 'Literata', serif;
  font-style: italic;
  font-weight: 900;
  background: linear-gradient(135deg, var(--bx-title-color, #0d1b2a) 30%, #ca9934 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bx-about-story__text-block {
  border-left: 1px solid rgba(202, 153, 52, 0.15);
  padding-left: 28px;
}

.bx-about-story__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--bx-paragraph-color, #4a5568);
  margin-bottom: 24px;
  letter-spacing: -0.2px;
}

.bx-about-story__text:last-child {
  margin-bottom: 0;
}

.bx-about-story__text strong {
  color: var(--bx-title-color, #0d1b2a);
  font-weight: 600;
  background: rgba(202, 153, 52, 0.06);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Premium Motion Button Transformation */
.bx-btn--premium {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--bx-title-color, #0d1b2a) !important;
  color: var(--bx-white-color, #ffffff) !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  z-index: 1;
}

.bx-btn--premium::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bx-primary-color, #ca9934);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.bx-btn--premium:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bx-btn--premium:hover i {
  transform: translateX(5px);
}

.bx-btn--premium i {
  transition: transform 0.3s ease;
}

/* ── Visual Area Right Styles ── */
.bx-about-story__visual {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

/* Ambient backing glow dynamics */
.visual-glow-backdrop {
  position: absolute;
  width: 130%;
  height: 130%;
  top: -15%;
  left: -15%;
  background-image: radial-gradient(circle at 70% 30%, rgba(202, 153, 52, 0.09) 0%, transparent 60%);
  z-index: -1;
  pointer-events: none;
}

.bx-about-story__img-wrap {
  width: 100%;
  max-width: 540px;
  perspective: 1000px; /* Prep for subtle dimensional lighting */
}

/* Micro-interaction Modern Icon Grid layout */
.story-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.story-icon-grid .icon-item {
  position: relative;
  background: var(--bx-white-color, #ffffff);
  border-radius: 20px;
  padding: 35px 24px;
  text-align: center;
  border: 1px solid rgba(13, 27, 42, 0.05);
  box-shadow: 0 10px 40px rgba(13, 27, 42, 0.02);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.story-icon-grid .icon-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(135deg, #ca9934, transparent 50%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Custom staggered layout offsets for trend aesthetic */
.story-icon-grid .icon-item:nth-child(even) {
  transform: translateY(35px);
}

.story-icon-grid .icon-item:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: transparent;
  box-shadow: 0 24px 50px rgba(202, 153, 52, 0.12);
}

.story-icon-grid .icon-item:nth-child(even):hover {
  transform: translateY(27px) scale(1.02);
}

.story-icon-grid .icon-item:hover::before {
  opacity: 1;
}

/* Modern Glass shells for FontAwesome or Flaticons icons */
.icon-shell {
  width: 76px;
  height: 76px;
  background: rgba(202, 153, 52, 0.05);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.story-icon-grid .icon-item i {
  font-size: 34px;
  color: #ca9934;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.story-icon-grid .icon-item:hover .icon-shell {
  background: #ca9934;
}

.story-icon-grid .icon-item:hover i {
  color: var(--bx-white-color, #ffffff);
  transform: scale(1.1) rotate(4deg);
}

.story-icon-grid .icon-item span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--bx-title-color, #0d1b2a);
  letter-spacing: -0.3px;
}

/* Premium Glassmorphic Badge Layer Overlay */
.bx-about-story__badge {
  position: absolute;
  bottom: 0px;
  left: -20px;
  background: rgba(13, 27, 42, 0.94); /* Rich deep core background tint */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 28px 36px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(13, 27, 42, 0.3);
  transition: transform 0.3s ease;
}

.bx-about-story__badge:hover {
  transform: translateY(-5px);
}

.badge-accent-line {
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  width: 4px;
  background: #ca9934;
  border-radius: 0 4px 4px 0;
}

.bx-about-story__badge .num {
  font-size: 46px;
  font-weight: 700;
  font-family: var(--bx-inter-font), sans-serif;
  color: #ca9934;
  line-height: 1;
}

.bx-about-story__badge .lbl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.1px;
}

/* ── High Performance Responsive Breakpoints ── */
@media (max-width: 1200px) {
  .bx-about-story__inner {
    flex-direction: column;
    gap: 75px;
  }
  
  .bx-about-story__content, 
  .bx-about-story__visual {
    width: 100%;
    max-width: 100%;
  }

  .bx-about-story__visual {
    padding: 20px 0;
  }

  .bx-about-story__badge {
    left: 20px;
    bottom: -20px;
  }
}

@media (max-width: 600px) {
  .bx-about-story__title {
    font-size: 36px;
  }

  .bx-about-story__text-block {
    padding-left: 18px;
  }
  
  .story-icon-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .story-icon-grid .icon-item:nth-child(even) {
    transform: translateY(0);
  }

  .story-icon-grid .icon-item:nth-child(even):hover,
  .story-icon-grid .icon-item:hover {
    transform: translateY(-5px);
  }

  .bx-about-story__badge {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}


/*================================================================================================
    Premium Asymmetrical Pillars Section (Designed for dark-bg-1 environments)
===================================================================================================*/

.bx-about-pillars {
  position: relative;
  background-color: #0b1520; /* Refined luxury deep dark base if fallback required */
  overflow: hidden;
}

/* Elegant Section Title Configuration over Dark */
.bx-about-pillars .bx-section-head__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ca9934; /* Theme gold signature highlight color */
  background: rgba(202, 153, 52, 0.08) !important;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(202, 153, 52, 0.2);
}

.bx-about-pillars .bx-section-head__title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bx-white-color, #ffffff);
  letter-spacing: -1px;
}

.bx-about-pillars .bx-section-head__title .bx-literata {
  font-family: 'Literata', serif;
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 40%, #ca9934 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── 3-Column Modern Grid Array ── */
.bx-about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}

/* ── Premium Pillar Card Core Architecture ── */
.bx-pillar-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.bx-pillar-card__inner {
  padding: 45px 36px;
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Hidden Microglow Border Pathing Elements */
.bx-pillar-card__glow-track {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(135deg, #ca9934, transparent 40%, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

/* Index / Sequential Badge styling */
.bx-pillar-card__num {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ca9934;
  letter-spacing: 2px;
  background: rgba(202, 153, 52, 0.05);
  padding: 4px 14px;
  border-radius: 6px;
  margin-bottom: 36px;
  width: fit-content;
  border-left: 2px solid #ca9934;
  transition: all 0.4s ease;
}

.bx-pillar-card__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--bx-white-color, #ffffff);
  margin-bottom: 20px;
  letter-spacing: -0.4px;
  transition: color 0.4s ease;
}

.bx-pillar-card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  margin-top: auto; /* Aligns paragraph text to base consistently */
  transition: color 0.4s ease;
}

/* ── Interactive Effect States ── */
.bx-pillar-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 60px rgba(202, 153, 52, 0.08);
  border-color: transparent;
}

.bx-pillar-card:hover .bx-pillar-card__glow-track {
  opacity: 1;
}

.bx-pillar-card:hover .bx-pillar-card__num {
  background: #ca9934;
  color: #0b1520;
}

.bx-pillar-card:hover .bx-pillar-card__text {
  color: rgba(255, 255, 255, 0.85);
}

/* Asymmetric Staggering Concept for Higher Aesthetic Look */
@media (min-width: 992px) {
  .bx-pillar-card:nth-child(2) {
    transform: translateY(25px);
  }
  .bx-pillar-card:nth-child(2):hover {
    transform: translateY(15px);
  }
}

/* ── High-Performance Responsive Adaptations ── */
@media (max-width: 1199px) {
  .bx-about-pillars__grid {
    gap: 24px;
  }
  .bx-pillar-card__inner {
    padding: 35px 28px;
  }
  .bx-pillar-card__title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .bx-about-pillars .bx-section-head__title {
    font-size: 38px;
  }
  .bx-about-pillars__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 45px;
  }
  .bx-pillar-card {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
  /* Remove asymmetric translation offsets on stacked screens */
  .bx-pillar-card:nth-child(2) {
    transform: none;
  }
  .bx-pillar-card:nth-child(2):hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 575px) {
  .bx-about-pillars .bx-section-head__title {
    font-size: 30px;
  }
  .bx-pillar-card__inner {
    padding: 30px 24px;
  }
}



/*================================================================================================
    Premium Section 3 Styles — Our Values Grid (Light/Neutral Background Blending)
===================================================================================================*/

.bx-about-values {
  position: relative;
 background-color: #ca993412;
}

/* --- Section Typography Elements --- */
.bx-about-values .bx-section-head__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #ca9934; /* Brand signature gold asset tone */
  background: rgba(202, 153, 52, 0.06);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.bx-about-values .bx-section-head__title {
  font-size: 48px;
  font-weight: 500;
  color: var(--bx-title-color, #0d1b2a);
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}

.bx-about-values .bx-section-head__title .bx-literata {
  font-family: 'Literata', serif;
  font-style: italic;
  font-weight: 800;
  color: #ca9934;
}

.bx-about-values__intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--bx-paragraph-color, #4a5568);
}

/* --- Dynamic Bento-Style 3-Column Grid Layout --- */
.bx-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

/* --- Premium Value Card Base Architecture --- */
.bx-value-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.05);
  border-radius: 20px;
  padding: 40px 32px;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 10px 40px rgba(13, 27, 42, 0.015);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Interactive Sleek Geometric Accent Corners */
.bx-value-card__corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, transparent 50%, rgba(202, 153, 52, 0.15) 50%);
  border-radius: 0 20px 0 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Icon Shell with Floating Layer depth */
.bx-value-card__icon {
  width: 64px;
  height: 64px;
  background: rgba(13, 27, 42, 0.02);
  border: 1px solid rgba(13, 27, 42, 0.04);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.bx-value-card__icon i {
  font-size: 26px;
  color: var(--bx-title-color, #0d1b2a);
  transition: all 0.4s ease;
}

.bx-value-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--bx-title-color, #0d1b2a);
  margin-bottom: 14px;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.bx-value-card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--bx-paragraph-color, #4a5568);
  margin-bottom: 0;
}

/* --- Premium Interactive Hover State Effects --- */
.bx-value-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  border-color: rgba(202, 153, 52, 0.25);
  box-shadow: 0 25px 50px rgba(13, 27, 42, 0.07);
}

.bx-value-card:hover .bx-value-card__corner-accent {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, transparent 50%, #ca9934 50%);
}

.bx-value-card:hover .bx-value-card__icon {
  background: #ca9934;
  border-color: transparent;
  transform: scale(1.05) rotate(-3deg);
  box-shadow: 0 10px 20px rgba(202, 153, 52, 0.2);
}

.bx-value-card:hover .bx-value-card__icon i {
  color: #ffffff;
}

.bx-value-card:hover .bx-value-card__title {
  color: #ca9934;
}

/* ── High-Performance Responsive Adaptations ── */
@media (max-width: 1199px) {
  .bx-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .bx-value-card {
    padding: 35px 28px;
  }
}

@media (max-width: 991px) {
  .bx-about-values .bx-section-head__title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .bx-values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .bx-value-card {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .bx-about-values .bx-section-head__title {
    font-size: 32px;
  }
  .bx-value-card {
    padding: 30px 24px;
  }
}


/*================================================================================================
    Premium Section 4 Styles — Leadership Principles (Dark Environment Enhancement)
===================================================================================================*/

.bx-about-leadership {
  position: relative;
  background-color: #0b1520; /* Luxury deep canvas background fallback */
  overflow: hidden;
}

/* Two-column Asymmetric Content Grid Split */
.bx-about-leadership__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: flex-start;
}

/* ── Left Column: Structural Typography & Subcards ── */
.bx-about-leadership__left {
  position: relative;
}

.bx-about-leadership .bx-section-head__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #ca9934; /* Corporate accent gold code */
  background: rgba(202, 153, 52, 0.08);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(202, 153, 52, 0.15);
}

.bx-about-leadership .bx-section-head__title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bx-white-color, #ffffff);
  letter-spacing: -1.2px;
}

.bx-about-leadership .bx-section-head__title .bx-literata {
  font-family: 'Literata', serif;
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 30%, #ca9934 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bx-about-leadership__text-block {
  margin-bottom: 45px;
}

.bx-about-leadership__text-block p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 20px;
}

.bx-about-leadership__text-block p:last-child {
  margin-bottom: 0;
}

/* High-End Border Accent Text Blocks */
.bx-about-leadership__sub-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bx-about-leadership__sub-block {
  position: relative;
  padding-left: 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.4s ease;
}

.bx-about-leadership__sub-block:hover {
  border-left-color: #ca9934;
}

.bx-about-leadership__sub-block h4 {
  font-size: 19px;
  font-weight: 600;
  color: var(--bx-white-color, #ffffff);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.bx-about-leadership__sub-block p {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0;
}

/* ── Right Column: Stacked Interactive Micro-Cards ── */
.bx-about-leadership__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bx-leadership-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Vector light tracks mapped dynamically behind icon containers */
.bx-leadership-card__glow {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -75px;
  left: -75px;
  background: radial-gradient(circle, rgba(202, 153, 52, 0.12) 0%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Premium Icon Structural Shell */
.bx-leadership-card__icon {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.bx-leadership-card__icon i {
  font-size: 22px;
  color: #ca9934;
  transition: transform 0.4s ease;
}

.bx-leadership-card__content h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--bx-white-color, #ffffff);
  margin-bottom: 8px;
  letter-spacing: -0.2px;
  transition: color 0.3s ease;
}

.bx-leadership-card__content p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  transition: color 0.3s ease;
}

/* ── Interactive Hover Motion Effects ── */
.bx-leadership-card:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(202, 153, 52, 0.2);
  box-shadow: -10px 15px 40px rgba(0, 0, 0, 0.2);
}

.bx-leadership-card:hover .bx-leadership-card__glow {
  opacity: 1;
}

.bx-leadership-card:hover .bx-leadership-card__icon {
  background: #ca9934;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(202, 153, 52, 0.25);
}

.bx-leadership-card:hover .bx-leadership-card__icon i {
  color: #0b1520;
  transform: scale(1.08);
}

.bx-leadership-card:hover .bx-leadership-card__content h4 {
  color: #ca9934;
}

.bx-leadership-card:hover .bx-leadership-card__content p {
  color: rgba(255, 255, 255, 0.8);
}

/* ── Responsive Adaptations ── */
@media (max-width: 1199px) {
  .bx-about-leadership__inner {
    gap: 50px;
  }
  .bx-leadership-card {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .bx-about-leadership__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .bx-about-leadership .bx-section-head__title {
    font-size: 38px;
  }
  .bx-about-leadership__cards {
    max-width: 650px;
    width: 100%;
  }
  .bx-leadership-card:hover {
    transform: translateY(-5px); /* Vertical dynamic adaptation on full-width viewports */
  }
}

@media (max-width: 575px) {
  .bx-about-leadership .bx-section-head__title {
    font-size: 32px;
  }
  .bx-leadership-card {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
  .bx-leadership-card__icon {
    width: 48px;
    height: 48px;
  }
  .bx-leadership-card__icon i {
    font-size: 20px;
  }
}



/*================================================================================================
    Premium Section 5 Styles — Tabbed Profile Architecture (As requested from photo schematic)
===================================================================================================*/

.bx-about-company-links {
  position: relative;
  background-color: #ffffff;
}

/* --- Global Section Core Head Typography --- */
.bx-about-company-links .bx-section-head__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #ca9934; /* Signature gold accent asset */
  background: rgba(202, 153, 52, 0.06);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.bx-about-company-links .bx-section-head__title {
  font-size: 48px;
  font-weight: 500;
  color: var(--bx-title-color, #0d1b2a);
  letter-spacing: -1.2px;
}

.bx-about-company-links .bx-section-head__title .bx-literata {
  font-family: 'Literata', serif;
  font-style: italic;
  font-weight: 800;
  color: #ca9934;
}

/* ── Centralized Tab Menu Navigation Header Wrapper ── */
.bx-leadership-tabs-nav-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}

.bx-leadership-tabs {
  display: inline-flex;
  background: #f4f6f9; /* Clean neutral layout pill track background */
  padding: 6px;
  border-radius: 100px;
  border: none !important;
}

.bx-leadership-tabs .nav-item {
  margin: 0;
}

.bx-leadership-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--bx-paragraph-color, #4a5568);
  background: transparent !important;
  border: none !important;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.bx-leadership-tabs .nav-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

/* Premium Active Switch Toggle Overlays */
.bx-leadership-tabs .nav-link.active {
  color: #ffffff !important;
  background: var(--bx-title-color, #0d1b2a) !important;
  box-shadow: 0 8px 20px rgba(13, 27, 42, 0.15);
}

.bx-leadership-tabs .nav-link.active i {
  color: #ca9934;
  transform: scale(1.05);
}

.bx-leadership-tabs .nav-link:not(.active):hover {
  color: var(--bx-title-color, #0d1b2a);
}

/* ── 4-Column Professional Matrix Profile Grid ── */
.bx-leadership-tab-content {
  position: relative;
}

.bx-team-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 Side-By-Side Cards exactly like attachment layout */
  gap: 30px;
}

/* ── Premium Executive Member Micro-Card ── */
.bx-member-card {
  background: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.06);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 35px rgba(13, 27, 42, 0.015);
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* High-Contrast Corporate Photo Portals */
.bx-member-card__thumbnail {
  position: relative;
  width: 100%;
  height: 270px; /* Perfectly aligned aspect portrait */
  overflow: hidden;
  background-color: #f8f9fa;
}

.bx-member-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Profile Detail Blocks */
.bx-member-card__details {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bx-member-meta {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #ca9934;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
}

.bx-member-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--bx-title-color, #0d1b2a);
  margin-bottom: 6px;
  letter-spacing: -0.2px;
}

.bx-member-role {
  font-size: 13.5px;
  color: var(--bx-paragraph-color, #4a5568);
  margin-bottom: 18px;
  line-height: 1.4;
}

/* Micro-Interaction PDF Attachment Actions */
.bx-member-download-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500;
  color: #a0aec0;
  border-top: 1px solid rgba(13, 27, 42, 0.05);
  padding-top: 14px;
  margin-top: auto; /* Fastens download asset directly onto baseline grid elements */
  transition: color 0.3s ease;
}

.bx-member-download-link svg {
  stroke: #a0aec0;
  transition: stroke 0.3s ease, transform 0.3s ease;
}

.bx-member-download-link:hover {
  color: var(--bx-title-color, #0d1b2a);
}

.bx-member-download-link:hover svg {
  stroke: #ca9934;
  transform: translateY(1.5px);
}

/* ── Active Hover Transitions Trigger System ── */
.bx-member-card:hover {
  transform: translateY(-6px);
  border-color: rgba(202, 153, 52, 0.2);
  box-shadow: 0 20px 45px rgba(13, 27, 42, 0.06);
}

.bx-member-card:hover .bx-member-card__thumbnail img {
  transform: scale(1.04);
}

/* ── Seamless Fluid Responsive Breakpoints ── */
@media (max-width: 1199px) {
  .bx-team-profile-grid {
    grid-template-columns: repeat(3, 1fr); /* Fits 3 columns comfortably on tablet desktops */
    gap: 24px;
  }
  .bx-member-card__thumbnail {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .bx-about-company-links .bx-section-head__title {
    font-size: 38px;
  }
  .bx-team-profile-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on small screens */
    gap: 24px;
  }
  .bx-leadership-tabs .nav-link {
    padding: 10px 22px;
    font-size: 13.5px;
  }
}

@media (max-width: 575px) {
  .bx-about-company-links .bx-section-head__title {
    font-size: 32px;
  }
  .bx-leadership-tabs {
    flex-direction: column;
    border-radius: 16px;
    width: 100%;
    padding: 8px;
  }
  .bx-leadership-tabs .nav-link {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
  }
  .bx-team-profile-grid {
    grid-template-columns: 1fr; /* Clean layered list sequence layout on phones */
    gap: 20px;
  }
  .bx-member-card {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}

/* ================================
   AI MGT MODERN SECTIONS
================================ */

.ai-future-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#07111f 0%,#0e2038 50%,#111827 100%);
}

.ai-future-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:center;
}

.ai-badge{
  display:inline-flex;
  padding:10px 18px;
  border-radius:50px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  color:#fff;
  font-size:14px;
  margin-bottom:24px;
}

.ai-future-content h2{
  color:#fff;
  font-size:64px;
  line-height:1.1;
  margin-bottom:24px;
}

.ai-future-content h2 span{
  color:#ca9934;
}

.ai-future-content p{
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:32px;
}

.ai-feature-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin-top:40px;
}

.ai-point-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  padding:30px;
  border-radius:28px;
}

.ai-point-card i{
  color:#fff;
  font-size:38px;
  /*! margin-bottom:18px; */
  display:inline-block;
}

.ai-point-card h5{
  color:#fff;
  margin-bottom:14px;
}

.ai-point-card p{
  font-size:15px;
  line-height:28px;
}

.ai-future-visual{
  position:relative;
  min-height:500px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.ai-glass-card{
  position:relative;
  z-index:2;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:32px;
  padding:50px;
  width:100%;
  max-width:460px;
  backdrop-filter:blur(20px);
  box-shadow:0 30px 60px rgba(0,0,0,.25);
}

.ai-glass-card span{
  color:#ca9934;
  font-weight:600;
  display:block;
  margin-bottom:12px;
}

.ai-glass-card h4{
  color:#fff;
  font-size:32px;
  margin-bottom:30px;
}

.ai-glass-card ul{
  margin:0;
  padding:0;
  list-style:none;
}

.ai-glass-card ul li{
  color:#fff;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,0.08);
}

.floating-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
}

.orb-one{
  width:220px;
  height:220px;
  background:#ca9934;
  opacity:.18;
  top:10%;
  left:0;
}

.orb-two{
  width:180px;
  height:180px;
  background:#1f8fff;
  opacity:.18;
  bottom:5%;
  right:5%;
}

.section-title-modern{
  margin-bottom:60px;
}

.section-title-modern span{
  color:#ca9934;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
}

.section-title-modern h2{
  font-size:52px;
  margin-top:16px;
  line-height:1.2;
}

.ai-specialization-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.ai-special-card{
  background:#fff;
  border-radius:28px;
  padding:40px 32px;
  transition:.4s ease;
  box-shadow:0 12px 40px rgba(0,0,0,.05);
  border:1px solid rgba(0,0,0,.04);
}

.ai-special-card:hover{
  transform:translateY(-10px);
}

.ai-icon{
  width:80px;
  height:80px;
  border-radius:22px;
  background:#0f172a;
  color:#ca9934;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  margin-bottom:28px;
}

.ai-special-card h4{
  font-size:26px;
  margin-bottom:18px;
}

.ai-special-card p{
  line-height:30px;
}

.ai-solutions-showcase{
  background:#07111f;
}

.ai-solutions-showcase .section-title-modern h2,
.ai-solutions-showcase .section-title-modern span{
  color:#fff;
}

.ai-solutions-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.solution-box{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:28px;
  padding:38px;
}

.solution-box h3{
  color:#fff;
  margin-bottom:18px;
}

.solution-box p{
  color:rgba(255,255,255,.72);
  line-height:30px;
}

.solution-box.featured{
  background:linear-gradient(135deg,#ca9934,#946b18);
}

.solution-tag{
  display:inline-block;
  background:#fff;
  color:#111;
  padding:8px 14px;
  border-radius:40px;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}

.ai-tech-stack{
  background:#f7f9fc;
}

.tech-stack-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
}

.tech-stack-wrap span{
  background:#fff;
  padding:16px 24px;
  border-radius:50px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  font-weight:600;
}

.ai-cta-box{
  background:linear-gradient(135deg,#0e2038,#07111f);
  border-radius:36px;
  padding:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.ai-cta-box h2{
  color:#fff;
  font-size:48px;
  line-height:1.2;
  margin:20px 0;
}

.ai-cta-box p{
  color:rgba(255,255,255,.7);
  max-width:760px;
}

.ai-badge.dark{
  background:rgba(202,153,52,.12);
  border-color:rgba(202,153,52,.2);
  color:#ca9934;
}

@media(max-width:991px){

  .ai-future-grid,
  .ai-specialization-grid,
  .ai-solutions-grid,
  .ai-feature-points{
    grid-template-columns:1fr;
  }

  .ai-future-content h2,
  .section-title-modern h2,
  .ai-cta-box h2{
    font-size:38px;
  }

  .ai-cta-box{
    flex-direction:column;
    text-align:center;
    padding:40px 30px;
  }

  .ai-future-visual{
    min-height:auto;
  }
}

@media(max-width:767px){

  .ai-future-content h2{
    font-size:32px;
  }

  .section-title-modern h2{
    font-size:30px;
  }

  .ai-glass-card{
    padding:32px 24px;
  }

  .ai-special-card,
  .solution-box{
    padding:28px 24px;
  }
}


/* =========================================================
   AI CONTENT SECTION CSS ONLY
========================================================= */

/* ===== SECTION ===== */

.ai-future-hero{
    position:relative;
    overflow:hidden;
    padding:140px 0;
    background:
        radial-gradient(circle at top left,#17304f 0%,transparent 35%),
        radial-gradient(circle at bottom right,#ca993420 0%,transparent 35%),
        linear-gradient(135deg,#050b15 0%,#081625 45%,#0d2037 100%);
}

/* ===== LAYOUT ===== */

.ai-future-wrapper{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:80px;
    align-items:center;
}

/* ===== BADGE ===== */

.ai-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 24px;
    border-radius:60px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(14px);
    color:#fff;
    font-size:14px;
    margin-bottom:28px;
}

.ai-badge i{
    color:#ca9934;
}

/* ===== HEADING ===== */

.ai-future-content h2{
    font-size:68px;
    line-height:1.05;
    color:#fff;
    margin-bottom:30px;
    font-weight:700;
    letter-spacing:-2px;
}

.ai-future-content h2 span{
    color:#ca9934;
}

/* ===== DESCRIPTION ===== */

.hero-desc{
    color:rgba(255,255,255,.72);
    font-size:18px;
    line-height:34px;
    max-width:720px;
}

/* ===== FEATURE GRID ===== */

.ai-feature-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    margin-top:50px;
}

/* ===== FEATURE CARD ===== */

.ai-point-card{
    display:flex;
    gap:20px;
    padding:30px;
    border-radius:30px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    transition:.4s ease;
    position:relative;
    overflow:hidden;
}

.ai-point-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(255,255,255,.08),
        transparent
    );
    opacity:0;
    transition:.4s;
}

.ai-point-card:hover::before{
    opacity:1;
}

.ai-point-card:hover{
    transform:translateY(-10px);
    border-color:#ca9934;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

/* ===== ICON ===== */

.point-icon{
    min-width:72px;
    height:72px;
    border-radius:22px;
    background:linear-gradient(135deg,#ca9934,#f4bf52);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    box-shadow:0 12px 24px rgba(202,153,52,.35);
}

/* ===== CARD TEXT ===== */

.point-content h5{
    color:#fff;
    font-size:22px;
    margin-bottom:12px;
}

.point-content p{
    color:rgba(255,255,255,.68);
    font-size:15px;
    line-height:28px;
}

/* ===== CTA AREA ===== */

.ai-hero-actions{
    display:flex;
    align-items:center;
    gap:30px;
    margin-top:55px;
    flex-wrap:wrap;
}

/* ===== USERS ===== */

.ai-mini-users{
    display:flex;
    align-items:center;
    gap:16px;
}

.mini-user-images{
    display:flex;
}

.mini-user-images img{
    width:48px;
    height:48px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #081625;
    margin-left:-12px;
}

.mini-user-images img:first-child{
    margin-left:0;
}

.mini-user-text strong{
    display:block;
    color:#fff;
    font-size:18px;
}

.mini-user-text span{
    color:rgba(255,255,255,.6);
    font-size:14px;
}

/* =========================================================
   RIGHT SIDE
========================================================= */

.ai-future-visual{
    position:relative;
    min-height:650px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ===== MAIN GLASS ===== */

.ai-main-glass{
    position:relative;
    z-index:5;
    width:100%;
    max-width:480px;
    padding:45px;
    border-radius:38px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(24px);
    box-shadow:0 30px 80px rgba(0,0,0,.35);
}

/* ===== TOP ===== */

.glass-top{
    display:flex;
    align-items:center;
    gap:10px;
    color:#ca9934;
    font-size:14px;
    margin-bottom:20px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.live-badge{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#00ff88;
    box-shadow:0 0 14px #00ff88;
}

/* ===== TITLE ===== */

.ai-main-glass h4{
    color:#fff;
    font-size:34px;
    line-height:1.3;
    margin-bottom:35px;
}

/* ===== PROGRESS ===== */

.ai-progress-wrap{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.progress-top{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.progress-top span,
.progress-top strong{
    color:#fff;
}

.progress-line{
    width:100%;
    height:10px;
    border-radius:20px;
    background:rgba(255,255,255,.08);
    overflow:hidden;
}

.progress-line span{
    display:block;
    height:100%;
    border-radius:20px;
    background:linear-gradient(90deg,#ca9934,#ffcf70);
}

/* ===== FEATURE LIST ===== */

.ai-feature-list{
    margin-top:40px;
    display:grid;
    gap:18px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    color:#fff;
    transition:.3s;
}

.feature-item:hover{
    background:rgba(255,255,255,.08);
}

.feature-item i{
    color:#ca9934;
}

/* ===== FLOATING CARDS ===== */

.floating-ai-card{
    position:absolute;
    z-index:6;
    padding:18px 24px;
    border-radius:20px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(16px);
    color:#fff;
    display:flex;
    align-items:center;
    gap:12px;
    animation:floatMove 4s ease-in-out infinite;
}

.floating-ai-card i{
    color:#ca9934;
    font-size:22px;
}

.card-one{
    top:90px;
    left:0;
}

.card-two{
    bottom:80px;
    right:0;
}

/* ===== GLOW ===== */

.hero-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(40px);
}

.glow-1{
    width:260px;
    height:260px;
    background:#ca9934;
    opacity:.18;
    top:10%;
    left:5%;
}

.glow-2{
    width:240px;
    height:240px;
    background:#1f8fff;
    opacity:.18;
    bottom:0;
    right:5%;
}

/* ===== ANIMATION ===== */

@keyframes floatMove{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0px);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

    .ai-future-wrapper{
        grid-template-columns:1fr;
    }

    .ai-future-content h2{
        font-size:46px;
    }

    .ai-feature-points{
        grid-template-columns:1fr;
    }

    .ai-future-visual{
        min-height:auto;
        margin-top:50px;
    }
}

@media(max-width:767px){

    .ai-future-hero{
        padding:90px 0;
    }

    .ai-future-content h2{
        font-size:34px;
        line-height:1.2;
    }

    .hero-desc{
        font-size:16px;
        line-height:30px;
    }

    .ai-main-glass{
        padding:30px 24px;
    }

    .floating-ai-card{
        display:none;
    }

    .ai-hero-actions{
        flex-direction:column;
        align-items:flex-start;
    }

    .ai-feature-points{
        gap:18px;
    }

    .ai-point-card{
        padding:24px;
    }
}