@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Hanken Grotesk", sans-serif;
  scroll-behavior: smooth !important;
}

:root {
  --color-clifford: #da373d;
  --color-primary: #1d4e9e;
}

.main-header {
  box-shadow: 2px 6px 20px 20px rgba(139, 139, 139, 0.1098039216);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.innter-banner .position-icon {
  opacity: 0.2;
}

.logo {
  width: 110px;
}

.container {
  margin: auto;
}

:root {
  --primary: red;
}

.btn {
  padding: 10px 20px;
  border-radius: 100px;
  height: auto;
  box-shadow: none;
  text-shadow: none;
}

.btn-border {
  color: #1d4e9e;
  border: 2px solid #1d4e9e;
  background: transparent;
}

.btn-primary-new {
  background: #1565c0;
  color: #fff;
}

.hero-banner {
  min-height: fit-content;
  display: flex;
  position: relative;
  text-align: center;
}

.hero-banner h1 span {
  color: #1d4e9e;
}

.hero-banner::before {
  height: 80%;
  width: 50%;
  background: url(../images/home-images/blue-ellipse.webp);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  background-position: left top;
  pointer-events: none;
}

.hero-banner::after {
  height: 80%;
  width: 50%;
  background: url(../images/home-images/orange-ellipse.webp);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  background-position: bottom right;
  pointer-events: none;
}

.hero-banner .text-part .counter-sec {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.hero-banner .text-part .count {
  display: flex;
  flex-direction: column;
}

.hero-banner .text-part .count strong {
  font-size: 44px;
  color: #292d32;
}

.hero-banner .text-part .count span {
  font-size: 16px;
  font-weight: 600;
}

.position-icon {
  position: absolute;
  box-shadow: 0px 0px 8px 0px rgba(75, 74, 74, 0.1019607843);
  border-radius: 10px;
}

.angular {
  top: 16%;
  left: 4%;
}

.js {
  left: auto;
  right: 4%;
  top: 16%;
}

.angular-1 {
  top: 54%;
  left: 1%;
}

.css {
  top: 54%;
  right: 10%;
  left: auto;
}

.react {
  top: 28%;
  left: 9%;
}

.node {
  top: 28%;
  left: auto;
  right: 0%;
}

.next {
  top: 40%;
  left: 5%;
}

.html {
  top: 40%;
  right: 5%;
  left: auto;
}

.tailwind {
  top: 65%;
  left: 8%;
}

.laravel {
  top: 66%;
  right: 2%;
}

main {
  position: relative;
}

main:before {
  position: absolute;
  left: 15%;
  height: 100%;
  border-left: 1px dashed #000;
  content: "";
  opacity: 0.1;
}

main::after {
  position: absolute;
  right: 15%;
  height: 100%;
  border-left: 1px dashed #000;
  content: "";
  opacity: 0.1;
  top: 0;
}

.offer-sec p {
  max-width: 42rem;
  text-align: center;
  margin: auto;
}

.testimonial p {
  max-width: 42rem;
  text-align: center;
  margin: auto;
}

.faq p {
  max-width: 42rem;
  text-align: center;
  margin: auto;
}

.blog p {
  font-size: 16px;
  max-width: 42rem;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-cards .card-body p {
  text-align: left;
}

.testimonial-cards .card:nth-child(1) .card-body p,
.testimonial-cards .card:nth-child(5) .card-body p,
.testimonial-cards .card:nth-child(6) .card-body p {
  display: contents;
}

.show-case p {
  font-size: 16px;
}

.offer-sec:before {
  height: 50%;
  width: 50%;
  background: url(../images/home-images/blue-ellipse2.webp);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  background-position: left top;
  pointer-events: none;
  opacity: 1;
  /* z-index: 0; */
}

.services-card p {
  text-align: left;
  max-width: 100%;
}

/* my css */

.hire-developers p {
  max-width: 42rem;
  text-align: center;
  margin: auto;
}

.call-to-action {
  transition: all 0.4s;
}

.vanish {
  opacity: 0;
  bottom: -1%;
  pointer-events: none;
}

.show {
  opacity: 1;
  bottom: 40px;
  pointer-events: all;
}

.dropdown-details {
  height: 0px;
  opacity: 0;
  padding: 0;
}

.stick-card .stick-card-svg,
.stick-card h5,
.stick-card p {
  opacity: 0.3;
}

.digital-transformation p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.col-lg-4:has(.hidden) {
  display: none;
}

.service-dropdown {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.drawer-side ul li {
  background-color: transparent !important;
}

.drawer-side ul li a:active {
  background-color: transparent !important;
  color: #000 !important;
}

.drawer-side ul li a:hover {
  background-color: transparent !important;
  color: #000 !important;
}

.service-dropdown {
  background-color: transparent !important;
}

.service-dropdown:active {
  background-color: transparent !important;
  color: #000 !important;
}

.service-dropdown:hover {
  background-color: transparent !important;
  color: #000 !important;
}

.cta p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.cta-sec p {
  max-width: 28rem;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}

/* hire-cta form */
.page-template-page-hire .cta-sec {
  display: none;
}

/* career form css  */
#apply .wpcf7-form p label {
  font-weight: 600;
}
#apply .wpcf7-form p label span.wpcf7-not-valid-tip{
  margin-top: 0 !important;
}
#apply .wpcf7-form p label span.file-note{
  margin-top: 0 !important;
}
#apply .wpcf7-form p label span {
  margin-top: 16px !important;
}
#apply .wpcf7-form p label span input {
  padding: 8px !important;
  line-height: 1 !important;
  border: 1px solid #d1d5dc !important;
  border-radius: 6px !important;
  width: 100%;
  font-weight: 400;
}
#apply .wpcf7-form p label span input:focus {
  outline: none !important;
  border: 1px solid #000 !important;
}
#apply .wpcf7-form p label span select {
  padding: 8px !important;
  line-height: 1 !important;
  border: 1px solid #d1d5dc !important;
  border-radius: 6px !important;
  width: 100%;
  font-weight: 400;
}
#apply .wpcf7-form p label span select:focus {
  outline: none !important;
  border: 1px solid #000 !important;
}

#apply .wpcf7-form .career-form br{
  display: none;
}
#apply .wpcf7-form .career-form {
  align-items: start;
}

/* .wpcf7-form.sent css */

.cta-sec .wpcf7-form .form-row .form-column p label {
  font-size: 14px !important;
}

.cta-sec .wpcf7-form .form-row .form-column input {
  margin-top: 0 !important;
  line-height: 1 !important;
  padding: 20px !important;
  border-radius: 6px !important;
  height: 52px !important;
  border: none !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cta-sec .wpcf7-form .form-row .form-column input:focus {
  outline-style: none !important;
  border: 1px solid #000 !important;
}

.cta-sec .wpcf7-form .form-row .form-column select {
  margin-top: 0 !important;
  line-height: 1 !important;
  padding: 0px 20px !important;
  border-radius: 6px !important;
  height: 52px !important;
  border: none !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cta-sec .wpcf7-form .form-row .form-column select:focus {
  outline-style: none !important;
  border: 1px solid #000 !important;
}

.cta-sec .wpcf7-form .form-row-full p {
  max-width: 100%;
}

.cta-sec .wpcf7-form .form-row-full p label {
  font-size: 14px !important;
}

.cta-sec .wpcf7-form .form-row-full p span select {
  margin-top: 0 !important;
  line-height: 1 !important;
  padding: 0px 20px !important;
  border-radius: 6px !important;
  height: 52px !important;
  border: none !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cta-sec .wpcf7-form .form-row-full p span select:focus {
  outline-style: none !important;
  border: 1px solid #000 !important;
}

.cta-sec .wpcf7-form .form-row-full p span textarea {
  margin-top: 0 !important;
  line-height: 1 !important;
  padding: 20px !important;
  border-radius: 6px !important;
  border: none !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.cta-sec .wpcf7-form .form-row-full p span textarea:focus {
  outline-style: none !important;
  border: 1px solid #000 !important;
}

.cta-sec .wpcf7-form .form-row-full:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-sec .wpcf7-form .form-submit-wrapper p {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.cta-sec .wpcf7-form .form-submit-wrapper p input[type="submit"] {
  background-color: #ffffff !important;
  color: #000000 !important;
  padding: 8px 28px !important;
  border-radius: 50px !important;
  margin-top: 0 !important;
  border: none !important;
}

form input,
form select,
form textarea {
  background: #ffffff !important;
  border: 1px solid #e3e3e3 !important;
}
input[type="submit"] {
  cursor: pointer !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  background-color: #1d4e9e !important;
  width: fit-content;
  border-radius: 50px;
  color: #fff;
  border: none !important;
}

.active {
  color: #1d4e9e;
  font-weight: 600;
}

@keyframes wiggle {
  0%,
  100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

@keyframes wiggleApposite {
  100%,
  50% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(3deg);
  }
}

.faq-sec:after {
  height: 80%;
  width: 50%;
  background: url(../images/home-images/faq-circal-orange.webp);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5%;
  right: 0;
  background-position: bottom right;
  pointer-events: none;
  z-index: 0;
}

.faq-sec::before {
  height: 100%;
  width: 100%;
  background: url(../images/home-images/faq-circal-blue.webp);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -20%;
  left: -20%;
  background-position: top left;
  pointer-events: none;
  z-index: 0;
}

.footer-card {
  li {
    margin-bottom: 1rem;

    a {
      font-size: 18px;
    }
  }
}

.footer-card a:has(svg) {
  display: flex;
  gap: 1rem;
}

.main-footer::after {
  width: 400px;
  height: 400px;
  background: url(../images/home-images/heighlight-footer-X.webp);
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.footer-card li {
  margin-bottom: 1rem;
}

.footer-card li a {
  font-size: 16px;
}

.scroll-container-one .card .card-body p {
  font-size: 14px;
  letter-spacing: 1.1%;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-wrap: wrap;
}

.scroll-container-two .card .card-body p {
  font-size: 14px;
  letter-spacing: 1.1%;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  text-wrap: wrap;
}

/* work css  */

.rounded-full {
  border-radius: calc(infinity * 1px) !important;
}

.website {
  background: #f4f4f4;
  border-radius: 40px;
  display: flex;
  margin-bottom: 60px;
}

.website .text-part {
  padding: 60px;
  width: 50%;
}

.website .img-part {
  margin-top: 120px;
  width: 50%;
}

.website .img-part img {
  width: 100%;
}

.website .content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.website .content h3 {
  font-size: 34px;
  font-weight: 600;
}

.btn-border-new {
  border: 1px solid #000;
  width: fit-content;
  padding: 10px 30px;
}

.mobile {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 30px;
  border-radius: 30px;
  height: 600px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  margin-bottom: 40px;
}

.mobile .img-part {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  transition: all 0.3s ease-in-out;
}

.mobile .logo-part {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.mobile .content p {
  display: none;
}

.mobile .content {
  display: none;
}

.mobile:hover .logo-part {
  display: none;
}

.mobile:hover .img-part {
  margin-top: 30px;
}

.mobile:hover .content {
  display: flex !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
  padding: 120px 40px 60px 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #1d4e9e;
  background: linear-gradient(
    180deg,
    rgb(29 78 158 / 0%) 0%,
    rgb(29 78 158 / 88%) 50%
  );
}

.mobile h3 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.mobile .btn-border-new {
  border: 0px;
  width: fit-content;
  padding: 0px;
  background: transparent;
  color: #fff;
}

.mobile .btn-border-new img {
  filter: brightness(100);
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-4 {
  max-width: 33.33%;
  flex: 0 0 auto;
  width: 100%;
  padding: 0px 16px;
}

.col-lg-4:has(.website) {
  max-width: 100%;
}

.filter-sec {
  margin-bottom: 40px;
}

.work-process p {
  max-width: 60%;
}

.process-sec {
  background: url(../images/work/work-process.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.process-sec .process-card:nth-child(even) {
  top: 60px;
  position: relative;
}

.active-tab {
  background: linear-gradient(90deg, #3f84f4, #1d4e9e);
  color: #fff;
}

.header-fixed {
  box-shadow: 2px 6px 20px 20px #0000001c;
}

.position-icon img {
  animation: bounce-slow 4s ease-in-out infinite;
}

@keyframes bounce-slow {
  0%,
  100% {
    transform: translateY(-5%);
    /* Move up */
  }

  50% {
    transform: translateY(5%);
    /* Move down */
  }
}

.outlined-text {
  color: transparent;
  -webkit-text-stroke: 1px #a8a8a875;
}

/* my css */

.dropdown-details .w-full {
  pointer-events: none;
}

.menu-horizontal li div:active,
.menu-horizontal li div:focus,
.menu-horizontal li div:focus-within {
  background-color: white;
  color: #1d4e9e;
}

summary:active,
summary:focus,
summary:focus-within {
  background-color: transparent;
  color: #1d4e9e;
}

.navbar-end a:active {
  translate: 0px !important;
}

.scroll-container-one {
  display: flex;
  width: max-content;
  animation: scroll-left 100s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

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

.scroll-wrapper-one {
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

.scroll-container-two {
  display: flex;
  width: max-content;
  animation: scroll-right 100s linear infinite;
}

.scroll-wrapper-one:hover .scroll-container-two {
  animation-play-state: paused !important;
}

@keyframes scroll-right {
  -100% {
    transform: translateX(0%);
  }

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

.scroll-wrapper-two {
  overflow: hidden;
  white-space: nowrap;
}

.show-case-stcky {
  background: #e7e7e7 !important;
  padding-bottom: 190px !important;
}
.hiring-popup .hire-dev-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hiring-popup .hire-dev-form br {
  display: none;
}
.hiring-popup .hire-dev-form .form-row:nth-child(3) {
  flex-direction: column;
  width: 100% !important;
}
.hiring-popup .hire-dev-form .form-row:nth-child(3) p {
  width: 100%;
}
.hiring-popup .hire-dev-form .form-row:nth-child(3) p > input {
  color: white !important;
  font-weight: 600 !important;
  padding: 8px !important;
  background-color: #1d4e9e !important;
  border-radius: 6px !important;
  cursor: pointer !important;
}
.hiring-popup .hire-dev-form .form-row p .wpcf7-spinner {
  bottom: 37px !important;
  left: 52% !important;
}
.hiring-popup .hire-dev-form .form-row p {
  width: 50%;
}
.hiring-popup .hire-dev-form .form-row label {
  font-size: 18px !important;
  line-height: 1.55556 !important;
  font-weight: 600 !important;
}
.hiring-popup .hire-dev-form .form-row label .wpcf7-form-control-wrap input {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 6px 8px !important;
  border: 1px solid #d8d3d4 !important;
  border-radius: 4px !important;
  width: 100%;
}
.hiring-popup
  .hire-dev-form
  .form-row
  label
  .wpcf7-form-control-wrap
  input:focus {
  outline-width: 1px !important;
  outline-color: #9f9fa9 !important;
}
.hiring-popup .hire-dev-form .form-row label .wpcf7-form-control-wrap select {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 6px 8px !important;
  border: 1px solid #d8d3d4 !important;
  border-radius: 4px !important;
  width: 100%;
}
.hiring-popup
  .hire-dev-form
  .form-row
  label
  .wpcf7-form-control-wrap
  select:focus {
  outline-width: 1px !important;
  outline-color: #9f9fa9 !important;
}
.hiring-popup .hire-dev-form .form-row label .wpcf7-form-control-wrap textarea {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 6px 8px !important;
  border: 1px solid #d8d3d4 !important;
  border-radius: 4px !important;
  width: 100%;
}
.hiring-popup
  .hire-dev-form
  .form-row
  label
  .wpcf7-form-control-wrap
  textarea:focus {
  outline-width: 1px !important;
  outline-color: #9f9fa9 !important;
}
@media screen and (min-width: 1600px) {
  /* .menu a,
    summary,
    .btn,
    p {
        font-size: 18px;
    } */
  .blog p {
    font-size: 18px;
    max-width: 46rem;
  }

  /* 
    .about-us p {
        font-size: 28px;
    } */

  .scroll-container-one .card .card-body p {
    font-size: 16px;
    line-height: 1.3;
  }

  .scroll-container-two .card .card-body p {
    font-size: 16px;
    line-height: 1.3;
  }

  .hero-banner .text-part p {
    font-size: 18px !important;
  }

  /* .  hero-banner  innter-banner  .text-part {
        gap: 50px;
    } */

  .offer-sec p {
    max-width: 1024px;
    font-size: 18px;
  }

  .testimonial p {
    max-width: 1024px;
    font-size: 18px;
  }

  .faq p {
    max-width: 1024px;
    font-size: 18px;
  }

  .testimonial-cards .card .card-body p {
    font-size: 16px;
    text-align: left;
  }

  .show-case p {
    font-size: 18px;
  }

  .cta p {
    font-size: 18px;
  }

  .cta-sec p {
    font-size: 18px;
  }

  .hero-banner .text-part .count strong {
    font-size: 50px;
  }

  .position-icon img {
    width: 50px;
    height: 50px;
  }

  .hero-banner .text-part .counter-sec {
    gap: 70px;
  }

  .container {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1366px) {
  .position-icon img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .position-icon {
    opacity: 0.4;
  }

  .hero-banner .text-part .count strong {
    font-size: 36px;
  }

  .hero-banner .text-part .counter-sec {
    gap: 30px;
    flex-wrap: wrap;
  }

  .hero-banner {
    min-height: auto;
  }

  .container {
    padding: 0px 20px;
  }

  .btn {
    padding: 8px 20px;
    font-size: 12px;
  }

  .position-icon img {
    width: 32px;
    height: 32px;
  }

  /* .about-us p {
        line-height: 36px;
        font-size: 18px;
        font-weight: 400;
        color: #515151;
    } */

  .main-footer::after {
    width: 200px;
    height: 200px;
    background: url(../images/home-images/heighlight-footer-X.webp);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

@media screen and (max-width: 991px) {
  .website {
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }

  .website .img-part {
    margin-top: 0px;
    width: 100%;
  }

  .website .text-part {
    padding: 30px;
    width: 100%;
  }

  .website .content h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  #apply .wpcf7-form .career-form > p {
    margin: 0 !important; /* default margin remove */
    padding: 0 !important;
    width: 100% !important;
    display: contents !important;
  }
  .col-lg-4 {
    max-width: 100%;
    flex: 0 0 auto;
    width: 100%;
  }
  .hiring-popup .hire-dev-form .form-row p {
    width: 100%;
  }
  .mobile .content {
    display: flex !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0px;
    padding: 120px 20px 60px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #1d4e9e;
    background: linear-gradient(
      180deg,
      rgb(29 78 158 / 0%) 0%,
      rgb(29 78 158 / 88%) 50%
    );
  }

  .cta p {
    font-size: 14px;
  }

  .mobile h3 {
    font-size: 22px;
  }

  .work-process p {
    max-width: 100%;
  }

  .process-sec .process-card:nth-child(even) {
    position: static;
  }

  .text-reveal {
    font-size: 26px !important;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-center {
    display: flex;
  }

  .mobile-menu {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-lg-4 {
    max-width: 50%;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .max-w-screen-xl {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .foter-head {
    font-size: 3.5rem;
  }
}

@media (max-width: 640px) {
  .sc-q8c6tt-3 {
    margin-bottom: 100px !important;
  }
}
