@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=BBH+Bogle&family=Bebas+Neue&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dosis:wght@200..800&family=Fira+Code:wght@300..700&family=Libre+Barcode+39&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Oleo+Script:wght@400;700&family=Playwrite+NZ+Guides&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --blue: #1595ce;
  --white: #ffffff;
  --black: #333333;
  --gray: #cccccc;
  --green-dark: #88aa3e;
  --gray-dark: #757575;
  --p-color: #4f4f4f;
  --blue-light: #00b3ff;
  /* --yellow: #e2b811; */
  --gray-htop: rgb(53, 72, 85);
  --black-dark: #000000;
  --Poppins-font: "Poppins", sans-serif;
  --Robort-font: "Roboto", Sans-serif;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: var(--padding);
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: var(--white);
  font-family: var(--Poppins-font);
}

a {
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  padding: 10px 20px;
  background-color: transparent;
  font-family: var(--Robort-font);
}

li {
  list-style: none;
}

p {
  line-height: 1.5;
  /* color: var(--p-color); */
}
h1,
h2,
h3 {
  font-family: var(--Robort-font);
  font-weight: 600;
  color: var(--white);
  font-size: 50px;
  color: var(--black);
}
h2 {
  font-size: 35px;
  line-height: 1.1;
  font-family: "Roboto", Sans-serif;
}
.h2-center {
  text-align: center;
  margin: 0px auto;
  font-weight: 800;
}

.module-subtitle.subtitle-line.center {
  text-align: center;
}

.Hero-Section {
  padding: 0;
  position: relative;
}
.Hero-Section {
  width: 100%;
  height: 520px;
}

.heroSwiper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.heroSwiper .swiper-pagination {
  display: none;
}

.heroSwiper .swiper-button-prev::after,
.heroSwiper .swiper-button-next::after {
  display: none;
}

.herocard {
  width: 100%;
  position: relative;
  /* filter: blur(2px); */
}

.herocard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Hero-Section .overlay-div {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #000b1e 0%,
    rgba(255, 255, 255, 0.001) 100%
  );
  z-index: 5;
  overflow: hidden;
}

.Hero-Section .overlay-div .container {
  max-width: 1250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  /* padding: 60px 0px; */
}
.Hero-Section .overlay-div .container .left-side {
  width: 60%;
  h1 {
    font-size: 48px;
    line-height: 1;
  }

  p {
    color: var(--white);
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.Hero-Section .nav-link {
  width: max-content;
  padding: 5px 20px;
  margin-bottom: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: rgba(27, 27, 27, 0.562);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: var(--white);
}
.nav-link span {
  color: var(--white) !important;
  letter-spacing: 0.5px;
}
.nav-link .ab {
  color: var(--green-dark) !important;
}

.Hero-Section .link-container i {
  font-size: 16px;
}

.Hero-Section .overlay-div .container .left-side span {
  color: var(--green-dark);
}
.Hero-Section .overlay-div .container .left-side button {
  background-color: var(--green-dark);
  color: var(--white);
  padding: 14px 26px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.6px;
  border-radius: 4px;
}
.Hero-Section .overlay-div .container .right-side {
  width: 35%;
}

.Hero-Section .overlay-div .container .right-side form {
  border: 1px solid;
  height: 480px;
  padding: 25px;
  border-radius: 18px;
  background: rgba(27, 27, 27, 0.562);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: var(--white);
}
.Hero-Section .container .right-side form h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  position: relative;
  margin-bottom: 30px;

  &::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 4px;
    background-color: var(--white);
    border-bottom-right-radius: 100px;
    left: 0;
    bottom: -12px;
  }
}
.Hero-Section form .input-div input,
select {
  padding: 8px 20px;
}
.Hero-Section form .phone-input input {
  padding-left: 55px;
}
.Hero-Section .container form button {
  margin-top: 13px;
}

/*  */

.process {
  padding: 8px 0px;
  padding-top: 40px;
}
.process h2 {
  font-size: 40px;

  span {
    color: var(--green-dark);
  }
}

.process .container {
  max-width: 1250px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
  margin-top: 30px;
}

.process .container .left-side {
  width: 50%;
  img {
    width: 100%;
  }
}
.process .container .right-side {
  width: 60%;
  /* border: 1px solid; */
  /* height: 100%; */
}
.process .container .right-side h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;

  position: relative;

  &::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    border-radius: 100px;
    background: linear-gradient(to right, var(--green-dark), var(--blue));
    left: 0px;
    bottom: -10px;
  }
}
.process.app-service .container .right-side h2 {
  margin-top: 0px !important;
}
.service-section-p {
  margin-bottom: 13px;
  color: var(--p-color);
  font-weight: 400;
  letter-spacing: 0.7px;
}

/*  */

.content.container {
  max-width: 1250px;
  padding-bottom: 30px;
}

.content.container h4 {
  font-size: 28px;
  font-weight: 700;
  color: var(--p-color);
  margin-bottom: 12px;
  font-family: var(--Robort-font);
}

.cta-section.service-page {
  background-attachment: scroll;
  background-image: url(../images/Gemini_Generated_Image_yb920oyb920oyb92.webp);
}
.cta-section.service-page p {
  max-width: 1000px;
}

/* Service PAge _why CHoose US */

.service-page-why-choose {
  padding: 50px 0px;
}
.service-page-why-choose .container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.service-page-why-choose .why-choose-div {
  width: 100%;
  height: 500px;
  /* border: 1px solid; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-choose-div-2 {
  border: 0px solid;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 7px rgba(161, 160, 160, 0.685);
  }
}

.service-page-why-choose .why-choose-div .card {
  width: 100%;
  height: 50%;
  border: 1px solid;
  border-radius: 20px;
  background-color: #edece8;
  border: 1px solid #c7c6c4;
  box-shadow: 0px 0px 7px rgba(161, 160, 160, 0.685);

  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}
.service-page-why-choose .card .icon-div {
  position: absolute;
  inset: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: var(--black);
  width: max-content;
  height: max-content;
  border-radius: 15px;
  margin-bottom: 30px;
  /* flex: 1; */

  i {
    color: var(--white);
    font-size: 25px;
  }
}
.service-page-why-choose .card h5 {
  font-size: 20px;
  font-family: var(--Robort-font);
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--black);
  margin-bottom: 10px;
  /* margin-top: auto; */
}
.service-page-why-choose .card p {
  color: var(--p-color);
  font-size: 15px;
  letter-spacing: 0.6px;
}

/* ================ TECHONOLOGY =========== */

#Technologies {
  padding: 40px 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  background-image: url(../images/50133.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#Technologies::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #1d202285;
}
#Technologies h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--white);
  margin: 10px 0px;
  line-height: 1.1;
  text-align: center;
  font-family: var(--Poppins-font);
  z-index: 2;
  position: relative;
}
#Technologies p {
  font-family: var(--Poppins-font);
  max-width: 1000px;
  margin: 10px auto;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#Technologies .technologies-list-wrap {
  overflow: hidden;
  width: 100%;
  padding: 10px 10px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
#Technologies .technologies-list-wrap .technologies-wrapper {
  display: flex;
  width: max-content;
  animation: loop 30s linear infinite;
  will-change: transform;
  gap: 30px;
  transform: translateX(0);
  margin-bottom: 20px;
}
#Technologies .technologies-list-wrap .technologies-wrapper:hover {
  animation-play-state: paused;
}
#Technologies .technologies-list-wrap .technologies-wrapper .tech-card {
  min-width: calc((100vw - (20px * 7)) / 8);
  height: 150px;
  border-radius: 12px;
  background-color: #fff;
  border-top: 6px solid var(--yellow);
  border-bottom: 6px solid var(--yellow);
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}

#Technologies .technologies-list-wrap .technologies-wrapper .tech-card:hover {
  cursor: grab;
  scale: 1.1;
}

#Technologies .technologies-list-wrap .technologies-wrapper .tech-card img {
  width: 60px;
  height: 60px;
}
#Technologies .technologies-list-wrap .technologies-wrapper .tech-card p {
  color: var(--blue-dark);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin-top: 20px;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* === SERVICE FAQ === */

.servie-page-faq .que-header {
  padding: 12px 30px;
}
.different-other.servie-page-faq .faq-container .que-header {
  border-left: 4px solid var(--green-dark);
}

.different-other.servie-page-faq .box-div.open .que-header {
  background-color: var(--green-dark);
  color: var(--white);

  h4 {
    color: white;
  }
}

/* ======== E_COMMERCE - PAGE ========= */
/* ======== E_COMMERCE - PAGE ========= */
/* ======== E_COMMERCE - PAGE ========= */

.e-commerce-page ul {
  /* padding-left: 25px; */
}
.e-commerce-page ul li {
  margin-bottom: 8px;
  /* color: var(--black); */
  font-weight: 600;
}
.e-commerce-page ul li::before {
  content: "✓";
  margin-right: 10px;
  font-weight: 900;
  color: var(--green-dark);
}
.e-com-page-button {
  background-color: var(--green-dark);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-family: var(--Robort-font);
  margin-top: 12px;
  color: var(--white);
  padding: 14px 25px;
  border-radius: 5px;
}

/* ==== WHY CHOOSE US ===== */

#why-e-com {
  padding: 40px 0px;
  padding-top: 100px;
  background-color: #eff3f6;
  border-top-left-radius: 200px;
}

.why-chooseus-e-com.container {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 60px;

  h2 {
    margin-bottom: 10px !important;
  }

  .left-side,
  .right-side {
    width: 50%;
  }
  h6 {
    font-size: 18px;
    color: var(--black);
    margin-bottom: 10px;
  }
}

.why-chooseus-e-com.container .left-side h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  /* margin-top: 30px; */
}
.why-chooseus-e-com.container .left-side p {
  color: var(--p-color);
  text-align: justify;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 20px;
}
.why-chooseus-e-com .right-side .why-box {
  width: 100%;
  height: max-content;
  /* border: 6px; */
  background-color: var(--white);
  box-shadow: 3px 3px 8px rgba(182, 181, 181, 0.616);
  border: 1px solid rgb(248, 245, 240);
  margin-bottom: 20px;
}
.why-chooseus-e-com .right-side .upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px;
  transition: all 0.3s ease-in-out;

  h5 {
    font-family: var(--Robort-font);
    font-weight: 600;
    color: var(--black);
    font-size: 18px;
    letter-spacing: 0.6px;
    transition: all 0.3s ease-in-out;
  }
  i {
    transition: all 0.3s ease-in-out;
  }
}
.why-box.active i {
  rotate: 90deg;
}

.why-box.active .upper {
  background-color: var(--blue);

  h5,
  i {
    color: var(--white);
  }
}
.why-chooseus-e-com .right-side .bottom {
  max-height: 0;
  overflow: hidden;
  margin: 0px;
  padding: 0px 30px;
  color: var(--p-color);
  transition: all 0.3s ease-in-out;
  /* border: 1px solid; */

  p {
    margin: 0px;
  }
}
.why-box.active .bottom {
  max-height: 200px;
  margin-top: 6px;
  padding: 6px 30px;
}

/* =========== Features ============*/

.service-page-why-choose.Features {
  background-color: #eff3f6;
}

.service-page-why-choose.Features .container {
  max-width: 1150px;
}

.service-page-why-choose.Features .why-choose-div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.service-page-why-choose.Features .card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 23px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: start;
  box-shadow: 3px 3px 7px gray;
  border: none;
}
.service-page-why-choose.Features .card .icon-div {
  position: relative;
  inset: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: var(--black);
  width: max-content;
  height: max-content;
  border-radius: 15px;
  margin-bottom: 30px;
  /* flex: 1; */

  i {
    color: var(--white);
    font-size: 25px;
  }
}

.service-page-why-choose.Features .card.active {
  width: 100%;
  height: 100%;
  /* border: 1px solid; */
  border-radius: 20px;
  padding: 23px;
  background: linear-gradient(40deg, #bbee4e6c 40%, #3ab9f06b);
}
/* E-commerc Step */
.e-commerc-step {
  padding: 40px 0px;
  background-color: #eff3f6;
}
.step-container {
  margin-top: 44px;
}

.step-container .time-line {
  width: 100%;
  height: 8px;
  background: linear-gradient(40deg, #88aa3e, #1595ce, #88aa3e);
  border-radius: 100px;
  display: flex;
  position: relative;
}
.step-container .time-line .div-1 {
  width: 30px;
  height: 30px;
  background-color: var(--blue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 105px;
  border: 4px solid var(--white);

  /* position: relative; */

  &::before {
    content: "Step 1";
    position: absolute;
    width: max-content;
    height: max-content;
    font-size: 15px;
    color: var(--p-color);
    font-weight: 900;

    font-family: var(--Robort-font);
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.step-container .time-line .div-2 {
  left: 420px;
  &::before {
    content: "Step 2";
  }
}
.step-container .time-line .div-3 {
  left: 735px;
  &::before {
    content: "Step 3";
  }
}
.step-container .time-line .div-5 {
  left: 1065px;
  &::before {
    content: "Step 4";
  }
}
.step-container .card-conatiner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;

  .card {
    width: 100%;
    border: 1px solid #e0e0e0;
  }
}
.step-container .card-conatiner .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 23px 10px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  &:hover {
    transform: translateY(-10px);
  }
}
.step-container .card-conatiner .card h6 {
  font-size: 18px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 16px;
  font-family: var(--Robort-font);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.step-container .card-conatiner .card p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--p-color);
  padding-bottom: 30px;
}

/* ========== SEO SERVICE PAGE ========= */
/* ========== SEO SERVICE PAGE ========= */
/* ========== SEO SERVICE PAGE ========= */

.process.seo-service-page .container .right-side {
  h2 {
    margin-top: 0px;
  }
  p {
    font-size: 15.5px;
  }
}
.process.seo-service-page .container .left-side {
  height: 450px;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
}
.process.seo-service-page .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 25px;
}
.process.seo-service-page .card-container .card {
  display: flex;
  align-items: start;
  padding: 15px;
  gap: 10px;
  background-color: var(--white);
  border-radius: 5px;
  background-color: var(--white);
  border: 1px solid #c7c6c4;
  box-shadow: 0px 0px 4px #757575;

  img {
    width: 40px;
    height: 40px;
  }
  p {
    color: var(--p-color);
    font-size: 15px;
    letter-spacing: 0.5px;

    font-weight: 600;
  }
}

.seo-service-page h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
}
.seo-service-page p {
  text-align: justify;
}

/* Certifications */

.Certifications h2 {
  font-size: 35px !important;
  line-height: 45px !important;
  /* width: 75%; */
  margin: 0 auto;
  letter-spacing: 0;
}
.Certifications .comapny-list .box-card {
  height: 80px;

  img {
    max-width: 100px !important;
  }
}

.Leadership {
  padding: 40px 0;
  padding-top: 0px;
}

.Leadership .container {
  max-width: 1100px;
  margin: auto;
}

/* GRID LAYOUT */
.Leadership .card-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 30px;
}

/* CARD DESIGN */
.Leadership .card {
  padding: 15px;
  background-color: #eff5fa;
  border-radius: 12px;
  border: 1px solid #eff5fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ZIG ZAG EFFECT */
.Leadership .card:nth-child(2),
.Leadership .card:nth-child(4) {
  margin-top: 60px;

  .icon-div {
    background-color: var(--green-dark) !important;
  }
}

/* ICON */
.Leadership .icon-div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.Leadership .icon-div img {
  width: 40px;
  height: 40px;
  filter: invert(1);
}

.Leadership .card h5 {
  font-size: 25px;
  font-weight: 700;
  color: var(--black);
}

.Leadership .card p {
  font-size: 16px;
  font-weight: 500;
  color: var(--p-color);
}

/* ========================== */

.High-Impact-SEO {
  padding: 50px 0px;
  background-color: #eff3f6;

  .container {
    max-width: 1100px;
  }
}

.High-Impact-SEO .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.High-Impact-SEO .card-container .card {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 25px 25px;
  border-radius: 12px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;

  &:hover {
    transform: translateY(-10px);
  }

  .icon-contnet {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;

    h4 {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.6px;
      color: var(--black);
      max-width: 70%;
    }
  }

  .icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #88aa3e;

    img {
      width: 45px;
      height: 45px;
      filter: invert(1);
    }
  }

  p {
    color: var(--p-color);
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}
.High-Impact-SEO .card-container .card:nth-child(4) .icon-div,
.High-Impact-SEO .card-container .card:nth-child(6) .icon-div,
.High-Impact-SEO .card-container .card:nth-child(2) .icon-div {
  background-color: var(--blue);
}

/* seo why choose us */

.why-seo-cho {
  padding: 40px 0px;
}
.process.seo-service-page.why-seo-cho .container {
  max-width: 1100px;
  padding: 0px;
  gap: 0px;
}
.process.seo-service-page.why-seo-cho .right-side {
  p {
    text-align: justify;
  }
}
.why-seo-cho .seo-aduit.container {
  background-color: var(--green-dark);
  height: auto;
  padding: 30px !important;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 30px;

  h3 {
    color: var(--white);
    font-size: 35px;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
    word-spacing: 1px;
  }
  p {
    color: var(--white);
    font-size: 19px;
  }
}

.why-seo-cho .seo-aduit.container form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
  margin-top: 20px;

  input {
    width: 300px;
    padding: 12px 20px;
    outline: none;
    border: none;
    border-radius: 8px;

    font-size: 15px;
    color: var(--black);
    font-weight: 600;

    &::placeholder {
      font-size: 15px;
      letter-spacing: 0.5px;
      font-family: var(--Robort-font);
      font-weight: 600;
    }
  }
  button {
    margin-top: 0px;
    padding: 12px;
    background-color: var(--blue);
    color: var(--white);
    border: none;
  }
}

/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */

.Certifications.smm-page .comapny-list .box-card.img-card-2 {
  height: auto;

  .img {
    width: 60px;
    height: 60px;
  }
}
.smm-service h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
}
.smm-service button {
  background-color: var(--blue);
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.4px;
  box-shadow: 3px 3px 6px gray;
}
.process.seo-service-page.smm-service {
  .left-side {
    height: 480px;
  }
}

.High-Impact-smm .card-container {
  margin-top: 40px;
  background-color: var(--white);
  padding: 20px;
  gap: 0px;
  border-radius: 5px;
}
.High-Impact-smm .card-container .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
  border: none;
  border-right: 1px;
  border-bottom: 1px;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-color: #cccccc;
  border-radius: 0px;

  &:hover {
    transform: translateY(0px);
  }

  img {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease-in-out;
  }

  h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--black);
    max-width: 70%;
    color: #133455;
    margin-top: 20px;
    font-family: var(--Poppins-font);
    transition: all 0.3s ease-in-out;
  }
  p {
    transition: all 0.3s ease-in-out;
  }
}

.High-Impact-smm .card-container .card:nth-child(3),
.High-Impact-smm .card-container .card:nth-child(6) {
  border-right: 0px;
}

.High-Impact-smm .card-container .card:nth-child(4),
.High-Impact-smm .card-container .card:nth-child(5),
.High-Impact-smm .card-container .card:nth-child(6) {
  border-bottom: none;
}
.High-Impact-smm .card-container .card:hover h4,
.High-Impact-smm .card-container .card:hover p,
.High-Impact-smm .card-container .card:hover img {
  transform: translateY(-10px);
}

/* SOCIAL MIDEA  */

.smm-cta {
  background-color: #1595ce;
  padding: 50px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/2149371194.webp);

  .button {
    margin-top: 10px;
  }
}
.seo-br-lg {
  display: none;
}
.smm-cta h2 {
  color: var(--white);
  font-weight: 800;
  font-size: 38px;
}
.smm-cta p {
  margin: 10px auto;
  font-size: 20px;
  letter-spacing: 0.7px;
}
.smm-cta .container img {
  width: 300px;
  /* border: 1px solid; */
  transform: scaleX(-1);
  position: absolute;
  top: -40px;
}
.smm-service .container {
  gap: 50px;
}

.process.seo-service-page.why-seo-cho.smm-service .container {
  gap: 50px;
}
.process.seo-service-page.smm-service {
  .left-side {
    height: 550px;

    img {
      border-radius: 6px;
    }
  }
}

.process.seo-service-page.smm-service.why-smm {
  .left-side {
    height: 530px;

    img {
      border-radius: 6px;
    }
  }
}

.pro-con .pro-step-box {
  width: 800px;
  margin: 0px auto;
  display: flex;

  /* border: 1px solid; */
  margin-top: 30px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.pro-con .pro-step-box .step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
  position: relative;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;

  &::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #1597ce44;
    border-radius: 50%;
    z-index: -1;
    animation: spreed 1s infinite ease-in-out;
  }
}
@keyframes spreed {
  0% {
    /* opacity: 0.45; */
    width: 55px;
    height: 55px;
  }
  40% {
    /* opacity: 0.25; */
  }

  100% {
    opacity: 0;
    width: 70px;
    height: 70px;
  }
}
.pro-con .pro-step-box hr {
  width: 350px;
  border: 1px dashed;
}

.pro-con .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 40px auto;
  margin-bottom: 10px !important;
}

.pro-con .card-container .card {
  width: 100%;
  /* height: 300px; */
  /* border: 1px solid; */
}

.pro-con .card-container .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 23px 10px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  &:hover {
    transform: translateY(-10px);
  }
}
.pro-con .card-container .card h6 {
  font-size: 18px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 16px;
  font-family: var(--Robort-font);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.pro-con .card-container .card p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--p-color);
  padding-bottom: 30px;
}

.ppc-ser button {
  padding: 14px 25px;
  font-size: 17px;
  background-color: var(--green-dark);
  margin-top: 14px;
}

/*  */

.ppc-service {
  background-color: #eff3f6;
  padding: 40px;
  padding-bottom: 60px;
}
.ppc-service .container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
}
.ppc-service .container .left-side {
  width: 37%;
  position: sticky;
  top: 130px;
}
.ppc-service .container .left-side h3 {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: var(--black);
}
.ppc-service .container .left-side p {
  font-size: 17px;
  margin: 25px auto;
  text-align: justify;
}
.ppc-service .container .left-side button {
  background-color: var(--green-dark);
  padding: 14px 30px;
  font-size: 17px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.6px;
  box-shadow: 3px 3px 7px gray;
}
.ppc-service .container .right-side {
  width: 63%;
}
.ppc-service .card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.ppc-service .card-container .card {
  width: 100%;
  border: 1px solid;
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid #cccccc;
  box-shadow: 4px 4px 12px gray;
  padding: 30px;
}
.ppc-service .icon-box {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #5f6cff, #8f5cff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ppc-service .icon-box i {
  font-size: 30px;
  color: #ffffff;
}

.ppc-service .card h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}

.ppc-service .card p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--p-color);
}

.ppc-cta {
  padding: 30px 0;
  padding-top: 50px;
  background: linear-gradient(45deg, #0d6d96, #1595ce);
  position: relative;
}
.ppc-cta .left-side {
  width: 65%;
}
.ppc-cta .left-side h2 {
  color: var(--white);
  max-width: 80%;
  font-size: 40px;
}
.ppc-cta .left-side p {
  margin: 20px 0px;
  max-width: 80%;
  color: var(--white);
  font-size: 17px;
}
.ppc-cta .left-side button {
  background-color: var(--green-dark);
  padding: 14px 30px;
  font-size: 17px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border-radius: 5px;
}
.ppc-cta img {
  position: absolute;
  width: 400px;
  right: 60px;
  bottom: -30px;
  /* border: 1px solid; */
}
.why-cho-ppc {
  padding: 50px 0px;
}
.why-cho-ppc .card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.why-cho-ppc .card-container .card {
  width: 100%;
  padding: 25px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 0px 5px gray;
}
.why-cho-ppc .icon-box {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #5f6cff, #00b3ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.why-cho-ppc .icon-box i {
  font-size: 22px;
  color: #fff;
}
.why-cho-ppc .card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}
.why-cho-ppc .card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #6b7280;
}

/* ================ mobile app page ===========*/
/* ================ mobile app page ===========*/

.smm-service.app-dv-ser button {
  padding: 14px 25px;
  background-color: var(--green-dark);
}

.mobile-app-services {
  padding: 30px 0;
  background: #f9fafc;
}

.mobile-app-services .h2-center {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

.mobile-app-services .sub-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
}

/* Cards Layout */
.mobile-app-services .service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Individual Card */
.mobile-app-services .service-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.mobile-app-services .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
}

/* Icon Style */
.mobile-app-services .service-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
}

/* Icon Colors */
.mobile-app-services .service-card:nth-child(1) .icon {
  background: linear-gradient(135deg, #3ddc84, #1ea95c);
}

.mobile-app-services .service-card:nth-child(2) .icon {
  background: linear-gradient(135deg, #111827, #374151);
}

.mobile-app-services .service-card:nth-child(3) .icon {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

/* Card Heading */
.mobile-app-services .service-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

/* Card Text */
.mobile-app-services .service-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* CTA Button */
.mobile-app-services .service-cta {
  text-align: center;
  margin-top: 50px;
}

.mobile-app-services .btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--green-dark);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-app-services .btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  transform: translateY(-2px);
}

/* same  */

.app-process-section {
  padding: 50px 0;
  background: var(--white);
}

.app-process-section .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
}

.app-process-section .section-subtitle {
  text-align: center;
  max-width: 760px;
  margin: 15px auto 30px;
  font-size: 16px;
  color: #64748b;
  line-height: 1.7;
}

/* Cards Grid */
.app-process-section .process-cards {
  max-width: 1250px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card – Bigger & Premium */
.app-process-section .process-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 22px;
  min-height: 360px; /* card ko lamba banane ke liye */
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 4px #cccccc;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Animation */
.app-process-section .process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
  background-color: var(--green-dark);

  color: var(--white);
}

/* Header – Slightly Bigger */
.app-process-section .card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.app-process-section .card-header i {
  font-size: 30px;
  color: #2563eb;
}

.app-process-section .card-header h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-family: var(--Robort-font);
  color: var(--black);
}

/* Content */
.app-process-section .card-content {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid #cccccc;
}

.app-process-section .card-content p {
  font-size: 15px;
  color: var(--p-color);
  line-height: 1.6;
  letter-spacing: 0.7px;
  font-weight: 500;
}

/* Top Border Icon */
.app-process-section .top-icon {
  position: absolute;
  top: -18px;
  left: 0;
  background: #ffffff;
  padding-right: 12px;
}

.app-process-section .top-icon i {
  font-size: 20px;
  color: var(--green-dark);
  display: none;
}
.app-process-section .process-card:hover h3,
.app-process-section .process-card:hover p {
  color: var(--white);
}

/* ======================================== */
.why-choose-app {
  padding: 40px 0;
  background: #eff3f6;
}

.why-choose-app .section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
  border: 1px sol;
}

.why-choose-app .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--black);
}

.why-choose-app .section-header p {
  margin-top: 12px;
  /* font-size: 16px; */
  color: var(--p-color);
  line-height: 1.7;
}

/* Layout */
.choose-wrapper {
  max-width: 1150px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

/* Left Content */
.choose-left .choose-item {
  margin-bottom: 10px;
}

.choose-left .item-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.choose-left .arrow-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}

.choose-left h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
}

.choose-left p {
  margin-left: 50px;
  /* margin-top: 8px; */
  font-size: 15px;
  color: var(--p-color);
  line-height: 1.7;
}

/* Separator Line */
.separator-line {
  display: block;
  width: 80%;
  height: 1px;
  background: #cccccc;
  margin: 22px 0 0 50px;
}

/* Right Image */
.choose-right img {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  display: block;
}

.seo-certifications-list {
  margin-top: 10px;
  padding: 20px 0px;
  animation-play-state: paused;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;

  .box-card {
    min-width: fit-content;
  }
}
.process.seo-service-page {
  padding-bottom: 40px !important;
}
.choose-wrapper.choose-app {
  display: flex;
  align-items: start;
}

.choose-wrapper.choose-app .choose-right {
  width: 50%;
  position: sticky;
  top: 30px;
}
.choose-wrapper.choose-app .choose-left {
  width: 50%;
  /* pos */
}
.process.seo-service-page.seo-se .container .left-side {
  height: 570px;
}
