:root {
  --primary-blue: #009cd0;
  --dark-heading: #212529;
  --light-bg: #f8f9fa;
  --text-color: #666666;
  --heading-color: #212529;
}

.img-messolu {
  width: 100%;
  height: 277px;
  border-radius: 8px;
}

.service-hero-section {
  position: relative;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.service-hero-section img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.service-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.service-hero-section h1 {
  font-size: 48px;
  margin: 0 0 15px;
}

.service-hero-section p {
  font-size: 18px;
  margin: 0 0 40px;
  padding: 0 190px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.22) !important;
  padding: 10px 30px !important;
  border-radius: 0px !important;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.breadcrumb a {
  color: white;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition:
    text-decoration-color 0.3s ease,
    text-underline-offset 0.3s ease;
}

.breadcrumb a:hover {
  color: white;
  text-decoration-color: white;
  text-underline-offset: 3px;
}

.breadcrumb i {
  color: #ccc;
  margin: 0 5px;
  font-size: 14px;
}

/* gen-section */

.gen-section-wrapper {
  /* background-color   : #eff3f7; */
  background-image: url(../img/pin_overlay.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.gen-pre-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-blue);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.gen-main-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 10px;
}

.gen-content-inner {
  padding-left: 30px;
  padding-right: 280px;
}

.gen-description {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.gen-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gen-feature-list li {
  font-size: 16px;
  color: black;
  margin-bottom: 10px;
  font-weight: 500;
}

.gen-icon-check {
  color: var(--primary-blue);
  margin-right: 10px;
  font-size: 14px;
}

.gen-open-positions-btn {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 110%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
}

.gen-open-positions-btn:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.gen-image-col {
  position: relative;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gen-image-container {
  position: relative;
}

.gen-main-image {
  width: 100%;
  height: 550px !important;
  object-fit: cover;
  display: block;
}

.gen-wrapper {
  display: flex;
  align-items: center;
}

.gen-metrics-box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 450px;
  z-index: 10;
}

.gen-metrics-item {
  padding: 30px 15px;
  color: #ffffff;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gen-metrics-success {
  background-color: white;
  color: black;
}

.gen-metrics-health {
  background-color: #333333;
}

.gen-metric-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.gen-metric-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.gen-metric-icon {
  font-size: 32px;
  margin-right: 10px;
  color: var(--primary-blue);
}

/* process-section */
.process-section {
  padding: 60px 0;
  background-color: #eff3f7;
}

.process-section .section-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 54%;
}

.view-all-solutions-btn {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 112%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 16px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: 147px;
  white-space: nowrap;
  height: 100%;
  justify-content: center;
}

.view-all-solutions-btn:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.process-nav-list {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 8px;
  gap: 5px;
}

.process-nav-list .process-nav-item {
  display: block;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  margin-bottom: 5px;
  border-radius: 6px;
  transition: all 0.3s;

  border: none;
  background: #f9fafb;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.process-nav-list .process-nav-item:hover {
  background-color: var(--primary-blue);
  color: white;
}

.process-nav-list .process-nav-item.active {
  background-color: var(--primary-blue);
  color: white;
  font-weight: 600;
}

.process-content-wrapper {
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  gap: 40px;
}

.process-image {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  border-radius: 6px;
}

.process-content-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.process-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  text-align: justify;
}

.process-description-wrapper {
  height: 22vh;
  overflow-y: auto;
}

/* Danh sách checkmark */
.checkmark-list-right {
  list-style: none;
  padding: 0;
}

.checkmark-list-right li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #555;
}

.checkmark-list-right li i {
  color: var(--primary-blue);
  margin-right: 8px;
}

.read-more-process-link {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
  margin-top: 21px;
}

.header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.process-sub-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-blue);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.read-more-process-link:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.advantages-section-wrapper {
  background-color: white;
  padding: 60px 15px;
  background-image: url(../img/work2_overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.adv-main-title {
  font-size: 40px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}

.adv-description {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  position: relative;
}

.adv-description::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
  width: 20%;
  height: 3px;
  background-color: var(--primary-blue);
  margin-top: 15px;
}

.adv-description::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
  width: 50%;
  height: 3px;
  background-color: #d8d8d8;
  margin-top: 15px;
}

/* --- Video Banner --- */
.adv-video-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.adv-main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.adv-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.adv-play-button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.adv-play-button i {
  font-size: 20px;
  color: #ffffff;
  padding-left: 5px;
}

.adv-cards-row {
  margin-top: 30px;
}

.owl-carousel .adv-card-col {
  padding: 0;
}

.adv-cards-row .owl-nav {
  display: block;
}

.adv-cards-row .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.adv-cards-row .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #cccccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.adv-cards-row .owl-dots .owl-dot.active span,
.adv-cards-row .owl-dots .owl-dot:hover span {
  background: var(--primary-blue);
}

/* --- Advantage Cards --- */
.adv-card {
  background-color: #ffffff;
  border: 1px solid #dedede;
  padding: 30px;
  height: 100%;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 60px;
}

.adv-card:hover .adv-card-icon-box {
  transform: rotateY(-720deg);
}

.adv-card-icon-box {
  position: absolute;
  top: -20px;
  width: 60px;
  height: 60px;
  background-color: var(--primary-blue);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
  transform: rotateY(0deg);
}

.adv-icon {
  font-size: 28px;
  color: #ffffff;
}

.adv-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.adv-card-title:hover {
  color: var(--primary-blue);
}

.adv-card-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adv-read-more {
  font-size: 14px;
  font-weight: 600;
  color: #1a191d;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  border: 1px solid #dedede;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 0 35px;
  justify-content: center;
  line-height: 49px;
  background: linear-gradient(
    to left,
    white 0%,
    white 50%,
    var(--primary-blue) 50%,
    var(--primary-blue) 100%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  transition: background-position 0.4s ease-in-out;
  border-radius: 4px;
}

#advCardsCarousel .owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

#advCardsCarousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #dddddd;
  display: block;
  border-radius: 2px;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

#advCardsCarousel .owl-dot.active span {
  background: var(--primary-blue);
  transform: scale(1.05);
}

#advCardsCarousel .owl-stage-outer {
  padding-top: 35px;
}

.adv-read-more:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.adv-read-more i {
  font-size: 12px;
  color: var(--primary-blue);
}

.adv-read-more:hover i {
  color: #ffffff;
}

.adv-metrics-in-card {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.adv-metric-item {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

#videoModal .modal-dialog {
  max-width: 90%;
  margin-top: 5vh;
}

#videoModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

#videoModal .modal-body {
  padding: 0 !important;
}

#videoModal .close {
  position: absolute;
  top: -40px;
  right: 22.5%;
  color: #ffffff;
  opacity: 1;
  font-size: 40px;
  z-index: 10000;
  text-shadow: none;
}

.adv-video-trigger {
  display: block;
}

.adv-video-trigger:hover {
  text-decoration: none;
}

#videoModal .modal-dialog {
  margin-top: 3vh;
  max-width: 90%;
}

#videoModal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

#videoModal .modal-body {
  position: relative;
  padding: 0 !important;
}

#videoModal .embed-responsive-16by9 {
  max-height: 70vh;
  width: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

#videoModal #youtubeVideo {
  width: 100%;
  height: 100%;
}

/*PLATFORM SECTION  */
.platform-section-wrapper {
  padding: 0;
  overflow: hidden;
}

.platform-top-area {
  background-color: #111111;
  padding-top: 60px;
  padding-bottom: 200px;
  color: #ffffff;
  position: relative;
  background-image: url("../img/about_why_overlay.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.platform-sub-title {
  font-size: 15px;
  font-weight: 500;
  color: #cccccc;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.platform-main-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #ffffff;
}

.platform-dashboard-visual-container {
  position: absolute;
  width: 50%;
  bottom: 0;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  padding: 0 15px;
}

.platform-dashboard-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.platform-bottom-area {
  background-color: #ffffff;
  padding-top: 350px;
}

.core-features-title {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 60px;
  display: none;
}

.text-highlight {
  color: var(--primary-blue);
}

.platform-card {
  border: 1px solid #777a7a25;
  padding: 60px 45px;
  text-align: center;
  border-right: 0;
}

.platform-card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.platform-features-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.platform-card-text {
  font-size: 16px;
  color: #616161;

  margin-bottom: 15px;
}

.platform-card-visual {
  margin-top: 20px;
  padding: 10px;
  border-radius: 6px;
}

/* faq-section */
.custom-faq-wrapper {
  padding: 60px;
  background-image: url("../img/world_contact.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #eff3f7;
  position: relative;
}

.custom-faq-wrapper2 {
  padding: 60px;
  background-repeat: no-repeat;
  position: relative;
}

.custom-faq-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.custom-faq-header-content {
  text-align: center;
}

.custom-faq-right-panel img.img-faq {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#customerCarousel1 .owl-dots,
#customerCarousel3 .owl-dots {
  display: none;
}

.custom-left-panel {
  position: relative;
  background-color: white;
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
}

.custom-faq-subtitle {
  font-size: 17px;
  position: relative;
  padding-bottom: 50px;
  color: #666666;
}

.custom-faq-subtitle::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
  width: 50%;
  height: 3px;
  background-color: #d8d8d8;
  margin-top: 15px;
}

.custom-faq-subtitle::after {
  content: "";
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateX(calc(-50% + 5px));
  width: 20%;
  height: 3px;
  background-color: var(--primary-blue);
  margin-top: 15px;
}

.custom-faq-subtitle2 {
  font-size: 17px;
  position: relative;
  padding-bottom: 50px;
  color: #666666;
}

.custom-faq-subtitle2::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 13%;
  transform: translateX(-50%);
  width: 25%;
  height: 3px;
  background-color: #d8d8d8;
  margin-top: 15px;
}

.custom-faq-subtitle2::after {
  content: "";
  position: absolute;
  top: 62%;
  left: 6%;
  transform: translateX(-50%);
  width: 12%;
  height: 3px;
  background-color: var(--primary-blue);
  margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-blue);
}

.custom-faq-right-panel {
  padding: 0;
}

#customerCarousel.owl-carousel {
  height: 100%;
}

#customerCarousel .item {
  height: 100%;
  line-height: 0;
}

#customerCarousel .item img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
}

#customerCarousel2 .item img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

.custom-faq-item {
  border: 1px solid var(--border-color);
  overflow: hidden;
  border-radius: 0;
  background-color: white;
}

.custom-faq-item2 {
  border: 1px solid var(--border-color);
  overflow: hidden;
  border-radius: 0;
  background-color: white;
}

#customerCarousel1 .item img {
  width: 100%;
  height: 565px;
  min-height: 513px;
  object-fit: cover;
}

.custom-faq-item2 {
  overflow: hidden;
  border-radius: 0;
  background-color: white;
}

.custom-faq-toggle {
  background-color: white;
  padding: 0;
  border-bottom: 0;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
}

.custom-faq-toggle2 {
  background-color: white;
  padding: 0;
  border-bottom: 0;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
}

.custom-checklist-wrapper {
  column-count: 1;
  column-gap: 30px;
  margin-bottom: 0;
}

.checklist-item-box {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.checklist-item-box .fa-check-circle {
  vertical-align: top;
  margin-top: 2px;
}

.custom-faq-link {
  color: var(--dark-heading);
  text-decoration: none;
  flex-grow: 1;
  padding: 12px 50px 12px 15px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  display: block;
  background-image: url(../img/accordion-bar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: white;
  text-transform: uppercase;
  font-weight: 500;
}

.custom-faq-link2 {
  color: var(--dark-heading);
  font-weight: 600;
  text-decoration: none;
  flex-grow: 1;
  padding: 12px 50px 12px 25px;
  text-align: left;
  font-size: 17px;
  line-height: 1.4;
  display: block;
}

.custom-faq-item2.active .custom-faq-link2 {
  color: white;
  background-color: transparent;
}

.custom-faq-item2.active .custom-faq-icon-box2 {
  background-color: var(--dark-heading);
  color: white;
}

.custom-faq-icon-box2 {
  background-color: var(--primary-blue);
  color: white;
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-right: 15px;
  margin-left: 0;
  transition: background-color 0.3s ease;
}

.contact-btn {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
}

.contact-btn:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.check-primary {
  color: #009cd0;
}

.custom-faq-link:hover,
.custom-faq-link:focus {
  text-decoration: none;
  color: var(--dark-heading);
  background-color: #f7f7f7;
  outline: none;
}

.custom-faq-icon-box {
  background-color: black;
  color: white;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.custom-faq-item2.active .custom-faq-toggle2 {
  background-color: var(--dark-heading);
  color: white;
  width: 100%;
}

.custom-faq-item.active .custom-faq-toggle {
  background-color: var(--dark-heading);
  color: white;
  width: 100%;
}

.custom-faq-item.active .custom-faq-link {
  color: white;
  background-color: transparent;
}

.custom-faq-item.active .custom-faq-link:hover,
.custom-faq-item.active .custom-faq-link:focus {
  color: white;
  background-color: transparent;
}

.custom-faq-item.active .custom-faq-icon-box {
  background-color: var(--primary-blue);
  color: white;
}

.custom-faq-body {
  color: var(--text-color);
  line-height: 1.7;
  background-color: white;
  padding: 19px 25px;
  border-top: 1px solid var(--border-color);
}

.collapse-content {
  display: none;
  transition: max-height 0.3s ease-out;
}

.why-section-container {
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

.common-nav-buttons {
  position: absolute;
  right: 15px;
  bottom: 170px;
  left: 44%;
  margin-left: 120px;
  z-index: 10;
  display: flex;
  gap: 15px;
}

.why-slide {
  position: relative;
  padding: 100px 0;
  min-height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
.why-slide.slide-1 {
    background-image: url('../img/Pioneering Technology.jpg');
}

.why-slide.slide-2 {
    background-image: url('../img/Co-developing Tailored Automated Sewing Solutions.jpg');
}

.why-slide.slide-3 {
    background-image: url('../img/Strong R&D Capability.jpg');
} */

.why-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}

.why-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/h4_crs_overlay.png") repeat center center;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

.why-slide .container {
  position: relative;
  z-index: 2;
}

.circular-image-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
  border: 3px dashed rgba(255, 255, 255, 0.8);
}

.circular-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.icon-on-image {
  position: absolute;
  top: 18px;
  right: 70px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  color: #fff;
  transform: translate(20%, -20%);
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.green-icon-bg {
  background-color: #4caf50;
}

.yellow-icon-bg {
  background-color: rgb(5, 65, 166);
}

.orange-icon-bg {
  background-color: #ff5722;
}

.why-right {
  padding-left: 100px !important;
}

.why-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.why-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
  color: white;
}

.why-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.why-list li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
}

.why-list li i {
  color: white;
}

.carousel-nav-buttons {
  display: flex;
  gap: 15px;
}

.btn-nav {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-nav:hover {
  background-color: white;
  border-color: rgba(255, 255, 255, 0.3);
  color: black;
}

/* certificate-section  */

.certificate-section {
  padding: 60px 0 60px 0;

  text-align: center;
  position: relative;
  overflow: hidden;
}

.cert-section-title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}

.cert-section-subtitle::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background-color: #d8d8d8;
  margin-top: 15px;
}

.cert-section-subtitle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 3px;
  background-color: var(--primary-blue);
  margin-top: 15px;
}

.cert-section-subtitle {
  font-size: 17px;
  color: #666666;
  margin-bottom: 50px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.certificate-carousel-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.certificate-row {
  min-height: 600px;
}

.certificate-slider .owl-stage-outer {
  overflow: visible !important;
}

.certificate-slider .owl-stage {
  padding: 60px 0 !important;
}

.certificate-item {
  padding: 0 5px !important;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    z-index 0s;
}

.certificate-slider .owl-item {
  position: relative !important;
  z-index: 1 !important;
}

.owl-item:has(.level-1) {
  z-index: 3 !important;
}

.owl-item:has(.level-2) {
  z-index: 2 !important;
}

.owl-item.center {
  z-index: 5 !important;
}

.certificate-item.level-2 {
  transform: scale(1);
}

.certificate-item.level-1 {
  transform: scale(1.25);
}

.certificate-item.active-slide {
  transform: scale(1.5);
}

.certificate-img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 4px solid #e3e1e1;
}

.slider-nav-btn {
  position: absolute !important;
  top: 55% !important;
  transform: translateY(-50%) !important;
  background-color: var(--primary-blue) !important;
  color: #fff !important;
  border: none !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 4px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 1.4rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  z-index: 10 !important;
  opacity: 1 !important;
}

.slider-nav-btn:hover {
  cursor: pointer !important;
}

.prev-btn {
  left: -5%;
}

.next-btn {
  right: -5%;
}

.certificate-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.certificate-owl .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #d6d6d6;
  display: block;
  transition: opacity 0.2s ease;
}

.certificate-owl .owl-dot.active span,
.certificate-owl .owl-dot:hover span {
  background: var(--primary-blue);
}

/*case-studies */
.case-studies {
  width: 100%;
  padding: 60px 100px;
  background-color: #eff3f7;
}

.case-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-header #case-header-title {
  margin-left: 15%;
  max-width: 50%;
}

.case-header h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px;
}

.case-header p {
  font-size: 17px;
  color: #555;
  position: relative;
  line-height: 1.6;
}

.case-nav {
  margin-right: 15%;
}

.case-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  margin-left: 5px;
  font-size: 20px;
  transition: 0.3s ease;
  color: #8f8d8d;
}

.case-nav button:hover {
  color: black;
}

.case-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.case-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
}

/* Each item */
.case-item {
  flex: 0 0 calc((100% - 60px) / 3);
  /* Hiển thị 3 items */
  height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}

/* Image */
.case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Overlay on hover */
.case-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 25, 29, 0.7);
  opacity: 0;
  transition: 0.4s ease;
}

/* Text info */
.case-item .info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  color: white;
}

.case-item .info h3 {
  margin: 0;
  font-size: 30px;
  color: white;
  width: fit-content;
  transition: color 0.3s ease-in-out;
  margin-bottom: 15px;
}

.case-item .info h3:hover {
  color: var(--primary-blue);
}

.case-item .info p {
  font-size: 18px;
  line-height: 1.5;
}

/* Zoom image on hover */
.case-item:hover img {
  transform: scale(1.1);
}

.case-item:hover .overlay {
  opacity: 1;
}

.case-item:hover .info {
  opacity: 1;
  transform: translateY(0);
}

.case-header p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 25%;
  height: 3px;
  background: linear-gradient(to right, var(--primary-blue) 50%, #dcdcdc 50%);
}

/* Plus icon */
.case-item .plus-icon {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity;
  transition:
    opacity 0.3s ease 0.15s,
    transform 0.3s ease 0.15s;
}

.case-item .plus-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 0.3s ease 0.25s,
    transform 0.3s ease 0.25s;
  pointer-events: none;
}

.btn-view-all-projects {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 115%;
  background-position: right bottom;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
}

.btn-view-all-projects:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .case-item .plus-icon {
    transform: scale(0.2);
  }

  .case-item:hover .plus-icon {
    opacity: 1;
    transform: scale(1);
  }

  .case-item:hover .plus-icon::before {
    opacity: 1;
    transform: scale(1);
  }

  .case-item .plus-icon::before {
    transform: scale(0.8);
  }
}

@media (hover: none) and (pointer: coarse) {
  .case-item .plus-icon {
    transform: scale(1);
  }

  .case-item .plus-icon::before {
    transform: scale(1);
    opacity: 0;
  }

  .case-item .plus-icon.active-mobile::before {
    opacity: 1;
  }
}

/* gallery-section */

/* gallery-section */
.gallery-section {
  width: 100%;
  padding: 60px 100px;
  position: relative;
}

.gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-header .gallery-header-title {
  margin-left: 15%;
  max-width: 50%;
}

.gallery-header h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px;
}

.gallery-header p {
  font-size: 17px;
  color: #555;
  position: relative;
}

.gallery-nav {
  margin-right: 15%;
}

.gallery-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  margin-left: 5px;
  font-size: 20px;
  transition: 0.3s ease;
  color: #8f8d8d;
}

.gallery-nav button:hover {
  color: black;
}

.gallery-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.gallery-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
  margin-top: 50px;
}

.gallery-header p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 25%;
  height: 3px;
  background: linear-gradient(to right, var(--primary-blue) 50%, #dcdcdc 50%);
}

.gallery-item {
  flex: 0 0 calc((100% - 60px) / 5);
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 25, 29, 0.7);
  opacity: 0;
  transition: 0.4s ease;
}

.gallery-item .info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
  color: white;
}

.gallery-item .info h3 {
  margin: 0;
  font-size: 30px;
  color: white;
  width: fit-content;
  transition: color 0.3s ease-in-out;
}

.gallery-item .info h3:hover {
  color: var(--primary-blue);
}

.gallery-item .info p {
  font-size: 18px;
  line-height: 1.5;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.gallery-item:hover .info {
  opacity: 1;
  transform: translateY(0);
}

.gallery-item .plus-icon {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform-origin: center;
  will-change: transform, opacity;
  transition:
    opacity 0.3s ease 0.15s,
    transform 0.3s ease 0.15s;
}

.gallery-item .plus-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0;
  transform-origin: center;
  transition:
    opacity 0.3s ease 0.25s,
    transform 0.3s ease 0.25s;
  pointer-events: none;
}

/* modal gallery-section */

.full-gallery-modal {
  position: fixed;
  z-index: 9999;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  animation: fadeIn 0.4s;
}

.close-modal-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 10000;
}

.close-modal-btn:hover,
.close-modal-btn:focus {
  color: #bbb;
}

.modal-content-img {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
  max-height: 90vh;
  object-fit: contain;
  transform: translateY(5vh);
  animation: zoom 0.6s;
}

.modal-caption {
  display: none;
}

@keyframes zoom {
  from {
    transform: scale(0.1) translateY(5vh);
  }

  to {
    transform: scale(1) translateY(5vh);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.full-gallery-modal .modal-prev,
.full-gallery-modal .modal-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(237, 236, 236, 0.907);
  z-index: 100;
  text-decoration: none;
}

.full-gallery-modal .modal-prev {
  left: 15%;
  border-radius: 3px 0 0 3px;
}

.full-gallery-modal .modal-next {
  right: 15%;
  border-radius: 0 3px 3px 0;
}

.full-gallery-modal .modal-prev:hover,
.full-gallery-modal .modal-next:hover {
  transform: scale(1.2) translateY(-50%);
}

.full-gallery-modal .modal-content-img {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  padding: 20px 50px;
}

/* contact-section */
.contact-section {
  width: 100%;
  position: relative;
}

.contact-section .row {
  margin-left: 0;
  margin-right: 0;
}

.contact-qna-col-left {
  background-color: #212121;
  color: white;
  background-image: url(../img/wave-overlay.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.contact-qna-inner {
  padding: 60px 60px;
  height: 100%;
}

.contact-qna-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-qna-subtitle {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 40px;
}

.contact-highlight-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.contact-header-underline {
  width: 230px;
  height: 3px;
  background: linear-gradient(to right, #0582ca 40%, #d3d3d3 20%);
  margin-bottom: 30px;
}

.contact-accordion {
  border: none;
  background-color: white;
}

.contact-qna-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  background-color: transparent;
}

.contact-qna-toggle {
  border: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: white;
  color: black;
  transition: all 0.3s;
}

.contact-qna-toggle span.contact-qna-link {
  color: inherit;
}

.contact-qna-item.active .contact-qna-toggle {
  background-color: var(--primary-blue);
  color: white;
}

.contact-qna-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.contact-qna-item:not(.active) .contact-qna-icon-box {
  background-color: var(--primary-blue);
}

.contact-qna-item:not(.active) .contact-qna-icon-box i {
  color: white;
  font-size: 12px;
}

.contact-qna-item.active .contact-qna-icon-box {
  background-color: transparent;
  padding-right: 5px;
}

.contact-qna-item.active .contact-qna-icon-box i {
  color: white;
  font-size: 16px;
}

.contact-qna-content {
  height: 0;
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}

.contact-qna-body {
  background-color: white;
  color: black;
  padding: 15px;
  font-size: 15px;
  border: none;
}

.contact-form-col-right {
  background-color: #f0f0f0;
  color: #333;
}

.contact-form-inner {
  padding: 60px;
  height: 100%;
}

.contact-form-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.contact-form-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.contact-form-col-right .contact-header-underline {
  background-color: var(--primary-blue);
}

.contact-form-control:focus {
  box-shadow: none;
  border-color: var(--primary-blue);
}

.contact-submit-btn {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
}

.contact-submit-btn:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.contact-terms-text {
  font-size: 14px;
  color: #666;
}

.contact-form .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.contact-form-control,
.contact-form-col-right .form-select {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.8rem !important;
  background-color: white;
  width: 100%;
}

.contact-form-control[rows="5"] {
  height: auto;
  line-height: 1.5;
  padding: 8px 10px;
  resize: none;
}

.contact-form .row .col-sm-6:nth-child(even) {
  padding-left: 10px;
}

.contact-form .row .col-sm-6:nth-child(odd) {
  padding-right: 10px;
}

.contact-form-control[type="file"] {
  height: 38px;
  line-height: 1;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.8rem;
}

.contact-form-control[type="file"]::-webkit-file-upload-button {
  width: 25%;
  height: 38px;
  background-color: white;
  color: black;
  border: none;
  border-right: 1px solid #ddd;
  cursor: pointer;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
  background: #cccc;
}

.contact-form-control[type="file"]::-moz-file-upload-button {
  width: 25%;
  height: 38px;
  background-color: white;
  color: black;
  border: none;
  border-right: 1px solid #ddd;
  cursor: pointer;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
}

.error-message {
  display: none;
}

.has-error .error-message {
  display: block;
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
}

.has-error input,
.has-error textarea,
.has-error select {
  border: 1px solid #dc3545;
}

/* order-section */
.order-section {
  padding: 60px 0;
  text-align: center;
  background-image: url("/img/work2_overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-title2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px !important;
  position: relative;
}

.card-title2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0582ca 20%, #d3d3d3 20%);
}

.order-section .owl-carousel .owl-stage-outer {
  width: 101% !important;
}

.order-section .container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 17px;
  color: #666;
  margin-bottom: 50px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-subtitle::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background-color: #d8d8d8;
  margin-top: 15px;
}

.section-subtitle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 15%;
  height: 3px;
  background-color: var(--primary-blue);
  margin-top: 15px;
}

#order-owl-carousel .owl-stage {
  height: 585px !important;
  padding-top: 10px !important;
}

.order-section .owl-carousel.order-slider .owl-dots {
  display: block !important;
  text-align: center;
  padding-top: 15px;
}

.order-section .owl-carousel.order-slider .owl-dot {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.order-section .owl-carousel.order-slider .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 0;
  background: #555;
  display: block;
}

.order-section .owl-carousel.order-slider .owl-dot.active {
  opacity: 1;
}

.order-section .owl-carousel.order-slider .owl-dot.active span {
  background: var(--primary-blue);
}

.order-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  text-align: left;
  height: 100%;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.order-card::after {
  content: "";
  display: block;
  width: 10px;
  background-color: #dedede;
  position: absolute;
  top: 15px;
  bottom: -9px;
  right: -10px;
  -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -khtml-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -ms-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -o-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  transition: all 350ms ease-in-out 0ms;
}

.order-card::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #dedede;
  position: absolute;
  bottom: -9px;
  left: 10px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -khtml-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  transition: all 350ms ease-in-out 0ms;
}

.order-card:hover::after,
.order-card:hover::before {
  background-color: var(--primary-blue);
}

.card-image-container {
  position: relative;
  overflow: hidden;
}

.card-icon-overlay {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
  transform: rotateY(0deg);
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--primary-blue);
  color: white;
  padding: 8px 12px;
  font-size: 1.5rem;
}

.order-card:hover .card-icon-overlay {
  transform: rotateY(-720deg);
}

.card-body {
  padding: 30px 25px;
}

.order-card .card-body {
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.read-more-link {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 100%;
  background-position: right bottom;
  color: #ffffff !important;
  border: none;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
}

.read-more-link:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
}

.read-more-link .icon-arrow {
  opacity: 0;
  transition: all 0.3s ease;
  line-height: normal;
  margin-left: -20px;
}

.read-more-link .icon-plus {
  opacity: 1;
  transition: all 0.3s ease;
  line-height: normal;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link {
  color: var(--primary-blue);
  text-decoration: none;
}

.order-card:hover .read-more-link .icon-plus {
  opacity: 0;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link .icon-arrow {
  opacity: 1;
  color: var(--primary-blue);
}

.order-product-btn {
  background: linear-gradient(
    to left,
    var(--primary-blue) 0%,
    var(--primary-blue) 50%,
    black 50%,
    black 100%
  );
  background-size: 250% 124%;
  background-position: right bottom;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background-position 0.4s ease-in-out;
  width: fit-content;
}

.order-product-btn:hover {
  background-position: left bottom;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.read-more-link2 {
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  position: relative;
  gap: 10px;
}

.read-more-link2 .icon-arrow {
  opacity: 0;
  transition: all 0.3s ease;
  line-height: normal;
  margin-left: -20px;
}

.read-more-link2 .icon-plus {
  opacity: 1;
  transition: all 0.3s ease;
  line-height: normal;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link2 {
  color: var(--primary-blue);
  text-decoration: none;
}

.order-card:hover .read-more-link2 .icon-plus {
  opacity: 0;
  color: var(--primary-blue);
}

.order-card:hover .read-more-link2 .icon-arrow {
  opacity: 1;
  color: var(--primary-blue);
}

.feature-image-block {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.feature-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.number-box {
  padding: 2rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: #eff3f7;
}

.feature-icon {
  color: #666666;
  font-size: 2.5rem;
}

.number-section {
  padding: 60px 0;
  background-color: #eff3f7;
}

/*------------------------------------------------Scroll button-------------------------------------------------*/
.scroll-to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 20px;
}

.scroll-to-top-btn:hover {
  background-color: #077499;
  color: #fff;
  transform: scale(1.05);
}

.scroll-to-top-btn i {
  pointer-events: none;
}

.footer-title2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 374px) {
  .platform-bottom-area {
    padding-top: 110px !important;
  }

  .platform-dashboard-visual-container {
    top: 270px !important;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .img-messolu {
    height: auto;
  }

  .case-header .case-header-title,
  .gallery-header .gallery-header-title {
    margin: 0 10px;
    max-width: 100%;
  }

  .case-header h2 {
    font-size: 30px;
  }

  .process-description-wrapper {
    height: 100%;
    overflow-y: auto;
  }

  .custom-Faq {
    margin-top: 20px;
  }

  #customerCarousel1 .owl-dots,
  #customerCarousel3 .owl-dots {
    display: block !important;
  }

  .service-hero-section {
    position: relative;
    padding: 80px 15px;
    text-align: center;
    overflow: hidden;
    min-height: 350px;
    margin-top: 70px;
  }

  .service-hero-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    object-position: 40% center;
  }

  .service-hero-section .container {
    position: relative;
    z-index: 2;
  }

  .service-hero-section .row {
    width: 100%;
    margin: 0;
    display: block;
  }

  .service-hero-section h1 {
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .service-hero-section p {
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .service-hero-section .breadcrumb {
    color: white;
    font-size: 13px;
    padding: 10px 0px !important;
    justify-content: center;
  }

  .service-hero-section .breadcrumb a {
    color: white;
    text-decoration: none;
  }

  .service-hero-section .breadcrumb i {
    font-size: 10px;
    vertical-align: middle;
    margin: 0 5px;
  }

  .gen-wrapper {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .gen-feature-list li {
    display: flex;
    align-items: baseline;
    gap: 5px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .gen-content-inner {
    padding: 30px 0px 30px 0;
  }

  .gen-main-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .gen-main-image {
    height: 350px !important;
  }

  .gen-metrics-box {
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
  }

  .gen-metrics-item {
    padding: 20px 10px;
  }

  .gen-metric-number,
  .gen-metric-icon {
    font-size: 20px;
  }

  .gen-metric-label {
    font-size: 11px;
  }

  .process-content-wrapper {
    flex-direction: column;
  }

  /* .process-description-wrapper {
        height  : auto !important;
        overflow: visible !important;
    } */

  .process-accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }

  .process-accordion-toggle {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #f8f8f8;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .process-accordion-toggle i {
    transition: transform 0.3s ease;
  }

  .process-accordion-item.active .process-accordion-toggle i {
    transform: rotate(180deg);
  }

  .process-accordion-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #eee;
    background-color: #fff;
  }

  .process-accordion-content .process-content-wrapper {
    padding-top: 0;
    margin-top: 0;
  }

  .header {
    flex-direction: column;
  }

  .process-section .section-title {
    font-size: 30px;
    margin-bottom: 20px;
    width: 100%;
  }

  .adv-main-title {
    font-size: 30px;
  }

  .adv-cards-row {
    margin-top: 2px;
  }

  .platform-main-title {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .platform-top-area {
    padding-bottom: 100px;
  }

  .platform-dashboard-visual-container {
    top: 240px;
    width: 100%;
  }

  .platform-bottom-area {
    padding-top: 190px;
  }

  .core-features-title {
    display: none;
  }

  .platform-card {
    padding: 30px 15px 15px;
    margin: 0 15px;
  }

  .platform-card-title {
    font-size: 22px;
  }

  .custom-faq-wrapper {
    padding: 60px 0px;
  }

  .custom-faq-wrapper2 {
    padding: 60px 0px;
  }

  .custom-checklist-wrapper {
    column-count: 1;
    column-gap: 0;
    margin-bottom: 0;
  }

  .checklist-item-box {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .col-lg-12.col-md-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .custom-left-panel {
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
  }

  #customerCarousel .item img {
    min-height: 400px;
    height: 100%;
  }

  .custom-faq-right-panel {
    padding: 0;
  }

  .custom-faq-title {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .custom-faq-subtitle {
    font-size: 15px;
    padding-bottom: 25px;
    text-align: center;
  }

  .custom-faq-title2 {
    font-size: 30px;
    text-align: center;
  }

  .custom-faq-subtitle2 {
    font-size: 15px;
    padding-bottom: 25px;
    text-align: center;
  }

  .custom-faq-subtitle2::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    margin-top: 15px;
  }

  .custom-faq-subtitle2::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 3px;
    background-color: var(--primary-blue);
  }

  .custom-faq-subtitle::before {
    content: "";
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    margin-top: 15px;
  }

  .custom-faq-subtitle::after {
    content: "";
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    width: 15%;
    height: 3px;
    background-color: var(--primary-blue);
  }

  .custom-faq-link {
    font-size: 15px;
    padding: 10px;
  }

  .custom-faq-icon-box {
    width: 48px;
    height: 62px;
    min-width: 62px;
  }

  .fat {
    min-width: 100% !important;
  }

  .custom-checklist-row {
    flex-direction: column;
  }

  .custom-faq-body {
    padding: 15px;
  }

  .why-slide {
    padding: 50px 0;
    min-height: 620px;
    max-height: 620px;
  }

  .why-list li {
    font-size: 14px;
  }

  .why-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .why-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px;
    text-align: center;
  }

  .circular-image-wrapper {
    width: 150px;
    height: 150px;
    margin: 0 0 0 15px;
    border-width: 2px;
  }

  .icon-on-image {
    width: 50px;
    height: 50px;
    font-size: 25px;
    top: 5px;
    right: 15px;
    transform: translate(20%, -20%);
  }

  .why-title {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: start;
  }

  .why-subtitle {
    font-size: 14px;
    text-align: start;
  }

  .why-list {
    text-align: left;
    padding: 0 15px;
    max-width: 500px;
    margin: 0 auto 30px auto;
  }

  .why-section-container .common-nav-buttons {
    display: none !important;
  }

  #whyOwl.owl-carousel button.owl-dot {
    background: none !important;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
    outline: none;
  }

  #whyOwl.owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 20px;
  }

  #whyOwl.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.4);
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: block;
    transition: all 0.3s ease;
  }

  #whyOwl.owl-carousel .owl-dots .owl-dot.active span {
    background: white;
    transform: scale(1.2);
  }

  .certificate-slider .owl-stage {
    padding: 0 !important;
  }

  .certificate-item {
    padding: 5px !important;
    height: auto;
  }

  .certificate-item.level-2,
  .certificate-item.level-1,
  .certificate-item.active-slide {
    transform: scale(1) !important;
    z-index: 1 !important;
  }

  .slider-nav-btn {
    display: none !important;
  }

  .cert-section-subtitle {
    padding: 10px;
  }

  .certificate-owl .owl-dots {
    display: block;
    margin-top: 15px;
  }

  .cert-section-title {
    font-size: 30px;
  }

  /* case-studies */
  .case-studies {
    padding: 60px 0px 60px 0px;
  }

  .case-header {
    display: block;
    margin-left: 0;
    max-width: 100%;
  }

  .case-header #case-header-title {
    margin: 0 10px;
    max-width: 100%;
  }

  .case-carousel {
    margin-top: 28px;
  }

  .case-header .case-nav {
    text-align: right;
    padding-top: 50px;
    margin-right: 3%;
  }

  .case-header .case-nav button {
    margin-left: 5px;
  }

  .case-item {
    flex: 0 0 100%;
  }

  .case-item .plus-icon.active-mobile::before {
    opacity: 1;
  }

  .case-header p {
    margin-bottom: 0px !important;
  }

  .gallery-header h2 {
    font-size: 30px;
  }

  /* gallery-section */
  .gallery-section {
    padding: 60px 0px 0px 0px;
  }

  .gallery-header {
    display: block;
    margin-left: 0;
    max-width: 100%;
  }

  .gallery-track {
    margin-top: 28px;
    gap: 30px;
  }

  .gallery-header #gallery-header-title {
    margin: 0 3%;
    max-width: 100%;
  }

  .gallery-header .gallery-nav {
    text-align: right;
    padding-top: 50px;
    margin-right: 3%;
  }

  .gallery-header .gallery-nav button {
    margin-left: 5px;
  }

  .gallery-item {
    flex: 0 0 100%;
  }

  .gallery-item .plus-icon.active-mobile::before {
    opacity: 1;
  }

  .gallery-header p {
    margin-bottom: 0px !important;
  }

  .close-modal-btn {
    top: 10px;
    right: 15px;
    font-size: 30px;
  }

  .modal-content-img {
    width: 95% !important;
    max-width: 95% !important;
    max-height: 90vh !important;
    height: auto;
    object-fit: contain;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 !important;
    animation: zoom-mobile 0.6s;
  }

  @keyframes zoom {
    to {
      transform: scale(1) translateY(0);
    }
  }

  .full-gallery-modal .modal-prev,
  .full-gallery-modal .modal-next {
    top: 50%;
    padding: 10px;
    font-size: 16px;
    background-color: rgba(237, 236, 236, 1);
    border-radius: 4px;
    z-index: 10001;
  }

  .full-gallery-modal .modal-prev {
    left: 8px;
    transform: translateY(-50%);
  }

  .full-gallery-modal .modal-next {
    right: 8px;
    transform: translateY(-50%);
  }

  .contact-section {
    width: 100%;
    margin-top: 0px;
  }

  .contact-qna-col-left {
    background-position: bottom center;
    background-size: 100% auto;
  }

  .contact-qna-inner {
    padding: 60px 15px;
  }

  .contact-qna-title {
    font-size: 30px;
  }

  .contact-qna-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .contact-header-underline {
    margin-bottom: 20px;
  }

  .contact-qna-toggle {
    padding: 12px 15px;
    font-size: 16px;
  }

  .contact-qna-body {
    padding: 10px 15px;
    font-size: 14px;
  }

  .contact-form-inner {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 30px;
  }

  .contact-form-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .contact-form-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .contact-form .row .col-sm-6 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact-form .row .col-sm-6:nth-child(even),
  .contact-form .row .col-sm-6:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-control[type="file"]::-webkit-file-upload-button,
  .contact-form-control[type="file"]::-moz-file-upload-button {
    width: 30%;
  }

  .d-flex.align-items-center.pt-3 {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .contact-submit-btn {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
    justify-content: center;
  }

  .form-check.m-0 {
    padding-left: 0;
  }

  .contact-terms-text {
    font-size: 13px;
  }

  .contact-qna-toggle span.contact-qna-link {
    width: 90%;
  }

  .order-section .owl-carousel .owl-stage-outer {
    width: 103% !important;
  }

  .view-all-solutions-btn {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .service-hero-section {
    height: 60vh;
  }

  .service-hero-section h1 {
    font-size: 50px;
  }

  .service-hero-section p {
    font-size: 16px;
    padding: 0 100px;
  }

  .custom-faq-wrapper {
    padding: 40px 100px;
  }

  .custom-left-panel {
    padding: 20px;
  }

  .custom-faq-right-panel {
  }

  #customerCarousel .item img {
    min-height: 550px;
  }

  .custom-faq-link {
    padding: 10px 40px 10px 20px;
    font-size: 15px;
  }

  .why-right {
    padding-left: 60px !important;
  }

  .main-left h1 {
    font-size: 2rem;
  }

  .info-panel2 {
    padding: 25px;
    margin-top: 40px;
  }

  .info-panel2 .percentage-title {
    font-size: 24px;
  }

  .why-slide {
    min-height: 600px;
  }

  .circular-image-wrapper {
    width: 400px;
    height: 400px;
  }

  .why-title {
    font-size: 40px;
  }

  .cert-section-title {
    font-size: 40px;
  }

  .cert-section-subtitle {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .certificate-row {
    min-height: 500px;
  }

  .certificate-carousel-wrapper {
    max-width: 1098px;
  }

  .prev-btn {
    left: -8%;
  }

  .next-btn {
    right: -8%;
  }

  .case-studies,
  .gallery-section {
    padding: 40px 80px;
  }

  .case-header #case-header-title,
  .gallery-header #gallery-header-title {
    margin-left: 0%;
    max-width: 80%;
  }

  .case-header h2,
  .gallery-header h2 {
    font-size: 32px;
  }

  .case-header p,
  .gallery-header p {
    font-size: 15px;
  }

  .case-nav,
  .gallery-nav {
    margin-right: 0%;
  }

  .case-item .info h3,
  .gallery-item .info h3 {
    font-size: 24px;
  }

  .case-item .info p,
  .gallery-item .info p {
    font-size: 16px;
  }

  #order-owl-carousel .owl-stage {
    height: 500px !important;
    padding-top: 10px !important;
  }

  #order-owl-carousel .owl-stage {
    height: 560px !important;
    padding-top: 10px !important;
  }

  .order-card .card-body {
    padding: 20px;
    height: 280px;
  }

  .card-icon-overlay {
    top: 20px;
    left: 20px;
    padding: 6px 10px;
    font-size: 1.2rem;
  }

  .order-product-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .gen-content-inner {
    padding-right: 0px;
    padding-left: 10px;
  }

  .process-description-wrapper {
    height: 28vh;
  }

  #advCardsCarousel .owl-stage-outer {
    padding-top: 30px;
  }

  .platform-bottom-area {
    padding-top: 200px;
  }

  .platform-card {
    padding: 35px 24px;
  }

  .common-nav-buttons {
    bottom: 125px;
    left: 38%;
  }
}

@media (min-width: 1300px) and (max-width: 1700px) {
  .service-hero-section {
    height: 60vh;
  }

  .service-hero-section h1 {
    font-size: 48px;
  }

  .service-hero-section p {
    font-size: 1.1rem;
    padding: 0 220px;
  }

  .custom-faq-icon-box {
    width: 55px;
    height: 55px;
  }

  .custom-faq-wrapper {
    padding: 80px;
  }

  .custom-left-panel {
    padding: 5px;
  }

  .custom-faq-right-panel {
    padding-left: 40px;
  }

  .custom-faq-subtitle::before {
    top: 65%;
    left: 50%;
    width: 25%;
  }

  .custom-faq-subtitle::after {
    top: 65%;
    left: 50%;
    width: 12%;
  }

  #customerCarousel .item img {
    min-height: 625px;
  }

  .custom-faq-link {
    padding: 15px 60px 15px 30px;
    font-size: 15px;
  }

  .why-right {
    padding-left: 120px !important;
  }

  .info-panel2 {
    padding: 35px;
    margin-top: 80px;
  }

  .info-panel2 .percentage-title {
    font-size: 30px;
  }

  .why-slide {
    min-height: 750px;
  }

  .circular-image-wrapper {
    width: 500px;
    height: 500px;
    padding: 12px;
  }

  .why-title {
    font-size: 40px;
  }

  .process-description-wrapper {
    height: 30vh;
  }

  .cert-section-title {
    font-size: 40px;
  }

  .cert-section-subtitle {
    font-size: 17px;
  }

  .certificate-row {
    min-height: 700px;
  }

  .prev-btn {
    left: -3%;
  }

  .next-btn {
    right: -3%;
  }

  .case-header h2,
  .gallery-header h2 {
    font-size: 40px;
  }

  .case-header p,
  .gallery-header p {
    font-size: 17px;
  }

  .case-item .info h3,
  .gallery-item .info h3 {
    font-size: 32px;
  }

  .case-item .info p,
  .gallery-item .info p {
    font-size: 18px;
  }

  .btn-view-all-projects {
    padding: 12px 28px;
    font-size: 16px;
  }

  .contact-qna-inner,
  .contact-form-inner {
    padding: 60px;
  }

  .contact-qna-title,
  .contact-form-title {
    font-size: 40px;
  }

  .contact-qna-subtitle,
  .contact-form-subtitle {
    font-size: 17px;
  }

  .contact-form .row .col-sm-6:nth-child(even) {
    padding-left: 15px;
  }

  .contact-form .row .col-sm-6:nth-child(odd) {
    padding-right: 15px;
  }

  .order-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .section-subtitle {
    font-size: 17px;
    margin-bottom: 60px;
  }

  #order-owl-carousel .owl-stage {
    height: 670px !important;
    padding-top: 15px !important;
  }

  .order-card .card-body {
    padding: 40px 30px;
    height: 350px;
  }

  .order-product-btn {
    padding: 12px 28px;
    font-size: 16px;
  }

  .process-section .section-title {
    width: 54%;
  }

  .gen-content-inner {
    /* padding-left: 190px; */
    padding-right: 30px;
  }

  .platform-bottom-area {
    background-color: #ffffff;
    padding-top: 330px;
  }
}
