body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  overflow-x: hidden;
}

/* Eyebrow styling */
.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2563eb;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  position: relative;
}

.eyebrow i {
  font-size: 0.7rem;
}

.hero-section .eyebrow {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.15);
  border-color: rgba(96, 165, 250, 0.3);
}

.card-section .eyebrow {
  color: #4a48fb;
  background: rgba(74, 72, 251, 0.1);
  border-color: rgba(74, 72, 251, 0.2);
}

.why-choose-section .eyebrow {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.15);
  border-color: rgba(96, 165, 250, 0.3);
}

.why-choose-section .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-choose-section .eyebrow.text-center {
  display: inline-flex;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #122347 65%, #1c2f64 100%);
  padding: 80px 0 50px;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

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

.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.hero-description {
  font-size: 1.25rem;
  color: #cbd5e1;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.btn {
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
  color: #ffffff;
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-secondary:hover {
  background: #ffffff;
  color: #0f172a;
  transform: translateY(-2px);
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.rating-stars {
  display: flex;
  gap: 0.25rem;
  color: #fbbf24;
}

.rating-stars i {
  font-size: 1.25rem;
}

.rating-text {
  color: #cbd5e1;
  font-size: 0.95rem;
}

.hero-form-wrapper {
  padding-left: 2rem;
}

.hero-form {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  white-space: nowrap;
}

.form-subtitle {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 2rem;
}

.seo-form .form-labe,
.forminator-row label
{
  color: #334155;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.5rem !important;
}

.seo-form .form-control,
.forminator-field input,
.forminator-field .select2-selection,
.forminator-field .forminator-textarea
{
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px!important;
  padding: 12px 16px!important;
  color: #1e293b!important;
  font-size: 1rem!important;
  transition: all 0.3s ease!important;
}
.forminator-field .forminator-textarea{min-height:60px;height:60px;}
.forminator-field input:focus,
.forminator-field .select2-selection:focus,
.forminator-field .forminator-textarea:focus
{
  background: #ffffff!important;
  border-color: #2563eb!important;
  color: #1e293b!important;
  outline: none!important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1)!important;
}
.forminator-field .select2-selection{padding: 3px 4px 3px 10px !important;
  border: 1px solid rgb(226, 232, 240) !important;}

.seo-form .form-control::placeholder {
  color: #94a3b8;
}

.seo-form .form-control:focus {
  background: #ffffff;
  border-color: #2563eb;
  color: #1e293b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.seo-form .form-control:focus::placeholder {
  color: #64748b;
}

.seo-form select.form-control {
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 16px;
  color: #1e293b;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.seo-form select.form-control option {
  background: #ffffff;
  color: #1e293b;
}

.seo-form select.form-control:focus {
  background: #ffffff;
  border-color: #2563eb;
  color: #1e293b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.seo-form .form-label .text-danger {
  color: #ef4444;
}

/* Card Section */
.card-section {
  padding: 100px 0;
  background: linear-gradient(120deg, rgba(74, 72, 251, 0.08), rgba(74, 72, 251, 0.02));
}

.card-content {
  padding-left: 2rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1e293b;
  line-height: 1.3;
}

.section-description {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.feature-list {
  list-style: none;
  margin-bottom: 2.5rem;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  color: #334155;
}

.feature-list i {
  color: #10b981;
  font-size: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.card-image {
  height: 400px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Local SEO Services Section */
.seo-services-section {
  padding: 100px 0;
  background: #ffffff;
  color: #1e293b;
}

.seo-services-section .eyebrow {
  color: #4a48fb;
  background: rgba(74, 72, 251, 0.1);
  border-color: rgba(74, 72, 251, 0.2);
}

.seo-services-section .col-lg-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.seo-services-section .eyebrow.text-center {
  display: inline-flex;
}

.seo-services-section .section-title {
  color: #1e293b;
}

.seo-services-section .section-description {
  color: #475569;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.15);
  border-color: #2563eb;
}

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(109, 40, 217, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  transform: scale(1.1);
}

.service-icon i {
  font-size: 1.75rem;
  color: #2563eb;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
  color: #ffffff;
}

.service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.service-description {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  flex-grow: 1;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  color: #334155;
  line-height: 1.5;
}

.service-features li:last-child {
  margin-bottom: 0;
}

.service-features li i {
  color: #10b981;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

/* Why Choose Section */
.why-choose-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0f172a 0%, #122347 65%, #1c2f64 100%);
  color: #ffffff;
}

.why-choose-section .section-title {
  color: #ffffff;
}

.why-choose-section .section-description {
  color: #cbd5e1;
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;display:inline-block;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
}

.stat-number {
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.stat-description {
  font-size: 1rem;
  color: #cbd5e1;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.stat-note {
  font-size: 0.875rem;
  color: #94a3b8;
  font-style: italic;
}

/* Case Study Section */
.case-study-section {
  padding: 100px 0;
  background: #ffffff;
  color: #1e293b;
}

.case-study-section .eyebrow {
  color: #4a48fb;
  background: rgba(74, 72, 251, 0.1);
  border-color: rgba(74, 72, 251, 0.2);
}

.case-study-section .col-lg-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-study-section .eyebrow.text-center {
  display: inline-flex;
}

.case-study-section .section-title {
  color: #1e293b;
}

.case-study-section .section-description {
  color: #475569;
}

.case-study-section p,
.case-study-section h2,
.case-study-section h3,
.case-study-section h5 {
  color: #1e293b;
}

.testimonial-card {
  background: #f8f9fa;
  border-radius: 16px;
  border-left: 4px solid #2563eb;
}

.testimonial-card p {
  color: #334155;
}

.testimonial-card strong {
  color: #1e293b;
}

.testimonial-card .text-muted {
  color: #64748b !important;
}

.quote-icon {
  color: #2563eb;
  opacity: 0.3;
}

.case-study-section .feature-item {
  background: #f8f9fa;
  border-radius: 12px;
  transition: transform 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.case-study-section .feature-item:hover {
  transform: translateY(-5px);
  background: #e9ecef;
}

.case-study-section .feature-item i {
  color: #2563eb;
  font-size: 32px;
}

.case-study-section .feature-item h5 {
  color: #1e293b;
  font-size: 16px;
  font-weight: 400 !important;
}

.case-study-section .feature-item {
  color: #334155;
}

.results-section {
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  border-radius: 16px;
  color: white;
}

.results-section h3 {
  color: white;
}

.results-section .result-number {
  color: white;
}

.results-section p {
  color: rgba(255, 255, 255, 0.9);
}

.case-study-section .btn-outline-primary {
  border: 2px solid #2563eb;
  color: #2563eb;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.case-study-section .btn-outline-primary:hover {
  background: #2563eb;
  color: white;
  transform: translateY(-2px);
}

/* Alternatives Section */
.alternatives-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0f172a 0%, #122347 65%, #1c2f64 100%);
  color: #ffffff;
}

.alternatives-section .section-title {
  color: #ffffff;
}

.alternatives-section .section-description {
  color: #cbd5e1;
}


.alternatives-section .btn-primary {
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
}

.comparison-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.comparison-subtitle {
  font-size: 1.125rem;
  color: #cbd5e1;
  margin-bottom: 2rem;
}

.comparison-table {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.comparison-header h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding: 1.5rem;
}

.comparison-rows-desktop {
  display: block;
}

.comparison-mobile-left,
.comparison-mobile-right {
  display: none;
}

.comparison-mobile-header {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-row:last-child {
  border-bottom: none;
}

.comparison-col {
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.comparison-col-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}

.comparison-col.our-service {
  background: rgba(37, 99, 235, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-col.competitor {
  background: rgba(239, 68, 68, 0.05);
}

.comparison-col-content i {
  font-size: 1.25rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.comparison-col-content.our-service i,
.comparison-col.our-service .comparison-col-content i {
  color: #10b981;
}

.comparison-col-content.competitor i,
.comparison-col.competitor .comparison-col-content i {
  color: #ef4444;
}

.comparison-col-content span {
  color: #e2e8f0;
}

/* Pricing Section */
.pricing-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0f172a 0%, #122347 65%, #1c2f64 100%);
  color: #ffffff;
}

.pricing-section .eyebrow {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.15);
  border-color: rgba(96, 165, 250, 0.3);
}

.pricing-section .col-lg-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-section .eyebrow.text-center {
  display: inline-flex;
}

.pricing-section .section-title {
  color: #ffffff;
}

.pricing-section .section-description {
  color: #cbd5e1;
}

/* Pricing Overview Box */
.pricing-overview-box {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  margin-bottom: 3rem;
  backdrop-filter: blur(10px);
}

.pricing-range {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.price-from {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94a3b8;
}

.price-amount {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.price-period {
  font-size: 1rem;
  color: #cbd5e1;
  font-weight: 500;
}

.pricing-overview-description {
  font-size: 1.125rem;
  color: #cbd5e1;
  line-height: 1.8;
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Pricing Cards */
.pricing-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  backdrop-filter: blur(10px);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.3);
  border-color: #2563eb;
  background: rgba(255, 255, 255, 0.08);
}

.pricing-card-featured {
  border-color: #2563eb;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.25);
  background: rgba(37, 99, 235, 0.08);
}

.pricing-card-featured:hover {
  box-shadow: 0 20px 48px rgba(37, 99, 235, 0.4);
  background: rgba(37, 99, 235, 0.12);
}

.discount-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.pricing-card-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.pricing-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.pricing-card-subtitle {
  font-size: 1rem;
  color: #60a5fa;
  font-weight: 600;
}

.pricing-card-description {
  font-size: 1rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #e2e8f0;
  line-height: 1.6;
}

.pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-features li i {
  color: #10b981;
  font-size: 1rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.pricing-cta {
  margin-top: auto;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

/* FAQ Section */
.faq-section {
  padding: 100px 0;
  background: #ffffff;
  color: #1e293b;
}

.faq-section .eyebrow {
  color: #4a48fb;
  background: rgba(74, 72, 251, 0.1);
  border-color: rgba(74, 72, 251, 0.2);
}

.faq-section .col-lg-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-section .eyebrow.text-center {
  display: inline-flex;
}

.faq-section .section-title {
  color: #1e293b;
}

.faq-section .section-description {
  color: #475569;
  margin: 0;
}

/* Accordion Styling */
.faq-section .accordion {
  width: 100%;
  --bs-accordion-border-color: #e2e8f0;
  --bs-accordion-border-radius: 12px;
  --bs-accordion-inner-border-radius: 12px;
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-body-padding-x: 1.5rem;
  --bs-accordion-body-padding-y: 1.5rem;
  --bs-accordion-active-color: #2563eb;
  --bs-accordion-btn-focus-border-color: #2563eb;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.1);
}

.faq-section .accordion-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-section .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-section .accordion-item:hover {
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

.faq-section .accordion-button {
  background: #ffffff;
  color: #1e293b;
  font-size: 1.125rem;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 1.25rem 1.5rem;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
}

.faq-section .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.05), rgba(109, 40, 217, 0.05));
  color: #2563eb;
  box-shadow: none;
}

.faq-section .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='%232563eb'%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");
  transform: rotate(180deg);
}

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

.faq-section .accordion-button:hover {
  color: #2563eb;
}

.faq-section .accordion-button:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.1);
}

.faq-section .accordion-body {
  background: #ffffff;
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
  padding: 1.5rem;
}

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

/* FAQ CTA */
.faq-cta-wrapper {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px solid #f1f5f9;
}

.faq-cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.faq-section .btn-outline-primary {
  border: 2px solid #2563eb;
  color: #2563eb;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.faq-section .btn-outline-primary:hover {
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  color: #ffffff;
  border-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

/* Why Choose BrightLocal Section */
.why-brightlocal-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #0f172a 0%, #122347 65%, #1c2f64 100%);
  color: #ffffff;
}

.why-brightlocal-section .eyebrow {
  color: #60a5fa;
  background: rgba(96, 165, 250, 0.15);
  border-color: rgba(96, 165, 250, 0.3);
}

.why-brightlocal-section .col-lg-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-brightlocal-section .eyebrow.text-center {
  display: inline-flex;
}

.why-brightlocal-section .section-title {
  color: #ffffff;
}

.why-brightlocal-section .section-description {
  color: #cbd5e1;
}

.value-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.25);
  border-color: #2563eb;
  background: rgba(255, 255, 255, 0.08);
}

.value-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(109, 40, 217, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.value-card:hover .value-icon {
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  transform: scale(1.1);
}

.value-icon i {
  font-size: 1.75rem;
  color: #60a5fa;
  transition: all 0.3s ease;
}

.value-card:hover .value-icon i {
  color: #ffffff;
}

.value-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.value-description {
  font-size: 1rem;
  color: #cbd5e1;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.value-highlight {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 8px;
  border-left: 3px solid #2563eb;
  margin-top: auto;
}

.value-highlight i {
  color: #10b981;
  font-size: 1rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.value-highlight span {
  font-size: 0.9375rem;
  color: #e2e8f0;
  line-height: 1.6;
}

/* Blog/Insights Section */
.blog-section {
  padding: 100px 0;
  background: #ffffff;
  color: #1e293b;
}

.blog-section .eyebrow {
  color: #4a48fb;
  background: rgba(74, 72, 251, 0.1);
  border-color: rgba(74, 72, 251, 0.2);
}

.blog-section .col-lg-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-section .eyebrow.text-center {
  display: inline-flex;
}

.blog-section .section-title {
  color: #1e293b;
}

.blog-section .section-description {
  color: #475569;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.15);
  border-color: #2563eb;
}

.blog-card-featured {
  border: 2px solid #2563eb;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
  position: relative;
}

.blog-card-featured:hover {
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.2);
}

.featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #2563eb, #6d28d9);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  z-index: 2;
}

.blog-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #f1f5f9;
}

.blog-card-featured .blog-image-wrapper {
  height: 280px;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image {
  transform: scale(1.1);
}

.blog-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-featured .blog-card-content {
  padding: 2rem;
}

.blog-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 1rem;
  align-self: flex-start;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-featured .blog-title {
  font-size: 1.5rem;
}

.blog-excerpt {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-read-more {
  color: #2563eb;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.blog-read-more:hover {
  color: #1d4ed8;
  gap: 0.75rem;
}

.blog-read-more i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

.blog-read-more:hover i {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .card-content {
    padding-left: 0;
    margin-bottom: 2rem;
  }

  .hero-form-wrapper {
    padding-left: 0;
    margin-top: 3rem;
  }

  .comparison-header {
    display: none;
  }

  .comparison-rows-desktop {
    display: none;
  }

  .comparison-mobile-left,
  .comparison-mobile-right {
    display: block;
    margin-bottom: 0;
  }

  .comparison-mobile-header {
    margin: 0;
  }

  .comparison-mobile-left .comparison-col,
  .comparison-mobile-right .comparison-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    border-radius: 0;
  }

  .comparison-mobile-left .comparison-col:first-of-type,
  .comparison-mobile-right .comparison-col:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .comparison-mobile-left .comparison-col:last-child,
  .comparison-mobile-right .comparison-col:last-child {
    border-bottom: none;
    border-radius: 0 0 12px 12px;
  }

  .pricing-overview-box {
    padding: 2.5rem 2rem;
  }

  .price-amount {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 90px 0 50px;
  }

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

  .hero-subtitle {
    font-size: 1.25rem;
  }

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

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .stat-number {
    font-size: 3rem;
  }

  .card-section,
  .why-choose-section,
  .case-study-section,
  .alternatives-section,
  .seo-services-section,
  .pricing-section,
  .faq-section,
  .why-brightlocal-section {
    padding: 60px 0;
  }

  .result-number .display-3 {
    font-size: 2rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .service-title {
    font-size: 1.125rem;
  }

  .service-icon {
    width: 56px;
    height: 56px;
  }

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

  .pricing-overview-box {
    padding: 2rem 1.5rem;
  }

  .price-amount {
    font-size: 2.25rem;
  }

  .pricing-overview-description {
    font-size: 1rem;
  }

  .pricing-card {
    padding: 2rem 1.5rem;
  }

  .pricing-card-title {
    font-size: 1.5rem;
  }

  .discount-badge {
    right: 16px;
    font-size: 0.7rem;
    padding: 5px 12px;
  }

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

  .faq-section .accordion-body {
    font-size: 0.9375rem;
    padding: 1.25rem;
  }

  .faq-cta-title {
    font-size: 1.25rem;
  }

  .faq-section .btn-outline-primary {
    padding: 12px 24px;
    font-size: 0.9375rem;
  }

  .hero-form {
    padding: 1.3rem;
  }

  .form-title {
    white-space: normal;
  }

  .value-card {
    padding: 2rem 1.5rem;
  }

  .value-title {
    font-size: 1.25rem;
  }

  .value-icon {
    width: 56px;
    height: 56px;
  }

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

  .blog-image-wrapper {
    height: 180px;
  }

  .blog-card-featured .blog-image-wrapper {
    height: 220px;
  }

  .blog-card-content {
    padding: 1.25rem;
  }

  .blog-card-featured .blog-card-content {
    padding: 1.5rem;
  }

  .blog-title {
    font-size: 1.125rem;
  }

  .blog-card-featured .blog-title {
    font-size: 1.25rem;
  }

}

.case_slider .inner{padding: 20px;border-radius: 12px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;background: rgba(255, 255, 255, 0.08);}
.case_slider .inner .content{text-align:left;}
.case_slider .inner h4{font-size: 2rem;margin-bottom: 15px;} 
.case_slider .inner a{display: inline-block;border-radius: 30px;background: linear-gradient(135deg, #2563eb, #6d28d9);padding: 10px 30px;text-decoration: none;color: #fff;}
.case_slider .inner img{width: 100%;border-radius: 30px;}

.forminator-ui{display:flex;flex-wrap:wrap;gap:0 15px;margin-left:0!important;margin-right:0!important;}
.forminator-ui .forminator-row{flex: 1 0 calc(50% - 8px);max-width: calc(50% - 8px);position: relative;}
.forminator-ui .forminator-row:nth-child(6),
.forminator-ui .forminator-row:nth-child(8){flex: 1 0 100%;max-width: 100%;}
.forminator-button{background: linear-gradient(135deg, #2563eb, #6d28d9)!important;
width: 100%!important;
padding: 14px 32px!important;
font-size: 1rem!important;
font-weight: 600!important;
border-radius: 8px!important;
color: #fff!important;
margin-top: 15px!important;}
.arp_consultation_form .arp_inner_side .arp_cross_form,
.arp_form_right_side .arp_popup_form_head h2{color: #101010;}
.iti__tel-input{padding-left:75px!important;}
.iti__selected-dial-code{color: #9fa4ac;}
p{font-weight: 500;font-size: 16px;line-height: 1.6;}
.case_slider .inner{display: inline-block;}    

@media only screen and (max-width: 992px) {
  .section-title {letter-spacing: 0;}
  .forminator-ui .forminator-row{flex: 1 0 100%;max-width: 100%;}
  
    .case_slider .inner .row{flex-direction: column-reverse;}

}
@media only screen and (max-width: 767px) {
    .section-title{font-size:26px;} 
}

