.elementor-954 .elementor-element.elementor-element-68f3a77 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-9de5d48 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-e7ebf7c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-eb24b2e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-b1fc19b > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-0b54dd5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-588a979 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-348c3bc > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-7128f67 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-954 .elementor-element.elementor-element-cfda115 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-dc027ba *//* Separate CSS Code for SEO Course Hero Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --accent-orange-hover: #e56a00;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-hero-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 60px 20px 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-hero-section *, 
.seo-hero-section *::before, 
.seo-hero-section *::after {
  box-sizing: border-box;
}

.seo-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .seo-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.seo-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.seo-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 20px;
}

.tag-dot {
  width: 8px;
  height: 8px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

.seo-main-title {
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px 0;
  color: var(--text-white);
}

.title-highlight {
  color: var(--accent-orange);
}

.seo-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 24px 0;
}

/* Feature Checkpoints Grid */
.seo-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .seo-check-grid {
    grid-template-columns: 1fr;
  }
}

.check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #f1f5f9;
  font-weight: 500;
}

.check-item span {
  color: #e2e8f0;
}

/* Ratings Bar */
.seo-ratings-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  font-size: 13px;
  color: #cbd5e1;
}

.stars-gold {
  color: var(--accent-orange);
  letter-spacing: 2px;
}

/* Stats Footer Bar */
.seo-stats-bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  background: var(--card-bg-black);
  border: 1px solid var(--border-dark);
  padding: 16px;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .seo-stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-box h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 2px 0;
}

.stat-box p {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Right Side Form Column */
.seo-form-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.seo-form-card {
  background: #ffffff;
  color: #1e293b;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-card-header {
  background: #f8fafc;
  padding: 18px 24px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-header-text h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #0f172a;
}

.form-header-text p {
  font-size: 11.5px;
  color: #64748b;
  margin: 0;
}

.form-price-tag {
  text-align: right;
}

.current-price {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.strike-price {
  font-size: 11px;
  color: #94a3b8;
  text-decoration: line-through;
}

/* Form Fields */
.seo-reg-form {
  padding: 20px 24px;
}

.form-row-grid {
  display: flex;
  gap: 12px;
  width: 100%;
}

.form-row-grid .form-group {
  flex: 1;
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
}

.form-group input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #1e293b;
  outline: none;
  background: #fff;
  transition: border-color 0.2s;
}

.form-group input:focus {
  border-color: var(--accent-orange);
  box-shadow: 0 0 0 2px rgba(255, 119, 0, 0.15);
}

/* Experience Tabs */
.experience-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.seo-exp-tab {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  padding: 7px 4px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s;
}

.seo-exp-tab.active {
  background: var(--accent-orange);
  color: #ffffff;
  border-color: var(--accent-orange);
  font-weight: 600;
}

/* Submit Button */
.seo-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  border: none;
  padding: 13px 20px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 119, 0, 0.3);
  margin-top: 6px;
  transition: transform 0.2s;
}

.seo-submit-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

/* Form Footer Trust Line */
.form-card-footer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 10px 24px;
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6da97f *//* Separate CSS Code for SEO ROI Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --accent-orange-hover: #e56a00;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-roi-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-roi-section *, 
.seo-roi-section *::before, 
.seo-roi-section *::after {
  box-sizing: border-box;
}

.roi-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Tag Pill */
.roi-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.roi-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.roi-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header & Subtitle */
.roi-header-wrap {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.roi-title {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.roi-title-highlight {
  color: var(--accent-orange);
}

.roi-subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* 4 Cards Grid */
.roi-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .roi-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .roi-cards-grid {
    grid-template-columns: 1fr;
  }
}

.roi-card {
  background: var(--card-bg-black);
  border: 1px solid var(--border-dark);
  border-radius: 16px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.roi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 119, 0, 0.4);
}

.roi-icon-box {
  font-size: 24px;
  background: rgba(255, 119, 0, 0.1);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 119, 0, 0.2);
}

.roi-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin: 0 0 10px 0;
}

.roi-card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Action Buttons Wrap */
.roi-action-buttons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.roi-btn-primary {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 119, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.roi-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(255, 119, 0, 0.35);
  color: #ffffff;
}

.roi-btn-secondary {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  color: var(--text-white);
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.roi-btn-secondary:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83bb897 *//* Separate CSS Code for Who Should Join Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-audience-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-audience-section *, 
.seo-audience-section *::before, 
.seo-audience-section *::after {
  box-sizing: border-box;
}

.audience-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Tag Pill */
.audience-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.audience-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.audience-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header & Subtitle */
.audience-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.audience-title {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.audience-title-highlight {
  color: var(--accent-orange);
}

.audience-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* 6 Cards Grid (3 columns x 2 rows) */
.audience-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .audience-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .audience-cards-grid {
    grid-template-columns: 1fr;
  }
}

.audience-card {
  background: var(--card-bg-black);
  border: 1px solid var(--border-dark);
  border-radius: 16px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 119, 0, 0.4);
}

.audience-icon-box {
  font-size: 22px;
  background: rgba(255, 119, 0, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 119, 0, 0.2);
}

.audience-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin: 0 0 8px 0;
}

.audience-card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3aa3f4d *//* Separate CSS Code for SEO Skills Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-skills-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-skills-section *, 
.seo-skills-section *::before, 
.seo-skills-section *::after {
  box-sizing: border-box;
}

.skills-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

@media (max-width: 1024px) {
  .skills-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Left Column Styling */
.skills-left-col {
  display: flex;
  flex-direction: column;
}

.skills-tag-wrap {
  margin-bottom: 16px;
}

.skills-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.skills-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

.skills-main-title {
  font-size: clamp(32px, 4.2vw, 44px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 16px 0;
  line-height: 1.15;
}

.skills-title-highlight {
  color: var(--accent-orange);
}

.skills-subtitle {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 30px 0;
}

/* Highlight Box at bottom of left column */
.skills-highlight-box {
  background: var(--card-bg-black);
  border: 1px solid rgba(255, 119, 0, 0.3);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.check-icon {
  background: rgba(255, 119, 0, 0.15);
  color: var(--accent-orange);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.skills-highlight-box p {
  margin: 0;
  font-size: 13.5px;
  color: #e2e8f0;
  line-height: 1.5;
}

.skills-highlight-box strong {
  color: var(--accent-orange);
}

/* Right Column Grid Styling */
.skills-right-col {
  width: 100%;
}

.skills-grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media (max-width: 640px) {
  .skills-grid-list {
    grid-template-columns: 1fr;
  }
}

.skill-pill-box {
  background: var(--card-bg-black);
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 13.5px;
  font-weight: 600;
  color: #f1f5f9;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.skill-pill-box:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 119, 0, 0.4);
}

.skill-check {
  color: var(--accent-orange);
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5a879e *//* Separate CSS Code for SEO Curriculum Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --accent-orange-hover: #e56a00;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-curriculum-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-curriculum-section *, 
.seo-curriculum-section *::before, 
.seo-curriculum-section *::after {
  box-sizing: border-box;
}

.curr-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Tag Pill */
.curr-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.curr-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.curr-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header */
.curr-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.curr-title {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.curr-title-highlight {
  color: var(--accent-orange);
}

.curr-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* Modules Wrapper */
.curr-modules-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 35px;
}

.curr-mod-item {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.curr-mod-item.active {
  border-color: var(--accent-orange);
  box-shadow: 0 8px 20px -4px rgba(255, 119, 0, 0.15);
}

.curr-mod-header {
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media (max-width: 768px) {
  .curr-mod-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.curr-mod-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mod-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-orange);
  background: rgba(255, 119, 0, 0.1);
  padding: 4px 8px;
  border-radius: 6px;
}

.mod-name {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--text-white);
  margin: 0;
}

.curr-mod-right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .curr-mod-right {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}

.mod-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mod-badges span {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  padding: 2px 8px;
  border-radius: 6px;
}

.mod-arrow {
  font-size: 11px;
  color: var(--text-muted);
  transition: transform 0.3s ease, color 0.3s ease;
}

.curr-mod-item.active .mod-arrow {
  transform: rotate(180deg);
  color: var(--accent-orange);
}

.curr-mod-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
  background: #0f1624;
  border-top: 1px solid transparent;
}

.curr-mod-item.active .curr-mod-body {
  border-top-color: var(--border-dark);
}

.curr-mod-body p {
  margin: 0;
  padding: 16px 22px 20px 22px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* Download Brochure CTA */
.curr-download-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.curr-download-btn {
  background: transparent;
  border: 2px dashed var(--accent-orange);
  color: var(--text-white);
  padding: 14px 32px;
  border-radius: 14px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.curr-download-btn:hover {
  background: rgba(255, 119, 0, 0.1);
  transform: translateY(-2px);
}

/* Featured Technical Module Box */
.tech-feature-card {
  background: var(--card-bg-black);
  border: 1.5px solid rgba(255, 119, 0, 0.3);
  border-radius: 20px;
  padding: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .tech-feature-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

.tech-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 119, 0, 0.15);
  color: var(--accent-orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.tech-tag-dot {
  width: 6px;
  height: 6px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

.tech-card-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.tech-card-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

.tech-points-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tech-points-list li {
  font-size: 13px;
  color: #e2e8f0;
  line-height: 1.5;
}

/* Action Buttons Wrap */
.curr-action-buttons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.curr-btn-primary {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 119, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.curr-btn-primary:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.curr-btn-secondary {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  color: var(--text-white);
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.curr-btn-secondary:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
  transform: translateY(-2px);
}

/* Updated Brochure Modal CSS with White Text */
.brochure-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.brochure-modal-box {
  background: #131b2e;
  border: 1px solid rgba(255, 119, 0, 0.3);
  border-radius: 20px;
  width: 100%;
  max-width: 440px;
  padding: 30px;
  position: relative;
  box-shadow: 0 25px 50px rgba(0,0,0,0.5);
  color: #ffffff;
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: none;
  color: #cbd5e1;
  font-size: 26px;
  cursor: pointer;
}

.modal-close-btn:hover {
  color: #ffffff;
}

.modal-header-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.modal-header-text p {
  font-size: 12.5px;
  color: #cbd5e1;
  margin: 0 0 20px 0;
}

.brochure-popup-form .form-group {
  margin-bottom: 14px;
}

.brochure-popup-form label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.brochure-popup-form input {
  width: 100%;
  padding: 10px 12px;
  background: #0b0f17;
  border: 1px solid #1e293b;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13.5px;
  outline: none;
}

.brochure-popup-form input::placeholder {
  color: #64748b;
}

.brochure-popup-form input:focus {
  border-color: #ff7700;
}

.brochure-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #ff7700 0%, #cc6000 100%);
  color: #ffffff;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
  transition: opacity 0.2s;
}

.brochure-submit-btn:hover {
  opacity: 0.95;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2165d50 *//* Separate CSS Code for SEO Transformation Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-trans-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-trans-section *, 
.seo-trans-section *::before, 
.seo-trans-section *::after {
  box-sizing: border-box;
}

.trans-container {
  max-width: 1040px;
  margin: 0 auto;
}

/* Tag Pill */
.trans-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.trans-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.trans-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header & Subtitle */
.trans-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 45px auto;
}

.trans-title {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.trans-title-highlight {
  color: var(--accent-orange);
}

.trans-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* Comparison Grid */
.trans-comparison-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 45px;
}

@media (max-width: 900px) {
  .trans-comparison-grid {
    flex-direction: column;
  }
}

.trans-card {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  border-radius: 20px;
  padding: 30px;
  flex: 1;
  max-width: 460px;
  width: 100%;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.after-card {
  border-color: rgba(255, 119, 0, 0.4);
  background: linear-gradient(145deg, #131b2e 0%, #1a1510 100%);
}

.trans-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-dark);
}

.after-card .trans-card-header {
  border-bottom-color: rgba(255, 119, 0, 0.2);
}

.trans-card-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-white);
  margin: 0;
}

.badge-icon {
  font-size: 18px;
}

/* List Items */
.trans-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trans-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.5;
}

.before-list li .item-icon {
  color: #ef4444;
  font-size: 13px;
  font-weight: 700;
}

.after-list li {
  color: #f1f5f9;
}

.after-list li .item-icon {
  background: rgba(255, 119, 0, 0.15);
  color: var(--accent-orange);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

/* Center Arrow Divider */
.trans-arrow-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-circle {
  width: 44px;
  height: 44px;
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  color: var(--accent-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

@media (max-width: 900px) {
  .trans-arrow-divider {
    transform: rotate(90deg);
    margin: -10px 0;
  }
}

/* Action Buttons Wrap */
.trans-action-buttons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.trans-btn-primary {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 119, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trans-btn-primary:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.trans-btn-secondary {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  color: var(--text-white);
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trans-btn-secondary:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e063f2e *//* Separate CSS Code for Free Bonuses Section (Black, Orange, White Theme & Centered Cards) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-bonuses-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-bonuses-section *, 
.seo-bonuses-section *::before, 
.seo-bonuses-section *::after {
  box-sizing: border-box;
}

.bonus-container {
  max-width: 1160px;
  margin: 0 auto;
}

/* Tag Pill */
.bonus-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.bonus-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.bonus-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header & Subtitle */
.bonus-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.bonus-title {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.bonus-title-highlight {
  color: var(--accent-orange);
}

.bonus-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* Grid Layout Rows */
.bonus-grid-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bonus-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Bottom Row Centered Styling */
.bottom-centered-row {
  justify-content: center;
}

.bottom-centered-row .bonus-card {
  max-width: 364px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .bonus-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .bottom-centered-row .bonus-card {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .bonus-row {
    grid-template-columns: 1fr;
  }
}

/* Individual Card Styling */
.bonus-card {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.highlight-card {
  border-color: rgba(255, 119, 0, 0.5);
  background: linear-gradient(145deg, #131b2e 0%, #1c140c 100%);
  box-shadow: 0 15px 30px -5px rgba(255, 119, 0, 0.12);
}

.bonus-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 119, 0, 0.4);
}

.bonus-card-top-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bonus-icon-box {
  font-size: 22px;
  background: rgba(255, 119, 0, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 119, 0, 0.2);
}

.free-badge {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--accent-orange);
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.25);
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.bonus-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-white);
  margin: 0 0 8px 0;
}

.bonus-card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-459df83 *//* Separate CSS Code for SEO Pricing Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --accent-orange-hover: #e56a00;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-pricing-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-pricing-section *, 
.seo-pricing-section *::before, 
.seo-pricing-section *::after {
  box-sizing: border-box;
}

.pricing-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Tag Pill */
.pricing-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.pricing-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header & Subtitle */
.pricing-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.pricing-title {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.pricing-title-highlight {
  color: var(--accent-orange);
}

.pricing-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* Pricing Card Box */
.pricing-card-box {
  background: var(--card-bg-black);
  border: 1.5px solid rgba(255, 119, 0, 0.4);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.pricing-card-banner {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  text-align: center;
  padding: 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-card-body {
  padding: 35px;
}

@media (max-width: 640px) {
  .pricing-card-body {
    padding: 24px 20px;
  }
}

/* Pricing Amount Row */
.pricing-amount-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
}

.strike-price-tag {
  font-size: 20px;
  color: #64748b;
  text-decoration: line-through;
  font-weight: 600;
}

.main-price-tag {
  font-size: clamp(38px, 5vw, 48px);
  font-weight: 800;
  color: var(--text-white);
  letter-spacing: -0.02em;
}

.price-tenure-tag {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

.pricing-meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  color: #cbd5e1;
  margin-bottom: 30px;
}

.dot-separator {
  color: var(--accent-orange);
}

/* Features Grid */
.pricing-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
  margin-bottom: 35px;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  padding: 25px 0;
}

@media (max-width: 768px) {
  .pricing-features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.feature-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #e2e8f0;
}

.feature-row span {
  color: #f1f5f9;
}

/* Action Buttons */
.pricing-card-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .pricing-card-buttons {
    grid-template-columns: 1fr;
  }
}

.pricing-btn-primary {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 119, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing-btn-primary:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.pricing-btn-secondary {
  background: var(--bg-black);
  border: 1.5px solid var(--border-dark);
  color: var(--text-white);
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing-btn-secondary:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
  transform: translateY(-2px);
}

.pricing-card-footer-note {
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54ad221 *//* Separate CSS Code for SEO FAQ Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-faq-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.seo-faq-section *, 
.seo-faq-section *::before, 
.seo-faq-section *::after {
  box-sizing: border-box;
}

.faq-container {
  max-width: 820px;
  margin: 0 auto;
}

/* Tag Pill */
.faq-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.faq-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.faq-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header */
.faq-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.faq-title {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0;
  letter-spacing: -0.02em;
}

.faq-title-highlight {
  color: var(--accent-orange);
}

/* Accordion List */
.faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: var(--accent-orange);
  box-shadow: 0 8px 20px -4px rgba(255, 119, 0, 0.15);
}

.faq-question-header {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .faq-question-header {
    padding: 16px 18px;
  }
}

.faq-question-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin: 0;
  padding-right: 20px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .faq-question-text {
    font-size: 14.5px;
  }
}

.faq-arrow-icon {
  background: rgba(255, 119, 0, 0.1);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-item.active .faq-arrow-icon {
  background: var(--accent-orange);
  color: #ffffff;
}

.faq-answer-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
  background: #0f1624;
  border-top: 1px solid transparent;
}

.faq-item.active .faq-answer-body {
  border-top-color: var(--border-dark);
}

.faq-answer-body p {
  margin: 0;
  padding: 16px 24px 22px 24px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7acf3b *//* Separate CSS Code for SEO Footer CTA Section (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --accent-orange-hover: #e56a00;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-footer-cta-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-black);
  color: var(--text-white);
  padding: 90px 20px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.seo-footer-cta-section *, 
.seo-footer-cta-section *::before, 
.seo-footer-cta-section *::after {
  box-sizing: border-box;
}

.footer-cta-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Tag Pill */
.footer-tag-wrap {
  margin-bottom: 16px;
}

.footer-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 119, 0, 0.12);
  border: 1px solid rgba(255, 119, 0, 0.3);
  color: var(--accent-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

.footer-tag-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-orange);
  border-radius: 50%;
}

/* Header & Subtitle */
.footer-header-wrap {
  margin-bottom: 35px;
}

.footer-title {
  font-size: clamp(32px, 4.5vw, 46px);
  font-weight: 800;
  color: var(--text-white);
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.footer-title-highlight {
  color: var(--accent-orange);
}

.footer-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* Action Buttons Wrap */
.footer-action-buttons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.footer-btn-primary {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(255, 119, 0, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 119, 0, 0.4);
  color: #ffffff;
}

.footer-btn-secondary {
  background: var(--card-bg-black);
  border: 1.5px solid var(--border-dark);
  color: var(--text-white);
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-btn-secondary:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
  transform: translateY(-2px);
}

/* Direct Call Text */
.footer-direct-call-text {
  font-size: 13.5px;
  color: var(--text-muted);
}

.footer-direct-call-text a {
  color: var(--text-white);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-direct-call-text a:hover {
  color: var(--accent-orange);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9b619d *//* Separate CSS Code for Floating Sticky Bar (Black, Orange, White Theme) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-black: #0b0f17;
  --card-bg-black: #131b2e;
  --accent-orange: #ff7700;
  --accent-orange-hover: #e56a00;
  --text-white: #ffffff;
  --text-muted: #94a3b8;
  --border-dark: #1e293b;
}

.seo-floating-bar {
  font-family: 'Poppins', sans-serif;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 900px;
  background: var(--card-bg-black);
  border: 1.5px solid rgba(255, 119, 0, 0.35);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 14px 22px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  box-sizing: border-box;
}

.seo-floating-bar *, 
.seo-floating-bar *::before, 
.seo-floating-bar *::after {
  box-sizing: border-box;
}

.floating-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media (max-width: 640px) {
  .floating-bar-container {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 4px;
  }
  .seo-floating-bar {
    bottom: 12px;
    width: 95%;
    padding: 14px 16px;
  }
}

/* Text Wrap */
.floating-text-wrap h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-white);
  margin: 0 0 2px 0;
}

.floating-text-wrap p {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 640px) {
  .floating-text-wrap {
    text-align: center;
  }
}

/* Actions Wrap */
.floating-actions-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 640px) {
  .floating-actions-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.floating-whatsapp-btn {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #cc6000 100%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 119, 0, 0.25);
  transition: transform 0.2s ease;
}

.floating-whatsapp-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

.floating-call-btn {
  background: #0b0f17;
  border: 1.5px solid var(--border-dark);
  color: var(--text-white);
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.floating-call-btn:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
  transform: translateY(-2px);
}/* End custom CSS */