:root {
  /* Brand */
  --primary: #071427;
  --secondary: #12284a;
  --accent: #d4af37;

  /* Background */
  --bg: #f7f8fb;
  --white: #ffffff;

  /* Text */
  --heading: #172033;
  --text: #5b6475;
  --light-text: #d8deea;
  --hero-text: #e9edf5;

  /* Border */
  --border: #eef0f5;

  /* Shadows */
  --shadow: rgba(20, 32, 52, 0.08);
}

.color-text {
  color: var(--text, #5b6475);
}

.color-white {
  color: #fff !important;
}

.color-golden {
  color: #d4af37 !important;
}

.dark-color {
  color: #071427 !important;
}

.header-title {
  font-size: 30px;
}

.text-justify {
  text-align: justify;
  overflow-wrap: break-word;
  hyphens: auto;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 35px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero-card h3 {
  text-align: center;
  color: #d4af37;
  margin-bottom: 20px;
  font-size: 28px;
}

.hero-card ul {
  list-style: none;
  padding: 0;
}

.hero-card li {
  font-size: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Arial", sans-serif !important;
}

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

.service4 {
  position: relative;
  overflow: hidden;
}

.service4 .hadding4 span {
  color: #d4af37;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service4 .hadding4 p {
  color: #5b6475;
  line-height: 28px;
}

/*==============================
    SERVICE CARD
================================*/

.service4-box {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #edf1f7;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 10px 30px rgba(7, 20, 39, 0.05);
}

.service4-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(7, 20, 39, 0.12);
  border-color: #d4af37;
}

/* Gold top border animation */

.service4-box::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #d4af37;
  transition: 0.4s;
}

.service4-box:hover::before {
  width: 100%;
}

/*==============================
    IMAGE
================================*/

.service4-img {
  overflow: hidden;
}

.service4-img img {
  width: 100%;
  transition: 0.5s;
}

.service4-box:hover .service4-img img {
  transform: scale(1.08);
}

/*==============================
    CONTENT
================================*/

.service4-box .hadding4 {
  padding: 28px;
}

.service4-box h4 a {
  color: #071427;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 700;
}

.service4-box h4 a:hover {
  color: #d4af37;
  transition: 0.3s;
}

.service4-box:hover h4 a {
  color: #d4af37;
}

.service4-box p {
  color: #5b6475;
  line-height: 28px;
  margin-top: 10px;
}

/*==============================
    READ MORE
================================*/

.service4-learn-more {
  color: #071427;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.service4-learn-more span {
  transition: 0.3s;
}

.service4-box:hover .service4-learn-more {
  color: #d4af37;
}

.service4-box:hover .service4-learn-more span {
  transform: translateX(6px);
}

/*==============================
    IMAGE RADIUS
================================*/

.service4-img img {
  border-radius: 18px 18px 0 0;
}

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

@media (max-width: 991px) {
  .service4 .hadding4 h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.mh-112 {
  min-height: 112px !important;
}

/*==============================
    Dark Why Choose Section
==============================*/

.dark-choose-section {
  position: relative;
  background: #071427;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.dark-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(7, 20, 39, 0.96),
      rgba(11, 35, 70, 0.92));
}

.dark-choose-section .container {
  position: relative;
  z-index: 2;
}

.text-white {
  color: #fff !important;
}

.text-light {
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 30px;
}

.text-gold {
  color: #d4af37 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.choose4-list-dark li {
  margin-bottom: 18px;
}

.choose4-list-dark li a {
  color: #fff;
  transition: 0.3s;
  font-weight: 600;
}

.choose4-list-dark li:hover a {
  color: #d4af37;
}

.choose4-list-dark img {
  background: #d4af37;
  border-radius: 50%;
  padding: 6px;
  margin-right: 12px;
}

.dark-choose-section .choose4-img-2 img {
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.dark-choose-section .choose4-img-1,
.dark-choose-section .choose4-img-3 {
  opacity: 0.8;
}

/* industries */
.text-white {
  color: #fff !important;
}

.text-light {
  color: rgba(255, 255, 255, 0.75) !important;
}

.dark-industry-card {
  background: #10233f;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 15px;
  transition: 0.35s;
  height: 100%;
}

.dark-industry-card h4 {
  color: #fff;
  transition: 0.3s;
}

.dark-industry-card p {
  color: rgba(255, 255, 255, 0.72);
}

.dark-industry-card:hover {
  transform: translateY(-10px);
  border-color: #d4af37;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.dark-industry-card:hover h4 {
  color: #d4af37;
}

.service4-box ul {
  margin: 0;
  padding-left: 18px;
}

.service4-box ul li {
  font-size: 16px;
  font-family: "Arial", sans-serif !important;
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  /* line-height:1.6; */
}

.service4-box ul li::marker {
  color: #d4af37;
  /* Gold marker */
}

.contact-section {
  position: relative;
}

.contact-section {
  position: relative;
  z-index: 10;
}

.contact-form-box {
  background: #fff;
  padding: 45px;
  border-radius: 15px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.contact-form-box h3 {
  color: #071427;
  font-weight: 700;
}

.contact-form-box .form-control,
.contact-form-box .form-select {
  height: 58px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: none;
  padding: 15px;
  font-size: 15px;
}

.contact-form-box textarea.form-control {
  height: 160px;
  resize: none;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.15);
}

/* Fix Nice-Select Dropdown Clipping & Overflow */
.nice-select {
  float: none;
  width: 100%;
}

.nice-select .list {
  max-height: 240px;
  overflow-y: auto !important;
  z-index: 99999 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.nice-select.open {
  z-index: 99999 !important;
}

.contact-info-box {
  margin-bottom: 25px;
}

.contact-info-box h5 {
  color: #071427;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-info-box p {
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-form-box {
    margin-top: 40px;
    padding: 30px;
  }
}

.form-select {
  background-image: none;
}

/*==============================
        FAQ Section
==============================*/

.faq-section {
  position: relative;
}

.text-gold {
  color: #d4af37;
}

.text-white {
  color: #fff;
}

.text-light {
  color: rgba(255, 255, 255, 0.75);
}

.faq-accordion .accordion-item {
  background: #10233f;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.faq-accordion .accordion-button {
  background: #10233f;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  box-shadow: none;
  padding: 22px 25px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #10233f;
  color: #d4af37;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
  background: #10233f;
  color: rgba(255, 255, 255, 0.75);
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-accordion .accordion-item:hover {
  border-color: #d4af37;
  transition: 0.3s;
}

/* technology stack */
.technology-area {
  overflow: hidden;
}

.tech-card {
  background: #fff;
  border-radius: 15px;
  padding: 35px 20px;
  text-align: center;
  transition: 0.35s;
  border: 1px solid #eee;
  margin: 10px;
}

.tech-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: auto;
}

.tech-card h5 {
  margin-top: 20px;
  color: #071427;
  font-size: 18px;
  font-weight: 700;
}

.tech-card:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

h4 {
  font-family: "Jost", sans-serif !important;
}

.solution-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  height: 100%;
  transition: 0.35s;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-color: #d4af37;
}

.solution-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #d4af37;
  transform: scaleX(0);
  transition: 0.35s;
}

.solution-card:hover::before {
  transform: scaleX(1);
}

.solution-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #eef5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #d4af37;
  margin-bottom: 20px;
}

.solution-tag {
  display: inline-block;
  background: #f3f4f6;
  color: #666;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.solution-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.solution-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #555;
}

.solution-list li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: 700;
}

.solution-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  text-decoration: none;
  color: #d4af37;
  font-weight: 600;
}

.solution-link i {
  transition: 0.3s;
}

.solution-link:hover i {
  transform: translateX(5px);
}

.ml-10 {
  margin-left: 10px !important;
}

.mh-58 {
  min-height: 58px !important;
}

.tech-marquee {
  background: #fff;
  overflow: hidden;
  padding: 22px 0;
  position: relative;
}

.marquee-wrapper {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollLeft 45s linear infinite;
  animation-play-state: running;
  /* or paused if using IntersectionObserver */
}

.marquee-wrapper span {
  color: #071427;
  margin: 0 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  flex-shrink: 0;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Large Tablet */
@media (max-width: 991px) {
  .tech-marquee {
    padding: 18px 0;
  }

  .marquee-wrapper {
    animation-duration: 50s;
  }

  .marquee-wrapper span {
    font-size: 20px;
    margin: 0 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .tech-marquee {
    padding: 15px 0;
  }

  .marquee-wrapper {
    animation-duration: 55s;
  }

  .marquee-wrapper span {
    font-size: 16px;
    margin: 0 12px;
    letter-spacing: 0.5px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .marquee-wrapper {
    animation-duration: 60s;
  }

  .marquee-wrapper span {
    font-size: 14px;
    margin: 0 10px;
  }
}

/* Breadcrumb */

.page-hero-area {
  min-height: 420px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 50px;
}

.page-hero-hadding {
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 680px;
  width: 100%;
  margin-left: 0;
  /* padding-top: 60px; */
}

.page-hero-hadding h1 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.2;
  font-weight: 700;
  margin: 10px 0 0;
  color: #fff;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.page-hero-hadding h2 {
  margin: 20px 0 0;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.4;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.page-hero-p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  row-gap: 4px;
  overflow-wrap: anywhere;
}

.page-hero-p a,
.page-hero-p p,
.page-hero-p span {
  color: #fff;
  margin: 0;
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.5;
  white-space: nowrap;
}

.page-hero-p span {
  display: inline-flex;
  align-items: center;
}

.page-hero-p a {
  text-decoration: none;
}

.page-hero-p a:hover {
  color: #3b82f6;
}

@media (max-width: 768px) {
  .page-hero-hadding {
    padding-top: 40px;
    margin-left: 0;
  }

  .page-hero-p {
    margin-left: 0;
  }
}

/* Desktop */
@media (min-width: 768px) {
  .mobile-scroll-row {
    display: flex;
    flex-wrap: wrap;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .mobile-scroll-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
  }

  .mobile-scroll-row::-webkit-scrollbar {
    display: none;
    /* Chrome */
  }

  .mobile-service-card {
    flex: 0 0 88%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .service4-box {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .service4 .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    padding: 0 20px;
    /* Show left/right space */
    margin: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .service4 .row::-webkit-scrollbar {
    display: none;
  }

  .service4 .row>[class*="col-"] {
    flex: 0 0 82% !important;
    /* Less than 100% */
    max-width: 82% !important;
    width: 82% !important;
    scroll-snap-align: start;
    padding: 0;
  }

  .service4-box {
    margin-bottom: 0;
  }
}

.service4 {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {

  .service4::before,
  .service4::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
  }

  .service4::before {
    left: 0;
    background: linear-gradient(to right, #e8e6e6, transparent);
  }

  .service4::after {
    right: 0;
    background: linear-gradient(to left, #e8e6e6, transparent);
  }
}

.mh-56 {
  min-height: 56px;
}

/* industries */

.industry-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 4px solid #d4af37;
  border: 1px solid #d4af37;
}

.industry-card h4 {
  color: #071427;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.industry-card p {
  color: #666;
  line-height: 1.8;
  margin: 0;
  font-size: 17px;
}

.industry-carousel .owl-nav {
  margin-top: 25px;
  text-align: left;
}

.industry-carousel .owl-prev,
.industry-carousel .owl-next {
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: #071427 !important;
  color: #fff !important;
  margin-right: 10px;
  font-size: 22px !important;
  transition: 0.3s;
}

.industry-carousel .owl-prev:hover,
.industry-carousel .owl-next:hover {
  background: #d4af37 !important;
  color: #071427 !important;
}

.service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
}

.service-list li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.service-list li i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #d4af37;
  color: #071427;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .service-list {
    grid-template-columns: 1fr;
  }

  .service-list li {
    font-size: 15px;
  }
}

.sticky-recent-blog {
  position: sticky;
  top: 100px;
  /* Adjust according to your fixed header */
  z-index: 10;
}

.sticky-recent-blog {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

@media(max-width:991px) {
  .sticky-recent-blog {
    position: relative;
    top: 0;
  }
}

.mh-196 {
  min-height: 196px;
}

.mh-32 {
  min-height: 32px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 165px !important;
}

#consultation-form{
  scroll-margin-top: 155px !important;

}
#request-form,
.contact-form-box {
  scroll-margin-top: 165px !important;
}

.cta-form {
/* background: linear-gradient(
  to bottom,
  var(--primary) 0%,
  var(--primary) 35%,
  rgba(255, 255, 255, 0.4) 60%,
  #ffffff 100%
); */
background-color: var(--accent);
  padding: 25px 0;
  border-top: 1px solid var(--primary)
}

.copyright-link:hover {
  color: var(--accent);
}

.footer-logo {
  height: 135px;
}