.elementor-1104 .elementor-element.elementor-element-462dd13{--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-1104 .elementor-element.elementor-element-1bd8a74{--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-1104 .elementor-element.elementor-element-4fd5d70 > .elementor-widget-container{margin:36px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-acf1ddf > .elementor-widget-container{margin:-54px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-861ca8c > .elementor-widget-container{margin:-93px 0px 0px -597px;}.elementor-1104 .elementor-element.elementor-element-10347a7 > .elementor-widget-container{margin:46px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-17db951{width:100%;max-width:100%;}.elementor-1104 .elementor-element.elementor-element-17db951 > .elementor-widget-container{margin:-49px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-d792359{width:100%;max-width:100%;}.elementor-1104 .elementor-element.elementor-element-d792359 > .elementor-widget-container{margin:-49px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-00cc852{width:100%;max-width:100%;}.elementor-1104 .elementor-element.elementor-element-00cc852 > .elementor-widget-container{margin:-49px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-fe24fde{width:100%;max-width:100%;}.elementor-1104 .elementor-element.elementor-element-fe24fde > .elementor-widget-container{margin:-49px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-2260f43{width:100%;max-width:100%;}.elementor-1104 .elementor-element.elementor-element-2260f43 > .elementor-widget-container{margin:-49px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-273a4a7{width:100%;max-width:100%;}.elementor-1104 .elementor-element.elementor-element-273a4a7 > .elementor-widget-container{margin:0px 0px -12px 0px;}@media(max-width:1366px){.elementor-1104 .elementor-element.elementor-element-273a4a7 > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:880px){.elementor-1104 .elementor-element.elementor-element-861ca8c > .elementor-widget-container{margin:-31px 0px 0px 0px;}}@media(max-width:767px){.elementor-1104 .elementor-element.elementor-element-acf1ddf > .elementor-widget-container{margin:-12px -12px -12px -12px;}.elementor-1104 .elementor-element.elementor-element-861ca8c > .elementor-widget-container{margin:-147px 0px 0px 0px;}.elementor-1104 .elementor-element.elementor-element-10347a7 > .elementor-widget-container{margin:90px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-4fd5d70 */.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-acf1ddf */.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-861ca8c */.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-10347a7 */.followers-packages {
  max-width: 450px;
  margin: 30px auto;
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Toggle Type Buttons */
.followers-type-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  gap: 12px;
}
.type-btn {
  background: #f4f4f4;
  border: none;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  color: #333;
  cursor: pointer;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.type-btn i {
  color: #ff0000;
  font-size: 18px;
}
.type-btn.selected {
  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: #fff;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.5);
}

/* Features */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 25px;
  margin-bottom: 25px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}
.feature-item i {
  color: #ff0000;
  font-size: 16px;
}

/* Packages Grid */
.followers-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

/* Each package box */
.followers-item {
  width: 90px;
  height: 80px;
  background: #fafafa;
  border: 2px solid transparent;
  border-radius: 16px;
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  font-size: 16px;
  transition: all 0.3s ease;
}
.followers-item:hover {
  background: #ffeaea;
  border-color: #ff0000;
  color: #ff0000;
}
.followers-item.selected {
  background: linear-gradient(135deg, #ff0000, #cc0000);
  color: #fff;
  border-color: #ff0000;
}
.followers-item .icon-top {
  font-size: 22px;
  margin-bottom: 5px;
  color: #ff0000;
}

/* Price and Action */
.followers-actions {
  text-align: center;
}
.followers-price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111;
}

/* Buy Now Button */
.buy-now-btn {
  width: 100%;
  background: linear-gradient(135deg, #ff0000, #cc0000);
  padding: 14px 0;
  color: white;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.buy-now-btn i {
  font-size: 18px;
}
.buy-now-btn:hover {
  background: linear-gradient(135deg, #cc0000, #990000);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(204, 0, 0, 0.6);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17db951 */.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-d792359 */.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-00cc852 */.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-fe24fde */.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-2260f43 */.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-273a4a7 *//* === 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 */