html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Urbanist', sans-serif;
  margin: 0;
  padding: 0;
  /* background: radial-gradient(circle, rgba(255, 0, 0, 0.514) 0%, transparent 70%); */
  background-color: #f5f5f5;  
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;  /* size of the circle */
  height: 20px;
  background: rgba(6, 6, 6, 0.57);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}


.urbanist {
  font-family: 'Urbanist', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* ========================
   HERO SECTION
   ======================== */
.hero {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(to top left, rgba(255, 0, 0, 0.2) 0%, transparent 50%),
    linear-gradient(to top right, rgba(255, 0, 0, 0.2) 0%, transparent 50%),
    #f5f5f5;
  background-blend-mode: normal;
  z-index: 1;
}

 .trusted-by{
      background: linear-gradient(to bottom left, #ff000034 0%, #f6f6f6ff  100%);
  position: relative;
  z-index: 1;
  color: #1d1d1d;
    }
    .features-section{
      background: linear-gradient(to top left, #ff000034 0%, #f6f6f6ff  100%);
  position: relative;
  z-index: 1;
  color: #1d1d1d;
    }
    .benefits-section {
  background: linear-gradient(to bottom left, #ff000034 0%, #f6f6f6ff  100%);
  position: relative;
  z-index: 1;
  color: #1d1d1d;
}
.features-difference{
   background: linear-gradient(to top left, #ff000034 0%, #f6f6f6ff  100%);
  position: relative;
  z-index: 1;
  color: #1d1d1d;
}



.ripple-background {
	position: absolute;
	height: 50%;
}

.circle {
	border-radius: 50%;
	background: white;
	animation: ripple 15s infinite;
	box-shadow: 0px 0px 2px 0px #b95050;
	position: absolute;
}

.circle.small {
	width: 200px;
	height: 200px;
	left: -100px;
	bottom: -100px;
}

.circle.medium {
	width: 400px;
	height: 400px;
	left: -200px;
	bottom: -200px;
}

.circle.large {
	width: 600px;
	height: 600px;
	left: -300px;
	bottom: -300px;
}

.circle.xlarge {
	width: 800px;
	height: 800px;
	left: -400px;
	bottom: -400px;
}

.circle.xxlarge {
	width: 1000px;
	height: 1000px;
	left: -500px;
	bottom: -500px;
}

.shade1 {
	opacity: 0.2;
}
.shade2 {
	opacity: 0.4;
}

.shade3 {
	opacity: 0.6;
}

.shade4 {
	opacity: 0.8;
}

.shade5 {
	opacity: 1;
}

@keyframes ripple {
	0% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(0.8);
	}
}

.hero h1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.hero p {
  max-width: 600px;
  margin: 20px auto;
  color: #1d1d1d;
}

/* Floating images */
.floating {
  position: absolute;
  width: 200px;
  transition: transform 0.2s ease;
  z-index: 1;
}

.floating-left {
   bottom: 60%;
  left: 129px;
  height: 40%;
    width: 20%;
}

.floating-right {
bottom: 16%;
    right: 74px;
    height: 40%;
    width: 20%;
}

/* Responsive: stack under buttons on mobile */
@media (max-width: 768px) {
  .floating {
    position: static;
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0;
  }
}

.feature-icons {
  margin: 30px 0;
}

.feature-icons span {
  margin: 0 10px;
  color: red;
}

.feature-icons img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.btn-explore {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.btn-explore:hover {
  background: #333;
}

.btn-demo {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 30px;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-demo:hover {
  background: #000;
  color: #fff;
}

.badge-new {
  font-size: 0.8rem;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
}

.badge{
font-size: 0.8rem;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
}
.badge-new span {
  margin-left: 5px;
}


/* ========================
   NAVBAR
   ======================== */

.navbar {
  border-radius: 50px;
  margin: 10px auto;
  max-width: 1200px;
}

.navbar-brand strong {
  font-weight: 700;
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
}

.nav-link:hover {
  color: red !important;
}
.sticky-top{
      position: -webkit-sticky;
    position: sticky;
    top: 15px;
    z-index: 1020;
}
.btn-outline-dark {
  border: 1px solid #000;
  transition: all 0.3s ease;
}

.btn-outline-dark:hover {
  background: #000;
  color: #fff;
}

/* ========================
   LOGO SLIDER
   ======================== */
.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  flex-wrap: nowrap;
}

.partner-logo {
  margin: 0 40px;
  height: 70px;
  flex-shrink: 0;
}

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

.features-section .badge {
  font-weight: 500;
}

.feature-card {
  background: #f8f8f8;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.feature-card .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.features-section h2 {
  font-size: 2rem;
}

.features-section p {
  max-width: 600px;
  margin: 0 auto;
}

/* ========================
   BENEFITS SECTION
   ======================== */

.benefits-section {
  position: relative;
  padding: 65px 20px;
}

.benefits-wrapper {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefits-left {
  flex: 0 0 40%;
  position: sticky;
  top: 20%;
  height: fit-content;
}

.benefits-left .badge {
  display: inline-block;
  background: #f5f5f5;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.benefits-left h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.benefits-left p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
  max-width: 500px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.tag {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.95rem;
}

.benefits-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.benefit-step {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  margin: 50px 0;
}

.benefit-step.active {
  opacity: 1;
  /* transform: translateY(0); */
}

/* ========================
   MEDIA QUERIES
   ======================== */

@media (max-width: 992px) {
  .hero {
    padding: 80px 20px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .card-left,
  .card-right {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero {
    padding: 60px 15px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .feature-icons span {
    display: block;
    margin: 10px 0;
  }

  .btn-explore,
  .btn-demo {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .benefits-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .benefits-left {
    position: static;
    flex: 1 1 100%;
  }

  .benefits-right {
    flex: 1 1 100%;
  }

  .benefit-step {
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin: 40px 0;
  }
}
.features-difference .badge {
  font-weight: 500;
}

.features-difference h2 {
  font-size: 2.2rem;
}

.features-difference p {
  max-width: 600px;
  margin: 0 auto;
}

.feature-box {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ff00003d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.choose-us-section {
  padding: 65px 20px;
  background: #fafaf8;
}

.choose-us-section .container {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

.choose-us-section .left {
  flex: 1;
}

.choose-us-section .badge {
  display: inline-block;
  background: #f5f5f5;
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.choose-us-section h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.choose-us-section p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 500px;
}

.choose-us-section .stats {
  display: flex;
  gap: 40px;
}

.choose-us-section .stat-item h3 {
  font-size: 2rem;
  margin: 0 0 5px;
}

.choose-us-section .stat-item p {
  margin: 0;
  color: #555;
}

.choose-us-section .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-boxtwo {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid #ff00003d;
}
.feature-boxtwo {
  width: 100%;
}
.feature-boxtwo .icon {
  font-size: 1.5rem;
  background: #fff5f5;
  color: orange;
  padding: 12px;
  border-radius: 50%;
}

.feature-boxtwo h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.feature-boxtwo p {
  margin: 0;
  color: #555;
  max-width: 500px;
}

/* Responsive */
@media(max-width: 768px) {
  .choose-us-section h2{
    font-size: 2rem;
  }
  .choose-us-section .container {
    flex-direction: column;
  }

  .choose-us-section .stats {
    
    gap: 20px;
  }
}

.all-in-one-solution {
  text-align: center;
  padding: 60px 20px;
}

.all-in-one-solution h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.all-in-one-solution p {
  margin-bottom: 40px;
  color: #555;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.tab {
  background: none;
  border: none;
  font-size: 1rem;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.tab:hover {
  color: #ff0000;
}

.tab.active {
  color: #ff0000;
}

.tabs-underline {
  width: 100%;
  max-width: 700px;
  height: 2px;
  background: #ffa4a487;
  margin: 20px auto;
}

.tab-content {
  display: flex;
  justify-content: center;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.card {
  border: 4px double #9595958b;
  padding: 10px;
  width: 60vw;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.card img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 50%;
  height: 3px;
  background: #ff0000;
  transform: translateX(-50%);
  border-radius: 2px;
}


.integration-section {
  text-align: center;
  padding: 200px 20px 100px; /* extra top padding for arc */
  position: relative;
}

.integration-section h2 {
  font-size: 2.5rem;
  margin: 20px 0 10px;
  font-weight: 700;
}

.integration-section p {
  max-width: 600px;
  margin: 10px auto;
  color: #555;
}

.arc-wrapper {
  position: absolute;
  top: 0;
  left: 48%;
  transform: translateX(-50%);
  width: 800px;   /* wider arc */
  height: 400px;  /* taller semi-circle */
}

.logo {
  position: absolute;
  top: 100%; /* anchor at bottom center of arc container */
  left: 50%;
  transform-origin: top center;
  transform:
    rotate(calc(var(--i) * 30deg - 90deg)) /* adjust spacing for more logos on bigger arc */
    translateY(-400px); /* match new arc height */
}


.logo img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo img:hover {
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.logo {
  position: absolute;
  top: 100%; /* anchor at bottom center of arc container */
  left: 50%;
  transform-origin: top center;
  transform:
    rotate(calc(var(--i) * 30deg - 90deg))
    translateY(-400px);
  animation: bounce 2s ease-in-out infinite alternate;
  animation-delay: calc(var(--i) * 0.2s); /* stagger each logo */
}

@keyframes bounce {
  0% {
    transform:
      rotate(calc(var(--i) * 30deg - 90deg))
      translateY(-400px) translateY(0);
  }
  100% {
    transform:
      rotate(calc(var(--i) * 30deg - 90deg))
      translateY(-400px) translateY(-20px); /* bounce upward by 20px */
  }
}

/* ============ MEDIA QUERIES FOR INTEGRATION SECTION ============ */

@media (max-width: 992px) {
  .arc-wrapper {
    width: 600px; /* reduce arc width */
    height: 300px; /* reduce arc height */
  }

  .logo {
    transform:
      rotate(calc(var(--i) * 30deg - 90deg))
      translateY(-300px);
  }

  @keyframes bounce {
    0% {
      transform:
        rotate(calc(var(--i) * 30deg - 90deg))
        translateY(-300px) translateY(0);
    }
    100% {
      transform:
        rotate(calc(var(--i) * 30deg - 90deg))
        translateY(-300px) translateY(-15px);
    }
  }

  .logo img {
    width: 60px;
    height: 60px;
  }

  .integration-section h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
.arc-wrapper {
  width: 180px;
  height: 200px;
}

.arc-wrapper {
  position: absolute;
  top: -209px;
  left: 43%;
  transform: translateX(-50%);
  width: 424px !important;
  height: 400px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.benefits-section h2{
  font-size: 2rem;
}
.cta-section h2{
font-size: 2rem !important;
  margin-bottom: 40px;
  font-weight: 700;
}
.logo {
  transform:
    rotate(calc(var(--i) * 25deg - 20deg)) /* slightly smaller angle for wider spread */
    translateY(-230px); /* match the new arc-wrapper height */
}

  @keyframes bounce {
    0% {
      transform:
        rotate(calc(var(--i) * 30deg - 90deg))
        translateY(-200px) translateY(0);
    }
    100% {
      transform:
        rotate(calc(var(--i) * 30deg - 90deg))
        translateY(-200px) translateY(-10px);
    }
  }

  .logo img {
    width: 50px;
    height: 50px;
  }

  .integration-section h2 {
    font-size: 1.8rem;
  }

  .integration-section {
    padding: 150px 15px 80px;
  }
}

/* Optional: show semi-circle arc guide for dev */

.faq-section {
  padding: 65px 20px;
}

.faq-container {
  display: flex;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

.faq-left {
  flex: 1;
}

.faq-left h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 0;
}

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

.faq-answer p {
  margin: 0;
  padding: 0 0 20px;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* large enough for your text */
}

.faq-right {
  flex: 1;
}

.faq-right img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .faq-container {
    flex-direction: column;
  }

  .faq-right {
    margin-top: 40px;
  }
}
#scrollToTopBtn {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 999;
  font-size: 20px;
  background: #333;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 17px 24px;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

#scrollToTopBtn:hover {
  background: #555;
}
.cta-section h2{
font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
}.footer a {
  color: #555;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer h6 {
  font-weight: 600;
}

.footer p {
  color: #555;
}
.abouthero{
  color:#000
}

/* ---------------------- */
/* ---- ABOUT SECTION ---- */
/* ---------------------- */

.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  color: #fff;
  text-align: center;
}

.content h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.content h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 700;
}

.content p {
  max-width: 600px;
  margin: 0 auto 2rem;
  opacity: 0.7;
}

.video-container {
  width: 80%;
  max-width: 1000px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.5);
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 8%;
  background: #fff;
}

.contact-left {
  flex: 1;
  min-width: 300px;
  margin-right: 2rem;
}

.contact-left h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  font-weight: 700;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.info-block {
  flex: 1;
}

.label {
  font-weight: bold;
  color: #555;
  margin-bottom: 0.3rem;
}

.value {
  font-size: 1rem;
  color: #111;
}

.social-block {
  margin-bottom: 2rem;
}

.info-block a {
  color: #111;
  text-decoration: none;
  margin-right: 0.5rem;
}

.location-container {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
}

.contact-right {
  flex: 1;
  min-width: 300px;
  background: #eee;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group.double {
  display: flex;
  gap: 1rem;
}

.form-group.double div {
  flex: 1;
}

label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

input {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  background: rgb(0, 0, 0);
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  border-radius: 30px;
  font-weight: bold;
}
textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical; /* Let it grow vertically */
  min-height: 120px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Or any background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#preloader img {
  width: 300px; /* adjust size as needed */
  height: auto;
}
#preloader {
  transition: opacity 0.5s ease;
}
