@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  box-sizing: border-box;
  font-family: "Gabarito";
}

.backgroung-grey {
  background-color: #f8fafc;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-80 {
  padding-top: 80px;
}

.z-n1 {
  z-index: -1 !important;
}

.end-5 {
  right: 1.25rem !important;
}

.bottom-5 {
  bottom: 1.25rem !important;
}
a:focus {
    color: #ff7800 !important;
}
:root {
  --primary-color: #ff7800;
  --black: #000000;
  --white: #ffffff;
  --light-bg: #f8fafc;
  --text: #1a1a1a;
  --grey: #ccc;
}

body {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.btn-primary:focus {
  background: #ff7700 !important;
  border: none;
  color: #fff !important;
}

.btn-primary:hover {
  border: 1px solid #ff6b35 !important;
}

.inner-hero-section {
  position: relative;
  padding-top: 190px;
  padding-bottom: 120px;
  z-index: 1;
  background-color: rgba(2, 2, 2, 1);
}

.inner-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(to right, rgba(209, 213, 219, 0.2) 1px, transparent 1px), linear-gradient(to bottom, rgba(209, 213, 219, 0.2) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 100% 0%, #000 50%, transparent 90%);
  mask-image: radial-gradient(ellipse 80% 80% at 100% 0%, #000 50%, transparent 90%);
  pointer-events: none;
}

.banner_space.inner-hero-section::before {
  background-image: linear-gradient(to right, rgba(209, 213, 219, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(209, 213, 219, 0.08) 1px, transparent 1px);
}

.inner-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle at top right, rgba(255, 106, 0, 0.26), transparent 60%);
  background-repeat: no-repeat;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
}

.inner-banner-heading {
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: -1px;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

.inner-hero a {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
div#inner-services-form-banner p a {
    display: inline-flex;
    transition: .3s ease;
}
div#inner-services-form-banner p a:hover {
    color:#fff;
}
div#inner-services-form-banner p {
    color: #fff;
}
div#inner-services-form-banner p label {
    color: #fff;
}
.modal-home-form p label input[type="checkbox"] {
    width: auto !important;
}
/* .inner-hero button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
} */
.hero-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("<?= BASE_URL ?>assets/hero-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
section.banner_space.blog-hero-section {
    padding: 160px 0px;
    background: url(../img/blog-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    position: relative;
    animation: blogBg 40s linear infinite;
}

@keyframes blogBg
{
  0%
  {
    background-position: 0% 50%;
  }
  50%
  {
    background-position: 100% 50%;
  }
  100%
  {
    background-position: 0% 50%;
  }
}


.banner_space.blog-hero-section:before {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
}

.section-subtitle::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background: #ff7800;
  border-radius: 30px;
}
.project_area_1 .section-subtitle:before
{
  background: #fff;
}

.hero-section .inner-section {
  min-height: 100vh;
  padding-bottom: 30px;
}

.homepage-porfolio-sec .section-subtitle {
  justify-content: center !important;
}

.eyebrow-heading {
  position: relative;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #ff7800;
  color: #ff7800;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.stats-fact {
  position: relative;
  font-size: 15px !important;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #ff7800;
  color: #ff7800 !important;
  text-transform: uppercase;
}

.eyebrow-heading::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background: #ff7800;
  border-radius: 30px;
}

.hero-heading {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.btn-primary {
  color: var(--white);
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  transition: all 0.5s;
  min-width: 150px;
  text-align: center;
  border-radius: 30px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: transparent;
  color: var(--primary-color);
}

.outline-primary:hover,
.outline-primary:focus,
.outline-primary:active {
  box-shadow: inset 5em 0 0 0 #dd7e2a, inset -5em 0 0 0 #dd7e2a;
  border-color: #dd7e2a;
  color: #fff;
}

.hero-text {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}

.main-heading {
  font-size: 35px;
  font-weight: 700;
}

.lg-main-heading {
  font-size: 50px;
}

.small-main-heading {
  font-size: 28px;
  font-weight: 700;
}

.xs-main-heading {
  font-size: 20px;
}

.common-text {
  font-size: 16px;
  color: var(--text);
}

.highlight-text {
  color: var(--primary-color);
}

.counter-text {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.achname-text {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

.ach-card {
  position: relative;
  z-index: 1;
}

.ach-card:not(.last-ach):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: var(--primary-color);
}

.trusted-section {
  background: var(--light-bg);
  padding: 70px 0 60px;
}

.trusted-section .trusted-logo-wrapper img {
  width: 150px;
}

.trusted-section .trusted-logo-wrapper {
  position: relative;
  overflow: hidden;
}

.trusted-section .trusted-logo-wrapper .grey-logo {
  filter: grayscale(1);
  transition: all 0.5s ease;
}

.trusted-section .trusted-logo-wrapper:hover .grey-logo {
  transform: translateY(-100%);
}

.trusted-section .trusted-logo-wrapper .color-logo {
  filter: grayscale(0);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, 100%);
  transition: all 0.3s ease;
}

.trusted-section .trusted-logo-wrapper:hover .color-logo {
  transform: translate(0%, -50%);
}

section.about-us-hero-sec {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/about-banner-bg-img.png) center center / cover no-repeat;
  background-position: center center;
}

.about-section {
  padding: 60px 0;
  background: var(--light-bg);
}

.about-listing h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-listing p {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}

.about-listing>div {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--grey);
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.about-listing>div:last-child {
  border-bottom: none;
}

.about-listing .about-icon {
  width: 45px;
  flex: none;
}

.about-img-wrapper {
  position: relative;
}

.symbol-creative-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  transform: rotate(0deg);
  animation: rotateSymbol 12s linear infinite;
}

.homepage-porfolio-sec1 .section-subtitle {
  justify-content: center;
}

.project_item_1 {
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(25px);
  position: sticky;
  top: 90px;
}

.home-page-portfolio-card .text-primary {
  color: #ff7a00 !important;
}

.home-page-portfolio-card .text-secondary-2 {
  color: #d0d0d0;
}

.gd_text {
  background: linear-gradient(92deg, #FCFCFD 40.34%, rgba(235, 235, 235, 0.8) 94.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.fs-48 {
  font-size: 48px;
}

.gap-7 {
  gap: 1.75rem !important;
}

@keyframes rotateSymbol {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.symbol-creative-wrapper img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.certified-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.certified-logo img {
  width: 70px;
}

.ribbon-section {
  padding: 25px 15px;
  background: var(--white);
}

.ribbon-section .ribbon-slider .inner-ribbon-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ribbon-slider .inner-ribbon-wrapper img {
  width: 30px;
  flex: none;
}

.ribbon-slider .inner-ribbon-wrapper a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  transition: 0.3s ease;
  color: var(--text);
}

.ribbon-slider .slick-slide {
  height: auto;
}

.ribbon-slider .inner-ribbon-wrapper a:hover {
  color: var(--primary-color);
}

/* Hero Section */
.services-section {
  padding: 120px 0 60px;
}

/* .section-subtitle {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  font-weight: 600;
} */

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.2;
}

.service_icon_box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0.75px solid #fdfdfd;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shape-3 {
  width: 117px;
  height: 117px;
}

.shape-2 {
  width: 215px;
  height: 210px;
}

.shape-1 {
  width: 127px;
}

.tt-top-right-shape::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(to right,
      rgba(209, 213, 219, 0.2) 1px,
      transparent 1px),
    linear-gradient(to bottom, rgba(209, 213, 219, 0.2) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 100% 0%,
      #000 50%,
      transparent 90%);
  mask-image: radial-gradient(ellipse 80% 80% at 100% 0%,
      #000 50%,
      transparent 90%);
  pointer-events: none;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tt-orange-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle at top right,
      rgba(255, 106, 0, 0.26),
      transparent 60%);
  background-repeat: no-repeat;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
}

.theme_btn_3.btn-outline-primary::before {
  background-color: #ff7a00;
}

.theme_btn_3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 600%;
  background-color: #000;
  clip-path: circle(20%);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.best-tech {
  color: #ff6b35;
}

.theme_btn_3 .arrow {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.theme_btn_3.btn-outline-primary:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff7a00;
  color: #fff !important;
}

.theme_btn_3:hover .arrow {
  -webkit-transform: rotate(42deg) translateY(-2px);
  transform: rotate(42deg) translateY(-2px);
}

.theme_btn_3 .arrow svg {
  width: 16px;
}

.theme_btn_3 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 12px 22px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.btn {
  border: 1px solid #ff7a00;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Services Section */
.tt-radial-circle {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, .62);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, .02);
  box-shadow: 0 0 15px rgba(65, 62, 62, .4);
}

.r100 {
  width: 200px;
  height: 200px;
  -webkit-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
}

.r200 {
  width: 400px;
  height: 400px;
  -webkit-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
}

.r300 {
  width: 600px;
  height: 600px;
  -webkit-transform: translate(300px, -300px);
  transform: translate(300px, -300px);
}

.r400 {
  width: 800px;
  height: 800px;
  -webkit-transform: translate(400px, -400px);
  transform: translate(400px, -400px);
}

/* Stats Section */
.achievment_area_2 {
  background: #fff9f4;
  z-index: -1;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.we-beleive-heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.we-belive-card {
  height: 350px;
  display: flex;
  background: #fff;
  padding: 24px 20px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
}

span.belive-card-heading {
  font-size: 18px;
  color: #110e15;
  font-weight: 500 !important;
}

span.belive-card-span {
  font-size: 64px;
  font-weight: 500 !important;
  margin-bottom: 0px;
}

.we-belive-card span.text-primary {
  color: #ff7a00 !important;
}

.form-sec-home .text-primary {
  color: #ff7a00 !important;
}

.tech_wrapper .slick-slide img {
  width: 65px;
  height: auto;
}

.tech_wrapper .slick-slide {
  padding: 20px 40px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 170px;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(145, 158, 171, 0.1607843137),
    0 0.275rem 0.75rem -0.0625rem rgba(18, 18, 18, 0.06);
}

.tech_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(-1.81%, #fff9f4),
      color-stop(47.24%, rgba(255, 249, 244, 0)),
      color-stop(102.1%, #fff9f4));
  background: linear-gradient(90deg,
      #fff9f4 -1.81%,
      rgba(255, 249, 244, 0) 47.24%,
      #fff9f4 102.1%);
  pointer-events: none;
}

.tech_wrapper .slick-slide .text-center {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.autoplay-slider .slick-track {
  display: flex;
  gap: 20px;
}

.autoplay-slider .slick-list {
  padding-bottom: 15px;
}

.stats-fact::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background: #ff7800;
  border-radius: 30px;
}

.stats-fact {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
}

.stats-sec .fa-circle {
  font-size: 8px;
}

/* Stats Section */

/* Testimonials Section */
.testimonial-card-img {
  max-width: 200px;
  border-radius: 15px;
  width: 160px !important;
  object-fit: cover;
  height: 100%;
}

.testimonials {
  padding: 120px 0;
  background: #f8f9fa;
}

.testimonials-content {
  text-align: center;
  margin-bottom: 60px;
}

.testimonials-subtitle {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.testimonials-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.inner-testimonial {
  display: flex !important;
  justify-content: space-between !important;
}

.testimonial-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-quote {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  font-style: italic;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.author-info p {
  margin-bottom: 0px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.author-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.author-info p {
  font-size: 14px;
  color: #666;
}

.testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #333;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0px;
  transition: all 0.3s ease;
}

.nav-btn.active {
  background: #333;
  color: #fff;
}

.nav-btn:hover {
  background: #333;
  color: #fff;
}

/* form sec */
.get-in-touch {
  font-size: 1.25rem;
  color: #ff7a00 !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.section_title {
  line-height: 64px;
  letter-spacing: -1px;
  font-size: 3.5rem;
}

.our-testimonial {
  font-weight: 500 !important;
  font-size: 18px;
}

.form-sec-home {
  position: relative;
  background-color: #fff9f4;
  z-index: 1;
  padding: 120px 0px;
}

.select_item .min_select_item {
  padding: 4px 12px;
  border: 1px solid rgba(17, 14, 21, 0.2);
  font-size: 14px;
  font-weight: 400;
  color: #393c45;
}

.select_item {
  cursor: pointer;
}

.testimonials .section-subtitle {
  justify-content: left;
}

.form-sec-home #getInTouchForm .fa-circle:before {
  content: "";
}

.select_item .select_item_input:checked~.min_select_item .no_check {
  display: none;
}

.select_item .check {
  display: none;
}

.select_item .select_item_input:checked~.min_select_item .check {
  display: inline-block;
}

.select_item .select_item_input {
  display: none;
}

.mt-8 {
  margin-top: 2rem !important;
}

.form-sec-home input::placeholder {
  font-weight: 400;
}

.form-sec-home .btn:hover {
  background-color: #ff7a00 !important;
  border: 1px solid #ff7a00;
}

.form-sec-home .section-subtitle {
  justify-content: start;
}

.top-27 {
  top: 27px;
}

.circle-aviox-img {
  position: absolute;
  max-width: 550px;
  bottom: 100px;
  left: -9%;
  opacity: 0.3;
}

/* form sec end */

/* faq start */
.faq-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  color: #ff6b35;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff7800;
  padding: 8px 20px;
  border-radius: 50px;
}
.project_area_1 .section-subtitle
{
  color: #fff;
  background: #ff902b69;
  backdrop-filter: blur(6px);
}

.reasonable-service .section-subtitle {
  margin: auto;
  display: flex;
  width: max-content;
}

.content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  align-items: start;
}

/* CTA Card Styles */
.cta-card {
  background: #110e15;
  border-radius: 20px;
  padding: 40px;
  color: white;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle,
      rgba(255, 107, 53, 0.1) 0%,
      transparent 70%);
  pointer-events: none;
}

.profile-images {
  display: flex;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #ff6b35;
  margin-right: -10px;
  background: linear-gradient(45deg, #ff6b35, #ff8c42);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.highlight {
  margin-bottom: 1.25rem !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  z-index: 99;
  position: relative;
}

/* FAQ Styles */
.faq-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.faq-item {
  border-bottom: 1px solid #e9ecef;
  padding: 20px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #2c3e50;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #ff6b35;
}

.faq-question.active {
  color: #ff6b35;
  font-weight: 500;
}

.faq-icon {
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s ease;
  color: #6c757d;
}

.faq-question.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #6c757d;
  line-height: 1.6;
}

.faq-answer.active {
  max-height: 200px;
  padding-top: 15px;
}

.faq-section .btn:hover {
  border: 1px solid #ff7a00;
}

.cta-description {
  font-weight: 400 !important;
  font-size: 16px;
  z-index: 99;
  position: relative;
}

.faq-section .pt-8 {
  padding-top: 5rem !important;
}





/* portfolio page css start */
.portfolio-tabs {
  /* padding: 20px;
  background-color: #e8f5ff;
  border-radius: 20px; */
  /* overflow: auto; */
}

.portfolio-tabs ul li a {
  color: #b4b4b4 !important;
  font-size: 17px;
  font-weight: 500;
  transition: .3s ease;
  cursor: pointer;
  text-align: center;
  padding: 5px 20px;
  line-height: 1.65;
  border-radius: 50px;
  display: block;
}

.portfolio-tabs ul li {
  text-align: center !important;
  margin-bottom: 0px;
}

.portfolio-tabs ul {
  padding: 0px !important;
  align-items: center;
}

.portfolio-tabs ul li a:hover {
  color: #000 !important;
}

.portfolio-main-sec {
  padding: 120px 0px;
}

.portfolio-tabs ul li a.active {
  color: #fff !important;
  background-color: #ff6b35;
}
.portfolio-tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1120px;
    margin: 0 auto;
}

.portfolio-tabs ul li {
    white-space: nowrap;
}
a:focus {
    outline: none !important;
}

.srch_port {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
}

h3.portfolio-tabs-category {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.srch_port input {
  width: 100%;
  height: 42px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
  padding: 5px 40px 5px 10px;
  border-radius: 5px;
}

.srch_port button {
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  position: absolute;
  color: #fff;
  background-color: #006eef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: none;
}

.portfolio-card {
  padding: 40px;
  background-color: #ffdc8d90;
  border-radius: 20px;
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  background-image: url(../img/prtfolio_wave.png);
}

.portfolio-card .portfolio-heading {
  font-size: 30px;
  font-weight: 700;
}

.portfolio-text {
  font-size: 16px;
  font-family: 'DM Sans';
}

.portfolio-card p {
  font-family: 'DM Sans';
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.portfolio-content {
  width: 65%;
}

.portfolio-rt {
  width: 35%;
}

.portfolio-card .outline-btn {
  border: 1px solid #000;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  transition: .3s;
}

.portfolio-card .outline-btn:hover {
  background-color: #000;
  color: #fff;
}

.portfolio-card-2 {
  background-color: #e2e7ff90 !important;
}

.portfolio-card.portfolio-card-3 {
  background-color: #ffbabab5 !important;
}

.portfolio-card-4 {
  background-color: #e7ffe3b5 !important;
}

/* portfolio page css end */






/* Responsive Design */
@media (max-width: 768px) {
  .faq-section {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 32px;
  }

  .content-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cta-card {
    padding: 30px 20px;
  }

  .cta-title .main-text {
    font-size: 24px;
  }

  .faq-container {
    padding: 30px 20px;
  }

  .faq-question {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .company-heading {
        font-size: 30px !important;
    }
  .section-title {
    font-size: 28px;
  }

  .cta-title .main-text {
    font-size: 20px;
  }

  .cta-description {
    font-size: 14px;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}
@media (max-width: 325px) {
      .company-heading {
        font-size: 23px !important;
    }
  }

/* faq end */

/* all services page start */
.inner-banner-sideimg {
  width: 100%;
  max-width: 300px;
}

.fs-36 {
  font-size: 36px;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.all-services-card-heading {
  font-weight: 600;
}

.all-services-card-inner p {
  color: #393c45;
  font-size: 16px;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif;
}

.service_card_list_wrapper {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}

.service_card_list_wrapper li {
  width: 48%;
}

/* .service_card_list_wrapper li:last-child {
    border: none !important;
} */
.service_card_list_wrapper .fa-circle {
  font-size: 8px;
}

.p-11 {
  padding: 2.75rem !important;
}

.all-services-card-inner {
  height: 100% !important;
  box-shadow: 0px 1px 2px 0px rgba(145, 158, 171, 0.1607843137),
    0 0.275rem 0.75rem -0.0625rem rgba(18, 18, 18, 0.06);
  border-radius: 1rem;
}

.pb-60 {
  padding-bottom: 60px;
}

.all-services-card {
  background: #f8fafc;
}

/* .all-services-card-inner .btn:hover {
  color: #ff7a00 !important;
  border: 1px solid #ff7a00;
} */
/* .all-services-card-inner .btn:hover .arrow svg {
  fill: #ff7a00;
}
.all-services-card-inner .btn:hover .arrow svg path {
  stroke: #ff7a00;
} */
.theme_btn_3:hover {
  border: 1px solid #ff7a00 !important;
}

.project_area_1 {
  position: relative;
  z-index: 2;
  background: #020202;
}

.project_area_1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/project_bg_shape.png);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.map_card {
  display: inline-block;
  border: 1px solid rgba(225, 228, 235, .1);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(15px);
}

.lacation_card {
  max-width: 243px;
}

.map_card .icon_box {
  width: 58px;
  height: 58px;
  background: rgba(131, 131, 131, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.india-flag {
  width: 40px;
}

.min_map_wrapper p {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 14px;
}

.min_map_wrapper a {
  font-family: 'DM Sans';
  font-weight: 400;
  font-size: 14px;
}

.lacation_item i::before {
  color: #ff7a00;
}

.min_map_wrapper h6 {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 17px;
}

.mt-12 {
  margin-top: 3rem !important;
}

.lacation_item {
  top: 50%;
  right: 30%;
}

.lacation_item .lacation_card {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: -105px;
  bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

.lacation_item {
  position: absolute;
}

.p-6 {
  padding: 1.5rem !important;
}

.contact-project-area .section-subtitle {
  justify-content: center !important;
}

.project_area_1 .fa-circle {
  font-size: 8px;
  color: #ff7a00;
}

.project_area_1 h5 {
  color: #ff7a00 !important;
}

.project_area_1 .section-subtitle {
  justify-content: start;
}

section.project_area_1 .thumb {
  border-radius: 10px;
  width: 70px;
  height: 68px;
  object-fit: cover;
}

.p-7 {
  padding: 1.75rem !important;
}

.client-cards p {
  color: #fff;
  margin-bottom: 0px;
}

.why_icon_box {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 1.5rem !important;
}

.border_animation {
  position: relative;
  padding: 1px;
  background-color: #313131;
}

.border_animation::after {
  position: absolute;
  content: "";
  width: 220%;
  height: 80px;
  background: linear-gradient(165.36deg,
      #d2ff6d 3.37%,
      #b6b915 39.2%,
      #00ffdc 100.2%);
  left: -220px;
  top: 115px;
  -webkit-animation: borderRotate 5s linear infinite;
  animation: borderRotate 5s linear infinite;
  opacity: 0;
}

.border_animation:hover::after {
  opacity: 1;
}

.z-2 {
  z-index: 2 !important;
}

.client-cards h5 {
  color: #fff !important;
}

@keyframes borderRotate {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.cross-industry {
  background: #f8fafc;
  padding-bottom: 120px;
  padding-top: 60px;
}

.industry_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 1.5rem !important;
}

.industry-slider .slick-track {
  display: flex;
  gap: 20px;
  padding: 40px 0;
}

/* all services page end */


/* footer */
footer {
  background-color: #000;
  background-image: url(../assets/footer_shape.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

footer h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

footer h5::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #ff6600;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

footer ul li a:hover {
  color: #ff6600;
}

.link-information {
  padding: 120px 0 80px;
}

.contact-information {
  padding: 120px 0 80px 40px;
}

.footer-btn {
  background-color: #ff6600;
  border: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  margin-right: 10px;
  transition: background 0.3s;
}

.footer-btn:hover {
  background-color: #ff8533;
}

.footer-btn-outline {
  border: 1px solid #ff6600;
  background: transparent;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  transition: all 0.3s;
}

.footer-btn-outline:hover {
  background: #ff6600;
  border-color: #ff6600;
}

.location-card {
  background-color: #111;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s;
  height: 100%;
}

.location-card:hover {
  border-color: #ff6600;
}

.location-card i {
  font-size: 24px;
  color: #ff6600;
  margin-bottom: 15px;
}

.footer-bottom {
  border-top: 1px solid #222;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #aaa;
  font-size: 14px;
}

.footer-bottom a {
  color: #ff6600;
  text-decoration: none;
}

.footer-heading {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}

.company-heading {
  position: absolute;
  bottom: -40px;
  left: 0;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
  white-space: nowrap;
  opacity: .2;
  z-index: -1;
}

.z-1 {
  z-index: 1 !important;
}
.footer-address a {
    color: #6c757d;
    transition: .3s ease;
}

.footer-address a:hover {
    color: #ff7800;
}
/* footer end */

/* blog page css start */
.theme_btn_3:hover svg path {
  stroke: #fff;
}

.blog-page-cta {
  background-color: #f8fafc;
}

.blog-card-sec {
  background-color: #f8fafc;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
}

.white-arrow path {
  stroke: #fff !important;
}

/* ============================================
   LATEST BLOGS SECTION (Left Column)
   ============================================ */

/* ---------- Blog Card Container ---------- */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* ---------- Blog Image ---------- */
.blog-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

/* ---------- Blog Content Area ---------- */
.blog-content {
  padding: 25px 30px 25px;
}

.blog-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.blog-excerpt {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ---------- Blog Footer Section ---------- */
.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* Author Information */
.author-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 20px;
}

.blog-footer .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f0f0f0;
}

.author-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.author-name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.post-date {
  font-size: 13px;
  color: #888;
  font-weight: 400;
}

/* Read More Button */
.read-more-btn {
  width: 40px;
  height: 40px;
  background-color: #ff7800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.read-more-btn:hover {
  background-color: #ff8c42;
  transform: scale(1.1);
  color: #fff;
}

.read-more-btn i {
  font-size: 14px;
}

/* ============================================
   MOST POPULAR SECTION (Right Column)
   ============================================ */

/* ---------- Popular List Container ---------- */
.popular-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* ---------- Popular Item Card ---------- */
.popular-item {
  display: flex;
  gap: 15px;
  cursor: pointer;
  transition: transform 0.2s ease;
  padding: 10px;
  border-radius: 12px;
}

.popular-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
  transform: translateX(5px);
}

/* ---------- Popular Item Thumbnail ---------- */
.popular-thumbnail {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.popular-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Popular Item Content ---------- */
.popular-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popular-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.3;
}

.popular-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our-vision-sec-img {
  width: 60px !important;
  max-width: 60px;
}

.our-vision-mission-card {
  display: flex;
  gap: 20px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* ---------- Tablet (max-width: 991px) ---------- */
@media (max-width: 991px) {
  .home-modal.hero-btn-modal .starting-modal-text {
    border-radius: 10px;
}
  .main-heading {
    font-size: 25px;
  }

  .blog-container {
    padding: 40px 20px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-image {
    height: 220px;
  }

  .popular-item {
    gap: 12px;
  }

  .popular-thumbnail {
    width: 90px;
    height: 90px;
  }

  .popular-title {
    font-size: 15px;
  }
}

/* ---------- Mobile (max-width: 768px) ---------- */
@media (max-width: 768px) {
  .driven-growth-img-ai {
    position: static !important;
    margin-top: 20px;
  }


  .blog-container {
    padding: 30px 15px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .blog-card {
    margin-bottom: 25px;
  }

  .blog-content {
    padding: 20px 25px 20px;
  }

  .blog-title {
    font-size: 20px;
  }

  .blog-excerpt {
    font-size: 15px;
  }

  .blog-image {
    height: 200px;
  }

  .popular-list {
    gap: 20px;
  }

  .popular-item {
    padding: 8px;
  }

  .popular-thumbnail {
    width: 80px;
    height: 80px;
  }

  .popular-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .popular-excerpt {
    font-size: 13px;
  }

  .author-name {
    font-size: 14px;
  }

  .post-date {
    font-size: 12px;
  }
}

/* ---------- Small Mobile (max-width: 576px) ---------- */
@media (max-width: 576px) {
  .our-vision-mission-card {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .starting-modal-text ul li {
    padding-left: 0px !important;
  }

  section.about-us-hero-sec {
    min-height: 60vh !important;
    padding: 80px 0 !important;
  }

  .main-heading {
    font-size: 22px;
  }

  .blog-content {
    padding: 18px 20px 18px;
  }

  .blog-title {
    font-size: 18px;
  }

  .blog-footer {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }

  .popular-item {
    gap: 10px;
  }

  .popular-thumbnail {
    width: 70px;
    height: 70px;
  }

  .read-more-btn {
    width: 36px;
    height: 36px;
  }

  .read-more-btn i {
    font-size: 12px;
  }
}

/* blog page css end */

.theme_btn_3:hover {
  background-color: #ff7a00 !important;
}

/* single blog page css start */
.single-blog-img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: .5rem;
  margin-bottom: 60px;
}

.single-blog-sec {
  background-color: #f8fafc;
}

.single-blog-small-box {
  padding: 1.75rem !important;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(145, 158, 171, 0.1607843137), 0 0.275rem 0.75rem -0.0625rem rgba(18, 18, 18, 0.06);
}

.single-blog-small-box ul li a {
  color: #393c45;
  text-decoration: none;
  font-weight: 400;
  font-family: 'DM Sans';
}

.single-blog-small-box ul li a.active {
  color: #ff7a00;
  text-decoration: underline;
}

.single-blog-sec .row p {
  color: #393c45 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'DM Sans';
}

.h-120 {
  height: 120px;
}

.w-120 {
  width: 120px;
}

.mt-8 {
  margin-top: 2rem !important;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.author-card {
  background-color: #ff7a001a;
}

.social_item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(17, 14, 21, .2);
  color: #393c45;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.social_item:hover {
  color: #ff7a00;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.blog-big-box ul li {
  list-style: disc;
}

.list-style-none ul li {
  list-style: none;
}

.blog-big-box h2 {
  font-size: 1.5rem !important;
  font-family: 'DM Sans';
  font-weight: 600;
}

.blog-big-box h3 {
  font-size: 1.25rem;
  font-family: 'DM Sans';
  font-weight: 600;
}

.top-25 {
  top: 25px;
}

/* single blog page css end */


/* header start */
/* Header Styling */
.Build-ai-header-btn {
  background: linear-gradient(90deg, #70e5ff 50%, #22d3ee 75%, #6366f1 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 4s ease-in-out infinite;
  border: none !important;
  border-radius: 50px !important;
  padding: 0.6rem 2rem !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  white-space: nowrap;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.h-40 {
  height: 40px;
}

.w-40p {
  width: 40px;
}

.header-logo {
  max-width: 150px;
}

.theme-header {
  background-color: #1A1A1A;
  position: relative;
  z-index: 1001;
}

.theme-header .navbar {
  padding: 1rem 0;
}

.inner-page.theme-header .navbar-nav .nav-link {
  color: #fff;
}

/* Logo Styling */
.theme-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

img.header-logo2 {
  display: none;
  max-width: 100px;
}

img.header-logo1 {
  max-width: 100px;
}

.active-header .header-logo2 {
  display: block;
}

.active-header .header-logo1 {
  display: none;
}

.theme-logo-icon svg {
  display: block;
}

.theme-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navigation Links */
.theme-header .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem !important;
  transition: all 0.3s ease;
  font-family: - elapsed-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  white-space: nowrap;
}

.active-header {
  background: #000 !important;
}

.active-header .navbar-nav .nav-link {
  color: #fff !important;
}

.main-header-div {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  /* background: radial-gradient(#afafaf, transparent); */
}

.theme-header .navbar-nav .nav-link:hover {
  opacity: 0.8;
}

/* Dropdown Toggle */
.dropdown-hover .nav-link {
  position: relative;
  cursor: pointer;
}

.dropdown-hover .nav-link .bi-chevron-down {
  font-size: 0.75rem;
  vertical-align: 0.1em;
  transition: transform 0.3s ease;
}

.dropdown-hover:hover .nav-link .bi-chevron-down {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.theme-header .dropdown-menu {
  background-color: #2A2A2A;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 0;
  max-width: 940px;
  margin-top: 0.5rem;
}

.theme-header .dropdown-item {
  color: white;
  padding: 0.6rem 1.5rem;
  transition: all 0.3s ease;
}

.theme-header .dropdown-item:hover {
  background-color: #FF6B35;
  color: white;
}

/* Contact Us Button */
.btn-contact {
  background-color: #FF6B35 !important;
  color: white !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 0.6rem 2rem !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  white-space: nowrap;
}

.btn-contact:hover {
  background-color: #e55a2a !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

/* Navbar Toggler */
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.4rem 0.6rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 107, 53, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mega Menu Styling */
.dropdown-hover {
  position: relative !important;
}

.mega-menu {
  display: none;
  position: fixed;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  max-width: 940px;
  background-color: white !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 0 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.mega-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.mega-menu-content {
  padding: 2rem;
}

header h6 {
  color: #000;
  font-weight: 600;
}

.mega-menu-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.mega-menu-item {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.mega-menu-item:hover {
  background-color: #f2f2f2;
}

.mega-menu-content ul.list-unstyled li {
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem !important;
}

.mega-menu-content ul.list-unstyled li:hover {
  background: #f2f2f2;
}

.service-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #FF6B35;
}

.service-content {
  flex: 1;
}

.service-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0.25rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.service-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.btn-view-all {
  background-color: #FF6B35 !important;
  color: white !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 0.75rem 2rem !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.btn-view-all:hover {
  background-color: #e55a2a !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.btn-view-all i {
  margin-left: 0.5rem;
}

.inner-banner-img1-annimation {
  top: 0;
  right: 0;
  position: absolute;
  max-width: 130px;
}

.inner-banner-img1-annimation {
  -webkit-animation: rotateScale 18s infinite ease-in-out;
  animation: rotateScale 18s infinite ease-in-out;
}

.industries-li .mega-menu-item {
  align-items: center !important;
}

.opacity-30 {
  opacity: .3;
}

img.w-360 {
  width: 360px;
}

@keyframes rotateScale {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.7);
    transform: rotate(180deg) scale(0.7);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .theme-header .navbar-collapse {
    background-color: #1A1A1A;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
  }
  .theme-header .navbar-nav .nav-link {
    color: #fff !important;
  }

  .theme-header .navbar-nav {
    text-align: center;
  }

  .theme-header .navbar-nav .nav-item {
    margin: 0.5rem 0;
  }

  .theme-header .navbar-nav .nav-item.ms-3 {
    margin-left: 0 !important;
    margin-top: 1rem;
  }

  .btn-contact {
    width: 100%;
  }

  .theme-logo-text {
    font-size: 1.3rem;
  }

  .theme-logo-icon svg {
    width: 30px;
    height: 30px;
  }

  /* Mega Menu Mobile */
  .mega-menu {
    max-width: 100% !important;
    width: 100vw !important;
    left: 0 !important;
    transform: none !important;
    border-radius: 0 0 12px 12px !important;
    top: 60px !important;
  }

  .mega-menu.show {
    transform: none !important;
  }

  .mega-menu-content {
    padding: 1.5rem !important;
  }

  .mega-menu-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .mega-menu-item {
    padding: 0.75rem;
    margin-bottom: 0.25rem;
  }

  .service-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1.25rem;
    margin-right: 0.75rem;
  }

  .service-title {
    font-size: 0.95rem;
  }

  .service-description {
    font-size: 0.8rem;
  }

  .btn-view-all {
    padding: 0.6rem 1.5rem !important;
    font-size: 0.9rem !important;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .theme-header .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 0.5rem 0.8rem !important;
  }
}


/* header end */
.listing-text li {
  list-style: disc;
}

.testimonial-nav4 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.testimonials .slick-track {
  gap: 20px;
  display: flex;
}

.stats-about .we-belive-card {
  height: auto;
}

.stats-about span.belive-card-span {
  font-size: 25px;
}

.belive-card-heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.stats-about-card-img {
  margin-bottom: 15px;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}

.industry_item img.img-fluid {
  min-height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

p.mb-0.industries-card-para {
  min-height: 72px;
}















/* Responsive Design */
@media (max-width: 1024px) {
  .theme-header .navbar-nav .nav-link {
        white-space: nowrap;
    }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg-main-heading {
    font-size: 38px !important;
  }

  .portfolio-main-sec {
    padding: 60px 0px !important;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card.dark {
    grid-column: span 2;
  }

  .trusted-section {
    padding: 60px 60px;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .testimonials {
    padding: 60px 0;
  }

  .form-sec-home {
    padding: 60px 0 !important;
  }

  .hero-heading {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .contact-us-banner {
    min-height: 70vh !important;
}
  .contact-us-box {
    flex-direction: column;
  }
  .contact-us-banner-heading {
    width: 100% !important;
  }
  .btn-side-banner-contactus {
    width: 100% !important;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg-main-heading {
    font-size: 28px;
  }

  .portfolio-main-sec {
    padding: 40px 0px !important;
  }

  .form-sec-home {
    padding: 40px 0 !important;
  }

  .testimonials {
    padding: 40px 0;
  }

  .continue-reading {
    margin-bottom: 20px;
  }

  .pt-120 {
    padding-top: 40px !important;
  }

  .pb-120 {
    padding-bottom: 40px !important;
  }

  .trusted-section {
    padding: 40px 20px;
  }

  .link-information {
    padding: 0px 0 60px;
  }

  .contact-information {
    padding: 60px 0 0px 0px;
  }

  .company-heading {
    font-size: 60px;
  }

  .hero-title {
    font-size: 32px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card.dark {
    grid-column: span 1;
  }

  .service-card {
    padding: 30px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .tech-logos {
    gap: 15px;
  }

  .tech-logo {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .inner-banner-heading {
    font-size: 38px;
  }

  .lg-main-heading {
    font-size: 28px !important;
  }

  .industries-card-para {
    line-height: 1.2;
    font-size: 14px;
  }

  .service_card_list_wrapper li {
    width: 100%;
  }

  .fs-36 {
    font-size: 22px;
  }

  .p-11 {
    padding: 1.75rem !important;
  }

  .mb-10 {
    margin-bottom: 0rem !important;
  }

  .pt-8 {
    padding-top: 1rem !important;
  }

  .mt-8 {
    margin-top: 1rem !important;
  }

  .hero-heading {
    font-size: 38px;
  }

  .fs-48 {
    font-size: 26px;
  }





}

@media (max-width: 575px) {
  p.contact-banner-para {
    font-size: 18px !important;
    margin-top: 10px;
  }
  .contact-us-banner-heading h3 {
    font-size: 32px !important;
}
  .footer-bottom {
    margin-top: 20px;
  }

  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .we-belive-card {
    height: 270px;
  }

  .link-information {
    padding: 0px 0 0px;
  }

  .portfolio-tabs-category {
    margin-top: 20px;
  }

  .portfolio-tabs ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 20px;
    overflow: auto;
    align-items: center;
  }

  .portfolio-tabs ul li a.active {
    padding: 10px 20px;
  }

  .p-11 {
    padding: 1rem !important;
  }

  .p-10 {
    padding: 1.5rem !important;
  }

  .inner-banner-heading {
    font-size: 28px;
  }

  .tech-wrapper .tech-view {
    min-width: 160px !important;
  }

  .tech-skill-wrapper {
    padding: 20px 20px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .company-heading {
    font-size: 40px;
    left: 50%;
    transform: translatex(-50%);
  }

  .container {
    padding: 0 15px;
  }

  .hero-title {
    font-size: 28px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 36px;
  }

  .service-card {
    padding: 20px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .portfolio-content {
    width: 100%;
  }

  .portfolio-card {
    flex-direction: column;
  }

  .tech-skill-wrapper {
    gap: 10px !important;
  }

  .deliver-service-section {
    width: calc(100% - 2rem) !important;
  }

  .hero-heading {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
    .company-heading {
        font-size: 30px;
    }
  .tech-wrapper .tech-view {
    min-width: 130px !important;
    font-size: 16px;
  }

  .inner-testimonial {
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .mob-direction {
    flex-direction: column;
  }
}

/* modal css start */
.starting-modal-text {
  background: #020202;
  padding: 25px 20px 70px;
  border-radius: 20px 0px 0px 20px;
  position: relative;
}

.starting-modal-text img {
  height: 52px;
  width: 52px;
}

.starting-modal-text h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}

.starting-modal-text p {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 25px;
  max-width: 280px;
  color: #fff;
}

.starting-modal-text ul li:before {
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(0, -50%);
  background-image: url(../img/exit_tick.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.starting-modal-text ul li {
  font-size: 17px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  display: flex;
  color: #fff;
  margin-bottom: 12px;
}

.starting-modal-text ul {
  padding: 0px;
}

.starting-modal-text:before {
  background-image: linear-gradient(to right, rgba(209, 213, 219, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(209, 213, 219, 0.08) 1px, transparent 1px);
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 80% 100% at 100% 0%, #000 80%, transparent 90%);
  pointer-events: none;
  height: 100%;
  width: 100%;
}

.starting-modal-text:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle at top right, rgba(255, 106, 0, 0.26), transparent 60%);
  background-repeat: no-repeat;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  pointer-events: none;
  z-index: 9;
}

.modal-home-form input {
  border-bottom: solid 1px #52525236 !important;
  padding: 5px 0 10px;
  border-radius: 0px !important;
  margin-bottom: 35px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  border: none;
  background-color: transparent;
}

.modal-home-form textarea {
  border-bottom: solid 1px #52525236 !important;
  padding: 5px 0 10px;
  border-radius: 0px !important;
  margin-bottom: 35px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  height: 80px;
  border: none;
  background-color: transparent;
}

.home-modal button:hover {
  border: 1px solid #ff7a00 !important;
}

.modal-header .btn-close {
  background-color: #ff6b35;
  opacity: 100%;
  border-radius: 50px;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff !important;
  z-index: 9;
}

.home-modal .modal-header {
  border-bottom: 0px !important;
  padding: 0px;
}

.home-modal .modal-body {
  padding: 0px;
  background: linear-gradient(113.66deg, #ff6b3538 -.5%, #fff 42.7%, #ffe0d52e 60.69%, #ff780026 100%);
  border-radius: 30px;
}

.home-modal .modal-content {
  border-radius: 30px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.home-modal .btn-close {
  background: #ff6b35 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  padding: 15px;

}

img.home-modal-top-img {
  position: absolute;
  top: 20px;
  right: 20px;
}

img.home-modal-top-img1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media screen and (max-width: 991px) {
  .modal-home-form {
    margin-top: 40px;
  }

  .starting-modal-text h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 27px;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
      .contact-information {
        border-left: none !important;
    }
  .company-heading {
        font-size: 40px;
    }
  .home-hero-logos {
    flex-wrap: wrap;
  }

  .starting-modal-text h2 {
    font-size: 27px;
  }
}

.modal-home-form input:focus {
  box-shadow: none;
  background: transparent;
}

.form-control:focus {
  box-shadow: none;
}

textarea:focus-visible {
  outline: none !important;
}

/* modal css end */

/* new hero start */
.new-hero {
  width: 100%;
  background: url('../img/new-pattern-hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-hero h1 {
  font-size: 75px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.rotate-wrap {
  position: relative;
  display: block;
  padding: 0 6px;
}

#rotate-3d {
  display: block !important ;
  font-weight: 800;
  background: linear-gradient(90deg, #ff6a00, #ff00c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

#underline {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  overflow: visible;
}

#underline-path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

.eyebrow-text {
  text-align: center;
  margin-bottom: 20px;
}

.eyebrow-text span {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-text2 {
  text-align: center;
  max-width: 900px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #111;
  margin-left: auto;
  margin-right: auto;
}

/* new hero end */

/* hero btn modal start*/
.home-modal.hero-btn-modal .modal-content {
  border-radius: 10px;
  max-width: 1050px;
  margin: 0 auto;
}
.modal-home-form {
    padding: 40px 20px 10px 0px;
}
.home-modal.hero-btn-modal .modal-body {
  padding: 0px;
  border-radius: 10px;
}

.home-modal.hero-btn-modal .starting-modal-text {
  border-radius: 10px 0 0 10px;
  padding: 20px;
}

.home-modal.hero-btn-modal .starting-modal-text {
  background: #ff7800;
}

.home-modal.hero-btn-modal .modal-header .btn-close {
  right: -10px;
  top: -10px;
}

.home-modal.hero-btn-modal .starting-modal-text p {
  max-width: 100%;
}

.hero-form-logo-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.hero-form-logo-text p {
  font-size: 16px;
  color: #1a1a1a;
}

.hero-sec-form-logos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.hero-sec-form-logos span {
  color: #65737FCC;
  font-size: 16px;
}

.hero-sec-form-logos img {
  min-height: 52px;
}

.hero-sec-form-logos svg {
  min-height: 52px;
}

.home-modal.hero-btn-modal .modal-home-form select {
  margin-bottom: 0px;
  background-color: #f4f3f8;
  border-radius: 30px !important;
  border: none !important;
  padding: 6px 15px;
  font-size: 14px;
  color: #a8a8a8 !important;
  width: 100%;
}

.home-modal.hero-btn-modal .modal-home-form input {
  margin-bottom: 0px;
  background-color: #f4f3f8;
  border-radius: 30px !important;
  border: 1px solid transparent;
  padding: 6px 15px;
  font-size: 14px;
  color: #656080;
  width: 100%;
}

.home-modal.hero-btn-modal .modal-home-form input::placeholder {
  color: #a8a8a8;
}

.home-modal.hero-btn-modal .modal-home-form textarea::placeholder {
  color: #a8a8a8;
}

.home-modal.hero-btn-modal .modal-home-form textarea {
  margin-bottom: 0px;
  background-color: #f4f3f8;
  border-radius: 14px !important;
  height: 80px;
  border: none !important;
  padding: 6px 15px;
  font-size: 14px;
  color: #656080 !important;
  width: 100%;
}

.budget-hero-form li:not(:last-child) {
  border-right: 1px solid #ddd;
}

.budget-hero-form li {
  flex: 1;
}

ul.budget-hero-form {
  position: relative;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-wrap: wrap;
  /* background: #f4f3f8; */
  border-radius: 30px;
  margin-bottom: 15px;
}

.budget-hero-form li input[type="radio"] {
  display: none;
}

.budget-hero-form li input[type="radio"]:checked+label {
  background-color: #dd7e2a;
  color: #fff;
}

.budget-hero-form li label {
  padding: 10px 12px;
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.budget-hero-form li:first-child label {
  border-radius: 20px 0px 0px 20px;
}

.budget-hero-form li:last-child label {
  border-radius: 0px 20px 20px 0px;
}

.budget-hero-form {
  padding-left: 0px;
}

.hero-form-label-heading {
  font-size: 14px;
  margin-bottom: 5px;
  color: #656080;
  margin-left: 0px;
}

.hero-popup-logos-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-hero-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.home-hero-logos-sec img {
  max-width: 100px;
  height: 70px;
  object-fit: contain;
}

.home-hero-logos-sec svg {
  max-width: 100px;
  height: 70px;
  object-fit: contain;
}

.home-hero-logos-sec {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid #e2e2e2;
  align-items: center;
}

.home-hero-logos-sec:last-child {
  border: none;
}

.home-hero-logos-sec p {
  text-align: center;
}

@media screen and (max-width: 1550px) {
  .new-hero h1 {
    font-size: 46px;
    max-width: 680px;
  }
}

@media screen and (max-width: 1024px) {
  .symbol-creative-wrapper {
    width: 110px;
  }
  .stats-sec .stats-fact {
    background: #fff;
  }
  .link-information {
    padding: 0px 0 80px;
  }
  .contact-information {
    padding: 0px 0 40px 40px;
  }
  .we-beleive-heading {
    font-size: 24px;
  }
  section.about-us-hero-sec {
    min-height: 60vh;
  }
  .new-hero
  {
    min-height: 60vh;
  }
  .home-hero-logos-sec
  {
    padding: 10px 8px;
  }
  .home-hero-logos-sec p
  {
    font-size: 14px;
  }
  .home-hero-logos
  {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .ai-roadmap-card {
    margin-top: 90px;
  }
  .contact-information {
    border: none !important;
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .new-hero h1 {
    font-size: 32px;
  }

  .symbol-creative-wrapper {
    width: 80px;
  }

  .services-section {
    padding: 40px 0 60px;
  }
}

@media screen and (max-height: 650px) {
  .new-hero {
    padding-top: 110px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .contact-information {
        padding: 40px 0 40px 0px;
    }
  .link-information {
        padding: 0px 0px 0px;
    }
  .we-beleive-heading {
        font-size: 20px !important;
    }
  .new-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .home-hero-logos-sec img {
    height: auto;
  }

  .home-hero-logos-sec svg {
    height: auto;
  }
}

/* hero btn modal end*/

/* inner service form section start */
.inner-service-form {
  background-image: url(../img/coding-man-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.inner-service-form:after {
  content: '';
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .8;
  z-index: -1;
}

.inner-servcice-form-text .section-subtitle {
  justify-content: left;
}

.start-digital {
  background: linear-gradient(45deg, #ff8152, #ff8e65);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
  font-weight: 700;
}

.inner-servcice-form-input form {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.inner-servcice-form-input form input {
  width: 48%;
  padding: 20px 20px;
  border-radius: 10px;
}

.inner-servcice-form-input form select {
  width: 48%;
  padding: 20px 20px;
  border-radius: 10px;
}

.inner-servcice-form-input form textarea {
  width: 100%;
  padding: 20px 20px;
  border-radius: 10px;
  min-height: 150px;
}

.inner-servcice-form-lidiv {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

.inner-servcice-form-text ul {
  padding: 0px;
}

.inner-servcice-form-lidiv svg {
  width: 35px;
  height: 35px;
}

.service-banner-service {
  background: #ff7800;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-servcice-form-input form input::placeholder {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .company-heading {
    font-size: 50px;
  }
  .inner-servcice-form-input form input {
    width: 100%;
  }

  .inner-servcice-form-input form textarea {
    width: 100%;
  }

  .inner-servcice-form-input form select {
    width: 100%;
  }
}

/* inner service form section end */



/* hero btn modal start*/
.home-modal.hero-btn-modal .modal-content {
  border-radius: 10px;
  max-width: 1050px;
  margin: 0 auto;
}

.home-modal.hero-btn-modal .modal-body {
  padding: 20px;
  border-radius: 10px;
}

.home-modal.hero-btn-modal .starting-modal-text {
  border-radius: 10px;
  padding: 20px;
}

.home-modal.hero-btn-modal .starting-modal-text {
  background: #ff7800;
}

.home-modal.hero-btn-modal .modal-header .btn-close {
  right: -10px;
  top: -10px;
}

.home-modal.hero-btn-modal .starting-modal-text p {
  max-width: 100%;
}

.hero-form-logo-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.hero-form-logo-text p {
  font-size: 16px;
  color: #1a1a1a;
}

.hero-sec-form-logos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.hero-sec-form-logos span {
  color: #65737FCC;
  font-size: 16px;
}

.hero-sec-form-logos img {
  min-height: 52px;
}

.hero-sec-form-logos svg {
  min-height: 52px;
}

.home-modal.hero-btn-modal .modal-home-form select {
  margin-bottom: 0px;
  background-color: #f4f3f8;
  border-radius: 30px !important;
  border: none !important;
  padding: 6px 15px;
  font-size: 14px;
  color: #656080 !important;
  width: 100%;
}

.home-modal.hero-btn-modal .modal-home-form textarea {
  margin-bottom: 0px;
  background-color: #f4f3f8;
  border-radius: 14px !important;
  height: 80px;
  border: none !important;
  padding: 6px 15px;
  font-size: 14px;
  color: #656080 !important;
  width: 100%;
  resize: none;
  overflow: auto;
}

.budget-hero-form li:not(:last-child) {
  border-right: 1px solid #ddd;
}

.budget-hero-form li {
  flex: 1;
}

ul.budget-hero-form {
  position: relative;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-wrap: wrap;
  /* background: #f4f3f8; */
  border-radius: 30px;
  margin-bottom: 15px;
}

.budget-hero-form li input[type="radio"] {
  display: none;
}

.budget-hero-form li input[type="radio"]:checked+label {
  background-color: #dd7e2a;
  color: #fff;
}

.budget-hero-form li label {
  padding: 10px 12px;
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.budget-hero-form li:first-child label {
  border-radius: 20px 0px 0px 20px;
}

.budget-hero-form li:last-child label {
  border-radius: 0px 20px 20px 0px;
}

.budget-hero-form {
  padding-left: 0px;
}

.hero-form-label-heading {
  font-size: 14px;
  margin-bottom: 5px;
  color: #656080;
  margin-left: 16px;
}

.hero-popup-logos-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* hero btn modal end*/


/* Build ai page css start */
.build-ai-hero {
  background: #000;
}

.build-ai-hero h1 {
  font-size: 60px;
}

.build-ai-hero .highlight-text {
  background: linear-gradient(90deg, #00D1FF, #7A48FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.build-ai-hero a {
  background: linear-gradient(90deg, #00D1FF, #7A48FF);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 9.6px 32px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-block;
}

.build-ai-hero a:hover {
  background: linear-gradient(90deg, #7A48FF, #00D1FF);
  color: #fff;
}

section.build-ai-why-choose {
  background: linear-gradient(to bottom, black, #0a011a);
}

h3.buildai-sec-heading {
  font-size: 56px;
  font-weight: 400;
}

.buildai-sec-heading {
  font-size: 56px;
  background: linear-gradient(90deg, #7d6ef8, #98ffc0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.build-ai-why-choose-text {
  max-width: 950px;
  margin: 0 auto;
}

.build-ai-why-choose-text p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.build-ai-why-choose-text p a {
  color: #fff;
}

.build-ai-why-choose-text p a:hover {
  text-decoration: underline;
}

.build-ai-why-choose-card-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  color: #DCDCDC;
}

.build-ai-why-choose-card-para {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 36px;
}

.build-ai-why-choose-card {
  padding: 20px;
  border: 2px solid #140233;
  border-radius: 10px;
  height: 100%;
  transition: .3s ease;
}
.build-ai-why-choose-card:hover {
  border: 2px solid #ffffff;
}

section.build-ai-powerd-sec {
  background: #0a011a;
}

.build-ai-why-choose-card svg {
  margin-bottom: 20px;
}

section.build-ai-powerd-sec h2 {
  font-size: 180px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(214, 222, 231, .38), transparent);
  margin-bottom: 0px;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.build-ai-powered-text h3 {
  font-size: 56px;
  font-weight: 400;
}

.build-ai-powered-text p {
  text-align: left;
  margin: 30px 0 50px;
  opacity: 70%;
  color: #fff;
}

.build-ai-powered-text {
  position: sticky;
  top: 100px;
}

.ai-powered-ul ul li p small {
  color: #a7a7a7;
  font-size: 16px;
  display: block;
}

.ai-powered-ul ul li h3 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.ai-powered-ul ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 55px;
}

.ai-powered-ul ul li:before {
  position: absolute;
  content: "";
  background-image: url(../img/ai-colored-star.png);
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.build-ai-cta-sec {
  background-image: url(../img/build-ai-consult.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.ai-cta-text h3 {
  font-size: 50px;
  font-weight: 400;
}

.unlock-saving {
  height: 460px;
  display: flex;
  align-items: center;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.unlock-saving .bg-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.unlock-saving-text {
  text-align: center;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.unlock-saving-text h2 {
  font-size: 56px;
  font-weight: 400;
  color: #fff;
}

.unlock-saving-text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

section.aviox-no1-sec {
  background: #00001e;
}

.aviox-no1-sec h2 {
  font-weight: 400;
  font-size: 56px;
  color: #fff;
}

.ai-bg-img {
  width: 74%;
  margin: 0 auto;
  display: flex;
}

.pb-80 {
  padding-bottom: 80px;
}

.our-roadmap-heading h3 {
  font-size: 56px;
  font-weight: 400;
}

.our-roadmap-heading p {
  font-size: 16;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.our-roadmap {
  background: #00001e;
}

.our-roadmap-heading {
  max-width: 90%;
  margin: 0 auto;
}

.ai-roadmap-number {
  font-size: 120px;
  color: #dcdcdc33;
}

.ai-roadmap-heading {
  color: #dcdcdc;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.ai-roadmap-card p {
  font-size: 18px;
  font-weight: 400;
  color: #DCDCDC;
  margin-top: 15px;
}

.project_area_1.homepage-porfolio-sec.build-ai-portfolio:after {
  display: none;
}

.project_area_1.homepage-porfolio-sec.build-ai-portfolio {
  background: #0a011a;
}

.pillars-sec {
  background: #00001e;
}

.pillar-sec-heading {
  font-size: 56px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.pillars-card:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, .6) 1.28%, #001732 93.76%);
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s ease;
}

.pillars-card {
  position: relative;
  transition: .3s ease-in-out;
  overflow: hidden;
  border-radius: 15px;
}

.pillars-card-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 9;
  color: #fff;
  padding: 20px;
  transform: translateY(70%);
  transition: .5s ease;
}

.pillars-card:hover .pillars-card-text {
  transform: translateY(0%);
}

.pillars-card img {
  height: 350px;
  object-fit: cover;
}

.pillars-card-text h3 {
  margin-bottom: 20px;
  color: #fff;
}

.usa-address.lacation_item {
  top: 49%;
  left: 20%;
}

.tnp.tnp-subscription {
    position: relative;
    margin: 15px 0px !important;
}

.tnp-field-email label {
    display: none !important;
}

.tnp.tnp-subscription .tnp-submit {
    border-radius: 50px;
    padding: 10px 25px;
    background: #ff7800;
    position: absolute;
    bottom: 7px;
    right: 7px;
    max-width: 130px;
}

.tnp.tnp-subscription .tnp-email {
    border-radius: 50px;
    padding: 16px 20px !important;
    height: auto;
}
.starting-modal-text {
    height: 100%;
}
.srch_port button#search-submit {
    background: #ff6b35;
}
.home-other-service a {
    margin-top: 15px;
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(5px);
    border: 1px solid #acacac !important;
}
@media screen and (max-width: 1024px) {
      .company-heading {
        font-size: 40px;
    }
  h3.buildai-sec-heading {
    font-size: 38px;
  }

  .build-ai-powered-text h3 {
    font-size: 38px;
  }

  .ai-cta-text h3 {
    font-size: 38px;
  }

  .aviox-no1-sec h2 {
    font-size: 38px;
  }

  .pillar-sec-heading {
    font-size: 38px;
  }

  .unlock-saving-text h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  section.build-ai-powerd-sec h2 {
    font-size: 100px;
  }

  .ai-powered-ul ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 30px;
  }

  .ai-roadmap-card {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 575px) {
  .company-heading {
    bottom: -90px;
}
  .ai-roadmap-number {
    font-size: 50px;
    color: #dcdcdc33;
  }

  .buildai-sec-heading {
    font-size: 28px;
  }

  .build-ai-powered-text h3 {
    font-size: 28px;
  }

  .ai-cta-text h3 {
    font-size: 28px;
  }

  .aviox-no1-sec h2 {
    font-size: 28px;
  }

  .pillar-sec-heading {
    font-size: 28px;
  }

  .unlock-saving-text h2 {
    font-size: 28px;
  }

  .pillars-sec {
    padding-top: 0px !important;
  }

}

@media screen and (max-width: 376px) {
  .build-ai-powerd-sec h2 {
    font-size: 40px !important;
  }
}

/* Build ai page css end */

.inner-servcice-form-input input {
  box-shadow: none !important;
  border: none;
}

.inner-servcice-form-input textarea:focus {
  outline: none !important;
}

.inner-servcice-form-input .form-select:focus {
  border: none !important;
  outline: 0;
  box-shadow: none;
}

.service_card_list_wrapper li {
  width: 100%;
}

.service_card_list_wrapper .fa-circle {
  font-size: 8px;
  display: none;
}

.service_card_list_wrapper li:last-child {
  border-bottom: none !important;
}

.service_card_list_wrapper li {
  position: relative;
  display: flex;
}

.service_card_list_wrapper li:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/checked.png);
  margin-right: 10px;
  flex: none;
  background-repeat: no-repeat;
  background-size: contain;
}


/* Start new service page */
.trusted-section.trusted-pb-120 {
  padding-bottom: 120px !important;
}

.our-roadmap.service-roadmap {
  background-color: #020202;
  background-image: url(../img/dots-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.our-roadmap.service-roadmap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: -1;
}

/* .growth-driven-sec  {
    background-color: #020202;
    background-image: url(../img/Mask-group.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */
.our-roadmap.service-roadmap .ai-roadmap-number {
  color: #ffebe4;
  opacity: .4;
  line-height: 1;
  position: absolute;
  top: -87px;
  z-index: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to bottom, #fff, #08080800 75%, #ffffff 100%);
  background-clip: text;
  font-weight: 700;
}

.buil-seamless-bottomtext p {
  color: #fff;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.motion-img {
  position: relative;
  margin: 0 auto;
  height: 524px;
  width: 100%;
  overflow: hidden;
}

.motion-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.growth-driven-sec {
  background: #f8fafc;
}

.services-inner-service-card {
  border: 1px solid #ececec;
  padding: 1px;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.services-inner-service-card h4 {
  color: #000;
  margin-bottom: 10px;
}

.services-inner-service-card p {
  color: #606060;
}

.services-inner-service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  color: #fff;
  margin-top: 40px;
}

.services-inner-service-cards svg {
  margin-bottom: 25px;
}

.seamless-card-text {
  padding: 20px;
  background: #212529;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}

.advance-tool-card img {
  max-width: 60px;
}

.advance-tool {
  background-color: #F7FBFF;
}

.advance-tool-card {
  padding: 1px;
  background: #fff;
  box-shadow: 0 0 9px #ebebeb;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ai-roadmap-card {
  position: relative;
}

.reasonable-icon-list-items li svg {
  width: 17px;
}

.reasonable-icon-list-items {
  padding: 0;
}

.reasonable-icon-list-items li {
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #4e4e4e;
}

.reasonable-service-card h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  color: #000000;
  margin-bottom: 20px;
}

.reasonable-service-card {
  background: #F7FBFF;
  padding: 55px 45px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.inner-hero ul {
  padding: 0px;
}

.dd-logo-img {
  width: 60px;
  margin-bottom: 25px;
}

.work-with-tab {
    justify-content: center;
    align-items: center;
    border-bottom: none;
    margin-bottom: 30px;
    border: none;
    display: inline-flex;
    padding: 0px;
    border-radius: 50px;
    gap: 10px;
}

.work-with-tab .nav-link.active {
  background: #ff6b35;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
}

.work-with-tab .nav-link {
  background: transparent;
  color: #838383;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: none;
}

.seamless-card-text img {
  width: 40px;
}

.design-motion h4 {
  font-size: 16px;
}

.ai-roadmap-card .seamless-card-text p {
  font-size: 16px;
}

.services-card-logo-img {
  width: 60px;
  margin-bottom: 20px;
}

.why-choose-service-sec .why_icon_box {
  border: none;
}

.budget-sec-svg {
  width: 60px;
  margin-bottom: 20px;
}

.reasonable-service {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.reasonable-service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(to right, rgba(209, 213, 219, 0.2) 1px, transparent 1px), linear-gradient(to bottom, rgba(209, 213, 219, 0.2) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 100% 0%, #000 50%, transparent 90%);
  mask-image: radial-gradient(ellipse 80% 80% at 100% 0%, #000 50%, transparent 90%);
  pointer-events: none;
}

.reasonable-service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle at top right, rgba(255, 106, 0, 0.26), transparent 60%);
  background-repeat: no-repeat;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
}

.col-form-popup>p {
  margin-bottom: 0px;
}

.popup-radio-wrapper>p {
  margin-bottom: 0px;
}

.popup-radio-wrapper .wpcf7-radio .wpcf7-list-item label>input {
  display: none;
}

.popup-radio-wrapper label>span {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  background: #f9f9f9;
  transition: .4s ease;
  cursor: pointer;
}

.popup-radio-wrapper label input:checked+span {
  background: #e55a2a;
  color: #fff;
}

.popup-radio-wrapper .wpcf7-radio .wpcf7-list-item {
  margin-left: 0px;
}

.popup-radio-wrapper .wpcf7-radio .wpcf7-list-item:first-child label>span {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.popup-radio-wrapper .wpcf7-radio .wpcf7-list-item:last-child label>span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.services-inner-service-card:after {
  position: absolute;
  content: "";
  width: 220%;
  height: 80px;
  background: linear-gradient(165.36deg, #ff6b35 3.37%, #ff6b35 39.2%, #ff6b35 100.2%);
  left: -220px;
  top: 115px;
  -webkit-animation: borderRotate 5s linear infinite;
  animation: borderRotate 5s linear infinite;
  opacity: 0;
}

.services-inner-service-card:hover::after {
  opacity: 1;
}

.single-service-card-inner {
  padding: 30px 20px;
  background: #fff;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  height: 100%;
}

.front-end-inner-card {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.advance-tool-card::after {
  position: absolute;
  content: "";
  width: 220%;
  height: 80px;
  background: linear-gradient(165.36deg, #ff6b35 3.37%, #ff6b35 39.2%, #ff6b35 100.2%);
  left: -220px;
  top: 115px;
  -webkit-animation: borderRotate 5s linear infinite;
  animation: borderRotate 5s linear infinite;
  opacity: 0;
  z-index: -1;
}

.advance-tool-card:hover::after {
  opacity: 1;
}

.aviox-no1-sec .accordion-button {
  padding: 20px 20px !important;
  color: #00001e !important;
  background-color: #ffffff !important;
  border-radius: 10px !important;
  margin-bottom: 15px !important;
}

.aviox-no1-sec .accordion-item {
  background: transparent !important;
  border: none !important;
}

.aviox-no1-sec .accordion-collapse.collapse.show {
  background: #fff;
  margin-bottom: 15px;
  margin-top: -22px;
  border-radius: 0 0 10px 10px;
}

.aviox-no1-sec .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1024px) {

  .our-roadmap-heading h3 {
    font-size: 38px;
  }

  .pb-80 {
    padding-bottom: 60px;
  }

  .pt-80 {
    padding-top: 60px;
  }

  .services-section {
    padding: 60px 0 60px;
  }

  .cross-industry {
    padding-bottom: 60px;
  }

  .mega-menu {
    position: fixed !important;
  }
  .testimonial-card-img {
    width: 140px !important;
    height: 160px;
    margin-left: 20px;
  }
  .testimonial-quote {
    font-size: 14px;
  }
  .service_icon_box
  {
    background: transparent;
    box-shadow: none;
  }
}

@media screen and (max-width: 992px) {

  .contact-project-area .min_map_wrapper>img {
    display: none;
  }

  .lacation_item {
    position: relative;
    top: 0;
    right: 0;
  }

  .lacation_item>span {
    display: none;
  }
  .lacation_item .lacation_card
  {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0px;
    bottom: 0px;
  }
  .map_card.lacation_card>div {
    display: flex;
    align-items: center;
    text-align: left !important;
    gap: 40px;
  }

  .usa-address.lacation_item {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {

  .mega-menu {
    width: 100% !important;
    top: 70px !important;
    overflow: auto;
    max-height: calc(100vh - 70px);
    position: fixed !important;
  }

  .close-mega-menu {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #fff;
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .reasonable-service-cards .row {
    gap:30px;
  }
  .we-beleive-heading {
    font-size: 28px;
  }

  .services-inner-service-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .motion-img {
    height: 370px;
  }

  .ai-roadmap-card {
    margin-bottom: 100px;
  }

  .our-roadmap .row>div:last-child .ai-roadmap-card {
    margin-bottom: 0px;
  }

  .ai-eyebrow span {
    font-size: 14px;
  }


}

@media screen and (max-width:575px) {
  .our-roadmap-heading {
    max-width: 100%;
  }
  .services-inner-service-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .reasonable-service {
    padding-bottom: 40px;
  }

  .buil-seamless-bottomtext p {
    width: 90%;
  }

  .privacy-main-heading {
    font-size: 22px;
  }

  .privacy-main-subheading {
    font-size: 18px;
  }

  #rotate-3d {
    white-space: normal;
  }
}

/* End new service page */


#pum-392 .popmake-close {
  display: none;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.select_item_input span.wpcf7-list-item {
  padding: 4px 12px;
  border: 1px solid rgba(17, 14, 21, 0.2);
  font-size: 14px;
  font-weight: 400;
  color: #393c45;
  border-radius: 50px;
}

.service-checkbox {
  gap: 1rem !important;
  display: flex;
  flex-wrap: wrap;
}

.service-checkbox .wpcf7-list-item {
  margin: 0px;
}

.wpcf7-radio.select_item_input {
  gap: 1rem !important;
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-radio.select_item_input .wpcf7-list-item {
  margin: 0px;
}

.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  height: 17px;
  width: 17px;
  min-width: 17px;
}

.contact-file-upload>p {
  width: 100%;
}

/* .contact-file-upload input {
  display: none;
}

.contact-file-upload label {
  width: 100%;
  border: 1px dashed #a7a7a7;
  display: block;
  max-width: 100%;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.contact-file-upload label i {
  font-size: 30px;
  margin-bottom: 10px;
  color: #ff7800;
} */

.select_item_input input[type=checkbox],
input[type=radio] {
  height: 14px !important;
  width: 14px !important;
  min-width: 14px !important;
}

.select_item_input input[type="checkbox"]:checked {
  background-color: #ff7a00 !important;
  border-color: #ff7a00 !important;
  accent-color: #ff7a00 !important;
}

.select_item_input input[type=radio]:checked {
  background-color: #ff7a00 !important;
  border-color: #ff7a00 !important;
  accent-color: #ff7a00 !important;
}

.iti-phone {
  padding-left: 50px !important;
}

#getInTouchForm input:focus {
  border-top: 1px solid #d0d0d0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
  border-left: 1px solid #d0d0d0 !important;
  border-right: 1px solid #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}

#getInTouchForm textarea:focus {
  border: 1px solid #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}

#getInTouchForm .form-control:focus {
  border-color: #d0d0d0 !important;
}

#inner-services-form-banner input:focus {
  border-top: 1px solid #d0d0d0 !important;
  border-bottom: 1px solid #d0d0d0 !important;
  border-left: 1px solid #d0d0d0 !important;
  border-right: 1px solid #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}

#inner-services-form-banner textarea:focus {
  border: 1px solid #d0d0d0 !important;
  border-color: #d0d0d0 !important;
}

#inner-services-form-banner .form-control:focus {
  border-color: #d0d0d0 !important;
}

.btn-primary:focus {
  background-color: #ff7800 !important;
}

.btn-primary:focus-visible {
  background-color: #ff7800 !important;
  box-shadow: none !important;
  border-color: #ff7800 !important;
}

.map_card h6 {
  color: #fff !important;
}

.privacy-policy-text {
  padding: 70px 15px;
}

.privacy-main-para {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #666;
}

.privacy-main-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
}

.privacy-main-subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
}

.privacy-ul li {
  font-size: 16px;
  font-weight: 400;
  list-style: disc;
  color: #666;
}

.privacy-ul {
  padding-left: 20px;
}

.privacy-main-para a {
  flex-wrap: wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

button:focus {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
button:active {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
.btn-primary:active {
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}

#inner-services-form-banner {
  padding: 20px;
  background: rgba(255, 255, 255, .1);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, .2);
}

#inner-services-form-banner input,
#inner-services-form-banner select,
#inner-services-form-banner textarea {
  font-family: 'DM Sans';
  transition: .3s ease;
}

#inner-services-form-banner input:focus,
#inner-services-form-banner select:focus,
#inner-services-form-banner textarea:focus {
  border-color: #ff8c42 !important;
  box-shadow: 0 0 12px rgba(255, 140, 66, 0.8),
    0 0 20px rgba(255, 140, 66, 0.5),
    inset 0 0 8px rgba(255, 140, 66, 0.3) !important;
}
.portfolio-image {
  border-radius: 2rem;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.home-service-btn-assets svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.portfolio-rt img {
    border-radius: 20px;
}

.contact-us-banner {
  background-image: url(../img/contact-us-banner-img.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 100px 15px;
}
.contact-us-banner:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 1%, rgba(0, 0, 0, 0.15) 30%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.contact-us-banner:before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(14 23 128 / 52%) 100%);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.contact-us-box {
    position: relative;
    z-index: 99;
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: center;
}
.contact-us-banner-heading p {
    background: linear-gradient(90deg, rgb(255 107 53) 10%, rgba(255, 255, 255, 0) 100%);
    padding-top: 0.3em;
    padding-right: 0.6em;
    padding-bottom: 0.3em;
    padding-left: 0.6em;
    line-height: 1.3;
    color: #fff;
    max-width: 350px;
}
.contact-us-banner-heading h3
 {
    color: #fff;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.1;
}
p.contact-banner-para {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.btn-side-banner-contactus {
    width: 40%;
}

.contact-us-banner-heading {
    width: 60%;
}

.contact-banner-number p {
    color: #ff7800;
    margin-bottom: 0px;
    font-size: 20px;
}

.contact-banner-number h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.cf7-submitting {
  opacity: 0.7;
  pointer-events: none;
}
.case-study-banner {
    background: #ffd7ca24;
    padding: 120px 0px;
    position: relative;
}
.theme-header .navbar-nav .nav-link:focus {
      outline: none !important;
}
ul.tech-stack-list li {
    display: inline-block;
    padding: 2px 14px;
    border-radius: 15px;
    background: #00000012;
    font-size: 14px;
    backdrop-filter: blur(4px);
    color: #000000;
}

ul.tech-stack-list {
    display: flex;
    gap: 10px;
    color: #ff6b35;
    flex-wrap: wrap;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.new-case-study-banner {
    position: relative;
}

.new-case-study-banner:after {
    background: #ff7800;
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: -1;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    display: none;
}
section.term-and-policy-sec {
    padding: 100px 20px;
    background: linear-gradient(180deg, rgb(255 107 53 / 24%) 0%, #FFFFFF 50%);
    padding-bottom: 0px !important;
}

input:focus, input[type="text"]:focus {
  outline: none !important;
  border-style: 1px solid red;
}
.srch_port input:focus {
  outline: none !important;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid
{
  border: 1px solid #f00;
  color: #f00 !important;
}

.home-modal.hero-btn-modal .modal-home-form input.wpcf7-not-valid,
.home-modal.hero-btn-modal .modal-home-form select.wpcf7-not-valid,
.home-modal.hero-btn-modal .modal-home-form textarea.wpcf7-not-valid
{
  border: 1px solid #f00 !important;
  color: #f00 !important;
}
.modal-home-form .iti--allow-dropdown {
  width: 100%;
}

ul.order-list li {
    list-style: disc;
    font-size: 18px;
}

ul.order-list {
    margin: 0px;
    padding-left: 20px;
}
.build-ai-heri-gif {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.wpcf7-not-valid > div { 
    height: 78px;
    border: 2px solid #f00;
    border-radius: 5px;
}
.form-recaptcha  iframe {
    height:72px;
}
.service-response .wpcf7-response-output {
    margin-top: 0px !important;
    color: #fff;
}
.term-confirm span.wpcf7-list-item {
    margin: 0px;
}
.inner-servcice-form-input .wpcf7-form-control-wrap textarea {
    height: 150px;
    overflow: auto;
}
.unlock-saving:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .6;
}
.unlock-saving .container {
  position: relative;
  z-index: 9;
}
.wpcf7-not-valid .wpcf7-list-item {
    border: 1px solid #f00 !important;
    color: #f00 !important;
}
.website-link-btn {
    color: #ff7a00 !important;
}
