@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url(animate.min.css);

.main-navigation {
  background-color: #fff;
  z-index: 999 !important;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 100%;
  width: 170px;
}

@media (max-width: 991px) {
  .navbar-brand img {
    width: 140px;
  }
}

.main-navigation {
  padding: 8px 12px;
}

.main-navigation.fixed-top {
  border-bottom: 1px solid #eee;
}

.main-navigation .nav-link {
  font-size: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
}

.main-navigation .nav-link:hover,
.main-navigation .nav-link.active {
  color: var(--primary-color);
  cursor: pointer;
}

.navbar-collapse {
  justify-content: end;
}

ul.dropdown-menu {
  padding: 10px 10px;
}

ul.dropdown-menu li {
  margin-bottom: 3px;
}

ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}

ul.dropdown-menu li a {
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.1s;
}

ul.dropdown-menu li a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.sideNavContent {
  width: 360px;
  max-width: 92vw;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background-color: #fff;
  top: 0px;
  padding: 38px 18px 20px 18px;
  overflow: auto;
}

.sideNavContent .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

.sideNavContent .close-icon i {
  font-size: 24px;
  color: #ff0000;
}

.sideNavContent .mobileMenu-list li {
  list-style: none;
}

.sideNavContent .mobileMenu-list li a.nav-link {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  color: #000;
  padding: 5px 0px;
}

.sideNavContent .mobileMenu-list li a.nav-link-active {
  color: var(--primary-color) !important;
}

.sideNavContent .mobileMenu-list .dropdown-menu-mobile {
  margin-bottom: 4px;
  font-size: 14px;
  color: #000;
  padding-left: 24px;
}

.sideNavContent .mobileMenu-list .dropdown-menu-mobile li {
  list-style: disc;
}

.sideNavContent .mobileMenu-list .dropdown-menu-mobile li a.dropdown-item {
  padding: 3px 5px;
  color: #000;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sideNavContent .mobileMenu-list .dropdown-menu-mobile li a.dropdown-item .new-badge {
  margin-top: 2px;
  vertical-align: baseline;
}

.backdropMenu {
  background-color: rgba(0, 0, 0, 0.1647058824);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.main_wrapper {
  float: left;
  width: 100%;
  background-position: center 0;
  background-size: cover;
  position: relative;
  position: relative;
  background-color: #fff;
}

@media (min-width: 992px) {
  .main_wrapper .slider-main.slider-main {
    height: calc(100vh - 93px);
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .main_wrapper .slider-main.slider-main {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .main_wrapper .slider-txt-content {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .main_wrapper .slider-txt-content {
    margin-top: 12px;
    order: 2;
  }
}

@media (max-width: 480px) {
  .main_wrapper .slider-txt-content {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .main_wrapper .slider-img {
    order: 1;
    margin-top: 0px;
  }
}

.main_wrapper .slider-img1 img {
  -o-object-fit: cover;
  object-fit: cover;
}

.main_wrapper .welcome-Txt {
  font-size: 42px;
}

@media (max-width: 767px) {
  .main_wrapper .welcome-Txt {
    font-size: 20px;
  }
}

.main_wrapper h1 {
  font-weight: 600 !important;
  font-size: 36px;
}

@media (max-width: 1300px) {
  .main_wrapper h1 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .main_wrapper h1 {
    text-align: center;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .main_wrapper h1 {
    font-size: 24px;
    margin-bottom: 8px !important;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .main_wrapper h1 {
    font-size: 20px;
    margin-bottom: 6px !important;
    text-align: center;
  }
}

.main_wrapper h1 span {
  color: var(--primary-color);
}

.main_wrapper p {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 1300px) {
  .main_wrapper p {
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width: 991px) {
  .main_wrapper p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .main_wrapper p {
    font-size: 13px;
    line-height: normal;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .main_wrapper .btn-read-more-main {
    text-align: center;
  }
}

.slider-main {
  height: calc(100vh - 93px);
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .slider-main {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}

.slider-txt-content {
  padding: 0px;
}

@media (max-width: 991px) {
  .slider-txt-content {
    margin-top: 12px;
    order: 2;
  }

  .slider-img {
    order: 1;
    margin-top: 0px;
  }
}

.slider-img1 img {
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome-Txt {
  font-size: 42px;
}

@media (max-width: 767px) {
  .welcome-Txt {
    font-size: 20px;
  }
}

h1 {
  font-weight: 600 !important;
  font-size: 36px;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  h1 {
    text-align: center;
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 8px !important;
    text-align: center;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 20px;
    margin-bottom: 6px !important;
    text-align: center;
  }
}

h1 span {
  color: var(--primary-color);
}

p {
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 1300px) {
  p {
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width: 991px) {
  p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 13px;
    line-height: normal;
  }
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  background-color: #000;
}

.btn-outline-white:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

@media (max-width: 767px) {
  .btn-outline-white {
    font-size: 14px;
    padding: 7px 16px;
  }
}

.textTypeEffect {
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.2em;
  display: inline-flex;
  animation: typewriter 7s steps(10, end) infinite, blinking-cursor 0.8s infinite;
}

@media (max-width: 480px) {
  .textTypeEffect {
    letter-spacing: 0.1em;
  }
}

@keyframes typewriter {
  0% {
    width: 0;
  }

  25% {
    width: 70%;
  }

  48% {
    width: 100%;
  }

  50% {
    width: 100%;
  }

  55% {
    width: 100%;
  }

  75% {
    width: 70%;
  }

  85% {
    width: 30%;
  }

  100% {
    width: 0;
  }
}

@keyframes blinking-cursor {
  from {
    border-color: transparent;
  }

  to {
    border-color: transparent;
  }
}

.custom-py-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .custom-py-2 {
    padding: 30px 20px;
  }
}

.counter {
  padding: 20px 10px;
  background-color: var(--primary-color);
  border-radius: 16px !important;
}

@media (max-width: 767px) {
  .counter {
    margin-bottom: 24px;
  }
}

.counter h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 4px;
}

.milestone-section-title {
  max-width: 760px;
  margin: 0 auto 28px;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.milestone-section-title h2,
.upcoming-events-section h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.milestone-section-title p,
.upcoming-events-section > .text-center p {
  max-width: 720px;
  margin: 0 auto;
  color: #454552;
  font-size: 15px;
  line-height: 1.6;
}

.counter-flip-card {
  min-height: 128px;
  perspective: 1000px;
}

.counter-flip-inner {
  position: relative;
  width: 100%;
  min-height: 128px;
  transition: transform 0.65s ease;
  transform-style: preserve-3d;
}

.counter-flip-card:hover .counter-flip-inner,
.counter-flip-card:focus-within .counter-flip-inner,
.counter-flip-card.is-flipped .counter-flip-inner {
  transform: rotateY(180deg);
}

.counter-flip-front,
.counter-flip-back {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
}

.counter-flip-back {
  transform: rotateY(180deg);
}

.counter-flip-back .counter-desc {
  padding: 0 14px;
}

.counter-flip-back p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .counter-flip-card {
    margin-bottom: 24px;
  }

  .counter-flip-card .counter {
    margin-bottom: 0;
  }
}

.upcoming-events-section {
  margin-top: 38px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(245, 150, 31, 0.08), rgba(31, 64, 174, 0.08));
  border: 1px solid rgba(245, 150, 31, 0.18);
}

.upcoming-events-section .row {
  margin-top: 20px;
}

.event-card {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 20px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 42px rgba(245, 150, 31, 0.18);
}

.event-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 150px;
  width: 150px;
  min-height: 76px;
  padding: 10px;
  border-radius: 16px;
  text-align: center;
  line-height: 1.1;
}

.event-logo strong {
  display: block;
  font-weight: 800;
}

.event-logo > span {
  display: block;
  font-weight: 700;
}

.event-logo-itw {
  flex-direction: column;
  width: 120px;
  flex-basis: 120px;
  color: #fff;
  background: #10103a;
  border: 2px solid #f8b32b;
}

.event-logo-itw strong {
  font-size: 34px;
}

.event-logo-itw span {
  margin-top: 4px;
  color: #f8b32b;
  font-size: 11px;
  text-transform: uppercase;
}

.event-logo-wwc {
  justify-content: flex-start;
  gap: 10px;
  color: #fff;
  background: linear-gradient(135deg, #24282c, #64717a);
}

.event-logo-wwc strong {
  font-size: 32px;
  line-height: 1;
}

.event-logo-wwc small {
  display: block;
  color: #d7f2ff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-logo-wwc small b {
  color: #0a9be6;
  font-weight: 700;
}

.event-logo-gccm {
  justify-content: flex-start;
  gap: 8px;
  color: #4b3527;
  background: #fff;
  border: 1px solid #d8d0c5;
}

.event-logo-gccm strong {
  font-size: 16px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.event-logo-gccm small {
  display: block;
  color: #b79255;
  font-size: 9px;
  line-height: 1.2;
  text-transform: uppercase;
}

.event-logo-mwc {
  flex-basis: 190px;
  width: 190px;
  min-height: 78px;
  padding: 6px;
  background: #fff;
  border: 0;
}

.event-logo-mwc img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.event-logo-mark {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.wwc-globe {
  color: #0b97db;
  font-size: 34px;
}

.gccm-emblem {
  width: 34px;
  height: 34px;
  border: 2px solid #b79255;
  border-radius: 50%;
  color: #b79255;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.event-logo-copy {
  text-align: left;
}

.event-card-label {
  display: block;
  margin-bottom: 4px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-card h4 {
  margin-bottom: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.event-card p {
  margin: 0;
  color: #454552;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}

.event-meeting-form-panel {
  margin-top: 28px;
  padding: 26px;
  border-radius: 22px;
  background-color: #fff;
  border: 2px solid rgba(245, 150, 31, 0.25);
  box-shadow: 0 14px 42px rgba(245, 150, 31, 0.12);
}

.event-meeting-form-panel h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.event-meeting-form-panel > .text-center p {
  max-width: 680px;
  margin: 0 auto;
  color: #454552;
  font-size: 15px;
  line-height: 1.6;
}

.event-meeting-form-panel .btn-event-meeting {
  width: auto;
  min-width: 190px;
  margin-top: 18px;
  padding-left: 28px;
  padding-right: 28px;
}

.event-meeting-form {
  margin-top: 22px;
}

.event-meeting-form label {
  display: block;
  margin-bottom: 7px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.event-meeting-form .form-control {
  min-height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  font-size: 14px;
}

.event-meeting-form .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(245, 150, 31, 0.15);
}

.website-validation-message {
  min-height: 18px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}

.website-validation-message.is-valid {
  color: #198754;
}

.website-validation-message.is-invalid {
  color: #dc3545;
}

.website-validation-message.is-checking {
  color: #6c757d;
}

.event-phone-group {
  display: flex;
  gap: 8px;
}

.event-phone-group select {
  flex: 0 0 130px;
  max-width: 130px;
}

.event-phone-group input {
  flex: 1;
}

.btn-event-meeting {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), #ff7a00);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(245, 150, 31, 0.28);
}

.btn-event-meeting:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-event-meeting:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
}

.btn-event-meeting-blink {
  animation: meetingButtonBlink 1.15s ease-in-out infinite;
}

.event-meeting-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

.event-meeting-popup.is-open {
  display: block;
}

.event-meeting-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.event-meeting-popup-dialog {
  position: relative;
  width: min(92vw, 620px);
  max-height: 90vh;
  margin: 5vh auto;
  overflow-y: auto;
}

.event-meeting-popup-content {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.event-meeting-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(245, 150, 31, 0.18);
}

.event-meeting-popup-header .modal-title {
  color: #000;
  font-weight: 700;
}

.event-meeting-popup-body {
  padding: 18px;
}

.event-meeting-popup .event-meeting-form {
  margin-top: 0;
}

.event-meeting-open {
  overflow: hidden;
}

.captcha-field-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-image-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.site-captcha-img {
  display: block;
  width: 120px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.captcha-refresh-btn {
  min-height: 46px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), #ff7a00);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.captcha-field-row .form-control {
  flex: 1;
}

@media (max-width: 575px) {
  .captcha-field-row {
    flex-direction: column;
    align-items: stretch;
  }

  .captcha-image-group {
    width: 100%;
  }

  .site-captcha-img {
    flex: 0 0 120px;
  }

  .captcha-refresh-btn {
    flex: 1;
  }
}

.event-meeting-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.event-meeting-consent input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.event-meeting-consent label {
  margin-bottom: 0;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.event-meeting-consent a {
  color: var(--primary-color) !important;
  text-decoration: none;
}

@keyframes meetingButtonBlink {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(245, 150, 31, 0.5), 0 10px 24px rgba(245, 150, 31, 0.28);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(245, 150, 31, 0), 0 14px 30px rgba(245, 150, 31, 0.38);
    transform: translateY(-2px);
  }
}

@media (max-width: 767px) {
  .milestone-section-title {
    margin-bottom: 22px;
  }

  .milestone-section-title h2,
  .upcoming-events-section h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .milestone-section-title p,
  .upcoming-events-section > .text-center p {
    font-size: 13px;
    line-height: 1.55;
  }

  .upcoming-events-section {
    margin-top: 18px;
    padding: 20px 14px;
  }

  .section-eyebrow {
    font-size: 14px;
  }

  .event-card {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 18px 14px;
    text-align: center;
  }

  .event-logo {
    flex: 0 0 auto;
    width: 180px;
    max-width: 100%;
    min-height: 78px;
  }

  .event-logo-itw {
    width: 120px;
  }

  .event-logo-itw strong,
  .event-logo-wwc strong {
    font-size: 26px;
  }

  .event-logo-mwc {
    width: min(260px, 100%);
    flex-basis: auto;
  }

  .event-logo-gccm strong {
    font-size: 16px;
  }

  .event-logo-copy {
    text-align: left;
  }

  .event-card > div:not(.event-logo) {
    width: 100%;
    text-align: center;
  }

  .event-card h4 {
    font-size: 21px;
    line-height: 1.2;
  }

  .event-card p {
    text-align: center;
  }

  .event-meeting-form-panel {
    margin-top: 22px;
    padding: 20px 14px;
  }

  .event-meeting-form-panel h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .event-meeting-form-panel > .text-center p {
    font-size: 13px;
    line-height: 1.55;
  }

  .event-meeting-form-panel .btn-event-meeting {
    width: 100%;
    min-width: 0;
  }

  .event-phone-group {
    flex-direction: column;
  }

  .event-phone-group select {
    flex-basis: auto;
  }
}

.shadow {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}

:root {
  --primary-color: #f5961f;
  --font-family: Poppins;
  --light: #f4f7fe;
  --primary: #1363C6;
  --transition: all ease .5s;
  --paragraphColor: #454552;
  --neonGreenColor: #c1ff00;
  --tealBlueColor: #608594;
  --primaryColor: #5754ff;
  --yellowColor: #f8d472;
  --orangeColor: #ec764b;
  --blackColor: #0e0e28;
  --whiteColor: #ffffff;
}

* {
  font-family: var(--font-family);
}

html,
body {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  font-weight: 400;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fw-bold {
  font-weight: 700 !important;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a:focus {
  color: #45108a;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: unset;
  text-decoration: none;
}

a:hover {
  color: #45108a;
  text-decoration: none;
  transition: all 0.5s;
}

a {
  color: #fff;
  transition: all 0.5s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button:focus,
.btn:focus {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  resize: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

.full_width {
  float: left;
  width: 100%;
}

.error-message {
  font-size: 14px;
  color: #ff0000;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.country-selector.country-selector {
  background-color: #eee;
  border: 1px solid #ced4da;
  font-size: 14px !important;
  border-radius: 4px 0px 0px 4px !important;
}

.mob-input .form-control:focus-within {
  border: 1px solid var(--primary-color);
}

.mob-input .form-control:focus-within .country-selector.country-selector {
  border: 1px solid var(--primary-color);
}

.a_link {
  color: #5754ff;
  text-decoration: underline;
}

.a_link:hover {
  color: #5754ff;
  text-decoration: underline;
}

.a_link1 {
  color: inherit;
  text-decoration: none;
}

.owl-nav {
  display: none;
}

.text2world,
.scale2world {
  color: #000 !important;
  font-weight: 600;
}

.text2world .text2world1 {
  color: var(--primary-color);
}

.scale2world .scale2world1 {
  color: #1f40ae;
}

.nav-link-active {
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}

.service-title {
  background-image: url(../assets/img/service-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 130px 0px 100px 0px;
}

@media (max-width: 991px) {
  .service-title {
    padding: 40px 0px 40px 0px;
  }
}

.service-title h1 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 991px) {
  .service-title h1 {
    font-size: 20px;
  }
}

.bg-grey {
  background-color: #eee;
  margin-bottom: 30px;
}

.service-txt-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-txt-main p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .service-txt-main {
    order: 2;
    margin-top: 20px;
  }
}

.img-service img {
  max-width: 100%;
  border-radius: 12px;
}

.service-txt {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .service-txt {
    font-size: 15px;
  }
}

.service-list-benefits .title {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 12px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .service-list-benefits .title {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .service-list-benefits .title {
    font-size: 14px;
    line-height: 1.4;
  }
}

.service-list-benefits .title1 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: left;
}

@media (max-width: 767px) {
  .service-list-benefits .title1 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .service-grid {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .service-grid .col-service:nth-child(odd) .col-lg-3 {
    display: flex;
    justify-content: center;
  }

  .service-grid .col-service:nth-child(odd) .col-lg-9 {
    padding: 0px;
  }

  .service-grid .col-service:nth-child(even) .col-lg-9 {
    order: 2;
    padding: 0px;
  }

  .service-grid .col-service:nth-child(even) .col-lg-3 {
    order: 1;
    display: flex;
    justify-content: center;
  }
}

.servicelist-col {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .servicelist-col {
    min-height: 310px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .servicelist-col {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.servicelist-col .title-list {
  font-size: 20px;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .servicelist-col .title-list {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .servicelist-col .title-list {
    font-size: 16px;
  }
}

.servicelist-col .icon {
  text-align: center;
}

.servicelist-col .icon i {
  font-size: 72px;
  color: #f5961f;
  border: 1px solid #d9dbe4;
  padding: 20px;
  width: 180px;
  height: 135px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .servicelist-col .icon i {
    width: auto;
  }
}

@media (max-width: 991px) {
  .servicelist-col .icon i {
    font-size: 52px;
    padding: 16px;
    width: 130px;
    height: 100px;
    border-radius: 8px;
  }
}

.servicelist-col p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .servicelist-col p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }
}

.tech-bullet-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}

.tech-bullet-list li {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 12px;
  text-align: left;
}

@media (max-width: 991px) {
  .tech-bullet-list li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

/* Redesigned Technologies We Deliver Section */
.tech-delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .tech-delivery-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.tech-card {
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}

.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(87, 84, 255, 0.15);
  border-color: rgba(87, 84, 255, 0.2);
  background: #ffffff;
}

.tech-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 20px;
  transition: all 0.3s ease;
}

.tech-card:hover .tech-card-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Customized glowing backgrounds for icons */
.bg-blue-glow {
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
  color: #0284c7;
}
.bg-indigo-glow {
  background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
  color: #4f46e5;
}
.bg-purple-glow {
  background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
  color: #9333ea;
}
.bg-pink-glow {
  background: linear-gradient(135deg, #fce7f3, #fbcfe8);
  color: #db2777;
}
.bg-cyan-glow {
  background: linear-gradient(135deg, #ecfeff, #cffafe);
  color: #0891b2;
}
.bg-red-glow {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  color: #dc2626;
}

.tech-card-content {
  flex-grow: 1;
}

.tech-card-content h5 {
  font-size: 16px;
  font-weight: 600 !important;
  color: #1f2937;
  margin-bottom: 6px;
}

.tech-card-content p {
  font-size: 13px !important;
  color: #6b7280;
  line-height: 1.5 !important;
  margin: 0;
  text-align: left !important;
}

.tech-img-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  animation: techFloat 6s ease-in-out infinite;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-deliver-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.tech-img-container:hover .tech-deliver-img {
  transform: scale(1.05);
}

@keyframes techFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Mobile adjustments */
@media (max-width: 991px) {
  .tech-img-container {
    max-width: 480px;
    margin: 30px auto 0 auto;
  }
}

.img-services {
  max-height: 380px;
  border-radius: 12px;
}

.owl-item img {
  height: 390px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .owl-item img {
    height: 270px;
  }
}

.about-img img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  .px-0 {
    padding: 0px !important;
  }
}

.submitFormPopup .dialog-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.submitFormPopup .mat-mdc-dialog-content {
  max-height: unset;
  flex-grow: unset;
}

.submitFormPopup .mdc-dialog__surface mat-icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: var(--primary-color);
}

.submitFormPopup .mdc-dialog__surface p {
  font-size: 20px;
  font-weight: bold;
}

.submitFormPopup .mdc-dialog__surface .btn {
  background-color: var(--primary-color);
  border: 0px;
  width: 120px;
  height: 40px;
}

.submitFormPopup .mdc-dialog__surface .btn:focus {
  outline: none;
}

.ShowMenu {
  overflow: hidden;
}

.mat-mdc-checkbox .mdc-checkbox__ripple,
.mat-mdc-checkbox .mat-ripple {
  display: none !important;
}

.mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox.mdc-checkbox .mdc-checkbox__background {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}

.btn-outline-white.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  background-color: #000 !important;
}

.servicesList-main {
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .servicesList-main {
    padding: 0px 24px;
  }
}

@media (max-width: 767px) {
  .service-list-box {
    margin-top: 24px;
  }
}

.service-block {
  transition: all 0.4s ease 0s;
  border-radius: 25px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor: pointer;
  min-height: 100%;
  text-align: center;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .service-block {
    padding: 16px 24px;
  }
}

@media (min-width: 991px) {
  .service-block:hover .service-card-desc {
    transform: translateY(-110px) !important;
  }

  .service-block:hover .service-card-desc a {
    opacity: 1;
    position: relative;
    top: 80px;
  }

  .service-block:hover .service-icon {
    opacity: 0;
  }
}

.service-block .service-icon {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .service-block .service-icon {
    min-height: auto;
    margin-bottom: 8px;
  }
}

.service-block .service-icon img {
  width: 85px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .service-block .service-icon img {
    width: 70px;
  }
}

.service-block .service-icon i {
  font-size: 72px;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .service-block .service-icon i {
    font-size: 60px;
  }
}

.service-block .service-card-desc h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--blackColor);
  transition: var(--transition);
}

@media (max-width: 767px) {
  .service-block .service-card-desc h4 {
    font-size: 14px;
  }
}

.service-block .service-card-desc p {
  margin-top: 5px;
  line-height: 1.75em;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--blackColor);
}

@media (max-width: 767px) {
  .service-block .service-card-desc p {
    margin-top: 0px;
    margin-bottom: 16px;
  }
}

.service-block .service-card-desc a {
  font-size: 16px;
  color: var(--primary-color);
  text-decoration: none;
  opacity: 0;
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .service-block .service-card-desc a {
    font-size: 14px;
    border-radius: 4px;
    opacity: 1;
    padding: 8px 20px;
  }
}

.title-service {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}

@media (max-width: 767px) {
  .title-service {
    font-size: 24px;
  }
}

.service-icon,
.service-card-desc {
  transition: all 0.4s ease 0s;
}

input {
  font-size: 14px;
}

input:focus {
  border: 1px solid var(--primary-color);
}

.btn-contactus.btn-contactus {
  border: 1px solid #000;
  border-radius: 6px;
  color: #000;
  height: 52px;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .btn-contactus.btn-contactus {
    height: 44px;
    font-size: 14px;
    border-radius: 4px;
  }
}

.btn-contactus.btn-contactus:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

.office-address {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 18px 0 24px;
}

.office-presence-card {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 22px 28px;
  border-radius: 22px;
  background: #f8faff;
  border: 1px solid rgba(245, 150, 31, 0.14);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);
}

.office-address h2 {
  width: min(100%, 340px);
  min-height: 46px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--primary-color), #ff7a00);
  color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px !important;
  text-align: center;
  box-shadow: 0 10px 24px rgba(245, 150, 31, 0.28);
  animation: contactHeadingBlink 1.8s ease-in-out infinite;
}

@media (max-width: 767px) {
  .office-address h2 {
    width: 100%;
    min-height: 42px;
    padding: 9px 14px;
    font-size: 21px;
  }
}

.office-address .addresses-grid {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .office-address .addresses-grid {
    padding: 0px;
  }
}

.office-address .addresses-grid .office-address-block {
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #edf0f5;
  margin-bottom: 10px;
  padding: 12px 14px;
  color: #333;
  border-radius: 12px;
}

.office-address .addresses-grid .office-address-block:last-child {
  margin-bottom: 0;
}

.office-address .addresses-grid .office-address-block .fa {
  margin-right: 4px;
}

.office-address .addresses-grid .office-address-block a {
  margin-right: 12px;
  text-decoration: none;
  color: #0d6efd;
}

.office-address .addresses-grid .office-address-block .office-address-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.office-address .addresses-grid .office-address-block .office-address-txt {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}

@media (max-width: 767px) {
  .office-address .addresses-grid .office-address-block .office-address-txt {
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .office-address .addresses-grid .office-address-block .office-address-contact-info {
    display: flex;
    flex-direction: column;
  }
}

.office-address .img-1 {
  display: block;
  width: 100%;
  max-width: 680px;
  min-height: 310px;
  margin: 0 auto;
  object-fit: contain;
  border-radius: 18px;
}

.office-map-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .office-address {
    padding: 22px 0;
  }

  .office-presence-card {
    padding: 18px 14px;
    border-radius: 16px;
  }

  .office-address h2 {
    text-align: center;
    margin-bottom: 14px !important;
  }

  .office-map-col {
    justify-content: center;
    margin-top: 12px;
  }

  .office-address .img-1 {
    max-width: 100%;
    min-height: 0;
  }
}

.mob-input {
  position: relative;
}

.contact-field-label {
  display: block;
  margin-bottom: 7px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.contact-phone-group {
  display: flex;
  gap: 8px;
}

.contact-phone-group select {
  flex: 0 0 130px;
  max-width: 130px;
}

.contact-phone-group input {
  flex: 1;
}

@media (max-width: 767px) {
  .contact-phone-group {
    flex-direction: column;
  }

  .contact-phone-group select {
    flex-basis: auto;
    max-width: 100%;
  }
}

::ng-deep .mat-mdc-menu-panel.mat-mdc-menu-panel {
  max-height: 280px;
}

::ng-deep .mat-mdc-menu-panel.mat-mdc-menu-panel .country-list-button {
  min-height: 40px;
  font-size: 14px;
  padding: 10px 16px;
}

.contactUs {
  padding: 30px 24px;
  display: flex;
  background-color: var(--light);
}

.contactUs h1 {
  font-size: 28px;
  color: #000;
  text-align: center;
}

.contact-form-heading {
  margin-bottom: 24px;
  width: min(100%, 300px);
  margin-left: auto;
  margin-right: auto;
  padding: 13px 22px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), #ff7a00);
  box-shadow: 0 10px 24px rgba(245, 150, 31, 0.28);
  animation: contactHeadingBlink 1.8s ease-in-out infinite;
}

.contact-form-heading span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-heading h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.contact-form-heading p {
  max-width: 420px;
  margin: 8px auto 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .contactUs {
    padding: 20px 24px;
  }

  .contact-form-heading {
    width: 100%;
    padding: 11px 14px;
    border-radius: 24px;
  }

  .contact-form-heading h1 {
    font-size: 21px;
  }

  .contact-form-heading p {
    font-size: 13px;
  }
}

@keyframes contactHeadingBlink {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(245, 150, 31, 0.45), 0 10px 24px rgba(245, 150, 31, 0.28);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(245, 150, 31, 0), 0 14px 30px rgba(245, 150, 31, 0.38);
    transform: translateY(-2px);
  }
}

.checkboxMain {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 600px;
  padding: 10px 15px;
  border-radius: 5px;
}

.checkboxMain input[type=checkbox] {
  margin-top: 4px;
}

.checkboxMain label {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
}

.checkboxMain .td_link {
  color: #f7941d;
  text-decoration: none;
  font-weight: 500;
}

.checkboxMain .td_link:hover {
  text-decoration: underline;
}

.payment-main {
  background-color: var(--light);
  padding: 30px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 767px) {
  .payment-main {
    padding: 20px 20px 0px 20px;
  }
}

.payment-main h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 150px;
  min-height: 46px;
  margin: 0 auto 18px;
  padding: 10px 22px;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary-color), #ff7a00);
  box-shadow: 0 10px 24px rgba(245, 150, 31, 0.28);
}

@media (max-width: 767px) {
  .payment-main h4 {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 12px;
  }
}

.btn-title {
  background-color: var(--primary-color);
  color: #fff;
  border: 0px;
}

.col-payment {
  display: flex;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 10px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .col-payment {
    align-items: center;
    margin-bottom: 8px;
    padding: 8px;
  }
}

.col-payment img {
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .col-payment img {
    width: 52px;
    height: 52px;
  }
}

.col-payment .col-payment-details {
  padding: 6px 0px 6px 12px;
}

.col-payment .col-payment-details h2 {
  font-size: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .col-payment .col-payment-details h2 {
    font-size: 14px;
  }
}

.col-payment .col-payment-details p {
  font-size: 13px;
  color: #333;
}

@media (max-width: 767px) {
  .col-payment .col-payment-details p {
    font-size: 12px;
  }
}

.col-payment .col-payment-details a {
  font-size: 12px;
  color: var(--primary-color);
  cursor: pointer;
}

.staffing-intro h6 {
  margin-bottom: 14px;
}

.staffing-intro p {
  margin-bottom: 16px;
}

.staffing-about-section .title-list {
  margin-bottom: 14px;
}

.staffing-about-section > p {
  margin-bottom: 13px;
}

.staffing-about-section > p:last-child {
  margin-bottom: 0;
}

.staffing-services-list .title-list {
  margin-bottom: 14px;
}

.staffing-services-list .staffing-service-item {
  margin-bottom: 22px;
}

.staffing-services-list .staffing-service-item b {
  display: block;
  margin-bottom: 6px;
}

.staffing-partner-section .title-list {
  color: #000;
  font-weight: 600;
  margin-bottom: 14px;
}

.staffing-partner-section > p {
  margin-bottom: 14px;
}

.staffing-partner-section .partner-lead-text {
  margin-top: 2px;
  margin-bottom: 20px;
}

.tc-checkbox {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
}

.tc-checkbox .td_link {
  color: var(--primary-color) !important;
}

.iti {
  width: 100%;
}

.bg-about-us {
  border-top: 1px solid #eee;
}

.bg-about-us ul {
  padding-left: 10px;
}

.bg-about-us ul li {
  font-size: 16px;
  list-style: disc;
  margin-bottom: 2px;
}

.bg-about-us h2 {
  font-weight: 600 !important;
  font-size: 28px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .bg-about-us h2 {
    font-size: 24px;
    margin-bottom: 8px !important;
  }
}

.bg-about-us p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

@media (max-width: 767px) {
  .bg-about-us p {
    font-size: 14px;
    line-height: normal;
  }
}

.btn-title-about-us {
  font-size: 16px;
  color: #000;
}

.about-img {
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-read-more {
  background-color: #000;
  color: #fff;
}

.btn-read-more:hover {
  background-color: var(--primary-color);
}

.footer {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

@media (max-width: 767px) {
  .footer .footer-logo-section {
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .footer .footer-logo-section .img-fluid {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .footer h5 {
    margin-bottom: 12px !important;
  }
}

.footer .social-icon-main {
  justify-content: center;
}

@media (max-width: 767px) {
  .footer .social-icon-main {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .footer .mt-sm-2 {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .footer .mt-sm-0 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}

.footer .btn.btn-social {
  margin-right: 16px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  transition: 0.1s;
  background-color: #eee;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0;
  text-align: left;
  color: #000;
  font-weight: normal;
  transition: 0.1s;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer .btn.btn-link {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

.footer .btn.btn-link:hover {
  color: var(--primary-color);
}

.footer .btn.btn-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  margin-right: 8px;
  font-size: 6px;
}

.footer .btn.btn-link:hover {
  letter-spacing: normal;
  box-shadow: none;
}

.last-service-col {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .last-service-col {
    margin-top: 0px;
  }
}

.copyright {
  padding: 25px 0;
  font-size: 18px;
  color: #000;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 16px;
    padding: 18px 0;
  }
}

.whatsapp-no {
  position: fixed;
  bottom: 19px;
  right: 100px;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}

.whatsapp-no a {
  background-color: transparent;
  border: 0px;
}

.whatsapp-no a img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

body.menu-open {
  overflow: hidden;
}

.menu {
  display: none;
}

.menu.open {
  display: block;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.backdrop.show {
  display: block;
}

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  left: 15px;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}

.scroll-to-top .btn-scroll {
  border-radius: 50%;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.card {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.card h2 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 20px;
}

.card p {
  color: #000;
  line-height: 1.6;
  font-size: 15px;
}

#header {
  position: sticky;
  z-index: 999;
  top: 0px;
}

.navbar a.active,
.menu a.active {
  color: #f5961f;
  font-weight: bold;
}

.dropdown-menu li a.active,
.dropdown-menu-mobile li a.active {
  background-color: var(--primary-color);
  color: #fff;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 15px 0;
  display: flex;
  align-items: center;
  background-color: var(--light);
  border-radius: 8px;
}

.marquee-content {
  display: inline-block;
  animation: marquee 35s linear infinite;
  padding: 10px 0;
}

.marquee-content:hover {
  animation-play-state: paused;
}

.marquee-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  margin: 0 15px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--primary-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 180px;
}

.marquee-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.client-logo {
  height: 55px;
  width: auto;
  margin-right: 0;
  margin-bottom: 12px;
  border-radius: 6px;
  object-fit: contain;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Premium Styling for Partner Benefits list in staffing.html */
.partner-lead-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
}

@media (max-width: 991px) {
  .partner-lead-text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
  }
}

/* Beautiful Premium Partner Cards Styling - 3D Flip Card Effect */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 310px;
  perspective: 1200px;
  /* Enhanced 3D perspective depth */
  margin-bottom: 24px;
}

/* Card Inner Container - handles the 3D rotation */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  cursor: pointer;
}

/* Trigger 3D flip on hover */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back Sides base styling */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
}

/* Front Side Styling */
.flip-card-front {
  background-color: #f4f5f8;
  color: #0e0e28;
  z-index: 2;
  transform: rotateY(0deg);
}

.flip-card-front .partner-card-icon {
  font-size: 48px;
  color: var(--primary-color, #f5961f);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.flip-card-front .partner-card-title {
  font-size: 20px;
  font-weight: 600 !important;
  color: #0e0e28 !important;
  margin: 0;
  line-height: 1.4;
}

/* Back Side Styling */
.flip-card-back {
  background-color: var(--primary-color);
  color: #ffffff;
  transform: rotateY(180deg);
  border-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-back .partner-card-title-back {
  font-size: 19px;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-bottom: 14px;
  line-height: 1.4;
  text-transform: capitalize;
}

.flip-card-back .partner-card-desc {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.6 !important;
  margin: 0;
  text-align: center;
}

/* Add elegant subtle effects on hover */
.flip-card:hover .flip-card-front {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.flip-card:hover .flip-card-back {
  box-shadow: 0 10px 30px rgba(0, 0, 80, 0.3);
}

/* Front Side icon animation on hover before flipping completes */
.flip-card:hover .partner-card-icon {
  transform: scale(1.1);
}

/* Mobile responsive fixes */
@media (max-width: 767px) {
  .flip-card {
    height: 290px;
    margin-bottom: 20px;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 24px 18px;
  }

  .flip-card-front .partner-card-title {
    font-size: 18px;
  }

  .flip-card-back .partner-card-title-back {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .flip-card-back .partner-card-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

/* ==========================================
   Premium Highlight Styling for Services
   ========================================== */

/* Premium Service Block Highlights */
.service-block.highlighted-service-block {
  position: relative;
  overflow: visible !important; /* Allow top floating badge to display */
  border-width: 2px;
  border-style: solid;
  transform: translateY(-6px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

/* Floating badge for both cards */
.service-block.highlighted-service-block::before {
  content: attr(data-badge);
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 18px;
  border-radius: 30px;
  z-index: 15;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 1. IT Staffing Service Highlight (Orange theme) */
.service-block.highlighted-service-orange {
  border-color: #f5961f;
  box-shadow: 0 15px 35px rgba(245, 150, 31, 0.18), 0 0 15px rgba(245, 150, 31, 0.08);
}
.service-block.highlighted-service-orange::before {
  background: linear-gradient(135deg, #f5961f 0%, #ff7a00 100%);
}
.service-block.highlighted-service-orange:hover {
  border-color: #ff7a00;
  box-shadow: 0 20px 45px rgba(245, 150, 31, 0.35), 0 0 25px rgba(245, 150, 31, 0.15);
  transform: translateY(-10px) scale(1.02);
}

/* 2. SAAS, CPAAS Highlight (Blue theme) */
.service-block.highlighted-service-blue {
  border-color: #1f40ae;
  box-shadow: 0 15px 35px rgba(31, 64, 174, 0.18), 0 0 15px rgba(31, 64, 174, 0.08);
}
.service-block.highlighted-service-blue::before {
  background: linear-gradient(135deg, #1f40ae 0%, #3a62d7 100%);
}
.service-block.highlighted-service-blue:hover {
  border-color: #3a62d7;
  box-shadow: 0 20px 45px rgba(31, 64, 174, 0.35), 0 0 25px rgba(31, 64, 174, 0.15);
  transform: translateY(-10px) scale(1.02);
}

/* Premium Slider Badges & Buttons */
.slider-featured-badge {
  background: linear-gradient(135deg, rgba(245, 150, 31, 0.12) 0%, rgba(245, 150, 31, 0.22) 100%);
  color: #f5961f;
  border: 1px solid rgba(245, 150, 31, 0.45);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(245, 150, 31, 0.05);
}

.slider-featured-badge-scale {
  background: linear-gradient(135deg, rgba(31, 64, 174, 0.12) 0%, rgba(31, 64, 174, 0.22) 100%);
  color: #1f40ae;
  border: 1px solid rgba(31, 64, 174, 0.45);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(31, 64, 174, 0.05);
}

.btn-slider-orange {
  border: 2px solid #f5961f !important;
  color: #fff !important;
  background-color: #f5961f !important;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-slider-orange:hover {
  background-color: #e08516 !important;
  border-color: #e08516 !important;
  box-shadow: 0 6px 20px rgba(245, 150, 31, 0.45);
  transform: translateY(-2px);
}

.btn-slider-blue {
  border: 2px solid #1f40ae !important;
  color: #fff !important;
  background-color: #1f40ae !important;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-slider-blue:hover {
  background-color: #163085 !important;
  border-color: #163085 !important;
  box-shadow: 0 6px 20px rgba(31, 64, 174, 0.45);
  transform: translateY(-2px);
}

/* "NEW" attention badge - blinking orange / black (website theme) */
.new-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
  background-color: #f5961f;
  border: 1px solid #000;
  border-radius: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  animation: newBadgeBlink 1s steps(1, end) infinite;
}

@keyframes newBadgeBlink {
  0%, 49% {
    background-color: #f5961f;
    box-shadow: 0 0 9px 2px rgba(245, 150, 31, 0.9);
  }
  50%, 100% {
    background-color: #ffbf73;
    box-shadow: 0 0 1px 0 rgba(245, 150, 31, 0.2);
  }
}

/* SCALE2WORLD brand variant - blinking blue */
.new-badge.new-badge-scale {
  color: #fff;
  background-color: #1f40ae;
  border-color: #1f40ae;
  animation: newBadgeBlinkScale 1s steps(1, end) infinite;
}

@keyframes newBadgeBlinkScale {
  0%, 49% {
    background-color: #1f40ae;
    box-shadow: 0 0 9px 2px rgba(31, 64, 174, 0.9);
  }
  50%, 100% {
    background-color: #3a62d7;
    box-shadow: 0 0 1px 0 rgba(31, 64, 174, 0.2);
  }
}

/* Floating "NEW" flag on the service grid card */
.service-block .new-badge-card {
  position: absolute;
  top: 12px;
  right: 12px;
  margin-left: 0;
  z-index: 16;
  font-size: 11px;
  padding: 2px 9px;
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .bg-about-us.about-page {
    overflow-x: hidden;
    padding-top: 18px !important;
    padding-bottom: 24px !important;
  }

  .bg-about-us.about-page .container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-about-us.about-page .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bg-about-us.about-page .col-lg-7,
  .bg-about-us.about-page .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-about-us.about-page .about-img {
    padding: 0 0 14px;
  }

  .bg-about-us.about-page .about-img img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
    max-height: 130px;
    margin: 0 auto;
    object-fit: contain;
  }

  .bg-about-us.about-page h2 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.25;
    text-align: left;
  }

  .bg-about-us.about-page p {
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
  }

  .service-title {
    padding: 34px 0 30px;
  }

  .service-title .container,
  .bg-grey .container,
  .service-list-benefits .container,
  .servicesList-main .container {
    max-width: 100%;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .service-title h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  .bg-grey {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    margin-bottom: 18px;
  }

  .bg-grey .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bg-grey .service-txt-main {
    order: 2;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-grey .img-service {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .bg-grey .img-service img {
    display: block;
    width: 100%;
    max-width: 220px;
    max-height: 160px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .bg-grey .service-txt,
  .bg-grey .service-txt p {
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
  }

  .service-list-benefits {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }

  .service-list-benefits .title {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.5;
  }

  .service-list-benefits .service-grid,
  .servicesList-main .row {
    --bs-gutter-x: 0;
  }

  .servicelist-col {
    --bs-gutter-x: 0;
  }

  .service-list-benefits .servicelist-col p {
    text-align: left;
    line-height: 1.55;
  }

  .service-list-benefits .servicelist-col .title-list:not(.text-center) {
    text-align: left;
  }

  .servicesList-main {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .servicesList-main .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .service-block.highlighted-service-block {
    padding-top: 40px;
  }

  .service-block.highlighted-service-block::before {
    top: -14px;
    max-width: calc(100% - 42px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .service-block.highlighted-service-block .new-badge-card {
    top: 20px;
    right: 16px;
    font-size: 10px;
    padding: 2px 8px;
  }

  .payment-main,
  .contactUs {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .payment-main .row,
  .contactUs .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .payment-main .col-lg-12,
  .contactUs .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-payment {
    width: 100%;
    align-items: center;
    gap: 12px;
    padding: 10px;
  }

  .col-payment img {
    flex: 0 0 52px;
    object-fit: contain;
  }

  .col-payment .col-payment-details {
    flex: 1;
    min-width: 0;
    padding: 0;
  }

  .col-payment .col-payment-details h2,
  .col-payment .col-payment-details p {
    text-align: left;
    line-height: 1.45;
    word-break: break-word;
  }

  .payment-main h4 {
    text-align: left;
  }

  #about-slider .bg-about-us {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  #about-slider .bg-about-us .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  #about-slider .bg-about-us .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #about-slider .bg-about-us .col-lg-7,
  #about-slider .bg-about-us .col-lg-12,
  #about-slider .bg-about-us .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  #about-slider .about-img {
    padding: 0 0 12px;
  }

  #about-slider .owl-item .about-img img {
    width: 100%;
    max-width: 190px;
    height: auto;
    max-height: 130px;
    margin: 0 auto;
    object-fit: contain;
  }

  #about-slider .bg-about-us h2 {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.25;
    text-align: left;
  }

  #about-slider .bg-about-us p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }

  #about-slider .btn-read-more {
    min-width: 132px;
    padding: 8px 22px !important;
  }

  #about-slider .owl-dots {
    margin-top: 12px;
  }
}

/*# sourceMappingURL=index.css.map */