.elementor-3494 .elementor-element.elementor-element-3eefce5{--display:flex;}.elementor-3494 .elementor-element.elementor-element-2953227{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3494 .elementor-element.elementor-element-efdd0ef{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3494 .elementor-element.elementor-element-2d7d36f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3494 .elementor-element.elementor-element-1003eea6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3494 .elementor-element.elementor-element-5b040596{--display:flex;}.elementor-3494 .elementor-element.elementor-element-28610beb{--display:flex;}.elementor-3494 .elementor-element.elementor-element-1f77015e{--display:flex;}.elementor-3494 .elementor-element.elementor-element-2bfaaea7{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;margin:80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--n-tabs-title-gap:11px;--n-tabs-gap:21px;--n-tabs-title-border-radius:30px 30px 30px 30px;--n-tabs-title-padding-top:21px;--n-tabs-title-padding-right:21px;--n-tabs-title-padding-bottom:21px;--n-tabs-title-padding-left:21px;}.elementor-3494 .elementor-element.elementor-element-2bfaaea7.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-weight:600;}.elementor-3494 .elementor-element.elementor-element-39d40ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3494 .elementor-element.elementor-element-f80827f{--display:flex;}.elementor-3494 .elementor-element.elementor-element-09b1423{width:100%;max-width:100%;}.elementor-3494 .elementor-element.elementor-element-83b0bd0{--display:flex;}.elementor-3494 .elementor-element.elementor-element-0071c8f{width:100%;max-width:100%;}.elementor-3494 .elementor-element.elementor-element-5c50acc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3494 .elementor-element.elementor-element-5c50acc:not(.elementor-motion-effects-element-type-background), .elementor-3494 .elementor-element.elementor-element-5c50acc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0D0D;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3494 .elementor-element.elementor-element-1003eea6{--width:90%;}}/* Start custom CSS for html, class: .elementor-element-344c814 *//* -----------------------------
   LS GRAPHIC DESIGN – HERO CSS
   Premium Modern Dark Style
--------------------------------*/

/* Hero Container */
.ls-hero {
  width: 100%;
  min-height: 95vh;
  padding: 120px 5% 80px;
  background: #000; /* Deep premium black */
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

/* Gradient Overlay */
.ls-hero1::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255,97,0,0.25) 0%, rgba(255,97,0,0) 70%);
  filter: blur(80px);
  z-index: 0;
}

/* Noise Texture Overlay */
.ls-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://grainy-gradients.vercel.app/noise.svg');
  opacity: 0.06;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 1;
}

/* Content Wrap */
.ls-hero-content {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

/* Top Tag */
.ls-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255,97,0,0.15);
  border: 1px solid rgba(255,97,0,0.25);
  color: #FF6100;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border-radius: 50px;
  margin-bottom: 16px;
}

/* Headline */
.ls-hero h1 {
  font-size: 3.3rem;
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
  margin-bottom: 20px;
}

.ls-hero h1 span {
  color: #FF6100;
}

/* Subheadline */
.ls-hero p {
  font-size: 1.1rem;
  color: #dcdcdc;
  line-height: 1.6;
  margin-bottom: 35px;
}

/* CTA Buttons */
.ls-hero-cta {
  display: flex;
  gap: 18px;
}

.ls-btn-primary {
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  background: #E8945F;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: 0.25s ease;
}

.ls-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 18px rgba(255,97,0,0.4);
}

.ls-btn-outline {
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  background: transparent;
  color: #FF6100;
  border: 2px solid #FF6100;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.25s ease;
}

.ls-btn-outline:hover {
  background: rgba(255,97,0,0.15);
  transform: translateY(-3px);
}

/* Side Image */
.ls-hero-image {
  position: absolute;
  right: 5%;
  bottom: 0;
  max-width: 480px;
  z-index: 2;
  opacity: 0.95;
}

@media (max-width: 900px) {
  .ls-hero-image {
    position: relative;
    max-width: 320px;
    margin-top: 40px;
  }

  .ls-hero {
    flex-direction: column;
    text-align: center;
    padding-top: 160px;
  }

  .ls-hero-cta {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a6c94c *//* ---------------------------------
   Section 2 — Shared Services Style
-----------------------------------*/

.ls-services-section {
  padding: 100px 5%;
  background: #0F0F0F;
  border-radius: 40px;
  margin-top: 80px;
}

.ls-section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

.ls-section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.ls-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
}

.ls-service-card {
  background: #151515;
  padding: 35px;
  border-radius: 22px;
  border: 1px solid #1f1f1f;
  transition: 0.3s ease;
}

.ls-service-card:hover {
  transform: translateY(-6px);
  border-color: #FF6100;
}

.ls-service-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #FF6100;
}

.ls-service-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.ls-service-card p {
  color: #c8c8c8;
  line-height: 1.55;
  font-size: 0.98rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ec4a35 *//* Secondary Button */
.btn-secondary {
  background: transparent;
  color: #E8945F;
  padding: 0.85rem 2rem;
  border: 2px solid #E8945F;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
}

.btn-secondary:hover {
  background: #E8945F;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(232, 148, 95, 0.4);
}

/* Button Container */
.btn-container {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* Mobile Responsive - Side by Side */
@media (max-width: 767px) {
  .btn-primary,
  .btn-secondary {
    padding: 0.75rem 1.2rem;
    font-size: 0.85rem;
    flex: 1;
    min-width: 130px;
  }
  
  .btn-container {
    gap: 1rem;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .btn-primary,
  .btn-secondary {
    padding: 0.7rem 1rem;
    font-size: 0.8rem;
    min-width: 110px;
  }
  
  .btn-container {
    gap: 0.75rem;
  }
}

/* Make this button full width */
.btn-secondary.full-width {
  width: 100%;
  display: block;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45b7c05 *//**************************
  GLOBAL SECTION SPACING
***************************/
.ls-section {
  padding: 6rem 0;
  width: 100%;
  position: relative;
}

/**************************
  CONTAINER
***************************/
.ls-container {
  width: min(1200px, 90%);
  margin: 0 auto;
}

/**************************
  SECTION HEADING
***************************/
.ls-section-head {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.ls-heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.ls-heading span {
  color: #FF6100;
}

.ls-subtext {
  margin-top: 1rem;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

/**************************
  SERVICES GRID
***************************/
.ls-services-grid {
  margin-top: 4rem;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/**************************
  SERVICE BOX
***************************/
.ls-service-box {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 2.2rem;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.ls-service-box:hover {
  transform: translateY(-6px);
  border-color: #FF6100;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/**************************
  ICON WRAPPER
***************************/
.ls-icon-wrap {
  font-size: 2.6rem;
  color: #FF6100;
  margin-bottom: 1.2rem;
}

/**************************
  TITLES & TEXT
***************************/
.ls-service-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  color: #fff;
  font-weight: 600;
}

.ls-service-box p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  font-size: 0.98rem;
}

/**************************
  ANIMATION — Fade In Up
***************************/
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s ease forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10f66ac6 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44b87208 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11beee12 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10f66ac6 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44b87208 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11beee12 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10f66ac6 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44b87208 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11beee12 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10f66ac6 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44b87208 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11beee12 *//* SECTION WRAPPER */
.ls-pricing {
  background: #000000
  padding: 60px 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-header h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-header p {
  opacity: 0.7;
  font-size: 1rem;
}

/* PLAN BOXES */
.pricing-plan {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  margin-bottom: 40px;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.pricing-plan:hover {
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
  transform: translateY(-5px);
}

/* Highlighted Big Plan */
.pricing-plan.highlight {
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border-color: #e8945f;
  box-shadow: 0 0 25px rgba(232, 148, 95, 0.25);
}

/* CONTENT */
.plan-content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  color: #e8945f;
}

.price span {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* FEATURE LIST */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  opacity: 0.85;
}

.features li::before {
  content: "✔";
  color: #e8945f;
  position: absolute;
  left: 0;
}

/* NOTES */
.note {
  font-size: 0.85rem;
  opacity: 0.6;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: 2px solid #e8945f;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e8945f;
  color: #111;
}

/* Popular Ribbon */
.plan-card {
  position: relative;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-466bd9d *//*******************************
  SECTION 3 – STRATEGY FRAMEWORK
*******************************/
.ls-framework-grid {
  margin-top: 4rem;
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Framework Box */
.ls-framework-box {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2.4rem;
  position: relative;
  transition: 0.35s ease;
}

.ls-framework-box:hover {
  transform: translateY(-6px);
  border-color: #FF6100;
  box-shadow: 0 15px 35px rgba(0,0,0,0.28);
}

/* Step Number */
.ls-step-number {
  font-size: 2.7rem;
  font-weight: 800;
  color: rgba(255, 97, 0, 0.18);
  position: absolute;
  top: 15px;
  right: 20px;
}

/* Text Styling */
.ls-framework-box h3 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.7rem;
}

.ls-framework-box p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

/* Animation (already exists, but included for clarity) */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.9s ease forwards;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09b1423 *//***********************************
 SECTION 4 – WHY LS GHANA BENEFITS
***********************************/
.ls-benefit-grid {
  margin-top: 3.5rem;
  display: grid;
  gap: 2.3rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Benefit Box */
.ls-benefit-box {
  background: #000;
  border: px solid rgba(255, 255, 255, 0.08);
  padding: 2.3rem;
  border-radius: 20px;
  transition: 0.35s ease;
}

.ls-benefit-box:hover {
  transform: translateY(-6px);
  border-color: #FF6100;
  box-shadow: 0 15px 35px rgba(0,0,0,0.28);
}

/* Icon */
.ls-benefit-icon {
  font-size: 2.8rem;
  color: #FF6100;
  margin-bottom: 1rem;
}

/* Text */
.ls-benefit-box h3 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.8rem;
}

.ls-benefit-box p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  font-size: 1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0071c8f *//************************************
 SECTION 5 – WHAT YOU GET (FEATURES)
************************************/
.ls-feature-grid {
  margin-top: 3.5rem;
  display: grid;
  gap: 2.3rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Feature Box */
.ls-feature-box {
  background: #0;
  border: px solid rgba(255, 255, 255, 0.08);
  padding: 2.3rem;
  border-radius: 20px;
  transition: 0.35s ease;
}

.ls-feature-box:hover {
  transform: translateY(-6px);
  border-color: #FF6100;
  box-shadow: 0 15px 35px rgba(0,0,0,0.28);
}

/* Text */
.ls-feature-box h3 {
  font-size: 1.22rem;
  color: #fff;
  margin-bottom: 0.6rem;
}

.ls-feature-box p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  font-size: 1rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcc115e *//******************************
  SECTION 6 — FULL-WIDTH CTA
*******************************/
.ls-cta-section {
  padding: 6rem 0;
  background: #0D0D0D;
  border-radius: 0px 40px 0 0;
  overflow: hidden;
}

.ls-cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
}

.ls-cta-content {
  flex: 1 1 500px;
  max-width: 600px;
}

.ls-cta-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1.2rem;
}

.ls-cta-content h2 span {
  color: #FF6100;
}

.ls-cta-content p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 2rem;
}

.ls-cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Right Image */
.ls-cta-image {
  flex: 1 1 400px;
  text-align: right;
}

.ls-cta-image img {
  max-width: 100%;
  border-radius: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .ls-cta-container {
    flex-direction: column;
    text-align: center;
  }

  .ls-cta-image {
    text-align: center;
    margin-top: 2rem;
  }
}/* End custom CSS */