@import url("animate.css");
@import url("font-awesome.css");
@import url("collapse.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
}
.Gotohome {
  cursor: pointer;
  visibility: hidden;
  position: fixed;
  right: 40px;
  bottom: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 9;
  background-color: #0032e7;
}
.Gotohome a {
  color: #fff;
  font-size: 20px;
}
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ping {
  -webkit-animation: ping 0.8s ease-in-out infinite both;
  animation: ping 0.8s ease-in-out infinite both;
  position: fixed;
  right: 25px;
  bottom: 15px;
  width: 80px;
  height: 80px;
  background-color: #0032e7;
  border-radius: 50%;
  z-index: 8;
}
.whatsapp-btn {
  -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
  animation: pulsate-fwd 0.8s ease-in-out infinite both;
  position: fixed;
  display: flex;
  right: 40px;
  bottom: 30px;
  justify-content: center;
  align-items: center;
  /* position: fixed;
  margin-top: 850px;
  margin-left: 1820px;
  float: right; */
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  background-color: #0032e7;
  border-radius: 50%;
  z-index: 9;
  transition: all 0.3s ease;
}
.whatsapp-btn:hover {
  background-color: #fff;
  color: #0032e7;
}
.whatsapp-btn:hover a {
  color: #0032e7;
}
.whatsapp-btn a {
  transition: all 0.3s ease;
  color: #fff;
  font-size: 20px;
  padding: 5px;
}

/* body {
  background-image: url("/assets/bg/pattern-1.png");
} */
.sidebar-closer {
  display: none;
  position: absolute;
  right: 0;
  height: 100%;
  /* background-color: red; */
  z-index: 8;
}

/* Navigation bar and menu list styling */
.navigation-menu {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
  z-index: 2;
}
.auto-container {
  width: 80%;
  margin: 0 226px;
  padding: 0 12px;
  overflow: hidden;
}
.home-page {
  position: relative;
  display: flex;
  height: 120vh;
  background: url("/assets/bg/pattern-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex-direction: column;
  position: relative;
}
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  padding: 28px 0 8px 0;
  transition: all 0.3s ease;
}
.logo {
  cursor: pointer;
}
.logo img {
  width: 126px;
  height: 32px;
}
.menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-list ul {
  display: flex;
  justify-content: center;
  /* margin-top: 20px; */
  align-items: center;
}
.menu-list ul li {
  list-style: none;
}
.menu-list ul li a {
  padding: 10px 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1d2c38;
  transition: all 0.3s ease;
}
.menu-list ul li a:hover {
  color: #0032e7;
}
.menu-list ul li a.active {
  color: #0032e7;
  border-bottom: 2px solid #0032e7;
}
.quote-btn a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  background: linear-gradient(to bottom, #0032e7 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: 0% 100%;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 30px;
  color: #0032e7;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #0032e7;
}

.quote-btn a:hover {
  color: #fff !important;
  background-position: 0% 0%;
}

/* Dropdown menu list styling */

.dropdown {
  max-width: 500px;
  z-index: 10;
  position: relative;
}
.dropdown ul {
  opacity: 0;
  visibility: hidden;
  display: grid;
  background: rgba(255, 255, 255, 0.5);
  grid-template-columns: 1fr 1fr;
  position: fixed;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transform: translateY(-10px);
  transition: 
    top 0.3s ease-in-out, 
    opacity 0.3s ease-in-out, 
    transform 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  animation: fadeInDown 0.4s linear;
  width: auto;
  

}

.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.dropdown ul {
  padding: 14px 0;
  transition: all 0.3s ease-out;
  border-radius: 5px;
  margin-top: 20px;
}
.dropdown ul li {
  list-style: none;
  position: relative;
  width: 270px;
  /* padding: 10px 0 10px 0; */
  transition: all 0.3s ease;
}
.dropdown ul li:hover {
  background-color: #f3f4f5;
}
.dropdown ul li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  /* padding: 10px 12px; */
  /* background-color: red; */
  display: block;
  top: 100%;
  opacity: 1;
  transition: opacity 0.3s, top 0.3s, all 0.3s ease;
  white-space: nowrap;
  /* margin-top: 5px; */
  margin-bottom: 0;
}
.services-list {
  padding: 0;
  margin: 0;
}

.icon-span {
  display: none;
  transform: translateX(-20px);
  transition: all 0.3s ease, transform 0.3s ease, opacity 0.3s;
}
.text-span {
  transform: translateX(0);
  transition: all 0.4s ease;
}
.services-list li a:hover .text-span {
  transform: translateX(10px);
  margin-left: 10px;
}
.services-list li a:hover .icon-span {
  display: inline-block;
  transform: translateX(0);
  animation: fadeIn 0.3s linear;
  opacity: 1;
  transition: all 0.3s ease;
}

.home-owl {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center !important;
  justify-content: center;
}
.owl-item {
  display: flex;
  justify-content: center;
}

/* Side bar styling  */

.sidebar {
  display: none;
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 2;
}

.sidebar-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 50px 0;
  /* transform: translate(-50%,-50%); */
  overflow-y: hidden;
}

.sidebar-menu img {
  display: none;
}

.sidebar-menu li {
  margin-bottom: 10px;
  list-style: none;
  padding: 12px 0 12px;
  width: 100%;
}

.sidebar-menu li a {
  width: 100%;
  text-decoration: none;
  color: #0032e7;
  font-size: 20px;
  transition: all 0.3s ease;
  padding: 8px;
  padding-right: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-wrap: nowrap;
}

.sidebar-menu a:hover {
  background-color: #0032e7;
  color: #fff;
}
.service-li {
  position: relative;
}

.sidemenu-btn {
  display: none;
  cursor: pointer;
  margin-left: 20px;
  background-color: transparent;
  z-index: 2;
}

.sidemenu-btn i {
  font-size: 32px;
  color: #0032e7;
}

/* .sidemenu-btn span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
} */

/* Home Page Styling */
.home-page {
  /* background: url("/assets/bg/pattern-1.png");
  background-repeat: no-repeat; */
  height: 100vh;
  background-color: #f3f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.home-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* z-index: 1; */
}

.home-col {
  padding: 0 12px;
  box-sizing: border-box;
  flex: 1;
  max-width: max-content;
}
.h1-large {
  font-size: 50px;
  color: #0032e7;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
}
.home-card-title {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  color: #223150;
  font-weight: 500;
  margin: 0 0 8px;
}
.p-large {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #5e6576;
  margin: 0 0 36px;
  text-align: justify;
  max-width: 600px;
}
.btn.services-btn {
  text-decoration: none;
  color: #fff;
  padding: 15px 36px;
  background: linear-gradient(to top, #0032e7 50%, #223150 50%);
  background-size: 100% 200%;
  background-position: 100% 0%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  border: #0032e7 1px solid;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn.services-btn:hover {
  color: #fff;
  background-position: 100% 100%;
}

.image-container {
  position: relative;
  perspective: 1000px;
  width: 1500px;
  display: flex;
  align-items: flex-end;
 
}
#moving-home-image {
  width: 600px;
  transform: scale(1.03) perspective(300px);
  box-shadow: 0 20px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
#moving-home-image:hover {
  transform: scale(1.07) perspective(2500px) rotateY(5deg) rotateX(5deg);
}

.fa-solid.fa-arrow-right {
  margin-left: 10px;
}

/* Services section styling */

.owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto important;
}
.owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-dots {
  text-align: center;
}
.owl-dots span {
  background-color: #5e6576 !important;
}
.owl-dots button.owl-dot.active span {
  background-color: #0032e7 !important;
  background-image: linear-gradient(to right, #ff6600, #0032e7);
  width: 12px;
  height: 12px;
  top: 1px;
  left: 1px;
  transition: all 0.2s ease;
}

.services-sect {
  position: relative;
  /* height: 100vh; */
  background-color: #f3f4f5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 145px 0 120px;
}
.service-heading {
  display: flex;
  justify-content: flex-start;
  padding: 0 12px;
  margin-bottom: 20px;
}
.services-heading-text {
  font-size: 102px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #000;
}
.services-card {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.service-owl {
  display: flex;
  flex: 1;
  height: auto;
  align-items: center;
}
.cards {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px !important;
  height: 400px !important;
  background: linear-gradient(to left, #fff 50%, #0032e7 50%) right;
  background-size: 200%;
  border-radius: 20px;
  margin: 0 15px;
  max-width: 350px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #f3f4f5;
  cursor: pointer;
  transition: all 0.4s ease;
}
.cards:hover {
  background-color: #0032e7;
  background-position: left;
}
.logo-divs{
  width: 100%;
  height: 100px;
}
.logo-main-container{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.card-lower:hover {
  cursor: pointer;
}
.logo-container{
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;


}
.logo-icon{
  height: 40px;
  width: 40px;
}
.logo-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-content-p{
  margin: 0px;
  font-size: 20px;
  font-weight: 200;
  padding-left: 5px;
}
.logo-icon img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@-webkit-keyframes flip-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(0.4) rotateY(-90deg);
    transform: scale(0.4) rotateY(-90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(-180deg);
    transform: scale(1) rotateY(-180deg);
  }
}
@keyframes flip-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(0.4) rotateY(-90deg);
    transform: scale(0.4) rotateY(-90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(-180deg);
    transform: scale(1) rotateY(-180deg);
  }
}
.cards:hover .fa-laptop-code,
.cards:hover .fa-robot,
.cards:hover .fa-circle-question,
.cards:hover .fa-screwdriver-wrench,
.cards:hover .fa-chrome,
.cards:hover .fa-comments-dollar,
.cards:hover .fa-fingerprint,
.cards:hover .fa-app-store,
.cards:hover .fa-code-branch,
.cards:hover .fa-brain {
  -webkit-animation: flip-scale-down-ver 0.5s linear both;
  animation: flip-scale-down-ver 0.5s linear both;
}
.cards:hover .fa-laptop-code,
.cards:hover .fa-robot,
.cards:hover .fa-screwdriver-wrench,
.cards:hover .fa-circle-question,
.cards:hover .card-heading a,
.cards:hover .text-card,
.cards:hover .card-lower a,
.cards:hover .fa-chrome,
.cards:hover .fa-comments-dollar,
.cards:hover .fa-fingerprint,
.cards:hover .fa-app-store,
.cards:hover .fa-code-branch,
.cards:hover .fa-brain {
  color: #fff;
  transition: all 0.3s ease;
}
.card-upper {
  padding: 40px 25px 22px;
}
.card-heading {
  margin: 30px 0 0;
}
.card-heading a {
  text-decoration: none;
  font-size: 24px;
  margin: 30px 0 0;
  color: #1d2c38;
  font-family: "Inter", sans-serif;
}

.text-card {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 15px 0 0;
  color: #393939;
  text-align: left;
  line-height: 1.5em;
}
.card-lower {
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 23px 25px;
}
.card-lower a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #393939;
  font-weight: 600;
}

.fa-laptop-code,
.fa-robot,
.fa-screwdriver-wrench,
.fa-circle-question,
.fa-chrome,
.fa-comments-dollar,
.fa-fingerprint,
.fa-app-store,
.fa-code-branch,
.fa-brain {
  font-size: 64px;
  color: #0032e7;
}

/* About Us section styling */

.aboutus-sect {
  width: 100%;
  padding: 115px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-img {
  z-index: -1;
  position: absolute;
  top: 1;
  left: 1200px;
}
.fixed-img img {
  width: 500px;
  animation: pulse 4s infinite;
}
.aboutus-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutus-col {
  max-width: 600px;
  margin: 0 0 30px;
  padding: 0 12px;
}
.txt-contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-heading {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #0032e7;
  font-weight: 600;
  letter-spacing: 0.8rem;
}
.txt-contain h2 {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  margin: 15px 0 0;
  font-weight: 700;
}
.txt-contain p {
  font-size: 16px;
  color: #393939;
  margin: 15px 0 ;
}
.aboutus-btn {
  margin: 5px 0 0;
  margin-top: 50px;

}
.aboutus-btn a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  background: linear-gradient(to bottom, #f3f4f5 50%, #0032e7 50%);
  background-size: 100% 200%;
  background-position: 0% 100%;
  font-weight: 500;
  padding: 18px 40px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #f3f4f5;
}
.aboutus-btn a:hover {
  color: #0032e7;
  background-position: 0% 0%;
}

/* Gallery Section styling */
.gallery-page {
  width: 100%;
  padding: 118px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 45px;
}
.sec-title-gallery {
  color: #0032e7;
  font-weight: 600;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.8rem;
}
.gallery-title-head {
  color: #1d2c38;
  font-size: 52px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 15px 0 0;
  text-wrap: nowrap;
}
.sec-title-seperator {
  width: 300px;
  border-bottom: 1px solid #1d2c38;
  margin: 30px 450px 0;
  position: relative;
}
.blue-item {
  background-color: #0032e7;
  width: 80px;
  height: 4px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.outer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel.owl-theme {
  align-items: center;
  justify-content: center;
}
.owl-carousel.owl-theme .item {
  margin: 10px;
}
.gal-card {
  width: 400px;
  border-radius: 40px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  cursor: pointer;
}

.top-hover-div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.top-hover-div img {
  width: 350px;
  height: 470px;
}
.gal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 30px;
}
.top-hover-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0032e7 0%, #5e6576 100%);
  transition: left 0.6s ease;
  pointer-events: none;
  opacity: 0.6;
}
.top-hover-div:hover::before {
  left: 0;
}

.gradient-text {
  position: absolute;
  top: 80%;
  left: -100%; /* Initial position, outside the container */
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #fff; /* Text color */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden;
}
.gradient-text p {
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #5e6576;
}
.gradient-text h2 {
  text-align: left;
  font-size: 24px;
  transition: all 0.3s ease;
}
.gradient-text h2:hover {
  color: #1d2c38;
}
.top-hover-div:hover .gradient-text {
  left: 0;
  transition: left 0.6s ease;
}
.team-members-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.team-members {
  padding: 0 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.team-col {
  padding: 0 12px;
  margin: 0 0 30px;
}
.team-image-div {
  position: relative;
  width: 250px !important;
  height: 250px !important;
  overflow: hidden;
}

.team-content {
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
}
.member-name {
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #1d2c38;
}
.team-content h4 {
  text-align: center;
}
.team-content p {
  text-align: center;
  font-size: 14px;
  margin: 5px 0 0;
  color: #000;
  font-family: "Roboto", sans-serif;
}
.team-image-div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.team-image-div::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #0032e7;
  transition: top 0.6s ease;
  pointer-events: none;
  opacity: 1;
}
.rem_hover::before {
  display: none;
}
.team-image-div:hover::before {
  top: 80%;
}
.hover-social-menu {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  top: 100%; /* Start hidden */
  width: 100%;
  height: 100%;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  transition: top 0.6s ease; /* Add animation transition */
}

.team-image-div:hover .hover-social-menu {
  top: 80%; /* Move up with animation */
}

.team-image-div i {
  font-size: 24px;
  cursor: pointer;
}

/* Footer styling  */
.footer-main {
  background-color: #1d2c38;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-footer-widgets {
  padding: 116px 0 110px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-col {
  display: flex;
  flex-direction: column;
}
.footer-col > * {
  flex: 1;
}
.footer-title {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px;
}
.footer-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  color: #fff;
}
.form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-group input {
  padding: 10px 15px 10px 30px;
  border-radius: 30px;
  background: transparent;
  color: #fff;
  border: 2px solid #223150;
}
.fa-arrow-right.email-arrow {
  color: #0032e7;
  border: 2px solid #223150;
  padding: 15px;
  border-radius: 50%;
  margin-left: 20px;
}
.footer-privacy {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  padding: 0 0 0 40px;
  margin: 35px 0 0;
}
.footer-privacy::before {
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 0;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #0032e7;
  background: #124a941a;
  padding: 2px 5px 2px 5px;
  text-align: center;
  border-radius: 100%;
}
.footer-widget-links {
  padding: 0 0 0 63px;
}
.main-footer-list {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 0;
}
.serv-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-footer-list li {
  list-style: none;
  padding-right: 20px;
  margin: 0 0 15px;
}
.main-footer-list li a {
  text-decoration: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
}

.blue-footer {
  margin-right: 10px;
  color: #0032e7;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.copyright-foot {
  width: 100%;
  padding: 40px 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  display: flex;
  background-color: #172530;
  justify-content: center;
  align-items: center;
}

.footer-copyright-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-footer-list li a i {
  margin-right: 10px;
}

/* Contact us sectionn styling */

.contact-sect {
  padding: 100px 0 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("./assets/bg/pattern-5.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.contact-col {
  margin: 15px 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #0032e7;
  transition: all 0.3s ease;
  width: 100%;
}
.upper-contact {
  overflow: hidden;
  width: 30%;
  margin: auto;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.upper-contact img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-bottom: 1px solid #0032e7;
  transition: all 0.4s ease-in-out;
}
.upper-contact img:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.lower-contact {
  padding: 35px 30px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lower-contact h5 {
  margin-bottom: 20px;
}
.lower-contact h5 a {
  text-decoration: none;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1d2c38;
  transition: all 0.3s ease;
  text-align: center
}
.lower-contact h5 a:hover {
  color: #0032e7;
  border-bottom: 2px solid #172530;
  cursor: pointer;
}
.lower-contact p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #393939;
  margin-bottom: 5px;
  transition: all 0.4s ease;
}
.lower-contact p:hover {
  color: #0032e7;
  cursor: pointer;
}
.lower-contact p span {
  margin-left: 10px;
  font-size: 20px;
}
.contact-us {
  margin-top: 30px;
}
.contact-us a {
  font-size: 18px;
  color: #0032e7;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  border-bottom: 2px solid #1d2c38;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}
.contact-us a:hover {
  color: #1d2c38;
  border-bottom: 2px solid #0032e7;
  border-radius: 20px;
  padding: 10px;
}

.company-loaction {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.company-loaction .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60%;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .service-li {
  position: relative;
}
#Service-sidebar::after {
  position: absolute;
  left: 70%;
  text-align: center;
  top: 50;
  content: ">";
}
.sidebar-dropdown-menu {
  display: none;
} */

/* technologies section styling  */

.Technologies-one {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 0 80px;
}
.tech-heading {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.tech-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  flex: 1;
  flex-wrap: wrap;
}
.tech-card {
  border: 1px solid #ccc;
  border-radius: 30px;
  /* min-width: 200px; */
  width: 160px;
  padding: 10px 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-content: center;
}
.tech-up {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tech-up img {
  width: 50px;
}
.tech-down {
  padding: 12px;
}
.tech-down h3 {
  font-size: 18px;
  color: #1d2c38;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* Services sidebar Menu dropdown Styling */

.service-li {
  position: relative;
}
.service-ul {
  position: absolute;
  top: 30px;
  left: 0;
  white-space: no-wrap;
  text-wrap: nowrap;
}
.service-ul li a {
  font-size: 14px;
  padding: 12px 0;
}

@media screen and (max-width: 1600px) {
  .auto-container {
    width: 90%;
    margin: 0 100px;
    padding: 0 12px;
  }
  .h1-large {
    font-size: 52px;
  }
  .home-card-title {
    font-size: 24px;
  }
  .p-large {
    font-size: 16px;
  }
  .btn.services-btn {
    padding: 12px 20px;
  }
  .services-heading-text {
    font-size: 72px;
  }
  .cards {
    display: flex;
    height: auto;
  }
  .aboutus-col {
    max-width: 450px;
  }
  .fixed-img {
    position: absolute;
    left: 50%;
  }
  .main-footer-widgets {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

/* clients section styling */

.Clients-Section {
  width: 100%;
  padding: 50px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.clients-title h3 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0032e7;
  letter-spacing: 0.8rem;
}
.content{
  overflow: hidden;
}
.carousel-header-google {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px

}
.carousel-container {
  max-width: 90%;
  margin: auto;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.image-heading-container-google {
  display: flex;
  align-items: center;
}
.link-container a{
text-decoration: none;
padding: 10px 20px;
background-color: #0032e7;;
border-radius: 20px;
color: white;
}
.google-details-google{
  margin-bottom: 50px;
display: flex;
justify-content: space-between;
align-items: center;
  width: 90%;
  margin: auto;
  background-color: rgb(246, 246, 248); 
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 20px;
}

.star-size {
  margin-left: 5px;
}
.start-point-google {
  display: flex;
  align-items: center;
}

.image-container-google {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 90px;
  object-fit: cover;
  margin-right: 10px;
}
.review-card {
  min-width: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  gap: 20px;
}

.review-item {
  flex: 1;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-stars {
  color: #fbbf24;
  font-size: 20px;
}

.review-text {
  font-size: 16px;
  color: #333;
  margin: 15px 0;
}

.review-author {
  font-weight: bold;
  font-size: 14px;
  color: #666;
}

.nav-buttons {
  text-align: center;
  margin-top: 20px;
}

.nav-buttons button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  background-color: #0032e7;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}

.nav-buttons button:hover {
  background-color: #0032e7;
}
.carousel-section{
  overflow: hidden;
}
#about-scipy{
  width: 100%;
  overflow:hidden;
}
.about-container-1{
  width: 100%;
  overflow: hidden;
}
.sub-about-container-1{
  width: 90%;
  margin: auto;
}
.sub-contents-about-container-1{
  padding: 50px 0px;
  margin-bottom: 20px;
}
.heading-sub{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.first-content-about{
padding: 10px;
background-color: #E7EFFC;
width: max-content;
color: #0032e7;
border-radius: 10px;
}
.second-content-about{
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 10px;
}
.second-content-about h3{
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;

}
.second-content-about h3 span{
  color: #0032e7;
}
.third-content-about{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.card-about{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-heading-about{
  padding: 0 30px;
}
.card-heading-about h4{
text-align: center;
word-wrap: break-word;
font-size: 20px;
font-weight: 600;
}
.card-icon{
  height: 50px;
  width: 50px;
  margin: 5px 0;
}
.card-icon img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-descrition-about-p{
  margin-top: 10px;
  text-align: center;
  padding: 0 25px;
  line-height: 25px;
}

@media screen and (max-width: 1248px) {
  .sidebar-closer {
    position: fixed;
    top: 10%;
    right: 0;
    left: 250px;
    display: block;
    opacity: 0.2;
  }
  .auto-container {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .h1-large {
    font-size: 52px;
  }
  .home-card-title {
    font-size: 20px;
  }
  .p-large {
    font-size: 16px;
  }
  .btn.services-btn {
    padding: 10px 18px;
  }
  .menu-list ul {
    display: none;
  }
  .quote-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidemenu-btn {
    display: block;
  }
  .open-sidebar {
    display: grid;
    flex-wrap: wrap;
  }

  .content {
    margin-left: 0;
    transition: 0.5s;
  }
  .sidebar-menu img {
    display: block;
    width: 120px;
    padding: 0;
  }
  .sidebar {
    display: block;
    width: 250px;
  }
  .home-page {
    height: auto;
  }
  .home-row {
    margin-top: 100px;
    justify-content: space-evenly;
  }
  .home-col {
    max-width: 350px;
  }
  .h1-large {
    font-size: 32px;
  }
  .home-card-title {
    font-size: 24px;
  }
  .p-large {
    font-size: 14px;
  }
  .services-sect {
    position: relative;
  }
  .service-heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .services-heading-text {
    font-size: 72px;
  }
  .services-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 10px;
  }
  .cards {
    margin: 10px;
  }
}

@media screen and (max-width: 1048px) {
  .auto-container {
    width: 100%;
    margin: 0 50px;
    padding: 0 12px;
  }
  .home-row {
    margin-top: 50px;
  }
  .home-page {
    background-size: cover;
  }
  .menu-list {
    display: none;
  }
  .quote-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidemenu-btn {
    margin-left: 25px;
    display: block;
  }
  .sidemenu-btn span {
    background-color: #000;
  }
  .open-sidebar {
    display: block;
  }

  .content {
    margin-left: 0;
    transition: 0.5s;
  }
  .sidebar-menu img {
    width: 120px;
    padding: 0;
  }
  .sidebar {
    width: 250px;
  }
  .aboutus-row {
    flex-direction: column;
  }
  .txt-contain h2 {
    font-size: 28px;
  }
  .aboutus-btn a {
    padding: 8px 14px;
    font-size: 12px;
  }
  .about-heading {
    font-size: 12px;
  }
  .txt-contain p {
    font-size: 12px;
  }
  .gallery-title-head {
    font-size: 34px;
  }
  .card-about{
    flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .auto-container {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
  .home-owl {
    margin-top: 100px;
  }
  .menu-list {
    display: none;
  }
  .quote-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sidemenu-btn {
    display: block;
    margin-left: 20px;
    /* background-color: #0032e7; */
    z-index: 2;
  }
  .open-sidebar {
    display: block;
  }
  .content {
    margin-left: 0;
    transition: 0.5s;
  }
  .sidebar-menu img {
    width: 120px;
    padding: 0;
  }
  .sidebar {
    width: 250px;
  }
  .home-row {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: inherit;
  }
  .home-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
  }
  .home-col.text-container {
    align-items: flex-start;
  }
  .br-tag {
    display: none;
  }
  .h1-large {
    font-size: 24px;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .home-card-title {
    font-size: 16px;
  }
  .p-large {
    font-style: 12px;
  }
  .btn.services-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  #moving-home-image {
    width: 300px;
    margin-bottom: 20px;
  }
  .services-heading-text {
    font-size: 38px;
  }
  .services-card {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .cards {
    display: block;
    flex: 1;
    margin: 20px;
  }
  .aboutus-row {
    flex-direction: column;
  }
  .fixed-img {
    width: 250px;
    left: 100px;
  }
  /* .team-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } */
  .team-col {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .team-image-div {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-content {
    align-items: flex-start;
  }
  .main-footer-widgets {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .footer-col {
    margin-top: 20px;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 12px;
    justify-content: flex-start;
  }
  .footer-widget-links {
    padding: 0;
  }
  .footer-copyright-text {
    font-size: 12px;
  }

  .tech-up img {
    width: 60px;
  }
  .tech-heading {
    font-size: 18px;
  }
  .contact-detail a {
    font-size: 18px;
  }

  .main-footer-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .second-content-about h3{
    font-size: 28px;
  }
  .review-card{
    flex-direction:column ;
  }

}
@media screen and (max-width: 600px) {
  .card-about{
    flex-basis: 100%;
    margin-top: 30px;
  }
  .google-details-google{
    flex-direction: column;
    gap:30px;
  }
  .start-point-google {
    justify-content: center;
  }
.lower-contact h5 a {
font-size: 20px;
}
.upper-contact {
  width: 60%;
}
}
@media screen and (max-width: 400px) {
  .form-group input {
    padding: 10px;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    border: 2px solid #223150;
  }
  
}
