.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DINExp.woff2') format('woff2'),
        url('../fonts/D-DINExp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN.woff2') format('woff2'),
        url('../fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-bottom: 1px solid #e5e5e5;
}

/* LEFT */
.header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menu-icon {
  cursor: pointer;
}

.menu-icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 4px 0;
}

a.nav-link-custom {
    color: #000;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.tetx-head h4 a {
    color: #262a72;
    text-decoration: none;
}

.arrow {
  font-size: 12px;
}

header.gsi-header {
    padding: 25px 0;
}
/*.left-container, .right-container {
    position: relative;
}

.right-container img.img-fluid {
    position: absolute;
    right: -182px;
    width: 399px;
}
.left-container img.img-fluid {
    position: absolute;
    left: -182px;
    width: 399px;
}*/

/* LOGO */
.logo img {
  height: 40px;
}

section.hero-section {
    background: url(../images/Banner-1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 0 0 !important;
    /* margin-bottom: -79px; */
    max-height: 560px;
}

section.solutions-section {
    margin-top: 80px;
}

section.hero-section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000037;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
}

section.hero-section .container {
    z-index: 4;
    position: relative;
}

/* RIGHT */
.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #2b2f8f;
  border-radius: 6px;
  overflow: hidden;
}

.search-box input {
  border: none;
  padding: 8px 10px;
  outline: none;
  width: 200px;
}

.search-box button {
  border: none;
  background: transparent;
  padding: 8px 10px;
  cursor: pointer;
}

.account {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  cursor: pointer;
}



.menu-icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 4px 0; 
}

.search-box {
  border: 1px solid #2b2f8f;
  border-radius: 6px;
  overflow: hidden;
}

.search-box input {
  border: none;
  outline: none;
  box-shadow: none;
}

.search-box button {
  border: none;
  background: transparent;
}

.hero-section {
  background: #ffffff;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    font-family: 'D-DIN';
}
/* Buttons */
.hero-btn-outline {
  background: #f1effc !important;
  color: #6b63c5!important;
  border-radius: 50px!important;
  padding: 10px 26px!important;
  font-weight: 500!important;
  border: none!important;
}

.hero-btn-primary {
  background: #262a72;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 36px;
  font-weight: 500;
  border: none;
}

/* Divider */
.hero-divider {
  width: 2px;
  height: 42px;
  background: #ff6a00; /* Exact orange divider */
}

/* Remove Bootstrap focus */
.hero-btn-outline:focus,
.hero-btn-primary:focus {
  box-shadow: none;
}

/* Section */
.solutions-section {
  background: #ffffff;
}

/* Heading */
.solutions-title {
    font-size: 48px;
    line-height: 57.5px;
    color: #383e82;
    text-align: center;
    font-weight: 700;
    font-family: 'D-DIN';
}

/* Text */
.solutions-text {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin: 0px 0 20px 0;
}

span.ms-1 {
    font-weight: 500;
    display: flex;
    align-items: center;
}

span.ms-1 img {
    margin-right: 10px;
}

/* Card */
.solution-card {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  /*box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
  transition: transform 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
}

/* Dashed Border Card */
.solution-card.dashed {
  border: 2px dashed #000;
  box-shadow: none;
}

/* Card Content */
.solution-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #262a72;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    font-family: 'D-DIN';
}

.solution-card p {
    color: #272974;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

/* Arrow */
.arrow-icon {
  font-size: 22px;
  color: #ff6a00;
  font-weight: 700;
}

.arrow-icon.outlined {
  border: 1.5px dotted #000;
  padding: 6px 8px;
}

/* Image */
.solution-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Counter Section */
.counter-section {
    /*background-color: #f05d21;*/
    padding: 50px 50px;
}
/* Number */
.counter-number {
    font-size: 52px;
    font-weight: 700;
    color: #F05D21;
    margin-bottom: 8px;
    line-height: 1;
}

/* Label */
.counter-label {
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    font-weight: 600;
    color: #272974;
    text-transform: capitalize;
}
.images-asd img {
    width: 100%;
}
/* Equal spacing between columns */
.counter-section .col-md-2 {
  padding-left: 12px;
  padding-right: 12px;
}


/* Section */
.trusted-section {
  background: #ffffff;
}

/* Heading */
.trusted-title {
  font-size: 42px;
  font-weight: 700;
  color: #262a72; /* same blue */
  font-family: 'D-DIN';
}

/* Slider container */
.trusted-slider {
  width: 100%;
  position: relative;
}

/* Track */
.trusted-track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scrollLogos 20s linear infinite;
}

/* Logo */
.trusted-logo img {
    max-height: 78px;
    width: auto;
    object-fit: contain;
    filter: grayscale(0);
}

/* Animation */
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .trusted-title {
    font-size: 32px;
  }

  .trusted-track {
    gap: 50px;
  }

  .trusted-logo img {
    max-height: 40px;
  }
}

/* Section */
.industries-section {
  background: #ffffff;
}

ul#industryTabs li {
    font-size: 20px;
    min-width: 390px;
    height: 68px;
    margin-bottom: 30px;
}

ul#industryTabs li button.nav-link img {
    width: 42px;
    margin-right: 10px;
}

ul#industryTabs li button.nav-link {
    width: 100%;
    padding: 16px 14px;
    border-radius: 4px;
}

ul#industryTabs li button.nav-link.active {
    background: rgba(240, 93, 33, 0.8117647059) !important;
    color: #fff !important;
}

/* Title */
.industries-title {
  font-size: 42px;
  font-weight: 700;
  color: #262a72;
}

/* Tabs */
.industries-tabs .nav-link {
  background: transparent;
  border: none;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  color: #262a72;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.industries-tabs .nav-link.active {
  color: #262a72;
}

.industries-tabs .arrow {
  font-size: 18px;
}

/* Cards */
.industry-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 230px;
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.industry-overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.industry-overlay h5 {
  font-size: 20px;
  font-weight: 700;
  color: #262a72;
}

.industry-overlay .icon {
  color: #ff6a00;
  font-size: 22px;
  font-weight: 700;
}

/* Hover */
.industry-card:hover img {
  transform: scale(1.05);
  transition: 0.4s ease;
}

/* Mobile */
@media (max-width: 768px) {
  .industries-title {
    font-size: 32px;
  }

  .industry-card {
    height: 200px;
  }
}


/* Section */
.global-section {
  background: #ffffff;
}

/* Title */
.global-title {
  font-size: 42px;
  font-weight: 700;
  color: #262a72;
  font-family: 'D-DIN';
}

/* Subtitle */
.global-text {
    font-size: 20px;
    color: #111;
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Cards Wrapper */
.global-cards {
  position: relative;
  margin-top: 60px;
  height: 380px;
}

/* Card Base */
.global-card {
    position: absolute;
    width: 300px;
    border-radius: 10px;
}
/* Individual Positions (exact visual feel) */
.card-1 {
  left: 0;
  top: 80px;
  transform: rotate(-10deg);
}

.card-2 {
    left: 300px;
    top: 7px;
    transform: rotate(-3deg);
}

.card-3 {
    left: 613px;
    top: 12px;
    transform: rotate(6deg);
}

.card-4 {
    left: 439px;
    top: 165px;
    /* transform: rotate(2deg); */
    width: 260px;
}

.card-5 {
  right: 0;
  top: 60px;
  transform: rotate(8deg);
}

/* Mobile */
@media (max-width: 992px) {
  .global-cards {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .global-card {
    position: static;
    transform: none;
    width: 200px;
  }
}


/* Section */
.credentials-section {
  background: #ffffff;
}

/* Heading */
.credentials-title {
  font-size: 42px;
  font-weight: 700;
  color: #262a72;
  font-family: 'D-DIN';
}

/* Logos */
.credential-logo {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

/* Bottom Logo */
.credential-bottom-logo {
  max-height: 80px;
  width: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .credentials-title {
    font-size: 32px;
  }

  .credential-logo {
    max-height: 55px;
  }
}


/* Footer Wrapper */
.footer-section {
  font-family: Arial, sans-serif;
}

/* Top Line */
.footer-top {
    padding: 12px;
    font-size: 20px;
    color: #262a72;
    font-weight: 600;
    font-family: 'D-DIN';
}

.footer-top .heart {
  color: #ff6a00;
}

/* Main Footer */
.footer-main {
  background: #3a4183;
  color: #ffffff;
  position: relative;
}

/* Titles */
.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-decoration: underline;
    min-height: 24px;
}
/* Lists */
.footer-list {
  list-style: disc;
  padding-left: 18px;
  margin: 0;
}

.footer-list li {
  font-size: 14px;
  margin-bottom: 8px;
}

/* Text */
.footer-text {
  font-size: 14px;
  line-height: 1.6;
}

.footer-subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

/* Floating Logo */
.footer-logo {
    position: absolute;
    top: -68px;
    right: 40px;
}

.footer-logo img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #ffffff;
}

/* Bottom */
.footer-bottom {
  background: #ffffff;
  color: #000;
  font-size: 12px;
  padding: 10px;
}

.footer-bottom .dev {
  color: #e30016;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-logo {
    display: none;
  }
}


/* =========================
   ANIMATION BASE
========================= */
.animate {
  opacity: 0;
  transition: all 0.9s ease-out;
  will-change: transform, opacity;
}

.animate.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================
   DIRECTION ANIMATIONS
========================= */
.fade-left {
  transform: translateX(-60px);
}

.fade-right {
  transform: translateX(60px);
}

.fade-up {
  transform: translateY(60px);
}

.fade-down {
  transform: translateY(-60px);
}

/* Delay helpers */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }

/* Smooth counter appearance */
.counter-section .col {
  transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Slider logos hover */
.trusted-logo img {
  transition: transform 0.4s ease, filter 0.4s ease;
}
.trusted-logo img:hover {
  transform: scale(1.08);
  filter: grayscale(0);
}

.form-box {
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    border: 2px solid #272974;
    margin-top: -29px;
    font-family: "Poppins", sans-serif;
}
.form-box h3.asf {
    font-size: 26px;
    font-weight: 700;
    color: #262a72;
    margin-bottom: 12px;
    font-family: 'D-DIN';
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    font-weight: normal;
    display: block;
}
header.gsi-header {
    padding: 30px 0 64px;
}

.form-box input, .form-box select, .form-box textarea {
    width: 100%;
    padding: 0 10px;
    margin: 6px 0;
    border: 1px solid #272974;
    border-radius: 10px !important;
}
.form-box textarea {
    padding-top: 10px;
}
.form-box button{width:100%;background:#252a8f;border:none;color:#fff;padding:12px;font-size:16px;margin-top:10px;border-radius:5px;cursor:pointer;}
.form-box button:hover{opacity:0.9;}

.services span.wpcf7-form-control span.wpcf7-list-item {
    width: 33.3333%;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 33.3333%;
    margin: 0 0 10px 0;
} 
.services span.wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
}
.services label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: 1px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.services label span {
    width: 80%;
    font-size: 13px;
}
.form-box h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.form-box textarea {
    height: 88px;
}
.form-box input, .form-box select {
    height: 36px;
}

.form-box input::placeholder, .form-box select, .form-box textarea::placeholder {
    font-size: 13px;
    color: #B3B3B3;
} 
.form-box p {
    margin-bottom: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #252a8f;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px !important;
    cursor: pointer;
    height: 48px;
    max-width: 180px;
}
/*span.wpcf7-spinner {
    display: none;
}*/

.form-box br {
    display: none;
}
.form-box label {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

span.line0d {
    height: 2px;
    width: calc(100% - 77px);
    display: flex;
    flex-direction: column;
    background-color: #F05D21;
    margin-bottom: 20px;
}
.yp-ppa-d {
    text-align: end;
}
section.Ready {
    background: #f05d21;
}
section.Ready p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.tetx-head h4 {
    font-size: 22px;
    font-weight: 700;
    color: #262a72;
    display: flex;
    justify-content: space-between;
    font-family: 'D-DIN';
    margin-top: 15px;
}
.solution-img {
    min-height: 206px;
}
.tetx-head h4 {
    font-size: 22px;
    font-weight: 700;
    color: #262a72;
    display: flex;
    justify-content: space-between;
    font-family: 'D-DIN';
    margin-top: 15px;
    padding-right: 40px;
}
.line-sd {
    height: 2px;
    width: calc(60% - 77px);
    display: flex;
    flex-direction: column;
    background-color: #F05D21;
    margin: 0 auto;
}
.trusted-trackggg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 43px 27px;
}

.trusted-trackggg .trusted-logo {
    width: 16.66666666%;
}

.trusted-trackggg .trusted-logo img {
    width: 100%;
    height: auto;
}

section.Ready {
    background: #262a72;
}

section.trusted-section.lsad-d .trusted-logo {
    width: 14%;
}

section.trusted-section.lsad-d .trusted-logo img {
    width: 100%;
    height: auto;
    max-width: 110px;
}


section.Special---isations .tetx-head {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
section.Special---isations .tetx-head .imgaf {
    height: 50px;
    width: 14%;
    border-radius: 100px;
    overflow: hidden;
}

section.Special---isations .tetx-head .name {
    width: 80%;
}

section.Special---isations .tetx-head .name h3 {
    font-size: 16px;
    font-weight: 600;
}
section.Special---isations .tetx-head .name p {
    font-size: 14px;
    font-weight: 500;
}

.solutio-img p {
    font-size: 14px;
    line-height: 1.8;
}

.olution-img {
    padding: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-list li a {
    color: #fff;
    text-decoration: none;
}


section#logo-asd-d .trusted-logo img {
    max-width: 138px;
}
@media (max-width: 991px) {
.mobile-opa-sp {
    justify-content: end;
}
	.aksjdfpas {
    flex-direction: row-reverse;
}
	}

/* Mobile */
@media (max-width: 767px) {
  .counter-section {
    padding: 50px 0;
  }

.counter-number {
    font-size: 26px;
}
  .counter-label {
    font-size: 16px;
  }

div#contacts .form-box {
    margin: 30px 0 0;
}

section.hero-section.py-5.animate.fade-down.show {
    max-height: none;
    padding: 50px 0 !important;
}
.olution-img {
    margin-bottom: 30px;
}
section.Ready p {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.yp-ppa-d {
    text-align: center;
}
.global-card {
    position: static;
    transform: none;
    width: 130px;
}
.solution-img {
    min-height: 116px;
}
.tetx-head h4 {
    font-size: 16px;
}
.solutions-title,.global-title 
 {
    font-size: 32px;
}
header.gsi-header .aksjdfpas {
    flex-direction: row-reverse;
}
header.gsi-header .aksjdfpas img {
    height: 40px;
}
header.gsi-header {
    padding: 9px 0 9px;
}
.hero-title {
    font-size: 30px;
}
.services label span {
    width: 60%;
    font-size: 12px;
}
section.solutions-section {
    margin-top: 0;
}
.solution-card h4 {
    font-size: 18px;
}
.solution-card p {
    font-size: 13px;
    line-height: 1.4;
}
	.popup-content {
    max-width: 370px !important;
    width: 100% !important;
}
}


body.page-template-thankyou footer#Footer, body.page-template-thankyou header.gsi-header {
    display: none;
}

.thank-box .icon img.emoji {
    filter: brightness(0) invert(1);
}