body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  position: relative;
  background-color: #fafafa !important;
  scroll-behavior: smooth;
  min-height: 100vh;
  border-color: #fafafa;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: "Roboto", sans-serif !important;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

.pricingsection-audience--highlight {
  color: #94a3b8;
}

.pricingsection-plan-icon {
  margin-bottom: 30px;
}

.pricingsection-feature-list {
  list-style: none;
  text-align: start !important;
  padding: 0;
  margin-bottom: 30px;
}

.pricingsection-feature-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.pricingsection-feature-list li i {
  color: #ec0c0c81;
  margin-right: 10px;
  font-size: 1.1rem;
  margin-top: 3px;
}

.pricingsection-feature-list--highlight li i {
  color: #22d3ee;
}

.btn-dark {
  background-color: #000000bf;
  border-color: #111827;
}

.btn-dark:hover {
  background-color: #1f2937;
  border-color: #1f2937;
}

.btn-light {
  background-color: #000000bf;
  border-color: #f1f5f9;
  color: #ffffff;
}

.btn-light:hover {
  background-color: #e2e8f0;
  border-color: #e2e8f0;
  color: #0f172a;
}

@media (max-width: 992px) {
  .pricingsection-heading {
    font-size: 2.5rem;
  }

  .pricingsection-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .pricingsection-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricingsection-price {
    font-size: 2.2rem;
  }

  .pricingsection-plan-name {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .pricingsection-card .card-body {
    padding: 20px;
  }

  .pricingsection-feature-list li {
    font-size: 0.9rem;
  }
}
.heading_grow {
  font-size: 2.5rem;
  color: #a7d7c5 !important;
}

.contact-icon {
  background-color: #f8e5e5 !important;
}

.contact-section {
  background-color: #000000;
  padding: 40px 0;
}

.contact-display-4 {
  color: #222 !important;
  font-weight: 700;
  font-size: 2.8rem;
}

.contact-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.contact-item {
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: rgb(13, 13, 13);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #3b82f6;
  font-size: 1.2rem;
}

.contact-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444;
}

.contact-info-detail {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
}

.contact-form-container {
  background-color: #4c63d2;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  color: #333 !important;
}

.contact-form-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.1),
    rgba(147, 197, 253, 0.1)
  );
  border-radius: 0 0 0 100%;
  z-index: 0;
}

.contact-form-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  position: relative;
  z-index: 1;
}

.contact-form-label {
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

.contact-form-control {
  padding: 12px 15px;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px;
  color: black !important;
  background-color: #0000004b !important;
  transition: all 0.3s ease;
}

.contact-form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-form-control::placeholder {
  color: #cbd5e1;
}

.contact-form-check {
  padding-left: 1.8rem;
}

.contact-form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
  margin-left: -1.8rem;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  color: #444 !important;
}

.contact-form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.contact-form-check-label {
  font-size: 0.95rem;
  color: #555;
}

.contact-privacy-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.contact-privacy-link:hover {
  text-decoration: underline;
}

.contact-btn-submit {
  background-color: #ffffff;
  color: black;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 50px;
  border: 1px solid #000000;
  transition: all 0.3s ease;
}

.contact-btn-submit:hover {
  background-color: #000000;
  color: #f8e5e5;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .contact-display-4 {
    font-size: 2.5rem;
  }

  .contact-form-container {
    padding: 30px;
  }

  .contact-form-heading,
  .contact-heading {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .contact-display-4 {
    font-size: 2.2rem;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .contact-info-title {
    font-size: 1rem;
  }

  .contact-info-detail {
    font-size: 0.9rem;
  }

  .contact-form-heading,
  .contact-heading {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .contact-display-4 {
    font-size: 1.8rem;
  }

  .contact-form-container {
    padding: 25px;
  }

  .contact-btn-submit {
    width: 100%;
  }
}

.faq-section {
  background-color: #fafafa;
  padding: 40px 0;
}

.faq-header {
  padding-right: 20px;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a7d7c5;
  line-height: 1.2;
}

.faq-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0.5rem;
  --bs-accordion-inner-border-radius: 0.5rem;
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-btn-color: #333;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #333;
  --bs-accordion-active-bg: #fff;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 0.5rem !important;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  padding: 1.25rem 1.5rem;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-body {
  padding: 0.5rem 1.5rem 1.5rem;
  color: #555;
}

.accordion-body p {
  margin-bottom: 0;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .faq-title {
    font-size: 2.2rem;
  }

  .faq-description {
    font-size: 1rem;
  }

  .accordion-button {
    font-size: 1rem;
    padding: 1.1rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 2rem;
  }

  .faq-header {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .accordion-button {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }

  .accordion-body {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .faq-title {
    font-size: 1.8rem;
  }

  .faq-description {
    font-size: 0.95rem;
  }

  .accordion-button {
    font-size: 0.9rem;
    padding: 0.9rem 1rem;
  }

  .accordion-body {
    padding: 0.5rem 1rem 1rem;
  }
}

.fottersection-wrapper {
  background-color: #a7d7c5;
  color: #000000;
  position: relative;
  overflow: hidden;
}

.fottersection-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 128, 128, 0.1)
  );
  z-index: 1;
  pointer-events: none;
}

.fottersection-widget {
  margin-bottom: 20px;
}

.fottersection-widget-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000000;
}

.fottersection-newsletter-text {
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.fottersection-newsletter-form .fottersection-input-group {
  border-radius: 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fottersection-newsletter-form .fottersection-input {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0.75rem 1.25rem;
  height: auto;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fottersection-newsletter-form .fottersection-input::placeholder {
  color: #6c757d;
}

.fottersection-newsletter-form .fottersection-input:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.05);
}

.fottersection-submit-btn {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.fottersection-submit-btn:hover {
  background-color: #111;
  color: #22d3ee;
}

.fottersection-links {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #000;
}

.fottersection-links li {
  margin-bottom: 1rem;
}

.fottersection-links a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.fottersection-links a:hover {
  color: #fff;
}

.fottersection-social-links a i {
  margin-right: 8px;
}

.fottersection-bottom {
  padding: 2rem 0 3rem;
  position: relative;
  z-index: 2;
}

.fottersection-logo {
  margin-bottom: 1.5rem;
}

.fottersection-marketo-logo {
  margin-bottom: 1rem;
}

.fottersection-logo-text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.fottersection-copyright {
  color: #adb5bd;
  font-size: 0.9rem;
}

.fottersection-link {
  color: #22d3ee;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fottersection-link:hover {
  color: #0ea5e9;
}

@media (max-width: 992px) {
  .fottersection-widget-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .fottersection-logo-text {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .fottersection-widget {
    margin-bottom: 2rem;
  }

  .fottersection-logo-text {
    font-size: 2.5rem;
  }

  .fottersection-marketo-logo {
    width: 70px;
    height: 50px;
  }
}

@media (max-width: 576px) {
  .fottersection-newsletter-form .fottersection-input-group {
    flex-direction: column;
    background-color: transparent;
    border: none;
  }

  .fottersection-newsletter-form .fottersection-input {
    border-radius: 50px;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fottersection-submit-btn {
    border-radius: 50px;
    width: 100%;
  }

  .fottersection-logo-text {
    font-size: 2rem;
  }

  .fottersection-marketo-logo {
    width: 60px;
    height: 45px;
  }

  .fottersection-copyright {
    font-size: 0.8rem;
  }
}
.landingpage {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 0;
}

.video-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.video-background-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.testimonals_sect {
  background-color: #fff;
}

@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1);
  }
  100% {
    transform: translateY(0);
  }
}

.testimonial-section {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;

  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.05);

  box-shadow: 0 14px 38px -8px rgba(0, 0, 0, 0.28),
    0 8px 18px -10px rgba(0, 0, 0, 0.35);

  animation: floatUp 0.9s cubic-bezier(0.4, 0.7, 0.3, 1) forwards;

  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px -6px rgba(0, 0, 0, 0.32),
    0 10px 24px -8px rgba(0, 0, 0, 0.4);
}

.testimonial-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a7d7c5;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-stars {
  color: #ffa500;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

@keyframes fadeLift {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  70% {
    opacity: 1;
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

.trans_slider .info_text-section-container {
  opacity: 1 !important;
  display: block;
}
.slick-slide {
  outline: none;
}
.logo_design {
  height: 45px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo_design:hover {
  transform: scale(1.05);
}
.glow-text {
  color: #fff;
  font-size: 5rem !important;
}

.typing-text {
  color: #fff;
  font-size: 5rem !important;
}

@media (max-width: 576px) {
  .glow-text {
    font-size: 40px !important;
  }

  .typing-text {
    font-size: 0.1px !important;
  }
}
.tooltip-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tooltip-detail-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
}

.tooltip-detail-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #2ca8a1;
  font-size: 1.2rem;
  line-height: 1;
  text-align: start !important;
}
.feature-tooltip-list {
  list-style: disc inside;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #fff;
}

.feature-tooltip-list li {
  margin-bottom: 0.5rem;
}

@media (max-width: 786px) {
  .feature-tooltip {
    display: none !important;
  }
}
.info_text-section-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none;
}

.info_text-section-container.active {
  opacity: 1;
  display: flex;
}

.about-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: radial-gradient(circle at bottom center, #000000 0%);
}

.diagonal-bg {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(0, 0, 0) 50%, #000000 50%);
  z-index: -1;
}

/* 1. If you want the image to cover the entire container (like a background): */
.success-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw; /* span full viewport width */
  height: 100vh; /* span full viewport height */
  object-fit: cover; /* crop/scale to fill without distortion */
  z-index: -1; /* send it behind any overlaid content */
}

/* 2. If you simply want a responsive image that scales with its parent: */
.success-image-responsive {
  display: block;
  max-width: 100%; /* never exceed its container’s width */
  height: auto; /* keeps aspect ratio */
}

.about-content {
  padding: 80px 0;
}

.about-title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about-text {
  color: #413f3f;
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 25px;
}

.about-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .about-title {
    font-size: 3.5rem;
  }

  .about-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-title {
    font-size: 2.8rem;
  }

  .about-content {
    padding: 60px 0;
  }

  .diagonal-bg {
    background: linear-gradient(165deg, white 60%, #6a8d82 60%);
  }
}

.vision-section {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8 !important;
}

.vision-text {
  background: radial-gradient(circle at top left, #000000 0%, #3548a6 100%);
  color: #e0e0e0;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.vision-image-container {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.vision-header {
  background-color: #4c63d2;
  color: white;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vision-title {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.vision-image {
  background-color: #f8f8f8;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.vision-image img {
  max-width: 100%;
  max-height: 400px;
}

@media (max-width: 991px) {
  .vision-title {
    font-size: 3rem;
    letter-spacing: 5px;
  }

  .vision-header {
    padding: 40px 20px;
  }

  .vision-text {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .vision-section {
    flex-direction: column;
  }

  .vision-image-container {
    order: 1;
  }

  .vision-text {
    order: 2;
  }

  .vision-title {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }

  .vision-header {
    padding: 30px 15px;
  }

  .vision-image {
    padding: 30px;
  }
}
.values-section {
  padding: 80px 0;
}

.values-title {
  font-size: 3.5rem;
  font-weight: 600;
  color: #3a4a47;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.values-intro {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 50px;
  max-width: 900px;
  text-align: center;
}

.value-card {
  background-color: #6a8d82;
  color: white;
  padding: 30px;
  height: 100%;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
}

.value-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.value-text {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .values-title {
    font-size: 3rem;
  }

  .value-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .values-title {
    font-size: 2.5rem;
  }

  .values-section {
    padding: 60px 0;
  }

  .values-intro {
    margin-bottom: 30px;
  }
}
.newsletter-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a8d82;
  background-size: cover;
  background-position: center;
  filter: brightness(0.7);
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.newsletter-content {
  max-width: 800px;
  padding: 0 20px;
  z-index: 1;
}

.newsletter-title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.newsletter-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 300;
}

.newsletter-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 12px 20px;
  height: auto;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
  box-shadow: none;
}

.btn-join {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-join:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .newsletter-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .newsletter-title {
    font-size: 2.8rem;
  }

  .newsletter-text {
    font-size: 1rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .form-control {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .newsletter-title {
    font-size: 2.2rem;
  }

  .newsletter-section {
    min-height: 500px;
  }
}
.modal-body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  padding: 1.5rem 2rem;
  background-color: #f9f9f9;
  border-radius: 0 0 0.375rem 0.375rem;
}

.modal-body p {
  margin-bottom: 1rem;
}

.modal-body ul {
  padding-left: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #555555;
}

.modal-body ul li {
  margin-bottom: 0.5rem;
}
.magic-business-feature-card {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 1rem;
  background: white;

  height: 120px;
  overflow: visible;
  transition: box-shadow 0.3s ease;
}
.magic-business-feature-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.magic-business-icon-wrapper {
  font-size: 40px;
  margin-bottom: 10px;
}
.magic-business-feature-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2rem;
  color: #706767;
}

.magic-feature-details {
  position: absolute;
  top: 100%;
  left: 0;
  color: #193bc3 !important;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.magic-business-feature-card:hover .magic-feature-details {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.magic-feature-details ul {
  margin: 0;
  padding-left: 20px;
  max-height: 200px;
  overflow-y: auto;
}

.col-md-6 {
  position: relative;
}
@keyframes magic-icon-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.magic-business-icon-wrapper i {
  animation: magic-icon-bounce 3s ease-in-out infinite;
  display: inline-block;
}

@keyframes magic-icon-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.magic-business-icon-wrapper i {
  animation: magic-icon-bounce 3s ease-in-out infinite;
  display: inline-block;
}
.magic-business-icon-wrapper i {
  animation: magic-icon-bounce 3s ease-in-out infinite;
  display: inline-block;
  color: #0d6efd;
  filter: drop-shadow(0 0 3px #0d6efd88);
  transition: color 0.3s ease, filter 0.3s ease;
}

.magic-business-light-blue .magic-business-icon-wrapper i {
  color: #0d6efd;
  filter: drop-shadow(0 0 2px #0d6efdaa);
}
.magic-business-light-purple .magic-business-icon-wrapper i {
  color: #6f42c1;
  filter: drop-shadow(0 0 2px #6f42c1aa);
}
.magic-business-light-indigo .magic-business-icon-wrapper i {
  color: #6610f2;
  filter: drop-shadow(0 0 2px #6610f2aa);
}
.magic-business-light-yellow .magic-business-icon-wrapper i {
  color: #ffc107;
  filter: drop-shadow(0 0 2px #ffc107aa);
}
.magic-business-feature-card {
  position: relative;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 1rem;
  background: white;
  height: 120px;
  overflow: visible;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  border: 3px solid transparent;
  background-clip: padding-box;
}

.magic-business-feature-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.magic-business-feature-card::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border-radius: 11px;
  padding: 3px;
  background: linear-gradient(270deg, #a0c4ff, #bdb2ff, #9d4edd, #ffc8dd);
  background-size: 600% 600%;
  z-index: -1;
  animation: magic-border-move 8s ease infinite;
}

.magic-business-light-blue::before {
  background: linear-gradient(270deg, #b0d7ff, #8ec5fc, #a0c4ff, #4da8da);
}
.magic-business-light-purple::before {
  background: linear-gradient(270deg, #d3bcff, #bdb2ff, #9d4edd, #c084fc);
}
.magic-business-light-indigo::before {
  background: linear-gradient(270deg, #b1a7ff, #805ad5, #6610f2, #7f5af0);
}
.magic-business-light-yellow::before {
  background: linear-gradient(270deg, #fff3b0, #ffe066, #ffcc00, #ffea85);
}

@keyframes magic-border-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pricingsection-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricingsection-card .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pricingsection-card .btn {
  margin-top: auto;
  width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  font-size: 1rem;
  color: #333;
}

.features-section {
  background: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.features-section .container {
  max-width: 960px;
  margin: 0 auto;
}

.feature-card {
  display: flex;
  align-items: center;
  max-width: 600px;
  background: white;
  padding: 20px;
  border-radius: 12px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
}

.feature-icon {
  min-width: 70px;
  min-height: 70px;
  background: #71d2ae;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgb(0 123 255 / 0.4);
  transition: background 0.3s ease;
}

.feature-icon svg {
  width: 32px;
  height: 32px;
}

.feature-card:hover .feature-icon {
  background: #050c15;
}

.feature-content h2 {
  margin: 0 0 14px 0;
  font-size: 1rem;
  color: #222;
}

.feature-content ul {
  margin: 0;
  padding-left: 2px;
  list-style-type: disc;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .feature-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 15px;
  }
}
.feature-row {
  display: flex;
  gap: 30px;
  padding-inline: 30px;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.feature-row .feature-card {
  flex: 1;
}

@media (max-width: 720px) {
  .feature-row {
    flex-direction: column;
  }
}
.feature-heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3rem;
  color: #a7d7c5;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  user-select: none;
}
.vision-image {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}

.vision-image video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
