@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');


/* Blog Section */
.blog-section .blog-card {
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  background: #fff;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-weight: 400 !important;
}

.blog-section .blog-card-body {
  border-radius: 14px;
}

.blog-section .blog-badge {
  background: #F0F3FF;
  color: #000138;
  border-radius: 999px;
  font-size: 12px;
  padding: 4px 10px;
}

.blog-section .max-w-800 {
  max-width: 800px;
}

.blog-section .blog-card-media {
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.blog-section .blog-card-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Blog Modal */
.blog-modal-content {
  border-radius: 16px;
  overflow: hidden;
}

.blog-modal-iframe {
  height: 70vh;
  border: 0;
}

.blog-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  opacity: .85;
}

.blog-modal-close:hover {
  opacity: 1;
}

/* Footer */
.site-footer {
  background: #000138;
  color: #fff;
}

.site-footer .footer-tagline {
  color: rgba(255, 255, 255, .75);
  max-width: 520px;
}

.site-footer .footer-links li {
  margin-bottom: 8px;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer .footer-contact a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
}

.site-footer .footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer .footer-social {
  color: #fff;
  font-size: 20px;
}

.footer-bottom {
  background: rgba(255, 255, 255, .06);
}

.text-white-60 {
  color: rgba(255, 255, 255, .6);
}

.text-white-80 {
  color: rgba(255, 255, 255, .8);
}

.footer-legal {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
}

.footer-legal:hover {
  color: #fff;
  text-decoration: underline;
}

/* Tools We Use Section */
.tools-section .tool-card {
  background: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  transition: transform .2s ease, box-shadow .2s ease;
  text-align: center;
}

.tools-section .tool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.tools-section .tool-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.tools-section .max-w-800 {
  max-width: 800px;
}

/* ======================= General Styles & Fonts ======================= */
@font-face {
  font-family: 'Impact';
  src: url('assets/font/impact.ttf');
}

@font-face {
  font-family: 'SF Pro';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Text-Regular.otf);

}



@font-face {
  font-family: 'SF Pro Display';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Display-Regular.otf);

}


@font-face {
  font-family: 'SF Pro Medium';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Text-Medium.otf);

}


@font-face {
  font-family: 'SF Pro Semibold';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Text-Semibold.otf);

}


@font-face {
  font-family: 'SF Pro Bold';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Text-Bold.otf);

}



@font-face {
  font-family: 'SF Pro Display Bold';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Display-Semibold.otf);

}


@font-face {
  font-family: 'SF Pro Regular italic';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Text-RegularItalic.otf);

}


@font-face {
  font-family: 'SF Pro Light';
  src: url(https://raw.githubusercontent.com/rohitchandravanshijs/imagesfor_landingpage/refs/heads/main/SF-Pro-Text-Light.otf);

}

@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');




:root {
  --primary-color: #4548FF;
  --secondary-color: #686BFF;
  --second-color: #FFFC45;
  --f-bg-color: #000124;
  --p-color: #252525;
  --h-color: #000000;
  --body-color: #F8F8F8;
  --sf-pro: 'Inter';
  --impact: 'Impact';
  --sf-pro-dispay: 'SF Pro Display';
  --sf-pro-medium: 'SF Pro Medium';
  --sf-pro-semibold: 'Inter';
  --sf-pro-bold: 'SF Pro Bold';
  --sf-pro-dispaly-semibold: 'SF Pro Display Bold';
  --sf-pro-regular-italic: 'SF Pro Regular italic';
  --sf-pro-lighter: 'SF Pro Light';
}

body {
  font-family: var(--sf-pro), sans-serif;
  background-color: #F8F8F8;
  /* A very light grey background like the image */
}

h1, h2 {
  font-family: var(--impact);
}

.ff-sf-pro-dispaly-semibold {
  font-family: var(--sf-pro-dispaly-semibold) !important;
}

/* ======================= Header Styles ======================= */
.navbar-brand {
  display: flex;
  align-items: center;
}

.object-fit-cover-01 {
  object-fit: cover;
}

.btn.btn-get-started:active,
.btn.btn-get-started:focus {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
  color: white !important;
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(69, 72, 255, 0.3);
}

.review-container p {
  font-family: var(--ff-sf-pro), sans-serif !important;
  font-style: italic !important;
}

.btn-get-started:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(69, 72, 255, 0.4);
  color: white;
}


.btn-get-started:hover .w0-100 {
  width: 22.34px;
  height: 17.9px;
  opacity: 1;
  transition: all 0.4s ease;
}

.modal.modal-bottom .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Optional: rounded top corners only */
.modal.modal-bottom .modal-content {
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
  /* corner rounding ke sath scroll issue na ho */
}

/* Custom width */
.modal-custome-001 {
  max-width: 700px !important;
  width: 100%;
}

/* Scrollable single box */
.modal-scroll-box {
  max-height: 70vh;
  padding-bottom: 0;
}

.modal-scroll-box-001 {

  scroll-behavior: smooth;
  overflow-y: auto;
  padding-bottom: 0;
}

.zoom-wrapper {
  cursor: zoom-in;
  overflow: hidden;
}

.zoom-icon {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* icon click block kare */
}

.zoom-wrapper:hover .zoom-icon {
  opacity: 1;
}

.medium-zoom-overlay {
  z-index: 2000 !important;
  /* modal backdrop se upar */
}

.medium-zoom-image--opened {
  z-index: 2001 !important;
  /* overlay se bhi upar */

}


.btn-get-started:hover .w100-0 {
  width: 1px;
  height: 1px;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Custom "Get Started" button in the Navbar */
.btn-get-started {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
}

.btn-get-started::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: all 0.6s ease;
}

.btn-get-started:hover::after {
  left: 200%;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.z-index-100001 {
  z-index: 100001 !important;
}


.message-byteam h4 {
  font-size: 16px;
  font-weight: 600;
  color: #3C3C3C;
  margin-bottom: 5px;
}


.message-byteam span {
  font-size: 10px;
  color: #828282;
}

.message-byteam {
  pointer-events: none;
}

.message-byteam {
  position: relative;
  left: -20px;
  transition: all 0.3s ease;
}

.message-byteam::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -10px;
  right: 5%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(248, 249, 250);
}

.message-byteam p {
  font-size: 15px;
  color: #3C3C3C;
}

.whatsapp-button {

  bottom: 20px;
  right: 20px;
  border-radius: 999px;
  color: #fff;
  z-index: 2000;
  touch-action: none;
  pointer-events: none;
}




.whatsapp-button-icon img {
  width: 30px;
}

.whatsapp-button-icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background: radial-gradient(circle, #00000000 0%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 999px;
  z-index: -1;
  animation: pulse-scale 2.2s ease-in-out infinite;
  will-change: transform;
}

.whatsapp-button-icon {
  background-color: #000000;
  border-radius: 999px;
  padding: 10px 20px;
  margin-top: 1rem;
  position: relative;
  overflow: visible;
  width: fit-content;
  pointer-events: auto;
  cursor: pointer;
}

.whatsapp-button-icon img {
  width: 20px;
}

.whatsapp-button-icon span {
  font-weight: 300 !important;
  display: block;
}


.name_field_questes {
  position: absolute;
  bottom: 20px;
  width: 100%;
  justify-content: center;
}

.style_mb_name_labels {
  display: flex;
  width: fit-content;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}

/* ======================= Hero Section Styles ======================= */
.hero-section {
  padding: 120px 0px;
  background: linear-gradient(to bottom, transparent 0%, white 100%);
}

.bg-theme-this-seo-page {
  background-color: rgba(248, 248, 248, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
}

.hero-title {
  font-size: 2.5rem;
  /* Large font size for the heading */
  max-width: 1200px;
  /* Constrains the width of the text */
  line-height: 1.3;
  color: black;
}

/* Custom "Get Started" button in the Hero Section */
.btn-get-started-hero {
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #242424;
  text-decoration: none;
  display: inline-flex;
  /* To align image and text */
  align-items: center;
  transition: all 0.3s ease;
}

.btn-get-started-hero:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  padding: 5px 12px;
}

/* Custom "View Pricing" button */
.btn-view-pricing {
  background-color: var(--second-color);
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #242424;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
}

.btn-view-pricing:hover {
  background-color: var(--second-color);
  color: #000000;
  border: 1px solid #8b8b8b;
}


.btn-view-pricing:focus {
  background-color: var(--second-color);
  color: #000000;
  border: 1px solid #8b8b8b;
}

.logo {
  max-width: 150px;
}


p,
span,
button,
a,
li,
ul,
small {
  font-family: var(--sf-pro) !important;
}

.w0-100 {
  opacity: 0;
  height: 1px;
  width: 1px;

}

.w-fit-content {
  width: fit-content !important;
}

.w100-0 {
  height: 17.9px;
  width: 22.34px;
}

.max-37 {
  max-width: 37px;
  max-height: 37px;
}


.color-invert-white {
  filter: invert(1);
  transition: all 0.3s ease;
}


/* 
.btn-get-started-hero:focus .color-white-change {
    filter: invert(1);
    transition: all 0.3s ease;
} */

.left-arrow-svg-0 {
  left: -30px;
  width: 22.34px;
  height: 17.9px;
  max-width: 22.34px;
  max-height: 17.9px;
  opacity: 0;
  transition: all 0.5s ease;
}

.right-arrow-svg-100 {
  left: 0px;
  width: 22.34px;
  height: 17.9px;
  max-width: 22.34px;
  max-height: 17.9px;
  transition: all 0.5s ease;
}

.max-w-h {
  min-width: 22.34px;
  min-height: 17.9px;
  max-width: 22.34px;
  max-height: 17.9px;
  transition: all 0.5s ease;
}


.btn-view-pricing:hover .left-arrow-svg-0 {
  left: 0px;
  opacity: 1;
}

.btn-view-pricing:hover .right-arrow-svg-100 {
  left: 22.34px;
  opacity: 0;
}



.btn-get-started-hero:hover .ang-change {
  transform: rotate(21deg);
  width: 25px;
  transition: all 0.3s ease;
}




.height-fit-content {
  height: fit-content !important;
}

.name-heading {
  font-family: var(--sf-pro-semibold);
  font-size: 16px;
  font-weight: 600;
  text-wrap: nowrap;
}

.logo-size-images {
  height: 45px !important;
  width: 45px !important;
}


.text-profession {
  font-family: var(--sf-pro);
  font-size: 12px;
  color: var(--p-color);
}


.founder-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

/* Image Preloader Styles */
.image-preloader {
  z-index: 10;
  background-color: #f8f9fa !important;
  border-radius: 0.375rem;
  transition: opacity 0.3s ease-in-out;
}

.image-preloader.rounded-circle {
  border-radius: 50% !important;
}

.image-preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Ensure preloader covers the image area properly */
.founder-image-wrapper .image-preloader {
  min-height: 200px;
}

/* For profile images */
.position-relative .image-preloader {
  min-height: 45px;
  min-width: 45px;
}

/* Skeleton Preloader Styles */
.skeleton-preloader {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

.skeleton-preloader::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: skeleton-shimmer 1.5s infinite;
}

@keyframes skeleton-loading {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes skeleton-shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Skeleton for modal images */
.modal-skeleton-preloader {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

/* Skeleton for benefits slider images */
.benefits-skeleton-preloader {
  width: 100%;
  height: 300px;
  border-radius: 0.5rem;
}

/* Ensure the image inside is responsive */
.founder-image-wrapper img {
  max-width: 100%;
  height: auto;
}

/* Carousel-style navigation dots */
.carousel-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin-right: 8px;
  cursor: pointer;
}

.carousel-dots .dot.active {
  background-color: #686BFF;
  width: 40px;
  height: 10px;
  border-radius: 99px;
}

/* Swiper Founder Section Styles */
.founder-swiper {
  width: 100%;
  height: auto;
}

.founder-swiper .swiper-slide {
  height: auto;
}

.founder-swiper-wrapper {
  height: fit-content !important;
}

/* Custom Swiper Pagination for Founder Section */
.founder-pagination {
  position: static !important;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founder-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin: 0 4px;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.founder-pagination .swiper-pagination-bullet-active {
  background-color: #686BFF;
  width: 40px;
  height: 10px;
  border-radius: 99px;
  transform: none;
}


/* ======================= Right Column Styles ======================= */
.contact-card {
  background-color: white;
  padding: 1.5rem;
  border-radius: 40px;
  border: 2px solid #7B7B7B;
  /* Light grey border */
}


.avatar-stack {
  display: flex;
}

.avatar-stack img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid white;
}

.avatar-stack img:not(:first-child) {
  margin-left: -12px;
  /* This creates the overlap effect */
}

/* Placeholder styles for form fields */
.form-placeholder {
  height: 56px;
  background-color: #eaeaea;
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Reddit-style floating label animation */
.form-placeholder label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  pointer-events: none;
  color: #666;
  font-size: 16px;
  font-family: var(--sf-pro);
}

.form-placeholder input,
.form-placeholder select {
  position: absolute;
  bottom: 0px;
  left: 6px;
  right: 6px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-family: var(--sf-pro);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  cursor: text;
  z-index: 10;
  padding: 1rem 10px 8px 10px;
}

.form-placeholder select {
  cursor: pointer;
}

/* Select dropdown without floating animation */
.form-placeholder-select {
  height: 56px;
  background-color: #EDEDED;
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.form-placeholder-select label {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 12px;
  color: #000;
  font-family: var(--sf-pro);
  z-index: 5;
}

.form-placeholder-select .input-box-select {
  position: absolute;
  bottom: 0px;
  left: 6px;
  right: 40px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  font-family: var(--sf-pro);
  cursor: pointer;
  z-index: 10;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-placeholder-select .select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.form-placeholder-select .select-arrow i {
  font-size: 16px;
  color: #666;
}


.form-placeholder-select:focus-within .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* Disabled state for select */
.form-placeholder-select.disabled {
  background-color: #F5F5F5;
  border: 1px solid #E0E0E0;
  cursor: not-allowed;
}

.form-placeholder-select.disabled .input-box-select {
  cursor: not-allowed;
  color: #666;
}

.form-placeholder-select.disabled .select-arrow {
  opacity: 0.5;
}

.form-placeholder-select.disabled .select-arrow i {
  color: #999;
}


.input-box:hover label,
.input-box:focus-within label {
  top: 8px;
  transform: translateY(0);
  font-size: 12px;
  color: #000;
}

.input-box:hover input,
.input-box:focus-within input {
  opacity: 1;
  transform: translateY(0);
}

/* Keep input visible when it has content - this overrides hover behavior */
.form-placeholder.has-content {
  border: 1px solid #000000 !important;
  background-color: #FFFFFF !important;
}

.form-placeholder.has-content label {
  top: 6px !important;
  transform: translateY(0) !important;
  font-size: 12px !important;
  color: #000 !important;
}

.form-placeholder.has-content input {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.max-45 {
  width: 45px !important;
  height: 45px !important;
  max-width: 45px !important;
  max-height: 45px !important;
}

.ff-sf-pro-semibold {
  font-family: var(--sf-pro-semibold) !important;
  font-weight: 600;
}

.ff-sf-pro-bold {
  font-family: var(--sf-pro-bold) !important;
}


.ff-sf-pro-medium {
  font-family: var(--sf-pro-medium) !important;
}


.ff-sf-pro {
  font-family: var(--sf-pro) !important;
}


.head_prfsnls_qot {
  font-size: 25px;
  font-family: "chivo", sans-serif;
}

.msg_or_prfnsls {
  font-family: var(--sf-pro) !important;
  color: var(--p-color);
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-style-none {
  list-style: none !important;
}

.nav-item {
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  font-family: var(--sf-pro-semibold);
  font-weight: 500;
}


.nav-item.active {
  background-color: white;
  color: black;
}

.nav-box {
  background-color: var(--primary-color);
  border-radius: 12px;
  font-family: var(--sf-pro-semibold);
  font-weight: 600;
}

.p-10 {
  padding: 10px;
}

.btn-get-started-form {
  background-color: var(--primary-color);
  font-size: 18px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  color: white;
  transition: all 0.3s ease;
}


.btn-get-started-form:focus {
  transform: scale(0.97) !important;
}

.btn-see-results {
  background-color: var(--primary-color);
  font-size: 18px;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 99px;
  color: white;
  transition: all 0.3s ease;
  right: 50px;
  z-index: 10;
  bottom: 50px;
}


.btn-see-results:hover {
  background-color: #6365fd !important;
  color: white !important;
}

.btn-see-results:active {
  border: 1px solid var(--primary-color) !important;
}

.nav-link {
  line-height: 1.2;
}

.input-box:focus-visible,
.input-box:focus,
.input-box:active,
.input-box:target {
  border: none;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: none !important;
  position: relative;
}

.input-box {
  border: none;
  background-color: transparent;
}

.form-check-input:checked {
  background-color: #00A925 !important;
  border-color: #00A925 !important;
}


.form-check-input {
  width: 12px !important;
  height: 12px !important;
}



.form-check-input:checked[type=checkbox]::after {
  content: '';
  position: absolute;
  top: 32%;
  left: 82%;
  transform: translate(-50%, -50%);
  width: 12.84px;
  height: 11.87px;
  background-image: url(https://techgosh.in/assets/svg/tick-yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  z-index: 0;

}



.form-check-label {
  font-size: 13px;
}


.form-check {
  padding-left: 1em;
}

.btn.btn-get-started-form:active,
.btn.btn-get-started-form:focus {
  background-color: var(--primary-color);
  color: white;
  transform: scale(0.97) !important;
}


.btn.btn-get-started-form:hover {
  background-color: var(--primary-color);
  color: white;
}

.max-27 {
  max-width: 27px;
  max-height: 27px;
}




.top-customized {
  top: 0px;
}


.top-customized-2 {
  top: 0px;
}

.addbackgroung-svg {
  background: transparent;
}

.ff-impact {
  font-family: var(--impact) !important;
}

.text-para {
  font-family: var(--sf-pro) !important;
  color: var(--p-color);
  font-size: 16px;
  line-height: 1.3;
}

.content-card {
  padding: 0 1rem;
  border-radius: 10px;
}

.main-title {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #111111;
}


/* ======================= Speaker Icon Styles ======================= */
.speaker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  background-color: #212529;
  /* Dark background */
  color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.speaker-icon:hover {
  background-color: #495057;
}

.z-index-100 {
  z-index: 100;
}

.article-heading {
  font-size: 25px;
}

.max-height-adjusted {}

.bg-primary-color-theme {
  background-color: var(--secondary-color);
}

.cta-heading {
  font-size: 20px;
}

.cta-box {
  padding: 2rem;
  border-radius: 40px;
  max-width: 100%;
}

.fxd-w-h-52 {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
}

/* Statistics Card Styles */
.stats-card {
  background: linear-gradient(135deg, #4548ff, #686bff);
  border-radius: 30px;
  padding: 35px;
  border: 1px solid #e4e4e4;
  max-width: 390px;
  width: 100%;
}

.stats-item {
  margin-bottom: 25px;
}

.stats-item:last-child {
  margin-bottom: 0;
}

.stats-label-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}

.stats-avg {
  font-family: var(--sf-pro);
  font-size: 16px;
  color: #e9e9e9;
}

.mt-6 {
  margin-top: 4rem;
}

.stats-value {
  font-family: var(--impact) !important;
  font-size: 30px;
  color: var(--second-color);
  /* indigo/dark blue */
  line-height: 1;
}

.stats-description {
  font-family: var(--sf-pro-semibold);
  font-size: 18px;
  color: #f1f1f1;
  margin-top: 5px;
}

.stats-divider {
  height: 1px;
  background-color: #EEE;
  margin: 15px 0 25px 0;
}

.fxd-w-h-52 {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
}

.z-index-1000 {
  z-index: 1000;
}

.arrow-up-svg {
  max-width: 15px;
}


/* ------------------ */

.limited-time-offer {
  border: 1px solid #888888;
  border-radius: 50px;
}


.badge-limited-time-offer {
  background-color: var(--second-color);
  font-size: 16px;
  padding: 10px 20px;
  color: #000000;
  font-family: var(--font-junge);
}



.main-h2-f_all {
  font-size: 30px;
  color: #DADADA;
}



/* Default: 100% width for smallest screens */
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}




/* // carousel limited time css  */


/* Container positioning */
.tg-carousel-wrapper {
  position: relative;
  height: 300px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.tg-carousel-wrapper:active {
  cursor: grabbing;
}

/* Card positioning */
.tg-carousel .card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  cursor: pointer;
  width: 450px;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a1a;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}

.tg-carousel .card img {
  width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Positions */
.tg-carousel .card.left {
  left: 10%;
  transform: translate(-35%, -50%) scale(0.6);
  opacity: 0.6;
  z-index: 1;
}

.tg-carousel .card.center {
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 2;
}

.tg-carousel .card.right {
  left: 90%;
  transform: translate(-65%, -50%) scale(0.6);
  opacity: 0.6;
  z-index: 1;
}

/* Hidden positions during shift */
.tg-carousel .card.hidden-left {
  left: -40%;
  opacity: 0;
}

.tg-carousel .card.hidden-right {
  left: 140%;
  opacity: 0;
}

/* Description Box */
.tg-desc-box {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 500px;
}


.tg-desc-box {
  display: none;
}

.tg-desc-box.show {
  display: block;
}


.tg-desc-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ccc;
}

.tg-btn {
  background: #090CD9;
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  color: black;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.z-10 {
  z-index: 10;
}


.tg-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--second-color);
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}


.form-placeholder-select:focus-within {
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.tg-after-arrow::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5IDE3IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTguOTM3NSA4LjgzNDk2QzE3LjU4NzMgOS43NzA2NCAxNi4zOTU1IDExLjM1NTEgMTUuNDUwMiAxMi45NTQxQzE0LjUxMDggMTQuNTQzMyAxMy44NDI2IDE2LjA5ODQgMTMuNTIzNCAxNi45MjM4TDEzLjA1NjYgMTYuNzMzMkwxMi41OTA4IDE2LjU2MjVDMTIuOTIzNSAxNS43MDIzIDEzLjYxMzggMTQuMDk0OCAxNC41ODg5IDEyLjQ0NTNDMTUuMjk5NyAxMS4yNDMgMTYuMTc4OCA5Ljk5MTMzIDE3LjE5OTIgOC45OTEyMUgtMC4wMDA5NzU0MzRWNy45OTEyMUgxNy4xOTUzQzE2LjE3NjcgNi45OTE3OCAxNS4yOTg3IDUuNzQyNzEgMTQuNTg4OSA0LjU0MTk5QzEzLjYxMzcgMi44OTI0OCAxMi45MjM2IDEuMjg1MTUgMTIuNTkwOCAwLjQyNDgwNUwxMy4wNTY2IDAuMjQ0MTQxTDEzLjUyMzQgMC4wNjM0NzY2QzEzLjg0MjcgMC44ODkwMzUgMTQuNTEwNyAyLjQ0Mzk3IDE1LjQ1MDIgNC4wMzMyQzE2LjM5NTYgNS42MzIzMyAxNy41ODcyIDcuMjE2NzEgMTguOTM3NSA4LjE1MjM0TDE4LjcwMTIgOC40OTMxNkwxOC45Mzc1IDguODM0OTZaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==');

  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 15px;
  transition: all 0.3s ease;
}


.a_niMte_crl {
  position: relative;
}

.a_niMte_crl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  border-radius: 39px;
  background-color: var(--second-color);
  z-index: 0;
  transition: all 0.6s ease;
}

.btn-get-started-hero {
  overflow: hidden;
}

.btn-get-started-hero:hover .a_niMte_crl::before {
  width: 550px;
  height: 70px;
  top: -20px;
  left: 60px;
  background-color: var(--primary-color);
  transform: translateX(-50%);
}

.btn-get-started-hero:hover {
  color: white;
}

.btn-get-started-hero:hover .color-white-change {
  filter: brightness(0) invert(1);
}


.tg-btn:hover::before {
  width: 40px;
  transition: all 0.3s ease;
}

.tg-btn:hover {
  color: white;
  font-weight: 300;
}

.tg-btn:hover .tg-after-arrow::after {
  rotate: -60deg;
  /* filter: brightness(0) invert(1); */
  transform: translateX(5px) translateY(9px);
  transition: all 0.3s ease;
}


.tg-carousel .card {
  width: 250px;
}


.icon-box-svg {
  background-color: rgba(255, 255, 255, 0.10);
  width: 32px;
  height: 32px;
  border-radius: 4px;
}


.fs-30 {
  font-size: 30px;
}

.fs-20 {
  font-size: 20px;
}

.ff-libre-baskerville {
  font-family: "Libre Baskerville", serif !important;

}

.mt-120px {
  margin-top: 120px;
}

.review-container {
  max-width: 1024px;
}

.review-container::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('assets/svg/quote-right-svgrepo-com\ \(1\)\ 1.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.max-73 {
  max-width: 73px;
  max-height: 73px;
  object-fit: cover;
}

.img-box-reviews-person {
  width: 73px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.review-container p {
  font-size: 20px;
  line-height: 1.6;
}



.img-box-reviews-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.reviews-swiper {
  padding: 50px 0px !important;
}


.review-container::after {
  content: "";
  position: absolute;
  bottom: -44px;
  right: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('assets/svg/quote-right-svgrepo-com\ \(1\)\ 1.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-vector-products {

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 469px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Hover overlay with exact SVG shape masking */
/* .gmb_industries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('assets/image/gmb_industries_cover.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;

  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  opacity: 1;
  transform: scale(1.004);
  z-index: 0;
  overflow: hidden;
} */


/* .Jiet_stdnts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('assets/image/Jiet-students-img.png');
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: bottom center;

  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  opacity: 1;
  transform: scale(1.004);

  z-index: 0;
  overflow: hidden;
} */

/* .cet-team-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('assets/image/cet_team_image.png');
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: bottom center;

  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  opacity: 1;
  transform: scale(1.004);

  z-index: 0;
  overflow: hidden;
} */

.set_pstn_img_1 {
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
}


.bg-vector-products:hover .set_pstn_img_1 {
  bottom: 290px;
  transform: translateX(-50%) translateY(50%);
  z-index: 3;
}



.bg-vector-products:hover .pa_anitd_btn {
  opacity: 1;
}


.w_adj_1 {
  width: 250px;
  transition: all 0.6s ease;
}


.bg-vector-products:hover .w_adj_1 {
  width: 200px;
}


.ye_up_h {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

.ye_down_h {
  position: absolute;
  top: 100%;
  left: 0%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

.up_ani_pst {
  max-width: 294px;
  width: 100%;
}


.img-poster-projects {
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  z-index: 4;
  transition: all 0.6s ease;
}

.bg-vector-products:hover .img-poster-projects {
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
  z-index: 4;
}

/* Stats block: positioned at bottom of card, hides on hover as poster slides in */
.card-stats-block {
  position: absolute;
  bottom: 20px;
  left: 16px;
  right: 16px;
  z-index: 3;
  max-height: 220px;
  opacity: 1;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease, bottom 0.5s ease;
  background: white;
  border-radius: 16px;
  padding: 8px;
}

.card-stats-block .stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #EEEEFF;
  margin-bottom: 6px;
  font-size: 0.88rem;
}

.card-stats-block .stat-row:last-child {
  margin-bottom: 0;
}

.card-stats-block .stat-label {
  color: #555;
  font-family: var(--ff-sf-pro, sans-serif);
}

.card-stats-block .stat-value {
  color: #4548FF;
  font-size: 1.15rem;
  font-weight: 800;
  font-family: Impact, sans-serif;
}

.bg-vector-products:hover .card-stats-block {
  max-height: 0;
  opacity: 0;
  bottom: 0;
  padding: 0;
  box-shadow: none;
}

.pa_anitd_btn:hover .ye_down_h {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  filter: brightness(1) invert(1);
}


.bg-F8F8F8 {
  background-color: #F8F8F8;
}


.pa_anitd_btn:hover .ye_up_h {
  position: absolute;
  top: 0%;
  left: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
}



.set_pstn_btn_a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

.bg-vector-products:hover::before {
  opacity: 1;
  background: #434343;
}


.pa_anitd_btn {
  width: 100%;
  height: 100%;
  max-width: 114px;
  max-height: 114px;
  z-index: 10;
  background-color: white;
  border: 1px solid #434343;
  opacity: 0;
}


.pa_anitd_btn:hover {
  background-color: var(--primary-color);
}


.bg-vector-products::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  /* inner fill ya overlay */
  overflow: hidden;

  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
}

.bg-vector-products:hover::after {
  opacity: 1;
}


.w-h-students {
  width: 200px;
}

.circle_arrw_modal {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid #78788f;
  overflow: hidden;
  transition: border-color 0.4s ease;
}

/* Indigo fill shape — hidden by default */
.circle_arrw_modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #4548FF;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

/* Arrow icon sits above the fill */
.circle_arrw_modal img {
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}

/* On parent card hover → expand fill + white icon */
.bg-vector-products:hover .circle_arrw_modal {
  border-color: #4548FF;
}

.bg-vector-products:hover .circle_arrw_modal::before {
  transform: scale(1);
}

.bg-vector-products:hover .circle_arrw_modal img {
  filter: brightness(0) invert(1);
}

.services-labels-wrapper {
  max-width: 234px;
  overflow: hidden;
  position: relative;
  align-items: start;
  justify-content: center;
  display: flex;
  height: fit-content;
  top: 5px;
  left: 0px;

}

.services-labels-wrapper::before,
.services-labels-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  z-index: 2;
  pointer-events: none;
}

.services-labels-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.services-labels-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}


.services-labels {
  display: flex;
  position: relative;
  z-index: 1000;
  white-space: nowrap;
  animation: scroll-infinite 15s linear infinite;
  width: max-content;
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.prjts_lble_tags {
  background-color: rgba(48, 51, 255, 0.05);
  padding: 8px;
  border-radius: 5px;
  text-wrap: nowrap;
  border: 1px solid #78788f;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
}





/* ======================= Swiper Carousel Styles ======================= */

/* Carousel Cards */
.carousel-content {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

.service-card,
.testimonial-card,
.feature-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-card:hover,
.testimonial-card:hover,
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* Swiper Pagination Customization */
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #D9D9D9 !important;
  margin: 0 4px !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #686BFF !important;
  width: 40px !important;
  height: 10px !important;
  border-radius: 99px !important;
  transform: none;
}





/* Service Icons */
.service-icon,
.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: rgba(69, 72, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon,
.feature-card:hover .feature-icon {
  background-color: rgba(69, 72, 255, 0.2);
  transform: scale(1.1);
}

/* Testimonial Stars */
.stars i {
  font-size: 1.2rem;
  margin: 0 2px;
}

/* Responsive adjustments */
@media (max-width: 767px) {

  .carousel-content,
  .service-card,
  .testimonial-card,
  .feature-card {
    padding: 1.5rem;
  }



  .service-icon,
  .feature-icon {
    width: 60px;
    height: 60px;
  }
}

/* ======================= Mobile Swiper Styles ======================= */

/* Mobile Project Swiper */
.projects-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.projects-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.mobile-project-card {
  width: 100%;
  /*max-width: 350px;*/
  margin: 0 auto;
  /*min-height: 382px;*/
  min-height: 450px;
}

/* Mobile Swiper Pagination */
.projects-pagination {
  position: static !important;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin: 0 4px;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.projects-pagination .swiper-pagination-bullet-active {
  background-color: #686BFF;
  width: 40px;
  height: 10px;
  border-radius: 99px;
  transform: none;
}


.pricing-section {
  margin-top: 100px;
  position: relative;
  gap: 0;
  display: flex;
  flex-direction: column;
}


.pricing-section::before {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 120px;
  background: url('assets/svg/grid-style-fordepth.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.waste-2 {
  height: 50px;
  background-color: #686BFF;
}

.bg-main-000138 {
  background-color: #000138;
}

.pricing-section .waste {
  height: 100px;
}

.main-h2-size-color {
  color: black;
  font-size: 30px;
}


.max-w-800 {
  max-width: 800px;
}


.border-primary-theme {
  border: 1px solid rgba(48, 51, 255, 0.8);
  border-radius: 6px;
}


.fs-25-adjusted {
  font-size: 25px;
}

.text-black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.pricing-section h6 {
  font-size: 20px;
}

.list-unstyled li {
  margin-bottom: 0.8rem;
}

.pricing-section .highlight-badge {
  background-color: #ff7a00;
  color: white;
  padding: 5px 12px;
  font-size: 0.85rem;
  border-radius: 5px;
}

.pricing-section .tab-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: black;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  margin-right: 10px;
  cursor: pointer;
}

.pricing-section .tab-btn.active {
  background-color: rgba(0, 13, 255, 0.55);
  color: white;
}

.pricing-section .price-card {
  background-color: white;
  border-radius: 20px;
  color: black;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.pricing-section .discount-badge {
  background-color: rgba(0, 13, 255, 0.55);
  color: white;
  font-weight: 500;
  font-size: 1.15rem;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  display: block;
  text-align: center;
}

.pricing-section .price {
  font-size: 1.8rem;
  font-weight: bold;
}

.pricing-section .old-price {
  color: rgb(104, 103, 103);
  font-size: 0.95rem;
  position: relative;
  font-weight: 500;
}

.svg-0-100-move .adjust-svg-0-100 {
  width: 0;
  opacity: 0;
  transform: translateX(0px);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.pricing-section .btn-book:hover .adjust-svg-0-100 {
  width: 21px;
  height: 19px;
  opacity: 1;
  transform: translateX(10px);
}

.pricing-section .old-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: rgb(216, 0, 0);
  z-index: 3;
  transform: translateY(-50%) rotate(-5deg);
}

.main-h2-size-color {
  color: black;
  font-size: 30px;
}

.pricing-section .btn-book {
  background-color: black;
  color: white;
  padding: 10px;
  width: 100%;
  border-radius: 200px;
  border: none;
  transition: background 0.3s;
}

.pricing-section .btn-book:hover {
  background-color: #333;
}

.pricing-section .most-picked {
  background-color: #FF9B2A;
  color: black;
  padding: 5px 20px;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  margin-left: 8px;
  font-weight: 400;
}

.pricing-section .waste {
  height: 100px;
}


/* Pricing Cards Row Styling */
#pricing-section-structure-seo {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}

#pricing-section-structure-seo::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome/Safari */
}

#pricing-section-structure-seo .col-md-4 {
  flex: 0 0 33.333%;
  /* Each card takes exactly 1/3 of the container */
  max-width: 33.333%;
  padding: 0 15px;
  min-width: 0;
  /* Allow flex items to shrink */
}

/* Enhanced pricing card styling */
.pricing-section .price-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

.pricing-section .price-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
  box-shadow: 0 20px 40px rgba(48, 51, 255, 0.15);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .pricing-nav-container {
    display: none !important;
  }

  #pricing-section-structure-seo {
    overflow-x: visible;
    flex-direction: column;
  }

  #pricing-section-structure-seo .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .pricing-section {
    overflow: hidden;
  }


  /* Hover and focus states */
  .form-placeholder:hover,
  .form-placeholder:focus-within {
    border: 1px solid #000000;
    background-color: #FFFFFF;
  }

  .growth-chart-container img {
    height: 213px !important;
    width: 100%;
    object-fit: contain;
  }


  .pricing-container {
    position: relative;
  }

  #pricing-section-structure-seo {
    overflow-x: auto;
    flex-direction: row;
  }
}

/* Smooth scrollbar for pricing section */
.pricing-section::-webkit-scrollbar {
  height: 8px;
}

.pricing-section::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.pricing-section::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 4px;
}

/* Animation for card entrance */
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.pricing-section .price-card {
  animation: slideInFromRight 0.6s ease-out;
}

.pricing-section .price-card:nth-child(2) {
  animation-delay: 0.2s;
}

.pricing-section .price-card:nth-child(3) {
  animation-delay: 0.4s;
}



.position-btn-pricing {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  overflow: visible;
}


.pricing-nav-left {
  left: -20px;
}

.pricing-nav-right {
  right: -20px;
}

.bb-A6A6A6 {
  border-bottom: 1px solid #A6A6A6;
}

.tg-carousel .card {
  width: 250px;
}



/* Pricing Navigation System Styles */
.pricing-nav-container {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pricing-nav-btn {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(48, 51, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.pricing-nav-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  transition: left 0.3s ease;
  z-index: -1;
}

.pricing-nav-btn:hover::before {
  left: 0;
}

.pricing-nav-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(48, 51, 255, 0.4);
}

.pricing-nav-btn:active {
  transform: translateY(0) scale(0.95);
}

.pricing-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 8px rgba(48, 51, 255, 0.2);
}

.pricing-nav-btn:disabled:hover {
  transform: none;
  box-shadow: 0 2px 8px rgba(48, 51, 255, 0.2);
}

.pricing-nav-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.pricing-nav-btn:hover svg {
  transform: scale(1.1);
}

/* Navigation Indicators */
.pricing-nav-indicators {
  display: flex;
  gap: 12px;
  align-items: center;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(48, 51, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
}

.navigate-pricing {
  flex-wrap: nowrap;
  display: flex;
  text-wrap: nowrap;
  overflow-x: scroll;
}

.nav-dot:hover {
  background: rgba(48, 51, 255, 0.6);
  transform: scale(1.2);
}

.nav-dot.active {
  background: var(--primary-color);
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(48, 51, 255, 0.5);
}











/* ------------------- */
/* Cta Section */

.cta-section {
  margin: 0 20px;
}

.cta-section-card {
  background: linear-gradient(90deg, #4548FF, #000278);
  /* Blue gradient */
  color: #ffffff;
  border-radius: 1rem;
  /* 16px */
  max-width: 1200px;
}

/* Custom styling for the button avatar */
.cta-button .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e0e7ff;
}

.cta-button {
  transition: transform 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
}


.fs-45 {
  font-size: 45px;
}

.pointer-events-none {
  pointer-events: none !important;
}


/* ------------------------------- */
/* Benefits-section */

.benefits-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-title {
  font-size: 2rem;
  color: #212529;
  /* Bootstrap dark color */
}

.section-subtitle {
  font-size: 1rem;
  color: #6c757d;
  /* Bootstrap secondary color */
}

.theme-divider {
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #3033FF, #00d2ff);
  margin: 1.5rem auto 3rem auto;
  border-radius: 2px;
}

/* Swiper Slider Styling */
.benefits-slider-container {
  position: relative;
  min-height: 450px;
  /* Set a min-height for better layout on mobile */
}

.swiper {
  width: 100%;
  height: 100%;
}

.gbm-swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  padding-bottom: 3rem;
}

.jiet-swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  padding-bottom: 3rem;
}

.image-wrapper {
  position: relative;
  z-index: 2;
}

.image-wrapper img {
  max-width: 350px;
  width: 100%;
  border-radius: 15px;
  display: block;
}

/* Decorative Background Shapes */
.bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  background-color: #f4f6fb;
  /* Theme light blue */
  z-index: 1;
}

.bg-shapes::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(48, 51, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 1;
}

.bg-shapes::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 1;
}

/* ===== Modern FAQs Section ===== */
.faq-section-modern {
  background-color: #ffffff;
}

.faq-modern-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-modern-item {
  background-color: #f0f0f0;
  /* Very light cyan-grey from design */
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}



.faq-modern-item.active {
  border-radius: 20px;
}

.faq-modern-header {
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-modern-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #2b3a4a;
  font-size: 1.05rem;
}

/* Icon Setup */
.faq-modern-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #686bff;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq-modern-icon::before,
.faq-modern-icon::after {
  content: '';
  position: absolute;
  background-color: #686bff;
  transition: all 0.3s ease;
}

/* Horizontal line */
.faq-modern-icon::before {
  width: 12px;
  height: 1.5px;
}

/* Vertical line */
.faq-modern-icon.plus::after {
  width: 1.5px;
  height: 12px;
}

.faq-modern-icon.minus {
  border-color: #EB7725;
}

.faq-modern-icon.minus::before {
  background-color: #EB7725;
}

.faq-modern-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
  padding: 0 30px;
  text-align: left;
}

.faq-modern-item.active .faq-modern-body {
  max-height: 800px;
  opacity: 1;
  padding: 0 30px 24px 30px;
}

.faq-modern-body p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.faq-modern-body ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.faq-modern-body li {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .faq-modern-header {
    padding: 16px 20px;
  }

  .faq-modern-title {
    font-size: 0.95rem;
  }

  .faq-modern-item.active .faq-modern-body {
    padding: 0 20px 20px 20px;
  }
}

.btn-hover-bg-primary:hover {
  background: var(--primary-color);
}


/* Mobile-specific adjustments for project cards */
@media (max-width: 425px) {
  .mobile-project-card {
    padding: 1rem !important;
    margin: 0 10px;
  }

  .whatsapp-button-icon span {
    font-weight: 300 !important;
    display: none;
  }

  .pt-phone-3rm-001 {
    padding-top: 3rem;
  }

  .mt-phone-3rm-001 {
    margin-top: 3rem;
  }


  .pb-phone-3rm-001 {
    padding-bottom: 3rem;
  }

  .mb-phone-3rm-001 {
    margin-bottom: 3rem;
  }

  .benefits-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-section {
    padding: 90px 0px;
  }

  /*.reviews-swiper {*/
  /*    padding: 0px !important;*/
  /*}*/

  .mt-50px-001 {
    margin-top: 50px;
  }

  .whatsapp-button-icon {
    background-color: #000000;
    border-radius: 999px;
    padding: 20px;
    margin-top: 1rem;
    position: relative;
    overflow: visible;
    width: fit-content;
  }

  .medium-zoom-image {
    width: 100% !important;
    height: auto !important;
    left: 0px !important;
  }

  .bg-vector-products:hover::before {
    background: white;
  }

  .gmb_industries::before {
    border-radius: 30px;
  }

  .Jiet_stdnts::before {
    border-radius: 0.375rem;
  }

  .cet-team-image::before {
    border-radius: 0.375rem;
  }

  .bg-vector-products::after {
    border-radius: 30px;
  }

  .mobile-project-update-card {
    margin: 0 !important;
    border-radius: 30px !important;
  }



  .mobile-project-card .services-labels-wrapper {
    width: 100%;
  }

  .mobile-project-card .circle_arrw_modal {
    right: 14px;
  }

  .circle_arrw_modal {
    top: 3%;
  }

  .Jiet_stdnts::before {
    object-fit: cover;
  }

  .cet-team-image::before {
    object-fit: cover;
  }

  .mobile-project-card .set_pstn_img_1 {
    width: 200px !important;
  }

  .mobile-project-card .img-poster-projects {
    max-width: 250px;
  }
}


@media (min-width: 425px) {
  .mobile-project-card {
    min-height: 400px;
  }

  .services-labels-wrapper {
    max-width: 234px;
    top: 5px;
    left: 0px;

  }

  .bg-vector-products {
    position: relative;
  }
}




/* min-width media queries (Mobile-First) */
/* For tablets and larger */
@media (min-width: 768px) {
  .section-title {
    font-size: 2.8rem;
  }

  .review-container p {
    font-size: 25px;
  }


  .accordion-header .article-heading {
    font-size: 1.2rem !important;
  }


  /* Hover and focus states for select */
  .form-placeholder-select:hover,
  .form-placeholder-select:focus-within {
    border: 1px solid #000000;
    background-color: #FFFFFF;
  }

  .mt-6 {
    margin-top: 5.1rem;
  }


  .bg-vector-products {
    min-height: 310px;
    background: white;
    border-radius: 30px;
    border: 1px solid grey;
  }

  .Jiet_stdnts::before {
    top: 30px;
    background-size: 190%;
  }

  .cet-team-image::before {
    top: 30px;
    background-size: 190%;
  }

  .w_adj_1 {
    width: 150px;
    transition: all 0.6s ease;
  }

  .set_pstn_img_1 {
    bottom: 160px;
  }

  .bg-vector-products::after {
    mask-size: cover;
    -webkit-mask-size: cover;

  }

  .bg-vector-products:hover .img-poster-projects {
    width: 80%;
  }

  .services-labels-wrapper {
    top: 15px;
    left: 0px;
  }

  .gmb_industries::before {
    top: 30px;
    background-size: 130%;
  }
}

/* For laptops/desktops (lg breakpoint in Bootstrap is 992px) */
@media (min-width: 992px) {

  .cta-box {
    padding: 2rem;
    border-radius: 40px;
    max-width: 360px;
  }

  .pink-divider {
    margin: 1.5rem 0 3rem 0;
    /* Align divider to left on large screens */
  }

  .benefits-accordion {
    margin-top: 0;
    /* Remove top margin on large screens */
  }

  .section-subtitle {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .bg-vector-products {
    background: url(assets/svg/products.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 469px;
    position: relative;
    overflow: hidden;
    display: flex;
    border: none;
    border-radius: 0;
  }

  .bg-vector-products::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    /* inner fill ya overlay */
    overflow: hidden;
    mask: url('assets/svg/products.svg');
    -webkit-mask: url('assets/svg/products.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: 0;
    z-index: 1;
  }


  /* 
  .Jiet_stdnts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/image/Jiet-students-img.png');
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: bottom center;
    mask: url('assets/svg/products.svg');
    -webkit-mask: url('assets/svg/products.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: 1;
    transform: scale(1.004);
    z-index: 0;
    overflow: hidden;
  } */

  /* .cet-team-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/image/cet_team_image.png');
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: bottom center;
    mask: url('assets/svg/products.svg');
    -webkit-mask: url('assets/svg/products.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: 1;
    transform: scale(1.004);
    z-index: 0;
    overflow: hidden;
  } */

  /* .gmb_industries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/image/gmb_industries_cover.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    mask: url('assets/svg/products.svg');
    -webkit-mask: url('assets/svg/products.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: 1;
    transform: scale(1.004);
    z-index: 0;
    overflow: hidden;
  } */

}









/* Accordion Styles */
.accordion-section .accordion-item {
  border: none;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid #e4e4e4;
}

.accordion-section .accordion-header {
  padding: 24px 24px;
  background: #fff;
  transition: background 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.accordion-section .accordion-header:hover {
  background: #fcfcfc;
}

.accordion-section .accordion-item.active .accordion-header {
  padding: 24px 24px 10px;
}

.pointer-none {
  pointer-events: none !important;
}

.accordion-section .accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease-out;
  padding: 0 24px;
  /* Horizontal padding always present to avoid jump */
}

.accordion-section .accordion-item.active .accordion-content {
  opacity: 1;
  max-height: 2000px;
  /* JS will override this with real scrollHeight before close animation */
  padding-bottom: 0px;
}

/* Icon rotation */
.accordion-section .accordion-icon {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #f0f0f0;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.accordion-section .accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.cursor-pointer {
  cursor: pointer;
}

.ff-chivo {
  font-family: 'Chivo', sans-serif;
}

.accordion-header .article-heading {
  font-size: 1rem;
  color: #505050;
  letter-spacing: -0.02em;
}

.accordion-section .accordion-body {
  padding: 1px 0;
  /* Prevent margin collapse */
}

.growth-chart-container img {
  height: 113px;
  width: 100%;
  object-fit: contain;
}

/* ===== Why Choose Us / Result Cards ===== */
.why-choose-section {
  background: rgba(104, 107, 255, 0.10);
  position: relative;
  padding-top: 5rem !important;
  padding-bottom: 7rem !important;
  overflow: hidden;
}



.why-choose-section .container {
  position: relative;
  z-index: 1;
}

.why-choose-title {
  font-size: 2.5rem;
  color: #000;
}

.why-choose-subtitle {
  font-size: 1rem;

  margin: 0 auto;
}

.result-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  min-height: 400px;
}

.result-card-body {
  padding: 30px 30px;
}

.result-card-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #252525;
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: var(--sf-pro), sans-serif;
}

.result-card-desc {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  color: #555555 !important;
}

.result-card-image-wrap {
  position: relative;
  margin-top: auto;
  padding: 0;
  /* gap on top-right; image sticks to right and bottom */
  overflow: hidden;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.result-card-img {
  width: 90%;
  border-radius: 10px 0 0;
  object-fit: cover;
  display: block;
  max-height: 310px;
  height: 100%;
  object-position: top;
}

.result-client-badge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  backdrop-filter: blur(8px);
  border-radius: 100px;
  padding: 6px 14px 6px 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
  font-weight: 600;
  color: #414141;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.result-card:hover .result-client-badge {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.client-badge-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: contain;
  background: #ededed;
  padding: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.client-badge-name {
  font-family: var(--sf-pro), sans-serif;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

/* ===== Results Header Inline Marquee ===== */
.results-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.results-header-text {
  flex: 0 0 auto;
  padding: 20px;
}

.results-header-marquee-wrap {
  flex: 1 1 0%;
  min-width: 300px;
  overflow: hidden;
  position: relative;
  /* Fades on the edges for a smooth entrance/exit */
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.results-header-marquee {
  display: flex;
  align-items: center;
  gap: 0px;
  width: max-content;
  animation: scrollMarquee 25s linear infinite;
}

.results-header-marquee img {
  height: 110px;
  width: auto;
  object-fit: contain;
  /* optional: filter: grayscale(100%); opacity: 0.7; transition: 0.3s; */
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 20px));
  }
}

/* ===== Results Section – Mobile Optimizations ===== */
@media (max-width: 767px) {
  .why-choose-section {
    padding-top: 2.5rem !important;
    padding-bottom: 3rem !important;
  }

  .results-header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1.5rem !important;
  }

  .results-header-text {
    width: 100%;
    text-align: center;
  }

  .results-header-marquee-wrap {
    min-width: unset;
    width: 100%;
  }

  .results-header-marquee img {
    height: 80px;
  }

  .why-choose-subtitle {
    font-size: 0.9rem;
  }

  .result-card {
    border-radius: 14px;
  }

  .result-card-body {
    padding: 20px 18px;
  }

  .result-card-heading {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .result-card-desc {
    font-size: 0.85rem;
  }

  .result-card-image-wrap {
    min-height: 140px;
  }



  .result-client-badge {
    padding: 4px 10px 4px 4px;
    font-size: 0.7rem;
    gap: 5px;
    bottom: 10px;
    right: 10px;
  }

  .client-badge-logo {
    width: 20px;
    height: 20px;
  }

  /* Swiper scrollbar – small pill thumb slider */
  .result-swiper-all-scrollbar.swiper-scrollbar {
    position: relative !important;
    margin-top: 18px;
    width: 100% !important;
    max-width: 120px;
    height: 6px !important;
    border-radius: 100px;
    background: #e0e0e0;
    margin-left: auto;
    margin-right: auto;
    left: auto !important;
    bottom: auto !important;
  }

  .result-swiper-all-scrollbar .swiper-scrollbar-drag {
    background: #686bff !important;
    border-radius: 100px;
    cursor: grab;
  }
}

/* ===== Clients Strip Section ===== */
.clients-strip-eyebrow {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 1rem;
}

.clients-strip-box {
  background: linear-gradient(135deg, #3b3dcc 0%, #5456f0 45%, #7b7dff 100%);
  border-radius: 20px;
  padding: 22px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(69, 72, 255, 0.25);
}

.blog-modal-content {
  position: absolute;
  bottom: 0;
}

/* Inner highlight glow at top */
.clients-strip-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 100%;
}

/* Subtle inner light blob like the reference image */
.clients-strip-box::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 60px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.clients-strip-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.clients-strip-logos::-webkit-scrollbar {
  display: none;
}

.cstrip-item {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  padding: 0 20px;
}

.cstrip-logo {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px;
  filter: brightness(0) invert(1);
}

.cstrip-item span {
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  font-family: var(--sf-pro), sans-serif;
  opacity: 0.92;
}

.cstrip-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .clients-strip-box {
    padding: 18px 20px;
    border-radius: 16px;
  }

  .cstrip-item {
    padding: 0 14px;
    gap: 7px;
  }

  .cstrip-item span {
    font-size: 0.78rem;
  }

  .cstrip-logo {
    width: 24px;
    height: 24px;
  }
}

/* Keep old selectors alive for other potential uses */
.clients-box {
  background: #6262F5;
  border-radius: 24px;
  overflow: hidden;
}

.clients-box-left {
  padding: 3rem 2.5rem;
}

.clients-box-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.75rem;
}

.clients-box-heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.clients-box-sub {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}

.clients-box-right {
  padding: 2.5rem 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.clients-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.clogo-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 8px 16px 8px 8px;
  transition: background 0.2s ease;
  cursor: default;
}

.clogo-pill:hover {
  background: rgba(255, 255, 255, 0.22);
}

.clogo-pill-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 3px;
}

.clogo-pill span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  font-family: var(--sf-pro), sans-serif;
}

@media (max-width: 767px) {
  .clients-box-right {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 2rem;
  }

  .clients-box-left {
    padding-bottom: 1.5rem;
  }
}

/* --- Godx Clients Section Redesigned --- */
.godx-clients-section {
  border-radius: 20px;
  max-width: 95%;
  padding: 3rem 1.5rem;
}

.godx-clients-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}

.godx-clients-eyebrow::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3033FF;
  margin: 10px auto 0;
  border-radius: 2px;
}

.godx-clients-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.godx-client-item {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100px;
}

.godx-client-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(48, 51, 255, 0.2);
}

.godx-client-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  opacity: 0.7;
}

.godx-client-item:hover .godx-client-logo {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 768px) {
  .godx-clients-grid {
    gap: 1rem;
  }

  .godx-client-item {
    width: 120px;
    height: 80px;
    padding: 1rem;
  }

  .godx-clients-eyebrow {
    font-size: 1rem;
  }
}

/* ===== Equal-height cards in result swipers ===== */
.result-swiper-all .swiper-wrapper {
  align-items: stretch;
}

.result-swiper-all .swiper-slide {
  height: auto;
}

.result-swiper-all .swiper-slide .result-card {
  height: 100%;
}

/* ===== Card Logo Badge — slides up on card hover ===== */
.card-logo-badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  width: 100px;
  height: auto;
  object-fit: contain;
  z-index: 5;
  border-radius: 12px;
  background: #fff;
  padding: 6px 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.35s ease;
  opacity: 0;
}

.bg-vector-products:hover .card-logo-badge {
  transform: translateX(-50%) translateY(-50px);
  opacity: 1;
}


/* ===================================================
   PROJECT MODAL — Framer Motion-style Slide Up / Down
   =================================================== */

/* 1. Modal Dialog: Position at bottom, perfectly centered on X axis */
.modal-custome-001 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  width: 100% !important;
  max-width: 750px !important;
}

.width-sm-size {
  width: 100% !important;
}

/* 2. Modal Content: Handles that slide Y animation so transforms don't conflict! */
#projectModal.modal.fade .modal-content {
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.45s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.3s ease;

  /* Bottom sheet styling */
  border-radius: 20px 20px 0 0 !important;
  border-bottom: none;
  max-height: 92vh;
}

/* 3. Fully visible → slide content up */
#projectModal.modal.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}

/* 4. Stop Bootstrap's default dialog fade transform so it doesn't conflict */
#projectModal.modal.fade .modal-dialog {
  transform: translateX(-50%) !important;
  /* Keep it centered */
  transition: none;
  /* Let modal-content do the work */
}

/* 5. Backdrop fade */
.modal-backdrop.fade {
  transition: opacity 0.3s ease;
}


.btn-close:focus {
  box-shadow: none !important;
}

/* ===================================================
   BLOG PREVIEW MODAL — Mobile Bottom Sheet Slide Up
   =================================================== */
@media (max-width: 767px) {
  #blogPreviewModal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    transform: none !important;
    transition: none;
    min-height: auto;
  }

  #blogPreviewModal.modal.fade .modal-content {
    transform: translateY(100%);
    opacity: 0;
    transition:
      transform 0.45s cubic-bezier(0.32, 0.72, 0, 1),
      opacity 0.3s ease;
    border-radius: 20px 20px 0 0 !important;
    border-bottom: none !important;
    max-height: 90vh;
    overflow: hidden;
  }

  #blogPreviewModal.modal.show .modal-content {
    transform: translateY(0);
    opacity: 1;
  }

  #blogPreviewModal.modal.fade .modal-dialog {
    transform: none !important;
    transition: none;
  }

  #blogPreviewModal .blog-modal-iframe {
    height: 60vh;
  }
}

/* CTA Bottom Decorative Curve */
.cta-bottom-curve {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 350px;
  background: radial-gradient(ellipse at bottom,
      rgba(70, 75, 255, 0.4) 0%,
      rgba(20, 20, 60, 0.1) 60%,
      transparent 80%);
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  pointer-events: none;
  z-index: 0;
}

/* SEO Service Cards */
.seo-service-card {
  border-radius: 16px;
  border: 1px solid #e4e4e4;
}

.mb-6 {
  margin-bottom: 6rem;
}

@media (min-width: 992px) {
  .col-lg-55 {
    flex: 0 0 auto;
    width: 55%;
  }

  .btn-see-results {
    right: 0px;
    bottom: 23px;
  }

  .col-lg-45 {
    flex: 0 0 auto;
    width: 45%;
  }

  /* Bento Text Constraints */
  .bento-text-area {
    max-width: 50%;
  }

  .bento-text-area-end {
    max-width: 50%;
    margin-left: auto;
  }
}

/* Why Choose Us Rounded Wrap */
.why-choose-us-container {
  background: linear-gradient(to left, #686BFF 0%, #686BFF 100%);
  color: #ffffff;
  overflow: hidden;
}

/* Scroll to Top Button */
.scroll-to-top-btn {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 45px;
  height: 45px;
  background-color: #3b3dcc;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll-to-top-btn:hover {
  background-color: #2D31A6;
  transform: translateY(18px);
  /* slightly lifts when hovered */
}

.scroll-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: 85px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

/* Founder Note Offcanvas Styles */
.custom-offcanvas {
  width: 400px !important;
  max-width: 100%;
  border-left: none;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08);
}

.offcanvas-bg-shape {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  z-index: 0;
  opacity: 0.15;
  animation: blob-bounce 10s infinite alternate;
}

@keyframes blob-bounce {
  0% {
    transform: translate(0px, 0px) scale(1);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  }

  100% {
    transform: translate(-20px, 20px) scale(1.1);
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
  }
}

.custom-offcanvas .btn-close {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  padding: 0.5rem;
  transition: all 0.2s;
}

.custom-offcanvas .btn-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

/* ===== Why Choose Us – Redesigned ===== */

/* Eyebrow label */
.wcu-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  color: #fff;
}

/* Chips row — wraps on desktop, scrollable single row on mobile */
.wcu-chips-scroll {
  padding-bottom: 4px;
}

@media (max-width: 767px) {
  .wcu-chips-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap !important;
  }

  .wcu-chips-scroll::-webkit-scrollbar {
    display: none;
  }
}

/* Trust-signal chip pills */
.wcu-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 0.85rem;
  padding: 7px 14px;
  border-radius: 100px;
  font-family: var(--sf-pro), sans-serif;
  backdrop-filter: blur(6px);
}

.wcu-chip i {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* Base stat card */
.wcu-stat-card {
  border-radius: 18px;
  padding: 22px 20px;
  height: 100%;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* White (filled) variant */
.wcu-stat-light {
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

/* Transparent bordered variant */
.wcu-stat-ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}

/* Big stat number */
.wcu-stat-num {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.wcu-stat-light .wcu-stat-num {
  color: #212529;
}

.wcu-stat-ghost .wcu-stat-num {
  color: #fff;
}

/* Stat label text */
.wcu-stat-label {
  font-size: 0.88rem;
  line-height: 1.4;
}

.wcu-stat-light .wcu-stat-label {
  color: #555;
}

.wcu-stat-ghost .wcu-stat-label {
  color: rgba(255, 255, 255, 0.85);
}

/* Google partner card special layout */
.wcu-partner-card {
  justify-content: flex-start;
  gap: 10px;
}

.wcu-partner-logo {
  width: 42px;
  height: auto;
  object-fit: contain;
}

/* ===== WCU Custom Grid — equal height, bottom row offset right ===== */
.wcu-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 160px 160px;
  gap: 12px;
  align-items: stretch;
}

/* Left column (bigger width) cells */
.wcu-grid-big {
  grid-column: 1;
}

/* Right column (smaller width) cells */
.wcu-grid-small {
  grid-column: 2;
}

.wcu-grid-small-top {
  grid-row: 1;
}

.wcu-grid-small-bottom {
  grid-row: 2;
}

/* Bottom row shifted slightly right */
.wcu-grid-big:nth-child(3) {
  margin-left: 24px;
}

.wcu-grid-small-bottom {
  margin-left: 24px;
}

/* Stat badge (small pill at bottom of card) */
.wcu-stat-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  background: rgba(104, 107, 255, 0.12);
  color: #686bff;
  padding: 4px 10px;
  border-radius: 100px;
  width: fit-content;
  margin-top: 14px;
}

/* Icon at bottom of ghost card */
.wcu-stat-icon {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 14px;
  line-height: 1;
}

/* Mobile: reset offsets, equal 2-col grid */
@media (max-width: 575px) {
  .wcu-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .wcu-grid-big:nth-child(3),
  .wcu-grid-small-bottom {
    margin-left: 0;
  }
}




/* ----------------- */

@media (min-width: 321px) {
  .tg-carousel .card {
    width: 280px;
  }
}



@media (min-width: 376px) {
  .tg-carousel .card {
    width: 320px;
  }

  .center-img {
    width: 35px;
  }
}


/* SM breakpoint ≥ 576px */
@media (min-width: 576px) {
  .main-h2-f_all {
    font-size: 30px;
    color: #DADADA;
  }

  .container-xxl {
    max-width: 540px;
    /* Default 540px → Ab 600px */
  }


  .btn-get-started-hero:hover .a_niMte_crl::before {
    width: 700px;
  }

}


@media (min-width: 768px) {

  .circle_arrw_modal {
    width: 55px;
    height: 55px;
    top: 0;
    right: 26px;

  }



  .review-container::after {
    content: "";
    position: absolute;
    bottom: -44px;
    right: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url('assets/svg/quote-right-svgrepo-com\ \(1\)\ 1.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }


  .review-container::before {
    content: "";
    position: absolute;
    top: -44px;
    left: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url('assets/svg/quote-right-svgrepo-com\ \(1\)\ 1.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .navigate-pricing {
    overflow: hidden;
  }

  .main-h2-size-color {
    font-size: 35px;
  }

  .tg-carousel-wrapper {
    height: 400px;
  }


  .container-xxl {
    max-width: 720px;
    /* Default 720px → Ab 800px */
  }

  .main-h2-f_all {
    font-size: 50px;
    color: #ffffff;
  }

  .top-customized {
    top: 0px;
  }

  .top-customized-2 {
    top: 0px;
  }

  .addbackgroung-svg {
    background: transparent;
  }


  .hero-title {
    font-size: 3.25rem;
    /* Large font size for the heading */
    max-width: 1200px;
    /* Constrains the width of the text */
    line-height: 1.3;
    color: black;
  }

  .hero-section {
    padding: 160px 0px;
  }

  .w-md-fit-content {
    width: fit-content !important;
  }

  .name_field_questes {
    display: none;
  }

  .founder-image-wrapper {
    max-width: 275px;
  }


  .logo {
    max-width: 162px;
  }


  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}



@media (min-width: 992px) {
  .main-h2-size-color {
    font-size: 40px;
  }



  .pricing-nav-indicators {
    display: none !important;
  }


  .min-height-70vh::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    background: #EDEDED;
    height: 40%;
    transform: translate(-50%, -50%);
  }

  .min-height-70vh:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background: url(assets/svg/shape-graph.svg);
    height: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }


  .btn-get-started-hero:hover .a_niMte_crl::before {
    width: 350px;
    height: 70px;
    top: -20px;
    left: 60px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
  }


  .tg-carousel .card {
    width: 450px;
  }


  .container-xxl {
    max-width: 920px;
    /* Default 960px → Ab 1050px */
  }


  .main-h2-f_all {
    font-size: 60px;
    color: #ffffff;
  }

  .top-customized {
    top: -170px;
  }

  .top-customized-2 {
    top: -150px;
  }


  .addbackgroung-svg {
    background: url('assets/svg/shape-graph.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
  }

  .bg-vector-products {
    min-height: 350px;
  }


  .services-labels-wrapper {
    top: 17px;
    left: 15px;
    width: 200px;
  }

  .circle_arrw_modal {
    width: 44px;
    height: 44px;
    top: 0px;
    right: 12px;
  }

  .img-poster-projects {
    width: 80%;
  }


  .w_adj_1 {
    width: 140px;
  }

  .bg-vector-products:hover .w_adj_1 {
    width: 160px;
  }

  .set_pstn_img_1 {
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s ease;
  }

  .bg-vector-products:hover .set_pstn_img_1 {
    bottom: 240px;
    transform: translateX(-50%) translateY(50%);
    z-index: 3;
  }


  .msg_or_prfnsls {

    -webkit-line-clamp: 6;
    line-clamp: 6;
  }

}



@media (min-width: 1125px) {
  .container-xxl {
    max-width: 1040px;
    /* Default 1140px → Ab 1300px */
  }
}


@media (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
    /* Default 1140px → Ab 1300px */
  }

  .btn-see-results {
    right: 20px;
    bottom: 33px;
  }

  .top-customized {
    top: -250px;
  }

  .top-customized-2 {
    top: -150px;
  }


  .bg-vector-products {
    background: url('assets/svg/products.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 418px;
    position: relative;
    overflow: hidden;
    display: flex;

    transition: box-shadow 0.3s ease;
  }


  /* Border overlay following SVG shape on hover */
  .bg-vector-products::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('assets/svg/products-border.svg') no-repeat center / 100% 100%;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .bg-vector-products:hover::after {
    opacity: 1;
  }



  .circle_arrw_modal {
    width: 52px;
    height: 52px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 16px;
    border: 1px solid #78788f;
  }

  .services-labels-wrapper {
    width: 250px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: center;
    display: flex;
    height: fit-content;
    top: 20px;
    left: 23px;

  }


  .img-poster-projects {
    width: 100%;
  }

  .w_adj_1 {
    width: 250px;
  }

  .bg-vector-products:hover .w_adj_1 {
    width: 200px;
  }

  .set_pstn_img_1 {
    bottom: 160px;
  }

  .bg-vector-products:hover .set_pstn_img_1 {
    bottom: 300px;
    transform: translateX(-50%) translateY(50%);
    z-index: 3;
  }

}



@media (min-width: 1300px) {

  .services-labels-wrapper {
    width: 248px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: center;
    display: flex;
    height: fit-content;
    top: 20px;
    left: 22px;
  }

  .circle_arrw_modal {
    width: 55px;
    height: 55px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 14px;
    border: 1px solid #78788f;
  }

  .bg-vector-products:hover .set_pstn_img_1 {
    bottom: 300px;
    transform: translateX(-50%) translateY(50%);
    z-index: 3;
  }

  .main-h2-size-color {
    font-size: 55px;
  }

  .text-xl-nowrap-01 {
    white-space: nowrap;
  }

  .set_pstn_img_1 {
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s ease;
  }

  .bg-vector-products {
    background: url('assets/svg/products.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 415px;
    position: relative;
    overflow: hidden;
    display: flex;
  }


  .container-xxl {
    max-width: 1240px;
    /* Default 1140px → Ab 1300px */
  }


  .main-h2-f_all {
    font-size: 70px;
  }

  .tg-carousel .card.right {
    transform: translate(-65%, -50%) scale(0.7);
  }

  .tg-carousel .card.left {
    transform: translate(-35%, -50%) scale(0.7);
  }


}




/* XXL breakpoint ≥ 1400px */
@media (min-width: 1400px) {

  .services-labels-wrapper {
    width: 270px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: center;
    display: flex;
    height: fit-content;
    top: 20px;
    left: 36px;
  }

  .btn-see-results {
    right: 50px;
    bottom: 50px;
  }

  .circle_arrw_modal {
    width: 55px;
    height: 55px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 27px;
    border: 1px solid #78788f;
  }

  .bg-vector-products:hover .set_pstn_img_1 {
    bottom: 350px;
    transform: translateX(-50%) translateY(50%);
    z-index: 3;
  }

  .main-h2-size-color {
    font-size: 55px;
  }

  .set_pstn_img_1 {
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.6s ease;
  }

  .bg-vector-products {
    background: url('assets/svg/products.svg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 469px;
    position: relative;
    overflow: hidden;
    display: flex;
  }



  .container-xxl {
    max-width: 1600px;
    /* Default 1320px → Ab 1600px */
  }

  .tg-carousel .card {
    width: 450px;
  }



  .tg-carousel .card.right {
    transform: translate(-65%, -50%) scale(0.85);
  }

  .tg-carousel .card.left {
    transform: translate(-35%, -50%) scale(0.85);
  }

}