* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  /* padding: 40px; */
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* padding: 40px; */
  align-items: center;
  justify-content: space-between;
}
.first-container {
  width: 100%;
  background: #4f92d1;
  background: linear-gradient(
    90deg,
    rgba(79, 146, 209, 0.2) 0%,
    rgba(79, 146, 209, 0.21) 17%,
    rgba(232, 92, 88, 0.21) 82%
  );
  padding: 50px 0px;
}

.main-content {
  display: flex;
  width: 1440px;
  max-width: calc(100% - 30px);

  justify-content: space-between;
  margin: 0 auto;
}
.second-container {
  width: 1440px;
  max-width: calc(100% - 30px);
  display: flex;
  background-color: white;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 30px;
  margin-top: 60px;
}

.left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.right-container {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.badge {
  max-width: max-content;
  display: inline-block;
  background: #4f92d1;
  background: linear-gradient(
    90deg,
    rgba(79, 146, 209, 1) 0%,
    rgba(79, 146, 209, 0.91) 17%,
    rgba(232, 92, 88, 1) 82%
  );
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;

  color: white;
  font-weight: 600;
}
h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
}
.revenu {
  background: linear-gradient(to right, #2196f3, #ff5722);
  -webkit-background-clip: text;
  color: transparent;
}

.left p {
  font-size: 20px;
  font-weight: 400;
  color: #424242;
}
.blue {
  color: #3b99e1;
}
.avatars {
  display: flex;
  align-items: center;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  border: 5px solid white;
  margin-left: -15px;
  background: linear-gradient(135deg, #5f9cff, #6a5acd);
}

.avatar:first-child {
  margin-left: 0;
}

.avatar.active {
  background: linear-gradient(135deg, #ff7a45, #ff4d4f);
}

.avtar-rating {
  display: flex;
  gap: 25px;
  color: #555f6c;
}

.avatar.more {
  background: #d9d9d9;
  color: #555;
}
.rating {
  margin: 10px 0 20px;
  font-size: 16px;
}
.buttons {
  display: flex;
  gap: 30px;
}
.buttons button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  background-color: white;

  border-radius: 12px;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  padding: 30px 30px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  background: #4f92d1;
  color: white;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(79, 146, 209, 1) 0%,
    rgba(79, 146, 209, 0.91) 17%,
    rgba(232, 92, 88, 1) 82%
  );
}

.whatsapp-btn {
  transition: 0.3s;
  border: 2px solid rgb(25, 170, 25);
  color: rgb(25, 170, 25);
}

.whatsapp-btn:hover {
  background-color: rgb(25, 170, 25);
  color: white;
  transition: 0.3s;
}

.whatsapp-btn i {
  font-size: 25px;
}
.image-container {
  position: relative;
  width: 620px;

  background: #ffffff;
  padding: 12px;
  border-radius: 22px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: visible;
}

.image-wrapper {
  width: 100%;
  height: 460px;
  background-image: url('https://images.pexels.com/photos/7163402/pexels-photo-7163402.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
}

.review-card {
  position: absolute;
  top: -25px;
  right: -20px;

  background: #f7f7f7;
  padding: 14px 18px;
  border-radius: 16px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.review-card .stars {
  color: #ff7a00;
  font-size: 16px;
  margin-bottom: 6px;
}

.review-card p {
  margin: 0;
  font-size: 14px;
}

.review-card span {
  font-size: 12px;
  color: #777;
}

.growth-card {
  position: absolute;

  bottom: -25px;
  left: -20px;

  display: flex;
  align-items: center;
  gap: 12px;

  background: #f7f7f7;
  padding: 16px 20px;
  border-radius: 18px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

.growth-card .icon {
  width: 45px;
  height: 45px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #5f9cff, #ff5c5c);
  color: white;
}

.our-stats {
  display: flex;
}
.our-stats h2 {
  font-weight: 600;
  font-size: 32px;
}
.our-stats p {
  font-size: 16px;
}
.stats {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.yellow {
  color: #ff904a;
}
.orange {
  color: #ff5446;
}

.red {
  color: #ff5343;
}

.yellow-div {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

.line {
  width: 85%;
  border: none;
  height: 1px;
  background-color: #bfbfbf;
}

.banner {
  margin-top: 10px;
  width: 70%;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #eff6ff;
  border: 2px solid #dbeafe;
  border-radius: 18px;
  padding: 12px 16px;
  width: fit-content;
  font-family: sans-serif;
}

.icon {
  width: 36px;
  height: 36px;
  background: #3aa0ff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}

.banner p {
  margin: 0;
  font-size: 14px;
  color: #475569;
}

.banner span {
  color: #3b99e1;
  font-weight: 600;
}

.section-title {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

/* Updated to target H2 for SEO mapping */
.section-title h2 {
  font-size: 42px;

  line-height: 1.2;
}

.section-title h2 span {
  background: linear-gradient(to right, #4facfe, #ff5e62);
  -webkit-background-clip: text;
  color: transparent;
}

.section-title-desc {
  font-size: 15px !important;
  font-weight: 400;
}

.section-title p {
  color: #6b7280;
  font-size: 18px;
  margin-top: 10px;
}

.cards {
  display: flex;
  gap: 40px;

  margin-top: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  width: 360px;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  flex: 1;
}

.stars {
  color: #ff8c42;
  font-size: 18px;
  margin-bottom: 15px;
}

.quote {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  color: #60a5fa;
  background: #eef2ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.card {
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid rgba(236, 236, 236, 0);
}
.card p {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 20px;
}
.card:hover {
  transform: translateY(-20px);
  transition: 0.5s;
  border: 2px solid #ef4444;
}

.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 15px 0;
}

.user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(to right, #4facfe, #ff5e62);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.user-info h4 {
  font-size: 16px;
  font-weight: 600;
}

.user-info span {
  font-size: 14px;
  color: #6b7280;
}

.check {
  color: #3b82f6;
  font-size: 20px;
}

.real-stories {
  max-width: max-content;
  display: inline-block;
  background: #4f92d1;
  background: linear-gradient(
    90deg,
    rgba(79, 146, 209, 1) 0%,
    rgba(79, 146, 209, 0.91) 17%,
    rgba(232, 92, 88, 1) 82%
  );
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;

  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}

.stats-container {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.stat-card h2 {
  font-size: 34px;
  font-weight: 700;
}

.blue {
  color: #3b82f6;
}

.orange {
  color: #fb923c;
}

.red {
  color: #ef4444;
}

.stat-card p {
  margin-top: 10px;
  color: #6b7280;
  font-size: 15px;
}

.industry-box {
  margin: 0 auto;
  width: 100%;
  /* max-width: 1250px; */
  padding: 30px 15px;
  border-radius: 20px;
  background: linear-gradient(to right, #eef2f7, #fce7f3);
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.industry-box strong {
  color: #111827;
  font-weight: 600;
  font-size: 18px;
}

.industry-box span {
  color: #4b5563;
}

.expertise {
  width: 1440px;
  max-width: calc(100% - 30px);
  text-align: center;
  padding: 80px 0px;
  /* background: linear-gradient(to right, #eef2f7, #fce7f3); */
  font-family: 'Poppins', sans-serif;
}

.badge-top {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  background: #4f92d1;
  background: linear-gradient(
    90deg,
    rgba(79, 146, 209, 1) 0%,
    rgba(79, 146, 209, 0.91) 17%,
    rgba(232, 92, 88, 1) 82%
  );
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  gap: 7px;
}

.our-ex-icon-div {
  width: 25px;
  height: 25px;
}
.our-ex-icon {
  width: 90%;
}
/* Updated to target H2 for SEO mapping */
.expertise h2 {
  font-size: 42px;

  line-height: 1.2;
}

.expertise h2 span {
  background: linear-gradient(to right, #4facfe, #ff5e62);
  -webkit-background-clip: text;
  color: transparent;
}

.subtitle {
  max-width: 700px;
  margin: 15px auto 40px;
  color: #6b7280;
  font-size: 18px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;

  margin: auto;
}

.box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: left;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
  border: 2px solid #7ad5ff00;
}

.icon-div {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: white;
  color: black;

  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.number {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f1f5f9;
  border-radius: 50%;
  padding: 8px 12px;
  font-size: 14px;
}

.box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.box p {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 15px;
}

.box a {
  color: #3b82f6;
  font-size: 14px;
  text-decoration: none;
}

.box {
  transition: all 0.3s ease;
}

.box:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 2px solid #ff7a7a;
  transition: 0.3s;
  cursor: pointer;
}
.icon-div {
  /* background: linear-gradient(to right, #4facfec3, #ff5e61c6); */
  transition: all 0.4s ease;
  margin-bottom: 10px;
}

.icon-div img {
  width: 60%;
}

.box:hover .icon-div {
  transform: rotate(12deg) scale(1.1);
}

.business-web-icon {
  background-color: #5390f3;
}
.business-web-div {
  border: 2px solid #5390f3;
}
.landing-web-icon {
  background-color: #ff5a5a;
}
.landing-web-div {
  border: 2px solid #ff5a5a;
}
.commerce-web-icon {
  background-color: #ff904a;
}
.commerce-web-div {
  border: 2px solid #ff904a;
}
.redesign-web-icon {
  background-color: #6367ff;
}

.redesign-web-div {
  border: 2px solid #6367ff;
}
.seo-web-icon {
  background-color: #ff88ba;
}

.seo-web-div {
  border: 2px solid #ff88ba;
}
.support-web-icon {
  background-color: #84b179;
}

.support-web-div {
  border: 2px solid #84b179;
}

.bonus-title h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #121212;
}
.why-choose {
  width: 100%;
  padding: 100px 0px;
  background-color: #f2f9ff;
  text-align: center;
}
.why-choose-container {
  width: 1440px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.why-choose-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.why-choose-title span {
  background: linear-gradient(to right, #4facfe, #ff5e62);
  -webkit-background-clip: text;
  color: transparent;
}

.bonuses-div {
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
  margin: 0 auto;
  background-color: white;
}

.bonus-card-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.bonus-card {
  min-width: 500px;
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 20px;
  flex: 1;
  transition: 0.3s;
  cursor: pointer;
}

.bonus-card-content {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.bonus-card-content p {
  text-align: start;
}
.bonus-card-title {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.bonus-card-icon-div {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seo-bonus-card {
  background: #3baedb;
  background: linear-gradient(
    103deg,
    rgba(59, 174, 219, 0.12) 0%,
    rgba(199, 186, 87, 0) 74%,
    rgba(255, 255, 255, 0.12) 100%
  );

  border: 1px solid rgb(110, 190, 255);
}

.responsive-bonus-card {
  background: #ffa412;
  background: linear-gradient(
    103deg,
    rgba(255, 164, 18, 0.12) 0%,
    rgba(199, 186, 87, 0) 74%,
    rgba(255, 255, 255, 0.12) 100%
  );
  border: 1px solid rgb(255, 203, 160);
}

.bonus-card-icon-div {
  transition: 0.4s;
}
.bonus-card-icon-div img {
  width: 60%;
}

.responsive-bonus-card-icon {
  background-color: #ff904a;
}
.fast-bonus-card {
  background: #ff1212;
  background: linear-gradient(
    103deg,
    rgba(255, 18, 18, 0.12) 0%,
    rgba(199, 186, 87, 0) 74%,
    rgba(255, 255, 255, 0.12) 100%
  );
  border: 1px solid rgb(255, 166, 166);
}

.fast-bonus-card-icon {
  background-color: #ff5446;
}

.support-bonus-card {
  background: #f312ff;
  background: linear-gradient(
    103deg,
    rgba(243, 18, 255, 0.12) 0%,
    rgba(199, 186, 87, 0) 74%,
    rgba(255, 255, 255, 0.12) 100%
  );
  border: 1px solid rgb(255, 166, 221);
}

.support-bonus-card-icon {
  background-color: #f989ff;
}
.bonus-card-desc {
  font-size: 16px;
  color: #575757;
}
.bonus-card:hover .bonus-card-icon-div {
  transform: rotate(12deg) scale(1.1);
  transition: 0.4s;
}

.bonus-card:hover {
  /* transform: translateY(-10px); */

  transform: scale(1.02);
}

.satisfaction-container {
  width: max-content;
  padding: 20px 30px;
  display: flex;
  background: #bff25a;
  background: linear-gradient(
    103deg,
    rgba(191, 242, 90, 0.12) 0%,
    rgba(199, 186, 87, 0) 74%,
    rgba(255, 255, 255, 0.12) 100%
  );
  border: 1px solid rgb(136, 227, 113);
  gap: 20px;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 40px;
}
.satis-icon-div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(79, 207, 79);
  border-radius: 50%;
}
.satis-icon-div img {
  width: 60%;
}
.satis-content-div p {
  text-align: start;
}
.satis-title {
  font-size: 17px;
  font-weight: 500;
}
.satis-desc {
  font-size: 14px;
  color: #4b4b4b;
}

.our-work {
  width: 100%;
  text-align: center;
  padding: 50px 0px;
}
.section-title {
  font-weight: 600;
}

.our-work-container {
  width: 1440px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.each-work-div {
  min-width: 350px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  text-align: start;
  overflow: hidden;
  cursor: pointer;
  flex: 1;
  transition: 0.4s;
  border: 1px solid rgb(255, 195, 195);
}

.each-work-content-div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px;
}
.work-desc {
  font-size: 14px;
  color: #545454;
}
.work-desc span {
  font-weight: 500;
}

.work-result {
  font-size: 14px;
  color: #545454;
}

.work-result span {
  color: #ff3333;
}

.each-work-img-div {
  width: 100%;
  height: 240px;
  overflow: hidden; /* prevents overflow while zooming */
  position: relative;
}
.bg-ecom-image {
  background-image: url('/page-assets/ecommerce-page.jpg');
}
.bg-business-image {
  background-image: url('/page-assets/business-page.jpg');
}
.bg-landing-image {
  background-image: url('/page-assets/landing-page.jpg');
}
.bg-startup-image {
  background-image: url('/page-assets/startup.jpg');
}
.bg-restaurant-image {
  background-image: url('/page-assets/restaurant.jpg');
}
.bg-agency-image {
  background-image: url('/page-assets/agency.jpg');
}

.work-title {
  font-size: 20px;
  color: #ff5e62;
}

.bg-image {
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: top;
  transition: transform 0.5s ease;
}

.each-work-div:hover {
  transition: 0.4s;
  transform: translateY(-10px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 1px solid rgb(255, 104, 104);
}

.each-work-div:hover .bg-image {
  transform: scale(1.1);
  transition: 0.5s;
}

.contact-section {
  text-align: center;
  width: 100%;
  padding: 50px 0px;
}

.contact-section-container {
  width: 1440px;
  max-width: calc(100% - 30px);
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  gap: 30px;
}

.contact-info-container {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.contact-info-banner {
  padding: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: flex;
  flex-direction: column;
  background: #ff5e5e;
  background: linear-gradient(
    90deg,
    rgba(255, 94, 94, 0.1) 1%,
    rgba(56, 171, 242, 0.1) 100%
  );
  border-radius: 20px;
  gap: 15px;
  border: 1.5px solid rgba(39, 169, 255, 0.757);
}
.info-banner-div {
  padding: 10px 20px;
  display: flex;
  gap: 12px;
  background-color: white;
  border: 1px solid rgb(227, 227, 227);
  border-radius: 10px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  align-items: center;
}

.info-banner-div p {
  color: #575757;
  font-size: 14px;
}
.top-banner-div {
  display: flex;
  gap: 15px;
}

.top-banner-icon-div {
  width: 45px;
  height: 45px;
  background: linear-gradient(to right, #4facfe, #ff5e62);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-banner-icon-div img {
  width: 60%;
}
.top-banner-content-div .top-banner-title {
  font-size: 18px;
  font-weight: 500;
}
.top-banner-desc {
  font-size: 14px;
  color: #606060;
}

.banner-icon-div {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-icon-div img {
  width: 90%;
}

.middle-banner-div {
  width: 100%;
  display: flex;
  gap: 15px;
  padding: 20px;
  border: 2px solid rgb(227, 227, 227);
  border-radius: 20px;
  background-color: white;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}

.middle-banner-div:hover .middle-banner-icon-div {
  transition: 0.4s;
  transform: scale(1.2);
}
.middle-banner-call:hover {
  transition: 0.4s;
  border: 2px solid #368dd5;
}
.middle-banner-mail:hover {
  transition: 0.4s;
  border: 2px solid #e7914b;
}
.middle-banner-icon-div {
  width: 55px;
  height: 55px;
  background-color: #e5f0fb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.4s;
}
.middle-banner-icon-div img {
  width: 60%;
}
.middle-banner-content-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.middle-banner-title {
  font-size: 14px;
  color: #696969;
}
.middle-banner-desc {
  font-size: 20px;
  color: #368dd5;
  font-weight: 500;
}

.mail-icon-div {
  background-color: #ffefe6;
}

.mail-desc {
  color: #e7914b;
}
.reach-directly-title {
  padding-left: 20px;
}

.go-icon-div {
  width: 30px;
  height: 30px;
  margin-left: auto;
  transition: 0.4s;
}

.go-icon-div img {
  width: 100%;
}

.middle-banner-div:hover .go-icon-div {
  transition: 0.4s;
  transform: translateX(5px);
}

.middle-banner-div:hover {
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
}

.whatsapp-div {
  padding: 20px 30px;
  background-color: rgb(60, 199, 60);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}

.whatsapp-div:hover .whatsapp-icon-div {
  transform: scale(1.2);
  transition: 0.4s;
}

.whatsapp-div:hover {
  box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
  cursor: pointer;
  transition: 0.4s;
}

.whatsapp-chat-title {
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.whatsapp-icon-div {
  width: 30px;
  height: 30px;
  transition: 0.4s;
}

.whatsapp-icon-div img {
  width: 100%;
}

.info-safe-div {
  max-width: 440px;
  padding: 20px;
  border: 1.5px solid rgb(171, 255, 160);
  border-radius: 20px;
  background: #bff25a;
  background: linear-gradient(
    103deg,
    rgba(191, 242, 90, 0.12) 0%,
    rgba(199, 186, 87, 0.1) 74%,
    rgba(255, 255, 255, 0.2) 100%
  );
  display: flex;
  gap: 10px;
}

.info-icon-div {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(60, 199, 60);
  border-radius: 50%;
}

.info-icon-div img {
  width: 60%;
}

.info-safe-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info-safe-title {
  font-size: 16px;
  font-weight: 500;
}

.info-safe-desc {
  font-size: 14px;
  color: #666666;
}

/* Main Container */
.form-container {
  background-color: #ffffff;
  width: 100%;
  max-width: 850px;
  border-radius: 12px;
  padding: 40px 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
}

/* Typography */
.form-container h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1a1f2e;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.subtitle {
  font-size: 15px;
  color: #646b7a;
  line-height: 1.5;
  margin-bottom: 32px;
}

/* Form Layout */
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: start;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-size: 13px;
  font-weight: 600;
  color: #2d3342;
  text-align: start;
}

/* Inputs, Select, Textarea */
input[type='text'],
input[type='tel'],
input[type='email'],
select,
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  color: #1a1f2e;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input::placeholder,
select:invalid,
textarea::placeholder {
  color: #9ca3af;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  cursor: pointer;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

/* Disclaimer Box */
.disclaimer-box {
  background-color: #f0f7ff;
  border: 1px solid #d0e3ff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}

.disclaimer-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #4a90e2;
  margin-top: 2px;
}

.disclaimer-text {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
  text-align: start;
}

/* Submit Button */
.submit-btn {
  background: linear-gradient(to right, #498ff0, #f85b54);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  transition: opacity 0.2s ease, transform 0.1s ease;
  box-shadow: 0 4px 12px rgba(248, 91, 84, 0.2);
}

.submit-btn:hover {
  opacity: 0.95;
}

.submit-btn:active {
  transform: translateY(1px);
}

.btn-icon {
  width: 18px;
  height: 18px;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Footer Note */
.footer-note {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #8c92a0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

/* Pop-up Overlay */
.bns-promo-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483647; /* Maximum z-index to ensure it sits on top of everything */
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
}

/* Pop-up Container */
.bns-promo-modal {
  background-color: #ffffff;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: bnsFadeIn 0.4s ease-out forwards;
}

@keyframes bnsFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Close Button */
.bns-promo-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
}

.bns-promo-close:hover {
  color: #333;
}

/* Typography */
.bns-promo-heading {
  font-size: 24px;
  font-weight: 600;
  color: #1a1f2e;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}

/* Bonuses Grid */
.bns-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.bns-promo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1f2e;
}

.bns-theme-green {
  background-color: #f2fcf5;
  border: 1px solid #bdf4cd;
}
.bns-theme-green .bns-promo-icon {
  stroke: #1da548;
}

.bns-theme-blue {
  background-color: #f0f7ff;
  border: 1px solid #c9e0ff;
}
.bns-theme-blue .bns-promo-icon {
  stroke: #3a7df2;
}

.bns-theme-orange {
  background-color: #fff9f0;
  border: 1px solid #ffe0c2;
}
.bns-theme-orange .bns-promo-icon {
  stroke: #e3692a;
}

.bns-theme-purple {
  background-color: #fbf5ff;
  border: 1px solid #eed9ff;
}
.bns-theme-purple .bns-promo-icon {
  stroke: #8c40df;
}

.bns-promo-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Urgency Banner */
.bns-promo-urgency {
  background-color: #fff1f1;
  border: 1px solid #ffd5d5;
  color: #c72222;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

/* Form Elements */
.bns-promo-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bns-promo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bns-promo-input,
.bns-promo-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 15px;
  color: #1a1f2e;
  background-color: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}

.bns-promo-input::placeholder,
.bns-promo-select:invalid {
  color: #6b7280;
  opacity: 1;
}

.bns-promo-input:focus,
.bns-promo-select:focus {
  border-color: #8c92a0;
}

.bns-promo-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  cursor: pointer;
  color: #6b7280;
}

.bns-promo-select option {
  color: #1a1f2e;
}

/* Submit Button */
.bns-promo-btn {
  background: linear-gradient(to right, #428bdf, #f04d41);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  transition: opacity 0.2s;
}

.bns-promo-btn:hover {
  opacity: 0.95;
}

/* Footer */
.bns-promo-footer {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: #6b7280;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

/* Success Card Styles */
.bns-success-card {
  display: none;
  /* border-radius: 20px; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  text-align: center;
  padding: 10px 10px;
  animation: bnsFadeIn 0.4s ease-out forwards;
  /* border: 2px solid #1da548; */
}

.bns-success-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 50px;
  margin-bottom: 15px;
}

.bns-success-icon img {
  width: 100%;
}

.bns-success-title {
  font-size: 22px;
  font-weight: 600;
  color: #1da548;
  margin-bottom: 10px;
}

.bns-success-text {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.5;
}

.only-mobile-text {
  display: none;
}

/* ========================= */
/* PREMIUM SMOOTH SCROLL FX  */
/* ========================= */

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Initial hidden state */
.hidden {
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

/* Visible state */
.show {
  opacity: 1;
  transform: translateY(0px) scale(1);
}

/* Slight delay variations for premium feel */
.card:nth-child(1),
.box:nth-child(1),
.each-work-div:nth-child(1) {
  transition-delay: 0.1s;
}
.card:nth-child(2),
.box:nth-child(2),
.each-work-div:nth-child(2) {
  transition-delay: 0.2s;
}
.card:nth-child(3),
.box:nth-child(3),
.each-work-div:nth-child(3) {
  transition-delay: 0.3s;
}

/* Section smooth spacing feel */
section {
  transition: all 0.6s ease;
}

/* Optional: smoother hover interactions */
.card,
.box,
.bonus-card,
.each-work-div {
  transition: all 0.4s ease, transform 0.4s ease;
}

/* Image smooth zoom enhancement */
.bg-image {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Button subtle motion */
button {
  transition: all 0.3s ease;
}

button:hover {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .main-content {
    display: flex;
    flex-direction: column;
  }
  .main-content .left {
    width: 100%;
  }

  .main-content .left h1 {
    font-size: 38px;
  }
  .main-content .left p {
    font-size: 16px;
  }

  .our-stats h2 {
    font-size: 23px;
  }
  .our-stats p {
    font-size: 14px !important;
  }
  .line {
    width: 100%;
  }
  .only-desktop-text {
    display: none;
  }
  .only-mobile-text {
    display: block;
    width: 85%;
  }

  .image-container {
    width: 90%;
    margin-left: 20px;
  }

  .image-wrapper {
    height: 350px;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .icon {
    min-width: 36px;
    max-width: 36px;
  }

  .section-title h2 {
    font-size: 28px;
  }
  .stat-card h2 {
    font-size: 22px;
    font-weight: 600;
  }

  .expertise h2 {
    font-size: 30px;
  }

  .why-choose-title {
    font-size: 30px;
  }
  .bonus-card {
    min-width: 300px;
  }
  .satisfaction-container {
    width: 100%;
  }

  .satisfaction-container {
    padding: 15px;
  }

  .satis-desc {
    font-size: 12px;
  }

  .satis-icon-div {
    min-width: 50px;
    max-width: 50px;
  }

  .contact-section-container {
    display: flex;
    flex-direction: column;
  }
  .form-container h2 {
    font-size: 20px;
  }

  .bns-promo-heading {
    font-size: 16px;
  }
  #bnsPromoOverlay {
    padding: 20px;
  }
}

/* Responsive Adjustments */
@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
  }
  .form-container {
    padding: 24px;
  }
  .main-content .left .buttons {
    flex-direction: column;
  }
  /* .bns-promo-grid {
    grid-template-columns: 1fr;
  }
  .bns-promo-row {
    grid-template-columns: 1fr;
  } */

  .badge {
    font-size: 12px;
  }
  .main-content .left h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .main-content .left p {
    font-size: 14px;
  }
  .rating {
    font-size: 14px;
  }
  .avatar {
    font-size: 14px;
  }

  .buttons {
    gap: 20px;
  }

  .buttons button {
    font-size: 14px;
  }
  .buttons .whatsapp-btn {
    padding: 10px 18px;
  }
  .left {
    gap: 15px;
  }

  .our-stats h2 {
    font-size: 20px;
  }
  .our-stats p {
    font-size: 14px;
  }
  .growth-card h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .growth-card p {
    font-size: 14px;
  }
  .card p {
    font-size: 14px;
  }

  .section-title-desc {
    font-size: 14px !important;
    font-weight: 400;
  }
  .user-info h4 {
    font-size: 15px;
  }
  .user-info span {
    font-size: 13px;
  }
  .industry-box strong {
    font-size: 16px;
    font-weight: 500;
  }
  .industry-box span {
    font-size: 14px;
  }

  .subtitle {
    font-size: 14px;
  }
  .box h3 {
    font-size: 18px;
  }
  .box {
    padding: 20px;
  }

  .box p {
    font-size: 14px;
  }

  .bonuses-div {
    padding: 20px;
  }
  .bonus-title h3 {
    font-size: 20px;
  }
  .bonus-card-title {
    font-size: 18px;
  }
  .bonus-card-desc {
    font-size: 14px;
  }
  .bonus-card-icon-div {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
  .satis-title {
    font-size: 16px;
  }

  .why-choose-title {
    font-size: 28px;
  }
  .top-banner-icon-div {
    min-width: 45px;
  }

  .contact-info-banner {
    padding: 30px;
  }
  .middle-banner-title {
    font-size: 12px;
  }
  .middle-banner-desc {
    font-size: 14px;
    font-size: var(--medium);
  }

  .middle-banner-icon-div {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }

  .whatsapp-chat-title {
    font-size: 14px;
  }

  .middle-banner-div {
    padding: 15px;
  }

  .whatsapp-div {
    padding: 15px 20px;
  }

  .whatsapp-icon-div {
    width: 40px;
    height: 40px;
  }

  .info-safe-desc {
    font-size: 12px;
  }

  .submit-btn {
    padding: 15px;
    font-size: 16px;
  }

  .bns-promo-item {
    font-size: 12px;
  }
  .bns-promo-urgency {
    font-size: 12px;
  }
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  select,
  textarea {
    font-size: 12px;
  }
  .bns-promo-select {
    font-size: 12px;
  }
  .bns-promo-btn {
    font-size: 14px;
  }
  .bns-promo-footer {
    font-size: 12px;
  }

  .bns-promo-heading {
    font-size: 14px;
  }
}
