.elementor-3413 .elementor-element.elementor-element-d945088{--display:flex;}.elementor-3413 .elementor-element.elementor-element-16be0e4{--display:flex;}.elementor-3413 .elementor-element.elementor-element-3f73fee{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3413 .elementor-element.elementor-element-6d71362{--display:flex;}.elementor-3413 .elementor-element.elementor-element-18f28c35{--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-3413 .elementor-element.elementor-element-d3e4012{--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-3413 .elementor-element.elementor-element-4bb3b21{--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;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3413 .elementor-element.elementor-element-da33e60{--display:flex;}.elementor-3413 .elementor-element.elementor-element-53b8894{--display:flex;}.elementor-3413 .elementor-element.elementor-element-0c317e4{--display:flex;}.elementor-3413 .elementor-element.elementor-element-67d0b47{--display:flex;}.elementor-3413 .elementor-element.elementor-element-8f32156{--display:flex;}.elementor-3413 .elementor-element.elementor-element-32cf14e{--display:flex;}.elementor-3413 .elementor-element.elementor-element-2d70c83{--n-accordion-title-font-size:20px;--n-accordion-item-title-space-between:39px;--n-accordion-item-title-distance-from-content:7px;--n-accordion-border-radius:15px 15px 15px 15px;--n-accordion-title-normal-color:#FFFFFF;--n-accordion-title-hover-color:#FFFFFF;--n-accordion-title-active-color:#FFFFFF;--n-accordion-icon-size:24px;--n-accordion-icon-gap:35px;}.elementor-3413 .elementor-element.elementor-element-2d70c83 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{background-color:#000000;}:where( .elementor-3413 .elementor-element.elementor-element-2d70c83 > .e-n-accordion > .e-n-accordion-item ) > .e-con{background-color:#000000;border-style:none;--border-radius:25px 25px 25px 25px;--padding-top:24px;--padding-right:24px;--padding-bottom:24px;--padding-left:24px;}.elementor-3413 .elementor-element.elementor-element-2d70c83 > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title{border-style:solid;}.elementor-3413 .elementor-element.elementor-element-2d70c83 {--n-accordion-padding:20px 20px 20px 20px;}.elementor-3413 .elementor-element.elementor-element-d924e90{--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;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3413 .elementor-element.elementor-element-d924e90:not(.elementor-motion-effects-element-type-background), .elementor-3413 .elementor-element.elementor-element-d924e90 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.elementor-3413 .elementor-element.elementor-element-85a2ab0{--display:flex;}body.elementor-page-3413:not(.elementor-motion-effects-element-type-background), body.elementor-page-3413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_4 );}/* Start custom CSS for html, class: .elementor-element-9a580b1 *//* -----------------------------
   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: #FF6100;
  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;
}
/* Primary Button */
.ls-hero-btn-primary {
  background: linear-gradient(135deg, #C85A3E 0%, #E8945F 50%, #D4704D 100%);
  color: #ffffff;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(200, 90, 62, 0.4);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.ls-hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(200, 90, 62, 0.6);
  background: linear-gradient(135deg, #D4704D 0%, #E8945F 50%, #C85A3E 100%);
}



.ls-hero-btn-outline {
  border: 2px solid rgba(255,255,255,0.3);
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: 0.3s ease;
}

.ls-hero-btn-outline:hover {
  border-color: #FF6100;
  color: #FF6100;
}

@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-f6bd342 *//* -----------------------------
   SECTION 2 — WHAT WE DESIGN
   Premium Dark + Futuristic
--------------------------------*/

.ls-what-we-design {
  width: 100%;
  padding: 120px 5%;
  background: #000;
  position: relative;
  border-radius: 40px;
  margin-top: 60px;
  overflow: hidden;
}

/* Light subtle background glow */
.ls-what-we-design::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,97,0,0.25) 0%, rgba(255,97,0,0) 70%);
  filter: blur(80px);
  z-index: 0;
}

.ls-wd-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
}

/* Heading */
.ls-wd-heading {
  text-align: center;
  margin-bottom: 60px;
}

.ls-wd-heading h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.ls-wd-heading h2 span {
  color: #FF6100;
}

.ls-wd-heading p {
  color: #dcdcdc;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Design Cards Grid */
.ls-wd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ls-wd-card {
  background: #141414;
  border: 1px solid rgba(255,97,0,0.1);
  padding: 35px;
  border-radius: 20px;
  transition: 0.25s ease;
  position: relative;
}

.ls-wd-card h3 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.ls-wd-card p {
  color: #c6c6c6;
  line-height: 1.55;
  font-size: 0.97rem;
}

/* Hover Glow Effect */
.ls-wd-card:hover {
  border-color: rgba(255,97,0,0.4);
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(255,97,0,0.18);
}

/* Responsive */
@media (max-width: 1024px) {
  .ls-wd-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .ls-wd-grid {
    grid-template-columns: 1fr;
  }

  .ls-wd-heading h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ee9895 *//* ----------------------------------
   SECTION 3 — WHY CHOOSE LS
   Premium, Modern, Trust-building
------------------------------------*/

.ls-why {
  width: 100%;
  padding: 120px 5%;
  background: #000;
  border-radius: 40px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

/* Soft glow */
.ls-why::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,97,0,0.25), rgba(255,97,0,0));
  filter: blur(80px);
  z-index: 0;
}

.ls-why-container {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
}

/* Heading */
.ls-why-heading {
  text-align: center;
  margin-bottom: 70px;
}

.ls-why-heading h2 {
  font-size: 2.7rem;
  font-weight: 800;
  color: #fff;
}

.ls-why-heading h2 span {
  color: #FF6100;
}

.ls-why-heading p {
  color: #dcdcdc;
  max-width: 650px;
  font-size: 1.1rem;
  margin: 12px auto 0;
  line-height: 1.6;
}

/* Cards Grid */
.ls-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Cards */
.ls-why-card {
  background: #000;
  border: px solid rgba(255,97,0,0.12);
  padding: 40px 30px;
  border-radius: 20px;
  transition: 0.3s ease;
  position: relative;
}

/* Icon */
.ls-why-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  color: #FF6100;
}

.ls-why-card h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ls-why-card p {
  color: #c6c6c6;
  line-height: 1.55;
  font-size: 0.96rem;
}

/* Hover Effect */
.ls-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,97,0,0.4);
  box-shadow: 0 8px 22px rgba(255,97,0,0.18);
}

/* Responsive */
@media (max-width: 1024px) {
  .ls-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .ls-why-grid {
    grid-template-columns: 1fr;
  }

  .ls-why-heading h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbe2619 *//* 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-225e1c6 *//* ----------------------------------
   SECTION 4 — OUR DESIGN PROCESS
------------------------------------*/

.ls-process {
  width: 100%;
  padding: 120px 5%;
  background: #0F0F0F;
  border-radius: 40px;
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}

/* Soft Glow */
.ls-process::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,97,0,0.25), rgba(255,97,0,0));
  filter: blur(80px);
  z-index: 0;
}

.ls-process-container {
  max-width: 1300px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.ls-process-heading {
  text-align: center;
  margin-bottom: 70px;
}

.ls-process-heading h2 {
  font-size: 2.7rem;
  font-weight: 800;
  color: #fff;
}

.ls-process-heading h2 span {
  color: #FF6100;
}

.ls-process-heading p {
  color: #dcdcdc;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 12px auto 0;
  line-height: 1.6;
}

/* Steps Grid */
.ls-process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

/* Individual Step Card */
.ls-process-step {
  background: #0F0F0F;
  border-radius: 20px;
  border: px solid rgba(255,97,0,0.1);
  padding: 35px 25px;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
}

.ls-process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(255,97,0,0.4);
  box-shadow: 0 8px 22px rgba(255,97,0,0.18);
}

/* Step Number */
.ls-process-number {
  font-size: 2rem;
  font-weight: 800;
  color: #FF6100;
  margin-bottom: 15px;
}

/* Step Titles */
.ls-process-step h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

/* Step Description */
.ls-process-step p {
  color: #c6c6c6;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1200px) {
  .ls-process-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .ls-process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .ls-process-steps {
    grid-template-columns: 1fr;
  }

  .ls-process-heading h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25564c3c */.pricing-section {
    padding: 60px 20px;
    background: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-header h2 {
    font-size: 2rem;
    font-weight: 700;
}

.pricing-header p {
    opacity: 0.75;
    font-size: 0.95rem;
    margin-top: 5px;
}

/* GRID */
.pricing-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* CARD */
.price-card {
    background: rgba(255, 255, 255, 0.06);
    padding: 25px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.45);
}

.price-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #E8945F;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.price-card ul li {
    margin-bottom: 8px;
    opacity: 0.85;
    font-size: 0.95rem;
}

/* BUTTON */
.btn {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 2px solid #E8945F;
    border-radius: 50px;
    color: #E8945F;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #E8945F;
    color: #0A0A0A;
}

/* Most Popular Ribbon */
.price-card.popular {
    border: 1px solid #E8945F;
    box-shadow: 0 0 25px rgba(232,148,95,0.25);
}

.ribbon {
    position: absolute;
    top: -10px;
    left: 0;
    background: #E8945F;
    color: #0A0A0A;
    padding: 5px 15px;
    font-size: 0.75rem;
    border-radius: 0 10px 10px 0;
    font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04f3c0f *//* ----------------------------------
   SECTION 5 — BENEFITS
   Premium Modern Dark Style
------------------------------------*/

.ls-benefits {
  width: 100%;
  padding: 120px 5%;
  background: #0D0D0D;
  border-radius: 40px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

/* Soft Glow */
.ls-benefits::before {
  content: "";
  position: absolute;
  top: -25%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,97,0,0.25), rgba(255,97,0,0));
  filter: blur(80px);
  z-index: 0;
}

.ls-benefits-container {
  max-width: 1300px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.ls-benefits-heading {
  text-align: center;
  margin-bottom: 70px;
}

.ls-benefits-heading h2 {
  font-size: 2.7rem;
  font-weight: 800;
  color: #fff;
}

.ls-benefits-heading h2 span {
  color: #FF6100;
}

.ls-benefits-heading p {
  color: #dcdcdc;
  font-size: 1.1rem;
  max-width: 650px;
  margin: 12px auto 0;
  line-height: 1.6;
}

/* Grid Layout */
.ls-benefits-grid {
  display: ;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Individual Card */
.ls-benefit-card {
  background: #0D0D0D;
  border-radius: 20px;
  border: px solid rgba(255,97,0,0.1);
  padding: 35px 25px;
  text-align: center;
  transition: 0.3s ease;
}

.ls-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,97,0,0.4);
  box-shadow: 0 8px 22px rgba(255,97,0,0.18);
}

.ls-benefit-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.ls-benefit-card p {
  color: #c6c6c6;
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1024px) {
  .ls-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .ls-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ls-benefits-heading h2 {
    font-size: 2.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24ba2b3 *//* FINAL CTA SECTION */
.ls-final-cta {
  padding: 100px 20px;
  background: linear-gradient(160deg, #0b0b0b 0%, #111 50%, #181818 100%);
  text-align: center;
  border-top: 1px solid #1f1f1f;
}

.ls-cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.ls-cta-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.ls-cta-text {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.ls-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Primary Button */
.ls-btn-primary {
  padding: 14px 32px;
  background: #ff6100;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
}

.ls-btn-primary {
  background: linear-gradient(135deg, #C85A3E 0%, #E8945F 50%, #D4704D 100%);
  color: #ffffff;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(200, 90, 62, 0.4);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.ls-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(200, 90, 62, 0.6);
  background: linear-gradient(135deg, #D4704D 0%, #E8945F 50%, #C85A3E 100%);
}




/* Outline Button */
.ls-btn-outline {
  padding: 14px 32px;
  border-radius: 50px;
  border: 1px solid #D4704D;
  color: #D4704D;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s ease;
}

.ls-btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(200, 90, 62, 0.6);
  background: linear-gradient(135deg, #D4704D 0%, #E8945F 50%, #C85A3E 100%);
}/* End custom CSS */