* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.top-bar {
  background: linear-gradient(90deg, #001875 0%, #0e3abf 100%);
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
}

.top-bar p {
  margin: 0;
  color: #fff;
}

.top-bar a {
  color: #fff;
  margin-left: 18px;
}

.navbar {
  padding: 3px 0;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  height: 70px;
}

.nav-link {
  font-weight: 500;
  color: #222;
  font-size: 16px;
  padding: 24px 17px !important;
}

.nav-link.active {
  color: #0b5cff;
}

.quote-btn {
  background: linear-gradient(90deg, #1847ff 0%, #0e3abf 100%);
  padding: 13px 18px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  transition: 0.4s;
}

.quote-btn:hover {
  background: linear-gradient(90deg, #0026bd 0%, #1745f6 100%);
  color: #fff;
}

.hero {
  padding: 80px 0;
  background: #f8fbff;
}

.hero-tag {
  display: inline-block;
  padding: 10px 18px;
  background: #edf3ff;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0b5cff;
}

.hero h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.15;
}

.hero h1 span {
  color: #0b5cff;
}

.hero p {
  font-size: 18px;
  margin: 30px 0;
  line-height: 1.9;
  color: #666;
}

.hero-btn {
  display: flex;
  gap: 20px;
  margin-bottom: 45px;
}

.btn1 {
  background: #0b5cff;
  padding: 16px 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}

.btn2 {
  border: 2px solid #0b5cff;
  padding: 16px 30px;
  border-radius: 10px;
  color: #0b5cff;
  font-weight: 600;
}
.hero-feature {
  display: flex;

  align-items: center;

  gap: 55px;

  margin-top: 45px;

  flex-wrap: wrap;
}

.feature-item {
  display: flex;

  align-items: flex-start;

  gap: 10px;
}

.feature-icon {
  width: 28px;

  height: 28px;

  border: 2px solid #1f5cff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;
}

.feature-icon i {
  font-size: 13px;

  color: #1f5cff;
}

.feature-text h5 {
  font-size: 16px;

  font-weight: 700;

  color: #111827;

  margin-bottom: 2px;

  line-height: 1;
}

.feature-text p {
  font-size: 13px;

  color: #6b7280;

  margin: 0;

  line-height: 1.4;
}

.hero-img {
  max-width: 100%;
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .hero {
    padding: 70px 0;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-feature {
    flex-wrap: wrap;
    gap: 25px;
  }

  .hero-btn {
    flex-direction: column;
  }

  .quote-btn {
    margin-top: 20px;
  }
}

/*==========================
Trusted Brand
===========================*/

.trusted-company {
  padding: 40px 0;
}

.trusted-title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 35px;
  color: #777;
}

.brand-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.brand-slider img {
  height: 34px;
  opacity: 0.6;
  transition: 0.4s;
}

.brand-slider img:hover {
  opacity: 1;
  transform: scale(1.08);
}

/*==========================
  Services
  ===========================*/

.services {
  padding: 90px 0;
  background: #f8fbff;
}

.section-title {
}

.section-title span {
  color: #0b5cff;
  font-weight: 500;
  letter-spacing: 1px;
}

.section-title h2 {
  font-size: 46px;
  font-weight: 800;
  margin: 4px 0;
}

.section-title h2 span {
  color: #0b5cff;
}

.section-title p {
  width: 700px;
  max-width: 100%;
  margin: auto;
  color: #666;
  line-height: 1.8;
}

.service-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.45s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
}

.service-card img {
  width: 100%;
  margin-bottom: 25px;
}

.service-card h4 {
  font-weight: 400;
  margin-bottom: 11px;
}

.service-card p {
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.service-card a {
  font-weight: 400;
  color: #0f3bc1;
}

/*==================================
WHY CHOOSE US
==================================*/

.why-choose {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #0b2a7a 0%, #081d57 100%);
  overflow: hidden;
}

/* Background Pattern */

.why-choose::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  top: -220px;
  right: -180px;
}

.why-choose::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  left: -120px;
  bottom: -120px;
}

.why-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.sub-title {
  display: inline-block;
  padding: 8px 0px; /* background:rgba(255,255,255,.08); */
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #71b3ff;
  margin-bottom: 25px;
}

.why-content h2 {
  font-size: 50px;

  font-weight: 800;

  line-height: 1.2;

  margin-bottom: 25px;
}

.why-content h2 span {
  color: #62a7ff;
}

.why-content p {
  font-size: 16px;

  line-height: 1.9;

  opacity: 0.85;

  margin-bottom: 35px;
}

.theme-btn {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding: 16px 34px;

  background: #0b5cff;

  color: #fff;

  border-radius: 10px;

  font-weight: 600;

  transition: 0.35s;
}

.theme-btn:hover {
  background: #fff;

  color: #0b5cff;

  transform: translateY(-3px);
}

/*=========================
GRID
=========================*/

.why-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 20px;

  overflow: hidden;

  position: relative;

  z-index: 2;
}

/*=========================
CARD
=========================*/

.why-card {
  padding: 40px 30px;

  border-right: 1px solid rgba(255, 255, 255, 0.1);

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  transition: 0.35s;

  background: transparent;

  color: #fff;

  min-height: 240px;
}

.why-card:nth-child(3) {
  border-right: none;
}

.why-card:nth-child(4) {
  border-bottom: none;
}

.why-card:nth-child(5) {
  border-bottom: none;
}

.why-card:hover {
  background: rgba(255, 255, 255, 0.05);
}

/*=========================
ICON
=========================*/

.icon {
  width: 75px;

  height: 75px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 18px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;
}

.icon i {
  font-size: 34px;

  color: #69b0ff;
}

/*=========================
TEXT
=========================*/

.why-card h4 {
  font-size: 23px;

  font-weight: 700;

  margin-bottom: 18px;

  line-height: 1.3;
}

.why-card p {
  font-size: 15px;

  line-height: 1.8;

  opacity: 0.8;
}

/*=========================
BOTTOM CARD
=========================*/

.why-card-wide {
  grid-column: span 3;

  display: flex;

  align-items: center;

  gap: 30px;

  border-right: none;

  border-bottom: none;

  min-height: 180px;
}

.why-card-wide .icon {
  margin-bottom: 0;

  flex-shrink: 0;
}

.why-card-wide h4 {
  margin-bottom: 15px;

  font-size: 28px;
}

/*=========================
RESPONSIVE
=========================*/

@media (max-width: 1199px) {
  .why-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .why-content {
    margin-bottom: 60px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-card:nth-child(2) {
    border-right: none;
  }

  .why-card:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .why-card:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .why-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    border-right: none;
  }

  .why-card-wide {
    grid-column: span 1;

    flex-direction: column;

    align-items: flex-start;
  }

  .why-content h2 {
    font-size: 34px;
  }
}

/*==================================================
WHY CHOOSE US
==================================================*/

.why-choose-area {
  position: relative;
  padding: 36px 0 95px;
  background: linear-gradient(90deg, #031352 0%, #0c33a9 100%);
  overflow: hidden;
}

/* Background Dots */

.why-choose-area::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 153px;
  height: 330px;
  background: url(../img/dots-left.png) no-repeat left center;
  opacity: 0.09;
}

.why-choose-area::after {
  bottom: 0px;
  content: "";
  position: absolute;
  right: -87px;
  width: 260px;
  height: 300px;
  background: url(../img/dots-right.png) no-repeat right center;
  opacity: 0.2;
}

/*=========================
LEFT
=========================*/

.why-left {
  height: 100%;

  padding: 10px 25px 10px 0;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.sub-title {
  display: block;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  color: #fff;

  margin-bottom: 15px;
}

.why-left h2 {
  font-size: 50px;

  line-height: 1.15;

  font-weight: 800;

  color: #fff;

  margin-bottom: 18px;
}

.why-left h2 span {
  color: #3d8bff;
}

.why-left p {
  font-size: 15px;

  line-height: 1.9;

  color: #d7def9;

  margin-bottom: 30px;

  max-width: 340px;
}

.why-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 13px 28px;

  border: 1px solid rgba(255, 255, 255, 0.35);

  border-radius: 8px;

  font-size: 15px;

  font-weight: 600;

  color: #fff;

  transition: 0.35s;

  width: max-content;
}

.why-btn:hover {
  background: #0b5cff;

  border-color: #0b5cff;

  color: #fff;
}

/*=========================
FEATURES
=========================*/

.why-features {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  height: 100%;
}

.why-item {
  padding: 18px 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: 0.35s;
}

.why-item:last-child {
  border-right: none;
}

.why-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

/*=========================
ICON
=========================*/

.why-icon {
  width: 70px;

  height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 22px;
}

.why-icon i {
  font-size: 42px;

  color: #5ea5ff;
}

/*=========================
TEXT
=========================*/

.why-item h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

.why-item p {
  font-size: 14px;
  line-height: 1.8;
  color: #dbe4ff;
  margin: 0;
}

/*=========================
RESPONSIVE
=========================*/

@media (max-width: 1199px) {
  .why-left h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .why-left {
    margin-bottom: 40px;

    padding-right: 0;
  }

  .why-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .why-item:nth-child(2) {
    border-right: none;
  }

  .why-item:nth-child(4) {
    border-right: none;

    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .why-features {
    grid-template-columns: 1fr;
  }

  .why-item {
    border-right: none;
  }

  .why-left h2 {
    font-size: 36px;
  }
}

/*=========================================
COUNTER
=========================================*/

.counter-area {
  position: relative;

  margin-top: -55px;

  z-index: 10;
}

.counter-wrapper {
  background: #fff;
  border-radius: 18px;
  padding: 28px 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  box-shadow: 0 20px 60px rgba(18, 44, 103, 0.12);
}
.testimonial-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(120 120 120 / 8%) 1px, transparent 1px),
    linear-gradient(89deg, rgb(120 120 120 / 8%) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(
    circle at center,
    #00000000 55%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    circle at center,
    #000000 55%,
    transparent 100%
  );
  pointer-events: none;
}

.testimonial-blog::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  top: -250px;
  right: -180px;
  background: radial-gradient(
    circle,
    rgb(10 46 149 / 0%),
    rgb(15 59 197 / 14%),
    transparent 70%
  );
  filter: blur(50px);
  pointer-events: none;
}

.counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 6px;
  border-right: 1px solid #ececec;
}

.counter-item:last-child {
  border-right: none;
}

.counter-icon {
  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.counter-icon i {
  font-size: 30px;
  color: #4263df;
}

.counter-content h3 {
  font-size: 29px;
  font-weight: 800;
  color: #003bf1;
  margin: 0;
  line-height: 1;
}

.counter-content p {
  font-size: 15px;
  color: #666;
  margin-top: 6px;
  margin-bottom: 0;
}

/*=========================
  Responsive
  =========================*/

@media (max-width: 1200px) {
  .counter-wrapper {
    grid-template-columns: repeat(3, 1fr);

    row-gap: 25px;
  }

  .counter-item:nth-child(3) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .counter-item:nth-child(even) {
    border-right: none;
  }
}

@media (max-width: 576px) {
  .counter-wrapper {
    grid-template-columns: 1fr;
  }

  .counter-item {
    border-right: none;

    justify-content: flex-start;
  }
}

/*==========================================
RECENT PROJECTS
==========================================*/

.recent-projects {
  padding: 90px 0;
  background: #ffffff;
  position: relative;
}

.section-title .subtitle {
  display: inline-block;
  color: #1f5eff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  color: #111;
  line-height: 1.2;
}

.section-title h2 span {
  color: #1f5eff;
}

/*=========================
Button
=========================*/

.view-project-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 21px;
  border: 1px solid #dfe6ff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #1f5eff;
  transition: 0.35s;
}

.view-project-btn:hover {
  background: #1f5eff;

  color: #fff;

  border-color: #1f5eff;
}

/*=========================
Project Card
=========================*/

.project-card {
  background: #fff;

  border-radius: 22px;

  overflow: hidden;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);

  transition: 0.4s;

  height: 100%;
}

.project-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

/*=========================
Image
=========================*/

.project-img {
  overflow: hidden;

  height: 220px;
}

.project-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.6s;
}

.project-card:hover img {
  transform: scale(1.08);
}

/*=========================
Content
=========================*/

.project-content {
  padding: 28px;
}

.project-category {
  display: inline-block;

  padding: 6px 14px;

  background: #edf3ff;

  color: #1f5eff;

  font-size: 13px;

  font-weight: 700;

  border-radius: 40px;

  margin-bottom: 18px;
}

.project-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #111;
}

.project-content p {
  font-size: 15px;

  line-height: 1.8;

  color: #666;

  margin-bottom: 22px;
}

.project-content a {
  font-size: 15px;
  font-weight: 500;
  color: #737373;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.project-content a:hover {
  gap: 16px;
}

/*=========================
Responsive
=========================*/

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 38px;
  }

  .view-project-btn {
    margin-top: 20px;
  }

  .project-img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .section-title {
    text-align: center;
  }

  .view-project-btn {
    margin-top: 25px;
  }

  .project-content {
    padding: 22px;
  }

  .project-content h4 {
    font-size: 22px;
  }
} /*=========================================
TESTIMONIAL + BLOG
=========================================*/

.testimonial-blog {
  padding: 90px 0;
  background: #fff;
}

.testimonial-card,
.blog-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #edf2ff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
  overflow: hidden;
}

.testimonial-card:hover,
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
}

/*==========================
HEADINGS
==========================*/

.section-subtitle {
  color: #2962ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading {
  font-size: 40px;
  font-weight: 800;
  margin-top: 8px;
  margin-bottom: 35px;
  color: #101828;
}

.section-heading span {
  color: #2962ff;
}

/*==========================
TESTIMONIAL
==========================*/

.testimonial-card {
  padding: 35px;
  min-height: 360px;
  position: relative;
}

.quote-icon {
  font-size: 42px;
  color: #2962ff;
  margin-bottom: 25px;
}

.testimonial-text {
  font-size: 17px;
  line-height: 1.9;
  color: #667085;
  margin-bottom: 35px;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-info img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

.client-name {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
}

.client-designation {
  color: #667085;
  font-size: 14px;
}

/*==========================
ARROWS
==========================*/

.testimonial-nav {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 12px;
}

.testimonial-nav button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #f5f7ff;
  color: #2962ff;
  transition: 0.3s;
}

.testimonial-nav button:hover {
  background: #2962ff;
  color: #fff;
}

/*==========================
BLOG CARD
==========================*/

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: 0.5s;
}

.blog-card:hover img {
  transform: scale(1.08);
}

.blog-content {
  padding: 26px 13px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #667085;
  margin-bottom: 15px;
}

.blog-category {
  background: #edf3ff;
  color: #2962ff;
  padding: 5px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
}

.blog-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 18px 0;
  color: #101828;
}

.blog-content a {
  color: #093ac3;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.blog-content a:hover {
  gap: 15px;
}

/*==========================
VIEW ALL
==========================*/

.view-blog-btn {
  color: #2962ff;
  font-weight: 600;
  transition: 0.3s;
}

.view-blog-btn:hover {
  color: #003cff;
}

/*==========================
RESPONSIVE
==========================*/

@media (max-width: 991px) {
  .section-heading {
    font-size: 34px;
  }

  .blog-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 30px;
  }

  .blog-content {
    padding: 20px;
  }

  .blog-card img {
    height: 190px;
  }

  .client-info img {
    width: 55px;
    height: 55px;
  }
} /*===================================
CTA
===================================*/

.cta-section {
  margin-top: 80px;
  margin-bottom: -90px;
  position: relative;
  z-index: 9;
}

.cta-wrapper {
  background: linear-gradient(90deg, #00165a, #0b5cff);
  border-radius: 22px;
  padding: 3px 60px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.cta-wrapper::before {
  content: "";

  position: absolute;

  left: -120px;

  top: -120px;

  width: 280px;

  height: 280px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.05);
}

.cta-wrapper::after {
  content: "";

  right: -120px;

  bottom: -120px;

  position: absolute;

  width: 260px;

  height: 260px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.04);
}

.cta-content {
  position: relative;

  z-index: 2;
}

.cta-content h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 15px;
  color: #dfe7ff;
  line-height: 25px;
}

.cta-buttons {
  display: flex;

  gap: 18px;

  justify-content: center;

  flex-wrap: wrap;

  position: relative;

  z-index: 2;
}

.cta-btn {
  padding: 13px 24px;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.35s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.primary-btn {
  background: #fff;
  color: #013aae;
}

.primary-btn:hover {
  background: #edf3ff;
  color: #000;
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);

  color: #fff;
}

.secondary-btn:hover {
  background: #fff;

  color: #0b5cff;
}

.cta-image img {
  max-width: 180px;

  animation: rocketMove 3s infinite ease-in-out;

  position: relative;

  z-index: 2;
}

@keyframes rocketMove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .cta-wrapper {
    padding: 40px;

    text-align: center;
  }

  .cta-content {
    margin-bottom: 35px;
  }

  .cta-image {
    text-align: center !important;

    margin-top: 30px;
  }
}

/*=================================
FOOTER
==================================*/

.footer-area {
  background: #06164c;

  padding: 170px 0 0;

  color: #fff;
}

.footer-logo {
  height: 86px;
  margin-bottom: 21px;
}

.footer-widget p {
  line-height: 1.9;

  color: #cfd9ff;

  margin-bottom: 25px;
}

.footer-widget h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.footer-widget ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

.footer-widget ul li {
  margin-bottom: 14px;
}

.footer-widget ul li a {
  color: #cfd9ff;
  transition: 0.3s;
  font-size: 16px;
}

.footer-widget ul li a:hover {
  padding-left: 8px;

  color: #fff;
}

.footer-social {
  display: flex;

  gap: 12px;

  margin-top: 20px;
}

.footer-social a {
  width: 42px;

  height: 42px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(255, 255, 255, 0.08);

  color: #fff;

  transition: 0.3s;
}

.footer-social a:hover {
  background: #0b5cff;
}

.contact-info li {
  display: flex;

  gap: 12px;

  line-height: 1.8;
}

.contact-info i {
  color: #4f8cff;

  margin-top: 5px;
}

.copyright {
  margin-top: 36px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #cfd9ff;
  font-size: 15px;
}

.copyright span {
  color: #4f8cff;

  font-weight: 600;
}

@media (max-width: 991px) {
  .footer-area {
    padding-top: 120px;
  }

  .footer-widget {
    margin-bottom: 35px;
  }

  .copyright {
    text-align: center;
  }
}
.testimonialSlider {
  position: relative;
  padding-bottom: 70px;
}

.testimonial-prev,
.testimonial-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 10;

  transition: 0.3s;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  left: 60px;
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: #0b5cff;
  color: #fff;
}

.testimonial-pagination {
  position: absolute;
  bottom: 12px !important;
  left: 0px !important;
  width: auto !important;
  right: 0px;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d8d8d8;
  opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 30px;
  background: #0b5cff;
}

#header {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: 0.4s ease;
}

#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.4s;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
.scroll-top {
  position: fixed;

  right: 25px;

  bottom: 25px;

  width: 50px;

  height: 50px;

  background: #0b5cff;

  color: #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  font-size: 20px;

  z-index: 9999;

  opacity: 0;

  visibility: hidden;

  transform: translateY(20px);

  transition: 0.4s;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.scroll-top.active {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.scroll-top:hover {
  background: #081b63;
}
.whatsapp {
  position: fixed;

  left: 25px;

  bottom: 25px;

  width: 58px;

  height: 58px;

  background: #25d366;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #fff;

  font-size: 30px;

  z-index: 999;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.blog-content h5 {
  color: #60636d;
  font-size: 19px;
  padding: 12px 0px;
  line-height: 27px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

/*==========================
MEGA MENU
==========================*/

.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0px;
  padding: 40px;
  margin-top: 0;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: none;
  border: 1px solid #dede;
  top: 73px;
}

.mega-dropdown:hover .mega-menu {
  display: block;

  animation: fadeMega 0.35s;
}

@keyframes fadeMega {
  from {
    opacity: 0;

    transform: translateY(15px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

.mega-menu h5 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #0037db;
}

.mega-item {
  display: flex;
  gap: 15px;
  padding: 8px 2px;
  border-radius: 12px;
  transition: 0.3s;
  margin-bottom: 12px;
  text-decoration: none;
}

.mega-item:hover {
  background: #f4f7ff;

  transform: translateX(5px);
}

.mega-item i {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf3ff;
  border-radius: 12px;
  color: #0055ff;
  font-size: 22px;
}

.mega-item h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.mega-item p {
  margin: 5px 0 0;

  font-size: 14px;

  color: #777;
}

.mega-banner {
  background: linear-gradient(135deg, #0b5cff, #001d72);

  padding: 30px;

  border-radius: 18px;

  color: #fff;

  text-align: center;

  height: 100%;
}

.mega-banner img {
  width: 100%;

  margin-bottom: 20px;
}

.mega-banner h4 {
  font-size: 24px;

  font-weight: 700;

  margin-bottom: 12px;
}

.mega-banner p {
  font-size: 15px;

  opacity: 0.9;
}

.mega-btn {
  display: inline-block;

  margin-top: 18px;

  padding: 12px 25px;

  background: #fff;

  color: #0b5cff;

  border-radius: 8px;

  font-weight: 600;

  text-decoration: none;
}

.mega-btn:hover {
  background: #edf3ff;

  color: #0b5cff;
}

.dropdown-menu .col-lg-3 {
  border-right: 1px solid #e0e0e0ee;
}

/*==============================
CONTACT MEGA MENU
==============================*/

.contact-mega {
  padding: 40px;
}

.contact-card {
  background: linear-gradient(135deg, #0b5cff, #082a93);

  padding: 35px;

  border-radius: 18px;

  color: #fff;

  height: 100%;
}

.contact-card span {
  font-size: 13px;

  letter-spacing: 1px;

  opacity: 0.85;

  display: block;

  margin-bottom: 10px;
}

.contact-card h4 {
  font-size: 28px;

  font-weight: 700;

  margin-bottom: 25px;
}

.contact-card ul {
  list-style: none;

  padding: 0;

  margin: 0 0 25px;
}

.contact-card li {
  display: flex;

  gap: 15px;

  margin-bottom: 18px;

  align-items: flex-start;

  font-size: 15px;

  line-height: 1.7;
}

.contact-card i {
  width: 20px;

  margin-top: 3px;

  color: #fff;
}

.contact-card .mega-btn {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 12px 25px;

  background: #fff;

  color: #0b5cff;

  border-radius: 10px;

  font-weight: 600;

  text-decoration: none;

  transition: 0.3s;
}

.contact-card .mega-btn:hover {
  background: #edf3ff;

  color: #0b5cff;

  gap: 16px;
}

/*=================================
TOOLS MARQUEE
=================================*/

.tech-stack {
  padding: 0px;
  background: #fff;
  overflow: hidden;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  margin-top: 0px;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  animation: marquee 35s linear infinite;
  background: linear-gradient(90deg, #001875 0%, #0e3abf 100%);
  color: #fff;
  padding: 18px 0px;
}
.logo-track h2 {
  font-size: 20px;
  margin: 0px;
}
.logo-track img {
  height: 55px;

  width: auto;

  transition: 0.35s;

  filter: grayscale(100%);

  opacity: 0.75;
}

.logo-track img:hover {
  filter: none;

  opacity: 1;

  transform: scale(1.12);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.logo-track.reverse {
  animation: marquee-reverse 35s linear infinite;
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/*==============================
QUOTE POPUP
==============================*/

.quote-popup {
  position: fixed;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.65);

  backdrop-filter: blur(6px);

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 99999;

  opacity: 0;

  visibility: hidden;

  transition: 0.4s;
}

.quote-popup.active {
  opacity: 1;

  visibility: visible;
}

.quote-box {
  background: #fff;

  width: 700px;

  max-width: 92%;

  border-radius: 22px;

  overflow: hidden;

  position: relative;

  animation: popup 0.45s ease;
}

@keyframes popup {
  from {
    transform: translateY(40px) scale(0.9);

    opacity: 0;
  }

  to {
    transform: translateY(0) scale(1);

    opacity: 1;
  }
}

.quote-header {
  background: linear-gradient(135deg, #0b5cff, #0047c6);

  padding: 35px;

  color: #fff;

  text-align: center;
}

.quote-header span {
  font-size: 13px;

  letter-spacing: 2px;

  opacity: 0.9;
}

.quote-header h2 {
  margin: 12px 0;

  font-size: 34px;

  font-weight: 700;
}

.quote-header p {
  margin: 0;

  opacity: 0.9;
}

.quote-box form {
  padding: 35px;
}

.quote-box input,
.quote-box select,
.quote-box textarea {
  width: 100%;

  padding: 15px;

  border: 1px solid #e5e5e5;

  border-radius: 10px;

  margin-bottom: 18px;

  outline: none;
}

.quote-box input:focus,
.quote-box select:focus,
.quote-box textarea:focus {
  border-color: #0b5cff;
}

.submit-btn {
  width: 100%;

  padding: 16px;

  border: none;

  background: #0b5cff;

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  border-radius: 10px;

  transition: 0.3s;
}

.submit-btn:hover {
  background: #083db3;
}

.popup-close {
  position: absolute;

  right: 18px;

  top: 18px;

  width: 42px;

  height: 42px;

  border: none;

  border-radius: 50%;

  background: #fff;

  cursor: pointer;

  font-size: 18px;

  color: #0b5cff;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/*==================================
PREMIUM QUOTE POPUP
==================================*/

.quote-popup {
  position: fixed;

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: rgba(10, 18, 42, 0.72);

  backdrop-filter: blur(10px);

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 30px;

  opacity: 0;

  visibility: hidden;

  transition: 0.45s;

  z-index: 999999;
}

.quote-popup.active {
  opacity: 1;

  visibility: visible;
}

.quote-modal {
  background: #fff;

  width: 1100px;

  max-width: 100%;

  border-radius: 25px;

  overflow: hidden;

  position: relative;

  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.25);

  animation: popupScale 0.5s ease;
}

@keyframes popupScale {
  0% {
    transform: translateY(40px) scale(0.85);

    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);

    opacity: 1;
  }
}

/*============================
  Close
  ============================*/

.popup-close {
  position: absolute;

  right: 18px;

  top: 18px;

  width: 48px;

  height: 48px;

  border: none;

  background: #fff;

  border-radius: 50%;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

  cursor: pointer;

  font-size: 18px;

  color: #0b5cff;

  z-index: 5;

  transition: 0.35s;
}

.popup-close:hover {
  background: #0b5cff;

  color: #fff;

  transform: rotate(90deg);
}

/*============================
  LEFT PANEL
  ============================*/

.popup-left {
  position: relative;
  height: 100%;
  padding: 30px 45px;
  background: linear-gradient(135deg, #0b5cff, #001f8e);
  overflow: hidden;
  color: #fff;
}

.popup-left::before {
  content: "";

  position: absolute;

  width: 420px;

  height: 420px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 50%;

  right: -180px;

  top: -150px;
}

.popup-left::after {
  content: "";

  position: absolute;

  width: 280px;

  height: 280px;

  background: rgba(255, 255, 255, 0.06);

  border-radius: 50%;

  left: -120px;

  bottom: -120px;
}

.popup-badge {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  background: rgba(255, 255, 255, 0.12);

  padding: 12px 20px;

  border-radius: 50px;

  font-size: 14px;

  margin-bottom: 28px;

  backdrop-filter: blur(15px);
}

.popup-left h2 {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

.popup-left h2 span {
  color: #fff;
}

.popup-left p {
  font-size: 15px;
  line-height: 1.9;
  opacity: 0.9;
  margin-bottom: 23px;
}

.popup-img {
  display: block;
  margin-top: 30px;
  animation: floatImage 4s ease-in-out infinite;
  width: 200px;
}

@keyframes floatImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*============================
  FEATURE LIST
  ============================*/

.popup-features {
  padding: 0;

  margin: 0;

  list-style: none;
}

.popup-features li {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 16px;

  font-size: 16px;
}

.popup-features i {
  color: #fff;
}

/*============================
  FLOATING CARDS
  ============================*/

.popup-card {
  position: absolute;

  background: #fff;

  color: #111;

  padding: 15px;

  border-radius: 15px;

  display: flex;

  gap: 15px;

  align-items: center;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);

  animation: cardFloat 5s infinite;
}

.popup-card i {
  width: 45px;

  height: 45px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #edf3ff;

  border-radius: 12px;

  color: #0b5cff;
}

.popup-card h5 {
  margin: 0;

  font-size: 18px;

  font-weight: 700;
}

.popup-card span {
  font-size: 13px;

  color: #777;
}

.card-one {
  right: 25px;

  top: 45%;
}

.card-two {
  left: 30px;

  bottom: 25px;

  animation-delay: 2s;
}

@keyframes cardFloat {
  50% {
    transform: translateY(-8px);
  }
}

/*============================
  RIGHT PANEL
  ============================*/

.popup-form {
  padding: 1px 55px;
}

.popup-subtitle {
  display: inline-block;

  color: #0b5cff;

  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 12px;
}

.popup-form h3 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup-form p {
  color: #666;

  margin-bottom: 30px;
}

/*============================
  FORM
  ============================*/

.popup-form input,
.popup-form select,
.popup-form textarea {
  width: 100%;

  border: 1px solid #e7e7e7;

  border-radius: 14px;

  padding: 15px 18px;

  margin-bottom: 18px;

  font-size: 15px;

  transition: 0.35s;

  background: #fafafa;
}

.popup-form input:focus,
.popup-form select:focus,
.popup-form textarea:focus {
  border-color: #0b5cff;

  background: #fff;

  box-shadow: 0 0 0 4px rgba(11, 92, 255, 0.08);

  outline: none;
}

/*============================
  BUTTONS
  ============================*/

.popup-btns {
  display: flex;

  gap: 15px;

  margin-top: 8px;
}

.quote-submit {
  flex: 1;

  border: none;

  padding: 16px;

  border-radius: 14px;

  background: #0b5cff;

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  transition: 0.35s;
}

.quote-submit:hover {
  transform: translateY(-3px);

  box-shadow: 0 18px 35px rgba(11, 92, 255, 0.35);
}

.whatsapp-btn {
  padding: 16px 24px;

  border-radius: 14px;

  background: #25d366;

  color: #fff;

  text-decoration: none;

  display: flex;

  align-items: center;

  gap: 10px;

  font-weight: 600;

  transition: 0.35s;
}

.whatsapp-btn:hover {
  background: #1ebe5d;

  color: #fff;
}

/*============================
  BOTTOM INFO
  ============================*/

.popup-bottom {
  margin-top: 25px;

  padding-top: 20px;

  border-top: 1px solid #eee;

  display: flex;

  justify-content: space-between;

  font-size: 14px;

  color: #666;
}

.popup-bottom div {
  display: flex;

  align-items: center;

  gap: 10px;
}

.popup-bottom i {
  color: #0b5cff;
}

/*============================
  RESPONSIVE
  ============================*/

@media (max-width: 991px) {
  .popup-left {
    display: none;
  }

  .popup-form {
    padding: 35px;
  }

  .popup-btns {
    flex-direction: column;
  }

  .popup-bottom {
    flex-direction: column;

    gap: 15px;
  }
}

@media (max-width: 576px) {
  .popup-form h3 {
    font-size: 28px;
  }

  .popup-form {
    padding: 25px;
  }
} /*============================
SUCCESS TOAST
============================*/

.success-toast {
  position: fixed;

  right: 35px;

  bottom: 35px;

  background: #fff;

  padding: 18px 22px;

  border-radius: 15px;

  display: flex;

  align-items: center;

  gap: 15px;

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);

  transform: translateX(400px);

  opacity: 0;

  transition: 0.45s;

  z-index: 999999;
}

.success-toast.show {
  transform: translateX(0);

  opacity: 1;
}

.success-toast i {
  font-size: 42px;

  color: #16a34a;
}

.success-toast h5 {
  margin: 0;

  font-size: 18px;

  font-weight: 700;
}

.success-toast p {
  margin: 4px 0 0;

  color: #666;

  font-size: 14px;
}

.testimonial-user img {
  height: 40px;
}

  /*==============================
FLOATING CONTACT
==============================*/

.contact-fab{

  position:fixed;
  
  right:30px;
  
  bottom:110px;
  
  z-index:9999;
  
  }
  
  .fab-items{
  
  display:flex;
  
  flex-direction:column;
  
  gap:14px;
  
  margin-bottom:15px;
  
  opacity:0;
  
  visibility:hidden;
  
  transform:translateY(20px);
  
  transition:.35s;
  
  }
  
  .contact-fab.active .fab-items{
  
  opacity:1;
  
  visibility:visible;
  
  transform:translateY(0);
  
  }
  
  .fab-item{
  
  display:flex;
  
  align-items:center;
  
  gap:12px;
  
  padding:12px 18px;
  
  border-radius:50px;
  
  text-decoration:none;
  
  background:#fff;
  
  color:#222;
  
  font-weight:600;
  
  box-shadow:0 10px 30px rgba(0,0,0,.15);
  
  transition:.35s;
  
  }
  
  .fab-item:hover{
  
  transform:translateX(-8px);
  
  color:#fff;
  
  }
  
  .fab-item i{
  
  width:42px;
  
  height:42px;
  
  display:flex;
  
  align-items:center;
  
  justify-content:center;
  
  border-radius:50%;
  
  color:#fff;
  
  font-size:18px;
  
  }
  
  .call i{
  
  background:#2563eb;
  
  }
  
  .whatsapp i{
  
  background:#25D366;
  
  }
  
  .email i{
  
  background:#ff5722;
  
  }
  
  .quote i{
  
  background:#7c3aed;
  
  }
  
  .call:hover{
  
  background:#2563eb;
  
  }
  
  .whatsapp:hover{
  
  background:#25D366;
  
  }
  
  .email:hover{
  
  background:#ff5722;
  
  }
  
  .quote:hover{
  
  background:#7c3aed;
  
  }
  
  .fab-btn{
  
  width:70px;
  
  height:70px;
  
  border:none;
  
  border-radius:50%;
  
  background:linear-gradient(135deg,#0b5cff,#0040b3);
  
  color:#fff;
  
  font-size:26px;
  
  cursor:pointer;
  
  box-shadow:0 20px 45px rgba(11,92,255,.35);
  
  transition:.35s;
  
  animation:pulse 2s infinite;
  
  }
  
  .fab-btn:hover{
  
  transform:rotate(45deg);
  
  }
  
  @keyframes pulse{
  
  50%{
  
  transform:scale(1.08);
  
  }
  
  }

  /* =========================================
   OUR EXPERIENCE SECTION
========================================= */

.experience-section {
  position: relative;

  padding: 90px 0;

  background: #ffffff;

  overflow: hidden;
}



/* =========================================
 HEADING
========================================= */

.experience-heading {
  max-width: 700px;

  margin: 0 auto 55px;

  text-align: center;
}


.experience-label {
  display: inline-block;

  margin-bottom: 12px;

  font-size: 13px;

  font-weight: 600;

  letter-spacing: 1.5px;

  color: #1760ff;
}


.experience-heading h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #102856;
}


.experience-heading h2 span {
  color: #2162f5;
}


.experience-heading p {
  max-width: 650px;

  margin: 0 auto;

  font-size: 16px;

  line-height: 1.8;

  color: #666;
}


/* =========================================
 EXPERIENCE CARDS
========================================= */

.experience-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  margin-bottom: 55px;
}


.experience-card {
  position: relative;

  padding: 30px 24px;

  min-height: 220px;

  background: #ffffff;

  border: 1px solid #e7edfa;

  border-radius: 16px;

  box-shadow: 0 8px 30px rgba(20, 55, 110, 0.06);

  transition:
      transform .3s ease,
      box-shadow .3s ease,
      border-color .3s ease;
}


.experience-card:hover {
  transform: translateY(-7px);

  border-color: #c9d9ff;

  box-shadow: 0 18px 40px rgba(20, 55, 110, 0.12);
}


/* =========================================
 ICON
========================================= */

.experience-icon {
  width: 55px;

  height: 55px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 22px;

  border-radius: 14px;

  background: #edf4ff;

  color: #1760ff;

  font-size: 21px;

  transition: all .3s ease;
}


.experience-card:hover .experience-icon {
  background: #1760ff;

  color: #ffffff;

  transform: scale(1.05);
}


/* =========================================
 CARD CONTENT
========================================= */

.experience-card h3 {
  margin: 0 0 10px;

  font-size: 17px;

  font-weight: 600;

  color: #172b4d;
}


.experience-card p {
  margin: 0;

  font-size: 14px;

  line-height: 1.7;

  color: #6b7280;
}


/* =========================================
 STATISTICS
========================================= */

.experience-stats {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  background: #f5f8ff;

  border: 1px solid #e3ebfa;

  border-radius: 18px;

  overflow: hidden;
}


.experience-stat {
  position: relative;

  padding: 28px 20px;

  text-align: center;
}


.experience-stat:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 25%;

  right: 0;

  width: 1px;

  height: 50%;

  background: #d9e3f5;
}


.experience-stat strong {
  display: block;

  margin-bottom: 7px;

  font-size: 32px;

  line-height: 1;

  font-weight: 700;

  color: #1760ff;
}


.experience-stat span {
  display: block;

  font-size: 13px;

  font-weight: 500;

  color: #596579;
}


/* =========================================
 TABLET
========================================= */

@media (max-width: 992px) {

  .experience-section {
      padding: 70px 0;
  }


  .experience-heading h2 {
      font-size: 36px;
  }


  .experience-grid {
      grid-template-columns: repeat(2, 1fr);
  }


  .experience-stats {
      grid-template-columns: repeat(2, 1fr);
  }


  .experience-stat:nth-child(2)::after {
      display: none;
  }

}


/* =========================================
 MOBILE
========================================= */

@media (max-width: 600px) {

  .experience-section {
      padding: 55px 0;
  }


  .experience-heading {
      margin-bottom: 35px;
  }


  .experience-heading h2 {
      font-size: 30px;
  }


  .experience-heading p {
      font-size: 14px;
  }


  .experience-grid {
      grid-template-columns: 1fr;

      gap: 15px;

      margin-bottom: 35px;
  }


  .experience-card {
      min-height: auto;

      padding: 25px 20px;
  }


  .experience-stats {
      grid-template-columns: 1fr 1fr;

      border-radius: 14px;
  }


  .experience-stat {
      padding: 22px 12px;
  }


  .experience-stat strong {
      font-size: 26px;
  }


  .experience-stat span {
      font-size: 12px;
  }


  .experience-stat:nth-child(2)::after {
      display: block;
  }


  .experience-stat:nth-child(odd)::after {
      display: block;
  }


  .experience-stat:nth-child(even)::after {
      display: none;
  }

}

/* ==========================================
   WEBSITE DEVELOPMENT PAGE
========================================== */




/* ==========================================
 HERO
========================================== */

.webdev-hero {
  padding: 85px 0;
  background:
      radial-gradient(circle at 85% 25%, #eaf1ff 0, transparent 28%),
      #fff;
}

.webdev-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.webdev-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 14px;

  background: #eef4ff;
  color: #145cff;

  border-radius: 30px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .7px;
}

.webdev-hero h1 {
  margin: 20px 0;

  font-size: 54px;
  line-height: 1.1;

  color: #102856;
}

.webdev-hero h1 span {
  display: block;
  color: #2162f5;
}

.webdev-hero p {
  max-width: 570px;

  font-size: 17px;
  line-height: 1.8;

  color: #667085;
}

.webdev-hero-buttons {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.webdev-btn-primary,
.webdev-btn-outline {
  min-height: 52px;

  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 8px;

  text-decoration: none;

  font-size: 14px;
  font-weight: 600;

  transition: .3s;
}

.webdev-btn-primary {
  background: #1760ff;
  color: #fff;
}

.webdev-btn-primary:hover {
  background: #0649db;
  color: #fff;
  transform: translateY(-2px);
}

.webdev-btn-outline {
  color: #1760ff;
  border: 1.5px solid #1760ff;
}

.webdev-btn-outline:hover {
  background: #1760ff;
  color: #fff;
}

.webdev-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  margin-top: 30px;

  font-size: 13px;
  color: #5d6878;
}

.webdev-trust i {
  margin-right: 5px;
  color: #1760ff;
}


/* ==========================================
 HERO MOCKUP
========================================== */

.webdev-hero-image {
  display: flex;
  justify-content: center;
}

.webdev-image-card {
  width: 100%;
  max-width: 550px;

  background: #fff;

  border-radius: 15px;

  box-shadow:
      0 25px 70px rgba(24, 61, 130, .15);

  overflow: hidden;

  transform: perspective(1000px) rotateY(-3deg);
}

.webdev-browser-top {
  height: 42px;

  display: flex;
  align-items: center;
  gap: 7px;

  padding: 0 15px;

  background: #102856;
}

.webdev-browser-top span {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #fff;

  opacity: .8;
}

.webdev-browser-content {
  height: 330px;

  display: flex;

  background: #f5f8ff;
}

.browser-sidebar {
  width: 22%;
  background: #0e2860;
}

.browser-main {
  flex: 1;
  padding: 35px;
}

.browser-heading {
  width: 65%;
  height: 15px;

  margin-bottom: 12px;

  border-radius: 5px;

  background: #1760ff;
}

.browser-heading.short {
  width: 40%;
  background: #cdd9f3;
}

.browser-cards {
  display: flex;
  gap: 12px;

  margin-top: 35px;
}

.browser-cards div {
  width: 30%;
  height: 80px;

  border-radius: 10px;

  background: #fff;

  box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

.browser-chart {
  height: 80px;

  margin-top: 20px;

  border-radius: 10px;

  background: linear-gradient(
      135deg,
      #dbe7ff,
      #fff
  );
}


/* ==========================================
 SECTION HEADING
========================================== */

.webdev-section-heading {
  max-width: 720px;

  margin: 0 auto 55px;

  text-align: center;
}

.webdev-section-heading > span {
  color: #1760ff;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 1.4px;
}

.webdev-section-heading h2 {
  margin: 12px 0;
  font-size: 32px;
  line-height: 1.2;
  color: #102856;
}

.webdev-section-heading h2 strong {
  color: #2162f5;
  font-weight: 500;
}

.webdev-section-heading p {
  color: #667085;

  font-size: 15px;
  line-height: 1.7;
}


/* ==========================================
 SERVICES
========================================== */

.webdev-services {
  padding: 90px 0;

  background: #f7f9fd;
}

.webdev-service-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 22px;
}

.webdev-service-card {
  padding: 30px;

  background: #fff;

  border: 1px solid #e7edf8;

  border-radius: 15px;

  transition: .3s;
}

.webdev-service-card:hover {
  transform: translateY(-7px);

  border-color: #c9d9ff;

  box-shadow: 0 18px 45px rgba(26, 72, 150, .1);
}

.webdev-service-icon {
  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 22px;

  border-radius: 13px;

  background: #edf4ff;

  color: #1760ff;

  font-size: 20px;
}

.webdev-service-card h3 {
  margin-bottom: 10px;

  color: #182b4d;

  font-size: 18px;
}

.webdev-service-card p {
  min-height: 72px;

  margin-bottom: 20px;

  color: #697386;

  font-size: 14px;
  line-height: 1.7;
}

.webdev-service-card a {
  color: #1760ff;

  font-size: 13px;
  font-weight: 600;

  text-decoration: none; display:none;
}

.webdev-service-card a i {
  margin-left: 5px;
}


/* ==========================================
 WHY SECTION
========================================== */

.webdev-why {
  padding: 100px 0;

  background: #fff;
}

.webdev-why-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 80px;
}

.webdev-why-image {
  min-height: 400px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 25px;

  background:
      radial-gradient(circle, #e5edff, transparent 65%),
      #f7f9ff;
}

.why-code-box {
  width: 280px;
  height: 230px;

  padding: 30px;

  border-radius: 18px;

  background: #102856;

  box-shadow: 0 25px 50px rgba(10, 37, 90, .25);
}

.why-code-box > span {
  color: #4d8aff;

  font-size: 55px;
  font-weight: 700;
}

.code-line {
  height: 8px;

  margin-top: 15px;

  border-radius: 10px;

  background: #fff;

  opacity: .25;
}

.line-one {
  width: 80%;
}

.line-two {
  width: 60%;
}

.line-three {
  width: 72%;
}

.line-four {
  width: 45%;
}

.why-floating-card {
  position: absolute;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 13px 17px;

  background: #fff;

  border-radius: 10px;

  color: #182b4d;

  font-size: 12px;
  font-weight: 600;

  box-shadow: 0 10px 30px rgba(30, 65, 130, .12);
}

.why-floating-card i {
  color: #1760ff;
}

.card-one {
  top: 55px;
  left: 25px;
}

.card-two {
  right: 20px;
  bottom: 55px;
}

.webdev-small-title {
  color: #1760ff;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 1px;
}

.webdev-why-content h2 {
  margin: 15px 0;
  font-size: 32px;
  line-height: 1.2;
  color: #102856;
}

.webdev-why-content h2 span {
  color: #2162f5;
}

.webdev-why-content > p {
  color: #667085;

  line-height: 1.8;
}

.why-list {
  margin-top: 30px;
}

.why-list > div {
  display: flex;

  gap: 15px;

  margin-bottom: 20px;
}

.why-list > div > i {
  width: 25px;
  height: 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  border-radius: 50%;

  background: #eaf1ff;
  color: #1760ff;

  font-size: 11px;
}

.why-list strong {
  display: block;

  margin-bottom: 4px;

  color: #243552;

  font-size: 14px;
}

.why-list span {
  color: #697386;

  font-size: 13px;
}


/* ==========================================
 PROCESS
========================================== */

.webdev-process {
  padding: 90px 0;

  background: #f7f9fd;
}

.process-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 25px;
}

.process-item {
  position: relative;

  padding: 30px 20px;

  text-align: center;

  background: #fff;

  border-radius: 15px;

  border: 1px solid #e7edf8;
}

.process-number {
  position: absolute;

  top: 15px;
  right: 18px;

  color: #dce6fb;

  font-size: 30px;
  font-weight: 800;
}

.process-icon {
  width: 60px;
  height: 60px;

  margin: 10px auto 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #edf4ff;

  color: #1760ff;

  font-size: 20px;
}

.process-item h3 {
  color: #182b4d;

  font-size: 17px;
}

.process-item p {
  color: #697386;

  font-size: 13px;

  line-height: 1.6;
}


/* ==========================================
 TECHNOLOGIES
========================================== */

.webdev-tech {
  padding: 85px 0;

  background: #fff;
}

.tech-list {
  display: grid;

  grid-template-columns: repeat(8, 1fr);

  gap: 15px;
}

.tech-list div {
  padding: 22px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  border: 1px solid #e7edf8;

  border-radius: 12px;

  transition: .3s;
}

.tech-list div:hover {
  transform: translateY(-4px);

  border-color: #bcd0ff;

  box-shadow: 0 10px 25px rgba(30,70,140,.08);
}

.tech-list i {
  color: #1760ff;

  font-size: 27px;
}

.tech-list span {
  color: #536075;

  font-size: 12px;
  font-weight: 600;
}


/* ==========================================
 CTA
========================================== */

.webdev-cta {
  padding: 85px 0;

  background:
      radial-gradient(circle at 90% 20%, #3c76ff, transparent 25%),
      #08236f;

  color: #fff;

  text-align: center;
}

.webdev-cta-content {
  max-width: 720px;

  margin: auto;
}

.webdev-cta-content > span {
  font-size: 12px;

  font-weight: 700;

  letter-spacing: 1.5px;

  color: #bcd1ff;
}

.webdev-cta h2 {
  margin: 15px 0;

  font-size: 42px;

  line-height: 1.2;
}

.webdev-cta h2 strong {
  color: #5e91ff;
}

.webdev-cta p {
  max-width: 600px;

  margin: 0 auto 30px;

  color: #d6e0f8;

  line-height: 1.7;
}

.webdev-cta-button {
  display: inline-flex;

  align-items: center;
  gap: 10px;

  padding: 15px 26px;

  background: #fff;

  color: #145cff;

  border-radius: 8px;

  text-decoration: none;

  font-size: 14px;

  font-weight: 700;

  transition: .3s;
}

.webdev-cta-button:hover {
  transform: translateY(-3px);

  color: #0649db;

  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}


/* ==========================================
 TABLET
========================================== */

@media (max-width: 992px) {

  .webdev-hero-grid,
  .webdev-why-grid {
      grid-template-columns: 1fr;

  }

  .webdev-hero {
      padding: 65px 0;
  }

  .webdev-hero h1 {
      font-size: 46px;
  }

  .webdev-service-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .tech-list {
      grid-template-columns: repeat(4, 1fr);
  }

}


/* ==========================================
 MOBILE
========================================== */

@media (max-width: 600px) {

  .webdev-hero {
      padding: 50px 0;
  }

  .webdev-hero h1 {
      font-size: 36px;
  }

  .webdev-hero p {
      font-size: 15px;
  }

  .webdev-hero-buttons {
      flex-direction: column;
  }

  .webdev-btn-primary,
  .webdev-btn-outline {
      width: 100%;
  }

  .webdev-trust {
      flex-direction: column;
      gap: 10px;
  }

  .webdev-service-grid {
      grid-template-columns: 1fr;
  }

  .webdev-section-heading h2 {
      font-size: 32px;
  }

  .webdev-why-content h2 {
      font-size: 34px;
  }

  .process-grid {
      grid-template-columns: 1fr;
  }

  .tech-list {
      grid-template-columns: repeat(2, 1fr);
  }

  .webdev-cta h2 {
      font-size: 32px;
  }

}