/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #334155;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #0f172a;
}

h1 {
  letter-spacing: -0.02em;
}

h2 {
  letter-spacing: -0.01em;
}

.text-balance {
  text-wrap: balance;
}

.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-bg1 {

}

.bg-grid-pattern {
  background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
  background-size: 24px 24px;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-gradient {
  background: radial-gradient(circle at top right, #fff1f2 0%, transparent 40%);
}

.img-mask-corner {
  border-radius: 40px 40px 40px 4px;
}

.btn-hover-scale:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.section-spacing {
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #0f172a;
}

/* Typography Refinements */
h1 {
  letter-spacing: -0.02em;
  text-transform: none;
}

h2 {
  letter-spacing: -0.01em;
}

.font-condensed {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
}

/* red-banner */

.red-banner h3,
.red-banner p {
  color: #ffffff !important;
}

/* Custom Utilities */
.text-balance {
  text-wrap: balance;
}

.bg-gradient-red {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.shadow-soft {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

.shadow-feature {
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
}

/* Smooth transition for interactive elements */
a,
button,
.card-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom list numbering for the process section */
.process-number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  background: linear-gradient(to bottom, #e2e8f0, #f8fafc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

/* Image mask for the hero/feature images */
.rounded-feature {
  border-radius: 24px;
}

/* Section spacing consistency */
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.text-balance {
  text-wrap: balance;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-gradient-overlay {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

.shadow-soft {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

.before-after-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] summary svg {
  transform: rotate(180deg);
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #334155;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  color: #1e293b;
  text-transform: none;
}

.text-condensed {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
}

input,
select,
textarea {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(241, 245, 249, 0.5);
}

.map-grayscale {
  filter: grayscale(100%) contrast(1.1) opacity(0.8);
}

.input-focus-ring:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

@media (min-width: 1024px) {
  .sticky-contact-sidebar {
    position: sticky;
    top: 2rem;
  }
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}

h2 {
  font-size: 2rem;
  line-height: 1.35;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Custom Utilities */

.text-balance {
  text-wrap: balance;
}

.faq-gradient-bg {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 40%, #3b82f6 100%);
}

.category-sidebar-shadow {
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
}

.search-input-shadow {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
}

/* Smooth accordion transitions */
details summary::-webkit-details-marker {
  display: none;
}

details[open] summary svg {
  transform: rotate(180deg);
}

/* Custom focus ring for brand consistency */
*:focus-visible {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}

/* Selection color */
::selection {
  background-color: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
}

h1 {
  line-height: 1.1;
}

h2 {
  line-height: 1.35;
}

.text-balance {
  text-wrap: balance;
}

.glass-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.image-comparison-slider {
  position: relative;
  overflow: hidden;
  cursor: col-resize;
}

.image-comparison-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 10;
}

.image-comparison-handle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.mask-radial {
  mask-image: radial-gradient(circle, black 0%, transparent 100%);
}

.transition-slow {
  transition-duration: 500ms;
}

.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e293b;
}

h1,
h2,
h3,
.font-heading {
  font-family: "Oswald", ui-sans-serif, system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

h4,
h5,
h6,
.font-condensed {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}

.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-lg {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bg-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}

.glass-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.input-focus-ring:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2);
  border-color: #dc2626;
}

.transition-smooth {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.text-balance {
  text-wrap: balance;
}

.hero-gradient-overlay {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}

.before-after-label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: 2px;
}

.card-shadow-hover:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-4px);
}

.glass-effect {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.8);
}

.section-title-underline {
  position: relative;
  display: inline-block;
}

.section-title-underline::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #dc2626;
  border-radius: 2px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.text-balance {
  text-wrap: balance;
}

.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.mask-diagonal {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.image-comparison-slider {
  position: relative;
  overflow: hidden;
  cursor: col-resize;
}

.step-number-outline {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.05);
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.bg-grid-pattern {
  background-image: radial-gradient(circle, #e2e8f0 1px, transparent 1px);
  background-size: 24px 24px;
}

.btn-transition {
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-transition:active {
  transform: scale(0.96);
}

.mr-12 {
  margin-top: 43px;
}

@media (max-width: 768px) {
  .mobile-text-center {
    text-align: center;
  }
}

/* Custom styles - extend as needed */
* {
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

body {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h1 {
  text-transform: none;
}

h2 {
  font-size: clamp(2rem, 5vw, 2.5rem);
  margin-bottom: 1.5rem;
}

footer p {
  line-height: 1.6;
  color: #8197b6;
}

p {
  line-height: 1.6;
  color: #000000;
}

.text-balance {
  text-wrap: balance;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-gradient-overlay {
  background: linear-gradient(to right, rgb(0 0 0 / 18%) 0%, rgb(0 0 0 / 3%) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.mask-image-slant {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.shadow-soft {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.transition-standard {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

@media (max-width: 768px) {
  .mobile-text-center {
    text-align: center;
  }
}

/* Apply index.html paragraph styles to all pages */
p,
p.font-sans {
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif !important;
}

@media (min-width: 640px) {

  p.sm\:text-xl,
  p.lg\:text-xl {
    font-size: 1.125rem !important;
    /* Force to text-lg (18px) to match index.html */
    line-height: 1.75rem !important;
  }

  p.sm\:text-lg {
    font-size: 1rem !important;
    /* Force to text-base (16px) to match index.html */
    line-height: 1.5rem !important;
  }

  p.sm\:text-base {
    font-size: 0.875rem !important;
    /* Force to text-sm (14px) to match index.html */
    line-height: 1.25rem !important;
  }
}

/* Override Tailwind's default mb-16 margin-bottom from 4rem to 2rem */
.mb-16 {
  margin-bottom: 2rem !important;
}

/* faqs css */
.accordion {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
}

.accordion.active .faq-toggle-icon {
  background-color: #fee2e2 !important;
  color: #dc2626 !important;
  border-color: #fca5a5 !important;
}

.accordion.active .faq-toggle-icon svg {
  transform: rotate(180deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}