.elementor-648 .elementor-element.elementor-element-2d54257{--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-648 .elementor-element.elementor-element-1c8ff23 > .elementor-widget-container{margin:44px 0px 0px 0px;}.elementor-648 .elementor-element.elementor-element-8f926e0 > .elementor-widget-container{margin:-54px 0px 0px 0px;}.elementor-648 .elementor-element.elementor-element-61b01da > .elementor-widget-container{margin:-35px 0px 0px 0px;}.elementor-648 .elementor-element.elementor-element-c8af46c > .elementor-widget-container{margin:18px 0px 0px 0px;}.elementor-648 .elementor-element.elementor-element-be773e4{width:100%;max-width:100%;}.elementor-648 .elementor-element.elementor-element-aa4ba8a{width:100%;max-width:100%;}.elementor-648 .elementor-element.elementor-element-3fd888f{width:100%;max-width:100%;}.elementor-648 .elementor-element.elementor-element-3fd888f > .elementor-widget-container{margin:0px 0px -12px 0px;}@media(max-width:1366px){.elementor-648 .elementor-element.elementor-element-3fd888f > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-648 .elementor-element.elementor-element-1c8ff23 > .elementor-widget-container{margin:25px 0px 0px 0px;}.elementor-648 .elementor-element.elementor-element-b77595c > .elementor-widget-container{margin:12px 0px 0px 0px;}.elementor-648 .elementor-element.elementor-element-018bdcd{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-1c8ff23 */.hero-background {
  width: 100%;
  background: linear-gradient(135deg, #fff1f9, #fbe3ff, #f0ecff);
  padding: 80px 20px;
}

.hero-section {
  max-width: 960px;
  margin: auto;
  text-align: center;
}

.headline {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
}

.slide-in {
  display: inline-block;
  margin-left: 10px;
  font-weight: 800;
  animation: slideInStable 0.8s ease-out forwards;
  opacity: 0;
  background: linear-gradient(90deg, #6c5ce7, #0984e3, #fd79a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes slideInStable {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.hero-subtext {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.highlight {
  color: #00b894;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f926e0 */.notification-container {
  position: relative;
  max-width: 300px;
  height: 50px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(to bottom, #d1fae5, #ecfdf5);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.notification {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.2s ease;
}

.notification.active {
  opacity: 1;
  transform: translateY(0);
}

.icon {
  background: #10b981;
  color: white;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 50%;
}

.message {
  font-size: 14px;
  color: #065f46;
  margin: 0 8px;
  flex-grow: 1;
}

.time {
  font-size: 12px;
  color: #047857;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61b01da */.app-packages {
  max-width: 450px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  padding: 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* TABS */
.app-tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}

.app-tab {
  flex: 1;
  padding: 12px;
  text-align: center;
  background: #f2f2f2;
  border: none;
  font-weight: bold;
  color: #555;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  transition: 0.3s;
  position: relative;
}

/* Tab colors */
.app-tab.active[data-target="likes-hq"] {
  background: #805ad5;
  color: white;
}

.app-tab.active[data-target="likes-active"] {
  background: #2563eb;
  color: white;
}

.app-tab.active[data-target="likes-vip"] {
  background: linear-gradient(to right, #ff512f, #f09819);
  color: white;
}

/* Tab badge */
.app-tab.recommended::after {
  content: 'RECOMMENDED';
  position: absolute;
  top: -10px;
  right: -5px;
  background: #ff5e00;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
}

/* TAB PANELS */
.app-tabpanel {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.app-tabpanel.active {
  display: flex;
}

/* PACKAGE ITEM */
.app-packages__item {
  width: 90px;
  height: 70px;
  background: #e9e9e9; /* gray unselected */
  border-radius: 14px;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  transition: 0.3s;
  color: #222;
}

/* Hover effect */
.app-packages__item:hover {
  border-color: #999;
}

/* SELECTED COLORS */
#likes-hq .app-packages__item.selected {
  background: linear-gradient(to right, #9f7aea, #805ad5);
  color: white;
  border-color: #805ad5;
}

#likes-active .app-packages__item.selected {
  background: linear-gradient(to right, #3b82f6, #2563eb);
  color: white;
  border-color: #2563eb;
}

#likes-vip .app-packages__item.selected {
  background: linear-gradient(to right, #ff512f, #f09819);
  color: white;
  border-color: #ff512f;
}

/* COUNT + TEXT */
.app-packages__item .count {
  font-size: 16px;
  display: block;
}

.app-packages__item .text {
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
}

/* BADGES */
.badge {
  font-size: 9px;
  padding: 2px 5px;
  border-radius: 6px;
  color: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.badge.green {
  background: #22c55e;
}

.badge.dark {
  background: #1e293b;
}

/* BUY NOW AREA */
.app-packages__actions {
  text-align: center;
  margin-top: 20px;
}

.app-packages__price {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.app-packages__price .disc {
  color: #111;
}

.app-packages__price .reg {
  color: #bbb;
  margin-left: 10px;
  text-decoration: line-through;
}

.app-packages__submit {
  margin-top: 10px;
  background: linear-gradient(to right, #ff512f, #f09819);
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.app-packages__submit:hover {
  opacity: 0.95;
}

.app-packages__savings {
  font-size: 13px;
  color: #f44336;
  margin-top: 5px;
}
.app-tabs {
  display: flex;
  justify-content: center;
  background: #fceef9;
  border-radius: 16px 16px 0 0;
  padding: 6px;
  gap: 6px;
  margin-bottom: 20px;
}

.app-tab {
  flex: 1;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  background: #f4f4f4;
  border: none;
  border-radius: 12px;
  color: #333;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
  min-width: 120px;
}

.app-tab.active[data-target="likes-hq"] {
  background: #805ad5;
  color: #fff;
  box-shadow: 0 0 8px #805ad5;
}

.app-tab.active[data-target="likes-active"] {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 0 8px #2563eb;
}

.app-tab.active[data-target="likes-vip"] {
  background: linear-gradient(to right, #ff512f, #f09819);
  color: #fff;
  box-shadow: 0 0 8px rgba(255, 81, 47, 0.6);
}
@media (max-width: 500px) {
  .app-packages {
    padding: 15px;
  }

  .app-tabs {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }

  .app-tab {
    min-width: unset;
    width: 100%;
    font-size: 15px;
  }

  .app-tabpanel {
    justify-content: center;
    gap: 10px;
  }

  .app-packages__item {
    width: 42%;
    min-width: 110px;
    height: 75px;
  }

  .app-packages__price {
    font-size: 20px;
  }

  .app-packages__submit {
    width: 100%;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8af46c */.counter-section {
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.counter-text {
  font-size: 1.5rem;
  color: #333;
}

.counter-number {
  font-size: 2rem;
  font-weight: bold;
  color: #FF5E00;
}

.counter-number span {
  color: #FFA500; /* orange-yellow number */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9de856 */<style>
.features-section {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.features-heading {
  font-size: 32px;
  font-weight: bold;
}

.features-heading .highlight {
  color: #a855f7;
}

.features-subtext {
  max-width: 700px;
  margin: 10px auto 40px;
  font-size: 16px;
  color: #555;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  max-width: 320px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  text-align: center; /* Make everything inside card centered */
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px; /* Center icon perfectly horizontally */
  border-radius: 12px;
  display: block; /* Important to make margin auto work */
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34c8214 */<style>
body {
  background: #f9f9ff;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-wrapper {
  max-width: 600px;
  margin: 80px auto;
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.testimonial-slider {
  overflow: hidden;
}

.testimonial-card {
  display: none;
}

.testimonial-card.active {
  display: block;
}

.testimonial-quote {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

.highlight-orange {
  color: #ff7a00;
}

.testimonial-author {
  font-weight: bold;
  color: #555;
  margin-top: 20px;
}

.testimonial-arrows {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.arrow {
  background: #f0f0f0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}

.arrow:hover {
  background: #ff7a00;
  color: #fff;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af1795c *//* --- SECTION BACKGROUND --- */
.luxury-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fff5f7, #f7f9fd);
}

/* --- CONTAINER --- */
.luxury-container {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  gap: 60px;
}

/* --- IMAGE SECTION --- */
.luxury-image {
  flex: 1 1 400px;
  text-align: center;
}

.luxury-image-wrapper {
  width: 320px;
  height: 400px;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.luxury-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* --- IMAGE HOVER --- */
.luxury-thumbnail:hover {
  transform: scale(1.05);
}

/* --- TEXT CONTENT --- */
.luxury-content {
  flex: 1 1 500px;
  text-align: left;
}

/* --- HEADING --- */
.luxury-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- PARAGRAPHS --- */
.luxury-content p {
  font-size: 20px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* --- BUTTON --- */
.luxury-button {
  display: inline-block;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.luxury-button:hover {
  background: linear-gradient(135deg, #feb47b, #ff7e5f);
  transform: translateY(-3px);
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 768px) {
  .luxury-container {
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
  }

  .luxury-image-wrapper {
    width: 250px;
    height: 320px;
    border-radius: 40px;
  }

  .luxury-content {
    margin-top: 30px;
    flex: none;
  }

  .luxury-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .luxury-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .luxury-button {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f73183f */<style>
/* Background Section */
.buy-likes-section {
  background: #f9f9ff;
  padding: 60px 20px;
}

/* Centered Wrapper */
.buy-likes-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* Main Title */
.buy-likes-wrapper h2 {
  font-size: 36px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}

/* Gradient for "Instagram Likes?" */
.highlight-blue {
  background: linear-gradient(90deg, #F7374F, #C95792);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtitle under title */
.buy-likes-subtext {
  font-size: 18px;
  color: #666;
  margin: 0 auto 40px;
  max-width: 700px;
  line-height: 1.6;
}

/* Cards Container */
.buy-likes-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

/* Single Card */
.buy-likes-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* Hover Effect */
.buy-likes-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

/* Icon inside the card */
.buy-likes-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

/* Card Title */
.buy-likes-card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* Card Text */
.buy-likes-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .buy-likes-wrapper h2 {
    font-size: 28px;
  }

  .buy-likes-subtext {
    font-size: 16px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be773e4 */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 30px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b77595c */.feedback-section {
  background: #f9faff; /* very light blue-gray */
  padding: 100px 20px 60px;
  text-align: center;
}

.feedback-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.feedback-title {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
}

.emoji {
  font-size: 40px;
  vertical-align: middle;
}

.feedback-text {
  font-size: 18px;
  color: #6b7280; /* soft gray */
  line-height: 1.7;
  margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa4ba8a */.divider-section {
  background: 
  padding: 50px 20px;
}

.divider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #d1d5db; /* soft gray line */
}

.divider-icon {
  width: 30px;
  height: auto;
  margin: 0 15px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fd888f *//* === GENERAL FOOTER STYLES === */
footer {
  background: linear-gradient(to bottom right, #fefcf9, #f8f0e8);
  padding: 60px 30px 50px;
  font-family: 'Poppins', sans-serif;
  color: #1b1b1b;
  border-top: 2px solid #ddcbb6;
  box-shadow: 0 -4px 50px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
  align-items: flex-start;
}

/* === LEFT SIDE === */
.footer__left {
  flex: 1;
  max-width: 320px;
  text-align: center;
}
.footer__logo img {
  width: 180px;
  transition: 0.3s ease-in-out;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}
.footer__logo img:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 20px rgba(212, 175, 55, 0.4));
}
.footer__payment-secure {
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.6);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15);
  backdrop-filter: blur(5px);
}
.footer__payment-secure img {
  max-width: 200px;
  margin-bottom: 10px;
  filter: grayscale(40%) brightness(1.05);
  transition: 0.3s ease;
}
.footer__payment-secure img:hover {
  filter: grayscale(0%) brightness(1.2);
  transform: scale(1.05);
}
.footer__payment-secure p {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #1f1f1f;
}
.footer__payment-secure i {
  color: #D4AF37;
  margin-right: 6px;
}
.footer__desc p {
  margin-top: 15px;
  font-size: 14.5px;
  color: #666;
}

/* === RIGHT SIDE: MENU COLUMNS === */
.footer__right {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  padding-left: 40px;
}
.footer__menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
}
.menu-column {
  min-width: 190px;
}
.menu-column strong {
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
}
.menu-column strong::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right, #D4AF37, #B89549);
  border-radius: 10px;
  margin-top: 6px;
  animation: shimmer 2s infinite ease-in-out;
}
@keyframes shimmer {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
.menu-column ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.menu-column ul li {
  margin: 8px 0;
}
.menu-column ul li a {
  color: #444;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-column ul li a:hover {
  color: #B89549;
  padding-left: 6px;
  text-shadow: 0 0 6px rgba(180, 149, 73, 0.4);
}

/* === SOCIAL ICONS === */
.footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e4d3c3;
  text-align: center;
  font-size: 14px;
  color: #888;
}
.social ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 16px;
  padding: 0;
}
.social ul li a {
  color: #555;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}
.social ul li a:hover {
  color: #D4AF37;
  transform: scale(1.2);
  text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
}

/* === DARK MODE TOGGLE === */
.dark-toggle-wrap {
  text-align: center;
  margin-top: 30px;
}
#themeToggle {
  padding: 10px 24px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  background: #D4AF37;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
  transition: all 0.3s ease;
}
#themeToggle:hover {
  background: #B89549;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.5);
}

/* === DARK MODE === */
body.dark-mode {
  background: #101010;
  color: #f5f5f5;
}
body.dark-mode footer {
  background: linear-gradient(to bottom, #1a1a1a, #0f0f0f);
}
body.dark-mode .footer__desc p,
body.dark-mode .menu-column strong,
body.dark-mode .menu-column ul li a,
body.dark-mode .footer__bottom,
body.dark-mode .social ul li a,
body.dark-mode .footer__payment-secure p {
  color: #ccc;
}
body.dark-mode .menu-column strong::after {
  background: linear-gradient(to right, #FFE185, #FFB26B);
}
body.dark-mode .menu-column ul li a:hover,
body.dark-mode .social ul li a:hover {
  color: #FFCE7B;
  text-shadow: 0 0 10px rgba(255, 206, 123, 0.6);
}
body.dark-mode .footer__payment-secure img {
  filter: brightness(1.1);
}
body.dark-mode #themeToggle {
  background: #FFCE7B;
  color: #222;
  box-shadow: 0 0 14px rgba(255, 206, 123, 0.3);
}
body.dark-mode #themeToggle:hover {
  background: #FFC04D;
  box-shadow: 0 0 18px rgba(255, 206, 123, 0.6);
}

/* === MOBILE === */
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer__right {
    justify-content: center;
    width: 100%;
  }
  .footer__menu {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
footer a {
  text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2d54257 */body, .elementor-page {
  background-color: #fff1f3 !important;
}/* End custom CSS */