@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Nunito", sans-serif !important;
}

.btn-success {
  border-radius: 25px !important;
  padding: 10px 16px !important;
  background-color: #10C14C !important;
  border: none !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
  z-index: 0;
}

.btn-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn-success:hover::before {
  left: 0;
}

.btn-success span {
  position: relative;
  z-index: 1;
}

.btn-success:hover {
  color: #10C14C !important;
  border: 1px solid #10C14C !important;
  background-color: transparent !important;
  transform: translateY(-2px) scale(1.03);
}



.btn-connect {
  border-radius: 100px !important;
  padding: 16px 40px !important;
  background-color: #ffffff !important;
  border: none !important;
  color: #000000 !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
  z-index: 0;
  float: right;
  font-size: 19px !important;
}

.btn-connect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn-connect:hover::before {
  left: 0;
}

.btn-connect span {
  position: relative;
  z-index: 1;
}

.btn-connect:hover {
  color: #116797 !important;
  border: 1px solid #116797 !important;
  background-color: transparent !important;
  transform: translateY(-2px) scale(1.03);
}




.about-btn {
  border-radius: 25px;
  padding: 10px 24px;
  background-color: unset;
  border: #116797 solid 1px;
  color: #116797;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

a {
  text-decoration: none !important;
}

.about-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #116797;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.about-btn:hover::before {
  left: 0;
}

.about-btn span {
  position: relative;
  z-index: 1;
}

.about-btn:hover {
  color: #fff;
  background-color: transparent;
  transform: translateY(-2px) scale(1.03);
}


.gap_about {
  gap: 60px;
}

.banner-btn {
  border-radius: 25px;
  padding: 12px 40px;
  color: #000000;
  background-color: #fff;
  border: #ffffff solid 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  text-decoration: none;
}

.banner-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.banner-btn:hover::before {
  left: 0;
}

.banner-btn span {
  position: relative;
  z-index: 1;
}

.banner-btn:hover {
  color: #fff;

  transform: translateY(-2px) scale(1.03);
}


.btn-secondary {
  border-radius: 25px;
  padding: 12px 22px !important;
  color: #fff;
  background-color: #116797 !important;
  border: 1px solid #116797;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}


.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border: 1px solid #116797;
  background: transparent;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn-secondary:hover::before {
  left: 0;
}

.btn-secondary span {
  position: relative;
  z-index: 1;
}


.btn-secondary:hover {
  color: #116797 !important;
  background-color: transparent !important;
  transform: translateY(-2px) scale(1.03);
}


.navbar-light .navbar-nav .nav-link.active {
  color: #116797 !important;
}

.burger {
  padding: 6.25rem 0;
}

.t-burger {
  padding-top: 6.25rem;
}

.burger-top {
  margin-top: 6.25rem;
}

.burger-y {
  margin: 6.25rem 0;
}

.nav-link:focus-visible {
  outline: none !important;
}

.visuotech-border {
  border-top: solid 1px #dee2e6;
}

.small-heading {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #116797;
  text-transform: uppercase;
}

.main-heading {
  color: #000;
  line-height: 55px;
}

p {
  line-height: 26px;
}

.text {
  font-size: 16px;
  width: 60% !important;
  margin: auto;
}

.reviews {
  text-align: center;
  padding: 0px 50px !important;
  border-right: 1px solid #dadada;
}

.reviews:last-child {
  border-right: none;
}

.reviews p {
  line-height: 25px !important;
}

.reviews h1 {
  color: #116797;
  font-weight: 300;
}

.bg-prime {
  /* Base color */
  background-color: #F0F4F7;
  background-image:
    repeating-linear-gradient(45deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 1px,
      transparent 1px,
      transparent 10px),
    repeating-linear-gradient(-45deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 1px,
      transparent 1px,
      transparent 10px);
  background-size: 20px 20px;
  background-repeat: repeat;
}


.heading-prime {
  color: #116797;
}

/* .card {
  border-radius: 30px !important;
  width: 25rem;
  background-color: #ffffff;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
  border: none;
}

.card:hover {
  background-color: #f0f9ff;
  cursor: pointer;

}

.card-img-top {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  transition: transform 0.3s ease;
  max-height: 250px;
}

.card-body {
  padding: 2rem !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}


.card-title a{
  color: #10C14C !important;
  transition: color 0.4s ease;
}

.card:hover .card-title a{
  color: #116797 !important;
}

.circle {
  position: absolute;
  width: 66px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  top: -31px;
  left: 41%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px -5px;
  transition: box-shadow 0.4s ease, top 0.4s ease;
}

.card:hover .circle {
  top: -36px;
}

.circle img {
  width: 30px;
  transition: all 0.3s ease;
}

.btn-link {
  color: #116797 !important;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: color 0.3s ease-in-out;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */


.services {
  display: flex;
  gap: 25px;
}

.service-card {
  position: relative;
  background: #fff;
  padding-left: 25px;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.thumb {
  width: 160px;
  height: 110px;
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
}

.service-cont h5 {
  color: #116797;
}

.service-card p {
  font-size: 0.9rem;
  color: #777;
  margin-top: 10px;
  line-height: 1.5;
}

.service-cont {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.service-btn {
  color: #fff;
  border: none;
  padding: 10px 25px !important;
  margin-top: 20px !important;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.number {
  position: absolute;
  bottom: -33px;
  right: 20px;
  opacity: 0.4;
  font-family: "Golos Text", Sans-serif;
  font-size: 94px;
  font-weight: 600;
  line-height: 1.1em;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #116797;
  color: #02010100;
}



.section-quote {
  background-color: #116797;
  background: -webkit-linear-gradient(60deg, #116797, #116797, #116797);
  background: linear-gradient(60deg, #116797, #5ab2e3, #00517e);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 333;
}

img {
  max-width: 100%;
  height: auto;
}

.grid_padding {
  position: relative;
  padding: 50px;
}

.grid__title {
  font-size: 30px !important;
  font-weight: 700 !important;
  padding: 0;
  margin: 0px 0 15px 0;
  color: #fff;
}

.grid__text {
  font-size: 18px;
  padding: 0px;
  line-height: 26px;
  color: #fff;
}







.clients {
  display: flex;
  border: 1px solid #dadada;
  border-left: none;
  border-right: none;
  margin: 0px auto;
  max-width: 1200px;
}

.client-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-left: 1px solid #dadada;
}

.client-logo:first-child {
  border-left: none;
}

.client-logo img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.clients {
  display: flex;
  border-top: 1px solid #dadada;
  border-left: none;
  border-right: none;
  margin: 0px auto;
  max-width: 1200px;
  flex-wrap: wrap;
}

.client-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-left: 1px solid #dadada;
}

.client-logo:first-child {
  border-left: none;
}

.client-logo img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.techicons {
  list-style: none;
  margin-bottom: 0;
}

h3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}

.techicons li {
  display: inline-block;
  max-width: 12rem;
  flex-basis: 12rem;
  margin: 0 1rem 1rem 0;
}

.techicons li a,
.techicons li .a {
  position: relative;
  display: inline-flex;
  min-width: 125px;
  align-items: center;
  padding: 10px;
  min-height: 46px;
  line-height: 130%;
  color: #000;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid #666;
  font-size: .8rem;
  transition: 0.3s all;
  text-decoration: none;
}

.techicons li a .ti-image,
.techicons li .a .ti-image {
  margin-right: 10px;
  display: flex;
}

.techicons li a .ti-name {
  font-size: 13px;
}

.techicons li a:hover,
.techicons li .a:hover {
  border-color: #116797;
}



/* .testimonial-card {
  min-height: 300px;
  padding: 150px !important;
}

.testimonial-img {
  width: 30%;
  height: 250px;
}

.testimonial-content {
  width: 60%;
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-mark {
  font-size: 15rem;
  color: #99999985;
  position: absolute;
  top: -85px;
  right: -60px;
  line-height: 1;
}

.testimonial-slider {
  padding-top: 100px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem !important;
  height: 4rem !important;
}

.testionials-btn-left {
  left: -98px !important;
  top: 130px !important;
}

.testionials-btn-right {
  right: -98px !important;
  top: 130px !important;
} */

.text-prime {
  color: #116797 !important;
}

.bg-prime-btn {
  background-color: #116797 !important;
}

.text-warning {
  font-size: 20px;
}

.form-section {
  margin-left: 150px;
  padding: 100px;
}

.map-section {
  width: 45%;
  height: 770px;
  margin-left: 50px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.map-section iframe {
  border: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 50px;

}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: pointer;
  margin-left: 50px;
}

.contact-form {
  position: relative;
  height: 770px;
}

.contact-form p {
  font-weight: 700;
}

input {
  width: 100%;
  background-color: unset;
  border-bottom: 1px solid #c9c9c9;
  border-top: none;
  border-left: none;
  border-right: none;
}

input:focus-visible {
  outline: none;
}

textarea {
  width: 100%;
  background-color: unset;
  border-bottom: 1px solid #c9c9c9;
  border-top: none;
  border-left: none;
  border-right: none;
}

textarea:focus-visible {
  outline: none;
}

.footer {
  min-height: 400px;
  position: relative;
  color: #000000 !important;
  background-color: #ffff;
  background: url('images/footer-bg.jpg') center center/cover no-repeat;
  /* background-color: #222; */
  padding-top: 120px;
  padding-bottom: 80px;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.80); */
  background-color: transparent;
  --background-overlay: '';
  background-image: radial-gradient(at bottom right, #FFFFFFE6 0%, #ffff 100%);
  z-index: 0;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer img {
  height: 55px;
}

.footer h5 {
  margin-bottom: 2rem;
  font-weight: 800;
}

.footer p {
  font-size: 0.9rem;
}

.footer a {
  color: rgba(255, 255, 255);
  text-decoration: none;
}

.social-icons{
  display: flex;
  align-items: center;
}

.footer .social-icons a {
  font-size: 1.2rem;
  margin-right: 0.75rem;
}

.footer .social-icons i {
  color: #000;
}

.footer .social-icons i:hover {
  color: #116797;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .text-center {
  color: #000000c9;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.list-unstyled li:first-child {
  padding-top: 0px;
}

.list-unstyled li {
  padding-top: 15px;
}

.footer ul.list-unstyled li a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer ul.list-unstyled li a:hover {
  color: #116797;
  transform: translateX(5px);
}

.contact-info a {
  display: block;
  margin-top: 0.75rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}


.contact-info a:hover {
  color: #116797;
  transform: translateX(5px);
}
.social-media a{
  text-decoration: none;
  color: #000;
}

.social-media a:hover {
  color: #116797;
  cursor: pointer;
}

.btn-info {
  background-color: #116797 !important;
  color: #fff !important;
  border: none !important;
}

.form-control {
  border-radius: .25rem 0rem 0rem .25rem !important;
}






.bg-txt h2 {
  font-size: 4.125rem;
  background-color: #fff;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  line-height: 90%;
  text-shadow: -1px 0px #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.hastag {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
  color: #116797;
}

.g-review .stars i {
  color: orange;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.g-review .stars i.far {
  color: #ddd;
}


.footercreds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
}

.footercreds a img,
.footercreds span img {
  height: 100px;
  width: auto;
}

.g-review p {
  font-size: .75rem;
}

.g-review a {
  color: #116797;
  text-decoration: none;
  outline: none;
}

.g-review .stars i {
  color: orange;
  width: 20px;
  height: 20px;
  display: inline-block;
}



@media (max-width: 768px) {

  .bg-txt h2 {
    font-size: 48px !important;
    line-height: 100%;
  }

  .footercreds {
    flex-wrap: wrap;
    gap: 15px;
  }

  .footercreds a,
  .footercreds span {
    text-align: center;
  }

  .footercreds a img,
  .footercreds span img {
    height: 55px;
    max-width: 100%;
  }
}



/* ============================================ website return top ==================================================================== */


#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: none;
  background-color: #116797;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

#backToTop:hover {
  background-color: #116797;
  transform: scale(1.1);
}





/* ============================================loader================================================================================= */

body.loading {
  overflow: hidden;
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.loader-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loader-overlay i {
  font-size: 60px;
  color: #116797;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*======================================== 📱 Mobile/Tablet Responsive ==============================================================*/


@media (max-width: 768px) {

  body, html {
  overflow-x: hidden;
}

  .client-logo {
    flex: 0 0 50%;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #dadada;
  }

  .client-logo:nth-child(odd) {
    border-right: none;
  }

  .client-logo img {
    width: 80px;
  }

  .t-burger {
    padding-top: 3.25rem;
  }

  .burger-y {
    margin: 4rem 0;
  }

  .burger {
    padding: 4rem 0;
  }

  .main-heading {
    line-height: 40px;
  }



  .techicons {
    margin-top: 20px;
  }

  ul {
    padding-left: 0rem !important;
  }

  .techicons li a,
  .techicons li .a {
    min-width: 157px;
  }

  /* .card {
    margin-bottom: 25px;
  }

  .card {
    width: auto;
  }

  .card-body {
    padding: 35px 15px 35px 15px !important;
  } */

  .services {
    display: flex;
    flex-direction: column;
  }

  .text {
    width: 100% !important;
  }

  .testimonial-card {
    flex-direction: column !important;
    padding: 15px 15px 40px 15px !important;
    min-height: auto;
    text-align: center;
    position: relative;
  }

  .testimonial-img {
    width: 100%;
    max-height: 250px;
    margin-bottom: 15px;
  }

  .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonial-content {
    width: 100%;
  }

  .quote-mark {
    font-size: 7rem;
    top: -7px;
    right: 14px;
    color: #99999985;
  }

  .text-primary {
    font-size: 1rem;
  }

  .text-warning {
    font-size: 18px;
  }

  .testimonial p {
    font-size: 0.9rem;
  }

  .testimonial-slider {
    padding-top: 40px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: auto;
    bottom: 10px;
    width: 3rem;
    height: 3rem;
    transform: none;
  }

  /* .banner-prev,
  .banner-next {
    display: none !important;
  } */


  .carousel-control-prev {
    left: 34% !important;
    top: 100% !important;
    margin-top: 10px !important;
  }

  .carousel-control-next {
    right: 34% !important;
    top: 100% !important;
    margin-top: 10px !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background-size: 100%, 100%;
  }

  .form-section {
    margin-left: 0;
    padding: 30px 20px;
  }

  .form-section h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
  }

  .form-section p {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }

  .form-section button {
    width: 100%;
  }

  .map-section {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 20px 0 0 0;
    right: auto;
    top: auto;
  }

  .map-section iframe {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }

  .map-overlay {
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .contact-form {
    height: auto;
    padding-bottom: 0px;
  }

  .footer {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
  }

  .footer .social-icons {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .footer .row>[class^="col-"] {
    text-align: left;
  }

  .footer input {
    width: 100%;
  }

  .footer button {
    width: 20%;
  }

  .reviews {
    padding: 15px !important;
    border-right: none !important;
    border-bottom: 1px solid #dadada;
  }

  .reviews:last-child {
    border-bottom: none;
  }

  .slider-img {
    height: 80vh !important;
  }

  .overlay {
    background: rgba(0, 0, 0, 0.4);
  }

  .carousel-caption {
    top: 60% !important;
    left: 5% !important;
    right: 5% !important;
    width: 100% !important;
    height: auto;
    text-align: center;
    padding: 15px 0;
  }

  .carousel-size {
    width: 90% !important;
    height: 100%;
    margin: auto;
  }

  .carousel-caption h1 {
    font-size: 2rem !important;
    padding-bottom: 10px !important;
  }

  .carousel-caption p {
    font-size: 0.9rem !important;
    line-height: 22px !important;
  }

  .banner-btn {
    font-size: 0.9rem;
    padding: 10px 30px;
  }


  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }

  .card-img-top {
    max-height: 300px;
  }

  .stack-img-bg {
    width: 75% !important;
    object-fit: cover;
    height: 300px !important;
    border-radius: 5px;
  }

  .stack-img-bg {
    width: none !important;
  }
  .stack-img-fg {
    width: 300px !important;
    height: 280px !important;
    position: absolute;
    left: 63px !important;
    top: 75px !important;
    object-fit: cover;
    border-radius: 5px;
}
.customer-card-line {
  border-right: none !important;
}

  .carousel-item .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-item .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
    padding: 0 15px;
  }

  .visuotech_testimonials-card {
    margin: 0 auto;
    max-width: 90%;
  }

  /* Hide scrollbar for a cleaner look */
  .carousel-item .row::-webkit-scrollbar {
    display: none;
  }

  .carousel-length {
  top: 0px !important;
  height: auto !important;
  position: relative;
}

  .testimonial-line{
     border: none !important;
  }

  .grid_padding {
    position: relative;
    padding: 0px;
    text-align: center;
}
.btn-connect {
    padding: 14px 30px !important;
    float: none;
    font-size: 16px !important;
}
.journey-img{
  height: 40px;
  transform: scaleX(1.5);
}
.grid__text {
    font-size: 14px;
}
.grid__title {
    font-size: 25px !important;
}
.career-section {
    width: 100% !important;
    margin: 50px auto auto !important;
    padding: 80px !important;

}
  

}


/* ============================================ Header Css ==================================================================== */

.navbar-nav li.active>.nav-link,
.navbar-nav li.active>a {
  color: #116797 !important;
  font-weight: 700;
}

.dropdown-menu li.active>.dropdown-item,
.dropdown-menu a.dropdown-item.active {
  background-color: #116797;
  color: #fff !important;
}

.navbar-nav li.dropdown.active>.nav-link.dropdown-toggle {
  color: #116797 !important;
}

/* Dropdown container styling */
.custom-dropdown {
  width: 200px !important;
  border: none;
  border-radius: 10px !important;
  padding: 0 !important;
  overflow: hidden;
  transform-origin: top;
  animation: dropdownSlide 0.3s ease;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

/* Dropdown item style */
.custom-dropdown .dropdown-item {
  padding: 12px 20px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: normal;
  /* allow text to wrap if needed */
}

/* Hover effect */
.custom-dropdown .dropdown-item:hover {
  background-color: #116797;
  color: #fff !important;
  padding-left: 25px;
}

/* Smooth dropdown open animation */
@keyframes dropdownSlide {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* Divider style */
.dropdown-divider {
  margin: 0;
  border-color: #e0e0e0;
}

/* Nav link styling */
.nav-link.dropdown-toggle {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link.dropdown-toggle:hover {
  color: #10c14c;
}

/* ============================================ Careers page Css ==================================================================== */


.career-section {
  width: 50%;
  margin: auto;
  padding: 80px;
  margin-top: 100px;
  border-radius: 25px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth animation */
}

.career-section:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}


.career-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

.career-section p {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #888888;
}


/* ============================================ Main Banner Css ==================================================================== */

.slider-img {
  height: 900px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  top: 700px;
  right: 0px !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.carousel-caption h1 {
  font-size: 3.5rem;
  padding-bottom: 22px;
}

.carousel-caption p {
  font-size: 1rem;
  line-height: 30px;
}

.carousel-size {
  width: 50%;
  height: 100%;
  margin: auto;
}


/* ============================================ About section Css ==================================================================== */



.customer-card-title {
  font-size: 22px;
  font-weight: 700;
}

.customer-card-line {
  border-right: 1px solid #ffff;
}

.stack-img-bg {
  width: 75%;
  object-fit: cover;
  height: 400px;
}

.stack-img-fg {
  width: 400px;
  height: 362px;
  position: absolute;
  left: 100px;
  top: 117px;
  object-fit: cover;
}

.rating-stars {
  color: #f4b03e;
  font-size: 24px;
}

.customer-card {
  background: #116797;
  color: #fff;
  border-radius: 0.25rem;
}

.client-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #ffff;
  margin-right: -10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}


/* ============================================ Testimonilas Css ==================================================================== */


.testimonial {
  position: relative;
  background: url('https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=1920&q=80') center center / cover no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

.testimonial::before,
.testimonial-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.testimonial-line {
  content: "";
  position: absolute;
  width: 92%;
  border: 1px solid #838383;
  z-index: 0;
  padding: 352px 0px;
  top: 50px;
  left: 4%;
  border-radius: 15px;
}

.testimonial .container {
  position: relative;
  z-index: 2;
}

.carousel-length {
  top: 95px;
  height: 480px;
  position: relative;
}

.visuotech_testimonials-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 100px 20px 40px;
  width: 100%;
  min-height: 360px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.4s ease;
  position: relative;
  overflow: visible;
}

.visuotech_testimonials-card:hover {
  background: #116797;
  color: #fff !important;
  transform: translateY(-10px);
  z-index: 10;
}

.visuotech_testimonials-img-outer {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #838383;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}

.visuotech_testimonials-img-inner {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

.visuotech_testimonials-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visuotech_testimonials-stars {
  color: #fbc02d;
  margin-bottom: 10px;
  font-size: 22px;
}

.visuotech_testimonials-quote {
  font-size: 150px;
  color: #1976f936;
  position: absolute;
  top: -23px;
}

.visuotech_testimonials-card h5 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #116797;
}

.visuotech_testimonials-card small {
  color: #666;
}

.visuotech_testimonials-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  flex-grow: 1;
}

.visuotech_testimonials-indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.visuotech_testimonials-indicators .custom-indicator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  transition: 0.3s;
}

.visuotech_testimonials-indicators .custom-indicator.active,
.visuotech_testimonials-indicators .custom-indicator:hover {
  background-color: #116797;
  transform: scale(1.2);
}

.visuotech_testimonials-card:hover h5,
.visuotech_testimonials-card:hover small,
.visuotech_testimonials-card:hover p,
.visuotech_testimonials-card:hover .visuotech_testimonials-stars,
.visuotech_testimonials-card:hover .visuotech_testimonials-quote {
  color: #fff !important;
}




/* ============================================ Other pages Css ==================================================================== */

/* About Banner */
.about-banner {
  background: url('images/about.jpg') center/cover no-repeat;
  height: 45vh;
  position: relative;
  color: #fff;
}

.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* black overlay */
}

.about-banner .banner-content {
  position: relative;
  z-index: 1;
  top: 30px;
  /* left: -550px; */
}

.about-banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}


.about-banner p {
  font-size: 1rem;
  width: 70%;
  margin: auto;
}

.contact-container p {
  margin-bottom: 8px;
}

.info-box {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.info-box i {
  font-size: 32px;
  color: #116797;
  margin-bottom: 25px;
}

.info-box h5 {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 600;
}

.info-box p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

.info-box:hover {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px;
}



/* About Card */
.about-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.about-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  width: 287px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.about-card i {
  font-size: 50px;
  color: #116797;
  margin-bottom: 15px;
}

.about-card h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

/* Call to Action */
.cta-banner {
  background: #dcffe8;
  color: #10c14c;
  text-align: center;
  padding: 80px 20px;
  border-radius: 15px;
}

.cta-banner h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #198754;
}

.cta-banner .btn-cta {
  background-color: #fff;
  color: #10C14C;
  padding: 12px 40px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.cta-banner .btn-cta:hover {
  background-color: #0f9e3c;
  color: #fff;
  transform: translateY(-2px) scale(1.05);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 80px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 103, 151, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* Awards Section */
.awards-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f9f9f9 50%, #ffffff 50%);
  text-align: center;
}

.award-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.award-item {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.award-item img {
  max-width: 100px;
  max-height: 100px;
  transition: transform 0.3s ease-in-out;
}

.award-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.award-item:hover img {
  transform: scale(1.1);
}

/* FAQ Section */
.faq-section {
  padding: 80px 20px;
  background: #fff;
}

.faq-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #116797;
  text-align: center;
  margin-bottom: 20px;
}

.faq-box {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* Remove Bootstrap default arrow */
.accordion-button::after {
  display: none !important;
}

.accordion-button {
  background: none !important;
  font-weight: 600;
  font-size: 18px !important;
  color: #116797 !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  color: #116797 !important;
}

/* Custom icon */
.accordion-button .faq-icon {
  font-size: 30px;
  font-weight: bold;
  margin-left: 10px;
  color: #116797;
  transition: transform 0.2s ease-in-out;
}

.accordion-button.collapsed .faq-icon::before {
  content: "+";
}

.accordion-button:not(.collapsed) .faq-icon::before {
  content: "-";
}

.accordion-body {
  color: #444;
  font-size: 15px;
}




/* Responsive */
@media (max-width: 768px) {
  .about-banner h1 {
    font-size: 1.8rem;
  }

  .about-banner p {
    font-size: 13px;
    width: 100%;
  }

  .about-content h2 {
    font-size: 1.2rem;
  }

  .about-card {
    width: 100%;
  }

  .cta-banner {
    padding: 40px 20px;
    border-radius: 0px;
  }

  .cta-banner h2 {
    font-size: 23px;
    font-weight: 600;
  }

  .gallery-item img {
    height: 180px;
  }

  .gallery {
    margin-bottom: 50px;
    gap: 15px;
  }

  .about-cards {
    gap: 20px;
  }

  .closed-burger {
    padding-bottom: 0rem;
  }

  .awards-section {
    padding: 80px 0px;
  }

  .award-badges {
    flex-direction: column;
    gap: 20px;
  }

  .award-item {
    width: 100%;
  }

  .faq-section {
    padding: 60px 0px;
  }

  .accordion-body {
    padding: 0rem !important;
  }

  .accordion-button {
    padding: 0rem !important;
    font-size: 16px !important;
  }

  .accordion-button .faq-icon {
    font-size: 25px !important;
  }
  .cta-banner .btn-cta {
    padding: 12px 30px;
}
}

@media (max-width: 991px) {
  .contact-form button {
    width: auto;
  }
}




/* ============================================ Service full page Css ==================================================================== */

.service-hero {
  background: linear-gradient(rgba(17, 103, 151, 0.7), rgba(17, 103, 151, 0.7)), url('images/Customer Software Solutions.jpg') center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.service-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.service-hero p {
  font-size: 1.2rem;
  margin-top: 10px;
}

h2 {
  color: #116797;
  font-weight: 700;
  margin-bottom: 20px;
}

.service_line_heading {
  position: relative;
  margin-left: 15px;
}

.service_line_heading::after {
  content: '';
  position: absolute;
  left: -15px;
  background-color: #116797;
  width: 5px;
  height: 37px;
}


.service_aboutus {
  margin-top: 100px;
  margin-bottom: 200px;
}

.service_images_wrapper {
  position: relative;
  height: 385px;
}

.image_container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s;
}

.image_container.overlapping {
  position: absolute;
  width: 90%;
  height: 325px;
  top: 160px;
  left: 24%;
  z-index: 2;
}

.image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transition: transform 0.5s;
}

.overlay_service {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(39 117 158 / 36%);
  border-radius: 10px;
  transition: opacity 0.5s;
}

.image_container:hover {
  transform: scale(1.03);
}

.image_container:hover img {
  transform: scale(1.1);
}

.overlay-hidden {
  opacity: 0 !important;
}


@media (max-width: 768px) {
  .service_images_wrapper {
    height: 300px !important;
  }

  .image_container {
    width: 85%;
    height: 80%;
  }

  .image_container.overlapping {

    width: 80%;
    height: 210px;
    top: 100px;
    left: 20%;
    z-index: 2;
  }

  .service-hero h1 {
    font-size: 2rem;
  }

  .service_aboutus {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .service_content {
    margin-top: 30px !important;
  }

  .faq_services {
    padding: 0px !important;
  }
}


@media (min-width: 1400px) {
  .container {
    max-width: 1250px !important;
  }
}