
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Kalam:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif !important;
  background: #dedbd8;
}
/*new hero section*/
.page {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background: #dedbd8;
}

.hero-section {
   
    display: flex;
    align-items: center;
    padding: 180px 100px;
    gap: 20px;
    overflow: hidden;
    background: #111113;
  
}

    .hero-content
     {
      width: 40%;
    }
.hero-video{width:60%;}
    .hero-content {
      animation: slideLeft 1s ease forwards;
    }


    .hero-video {
      animation: slideRight 1s ease forwards;
    }

    .hero-video video {
      width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
    }
.drive-custom{padding-top:55px;}
.drive-custom p{color: #FFF;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 138.462% */ padding-top:20px;}
    @keyframes slideLeft {
      from {
        opacity: 0;
        transform: translateX(-80px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes slideRight {
      from {
        opacity: 0;
        transform: translateX(80px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
        padding: 40px 6%;
        text-align: center;
      }

      .hero-content,
      .hero-video {
        width: 100%;
      }

      .hero-content p {
        margin-left: auto;
        margin-right: auto;
      }
    }
/*end of new hero section*/
/*header style*/

.site-header {
  height: 91px;
  margin: 0 auto;
  padding: 19px 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(97, 105, 134, 0.24);
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  position: fixed;
  top:0;
  z-index:999;
  width:100%;
}
.contact-phone {
  display: flex;
  gap: 12px;
  align-items: center;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo img {
  display: block;
  width: 218px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a.active {
  font-weight: 500;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 29px;
  background: linear-gradient(90deg, #212aff 0%, #010711 79%);
  border-radius: 2px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}
.contact-button {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}



.contact-button:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(33, 42, 255, 0.25);
}


.contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(33, 42, 255, 0.3);
  background: linear-gradient(90deg, #3840ff 0%, #050c25 79%);
}
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 1001;
}

.phone-no1{padding-bottom:10px;}
@media (max-width: 768px) {
  .site-header {
    padding: 14px 20px;
  }

  .menu-toggle {
    display: block !important;
  }

  .contact-button {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #ffffff;
    padding: 16px 20px 24px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .main-nav a {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }

  .main-nav.active {
    display: flex !important;
  }
.main-nav a:hover{
    background:#3f78ff;
    color: #ffff;
}
  .mobile-contact-button {
    display: inline-flex;
    width: auto;
    margin-top: 14px;
    padding: 12px 20px !important;
    border-bottom: 0 !important;
    color: #fff !important;
  }
}

/*end of header style*/
.hero-eyebrow {
  margin: 0 0 10px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.21;
 
  color: #ffffff;
}

.hero-title {
  margin: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: 1.09;
  
  color: #ffffff;
}

.hero-title span {
  display: block;
  background: #3f78ff;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description {
  width: min(465px, 100%);
  margin: 24px 0 28px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  color: #fbfbfb;
}

.service-tags {
  width: 90%;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 23px;
  background: rgba(27, 122, 211, 0.08);
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.service-tags span {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease;
  cursor: pointer;
}

.service-tags span:hover {
  transform: translateY(-2px);
  background-color: rgba(27, 122, 211, 0.18);
  box-shadow: 0 8px 20px rgba(27, 122, 211, 0.25);
}

.service-tags span:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(27, 122, 211, 0.18);
}
.service-tags span {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  background: rgba(8, 17, 45, 0.92);
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.service-tags span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #212aff 0%, #050d25 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.service-tags span:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(33, 42, 255, 0.35);
}

.service-tags span:hover::before {
  transform: scaleX(1);
}

.service-tags span:active {
  transform: translateY(0);
  box-shadow: 0 5px 14px rgba(33, 42, 255, 0.25);
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: #ffffff;
  background: #111113;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.services-section {
  padding-bottom:95px;
  padding-top: 95px;
  position: relative;
  overflow: hidden;
   background:
    radial-gradient(circle at 92% 86%, rgba(33, 42, 255, 0.24), transparent 28%),
    linear-gradient(rgba(80, 100, 140, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 100, 140, 0.28) 1px, transparent 1px),
    #111113;
  background-size: auto, 120px 120px, 120px 120px, auto;
}


.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, rgba(17, 17, 19, 0.12), rgba(17, 17, 19, 0.78));
  pointer-events: none;
}

.section-inner {
  width: min(1346px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-heading {
  margin: 0 0 64px;
  text-align: center;
}


.section-inner h1{
  color: white;
  font-size: 56px;

  font-weight: 600;
  line-height: 85.60px;
  word-wrap: break-word
}
.section-inner span {
  color: #3f78ff;
}

.service-mosaic {
  min-height: 600px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 10px;
 
}

.mosaic-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 190px;
  display: flex;
  align-items: flex-end;
  padding: 26px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #16181c;
  color: #ffffff;
  transition:
    transform 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.mosaic-tile::before,
.mosaic-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mosaic-tile::before {
  z-index: 1;

}

.mosaic-tile::after {
  z-index: 2;
  opacity: 0;
  
  transition: opacity 0.45s ease;
}

.mosaic-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62) saturate(0.84);
  transform: scale(1.01);
  transition:
    transform 0.75s ease,
    filter 0.45s ease;
}

.mosaic-tile span {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.12;
 
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.65);
  transition: transform 0.45s ease;
  color: #FFF8E9;
}

.mosaic-tile:hover {
  z-index: 4;
  transform: translateY(-8px) scale(1.015);
}

.mosaic-tile:hover::before {
  opacity: 0.72;
}

.mosaic-tile:hover::after {
  opacity: 1;
}

.mosaic-tile:hover img {
  transform: scale(1.07);
  filter: brightness(0.92) saturate(1.06);
}

.mosaic-tile:hover span {
  transform: translateY(-8px);
}

.tile-website {
  grid-column: 1 / span 4;
  grid-row: 1 / span 2;
}

.tile-seo {
  grid-column: 5 / span 8;
  grid-row: 1;
}

.tile-social {
  grid-column: 5 / span 4;
  grid-row: 2;
}

.tile-reputation {
  grid-column: 9 / span 4;
  grid-row: 2;
}

@media (max-width: 900px) {


  .tile-website {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .tile-seo {
    grid-column: 2;
    grid-row: 1;
  }

  .tile-social {
    grid-column: 2;
    grid-row: 2;
  }

  .tile-reputation {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
}

@media (max-width: 640px) {
  .services-section {
    padding: 72px 0;
  }

  .section-inner {
    width: calc(100% - 32px);
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

 
}
 .scale-section {
  
      padding: 80px 24px 0;
      overflow: hidden;
      background:
        radial-gradient(circle at 85% 15%, rgba(33, 42, 255, 0.16), transparent 30%),
        linear-gradient(rgba(80, 100, 140, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 100, 140, 0.22) 1px, transparent 1px),
        #090b12;
      background-size: auto, 102px 102px, 102px 102px, auto;
    }

    .scale-inner {
      width: min(1400px, 100%);
      margin: 0 auto;
    }

    .scale-heading {
      text-align: center;
      margin-bottom: 58px;
    }

    .scale-heading h2 {
      margin: 0;
      font-size: clamp(48px, 6vw, 72px);
      line-height: 1.12;
      font-weight: 800;
     
    }

    .scale-heading span {
      display: block;
      color: #3f78ff;
    }

    .scale-tabs {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 86px;
      flex-wrap: wrap;
    }

    .scale-tab {
      width: 266px;
      min-height: 62px;
      border: 1px solid rgba(33, 42, 255, 0.9);
      border-radius: 22px;
      background: rgba(3, 20, 62, 0.9);
      color: #ffffff;
      font-family: "Kalam", cursive;
      font-size: 25px;
      font-weight: 700;
      cursor: pointer;
      box-shadow: inset 0 0 24px rgba(33, 42, 255, 0.15);
      transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease;
    }

    .scale-tab:hover,
    .scale-tab.active {
      transform: translateY(-4px);
      background: linear-gradient(90deg, #081f6c, #03123b);
      border-color: #2446ff;
      box-shadow:
        0 14px 34px rgba(33, 42, 255, 0.28),
        inset 0 0 28px rgba(33, 42, 255, 0.22);
    }

    .scale-content {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      align-items: center;
      gap: 48px;
      min-height: 430px;
    }

    .scale-copy {
      max-width: 500px;
      opacity: 1;
      transform: translateX(0);
      transition:
        opacity 0.45s ease,
        transform 0.45s ease;
    }

    .scale-copy.changing {
      opacity: 0;
      transform: translateX(-40px);
    }

    .scale-copy h3 {
      margin: 0 0 34px;
      font-size: clamp(38px, 4vw, 48px);
      line-height: 1.1;
    
    }

    .scale-copy p {
      margin: 0;
      font-size: 22px;
      line-height: 1.45;
      color: rgba(255, 255, 255, 0.88);
    }

    .scale-visual {
      position: relative;
      min-height: 440px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }

    .scale-visual img {
      width: min(620px, 115%);
      filter: drop-shadow(0 24px 60px rgba(33, 42, 255, 0.35));
      transform: translateX(120px);
      opacity: 0;
      animation: slideFromRight 0.9s ease forwards, floatImage 5s ease-in-out 1s infinite;
    }

    .scale-visual img.restart {
      animation: none;
    }

    @keyframes slideFromRight {
      from {
        opacity: 0;
        transform: translateX(180px);
      }

      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

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

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

  
     

.transparency-section {
  
  padding: 110px 24px;
  position: relative;
  overflow: hidden;
  background:
        radial-gradient(circle at 85% 15%, rgba(33, 42, 255, 0.16), transparent 30%),
        linear-gradient(rgba(80, 100, 140, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 100, 140, 0.22) 1px, transparent 1px),
        #090b12;
}

.transparency-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(33, 42, 255, 0.18), transparent 32%),
    radial-gradient(circle at 10% 88%, rgba(0, 102, 255, 0.18), transparent 34%);
  pointer-events: none;
}

.transparency-inner {
  width: min(1400px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.transparency-heading {

  margin: 0 auto 70px;
  text-align: center;
}

.transparency-heading h2 {
  margin: 0;
  font-size: 67px;
  line-height: 1.05;
  font-weight: 800;
 
}

.transparency-heading h2 span {

  color: #3f78ff;
}

.transparency-heading p {
  margin: 22px auto 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.5;
}

.transparency-card {
  min-height: 310px;
  margin-bottom: 34px;
  padding: 32px 32px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
 
  border: 2px solid rgba(36, 70, 255, 0.8);
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 10%, rgba(33, 42, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(1, 16, 55, 0.96), rgba(0, 10, 38, 0.94));
  box-shadow:
    0 0 0 1px rgba(74, 116, 255, 0.12),
    0 0 34px rgba(33, 42, 255, 0.42),
    inset 0 0 42px rgba(33, 42, 255, 0.12);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.transparency-card.reverse {
  grid-template-columns: 1.15fr 0.85fr;
}

.transparency-card:hover {
  transform: translateY(-8px);
  border-color: rgba(81, 128, 255, 1);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.34),
    0 0 48px rgba(33, 42, 255, 0.58),
    inset 0 0 48px rgba(33, 42, 255, 0.18);
}

.card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-visual img {
  width: min(330px, 100%);
  filter: drop-shadow(0 20px 42px rgba(33, 42, 255, 0.32));
  animation: floatImage 4.6s ease-in-out infinite;
}

.card-copy h3 {
  margin: 0 0 26px;
  font-size: 40px;
  line-height: 1.08;

}

.card-copy p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.45;
}

.card-copy span {
  display: block;
  margin-top: 26px;
  color: #65cfff;
  font-family: "Kalam", cursive;
  font-size: 20px;
  line-height: 1.25;
}

.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
}

.reveal-up {
  transform: translateY(60px);
}

.reveal-left {
  transform: translateX(-120px);
}

.reveal-right {
  transform: translateX(120px);
}

.reveal-up.show,
.reveal-left.show,
.reveal-right.show {
  opacity: 1;
  transform: translate(0, 0);
}

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

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

  
  


@media (max-width: 560px) {
 
  .transparency-heading {
    margin-bottom: 46px;
  }

  .transparency-card {
    border-radius: 24px;
    padding: 28px 20px;
  }

  .card-copy p {
    font-size: 18px;
  }

  .card-copy span {
    font-size: 18px;
  }
}
  .winning-section {
      min-height: 100vh;
      padding: 100px 24px;
      overflow: hidden;
      position: relative;
      background-image: url('../images/bg2.webp');
      background-size: cover;
    }

    .winning-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 94% 92%, rgba(33, 105, 255, 0.18), transparent 22%),
        linear-gradient(180deg, rgba(2, 8, 23, 0.1), rgba(2, 8, 23, 0.55));
      pointer-events: none;
    }

    .winning-inner {
      width: min(1400px, 100%);
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .winning-heading {
      text-align: center;
      margin-bottom: 64px;
      opacity: 0;
      transform: translateY(45px);
      animation: fadeUp 0.85s ease forwards;
    }

    .winning-heading h2 {
      margin: 0;
      font-size: 70px;
      line-height: 1.05;
      font-weight: 800;
     
    }

    .winning-heading span {
     
      color: #3f78ff;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: 0.9fr 0.9fr 0.9fr;
      gap: 26px 30px;
    }

    .stat-card {
      min-height: 280px;
      padding: 54px 32px;
      position: relative;
      overflow: hidden;
      border: 2px solid rgba(51, 66, 255, 0.36);
      border-radius: 34px;
      background:
        radial-gradient(circle at 18% 0%, rgba(43, 73, 255, 0.12), transparent 32%),
        linear-gradient(135deg, rgba(1, 13, 45, 0.92), rgba(0, 9, 34, 0.92));
      box-shadow:
        0 0 0 1px rgba(255, 53, 99, 0.12),
        inset 0 0 40px rgba(33, 42, 255, 0.08),
        0 18px 60px rgba(0, 0, 0, 0.28);
      opacity: 0;
      transform: translateY(80px) scale(0.96);
      filter: blur(8px);
      transition:
        opacity 0.85s ease,
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.85s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
    }

    .stat-card.show {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }

    .stat-card:hover {
      transform: translateY(-8px) scale(1.01);
      border-color: rgba(65, 111, 255, 0.95);
      box-shadow:
        0 0 0 1px rgba(255, 53, 99, 0.22),
        0 0 44px rgba(33, 42, 255, 0.42),
        inset 0 0 48px rgba(33, 42, 255, 0.14);
    }

    .stat-card.wide {
      grid-column: span 2;
      display: grid;
      grid-template-columns: 1fr 260px;
      align-items: center;
      gap: 24px;
    }

    .stat-number {
      display: block;
      margin-bottom: 8px;
      font-size: clamp(58px, 6vw, 76px);
      line-height: 1;
      font-weight: 800;
     
      color: transparent;
      background: linear-gradient(90deg, #37b7ff 0%, #4167ff 78%);
      -webkit-background-clip: text;
      background-clip: text;
      text-shadow: 0 0 34px rgba(59, 114, 255, 0.2);
    }

    .stat-card h3 {
      margin: 0 0 18px;
      font-size: clamp(24px, 2.6vw, 30px);
      line-height: 1.1;
      color: #2f82d7;
    
    }

    .stat-card p {
      max-width: 540px;
      margin: 0;
    color: #fff;
font-size: 20px;

font-weight: 400;
line-height: 30px;
word-wrap: break-word
      
    }

    .stat-globe {
      width: 245px;
      opacity: 0.68;
      filter: drop-shadow(0 0 34px rgba(62, 130, 255, 0.45));
      animation: floatGlobe 4.8s ease-in-out infinite;
    }

    .dots {
      position: absolute;
      width: 180px;
      height: 180px;
      right: -24px;
      bottom: -28px;
      opacity: 0.34;
      background-image: radial-gradient(rgba(50, 118, 255, 0.9) 2px, transparent 2px);
      background-size: 14px 14px;
      mask-image: radial-gradient(circle, black 0%, transparent 70%);
      pointer-events: none;
    }

    .pink-dots {
      left: -28px;
      right: auto;
      background-image: radial-gradient(rgba(255, 68, 93, 0.9) 2px, transparent 2px);
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes floatGlobe {
      0%, 100% {
        transform: translateY(0) scale(1);
      }

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


    
   
 .portfolio-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0 95px;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;

background-image: url("../images/bg3.webp");
  background-size: cover;
}

  .portfolio-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 25%, rgba(58, 178, 250, 0.45) 1px, transparent 2px),
      radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.35) 1px, transparent 2px),
      radial-gradient(circle at 88% 72%, rgba(58, 178, 250, 0.42) 1px, transparent 2px);
    background-size: 130px 130px, 180px 180px, 90px 90px;
    opacity: 0.45;
    pointer-events: none;
  }

  .portfolio-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
 
    opacity: 0.75;
    filter: blur(35px);
    pointer-events: none;
  }

  .portfolio-bg {
    position: absolute;
    z-index: 1;
    top: 295px;
    width: 260px;
    height: 320px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
    pointer-events: none;
  }

  .portfolio-bg-left {
    left: -35px;
    background-image: url("../images/portfolio-bg-left.png");
    background-position: left center;
  }

  .portfolio-bg-right {
    right: -35px;
    background-image: url("../images/portfolio-bg-right.png");
    background-position: right center;
  }

  .portfolio-container {
    position: relative;
    z-index: 2;
    
    margin: 0 auto;
  }

  .portfolio-header {
    margin-bottom: 74px;
    text-align: center;
  }

  .portfolio-header h2 {
    margin: 0;
    color: #e7e7e7;
    font-size: clamp(44px, 6vw, 70px);
    line-height: 1;
    font-weight: 800;
  }

  .portfolio-header p {
    margin: 24px 0 0;
    color: #ffffff;
    font-size: clamp(18px, 2.3vw, 26px);
    line-height: 1.35;
    font-weight: 400;
  }

  .portfolio-carousel {
    position: relative;
    display: flex;
    align-items: center;
  }

  .portfolio-window {
    width: 100%;
    overflow: hidden;
  }

  .portfolio-track {
    display: flex;
    gap: 22px;
    transition: transform 0.65s ease;
    will-change: transform;
  }

  .portfolio-card {
    flex: 0 0 min(568px, calc(100vw - 48px));
    min-height: 340px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  
  padding-left:20px;
  padding-right:20px;
    border: 1.5px solid #1677ff;
    border-radius: 22px;
    background: rgba(1, 5, 28, 0.72);
    box-shadow:
      inset -4px -4px 16px rgba(0, 50, 183, 0.55),
      0 0 34px rgba(22, 119, 255, 0.18);
    backdrop-filter: blur(8px);
  }

  .portfolio-copy h3 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 800;
  }

  .portfolio-copy p {
   color: #E5E5E5;
font-size: 16.44px;
line-height:25px;
font-weight: 400;
word-wrap: break-word
  }

  .portfolio-copy a {
    display: inline-flex;
    margin-top: 22px;
    color: #2f83ff;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
  }

  .portfolio-card img {
    width: 100%;
    max-height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.42));
  }

  .portfolio-btn {
    position: absolute;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(47, 131, 255, 0.7);
    border-radius: 50%;
    background: rgba(0, 15, 55, 0.85);
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
  }

  .portfolio-btn:hover {
    transform: scale(1.08);
    background: #1677ff;
  }

  .portfolio-prev {
    left: 16px;
  }

  .portfolio-next {
    right: 16px;
  }

  .portfolio-dots {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .portfolio-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
  }

  .portfolio-dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: #2f83ff;
  }

  @media (max-width: 900px) {
    .portfolio-section {
      padding: 80px 16px;
    }

    .portfolio-bg {
      opacity: 0.35;
    }

    .portfolio-card {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .portfolio-card img {
      order: -1;
      max-height: 190px;
    }
  }

  @media (max-width: 640px) {
    .portfolio-header {
      margin-bottom: 42px;
    }

    .portfolio-card {
      padding: 28px 22px;
    }

    .portfolio-btn {
      display: none;
    }

    .portfolio-bg {
      display: none;
    }
  }
.portfolio-window {
  width: 100%;
  overflow: hidden;
}

.portfolio-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: portfolioLoop 22s linear infinite;
}

.portfolio-track:hover {
  animation-play-state: paused;
}

.portfolio-card {
  flex: 0 0 568px;
}

@keyframes portfolioLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 11px));
  }
}

@media (max-width: 700px) {
  .portfolio-card {
    flex-basis: calc(100vw - 48px);
  }

  .portfolio-track {
    animation-duration: 18s;
  }
}


  .contact-section {

    padding: 90px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", Arial, sans-serif;
    color: #ffffff;

    background-image: url("../images/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.contact-section1 {

    padding: 90px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", Arial, sans-serif;
    color: #ffffff;

    background-image: url("../images/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contact-panel {
    width: min(1400px, 100%);
    min-height: 650px;
    padding: 60px 72px 64px 30px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 80px;
    border-radius: 32px;
    background: rgba(0, 3, 25, 0.72);
    overflow: hidden;
  }
  .contact-panel1{display: none;}
  .contact-image {
    border: 3px solid #e44cff;
    border-radius: 32px;
    overflow: hidden;
    box-shadow:
      0 0 30px rgba(228, 76, 255, 0.35),
      inset 0 0 24px rgba(228, 76, 255, 0.18);
  }

  .contact-image img {
    width: 100%;
    height: 520px;
    display: block;
    object-fit: cover;
  }

  .contact-content h2 {
    margin: 0 0 24px;
    color: #f4f4f4;
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
   
  }

  .contact-content p {
    max-width: 500px;
    margin: 0 0 32px;
    color: #FCFCFC;
font-size: 20px;
font-weight: 400;
line-height: 30px;
word-wrap: break-word
  }

  .contact-form {
    width: min(350px, 100%);
    display: grid;
    gap: 18px;
  }

  .contact-form input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(20, 48, 120, 0.25);
    border-radius: 14px;
    outline: none;
    background: #ffffff;
    color: #121212;
    font-size: 16px;
  }

  .contact-form input::placeholder {
    color: #8f96a3;
  }

  .contact-form input:focus {
    border-color: #2f64ff;
    box-shadow: 0 0 0 4px rgba(47, 100, 255, 0.22);
  }

  .contact-form button {
    height: 48px;
    margin-top: 6px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(90deg, #071bb4 0%, #0646e5 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .contact-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(6, 70, 229, 0.35);
  }

  @media (max-width: 1000px) {
   

    .contact-image img {
      height: auto;
    }

    .contact-form {
      width: 100%;
      max-width: 460px;
    }
  }

  @media (max-width: 600px) {
    .contact-section {
      padding: 56px 16px;
    }

    .contact-panel {
      padding: 22px;
      border-radius: 24px;
    }

    .contact-image {
      border-radius: 22px;
    }

    .contact-content h2 {
      font-size: 44px;
    }
  }

  .rw-footer {
    padding: 90px 55px 90px;
    color: #ffffff;
    font-family: "Inter", Arial, sans-serif;
 background-image: url("../images/footer.webp");
    background-size: cover;
    overflow: hidden;
  }

  .rw-footer-inner {
    max-width: 1680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.9fr 0.75fr 1.25fr 0.85fr;
    gap: 86px;
    align-items: start;
  }

  .rw-footer-brand img {
  
    max-width: 100%;
    margin-bottom: 14px;
    display: block;
  }

  .rw-footer-brand p {
   color: #F1F7FF;
font-size: 20px;

font-weight: 400;
line-height: 32px;
word-wrap: break-word
  }

  .rw-footer-column h3 {
    margin: 8px 0 20px;
   color: #E5E5E5;
font-size: 20px;

font-weight: 500;
line-height: 32px;

word-wrap: break-word
  }

  .rw-footer-column a,
  .rw-footer-column p {
    display: block;
    margin: 0 0 12px;
   color: #E5E5E5;
font-size: 18.44px;

font-weight: 400;
line-height: 29.50px;

word-wrap: break-word
  }

  .rw-footer-column a {
    transition: color 0.25s ease, transform 0.25s ease;
  }

  .rw-footer-column a:hover {
    color: #ffffff;
    transform: translateX(4px);
  }

  @media (max-width: 1200px) {
    .rw-footer-inner {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 60px;
    }

    .rw-footer-brand p,
    .rw-footer-column a,
    .rw-footer-column p {
      font-size: 24px;
    }
  }

  @media (max-width: 700px) {
    .rw-footer {
      padding: 72px 20px;
    }

    .rw-footer-inner {
      grid-template-columns: 1fr;
      gap: 44px;
    }

    .rw-footer-brand img {
      width: 300px;
      margin-bottom: 32px;
    }

    .rw-footer-brand p,
    .rw-footer-column a,
    .rw-footer-column p {
      font-size: 20px;
      line-height: 1.45;
    }

    .rw-footer-column h3 {
      margin-bottom: 22px;
      font-size: 24px;
    }
  }
.gform-theme--foundation .gform_fields{column-gap:0 !important;}
.services-section-mob{display: none;}
.transparency-card2{display:none;}
.growing-clients-card {
  position: relative;
  overflow: hidden;
}

.growing-clients-card > div {
  position: relative;
  z-index: 2;
}

.growing-clients-card::after {
  content: "";
  position: absolute;
  right: 90px;
  top:40px;
  bottom: 30px;
  width: 350px;
  height: 350px;
  background-image: url("../images/moon.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  opacity: 0.8;
  animation: moonOrbit 8s ease-in-out infinite;
}
.rw-footer-responsive{display:none;}.rw-responsive-1{display:flex;}.contact-section1{display:none;}
@keyframes moonOrbit {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-20px, -25px);
  }

  50% {
    transform: translate(-45px, 0);
  }

  75% {
    transform: translate(-20px, 25px);
  }

  100% {
    transform: translate(0, 0);
  }
}
.about-hero {
  min-height: 100vh;
  padding: 32px 7% 80px;
  background:
    linear-gradient(rgba(4, 16, 48, 0.94), rgba(4, 16, 48, 0.94)),
    url("assets/images/grid-bg.webp");
  background-color: #041234;
  color: #ffffff;
  overflow: hidden;
}

.about-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: rgba(80, 92, 132, 0.28);
  backdrop-filter: blur(30px);
}

.about-logo img {
  width: 240px;
  height: auto;
  display: block;
}

.about-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

.about-nav a.active {
  font-weight: 700;
}

.about-contact {
  padding: 18px 32px;
  
 
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}
.about-us-main{background-image: url("../images/bg1.webp");background-size: cover;}
.about-hero-content {

  width:100%;
  display: flex;
  align-items: center;
  padding-top:100px;
  padding-bottom:70px;
  padding-left:150px;
  
  
}

.about-eyebrow {
  margin: 0 0 18px;
  color: #3475ff;
  font-size: 27px;
  font-weight: 700;
}
.about-copy{width:60%;}
.about-copy h1 {
  margin: 0 0 22px;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
}

.about-copy h1 span {
  color: #3475ff;
}

.about-copy p {
  margin: 0 0 6px;
  max-width: 790px;
  font-size: 20px;
font-weight: 400;
line-height: 33px; 
}

.about-visual {
  width:30%;
  justify-content: center;
}

.about-visual img {
 
  height: auto;
  display: block;
  padding-top: 100px;
}

.service-section{
  width:100%;
  align-items: center;
  padding-bottom:100px;
  padding-left:150px;}
.Why-choose-us{
}
.Why-choose-us h1 {
  margin: 0 0 22px;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
}

.Why-choose-us h1 span {
  color: #3475ff;
}
.Why-choose-us p {
  margin: 0 0 6px;
  max-width: 1150px;
  font-size: 20px;
font-weight: 400;
line-height: 33px; 
}
.Why-choose-us ul{
    list-style: decimal;
    line-height: 30px;
    padding-left: 20px;
}
    
.growth-section {
  padding: 80px 0%;
  color: #ffffff;
  overflow: hidden;
}

.growth-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.growth-copy {
  max-width: 930px;
}

.growth-copy p {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.45;
  color: #f4f7ff;
}

.growth-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.growth-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #f6f8ff;
}

.growth-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: #ffffff;
}

.growth-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  margin-bottom: 18px;
  background: #223d9f;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.growth-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: 90%;
}

.growth-card {
  min-height: 260px;
  padding: 22px 20px;
  border: 1px solid rgba(55, 110, 255, 0.95);
  border-radius: 8px;
  background: rgba(3, 19, 58, 0.62);
  box-shadow: 0 0 24px rgba(34, 76, 255, 0.26);
}

.growth-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border: 1px solid rgba(74, 130, 255, 0.9);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(5, 29, 80, 0.9);
}

.growth-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.growth-card h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 35px;
  font-weight: 800;
}

.growth-card p {
  margin: 0;
  font-size: 18px;
  ont-style: normal;
font-weight: 400;
line-height: 26px; 
  color: #FFF;
}

.growth-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.growth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(33, 42, 255, 0.35),
    rgba(27, 211, 193, 0.18)
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.growth-card > * {
  position: relative;
  z-index: 1;
}

.growth-card:hover {
  transform: translateY(-10px);
  border-color: #4f8cff;
  background: rgba(6, 30, 86, 0.88);

}

.growth-card:hover::before {
  opacity: 1;
}

.growth-card:hover .growth-icon {
  transform: scale(1.08);
  box-shadow: 0 0 26px rgba(33, 132, 255, 0.5);
}

.growth-icon {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.about-visual {
  position: relative;
}

.moving-about-image {
  width: min(100%, 520px);
  height: auto;
  display: block;
  animation: imageFloatMove 5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes imageFloatMove {
  0% {
    transform: translate(0, 0) scale(1);
  }

  25% {
    transform: translate(12px, -14px) scale(1.02);
  }

  50% {
    transform: translate(0, -24px) scale(1.04);
  }

  75% {
    transform: translate(-12px, -14px) scale(1.02);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}
.about-contact-section{background-image: url("../images/About_us_bg3.webp");background-size: cover;height:647px;padding-left:153px;padding-right:153px;align-items: center;}
 .faq-section {
      position: relative;
      overflow: hidden;
      min-height: 100vh;
      padding: 70px 20px 120px;
      background:
        radial-gradient(circle at 95% 20%, rgba(37, 105, 255, 0.45), transparent 18%),
        radial-gradient(circle at 5% 70%, rgba(0, 81, 255, 0.35), transparent 24%),
        linear-gradient(180deg, #020b24 0%, #030817 100%);
    }

    .faq-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(31, 83, 190, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 83, 190, 0.16) 1px, transparent 1px);
      background-size: 72px 72px;
      opacity: 0.35;
      pointer-events: none;
    }

    .faq-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(37, 105, 255, 0.45) 1.2px, transparent 1.2px);
      background-size: 12px 12px;
      mask-image: radial-gradient(circle at 10% 30%, #000 0 18%, transparent 32%),
        radial-gradient(circle at 86% 75%, #000 0 16%, transparent 31%);
      opacity: 0.45;
      pointer-events: none;
    }

    .faq-inner {
      position: relative;
      z-index: 2;
      max-width: 960px;
      margin: 0 auto;
      text-align: center;
    }

    .faq-eyebrow {
      margin: 0 0 14px;
      color: #3475ff;
      font-size: 26px;
      font-weight: 500;
      letter-spacing: 1px;
    }

    .faq-title {
      margin: 0 0 42px;
      font-size: clamp(34px, 5vw, 54px);
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: 0;
      color: #ffffff;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 18px;
      text-align: left;
    }

    .faq-item {
      border: 1px solid rgba(90, 123, 190, 0.35);
      border-radius: 8px;
      background: rgba(22, 31, 58, 0.78);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
      overflow: hidden;
    }

    .faq-question {
      width: 100%;
      min-height: 72px;
      padding: 22px 58px 22px 24px;
      border: 0;
      background: transparent;
      color: #e8efff;
      font: inherit;
      font-size: 22px;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      position: relative;
    }

    .faq-icon {
      position: absolute;
      right: 24px;
      top: 50%;
      width: 34px;
      height: 34px;
      transform: translateY(-50%);
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(180deg, #3478d7, #12386d);
      color: #ffffff;
      font-size: 24px;
      line-height: 1;
      box-shadow: 0 8px 18px rgba(46, 117, 219, 0.28);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
    }

    .faq-answer-inner {
      padding: 0 24px 24px;
      color: #d5dced;
      font-size: 20px;
      line-height: 1.35;
    }

    .faq-item.active .faq-answer {
      max-height: 260px;
    }

    .faq-item.active .faq-icon {
      font-size: 28px;
    }

    .faq-cta {
      margin-top: 46px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 15px 26px;
      border-radius: 999px;
      background: #040b25;
      color: #ffffff;
      text-decoration: none;
      font-size: 20px;
      font-weight: 700;
      box-shadow:
        0 0 0 1px rgba(52, 117, 255, 0.25),
        0 14px 28px rgba(0, 210, 200, 0.12);
    }

    .faq-cta span {
      font-size: 22px;
    }

    @media (max-width: 768px) {
      .faq-section {
        padding: 56px 16px 80px;
      }

      .faq-title {
        margin-bottom: 32px;
      }

      .faq-question {
        min-height: 64px;
        padding: 18px 54px 18px 18px;
        font-size: 18px;
      }

      .faq-answer-inner {
        padding: 0 18px 20px;
        font-size: 16px;
        line-height: 1.5;
      }

      .faq-icon {
        right: 18px;
        width: 30px;
        height: 30px;
      }

      .faq-cta {
        font-size: 17px;
        padding: 13px 22px;
      }
    }
.contact-map-section {
  position: relative;
  overflow: hidden;
  padding: 90px 8%;
 background-image: url("../images/About_us_bg3.webp");background-size: cover;height:647px;padding-left:153px;padding-right:153px;align-items: center;
  color: #ffffff;
}

.contact-map-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(47, 98, 255, 0.42) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  opacity: 0.24;
  pointer-events: none;
}

.contact-map-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  min-height: 420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 48px;
}

.contact-info-card {
  max-width: 650px;
  padding: 52px 70px;
  border-radius: 28px 28px 28px 28px;
  background:
    linear-gradient(135deg, rgba(4, 10, 48, 0.94), rgba(5, 18, 78, 0.82));
  box-shadow:
    0 0 0 1px rgba(33, 84, 255, 0.25),
    0 28px 70px rgba(0, 0, 0, 0.35),
    inset -20px 0 90px rgba(33, 84, 255, 0.2);
}

.contact-info-card h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1;
  font-weight: 800;
}

.contact-info-card h2 span {
  color: #3475ff;
}

.contact-subtitle {
  margin: 8px 0 56px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 20px;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 34px;
}

.contact-icon {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(40, 78, 155, 0.55);
  border: 1px solid rgba(83, 139, 255, 0.55);
  color: #5aa4ff;
  font-size: 38px;
}

.contact-text h3 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 800;
}

.contact-text p {
  margin: 0 0 6px;
  color: #e3e8ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}


.map-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(38, 92, 255, 0.65) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.55;
  mask-image: radial-gradient(circle at 55% 45%, #000 0 42%, transparent 68%);
}

.contact-icon {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(40, 78, 155, 0.55);
  border: 1px solid rgba(83, 139, 255, 0.55);
}

.contact-icon-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}
.main-contact-bg{margin-top:-100px; background-image: url("../images/contactus_bg.webp");background-size: cover;min-height:100vh;justify-content: center;padding-top:260px;}
.main-contact-bg h1{color: #3971FB;
text-align: center;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 76.923% */
letter-spacing: 0.7px;text-transform:uppercase;}


.main-contact-bg h2 {
  color: #fff;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px;text-align:center;padding-top:20px;}


.main-contact-bg h2 span {
  color: #3475ff;
}
.main-contact-bg p{color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    padding-top: 20px;
}

.main-contact-bg p span {
  color: #3475ff;
}

.contact-cards-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 110px;
}

.info-card {
  width: 272px;
  min-height: 202px;
  padding: 16px 18px 26px;
  text-align: center;
  border: 2px solid #7594ff;
  border-radius: 12px;
  background: rgba(2, 7, 31, 0.76);
  box-shadow:
    0 8px 18px rgba(0, 51, 255, 0.26),
    inset 0 0 35px rgba(0, 53, 255, 0.12);
}

.info-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(36, 72, 150, 0.45);
  border: 1px solid rgba(71, 126, 255, 0.45);
}

.info-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.info-card h3 {
  margin: 0 0 12px;
color: #2B7FFF;
    font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
.info-card p {
    margin: 0 0 4px;
    color: #f1f4ff;
    font-size: 17px;
    line-height: 0.25;
    font-weight: 400;
}

.contact-cards-section {
  padding: 24px 20px;}
  .message-section {
  padding: 70px 20px;
  
  color: #fff;
}

.message-form-box {
  max-width: 998px;
  margin: 0 auto;
  padding: 48px 58px 36px;
border: 2px solid #376dff42;
  border-radius: 14px;
  background: rgba(5, 16, 56, 0.92);

}

.message-heading {
  text-align: center;
  margin-bottom: 40px;
}

.message-heading h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 800;
  color: #fff;
}

.message-heading h2::before,
.message-heading h2::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #fff;
  vertical-align: middle;
  margin: 0 14px;
}

.message-heading h2 span {
  color: #3475ff;
}

.message-heading p {
  margin: 12px 0 0;
  font-size: 22px;
  color: #f2f5ff;
}

/* Gravity form layout */
.message-form-box .gform_fields {

  flex-wrap: wrap;
  gap: 24px !important;
}

.message-form-box .gfield {
  margin: 0 !important;
}

.message-form-box .half-field {
  width: calc(50% - 12px);
}

.message-form-box .full-field,
.message-form-box .services-field {
  width: 100%;
}

/* Hide labels visually */
.message-form-box .gfield_label {
  display: none !important;
}

/* Inputs */
.message-form-box input,
.message-form-box textarea {
  width: 100% !important;
    min-height: 54px; 
    padding: 11px 10px !important;
    border: 1px solid rgb(52 117 255 / 26%) !important;
    border-radius: 6px !important;
    background: rgba(2, 10, 38, 0.75) !important;
    color: #fff !important;
    font-size: 15px !important;
    box-shadow: none !important;
    font-weight: 400 !important;

}

.message-form-box textarea {
  min-height: 125px;
  resize: vertical;
}

.message-form-box input::placeholder,
.message-form-box textarea::placeholder {
  color: #e8ecff !important;
}

/* Checkbox services */
.message-form-box .services-field .gfield_label {
  display: block !important;
  margin-bottom: 14px;
  color: #2482ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.message-form-box .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 70px;
}

.message-form-box .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 12px;
}

.message-form-box .gfield_checkbox input {
  width: 20px !important;
  height: 20px !important;
  min-height: 20px;
  accent-color: #3475ff;
}

.message-form-box .gfield_checkbox label {
  color: #e8ecff;
  font-size: 16px;
}

/* Submit button */
.message-form-box .gform_footer {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 22px !important;
  padding: 0 !important;
}

.message-form-box .gform_button {
  min-width: 240px;
  padding: 17px 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #020a24 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  cursor: pointer;
  transition: 0.3s ease;
}

.message-form-box .gform_button:hover {
  background: #1f4fff !important;
  box-shadow: 0 0 22px rgba(52, 117, 255, 0.5);
}

/* Validation */
.message-form-box .gfield_error input,
.message-form-box .gfield_error textarea {
  border-color: #ff4d6d !important;
}

.message-form-box .gfield_validation_message,
.message-form-box .validation_message {
  color: #ffb6c3 !important;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .message-form-box {
    padding: 34px 20px;
  }

  .message-heading h2::before,
  .message-heading h2::after {
    display: none;
  }

  .message-heading p {
    font-size: 17px;
  }

  .message-form-box .half-field {
    width: 100%;
  }

  .message-form-box .gfield_checkbox {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .message-form-box .gfield_checkbox label {
    font-size: 16px;
  }

  .message-form-box .gform_footer {
    justify-content: center;
  }

  .message-form-box .gform_button {
    width: 100%;
  }
}

.message-form-box #field_1_5 .gfield_label {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-bottom: 14px !important;
  color: #2482ff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}
.dark-map {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background: #061226;
}

.dark-map iframe {
  width: 100%;
  height: 100%;
  display: block;

  filter:
    invert(90%)
    hue-rotate(180deg)
    saturate(120%)
    brightness(75%)
    contrast(105%);
}
/* Home hero Gravity Form - one line */
.hero-copy #gform_wrapper_2 {
  width: 100% !important;
  max-width: 620px;
  margin-top: 28px;
}

.hero-copy #gform_2 {
  width: 100% !important;
}

.hero-copy #gform_fields_2 {
  display: flex !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
}

.hero-copy #field_2_1 {
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 !important;
}

.hero-copy #field_submit {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  display: block !important;
}

.hero-copy #input_2_2 {
  width: 100% !important;
  height: 54px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 15px !important;
}

.hero-copy #gform_submit_button_2 {
  width: auto !important;
  height: 54px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #2448ff !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  cursor: pointer;
  margin-top:24px;
}

/* Reach us out Gravity Form */
.contact-section .gform_wrapper,
.contact-section1 .gform_wrapper {
  margin-top: 24px !important;
}

.contact-section .gform_fields,
.contact-section1 .gform_fields {
  row-gap: 14px !important;
  column-gap: 14px !important;
}

.contact-section .gfield,
.contact-section1 .gfield {
  margin-bottom: 0 !important;
}

/* Input rounded corners */
.contact-section input,
.contact-section textarea,
.contact-section select,
.contact-section1 input,
.contact-section1 textarea,
.contact-section1 select {
  border-radius: 8px !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
}

/* Reduce textarea height if used */
.contact-section textarea,
.contact-section1 textarea {
  min-height: 95px !important;
}

/* Submit button */
.contact-section .gform_button,
.contact-section1 .gform_button {
  border-radius: 5px !important;
  padding: 12px 22px !important;
  margin-top: 4px !important;
}

/* Footer gap */
.contact-section .gform_footer,
.contact-section1 .gform_footer {
  margin-top: 12px !important;
  padding-top: 0 !important;
}
.contact-section .gform_wrapper,
.contact-section1 .gform_wrapper {
  width: 60% !important;
  max-width: 60% !important;
}
.site-header,
.main-nav,
.nav-item {
  overflow: visible !important;
}

.site-header {
  z-index: 99999 !important;
}

.nav-item {
  position: relative;
}

.has-submenu {
  padding: 28px 0;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 450px;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  background: #08112f;
  border: 1px solid rgba(58, 104, 255, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  z-index: 999999;
}

.submenu a {
  display: block;
  padding: 12px 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  background: #08112f;
  text-decoration: none;
}

.submenu a:hover {
  background: #2946ff;
  color: #ffffff;
}

.has-submenu:hover .submenu,
.has-submenu.submenu-open .submenu {
  display: flex !important;
}


/*custom website esign*/

.website-design-inner{background-image: url("../images/cwd1.webp");background-size: cover;min-height:100vh;padding-top:260px;margin-top: -50px;width:100%;padding-top: 150px;
   padding-right: clamp(20px, 8vw, 150px);
    padding-left: clamp(20px, 8vw, 150px);
  
    padding-bottom: 50px;}
    .website-design-inner-one1{max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
.website-design-inner-one{display:flex;align-items: center; gap:70px;}
.website-design-inner-left,
.website-design-inner-right{flex:1;margin-inline:auto;}
.website-design-inner h3{color: #3971FB;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height:1.1; /* 312.5% */
    text-transform: capitalize;}
.website-design-inner h1{color: #FFF;
    font-family: Inter;
       font-size: clamp(2rem, 3vw, 3.75rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5 /* 125% */}


.website-design-inner h1 span{color: #3971FB;}
.website-design-inner-left p{width: 634px;
    color: #BFDBFE;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 150% */}
   .website-design-inner-right img{ width: 400px;height: 400px;}
    .website-design-inner-left a{ color: #38BDF8;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 187.5% */
        letter-spacing: 0.7px;
        display: inline-flex;
        padding: 9.2px 14.95px 9px 15.6px;
        justify-content: center;
        align-items: center;border-radius: 16px;
        border: 1.6px solid #38BDF8;
        background: #0432ED;
        margin-top:22px;
    }
.website-design-inner-left a:hover{ background: #155DFC;}
.website-design-inner-two{display:flex;max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
        padding: 10px 20px;
        align-items: flex-start;
        border-radius: 16px;
        border: 1px solid #7DFAFD;
        background: #000743;margin-top:40px;justify-content:center;align-items: center;}
.website-design-inner-two-left{width:15%;}
.website-design-inner-two-right{width:85%;}

.website-design-inner-two-right p{color: #BFDBFE;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 144.444% */}

.website-design-inner-two-right p span{color:#fff;}
.business-level{justify-content:center;text-align:center;margin-top:65px;max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
.business-level h3{color: #3971FB;
text-align: center;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 150% */
text-transform: capitalize;}
.business-level h1{color: #FFF;
text-align: center;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px; /* 125% */margin-bottom:40px;
text-transform: capitalize;}
.business-level h1 span{color: #3971FB;}
.buissiness-level-grid{
    display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;}
 .buissiness-level-grid-column{display:flex;text-align:left;justify-content:center;
     width: 100%;
    
    padding: 24px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 14px;
    border: 0.8px solid #1E3A8A;
    background: rgba(9, 24, 64, 0.70);align-items:center;
 }
 .buissiness-level-grid-column h4{color: #FFF;
font-family: Inter;
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 30px;padding-bottom:12px;}


.buissiness-level-grid-column p{color: #93C5FD;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 144.444% */}
.custom-website-section h3{line-height:20px !important;}
.custom-website-section{margin-top:85px;    max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
.website-design-list{display: flex;}
.features-box {
 WIDTH:100%;
  margin: 0 auto;
  padding: 25px;
  border-radius: 16px;
border: 0.5px solid #82FAFE;
background: #07133D;
box-shadow: 0 4px 4px 0 rgba(43, 127, 255, 0.26);
margin-top:15px;margin-bottom:60px;
}

.features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 44px;
  row-gap: 16px;
}

.features-list li {
  position: relative;
  padding-left: 24px;
  color: #cbd5e9;
  font-size: 15px;
  line-height: 1.4;
}

.features-list li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #102d66;
  color: #3d8eff;
  font-size: 11px;
  font-weight: 700;
}

/* Keep the first 9 items in the left column */
.features-list li:nth-child(-n + 9) {
  grid-column: 1;
}

/* Keep the remaining items in the right column */
.features-list li:nth-child(n + 10) {
  grid-column: 2;
}

.features-list li:nth-child(10) {
  grid-row: 1;
}

.features-list li:nth-child(11) {
  grid-row: 2;
}

.features-list li:nth-child(12) {
  grid-row: 3;
}

.features-list li:nth-child(13) {
  grid-row: 4;
}

.features-list li:nth-child(14) {
  grid-row: 5;
}

.features-list li:nth-child(15) {
  grid-row: 6;
}

.features-list li:nth-child(16) {
  grid-row: 7;
}

.features-list li:nth-child(17) {
  grid-row: 8;
}

.features-list li:nth-child(18) {
  grid-row: 9;
}

@media (max-width: 768px) {
  .features-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .features-list li {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}
.custom-website-grid{background-image: url("../images/cwdbg2.webp");background-size: cover;min-height:100vh;width:100%;padding-top: 50px;
 padding-right: clamp(20px, 8vw, 150px);
    padding-left: clamp(20px, 8vw, 150px);
    padding-bottom: 50px;}
.website-deliver-grid{max-width: min(1280px, calc(100% - 48px));
  margin-inline:auto;
}
.custom-website-grid h3{color: #3971FB;

font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 150% */
text-transform: capitalize;}
.custom-website-grid h1{color: #FFF;

font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px; /* 125% */margin-bottom:40px;
text-transform: capitalize;}
.custom-website-grid-inner{display: flex; width:100%;}
.custom-website-grid-inner1,.custom-website-grid-inner2{flex:1; align-items:center;}
.custom-website-grid-inner1 p{color: #D1D5DC;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 32px;}
.custom-website-grid-inner1 a{ color: #38BDF8;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 187.5% */
        letter-spacing: 0.7px;
        display: inline-flex;
        padding: 9.2px 14.95px 9px 15.6px;
        justify-content: center;
        align-items: center;border-radius: 16px;
        border: 1.6px solid #38BDF8;
        background: #0432ED;
        margin-top:25px;
    }
.why-choose-official{margin-top:60px;max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}.custom-website-grid-inner{gap:40px;}
.building-section{margin-top:60px;margin-top:60px;max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
.building-section h1{width: 883px;}
.approach-section{background-image: url("../images/cwd3webp.webp");background-size: cover;width:100%;padding-top: 50px;    padding-right: clamp(20px, 8vw, 150px);
    padding-left: clamp(20px, 8vw, 150px);
    padding-bottom: 50px;}
.approach-section h1{color: #FFF;
text-align: center;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px; /* 125% */}
.approach-section h1 span{color:#3B82F6;}
.approach-section p{color: #8EA3C8;
text-align: center;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 130% */padding-top:30px;}
.benefits-section {
  padding: 24px 40px 58px;
  color: #ffffff;
}

.benefits-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.benefit-card 
{
  min-height: 196px;
  grid-column: span 2;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(53, 102, 216, 0.5);
  border-radius: 16px;
  background: rgba(5, 14, 63, 0.76);
}

.card-one {
  grid-column: 2 / span 2;
}

.card-two {
  grid-column: 4 / span 2;
}

.benefit-number {
  position: relative;
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, #376dff, #153bc5 58%, #071b73 100%);
  box-shadow:
    0 0 14px rgba(53, 113, 255, 0.95),
    0 0 32px rgba(39, 87, 255, 0.52);
}

.benefit-number::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #76bdff;
  box-shadow: 0 0 9px #76bdff;
}

.benefit-number span {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.benefit-copy h3 {
 
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.benefit-copy p {
  margin: 0;
  color: #8394bd;
  font-size: 15px;
  line-height: 1.55;
  text-align:left !important;
}

@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-card,
  .card-one,
  .card-two {
    grid-column: auto;
  }

  .benefit-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 9px);
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .benefits-section {
    padding: 24px 16px 48px;
  }

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

  .benefit-card,
  .benefit-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .benefit-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .benefit-number {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .benefit-number span {
    font-size: 26px;
  }
}

.csdcontact{margin-top:0px !important;padding-top:50px !important;}
.seohermainbg1{background-image: url("../images/commombg1.webp");background-size: cover;min-height:100vh;width:100%;padding-top:200px;margin-top: -50px;width:100%;padding-right:clamp(20px, 8vw, 150px);padding-left: clamp(20px, 8vw, 150px);}
.paid-ads-hero-inner{max-width: min(1280px, calc(100% - 48px));margin-inline: auto;}
.paid-ads-hero{background-image: url("../images/commombg1.webp");background-size: cover;min-height:100vh;width:100%;padding-top:200px;margin-top: -50px;width:100%;padding-right:clamp(20px, 8vw, 150px);padding-left: clamp(20px, 8vw, 150px);}
.paid-ads-hero-inner h3{color: #3B82F6;padding-bottom:19px;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 115.385% */}

.paid-ads-hero h1{color: #FFF;padding-bottom:39px;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px; /* 125% */}
.paid-ads-hero1{display:flex;width:100%;align-items:center;}
.paid-ads-hero-left,
.paid-ads-hero-right{flex:1;}
.paid-ads-hero-right p{color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */}
.paid-ads-hero-left img{width:100%;height:auto;object-fit:contain;max-width:400px;}
.paid-ads-benefit-inner{display:flex;gap:140px;}
.paid-ads-benefit-inner-left{width:60%;}
.paid-ads-benefit-inner-right{width:40%;}
.paid-ads-benefit-inner-left p{color: #FFF;    
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
}
.paid-ads-benefits{padding-top:100px;}.paid-ads-hero-inner{padding-bottom:50px;}
.comprehensive-paid-ads h1{color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px; /* 125% */}
.comprehensive-paid-ads{background-image: url("../images/commonbg2.webp");background-size: cover;min-height:100vh;width:100%;padding-right: 150px;padding-left: 150px;padding-bottom: 50px;}

.comprehensive-paid-ads-inner h1{padding-bottom:70px;padding-top:20px;}
   .last-clomn-grid{ grid-column: 1 / -1;
    width: min(100%, 800px);
    justify-self: center;
    margin-top: 20px;}
.facebook-marketing-paid-ads{display: flex;

    padding: 33px 54px;gap:80px;;
align-items: center;
gap: 23px;border-radius: 16px;
border: 0.5px solid #5587F4;
background: rgba(9, 21, 59, 0.44);
box-shadow: 4px 4px 20px 0 rgba(57, 113, 251, 0.18);    margin-top: 48px;}
.facebook-marketing-paid-ads h2{color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 75px; /* 125% */}
.facebook-marketing-paid-ads p{color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */}
.facebook-marketing-paid-ads-left{width:60%;}

.facebook-marketing-paid-ads-right{width:40%;}

.google-ads-paid-ads-left{width:40%;}

.google-ads-paid-ads-right{width:60%;}.drive-custom{gap:40px;}
.choose-a-chicago{width:100;display:flex;}
.choose-a-chicago-main h3{color: #3B82F6;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px;padding-bottom:20px;}
.choose-a-chicago-main h1{color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px; /* 125% */}
.choose-a-chicago p{color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */}
.choose-a-chicago a{display: inline-flex;
padding: 12.6px 24px 11.4px 24px;
justify-content: center;
align-items: flex-start;
gap: 7.875px;
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */border-radius: 16px;
background: linear-gradient(90deg, #1A4BB5 0%, #2563EB 100%);margin-top:30px;
}
.choose-a-chicago-main{margin-top:70px;}
.choose-a-chicago-left{width: 60%;}
.choose-a-chicago-right{width: 40%;}





.seohero{max-width: min(1280px, calc(100% - 48px));
       margin-inline: auto;
   }



.seohero h2{color: #3B82F6;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px;padding-bottom:20px;}

.seohero h1{color: #FFF;
font-family: Inter;
font-size: clamp(2rem, 3vw, 3.75rem);
font-style: normal;
font-weight: 700;
line-height:1.3;}
.seohero p{color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.7; }
.seohero a{display: inline-flex;
padding: 12.6px 24px 11.4px 24px;
justify-content: center;
align-items: flex-start;
gap: 7.875px;
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */border-radius: 16px;
background: linear-gradient(90deg, #1A4BB5 0%, #2563EB 100%);margin-top:30px;}
.seo-hero-inner{display:flex;width:100%;align-items: center;}
.seo-hero-inner-left,.seo-hero-inner-right { flex: 1;}
.seo-hero-inner-right img {
    width: 100%;
    max-width: 556px;
    height: auto;
    display: block;
    margin-left: auto;
}
.seo-hero-inner-right {
    flex: 0 1 556px;
}

.seo-hero-inner-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/*.seo-hero-inner-left{width:60%;}.seo-hero-inner-right{width:40%;}*/
.chicago-premiur h2{color: #3B82F6;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px;padding-bottom:20px;}
.chicago-premiur h1{color: #FFF;
font-family: Inter;
font-size: clamp(2rem, 3vw, 3.75rem);
font-style: normal;
font-weight: 700;
line-height:1.1;padding-bottom:20px;}
.chicago-premiur-inner{display: flex;
    width: 100%;
    align-items: center;
  }
.chicago-premiur-inner p{color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.7; padding-top:30px;}
.chicago-premiur h1 span{
color: #3B82F6;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px;
}
.chicago-premiur-inner-left img {
    width: 100%;
    max-width:455px;
    height: auto;
    display: block;

}
.chicago-premiur-inner-left {
    flex: 0 1 556px;
}

.chicago-premiur-inner-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.chicago-premiur{margin-top:70px;    max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
.chicago-premiur-inner a{display: inline-flex;
padding: 12.6px 24px 11.4px 24px;
justify-content: center;
align-items: flex-start;
gap: 7.875px;
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */border-radius: 16px;
background: linear-gradient(90deg, #1A4BB5 0%, #2563EB 100%);margin-top:30px;}
.chicago-premiur-inner-left,
.chicago-premiur-inner-right{flex:1;}
.seoboost{padding-top:60px !important;}
.seoboost h3{color: #3B82F6;
font-family: Inter;
font-size: 44px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 68.182% */padding-top:43px;padding-bottom:20px;}
.seoboost h1 span{color: #3B82F6;}
.seoboost-inner{gap:40px;}
.seo-statistic{padding-top:60px;max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
}
.key-benefits{max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
    .aq-section2{max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
    .why-seo{max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
    .practice-goals{max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
    .seo-price-section{max-width: min(1280px, calc(100% - 48px));
    margin-inline: auto;}
.seo-statistic h2{color: #3B82F6;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px;padding-bottom:20px;}
.seo-statistic h1{color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px;}
.seo-statistic h1 span{color: #3B82F6;}
.static-grid{display:flex;gap:40px;padding-top:40px;padding-bottom:40px;}
.grid-main{width:33.33%;align-items:center;height:auto;
padding: 40px;

align-items: center;
gap: 16px;border-radius: 14px;
border: 0.8px solid rgba(59, 130, 246, 0.20);
background: rgba(255, 255, 255, 0.04);}
.grid-main h4{color: #3B82F6;padding-bottom:30px;
text-align: center;
font-family: Inter;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */}
.grid-main p{color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 144.444% */}
.why-seo p{color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 31px; /* 144.444% */ padding-top:20px;}
.why-seo a{display: inline-flex;
padding: 12.6px 24px 11.4px 24px;
justify-content: center;
align-items: flex-start;
gap: 7.875px;
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */border-radius: 16px;
background: linear-gradient(90deg, #1A4BB5 0%, #2563EB 100%);margin-top:30px;}
.seo-approach-inner{display: grid;
  grid-template-columns: repeat(2, 1fr);    gap: 40px;padding-top: 50px;
}
 
.seo-approach-inner1{display:grid;}
.seo-approach-inner2{display:grid;}
.seo-approach-inner3{  grid-column: 1 / -1;
  width: 50%;
  justify-self: center;}
.seo-main{

height:auto;
padding: 28px 32px;
align-items: flex-start;
gap: 24px;
flex-shrink: 0;border-radius: 16px;
border: 0.8px solid rgba(0, 180, 255, 0.20);
background: linear-gradient(135deg, #041040 0%, #0A1F6E 100%);}
.seo-approch-phase-top{display: grid;
    grid-template-columns: minmax(0, 30%) minmax(0, 70%);
    gap: 14px;}
  .seo-approch-phase-bottom{display: grid;
    grid-template-columns: minmax(0, 30%) minmax(0, 70%);
    gap: 14px;}
 .seo-approach-last{  grid-template-columns: repeat(3, 1fr);padding-top:40px;}   
.seo-approch-phase-top h6{display: flex;
width: 70px;
height: 70px;
justify-content: center;
align-items: center;border-radius: 32px;
border: 1.6px solid rgba(0, 200, 255, 0.40);
background: linear-gradient(135deg, #04B 0%, #09F 100%);
box-shadow: 0 0 20px 0 rgba(0, 120, 255, 0.50);color: #FFF;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 31.2px; /* 130% */}
.seo-approch-phase-top h5{color: #FFF;
font-family: Inter;
font-size: 27px;
font-style: normal;
font-weight: 700;
line-height: 35px; /* 129.63% */}


.seo-feutured-list{display:block !important}

.grid-main img{display: block;
  margin-left: auto;
  margin-right: auto;margin-bottom:20px;}


.reputation-hero{background-image: url("../images/commombg1.webp");background-size: cover;min-height:100vh;width:100%;padding-top:200px;margin-top: -50px;width:100%;padding-left:150px;padding-right:150px;}
.reputation-enhance-inner{display:flex;}
.reputation-enhance h3{color: #3B82F6;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px;}
.reputation-enhance h1{color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px;}
.reputation-enhance h1 span{color: #3B82F6;}
.reputation-enhance-left{width:40%;}
.reputation-enhance-right{width:60%;}
.reputation-enhance-right p{color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
    padding-top: 82px;}
    .reputation-enhance-right h6{color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
padding-top:30px;
}
.reputation-enhance-right a{display: inline-flex;
padding: 12.6px 24px 11.4px 24px;
justify-content: center;
align-items: flex-start;
gap: 7.875px;
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */border-radius: 16px;
background: linear-gradient(90deg, #1A4BB5 0%, #2563EB 100%);margin-top:30px;}

p{color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 30px;
   }
    h1{color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 75px;text-transform: Capitalise;}
h1 span{color: #3B82F6;text-transform: Capitalise;}
.why-online-rep{padding-top:50px;}.rep-grid{padding-top:50px;}
h2{color: #3B82F6;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 30px;padding-bottom:20px;}
.rep-management-inner{display: flex;}
.rep-management-inner-left{width:40%;}
.rep-management-inner-right{width:60%;}
.rep-management{padding-top:50px;}.rep-management-inner-right p{padding-top:50px;line-height:32px;width:900px;}
.rep-grow{padding-top:50px;}.rep-trusted{padding-top:65px;}
.rep-trusted-inner{display:flex;padding-top:20px;}
.rep-trusted-inner-left{width:60%;}
.rep-trusted-inner-right{width:40%;}
.people-trust{display:flex;padding: 30px 73px 30px 30px;border-radius: 16px;width:100%;
background: #000F3F;gap:50px;}
.people-trust-left{width:40%;}
.people-trust-right{width:60%;}

.people-trust-right p{}

.review-stats-section {
  padding: 50px 14px;

}

.review-stats-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.review-stat-card {
  min-height: 85px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 34px;
  border-radius: 8px;
  background: rgba(5, 20, 72, 0.72);
  border: 1px solid rgba(54, 105, 255, 0.22);
  box-shadow: inset 0 0 34px rgba(33, 91, 255, 0.12);
}

.review-stat-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #2779ff 0%, #123ed8 56%, #06186c 100%);
  box-shadow:
    0 0 10px rgba(51, 137, 255, 0.85),
    inset 0 0 12px rgba(255, 255, 255, 0.18);
}

.review-stat-icon img {
 
}

.review-stat-content h3 {
  margin: 0;
  color: #3475ff;
  font-size: 46px;
  line-height: 0.95;
  font-weight: 800;
}

.review-stat-content p {
  max-width: 335px;
  margin: 4px 0 0;
  color: #d4def4;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .review-stats-grid {
    grid-template-columns: 1fr;
  }

  .review-stat-card {
    padding: 16px 18px;
  }

  .review-stat-content h3 {
    font-size: 38px;
  }

  .review-stat-content p {
    font-size: 12px;
  }
}
.powr-customer{text-align:center;padding-top:50px;}


.key-benefits{padding-top:50px;}
.key-benefits-inner{display:flex;gap:50px;padding-top:50px;}
.key-benefits-inner-left{width:40%;}
.key-benefits-inner-right{width:60%;}
.faq-section2
{padding-top:150px;padding-bottom:50px;}



.faq-cta1{display: flex;
    gap: 30px;
    color: #CDDFF5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 24px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 14px;
    border: 0.8px solid rgba(0, 200, 255, 0.20);
    background: linear-gradient(90deg, rgba(0, 200, 255, 0.08) 0%, rgba(0, 200, 255, 0.02) 100%);}
    .practice-goals{width:100%;display:flex;text-align:left;padding-top:100px;line-height:20px;}
    .practice-golas-inner-left{width:30%;display: flex;
    /* align-items: center; */
    min-height: 700px;
    flex: 1;
    flex-direction: column;
    justify-content: center;}
    .practice-goals-inner-right,.practice-golas-inner-left{flex:1;}
   .practice-golas-inner-left  h4{color: #FFF;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
letter-spacing: 0.72px;padding-top:20px;
}
    .practice-golas-inner-left h4 span{
color: #FFD700;}
    .practice-golas-inner-left p{color: #8BA3C7;padding-top:20px;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */}
.seo-price-section{padding-top:50px;}.seo-price-section h3{text-align:center;color: #3B82F6;
text-align: center;
font-family: Inter;
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 61.538% */}.seo-price-section h1{text-align:center;}
.seo-price-inner{
    display: flex;
    gap: 40px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 45px;}



.brown-header{display:flex;gap:20px;padding:24px;}
.brown-header h7{color: #CD7F32;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 100% */}
.brown-header h7 span{color: #FFF;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 133.333% */}
.seo-price-inner-bronse{display: flex;
width: 325px;
flex-direction: column;
align-items: flex-start;
border-radius: 16px;
border: 0.8px solid rgba(205, 127, 50, 0.30);
background: linear-gradient(160deg, rgba(205, 127, 50, 0.15) 8.49%, rgba(9, 18, 32, 0.95) 41.7%);padding-bottom:35px;}
.seo-price-inner-silver{
    display: flex;
width: 325px;
flex-direction: column;
align-items: flex-start;
border-radius: 16px;
border: 0.8px solid rgba(0, 200, 255, 0.35);
background: linear-gradient(90deg, #00C8FF 0%, #0080FF 100%);}
.seo-price-inner-gold{background: linear-gradient(160deg, rgba(255, 215, 0, 0.12) 8.49%, rgba(9, 18, 32, 0.95) 41.7%);
}
.bronce-border{padding-bottom:24px;border-top:1px solid #cd7f326e;}    
.bronce-border ul li{list-style-type:disc;color: #CDDFF5;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 150% */}

.bronce-border ul{padding:39px;}
.get-started-button a{color: #CD7F32;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 900;
line-height: 20px; /* 142.857% */
letter-spacing: 1.12px;
text-transform: uppercase;

padding: 13.4px 82.95px 12.2px 82.775px;
justify-content: center;
align-items: center;border-radius: 14px;
border: 0.8px solid rgba(205, 127, 50, 0.30);
background: rgba(205, 127, 50, 0.10);}


.get-started-button{margin: 0 auto;}

.silver-header h7{color:#3B82F6;}
.gold-header h7{color: #FFD700;}
.top-feutures h1{justify-content:center;margin:0 auto; padding-top:50px;text-align:center;}
.top-fetur-second{display:flex;gap:20px;}
.top-fetur-first{display:flex;gap:20px;}
.top-feaaatre-list{display: flex;
width: 253.8px;
padding: 24px;
flex-direction: column;
align-items: flex-start;border-radius: 14px;gap:20px;
border: 0.8px solid rgba(20, 71, 230, 0.40);
background: linear-gradient(135deg, rgba(28, 57, 142, 0.30) 0%, rgba(22, 36, 86, 0.30) 100%);}

.top-feaaatre-list h6{color: #FFF;margin:0 auto;
text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px;}.top-feuter-grid{display: grid; gap:40px;padding-top:40px;justify-content: center;}.top-feutures{padding-bottom:50px;}
.rep-exp{width:100%;padding-top:50px;padding-bottom:50px;}
.rep-exp-inner{display:flex;gap:40px;}
.rep-exp-inner-left{width:40%;}
.rep-exp-inner-right{width:60%;     flex: 1;
    flex-direction: column;
    justify-content: center;
    display: flex;  }
.key-reason-left{ flex: 1;
    flex-direction: column;
    justify-content: center;
    display: flex; }
.key-reason{flex-direction:row-reverse;padding:25px;}.rep-build{flex-direction:row-reverse;display:flex !important;}
.key-reason ul {list-style:disc;padding: 25px;}
.key-reason ul li{color: #D1D5DC;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */}
.rep-build a{color: #3B82F6;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
letter-spacing: 1.28px;display: flex;
height: 51.2px;
padding: 12px 28px;
align-items: center;
gap: 10px;border-radius: 16px;
border: 1.6px solid #3B82F6;    width: 40%;
    margin-top: 20px;}
    .rep-effort a{color: #3B82F6;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
letter-spacing: 1.28px;
height: 51.2px;
padding: 12px 28px;
align-items: center;
gap: 10px;border-radius: 16px;
border: 1.6px solid #3B82F6;    width: 50%;
    margin-top: 20px;}
    
.rep-effort-left{    flex: 1;
    flex-direction: column;
    justify-content: center;
    display: flex; }
    .rep-form-inner{padding-bottom:45px;padding-top:45px;}
.rep-form{padding-top:50px;}
.rep-form h1{text-align:center;}
.rep-inner-left1{display:flex;}
.rep-form-inner-left{padding-bottom:50px;}
.rep-form-inner-right{width:60%;}
.rep-inner-firstleft{width:30%;}
.rep-inner-secondleft h5{
color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */}
.rep-inner-secondleft p{
color: #99A1AF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;padding-top:10px;
line-height: 30px; /* 150% */}
.rep-form-inner-left{padding-bottom:30px;}
.rep-form-inner{display: flex;gap:50px;}
.review-system{padding-bottom:50px;}

.rw-footer-bottom1 p{display:none;}
.rw-footer-bottom p{color: #F1F7FF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */text-align:center; padding-top:25px;}


.audit-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  font-family: Arial, sans-serif;
  width:80%;justify-content:center; margin:0 auto;padding-bottom:50px;
}

.audit-left {
  padding: 70px;
  background: #f4f4f4;
}

.audit-left h2 {
  margin: 0 0 42px;
  color: #173c60;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

.audit-left h3 {
  margin: 0 0 34px;
  color: #173c60;
  font-size: 28px;
  font-weight: 700;
}

.audit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.audit-list li {
  position: relative;
  margin-bottom: 26px;
  padding-left: 62px;
  color: #050505;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 500;
}

.audit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f4c242;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.audit-right {
  padding: 60px;
  background: rgba(5, 16, 56, 0.92);;
  color: #ffffff;
}

.audit-form-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.audit-form-wrap > h3 {
  margin: 0 0 12px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
}

/* Gravity Form Styling */
.audit-form-wrap .gform_wrapper {
  margin: 0 !important;
}

.audit-form-wrap .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 28px !important;
}

.audit-form-wrap .gfield {
  margin: 0 !important;
}

.audit-form-wrap .gfield_label {
  display: none !important;
}

.audit-form-wrap .gfield--width-full {
  grid-column: 1 / -1 !important;
}

.audit-form-wrap input,
.audit-form-wrap textarea,
.audit-form-wrap select {
  width: 100% !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #222222 !important;
  font-size: 18px !important;
  box-shadow: none !important;
}

.audit-form-wrap input,
.audit-form-wrap select {
  height: 50px !important;
  padding: 0 30px !important;
}

.audit-form-wrap textarea {
  min-height: 78px !important;
  padding: 20px 30px !important;
  resize: vertical;
}

.audit-form-wrap input::placeholder,
.audit-form-wrap textarea::placeholder {
  color: #7d7d7d !important;
  opacity: 1;
}

.audit-form-wrap .gform_footer {
  margin: 34px 0 0 !important;
  padding: 0 !important;
}

.audit-form-wrap .gform_button {
  width: 100% !important;
  height: 64px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f4c242 !important;
  color: #ffffff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  cursor: pointer;
}

.audit-form-wrap .gform_button:hover {
  background: #e7b431 !important;
}

/* Field-specific layout if Gravity does not add full width automatically */
.audit-form-wrap .mobile-field,
.audit-form-wrap .message-field {
  grid-column: 1 / -1 !important;
}

/* Mobile */
@media (max-width: 1024px) {
  .audit-section {
    grid-template-columns: 1fr;
  }

  .audit-left {
    padding: 80px 28px 50px;
  }

  .audit-right {
    padding: 50px 28px 60px;
  }
}

@media (max-width: 640px) {
  .audit-form-wrap .gform_fields {
    grid-template-columns: 1fr;
    gap: 18px !important;
  }

  .audit-form-wrap input,
  .audit-form-wrap select {
    height: 56px !important;
    font-size: 18px !important;
    padding: 0 18px !important;
  }

  .audit-form-wrap textarea {
    font-size: 18px !important;
    padding: 16px 18px !important;
  }

  .audit-form-wrap .gform_button {
    height: 58px !important;
    font-size: 22px !important;
  }

  .audit-list li {
    padding-left: 44px;
    margin-bottom: 18px;
  }

  .audit-list li::before {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}
/* Homepage Gravity Form label */
.hero-copy #gform_wrapper_2 #field_2_2 .gfield_label {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

/* Keep input below label */
.hero-copy #gform_wrapper_2 #field_2_2 {
  display: block !important;
}

/* Input style */
.hero-copy #gform_wrapper_2 #input_2_2 {
  width: 100% !important;
  height: 54px !important;
  padding: 0 16px !important;
  border-radius:4px !important;
}
/* Gravity Form Hero Section */
.gform_wrapper.gravity-theme form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="url"] {
    height: 56px !important;
    min-width: 250px;
    margin: 0 !important;
}

.gform_wrapper.gravity-theme .gform_button {
    height: 56px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsive-phone-icon{display:none;}
.mobile-responsive-audit{display:none;}
.mobile-responsive{display: none;}

.paid-ads-hero-right a {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 30px;
    padding: 12.6px 24px 11.4px;
    gap: 7.875px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgb(26, 75, 181) 0%, rgb(37, 99, 235) 100%);
}





