/* Custom Bootstrap Colors */

:root {
  /* Primary colors */
  --bs-bg: #17b8ff;
  --bs-primary: #212529;
  /* Custom primary color */
  --bs-primary-rgb: 16, 188, 105;

  /* Secondary colors */
  --bs-secondary: #212529;
  --bs-secondary-rgb: 108, 117, 125;

  /* Success colors */
  --bs-success: #28a745;
  --bs-success-rgb: 40, 167, 69;

  /* Info colors */
  --bs-info: #17b8ff;
  --bs-info-rgb: 23, 162, 184;

  /* Warning colors */
  --bs-warning: #ffc107;
  --bs-warning-rgb: 255, 193, 7;

  /* Danger colors */
  --bs-danger: #dc3545;
  --bs-danger-rgb: 220, 53, 69;

  /* Light colors */
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248, 249, 250;

  /* Dark colors */
  --bs-dark: #343a40;
  --bs-dark-rgb: 52, 58, 64;

  /* Add your custom colors */
  --bs-custom-color1: #ff6b6b;
  --bs-custom-color1-rgb: 255, 107, 107;

  --bs-custom-color2: #4ecdc4;
  --bs-custom-color2-rgb: 78, 205, 196;
}

/* Override Bootstrap classes with custom colors */
.bg-bg {
  background-color: var(--bs-bg) !important;
}

.btn-bg {
  background-color: var(--bs-bg) !important;
  color: white !important;
}

.btn-outline-bg {
  border-color: var(--bs-bg) !important;
  color: var(--bs-bg) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.btn-outline-bg:hover {
  background-color: var(--bs-bg) !important;
  color: white !important;
}

.border-bg {
  border-color: var(--bs-bg) !important;
}

/* --- Tech Badge on Hero Image --- */
.tech-badge {
  top: 12px;
  right: 20px;
  background: linear-gradient(90deg, #17b8ff 0%, #4ecdc4 100%);
  color: #fff;
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.32rem 0.9rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 16px rgba(23,184,255,0.18), 0 1.5px 6px rgba(23,184,255,0.12);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  border: 2px solid #fff;
  transition: box-shadow 0.2s;
}
.tech-badge i {
  font-size: 1.2rem;
}

@media (max-width: 575.98px) {
  .tech-badge {
    font-size: 0.9rem;
    padding: 0.35rem 0.9rem;
  }
  .tech-badge i {
    font-size: 1rem;
  }
}


.text-bg {
  color: var(--bs-bg) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.rounded-bottom-xl {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
  background-color: #0f84d2 !important;
  border-color: #0f84d2 !important;
}

.btn-outline-primary {
  border-color: var(--bs-primary) !important;
  color: var(--bs-primary) !important;
}

/* Custom color classes */
.bg-custom-color1 {
  background-color: var(--bs-custom-color1) !important;
}

.text-custom-color1 {
  color: var(--bs-custom-color1) !important;
}

.btn-custom-color1 {
  background-color: var(--bs-custom-color1) !important;
  border-color: var(--bs-custom-color1) !important;
  color: white !important;
}

.btn-custom-color1:hover {
  background-color: #ff5252 !important;
  border-color: #ff3939 !important;
}

.bg-custom-color2 {
  background-color: var(--bs-custom-color2) !important;
}

.text-custom-color2 {
  color: var(--bs-custom-color2) !important;
}

.btn-custom-color2 {
  background-color: var(--bs-custom-color2) !important;
  border-color: var(--bs-custom-color2) !important;
  color: white !important;
}

.btn-custom-color2:hover {
  background-color: #3dbeb6 !important;
  border-color: #36b1a9 !important;
}

.text-blue {
  color: #0000FF !important;
}

/* Mobile responsive navigation styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem;
    margin-top: 0.5rem;
  }

  .navbar-nav .nav-item {
    margin-bottom: 0.5rem;
  }

  .navbar-dark .navbar-toggler {
    color: var(--bs-bg);
    border-color: var(--bs-bg);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2317b8ff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
  }

  .rounded-pill.navbar {
    border-radius: 2rem !important;
  }
}

/* Footer Styles */
.footer-content {
  position: relative;
  overflow: hidden;
}

.footer-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.footer-heading {
  position: relative;
  padding-bottom: 0.75rem;
}

.footer-heading:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: #000;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #fff;
  color: #000 !important;
  transform: translateY(-3px);
}

.icon-box {
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.footer-links a {
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  transform: translateX(5px);
  color: #fff !important;
  font-weight: 500;
}

/* Hero Section Styles */
.hero-section {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-image-container {
  padding: 10px;
  z-index: 1;
}

.stat-icon {
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
}

.badge-icon {
  width: 32px;
  height: 32px;
  font-size: 0.9rem;
}

/* Feature badges positioning */
.feature-badge {
  z-index: 2;
}

.badge-1 {
  top: 10%;
  left: 10%;
  transform: translateX(-25%);
}

.badge-2 {
  bottom: 50%;
  right: 10%;
  transform: translateX(15%);
}

.badge-3 {
  top: 80%;
  left: 10%;
}

/* Ensure the image is responsive */
.hero-image-container img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Add subtle hover effects */
.hero-image-container:hover img {
  transform: scale(1.05);
}

.feature-badge {
  transition: all 0.3s ease;
}

.hero-image-container:hover .feature-badge {
  transform: translateY(-5px);
}

.badge-1:hover,
.badge-2:hover,
.badge-3:hover {
  z-index: 3;
}

.faq-container {
  position: relative;
}

.faq-accordion .accordion-button {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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: all 0.3s ease;
}

.faq-accordion .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}

.faq-icon {
  width: 32px;
  height: 32px;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.faq-accordion .accordion-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--bs-bg);
  border-radius: 0 0 1rem 1rem;
}

.faq-accordion .accordion-item {
  transition: all 0.3s ease;
}


/* Benefits Section Styles */
.benefits-section {
  position: relative;
  overflow: hidden;
}

.dashboard-preview {
  position: relative;
  margin: 20px 0;
}

.dashboard-img {
  transition: all 0.5s ease;
}

.dashboard-preview:hover .dashboard-img {
  transform: translateY(-5px);
}

.stat-card {
  transition: all 0.3s ease;
  z-index: 2;
}

.stat-card-1 {
  top: 15%;
  right: -15px;
}

.stat-card-2 {
  bottom: 15%;
  left: -15px;
}

.stat-card-icon {
  width: 40px;
  height: 40px;
  font-size: 1rem;
  flex-shrink: 0;
}

.dashboard-preview:hover .stat-card {
  transform: translateY(-8px);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.hover-card {
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.hover-card:hover {
  transform: translateX(5px);
  border-left: 4px solid var(--bs-primary);
  background-color: rgba(255, 255, 255, 0.9);
}

.benefit-item {
  background-color: white;
}

@media (max-width: 991.98px) {
  .stat-card-1 {
    top: 10%;
    right: 10%;
    transform: scale(0.9);
  }

  .stat-card-2 {
    bottom: 10%;
    left: 10%;
    transform: scale(0.9);
  }
}

main {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.max-w-7xl {
  max-width: 84rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-5xl {
  max-width: 60rem;
}
.max-w-4xl {
  max-width: 48rem;
}
.max-w-3xl {
  max-width: 36rem;
}
.max-w-2xl {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 18rem;
}
.max-w-lg {
  max-width: 16rem;
}
.max-w-md {
  max-width: 14rem;
}
.max-w-sm {
  max-width: 12rem;
}

/* New Feature Cards Styles */
.feature-card-new {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.feature-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
}

.feature-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  opacity: 0.1;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.feature-icon-new {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--bs-bg);
  transition: all 0.3s ease;
}

.feature-card-new:hover .feature-icon-bg {
  transform: rotate(90deg);
}

.feature-hover-icon {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 100px;
  z-index: 0;
  transition: all 0.3s ease;
}

.feature-card-new:hover .feature-hover-icon {
  transform: rotate(15deg) scale(1.2);
}

.opacity-10 {
  opacity: 0.1;
}

/* Dealer Pricing Section Styles */
.dealer-pricing-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.dealer-pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.dealer-pricing-card.popular {
  border: 2px solid var(--bs-bg);
  transform: scale(1.05);
}

.dealer-pricing-card.popular:hover {
  transform: scale(1.05) translateY(-10px);
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: var(--bs-bg);
  color: white;
  padding: 8px 40px;
  transform: rotate(45deg);
  font-size: 0.85rem;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.pricing-icon {
  width: 80px;
  height: 80px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.pricing-icon i {
  font-size: 2rem;
  color: var(--bs-bg);
}

.pricing-amount {
  margin: 1.5rem 0;
}

.pricing-amount .currency {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: top;
  margin-right: 2px;
}

.pricing-amount .amount {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.pricing-amount .duration {
  font-size: 1rem;
  color: #6c757d;
}

.pricing-features {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-features ul li {
  padding: 0.75rem 0;
  font-size: 0.95rem;
}

.pricing-features ul li.disabled {
  color: #6c757d;
}

.pricing-features ul li i {
  font-size: 1.1rem;
}

@media (max-width: 991.98px) {
  .dealer-pricing-card.popular {
    transform: scale(1);
  }

  .dealer-pricing-card.popular:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 767.98px) {
  .pricing-amount .amount {
    font-size: 2.5rem;
  }

  .pricing-icon {
    width: 60px;
    height: 60px;
  }

  .pricing-icon i {
    font-size: 1.5rem;
  }
}

/* Contact Section Styles */
.contact-info-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-icon-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.contact-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  opacity: 0.1;
  border-radius: 12px;
  transform: rotate(10deg);
  transition: all 0.3s ease;
}

.contact-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon-bg {
  transform: rotate(0deg);
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
}

.contact-form-card {
  background: white;
  transition: all 0.3s ease;
}

.contact-form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Form Styling */
.form-floating>label {
  padding-left: 1rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  color: var(--bs-bg);
  transform: scale(0.85) translateY(-0.8rem) translateX(0rem);
}

.form-control,
.form-select {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.1);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {

  .contact-info-card,
  .contact-form-card {
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
  .contact-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .contact-icon {
    font-size: 1rem;
  }

  .form-floating>label {
    padding-left: 1.5rem;
  }
}

/* Minimal CTA Styles */
.cta-minimal {
  background-color: #f8f9fa;
}

.cta-minimal-wrapper {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Content Styles */
.cta-minimal-content h2 {
  line-height: 1.2;
}

/* Stats Styles */
.stat-minimal h3 {
  font-size: 2rem;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
}

.stat-minimal p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Form Styles */
.cta-minimal-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.cta-minimal-form .form-control,
.cta-minimal-form .form-select {
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1rem;
  background-color: #f8f9fa;
}

.cta-minimal-form .form-control:focus,
.cta-minimal-form .form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: none;
}

.cta-minimal-form .form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .cta-minimal-content {
    text-align: center;
  }

  .cta-minimal-stats {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .cta-minimal-content h2 {
    font-size: 2rem;
  }
}

/* Tailwind-inspired Minimalist CTA Styles */
.tw-section-cta {
  background-color: #f9fafb;
}

.tw-card {
  transition: all 0.2s ease;
}

.tw-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.tw-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(111, 199, 254, 0.1);
  color: var(--bs-primary);
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.tw-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}

.tw-highlight {
  position: relative;
  color: var(--bs-primary);
}

.tw-text-muted {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
}

.tw-stat {
  display: flex;
  flex-direction: column;
}

.tw-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--bs-primary);
}

.tw-stat-label {
  font-size: 0.875rem;
  color: #6b7280;
}

.tw-divider {
  width: 1px;
  background-color: #e5e7eb;
  align-self: stretch;
}

.tw-btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tw-btn-cta svg {
  transition: transform 0.3s ease;
}

.tw-btn-cta:hover svg {
  transform: translateX(4px);
}

.tw-form-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
}

.tw-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #374151;
}

.tw-input,
.tw-select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: white;
  transition: all 0.2s ease;
}

.tw-input:focus,
.tw-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 3px rgba(111, 199, 254, 0.15);
  outline: none;
}

.tw-btn-submit {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tw-form-note {
  font-size: 0.875rem;
  color: #6b7280;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .tw-heading {
    font-size: 2rem;
  }

  .lg\:p-12 {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .tw-heading {
    font-size: 1.75rem;
  }

  .p-8 {
    padding: 1.5rem;
  }
}

.doc-sidebar .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  background: none;
  border: 0;
  transition: background 0.2s;
}
.doc-sidebar .accordion-button:focus {
  box-shadow: none;
}
.doc-sidebar .accordion-item {
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border: none;
}
.doc-sidebar .list-unstyled li a {
  display: flex;
  font-size: 14px;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: background 0.15s, color 0.15s;
}
.doc-sidebar .list-unstyled li a:hover {
  background: #f1f3f9;
  color: #206bc4;
  text-decoration: none;
}
.doc-content .doc-topic {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #222;
}
.doc-content pre, .doc-content code {
  background: #f6f8fa;
  border-radius: 0.4rem;
  font-size: 0.95em;
  padding: 0.2em 0.4em;
}
.doc-content pre {
  padding: 1em;
  overflow-x: auto;
}
.doc-content h1, .doc-content h2, .doc-content h3 {
  font-weight: bold;
}
.doc-content img {
  max-width: 100%;
  border-radius: 0.5rem;
  margin: 1rem 0;
}
.doc-content blockquote {
  border-left: 4px solid #206bc4;
  background: #f8fafd;
  padding: 0.5rem 1rem;
  color: #555;
  margin: 1rem 0;
  border-radius: 0.25rem;
}
.doc-sidebar .list-unstyled li a.active-doc-link {
  background: #e9f1fb;
  color: #206bc4 !important;
  border-left: 3px solid #206bc4;
  font-weight: 600;
}

.doc-sidebar .list-unstyled li a.active-doc-link:hover {
  background: #ddeaf7;
  color: #206bc4 !important;
}

@media (max-width: 767px) {
  .doc-sidebar {
      position: static !important;
      top: auto !important;
  }
}

.contact-section {
  margin: 60px 0 0 0;
}

.pricing-card {
  transition: transform 0.15s, box-shadow 0.15s;
}
.pricing-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(23,184,255,0.12);
}
.card-price {
  color: var(--bs-bg);
}
.badge.bg-bg {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-md {
  font-size: 1rem !important;
}
.text-lg {
  font-size: 1.1rem !important;
}
.text-xl {
  font-size: 1.2rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 2rem !important;
}
.text-4xl {
  font-size: 3rem !important;
}
.text-5xl {
  font-size: 4rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-16 {
  margin-top: 8rem !important;
}

.mb-16 {
  margin-bottom: 8rem !important;
}

.my-16 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.ml-6 {
  margin-left: 4rem !important;
}

@media (min-width: 768px) {
  .md\:ml-6 {
    margin-left: 4rem !important;
  }
  .md\:mt-6 {
    margin-top: 4rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 4rem !important;
  }
  .md\:my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:text-3xl {
    font-size: 2rem !important;
  }
  .md\:mt-16 {
    margin-top: 8rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 8rem !important;
  }
  .md\:my-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}


.btn-link {
  text-decoration: none;
}

.section-title span {
  width: 100%;
  height: 8px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section-title h6 {
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.section-title {
  font-family: 'Segoe UI', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}
.section-title.text-black { color: #232323; }
.section-title.text-gradient {
  background: linear-gradient(90deg,#17b8ff,#0e6efd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg,#17b8ff,#0e6efd);
  border-radius: 2px;
  margin: 0.75rem auto 0 auto;
}

.fixed-bottom-end {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1000;
  shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .section-title {
      font-size: 1.5rem;
  }
  .section-title::after {
      width: 38px;
      height: 3px;
  }
  .fixed-bottom-end {
    bottom: 10px;
    right: 10px;
}
}


.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-panel {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  background-color: #fff;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  transition: right 0.3s ease;
  overflow-y: auto;
}

body.dark-mode .mobile-menu-panel {
  background-color: #222;
  color: #fff;
}

.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-open .mobile-menu-panel {
  right: 0;
}

.mobile-nav-item {
  position: relative;
}

.mobile-nav-link {
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
}

body.dark-mode .mobile-nav-link {
  color: #f1f1f1;
  border-color: #444 !important;
}

.mobile-nav-link:hover, 
.mobile-nav-link:focus {
  background-color: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}

body.dark-mode .mobile-nav-link:hover,
body.dark-mode .mobile-nav-link:focus {
  background-color: rgba(255, 255, 255, 0.05);
}

.mobile-nav-link.active {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.mobile-submenu {
  display: none;
  background-color: rgba(0, 0, 0, 0.02);
}

body.dark-mode .mobile-submenu {
  background-color: rgba(255, 255, 255, 0.02);
}

.mobile-submenu.open {
  display: block;
}

.mobile-dropdown-icon {
  transition: transform 0.2s;
}

.mobile-nav-item.active > .mobile-nav-link .mobile-dropdown-icon {
  transform: rotate(-180deg);
}

.mobile-menu-actions {
  border-top: 1px solid #eee;
}

body.dark-mode .mobile-menu-actions {
  border-color: #444;
}

@media (min-width: 992px) {
  .mobile-menu-toggle,
  .mobile-menu-overlay,
  .mobile-menu-panel {
      display: none;
  }
}

/* Custom toggle button */
.mobile-menu-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border: none;
  transition: background-color 0.2s;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
}

@media (max-width: 991.98px) {
  .hero-section {
      padding-top: 1rem;
      padding-bottom: 2rem;
  }
  
  .hero-title {
      font-size: calc(1.375rem + 1.3vw) !important;
  }
  
  .hero-subtitle {
      font-size: 1rem !important;
  }
  
  .hero-img-wrapper {
      margin-bottom: 1.5rem;
      max-width: 100%;
  }
  
  .hero-img {
      max-width: 100% !important;
      border-radius: 0.75rem !important;
  }
  
  .tech-badge {
      font-size: 0.75rem;
      padding: 0.35rem 0.6rem;
      top: 8px;
      right: 8px;
      border-radius: 20px;
      background-color: rgba(33, 37, 41, 0.85);
      color: white;
      font-weight: 500;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767.98px) {
  .tech-badge {
      padding: 0.35rem 0.6rem;
      font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  #features .feature-card-new {
      border-radius: 1rem;
  }
  #features h4 {
      font-size: 1.1rem;
  }
}

/* Best Solutions Section Styles */
#best-solutions .btn {
    border-radius: 1rem;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
#best-solutions .btn-light {
    background: #e3f0fb!important;
    color: #222!important;
}
#best-solutions .shadow-lg {
    box-shadow: 0 2px 32px 0 rgba(0,0,0,0.10)!important;
}

/* Solution Icon Wrapper */
.solution-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f3f8fd;
    box-shadow: 0 2px 12px 0 rgba(23,184,255,0.07);
    transition: all 0.3s ease;
}

/* Solution Title */
.solution-title {
    font-size: 1.25rem;
}

/* Solution Badge */
.solution-badge {
    font-size: 0.9rem;
    transition: all 0.3s ease;
    white-space: normal;
    line-height: 1.3;
}

/* Solution Description */
.solution-desc {
    font-size: 0.9rem;
}

/* Solution Details */
.solution-details {
    font-size: 0.875rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Mobile solution card styles */
.mobile-solution-card {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile-solution-card:active {
    transform: translateY(2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Mobile sidebar styling for solutions */
.mobile-sidebar {
    width: 100%;
}

.mobile-sidebar-item {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.mobile-sidebar-item:hover .mobile-sidebar-inactive {
    background-color: rgba(23, 184, 255, 0.05);
}

.mobile-sidebar-active {
    border-left: 3px solid var(--bs-bg);
}

.mobile-sidebar-inactive {
    border-left: 3px solid transparent;
}

.sidebar-icon-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.mobile-solution-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-solution-badge {
    white-space: normal;
    display: inline-block;
}

.mobile-solution-details {
    flex-grow: 1;
}

/* Small mobile devices */
@media (max-width: 375px) {
    .sidebar-icon-wrapper {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .mobile-sidebar-item .small {
        font-size: 0.7rem;
    }
}

/* Very small mobile devices */
@media (max-width: 320px) {
    .col-4, .col-8 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .sidebar-icon-wrapper {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }
    
    .mobile-sidebar-item .small {
        font-size: 0.65rem;
    }
}

/* Responsive Styles for Best Solutions */
@media (max-width: 991px) {
    #best-solutions .col-lg-3, #best-solutions .col-lg-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #best-solutions .d-flex.flex-lg-column {
        flex-direction: row!important;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    #best-solutions .d-flex.flex-lg-column::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    #best-solutions .d-flex.flex-lg-column button {
        scroll-snap-align: start;
        min-width: 150px;
        flex-shrink: 0;
    }
}

@media (max-width: 767px) {
    #best-solutions .d-flex.flex-lg-column button {
        font-size: 0.9rem;
        padding: 0.5rem!important;
    }
    #best-solutions .d-flex.flex-lg-column button i {
        font-size: 0.9rem;
    }
    .fa-md-2x {
        font-size: 1.5rem;
    }
    .solution-title {
        font-size: 1.1rem;
    }
    .solution-badge {
        font-size: 0.8rem;
    }
    .solution-desc {
        font-size: 0.85rem;
    }
    .solution-details {
        display: block !important;
        font-size: 0.8rem;
        margin-bottom: 1rem !important;
    }
    .solution-icon-wrapper {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 575px) {
    #best-solutions .d-flex.flex-lg-column {
        gap: 0.5rem !important;
    }
    #best-solutions .d-flex.flex-lg-column button {
        min-width: 110px;
        padding: 0.4rem!important;
        font-size: 0.8rem;
    }
    #best-solutions .d-flex.flex-lg-column button i {
        font-size: 0.8rem;
        margin-right: 0.3rem !important;
    }
    .solution-icon-wrapper {
        width: 45px;
        height: 45px;
    }
    .solution-title {
        font-size: 1rem;
    }
    .solution-badge {
        font-size: 0.7rem;
        padding: 0.15rem 0.5rem !important;
    }
    .solution-desc {
        font-size: 0.8rem;
    }
    .solution-details {
        font-size: 0.75rem;
    }
}