.elementor-1113 .elementor-element.elementor-element-fa53847{--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-1113 .elementor-element.elementor-element-fa88b27{--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-1113 .elementor-element.elementor-element-0273020 > .elementor-widget-container{margin:36px 0px 0px 0px;}.elementor-1113 .elementor-element.elementor-element-35c43b9 > .elementor-widget-container{margin:-54px 0px 0px 0px;}.elementor-1113 .elementor-element.elementor-element-74f0f48 > .elementor-widget-container{margin:-93px 0px 0px -597px;}.elementor-1113 .elementor-element.elementor-element-1a5ff6b > .elementor-widget-container{margin:46px 0px 0px 0px;}.elementor-1113 .elementor-element.elementor-element-c93964a{width:100%;max-width:100%;}.elementor-1113 .elementor-element.elementor-element-c93964a > .elementor-widget-container{margin:-24px 0px 0px 0px;}.elementor-1113 .elementor-element.elementor-element-ac35b8c{width:100%;max-width:100%;}.elementor-1113 .elementor-element.elementor-element-ac35b8c > .elementor-widget-container{margin:-49px 0px 0px 0px;}.elementor-1113 .elementor-element.elementor-element-8b9f61c{width:100%;max-width:100%;}.elementor-1113 .elementor-element.elementor-element-8b9f61c > .elementor-widget-container{margin:-49px 0px 0px 0px;}.elementor-1113 .elementor-element.elementor-element-783749a{width:100%;max-width:100%;}.elementor-1113 .elementor-element.elementor-element-783749a > .elementor-widget-container{margin:0px 0px -12px 0px;}@media(max-width:1366px){.elementor-1113 .elementor-element.elementor-element-783749a > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:880px){.elementor-1113 .elementor-element.elementor-element-74f0f48 > .elementor-widget-container{margin:-31px 0px 0px 0px;}}@media(max-width:767px){.elementor-1113 .elementor-element.elementor-element-35c43b9 > .elementor-widget-container{margin:-12px -12px -12px -12px;}.elementor-1113 .elementor-element.elementor-element-74f0f48 > .elementor-widget-container{margin:-147px 0px 0px 0px;}.elementor-1113 .elementor-element.elementor-element-1a5ff6b > .elementor-widget-container{margin:90px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-0273020 */.hero-background {
  width: 100%;
  background: linear-gradient(135deg, #fff1f9, #fbe3ff, #410445);
  paddinag: 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, #C62300, #F14A00, #2A004E
);
  -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: #4F1C51
;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35c43b9 */.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-74f0f48 */.trust-stars {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.star-box {
  color: #fff8dc; /* Light creamy white */
  font-size: 22px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(145deg, #0118D8, #5CB338); /* Gold gradient background */
  animation: gold-glow 2s infinite alternate;
}

/* Slight color differences for each star */
.star-1 { animation-delay: 0s; }
.star-2 { animation-delay: 0.2s; }
.star-3 { animation-delay: 0.4s; }
.star-4 { animation-delay: 0.6s; }
.star-5 { animation-delay: 0.8s; }

/* Gold Glow Animation */
@keyframes gold-glow {
  0% {
    box-shadow: 0 0 5px rgba(249, 200, 14, 0.3);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 15px rgba(249, 200, 14, 0.8);
    transform: scale(1.05);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a5ff6b */.followers-packages {
  max-width: 480px;
  margin: 30px auto;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* Top Section */
.followers-type-toggle {
  margin-bottom: 20px;
}

.type-btn {
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 25px;
  border: none;
  border-radius: 12px;
  cursor: default;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.5);
}

/* Features */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 25px;
}

.feature-item {
  background: #f4f4f4;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Packages */
.followers-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 25px;
}

.followers-item {
  width: 90px;
  height: 70px;
  background: #f9f9f9;
  border: 2px solid transparent;
  border-radius: 14px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.followers-item:hover {
  border-color: #ff0000;
  transform: translateY(-2px);
}

.followers-item.selected {
  background: linear-gradient(135deg, #ff0000, #ff4d4d);
  color: #fff;
  border-color: #ff0000;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}

/* Price */
.followers-price {
  font-size: 28px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}

/* Buy Now Button */
.buy-now-btn {
  background: linear-gradient(135deg, #ff0000, #ff4d4d);
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5);
}

.buy-now-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.7);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c93964a */.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-ac35b8c */.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-8b9f61c */.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-783749a *//* === 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 */