.elementor-171 .elementor-element.elementor-element-2bfb2f2:not(.elementor-motion-effects-element-type-background), .elementor-171 .elementor-element.elementor-element-2bfb2f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-171 .elementor-element.elementor-element-2bfb2f2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-171 .elementor-element.elementor-element-2bfb2f2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-171 .elementor-element.elementor-element-68b7326:not(.elementor-motion-effects-element-type-background), .elementor-171 .elementor-element.elementor-element-68b7326 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFDFD;}.elementor-171 .elementor-element.elementor-element-68b7326{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-171 .elementor-element.elementor-element-68b7326 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-171 .elementor-element.elementor-element-63913e0:not(.elementor-motion-effects-element-type-background), .elementor-171 .elementor-element.elementor-element-63913e0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-171 .elementor-element.elementor-element-63913e0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-171 .elementor-element.elementor-element-63913e0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-171 .elementor-element.elementor-element-ec988e0:not(.elementor-motion-effects-element-type-background), .elementor-171 .elementor-element.elementor-element-ec988e0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-171 .elementor-element.elementor-element-ec988e0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-171 .elementor-element.elementor-element-ec988e0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-171 .elementor-element.elementor-element-65b4e9f{background-color:#FFFFFF;}.elementor-171 .elementor-element.elementor-element-eb0b231:not(.elementor-motion-effects-element-type-background), .elementor-171 .elementor-element.elementor-element-eb0b231 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-171 .elementor-element.elementor-element-eb0b231{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-171 .elementor-element.elementor-element-eb0b231 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-171 .elementor-element.elementor-element-28219e1:not(.elementor-motion-effects-element-type-background), .elementor-171 .elementor-element.elementor-element-28219e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-171 .elementor-element.elementor-element-28219e1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-171 .elementor-element.elementor-element-28219e1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-76cd6be *//* HERO */
.hero-advanced {
  width: 100%;
  min-height: 85vh;

  display: flex;
  align-items: center;

  padding: 20px;

  background: linear-gradient(135deg, #4c1d95, #7c3aed);
  overflow: hidden;
}

/* CONTAINER */
.hero-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;

  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* LEFT */
.hero-left {
  color: #fff;
  text-align: center;
}

.hero-left h1 {
  font-size: 26px;
}

.hero-left h2 {
  font-size: 20px;
  color: #c4b5fd;
  margin-top: 5px;
}

.hero-left p {
  margin-top: 10px;
  font-size: 14px;
  color: #ddd;
}

/* BUTTONS */
.hero-btns {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  padding: 12px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

.primary {
  background: #25D366;
  color: #fff;
}

.secondary {
  background: #fff;
  color: #4c1d95;
}

/* RIGHT IMAGE */
.hero-right {
  display: flex;
  justify-content: center;
}

.hero-right img {
  width: 180px;

  /* FLOAT ANIMATION */
  animation: float 3s ease-in-out infinite;
}

/* FLOAT KEYFRAME */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

/* DESKTOP */
@media(min-width: 768px) {

  .hero-container {
    flex-direction: row;
    align-items: center;
  }

  .hero-left {
    flex: 1;
    text-align: left;
  }

  .hero-right {
    flex: 1;
    justify-content: flex-end;
  }

  .hero-left h1 {
    font-size: 48px;
  }

  .hero-left h2 {
    font-size: 32px;
  }

  .hero-left p {
    font-size: 16px;
  }

  .hero-btns {
    flex-direction: row;
  }

  .hero-right img {
    width: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c72b936 *//* ===== BASE ===== */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #020617;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 15px;
  text-align: center;
}

h2 {
  font-size: 34px;
}

.sub {
  color: #94a3b8;
  margin-bottom: 40px;
}

/* ===== GRID ===== */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* ===== CARD ===== */
.service-card {
  position: relative;
  background: #0f172a;
  padding: 25px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: 0.4s;
  overflow: hidden;
}

/* GRADIENT BORDER EFFECT */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.4s;
}

.service-card:hover::before {
  opacity: 1;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-10px) scale(1.02);
}

/* TOP TAG */
.top-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  background: rgba(255,255,255,0.08);
  padding: 5px 10px;
  border-radius: 20px;
}

.top-tag.free {
  background: #facc15;
  color: #000;
  font-weight: bold;
}

/* ICON */
.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* DESC */
.desc {
  font-size: 14px;
  color: #cbd5f5;
}

/* LIST */
.service-card ul {
  text-align: left;
  margin: 15px 0;
  padding-left: 18px;
}

.service-card ul li {
  font-size: 13px;
  margin-bottom: 5px;
}

/* BOTTOM TEXT */
.bottom-text {
  margin-top: 15px;
  font-size: 13px;
  color: #38bdf8;
}

/* HIGHLIGHT */
.highlight {
  background: linear-gradient(135deg, rgba(56,189,248,0.1), rgba(99,102,241,0.1));
  border: 1px solid #38bdf8;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #38bdf8, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 8px rgba(56,189,248,0.3);
}

/* ===== BASE ===== */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #020617;
  color: #fff;
}

/* ===== SECTION ===== */
.pricing {
  padding: 80px 20px;
  text-align: center;
}

.pricing h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.pricing .sub {
  color: #94a3b8;
  margin-bottom: 50px;
}

/* ===== GRID ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* ===== CARD ===== */
.pricing-card {
  background: #0f172a;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  border: 1px solid rgba(255,255,255,0.08);
}

/* ===== TOP BAR (GRADIENT) ===== */
.pricing-card .top {
  padding: 18px;
  font-weight: 600;
  font-size: 18px;
  background: linear-gradient(135deg, #7c3aed, #38bdf8);
}

/* ===== BODY ===== */
.pricing-card .content {
  padding: 25px;
  text-align: left;
}

/* DESCRIPTION */
.pricing-card .desc {
  color: #cbd5f5;
  font-size: 14px;
  margin-bottom: 15px;
}

/* LIST */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #e2e8f0;
}

/* CUSTOM BULLET */
.pricing-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-size: 13px;
}

/* BONUS BOX */
.bonus {
  margin-top: 12px;
  padding: 8px 10px;
  font-size: 13px;
  border-radius: 8px;
  background: rgba(34,197,94,0.1);
  color: #22c55e;
  border: 1px solid rgba(34,197,94,0.3);
}

/* ===== PRICE BOX ===== */
.price-box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.price-item {
  flex: 1;
  background: #020617;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.05);
}

.price-item span {
  display: block;
  font-size: 13px;
  color: #94a3b8;
}

.price-item strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
}

/* ===== HOVER EFFECT ===== */
.pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 
    0 15px 40px rgba(0,0,0,0.5),
    0 0 25px rgba(124,58,237,0.2);
}

/* ===== MOST POPULAR TAG ===== */
.popular-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #facc15;
  color: #000;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
}

/* ===== HIGHLIGHT CARD ===== */
.pricing-card.highlight {
  border: 1px solid #7c3aed;
  transform: scale(1.03);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a5db0a */.plans-new {
  padding: 60px 15px;
  background: #0f172a;
  text-align: center;
  color: #fff;
}

.plans-grid {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: #fff;
  color: #111;
  border-radius: 16px;
  overflow: hidden;
  transition: .3s;
}

.card:hover {
  transform: translateY(-6px);
}

.card-top {
  background: linear-gradient(135deg,#4c1d95,#7c3aed);
  padding: 14px;
  color: #fff;
  font-weight: 600;
}

.card-body {
  padding: 18px;
  text-align: left;
}

.card-body p {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

ul {
  list-style: none;
}

ul li {
  font-size: 13px;
  margin: 5px 0;
}

.highlight {
  color: #22c55e;
  font-weight: 600;
}

.popular {
  color: #7c3aed;
  font-weight: 600;
  margin: 8px 0;
}

/* GRID */
.duration {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin: 15px 0;
}

.box {
  background: #f3f4f6;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
}

.box strong {
  display: block;
  margin-top: 4px;
}

.box small {
  display: block;
  font-size: 11px;
  color: #22c55e;
}

.box.highlight {
  background: #22c55e;
  color: #fff;
}

/* BUTTON */
.btn {
  display: block;
  background: #25D366;
  color: #fff;
  padding: 12px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
}

/* STANDARD HIGHLIGHT */
.highlight-main {
  border: 2px solid #7c3aed;
  transform: scale(1.03);
}

/* MOBILE */
@media(max-width:480px){
  .duration {
    grid-template-columns: 1fr 1fr;
  }
}

/* SMALL DEVICE */
@media(max-width:380px){
  .duration {
    grid-template-columns: 1fr;
  }
}

/* DESKTOP */
@media(min-width:768px){
  .plans-grid {
    grid-template-columns: repeat(3,1fr);
    max-width: 1100px;
    margin: auto;
  }
}
/* BOOK BUTTON */
.main-btn {
  margin-top: 25px;
  padding: 14px 30px;
  background: #25D366;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
}

/* POPUP */
.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.form-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 350px;
  position: relative;
}

.form-content h3 {
  margin-bottom: 10px;
}

.form-content input,
.form-content select,
.form-content textarea {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.form-content button {
  width: 100%;
  background: #25D366;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65b4e9f *//* ================= WEBSITE SECTION ================= */
.website-plans {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #020617);
  color: #fff;
}

/* HEADING */
.website-plans h2 {
  font-size: 28px;
}

.website-plans p {
  color: #94a3b8;
  margin-top: 8px;
}

/* GRID */
.website-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}

/* CARD */
.website-card {
  background: #ffffff;
  color: #111;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* CARD HOVER */
.website-card:hover {
  transform: translateY(-10px);
}

/* TOP HEADER (BLUE THEME) */
.website-card-top {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  padding: 16px;
  font-weight: bold;
  font-size: 16px;
}

/* BODY */
.website-card-body {
  padding: 22px;
}

/* LIST */
.website-card-body ul {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.website-card-body ul li {
  margin: 6px 0;
}

/* BOX (PRICE / DELIVERY) */
.website-duration {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 15px 0;
}

.website-box {
  background: #f1f5f9;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
}

/* HIGHLIGHT BOX */
.website-box.highlight {
  background: #0ea5e9;
  color: #fff;
  font-weight: bold;
}

/* BUTTON */
.website-btn {
  display: block;
  padding: 13px;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

/* BUTTON HOVER */
.website-btn:hover {
  opacity: 0.9;
}

/* MAIN HIGHLIGHT CARD */
.website-highlight {
  transform: scale(1.05);
  border: 2px solid #0ea5e9;
}

/* ================= RESPONSIVE ================= */
@media (min-width: 768px) {
  .website-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: auto;
  }
}
/* BACKGROUND FIX */
.website-section {
  background: linear-gradient(180deg, #ffffff 50%, #f1f5f9 50%);
  padding: 60px 15px;
  text-align: center;
  color: #111;
}

/* CARD SAME */
.website-section .card {
  background: #fff;
  color: #111;
}

/* TOP COLOR CHANGE */
.website-section .card-top {
  background: linear-gradient(135deg,#0ea5e9,#2563eb);
}

/* BUTTON BLUE */
.main-btn.blue {
  margin-top: 25px;
  padding: 14px 30px;
  background: linear-gradient(135deg,#0ea5e9,#2563eb);
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
}
/* CARD SHADOW + DEPTH */
.website-section .card {
  background: #fff;
  color: #111;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.website-section .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* TOP COLOR (DIFFERENT FOR EACH CARD) */
.website-section .card:nth-child(1) .card-top {
  background: linear-gradient(135deg,#22c55e,#16a34a);
}

.website-section .card:nth-child(2) .card-top {
  background: linear-gradient(135deg,#0ea5e9,#2563eb);
}

.website-section .card:nth-child(3) .card-top {
  background: linear-gradient(135deg,#f59e0b,#ea580c);
}

/* COLORFUL BOXES */
.website-section .box {
  background: linear-gradient(135deg,#f1f5f9,#e2e8f0);
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  transition: 0.3s;
}

/* PRICE BOX COLOR */
.website-section .box strong {
  color: #0ea5e9;
  font-size: 16px;
}

/* DELIVERY HIGHLIGHT */
.website-section .box.highlight {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  color: #fff;
  font-weight: 600;
}

/* HOVER EFFECT ON BOX */
.website-section .box:hover {
  transform: scale(1.05);
}

/* POPULAR TAG */
.website-section .popular {
  color: #2563eb;
  font-weight: 600;
}

/* MAIN HIGHLIGHT CARD */
.website-section .highlight-main {
  border: 2px solid #2563eb;
  transform: scale(1.04);
}
.website-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.5px;
}

.website-section h2 span {
  background: linear-gradient(135deg,#0ea5e9,#2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.website-section h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111;
  display: inline-block;
  position: relative;
}

.website-section h2::after {
  content: "";
  width: 60%;
  height: 4px;
  background: linear-gradient(135deg,#0ea5e9,#2563eb);
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-radius: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17b56c9 *//* ================= INSTAGRAM SECTION ================= */
.insta-section {
  background: radial-gradient(circle at top, #1e1b4b, #020617);
  padding: 90px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* GLOW BACKGROUND EFFECT */
.insta-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #7c3aed;
  filter: blur(150px);
  top: -100px;
  left: -100px;
  opacity: 0.4;
}

.insta-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #22c55e;
  filter: blur(120px);
  bottom: -80px;
  right: -80px;
  opacity: 0.3;
}

/* CONTAINER */
.insta-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* LEFT */
.insta-left {
  flex: 1;
}

/* HEADING */
.insta-left h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #c4b5fd, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTEXT */
.insta-left .sub {
  color: #cbd5f5;
  margin-bottom: 25px;
}

/* ================= GLASS STATS ================= */
.stats {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  min-width: 90px;
  padding: 18px;
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);

  border: 1px solid rgba(255,255,255,0.1);

  box-shadow: 0 0 20px rgba(124,58,237,0.2);

  transition: 0.3s;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(124,58,237,0.5);
}

.stat-box h3 {
  color: #c4b5fd;
  font-size: 20px;
}

.stat-box p {
  font-size: 12px;
  color: #cbd5f5;
}

/* ================= LIST ================= */
.benefits,
.extra {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.benefits li,
.extra li {
  margin: 6px 0;
  font-size: 14px;
  color: #e2e8f0;
}

/* EXTRA HIGHLIGHT */
.extra li {
  color: #22c55e;
  font-weight: 500;
}

/* TRUST */
.trust {
  margin: 15px 0;
  font-size: 14px;
  color: #facc15;
}

/* ================= BUTTON GLOW ================= */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;

  background: linear-gradient(135deg, #7c3aed, #22c55e);

  box-shadow: 0 0 20px rgba(124,58,237,0.5);

  transition: 0.3s;
}

.btn:hover {
  transform: scale(1.07);
  box-shadow: 0 0 30px rgba(34,197,94,0.7);
}

/* ================= RIGHT IMAGE ================= */
.insta-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* IMAGE GLOW */
.insta-right img {
  width: 280px;
  max-width: 100%;
  animation: float 3s ease-in-out infinite;

  filter: drop-shadow(0 0 25px rgba(236,72,153,0.5));
}

/* FLOAT */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .insta-container {
    flex-direction: column;
    text-align: center;
  }

  .insta-left h2 {
    font-size: 24px;
  }

  .stats {
    justify-content: center;
  }

  .insta-right img {
    width: 200px;
    margin-top: 20px;
  }

  .benefits li,
  .extra li {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d68b55 *//* SECTION */
.why-premium {
  padding: 70px 20px;
  background: linear-gradient(135deg, #4c1d95, #7c3aed);
  color: #fff;
  text-align: center;
}

/* TITLE */
.why-premium h2 {
  font-size: 26px;
}

.why-sub {
  margin-top: 5px;
  color: #ddd;
}

/* GRID */
.why-grid {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}

/* CARD */
.why-card {
  background: rgba(255,255,255,0.08);
  padding: 25px;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

/* ICON */
.why-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

/* TEXT */
.why-card h3 {
  margin-bottom: 8px;
}

.why-card p {
  font-size: 14px;
  color: #eee;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.15);
}

/* DESKTOP */
@media(min-width:768px){
  .why-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1100px;
    margin: 40px auto 0;
  }
}/* End custom CSS */