@charset "UTF-8";
.h-608 {
  height: 608px !important;
}

.h-500 {
  height: 500px;
}

.object-fit-contain {
  object-fit: contain;
}

.w-150 {
  width: 150px !important;
}

.bg-1 {
  background: #202124;
}

.bg-2 {
  background: #292a2d;
}

.bg-3 {
  background: #34b956;
}

.bg-4 {
  background: #174897;
}

.bg-5 {
  background: #3eb5fe;
}

.bg-6 {
  background: #def5ff;
}

.color-1 {
  color: #308d49;
}

.color-2 {
  color: #40b6fe;
}

.color-4 {
  color: #174897 !important;
}

.h-80 {
  height: 80vh;
}

.fs-55 {
  font-size: 55px;
}

.h-40 {
  height: 40px;
}

.w-140 {
  width: 140px;
}

.w-200 {
  width: 200px;
}

.w-30 {
  width: 30px;
}

.w-40 {
  width: 40px;
}

.color-1 {
  color: #174897;
}

.fs-44 {
  font-size: 44px;
}

.fs-57 {
  font-size: 57px;
}

.fs-15 {
  font-size: 15px;
}

.fs-2-75 {
  font-size: 2.75rem;
}

.h-400 {
  height: 400px;
}

.mb-14 {
  margin-bottom: 14%;
}

.pb-10 {
  padding-bottom: 8% !important;
}

.pb-18 {
  padding-bottom: 18% !important;
}

.pt-20 {
  padding-top: 20% !important;
}

.top-35 {
  top: 35% !important;
}

.top-5 {
  top: -5% !important;
}

.start-8 {
  left: -8% !important;
}

body {
  font-family: "Raleway", sans-serif;
  cursor: none !important;
}
body p {
  font-size: 17px !important;
}
body li {
  font-size: 17px !important;
}

.body-no-scroll {
  overflow: hidden !important;
}

.circle,
.circle-follow {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  z-index: 99999;
  will-change: transform;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: #174897;
}

.circle-follow {
  width: 30px;
  height: 30px;
  border: 1px solid #174897;
}

body.hide-custom-cursor .circle,
body.hide-custom-cursor .circle-follow {
  opacity: 0;
  transform: scale(0);
}

a,
button,
.nav-link,
.masonry-item {
  cursor: pointer !important;
}

@media (max-width: 991px) {
  body {
    cursor: auto !important;
  }
  .circle,
  .circle-follow {
    display: none !important;
  }
}
#hero-section .hero_section .hero-svg-left {
  position: absolute;
  top: 35px;
  left: -50px;
}
#hero-section .hero_section .hero-svg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  pointer-events: none;
  opacity: 0.1;
  filter: brightness(1.2);
}
#hero-section .hero_section .hero-top-svg {
  position: absolute;
  left: 0;
  top: -5%;
}
#hero-section .hero_section #typing {
  border-right: 8px solid #174897;
  display: inline-block;
  white-space: nowrap;
  animation: blink 0.9s step-end infinite;
  line-height: 1.2;
  padding-bottom: 2px;
  vertical-align: bottom;
  color: #174897;
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
#hero-section .hero_section .ratings {
  position: absolute;
  top: -29px;
  right: -19px;
  z-index: 3;
  padding: 1.4rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
@media (max-width: 767px) {
  #hero-section .hero_section .ratings {
    top: -48px;
    right: 5px;
    padding: 1rem;
  }
}

#digital-gateway .digital_gateway .digital-left-svg {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
#digital-gateway .digital_gateway i {
  color: #174897;
}

#innovative-solution .innovative_solution {
  position: relative;
}
#innovative-solution .innovative_solution a {
  color: #04b7ff;
}
#innovative-solution .innovative_solution a i {
  transition: margin-left 0.3s ease, color 0.3s ease;
}
#innovative-solution .innovative_solution a:hover i {
  margin-left: 5px;
}
#innovative-solution .innovative_solution .service-icon {
  padding: 10px;
  width: 50px;
  height: 50px;
  line-height: 33px;
  border-radius: 50px;
  position: absolute;
  top: -23px;
}
#innovative-solution .innovative_solution .bg-svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 0;
}

#footer .contact-item {
  display: flex;
  align-items: center;
}
#footer .contact-item i {
  font-size: 20px;
  flex-shrink: 0;
  color: #fff;
  padding-right: 23px;
}
#footer .contact-item i:hover {
  background: transparent !important;
}
#footer .contact-item p {
  margin: 0;
  line-height: 1.4;
}
#footer .social-icons i {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  line-height: 40px;
  cursor: pointer;
}
#footer .social-icons i:hover {
  background: #39393b;
}
#footer .social-icons .footer-right-svg {
  position: absolute;
  right: 0;
  top: -22px;
  opacity: 0.05;
}
#footer .social-icons .footer-left-svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 0;
}
#footer .social-icons .footer-card {
  margin-top: -20%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .social-icons .footer-card .contact-img {
  opacity: 0.5 !important;
}
#footer .social-icons .footer-card .circle-bg {
  position: absolute;
  top: -50px;
  left: -60px;
  z-index: 1;
}
#footer .social-icons .footer-card .circle-bg img {
  width: 380px;
  opacity: 1;
}
#footer .social-icons .footer-card .circle-bg-right {
  position: absolute;
  bottom: 0;
  right: 2%;
  z-index: 1;
}
#footer .social-icons .footer-card .circle-bg-right img {
  width: 160px;
}
#footer .social-icons .footer-card .text-center,
#footer .social-icons .footer-card h2,
#footer .social-icons .footer-card p,
#footer .social-icons .footer-card button {
  position: relative;
  z-index: 10;
}
#footer .industries-footer-card .circle-bg,
#footer .industries-footer-card .circle-bg-right {
  position: absolute;
  z-index: 1;
}
#footer .industries-footer-card .circle-bg {
  top: -10px;
  left: -40px;
}
#footer .industries-footer-card .circle-bg img {
  width: 300px;
  opacity: 0.8;
}
#footer .industries-footer-card .circle-bg-right {
  bottom: 0;
  right: 5%;
}
#footer .industries-footer-card .circle-bg-right img {
  width: 150px;
  opacity: 0.8;
}
#footer .email-text {
  white-space: nowrap;
}
@media (max-width: 430px) {
  #footer .email-text {
    white-space: normal !important;
    word-break: break-all;
  }
}

#focus-industries .focus_industries .card {
  cursor: pointer;
  border-top: 3px solid #174897;
  transition: all 0.3s ease;
}
#focus-industries .focus_industries .card:hover {
  border: 2px solid #174897;
  cursor: pointer;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

#our-services .our_services .card {
  transition: all 0.3s ease;
}
#our-services .our_services .card:hover {
  border: 2px solid #174897;
  cursor: pointer;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

#about-us .about_us .right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#about-us .about_us .nav-tabs {
  border-bottom: 0px;
}
#about-us .about_us .nav-tabs .nav-link {
  color: #000;
}
#about-us .about_us .nav-tabs .nav-link.active {
  background: #174897;
  color: #fff !important;
  border-radius: 5px;
}

#about-services .about_services .card {
  transition: all 0.3s ease;
  background-color: #f8f8f8;
}
#about-services .about_services .card:hover {
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

#about-us-hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: -90px;
  z-index: 1;
}
@media (max-width: 768px) {
  #about-us-hero {
    margin-bottom: -60px;
  }
}
/* Overlay */
.cookie-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none; 
}

/* Popup box */
.cookie-popup {
  background: #ffffff;
  width: 90%;
  max-width: 420px;
  padding: 25px 22px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.3s ease-in-out;
  pointer-events: auto; 
}

.cookie-popup h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #222;
}

.cookie-popup p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Buttons */
.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions form {
  flex: 1;
}

.cookie-actions button {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-accept {
  background: #28a745;
  color: #fff;
}

.btn-accept:hover {
  background: #218838;
}

.btn-decline {
  background: #f1f1f1;
  color: #333;
}

.btn-decline:hover {
  background: #e0e0e0;
}

/* Animation */
@keyframes fadeIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
#about-us-quote-video {
  position: relative;
  z-index: 2;
}
#about-us-quote-video .quote-card {
  margin-top: -30px;
  border-radius: 12px;
  z-index: 3;
  position: relative;
}
@media (max-width: 992px) {
  #about-us-quote-video .quote-card {
    margin-top: -50px;
  }
}
@media (max-width: 576px) {
  #about-us-quote-video .quote-card {
    margin-top: -60px;
  }
}
#about-us-quote-video .video-wrapper {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  #about-us-quote-video .video-wrapper {
    margin-top: 0;
  }
}
#about-us-quote-video .video-wrapper .wave-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 3;
  text-decoration: none;
}
#about-us-quote-video .video-wrapper .wave-btn i {
  position: relative;
  z-index: 5;
}
#about-us-quote-video .video-wrapper .wave-btn .wave {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #174897;
  opacity: 0;
  animation: waves 3s ease-in-out infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#about-us-quote-video .video-wrapper .wave-btn .wave-1 {
  animation-delay: 0s;
}
#about-us-quote-video .video-wrapper .wave-btn .wave-2 {
  animation-delay: 1s;
}
#about-us-quote-video .video-wrapper .wave-btn .wave-3 {
  animation-delay: 2s;
}
@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
#about-us-quote-video .about-us-quote-svg {
  position: absolute;
  top: -62px;
  left: 0;
  z-index: 0;
}
@media (max-width: 576px) {
  #about-us-quote-video .about-us-quote-svg {
    top: -40px;
  }
}

.glightbox-container,
.glightbox-overlay,
.glightbox-content {
  cursor: default !important;
}

#team-members .team_members .team-hover:hover {
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
  cursor: pointer;
}
#team-members .team_members img {
  border-radius: 128px;
  width: 128px;
  height: 128px;
}
#team-members .team_members i {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 8px;
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/*services page start*/
#our-services-card .our_services .card:hover {
  cursor: pointer;
}
#our-services-card .our_services .card:hover h3 {
  color: #174897;
}

.sticky-column {
  position: sticky;
  top: 100px;
  /* navbar height / offset */
  align-self: flex-start;
}

#service-hero .service_hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#service-hero .service_hero .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service-hero .service_hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#service-hero .service_hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#service-hero .service_hero .content ul li a {
  font-size: 18px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #work-life img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*services page end*/
/* contact us page start */
#contact-form .contact_form {
  margin-top: -5%;
}

/* contact us page end */
/*career page start*/
#hero-career .hero_career .hero-svg-left {
  position: absolute;
  top: 35px;
  left: -50px;
}
#hero-career .hero_career .hero-svg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  pointer-events: none;
  opacity: 0.1;
  filter: brightness(1.2);
}

.nav-pills .nav-link {
  color: #000;
}
.nav-pills .nav-link.active {
  background-color: #174897 !important;
  color: 1px solid #fff !important;
}

/*career page end*/
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 2%;
  z-index: 1000;
  background-color: #174897;
  border: 2px solid #174897;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
}

.btn-fill {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
  background: #174897 !important;
  color: #fff;
  border: 0;
  transition: color 0.25s ease;
  font-size: 17px;
}
.btn-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: -1;
  background: #3eb5fe;
}
.btn-fill > * {
  position: relative;
  z-index: 1;
}
.btn-fill:hover,
.btn-fill:focus {
  color: #000;
}
.btn-fill:hover::before,
.btn-fill:focus::before {
  transform: scaleY(1);
}

.form-floating-label {
  position: relative;
  margin-bottom: 1rem;
}
.form-floating-label input,
.form-floating-label textarea {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  background: transparent;
  transition: border-color 0.3s ease;
}
.form-floating-label input:focus,
.form-floating-label textarea:focus {
  border-color: #007bff;
}
.form-floating-label input:focus + label,
.form-floating-label input:not(:placeholder-shown) + label,
.form-floating-label textarea:focus + label,
.form-floating-label textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 8px;
  font-size: 13px;
  color: #007bff;
}
.form-floating-label label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #777;
  font-size: 16px;
  pointer-events: none;
  background: #fff;
  transition: all 0.3s ease;
  padding: 0 4px;
}
.form-floating-label {
  /* -------- Date Input Support -------- */
}
.form-floating-label input[type="date"]::-webkit-datetime-edit {
  color: transparent;
}
.form-floating-label input[type="date"]:focus::-webkit-datetime-edit,
.form-floating-label input[type="date"]:valid::-webkit-datetime-edit {
  color: inherit;
}
.form-floating-label input[type="date"]:focus + label,
.form-floating-label input[type="date"]:valid + label {
  top: -8px;
  left: 8px;
  font-size: 13px;
  color: #007bff;
}
.form-floating-label {
  /* -------- File Input Support -------- */
}
.form-floating-label input[type="file"] {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
}
.form-floating-label.file-input {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.form-floating-label.file-input:focus-within {
  border-color: #007bff;
}
.form-floating-label.file-input label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  color: #777;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 0 4px;
  z-index: 1;
}
.form-floating-label.file-input:focus-within label {
  top: -8px;
  left: 8px;
  font-size: 13px;
  color: #007bff;
}
.form-floating-label.file-input .file-name {
  font-size: 15px;
  color: #555;
  margin-top: 16px;
  z-index: 0;
  position: relative;
}

/*focus industries start*/
#focus-industries .focus_industries a:hover {
  color: #04b7ff !important;
}

/*focus industries end*/
/*revati css start*/
.h-608 {
  height: 608px !important;
}

.object-fit-contain {
  object-fit: contain;
}

.w-150 {
  width: 150px !important;
}

.bg-1 {
  background: #202124;
}

.bg-2 {
  background: #292a2d;
}

.bg-3 {
  background: #34b956;
}

.bg-4 {
  background: #174897;
}

.color-1 {
  color: #308d49;
}

.color-2 {
  color: #40b6fe;
}

.h-80 {
  height: 80vh;
}

.fs-55 {
  font-size: 55px;
}

.h-40 {
  height: 40px;
}

.w-140 {
  width: 140px;
}

.w-200 {
  width: 200px;
}

.w-30 {
  width: 30px;
}

.w-40 {
  width: 40px;
}

.color-1 {
  color: #174897;
}

.fs-44 {
  font-size: 44px;
}

.fs-57 {
  font-size: 57px;
}

.fs-15 {
  font-size: 15px;
}

.fs-2-75 {
  font-size: 2.75rem;
}

.h-400 {
  height: 400px;
}

#hero-section .hero_section .hero-svg-left {
  position: absolute;
  top: 35px;
  left: -50px;
}

#hero-section .hero_section .hero-svg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  pointer-events: none;
  opacity: 0.1;
  filter: brightness(1.2);
}

#hero-section .hero_section .hero-top-svg {
  position: absolute;
  left: 0;
  top: -5%;
}

#hero-section .hero_section #typing {
  border-right: 8px solid #174897;
  display: inline-block;
  white-space: nowrap;
  animation: blink 0.9s step-end infinite;
  line-height: 1.2;
  padding-bottom: 2px;
  vertical-align: bottom;
  color: #174897;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
#digital-gateway .digital_gateway .digital-left-svg {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

#digital-gateway .digital_gateway i {
  color: #174897;
}

#innovative-solution .innovative_solution {
  position: relative;
}

#innovative-solution .innovative_solution a {
  color: #04b7ff;
}

#innovative-solution .innovative_solution a i {
  transition: margin-left 0.3s ease, color 0.3s ease;
}

#innovative-solution .innovative_solution a:hover i {
  margin-left: 5px;
}

#innovative-solution .innovative_solution .service-icon {
  padding: 10px;
  width: 50px;
  height: 50px;
  line-height: 33px;
  border-radius: 50px;
  position: absolute;
  top: -23px;
}

#innovative-solution .innovative_solution .bg-svg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 0;
}

#footer i {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  line-height: 40px;
  cursor: pointer;
}

#footer i:hover {
  background: #39393b;
}

#footer .footer-right-svg {
  position: absolute;
  right: 0;
  top: -22px;
  opacity: 0.05;
}

#footer .footer-left-svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
  z-index: 0;
}

#footer .footer-card {
  margin-top: -20%;
  position: relative;
  z-index: 1;
}

#footer .footer-card .contact-img {
  opacity: 0.5 !important;
}

#focus-industries .focus_industries .card {
  cursor: pointer;
  border-top: 3px solid #174897;
  transition: all 0.3s ease;
}

#focus-industries .focus_industries .card:hover {
  border: 2px solid #174897;
  cursor: pointer;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

#our-services .our_services .card {
  transition: all 0.3s ease;
}

#our-services .our_services .card:hover {
  border: 2px solid #174897;
  cursor: pointer;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

#about-hero {
  height: 500px;
}

#about-hero .about-row-height {
  height: 500px;
}

#about-hero .hero-svg-business-right {
  position: absolute;
  top: 35px;
  right: 0px;
  height: auto;
  pointer-events: none;
  opacity: 0.1;
  filter: brightness(1.2);
}

#team-members .team_members .team-hover:hover {
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
  cursor: pointer;
}

#team-members .team_members img {
  border-radius: 128px;
  width: 128px;
  height: 128px;
}

#team-members .team_members i {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 8px;
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/*services page start*/
#our-services-card .our_services .card:hover {
  cursor: pointer;
}

#our-services-card .our_services .card:hover h3 {
  color: #174897;
}

.sticky-column {
  position: sticky;
  top: 100px;
  /* navbar height / offset */
  align-self: flex-start;
}

#service-hero .service_hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}

#service-hero .service_hero .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#service-hero .service_hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#service-hero .service_hero .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#service-hero .service_hero .content ul li a {
  font-size: 18px;
}

/*services page end*/
/* contact us page start */
#contact-form .contact_form {
  margin-top: -5%;
}

/* contact us page end */
/*career page start*/
#hero-career .hero_career .hero-svg-left {
  position: absolute;
  top: 35px;
  left: -50px;
}

#hero-career .hero_career .hero-svg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  pointer-events: none;
  opacity: 0.1;
  filter: brightness(1.2);
}

.nav-pills .nav-link {
  color: #000;
}

.nav-pills .nav-link.active {
  background-color: #174897 !important;
  color: 1px solid #fff !important;
}

/*career page end*/
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 2%;
  z-index: 1000;
  background-color: #174897;
  border: 2px solid #174897;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s;
}

.btn-fill {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
  background: #174897 !important;
  color: #fff;
  border: 0;
  transition: color 0.25s ease;
  font-size: 17px;
}

.btn-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: -1;
  background: #3eb5fe;
}

.btn-fill > * {
  position: relative;
  z-index: 1;
}

.btn-fill:hover,
.btn-fill:focus {
  color: #000;
}

.btn-fill:hover::before,
.btn-fill:focus::before {
  transform: scaleY(1);
}

.form-floating-label {
  position: relative;
  margin-bottom: 1rem;
}

.form-floating-label input {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  background: transparent;
  transition: border-color 0.3s ease;
}

.form-floating-label input:focus {
  border-color: #007bff;
}

.form-floating-label input:focus + label,
.form-floating-label input:not(:placeholder-shown) + label {
  top: -8px;
  left: 8px;
  font-size: 13px;
  color: #007bff;
}

.form-floating-label label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #777;
  font-size: 16px;
  pointer-events: none;
  background: #fff;
  transition: all 0.3s ease;
  padding: 0 4px;
}

.form-floating-label {
  /* -------- Date Input Support -------- */
}

.form-floating-label input[type="date"]::-webkit-datetime-edit {
  color: transparent;
}

.form-floating-label input[type="date"]:focus::-webkit-datetime-edit,
.form-floating-label input[type="date"]:valid::-webkit-datetime-edit {
  color: inherit;
}

.form-floating-label input[type="date"]:focus + label,
.form-floating-label input[type="date"]:valid + label {
  top: -8px;
  left: 8px;
  font-size: 13px;
  color: #007bff;
}

.form-floating-label {
  /* -------- File Input Support -------- */
}

.form-floating-label input[type="file"] {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
}

.form-floating-label.file-input {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px 10px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.form-floating-label.file-input:focus-within {
  border-color: #007bff;
}

.form-floating-label.file-input label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  color: #777;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 0 4px;
  z-index: 1;
}

.form-floating-label.file-input:focus-within label {
  top: -8px;
  left: 8px;
  font-size: 13px;
  color: #007bff;
}

.form-floating-label.file-input .file-name {
  font-size: 15px;
  color: #555;
  margin-top: 16px;
  z-index: 0;
  position: relative;
}

/*focus industries start*/
.focus-data {
  color: #174897;
}

/*focus industries end*/

.navbar .navbar-nav .nav-link {
  color: var(--bs-dark) !important;
  transition: color 0.3s ease;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #004997 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  margin-top: 20px !important;
  transition: 0.5s;
  opacity: 1;
}
.navbar .navbar-toggler {
  padding: 3px 6px;
  color: var(--bs-dark);
  background: #004997;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.offcanvas .navbar-nav .nav-link {
  color: var(--bs-dark) !important;
  transition: color 0.3s ease;
}
.offcanvas .navbar-nav .nav-link:hover,
.offcanvas .navbar-nav .nav-link.active {
  color: #004997 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.offcanvas .offcanvas-header {
  justify-content: end;
  background-color: #174897;
}
.offcanvas .offcanvas-header .btn-close {
  background-color: #ffffff;
}
.offcanvas .offcanvas-body {
  padding: 20px;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item {
  border-bottom: 1px solid #174897;
  padding: 5px;
}

.dropdown .dropdown-menu a:hover {
  background: #004997 !important;
  color: var(--bs-white);
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    margin: 15px 0 !important;
  }
}
#services-section .card {
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.3s ease;
}
#services-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#services-section .card .card-body {
  display: flex;
  align-items: flex-start;
  padding: 2rem;
}
@media (max-width: 768px) {
  #services-section .card figure {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #services-section .card .ms-4 {
    margin-left: 0 !important;
  }
}
#services-section h5 {
  font-weight: 700;
  color: #000;
}
#services-section p {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#services-section .icon-link {
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
#services-section .icon-link i {
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}
#services-section .icon-link:hover i {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  #services-section .card-body {
    flex-direction: column;
    text-align: left;
  }
}

#core-feature-section h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#core-feature-section p {
  font-size: 0.95rem;
  margin: 0 auto;
  max-width: 600px;
}
#core-feature-section .feature-card {
  background-color: transparent;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}
#core-feature-section .feature-card p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 400;
}
#core-feature-section .feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#core-feature-section h5 {
  font-weight: 650;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #core-feature-section {
    padding: 60px 0;
  }
  #core-feature-section .feature-card {
    padding: 1.5rem;
  }
}

.cta-section .rotate-33 {
  transform: rotate(33deg) !important;
}

.accordion-button {
  background-color: #fff;
  box-shadow: none !important;
}
.accordion-button::after {
  content: "+";
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background-image: none !important;
  margin-left: auto;
  transition: all 0.3s ease;
  transform: none !important;
}
.accordion-button:not(.collapsed)::after {
  content: "−";
  color: #000;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
}

/*revati css end*/
/*life at agile start*/
#life-at-agile-hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}
#life-at-agile-hero figure.left-svg {
  z-index: 1;
  transform: translate(-25%, -2%);
  opacity: 0.9;
}
#life-at-agile-hero figure.right-svg {
  z-index: 1;
  transform: translate(20%, 0%);
  opacity: 0.5;
  margin-top: 1.5rem;
  margin-right: -1rem;
}

rectpackr-layout {
  display: block;
  column-count: 1;
  column-gap: 20px;
}
@media (min-width: 576px) {
  rectpackr-layout {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  rectpackr-layout {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  rectpackr-layout {
    column-count: 4;
  }
}
@media (min-width: 1400px) {
  rectpackr-layout {
    column-count: 5;
  }
}

#life-at-agile .lifeTabs {
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#life-at-agile .lifeTabs .nav-item {
  margin-right: 0 !important;
}
#life-at-agile .lifeTabs .nav-link {
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #d0d0d0;
  background: #f8f9fa;
  color: #495057;
  transition: all 0.25s ease-in-out;
}
#life-at-agile .lifeTabs .nav-link:hover {
  background: #e9ecef;
  color: #000;
  border-color: #bdbdbd;
}
#life-at-agile .lifeTabs .nav-link.active {
  background: #174897;
  color: #fff !important;
  border-color: #4a69bd;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
#life-at-agile .masonry-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  break-inside: avoid;
  border-radius: 16px;
  cursor: pointer;
}
#life-at-agile .masonry-item:hover {
  cursor: pointer;
}
#life-at-agile .masonry-item:hover ~ .circle,
#life-at-agile .masonry-item:hover ~ .circle-follow {
  opacity: 0;
}
#life-at-agile .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 16px;
  object-fit: cover;
  cursor: pointer;
}
#life-at-agile .masonry-item::after {
  content: "Click to View";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
  z-index: 2;
  pointer-events: none;
}
#life-at-agile .masonry-item {
  /* Optional extra text block */
}
#life-at-agile .masonry-item .overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
  color: #fff;
}
#life-at-agile .masonry-item .overlay-text h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
#life-at-agile .masonry-item .overlay-text p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}
#life-at-agile .masonry-item:hover img {
  transform: scale(1.1);
}
#life-at-agile .masonry-item:hover::after {
  opacity: 1;
}
#life-at-agile .masonry-item:hover .overlay-text {
  opacity: 1;
  transform: translateY(0px);
}
#life-at-agile img,
#life-at-agile video {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 16px;
  object-fit: cover;
}

#independence-tab rectpackr-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 0;
}
#independence-tab rectpackr-layout .masonry-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

/*life at agile end*/
/*media query start*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .fs-sm-35 {
    font-size: 35px;
  }
  .industries-footer-card {
    margin-top: -30% !important;
  }
}
/*media query end*/
/*Client logo start*/
#companies-trust {
  padding: 60px 0;
}
#companies-trust h3 {
  font-weight: 700;
  font-size: 26px;
}
#companies-trust .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
#companies-trust .owl-carousel .logo-card {
  background: #ffffff;
  padding: 15px 25px;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  width: 180px;
  height: 80px;
}
#companies-trust .owl-carousel .logo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}
#companies-trust .owl-carousel .logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.8;
  transition: 0.3s ease;
}
#companies-trust .owl-carousel .logo-card img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}

/*Client logo end*/
/* ===============================
   EMPLOYEE + CLIENT TESTIMONIAL
   ONE COMMON STYLE
================================ */
#employee-testimonial,
#client-testimonial {
  padding-top: 3rem;
}
#employee-testimonial .mySwiper,
#client-testimonial .mySwiper {
  max-width: 100%;
  padding-bottom: 50px;
}
#employee-testimonial .mySwiper .swiper-slide,
#client-testimonial .mySwiper .swiper-slide {
  position: relative;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: 0.35s ease-in-out;
  transform: translateY(0);
  background: #fff;
}
#employee-testimonial .mySwiper .swiper-slide:hover,
#client-testimonial .mySwiper .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}
#employee-testimonial .mySwiper .swiper-slide img,
#client-testimonial .mySwiper .swiper-slide img {
  display: block;
  border-radius: 50%;
  border: 2px solid #174897;
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center 20%;
  transition: 0.35s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 73, 151, 0.25);
}
#employee-testimonial .mySwiper .swiper-slide p,
#client-testimonial .mySwiper .swiper-slide p {
  margin-bottom: 4px;
}
#employee-testimonial .mySwiper .swiper-slide span,
#client-testimonial .mySwiper .swiper-slide span {
  color: #6c757d;
}
#employee-testimonial .mySwiper .swiper-pagination,
#client-testimonial .mySwiper .swiper-pagination {
  bottom: 0 !important;
  text-align: left;
  padding-left: 4px;
}
#employee-testimonial .mySwiper .swiper-pagination-bullet,
#client-testimonial .mySwiper .swiper-pagination-bullet {
  background: #b3c7ec;
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  margin: 0 6px;
  border-radius: 50%;
  transition: 0.3s ease;
}
#employee-testimonial .mySwiper .swiper-pagination-bullet-active,
#client-testimonial .mySwiper .swiper-pagination-bullet-active {
  background: #004997 !important;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(0, 73, 151, 0.45);
}
@media (min-width: 992px) and (max-width: 1199px) {
  #employee-testimonial .testimonial-row,
  #client-testimonial .testimonial-row {
    flex-direction: column;
  }
  #employee-testimonial .testimonial-content,
  #employee-testimonial .testimonial-image,
  #client-testimonial .testimonial-content,
  #client-testimonial .testimonial-image {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  #employee-testimonial .testimonial-image img,
  #client-testimonial .testimonial-image img {
    max-width: 50%;
    height: auto;
  }
}

.social-section {
  padding: 10px;
}
.social-section .newsletter-box {
  background: url("../images/about/about_bg.png"), #004997;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  position: relative;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.social-section .newsletter-box .text-content {
  flex: 1 1 100%;
  color: #fff;
}
.social-section .newsletter-box .social-icons {
  display: flex;
  gap: 1rem;
  flex: 1 1 auto;
  justify-content: flex-start;
}
.social-section .newsletter-box .social-icons a {
  text-decoration: none;
  color: #fff;
}
.social-section .newsletter-box .social-icons .icon {
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.1490196078);
  padding: 12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.social-section .newsletter-box .social-icons .icon:hover {
  background: #fff;
  color: #174897;
  transform: translateY(-4px);
}
.social-section .newsletter-box {
  /* ----------------- RESPONSIVE ----------------- */
}
@media (min-width: 768px) {
  .social-section .newsletter-box {
    flex-wrap: nowrap;
  }
  .social-section .newsletter-box .text-content {
    flex: 0 0 70%;
  }
  .social-section .newsletter-box .social-icons {
    flex: 0 0 30%;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .social-section .newsletter-box {
    text-align: center;
  }
  .social-section .newsletter-box .social-icons {
    justify-content: center;
  }
  .social-section .newsletter-box .icon {
    width: 42px;
    height: 42px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .social-section .newsletter-box {
    padding: 1.5rem;
  }
  .social-section .newsletter-box .icon {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
}

#page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#page-loader.hide {
  opacity: 0;
  visibility: hidden;
}
#page-loader .loader {
  width: 55px;
  height: 55px;
  position: relative;
  border: 5px solid #174897;
  border-radius: 50%;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}
#page-loader .loader::after {
  content: "";
  width: 6px;
  height: 24px;
  background: #174897;
  position: absolute;
  bottom: -20px;
  left: 46px;
  transform: rotate(-45deg);
}

@keyframes animloader {
  0% {
    transform: translate(-10px, -10px);
  }
  25% {
    transform: translate(-10px, 10px);
  }
  50% {
    transform: translate(10px, 10px);
  }
  75% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(-10px, -10px);
  }
}
#cookie-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background-color: #000000;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  cursor: default;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

button {
  padding: 10px 20px;
  border-radius: 10%;
}

/*# sourceMappingURL=style.css.map */
