.services-goals {
  background-color: #151515;
}

.services-goals-benefits {
  background-color: #f5f5f5;
}

.services-goals-benefits .pq-icon-box.pq-style-2 {
  background: var(--white-color);
  padding: 45px 30px;
  border-radius: 5px;
  transition: all 0.5s;
}

header {
  /* Example header styling */
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1em;
}

.services.banner {
  position: relative;
  margin-top: 6%;
  /* position: relative; */
  /* width: 100%; */
  /* height: 600px; Adjust height as needed */
}
.services.banner img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.services .banner-content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.services .policy {
  position: absolute;
  top: 24%;
  left: 4%;
  width: 30%;
  color: white;
}
.services.banner h1 {
  font-size: 48px !important;
  margin-bottom: 0.5em;
}
.services.banner p {
  font-size: 1.2em;
}

.it-services {
  background-color: #0056a4;
}

.it-services .container {
  display: flex;
  align-items: flex-start; /* Align items to the top */
  justify-content: space-between;
  padding: 20px;
  color: white;
  max-width: 1200px; /* or whatever your max container width is */
  margin: 0 auto; /* Center the container */
  position: relative; /* For positioning children */
}

.it-services .banner-content-image img {
  position: absolute;
  top: -69%;
  width: 40%;
  transform: scaleX(-1);
  right: -5%;
}

.it-services .banner-content-section {
  padding-left: 20px; /* Add space to the left of the content */
}

.it-services .banner-content-section h1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: white;
}

.it-services .buttons {
  display: flex;
  gap: 32px;
  align-items: center;
}

.it-services .buttons a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffb400; /* Coral for buttons */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.it-services .buttons a:hover {
  background-color: #ffb400; /* Darker coral on hover */
}

/* Move elements slightly ahead of top corner */
.it-services .container > div {
  margin-top: -22px; /* Adjust this value to move elements from top */
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .it-services .container {
    flex-direction: column; /* Stack elements vertically on mobile */
    align-items: center; /* Center items horizontally */
  }

  .it-services .banner-content-image img {
    position: static; /* Reset absolute positioning */
    width: 100%; /* Full width on mobile */
    transform: none; /* Remove flip on mobile */
    margin-bottom: 20px; /* Add some space below image */
    right: auto; /* Reset right positioning */
  }

  .it-services .banner-content-section {
    padding-left: 0; /* Remove padding on mobile */
    text-align: center; /* Center text */
  }

  .it-services .banner-content-section h1 {
    font-size: 1.5em; /* Smaller font size for mobile */
  }

  .it-services .buttons {
    justify-content: center; /* Center buttons */
  }

  /* Adjust negative margin for mobile */
  .it-services .container > div {
    margin-top: 0;
  }
}
.whatwedo.pq-section-bg-primary:before {
  background-color: #f5f5f5;
}

.policy-service .flex-row-reverse {
  flex-direction: row-reverse !important;
}
/* .policy-service.pq-pt-200 .tab-content .tab-pane {
  padding: 30px 100px;
} */
.policy-service.pq-pt-200 .pq-tabs-1:nth-child(1),
.policy-service.pq-pt-200 .pq-tabs-1:nth-child(3) {
  background-color: #f5f5f5;
}

.policy-service.pq-pt-200 .pq-tabs-1 .nav-tabs {
  width: 100%;
  max-width: 1200px; /* Adjust based on your preferred max width */
  margin: 0 auto; /* Center the row */
  padding-bottom: 40px;
}

.service .pq-tabs-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; /* Add padding for small screens */
}

.service .pq-tabs-1 .nav-tabs {
  /* If you have tab navigation, ensure it's responsive */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service .pq-tabs-1 .tab-content {
  width: 100%;
}

.service .pq-tabs-1 .tab-pane .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.service .pq-tabs-1 .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px;
}

/* Responsive design adjustments */
@media (max-width: 991px) {
  .service .pq-tabs-1 .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service .pq-tabs-1 .pq-tab-info {
    text-align: left !important;
    margin-top: 10px;
  }
  .service .pq-tabs-1 .row {
    flex-direction: column !important;
  }

  .service .pq-tabs-1 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; /* Space below images on mobile */
  }

  .service .pq-tabs-1 .pq-tab-info {
    text-align: left;
  }

  .service .pq-tabs-1 h2,
  .service .pq-tabs-1 h3 {
    font-size: 1.5em;
  }

  .service .pq-tabs-1 ul {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .contactModal input {
    height: 40px;
    line-height: 42px;
  }
  .contactModal .phone-number {
    display: flex;
    align-items: flex-start !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    height: 45px;
    background: #fff;
  }
  .contactModal .phone-number select {
    width: 15% !important;
  }
  .contactModal .phone-number {
    height: 40px;
  }
  .policy-service {
    padding-top: 50px; /* Significantly reduce padding for mobile */
  }
  .service .pq-tabs-1 .pq-tab-info {
    text-align: left !important;
    margin-top: 10px !important;
  }
  .service .pq-tabs-1 h2,
  .service .pq-tabs-1 h3 {
    font-size: 1.2em;
  }

  .service .pq-tabs-1 p {
    font-size: 16px;
  }

  .service .pq-tabs-1 .nav-tabs {
    flex-direction: column; /* Stack tabs vertically on very small screens */
  }

  .service .pq-tabs-1 .nav-tabs .nav-item {
    margin-bottom: 10px; /* Space between tabs */
  }
}

/* Additional adjustments for very small screens */
@media (max-width: 576px) {
  .service .pq-tabs-1 .row {
    align-items: flex-start; /* Align content to the top */
  }
  .service .pq-tabs-1 .pq-tab-info {
    text-align: left !important;
    margin-top: 10px !important;
  }
  .service .pq-tabs-1 img {
    display: block;
    margin: 0 auto 0px; /* Center image on the smallest screens */
  }

  .service .pq-tabs-1 ul {
    padding-left: 0;
    text-align: left !important;
  }

  .service .pq-tabs-1 ul li {
    margin-bottom: 10px; /* Space between list items */
  }
}

footer#pq-footer .widget ul.menu li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #ffb400 !important;
  margin: auto 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date {
  color: #ffb400 !important;
  font-size: 12px;
}

.banner-heading.added {
  font-size: 40px !important;
  line-height: 48px;
}

.contactModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden; /* Use visibility instead of display */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.contactModal.show {
  opacity: 1;
  visibility: visible;
}

.contactModal .modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px); /* Start slightly above */
  transition: transform 0.3s ease-in-out;
}

.contactModal.show .modal-content {
  transform: translateY(0); /* Move to normal position */
}

.contactModal .modal h2 {
  margin-bottom: 10px;
}
.contactModal .modal p {
  font-size: 14px;
  color: #555;
}
/* Form container */
.contactModal form {
  width: 100%;
  text-align: left;
}

/* Labels */
.contactModal label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

/* Input and Textarea fields */
.contactModal input,
.contactModal textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 5px; /* Space between input and error */
}

.contactModal textarea {
  resize: none;
  height: 80px;
}

/* Error messages */
.contactModal .error {
  color: red;
  font-size: 12px;
  margin-bottom: 10px;
  display: block; /* Ensures it takes full width */
}

/* Phone number field container */
.contactModal .phone-number {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  height: 45px;
  background: #fff;
}

/* Country code dropdown */
.contactModal .phone-number select {
  border: none;
  padding: 0 12px;
  font-size: 14px;
  background: #f9f9f9;
  height: 100%;
  outline: none;
  appearance: none;
  cursor: pointer;
}

/* Phone input field */
.contactModal .phone-number input {
  border: none;
  flex: 1;
  padding: 10px;
  font-size: 14px;
  outline: none;
  height: 100%;
  width: 100%;
}

.contactModal .checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between checkbox and text */
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}

/* Make sure the input and label align properly */
.contactModal .checkbox-container input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0;
}

.contactModal .checkbox-container label {
  font-weight: normal;
  cursor: pointer;
  flex: 1; /* Allows text to take available space */
}

/* Submit button */
.contactModal .btn {
  background: #0056a4;
  color: white;
  padding: 10px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.contactModal .btn:hover {
  background: #004080;
}

/* Modal close button */
.contactModal .close {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: 20px;
  top: 12px;
}

.desktop-banner {
  display: block;
  z-index: 1;
}

.services.banner.mobile-banner {
  display: none;
}

/* career page css */

.position-careers h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.position-careers .job-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .position-careers .job-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.position-careers .job-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.position-careers .job-card h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.position-careers .job-card p {
  margin: 4px 0;
  color: #666;
  font-size: 13px;
}
.position-careers .job-card .salary {
  font-size: 1.125rem;
  font-weight: bold;
  color: #151515;
}
.position-careers .apply-btn {
  background-color: #0056a4;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* career page popup */

.contactModalPosition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden; /* Use visibility instead of display */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.contactModalPosition.show {
  opacity: 1;
  visibility: visible;
}

.contactModalPosition .modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  /* text-align: center; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px); /* Start slightly above */
  transition: transform 0.3s ease-in-out;
}

.contactModalPosition.show .modal-content {
  transform: translateY(0); /* Move to normal position */
}

/* .contactModalPosition {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
} */
.contactModalPosition h1 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #1a202c;
  line-height: 30px;
}
.contactModalPosition p {
  text-align: center;
  color: #718096;
  margin-bottom: 4px;
  font-size: 13px;
}
.contactModalPosition .form-group {
  margin-bottom: 4px;
}
.contactModalPosition .form-group label {
  display: block;
  color: #4a5568;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-bottom: 0px;
}
.contactModalPosition .form-group input,
.contactModalPosition .form-group select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cbd5e0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #4a5568;
  background-color: #fff;
  margin-bottom: 5px;
  height: 40px;
  line-height: 30px;
}

.contactModalPosition .form-group textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #cbd5e0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #4a5568;
  background-color: #fff;
  margin-bottom: 5px;
}
.contactModalPosition .form-group input:focus,
.contactModalPosition .form-group select:focus,
.contactModalPosition .form-group textarea:focus {
  outline: none;
  border-color: #63b3ed;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.contactModalPosition .form-group .upload {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 1px solid #cbd5e0;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #4a5568;
  font-size: 0.875rem;
  height: 40px;
}
.contactModalPosition .form-group .upload i {
  margin-right: 0.5rem;
}
.contactModalPosition .form-group .upload input {
  display: none;
}
.contactModalPosition .btn {
  display: block;
  width: 100%;
  background-color: #0056a4;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
}
.contactModalPosition .btn:hover {
  background-color: #2b6cb0;
}

/* Modal close button */
.contactModalPosition .close {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: 20px;
  top: 12px;
}

/* Main Wrapper */
.lastcodepartners {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
}

/* Slider Container */
.lastcodepartners .slider-container {
  width: 100%;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

/* Slider Wrapper */
.lastcodepartners .slider-wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Slider Track */
.slider-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: slide 15s linear infinite;
}
/* Logo Images */
.lastcodepartners .slider-track img {
  max-height: 75px;
  width: auto;
  flex-shrink: 0;
}

/* Infinite Scrolling Animation */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Adjust speed for mobile */
@media (max-width: 768px) {
  .slider-track {
    animation: slide 7s linear infinite; /* Faster animation for mobile */
  }
}
/* Add these styles to your CSS file */
.error {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
}

input.error,
textarea.error,
select.error {
  border-color: #e74c3c;
}

.phone-input-container {
  display: flex;
  margin-bottom: 5px;
}
.ecommerce-grow {
  background-color: #f5f5f5;
  padding: 40px 0;
  text-align: center;
}

.ecommerce-grow p.subtitle {
  color: #555;
  max-width: 700px;
  margin: 10px auto 30px;
  font-size: 1rem;
}

.ecommerce-grow .cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.ecommerce-grow .card {
  border-radius: 10px;
  padding: 30px 33px;

  background: #ffffff;
  box-shadow: 0px 0px 4.5px rgba(33, 33, 33, 0.25);
  border-radius: 8px;
  width: 340px;
  text-align: left;
  transition: transform 0.3s ease;
  border: none;
}

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

.ecommerce-grow .card img {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}

.ecommerce-grow .card h3 {
  font-size: 26px;
  margin: 0 0 10px;
}

.ecommerce-grow .card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .ecommerce-grow .cards-container {
    flex-direction: column;
    align-items: center;
  }
}

.ecommerce-grow h1 {
  font-size: 40px;
  font-weight: 700;
}

.ecommerce-grow h1 span {
  color: #f7b500;
}

.section-header {
  text-align: center;
  max-width: 850px;
  margin: auto;
}

.section-header h2 {
  font-size: 40px;
  font-weight: 700;
}

.section-header h2 span {
  color: #f7b500;
}

.section-header p {
  color: #555;
  margin-top: 10px;
  font-size: 1rem;
}

.integration-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.integration-box {
  background: #eaf0fc;
  border-radius: 12px;
  padding: 36px;
  width: 420px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.integration-box h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.integration-box p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.logo-item {
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 100%;
}

@media (max-width: 900px) {
  .integration-container {
    flex-direction: column;
    align-items: center;
  }
}

.glance .container {
  padding: 40px;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgba(139, 198, 255, 0.36) 0%,
    rgba(0, 79, 255, 0.4) 100%
  );
  border-radius: 20px;
}

.glance h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.glance .description {
  font-size: 16px;
  max-width: 800px;
  margin-bottom: 30px;
  color: #616161;
}

.glance ul.features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: grid;
  flex-wrap: wrap;
  gap: 15px;
  color: #333;
  grid-template-columns: 1fr 1fr;
}

.glance .btn-talk {
  background-color: #0455a4;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.glance .table-image {
  margin-top: 40px;
  text-align: center;
}

.glance .table-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 100%;
}

.glance ul li:before {
  font-family: "Ionicons";
  content: "\f382";
  color: #ffb400;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .glance h1 {
    font-size: 30px !important;
    line-height: 38px;
  }
  .glance .description {
    font-size: 0.95rem;
  }

  .glance ul.features {
    flex-direction: column;
  }

  .glance .btn-talk {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .glance .container {
    padding: 22px 30px;
  }

  .glance ul.features li {
    font-size: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .services.banner {
    margin-top: 6%;
  }
  .services .banner-content {
    width: 100%;
  }
  .services.banner h1 {
    font-size: 30px !important;
  }
  .services.banner p {
    font-size: 12px;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }
  .pq-button {
    font-size: 12px;
    padding: 6px 20px;
  }
}
/* Additional adjustments for very small screens */
@media (max-width: 1406px) {
  .services.banner {
    /* margin-top: 0; */
  }
  .services .banner-content {
    width: 100%;
  }
  .services.banner h1 {
    font-size: 36px !important;
  }
  .services.banner p {
    font-size: 14px;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }
  .pq-button {
    font-size: 12px;
    padding: 6px 20px;
  }
} /* Additional adjustments for very small screens */
@media (max-width: 1399px) {
  .services.banner {
    /* margin-top: 0; */
  }
  .services .banner-content {
    width: 100%;
  }
  .services.banner h1 {
    font-size: 36px !important;
  }
  .services.banner p {
    font-size: 16px;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
  }
  .pq-button {
    font-size: 12px;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .services.banner {
    margin-top: 0;
  }
}
@media (max-width: 1099px) {
  /* .services.banner {
    margin-top: 0;
  } */
  .services .banner-content {
    width: 100%;
  }
  .services.banner h1 {
    font-size: 30px !important;
  }
  .services.banner p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .pq-button {
    font-size: 12px;
    padding: 6px 20px;
  }
}
@media (max-width: 576px) {
  .services.banner {
    margin-top: 0;
  }
  .services .banner-content {
    width: 100%;
  }
  .services.banner h1 {
    font-size: 30px !important;
  }
  .services.banner p {
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .pq-button {
    font-size: 12px;
    padding: 6px 20px;
  }
}
.section-header-flexible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.services.banner {
  position: relative;
  margin-top: 6%;
}

/* Override margin-top for tablets and mobile devices */
@media (max-width: 1700px) {
  .services.banner {
    margin-top: 8rem;
  }
  .services .banner-content {
    top: 20% !important;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .services.banner {
    margin-top: 0;
  }
}
