@charset "UTF-8";
.aboutus-small-heading h4 {
  color: #F41E1E;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}

.aboutus-small-heading h4 {
  color: #F41E1E;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}

/* Alibaba Section Styles */
.alibaba-section {
  width: 100%;
  height: 330px;
  background-image: url("../images/ali-baba-bg.png");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
}

.alibaba-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.alibaba-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.alibaba-logo-img {
  max-height: 120px;
  width: auto;
}

.alibaba-divider {
  width: 2px;
  height: 150px;
  background-color: #000;
}

.alibaba-content {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.alibaba-content h3 {
  font-weight: 900;
  font-size: 22px;
  color: #000;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alibaba-content p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 25px 0;
  line-height: 1.4;
}

.alibaba-content p span {
  border-bottom: 2px solid #0071BC;
  /* Blue underline for text */
  padding-bottom: 2px;
}

.alibaba-btn {
  background-color: #FF1E1E;
  color: #fff;
  padding: 15px 30px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  text-transform: uppercase;
}

.alibaba-btn:hover {
  background-color: #cc0000;
  color: #fff;
}

.alibaba-right {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.alibaba-right img {
  max-height: 240px;
  width: auto;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

/* Responsive */
@media (max-width: 1200px) {
  .alibaba-content h3 {
    font-size: 18px;
  }
  .alibaba-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .alibaba-section {
    height: auto;
    padding: 50px 20px;
  }
  .alibaba-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .alibaba-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .alibaba-divider {
    width: 100px;
    height: 2px;
  }
  .alibaba-right {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .alibaba-right img {
    max-height: 250px;
    -webkit-transform: none;
            transform: none;
  }
}
.aboutus-small-heading h4 {
  color: #F41E1E;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}

.aboutus-small-heading h4 {
  color: #F41E1E;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}

/* Alibaba Section Styles */
.alibaba-section {
  width: 100%;
  height: 330px;
  background-image: url("../images/ali-baba-bg.png");
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
}

.alibaba-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.alibaba-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.alibaba-logo-img {
  max-height: 120px;
  width: auto;
}

.alibaba-divider {
  width: 2px;
  height: 150px;
  background-color: #000;
}

.alibaba-content {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

.alibaba-content h3 {
  font-weight: 900;
  font-size: 22px;
  color: #000;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.alibaba-content p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 25px 0;
  line-height: 1.4;
}

.alibaba-content p span {
  border-bottom: 2px solid #0071BC;
  /* Blue underline for text */
  padding-bottom: 2px;
}

.alibaba-btn {
  background-color: #FF1E1E;
  color: #fff;
  padding: 15px 30px;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  text-transform: uppercase;
}

.alibaba-btn:hover {
  background-color: #cc0000;
  color: #fff;
}

.alibaba-right {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.alibaba-right img {
  max-height: 240px;
  width: auto;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* Responsive */
@media (max-width: 1200px) {
  .alibaba-content h3 {
    font-size: 18px;
  }
  .alibaba-content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .alibaba-section {
    height: auto;
    padding: 50px 20px;
  }
  .alibaba-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .alibaba-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .alibaba-divider {
    width: 100px;
    height: 2px;
  }
  .alibaba-right {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .alibaba-right img {
    max-height: 250px;
    -webkit-transform: none;
    transform: none;
  }
}
/* ====================================================
   HOW WE WORK SECTION
   ==================================================== */
/* ---- Keyframe Animations ---- */
@-webkit-keyframes hww-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hww-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hww-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hww-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hww-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hww-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hww-iconPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes hww-iconPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes hww-lineGrow {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes hww-lineGrow {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* ---- Section Wrapper ---- */
.hww-section {
  width: 100%;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  font-family: "Titillium Web", sans-serif;
}

/* Background image + dark red overlay */
.hww-bg-overlay {
  position: absolute;
  inset: 0;
  background-image: url("../images/how-how-bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

.hww-bg-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(100, 5, 5, 0.82);
}

/* ---- Left Panel ---- */
.hww-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 50px;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.hww-left-content {
  -webkit-animation: hww-fadeInLeft 0.9s ease both;
          animation: hww-fadeInLeft 0.9s ease both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.hww-title {
  font-size: clamp(52px, 6.5vw, 96px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 28px 0;
  letter-spacing: -1px;
}

.hww-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  position: relative;
  padding-top: 24px;
}

/* Decorative top border line on subtitle */
.hww-subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: hww-lineGrow 0.8s ease 0.6s both;
          animation: hww-lineGrow 0.8s ease 0.6s both;
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* ---- Right Panel (Grid) ---- */
.hww-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  max-width: 62%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  position: relative;
  z-index: 2;
}
.hww-right > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.hww-right > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.hww-right > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.hww-right > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.hww-right > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.hww-right > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

/* ---- Cards ---- */
.hww-card {
  padding: 44px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  overflow: hidden;
}

/* Subtle shimmer on hover */
.hww-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.hww-card:hover::before {
  opacity: 1;
}

/* Card 1 — spans full width (top row) */
.hww-card--full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  border-right: none;
  -webkit-animation: hww-fadeInDown 0.8s ease both;
          animation: hww-fadeInDown 0.8s ease both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* Empty bottom-left spacer */
.hww-card--empty {
  background: transparent;
  border-bottom: none;
  pointer-events: none;
}

/* Card 4 Quality Assurance (bottom right) */
.hww-card--last {
  border-bottom: none;
  border-right: none;
}

/* Remove right border from 2nd column cards */
/* .hww-right > .hww-card:nth-child(3),
.hww-right > .hww-card:nth-child(5) {
    border-right: none;
} */
/* ---- Icon Circle ---- */
.hww-card-icon {
  width: 80px;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
  padding: 18px;
  -webkit-transition: border-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: border-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: border-color 0.35s ease, transform 0.35s ease;
  transition: border-color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.hww-card:hover .hww-card-icon {
  border-color: #fff;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-animation: hww-iconPulse 1.2s ease;
          animation: hww-iconPulse 1.2s ease;
}

.hww-card-icon img {
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.hww-card:hover .hww-card-icon img {
  -webkit-transform: rotate(8deg) scale(1.1);
          transform: rotate(8deg) scale(1.1);
}

/* ---- Card Typography ---- */
.hww-card-title {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 14px 0;
  line-height: 1.2;
}

.hww-card-text {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.72;
  margin: 0;
  font-weight: 400;
}

/* ---- RESPONSIVE ---- */
/* Large desktops */
@media (max-width: 1400px) {
  .hww-title {
    font-size: clamp(46px, 5.5vw, 80px);
  }
  .hww-card {
    padding: 36px 30px;
  }
}
/* Tablets landscape */
@media (max-width: 1199px) {
  .hww-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    padding: 60px 35px;
  }
  .hww-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .hww-card-title {
    font-size: 19px;
  }
  .hww-card-text {
    font-size: 14.5px;
  }
}
/* Tablets portrait — stack panels */
@media (max-width: 991px) {
  .hww-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .hww-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding: 60px 40px 40px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .hww-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .hww-title {
    font-size: clamp(44px, 8vw, 72px);
  }
}
/* Mobile — single column grid */
@media (max-width: 600px) {
  .hww-section {
    min-height: auto;
  }
  .hww-left {
    padding: 50px 24px 30px;
  }
  .hww-right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hww-card--full,
  .hww-card--last {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .hww-card--empty {
    display: none;
  }
  .hww-card {
    border-right: none;
    padding: 32px 24px;
  }
  .hww-card:last-child {
    border-bottom: none;
  }
  .hww-title {
    font-size: clamp(40px, 10vw, 60px);
  }
  .hww-card-title {
    font-size: 18px;
  }
}
.nav-pills {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.department-main-wrapper {
  padding: 30px 0;
}
.department-main-wrapper .department {
  padding: 25px 0;
  text-align: center;
}
.department-main-wrapper .department h3 {
  text-align: center;
  font-size: 40px;
  color: #ED2024;
}
.department-main-wrapper .department p {
  color: #000;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}

.process-main-wrapper .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 25px;
  outline: 1px solid #ED2024;
  margin: 5px 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ED2024;
}

.nav-pills {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pixelstrap .link-section ul li a {
  color: #000;
}