/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/;/* Platform Feature Widget Styles */

/* Elementor Editor Preview Support */
.elementor-editor-preview .unlockafe-platform-feature,
.elementor-editor-active .unlockafe-platform-feature,
.unlockafe-platform-feature {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  overflow: hidden;
}

.elementor-editor-preview .unlockafe-platform-feature .content-wrapper,
.elementor-editor-active .unlockafe-platform-feature .content-wrapper,
.unlockafe-platform-feature .content-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

/* Heading Styles */
.elementor-editor-preview .unlockafe-heading,
.elementor-editor-active .unlockafe-heading,
.unlockafe-heading {
  color: #0f172a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px 0;
  text-align: center;
}

/* Description Styles */
.elementor-editor-preview .unlockafe-description,
.elementor-editor-active .unlockafe-description,
.unlockafe-description {
  color: #64748b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 48px 0;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards Grid - Base */
.elementor-editor-preview .unlockafe-cards-grid,
.elementor-editor-active .unlockafe-cards-grid,
.unlockafe-cards-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}

.elementor-editor-preview .unlockafe-card-row,
.elementor-editor-active .unlockafe-card-row,
.unlockafe-card-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
}

/* Square Layout (Cross Shape) */
.unlockafe-cards-grid.unlockafe-square-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.unlockafe-cards-grid.unlockafe-square-layout .unlockafe-top-row,
.unlockafe-cards-grid.unlockafe-square-layout .unlockafe-bottom-row {
  display: flex;
  justify-content: center;
}

.unlockafe-cards-grid.unlockafe-square-layout .unlockafe-middle-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 640px) {
  .unlockafe-cards-grid.unlockafe-square-layout .unlockafe-middle-row {
    max-width: 800px;
  }
}

@media (min-width: 1024px) {
  .unlockafe-cards-grid.unlockafe-square-layout .unlockafe-middle-row {
    max-width: 1200px;
  }
}

/* Grid Layout */
.unlockafe-cards-grid.unlockafe-grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .unlockafe-cards-grid.unlockafe-grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .unlockafe-cards-grid.unlockafe-grid-layout {
    grid-template-columns: 1fr;
  }
}

/* Pyramid Layout */
.unlockafe-cards-grid.unlockafe-pyramid-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.unlockafe-cards-grid.unlockafe-pyramid-layout .unlockafe-pyramid-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Flip Card Container */
.elementor-editor-preview .unlockafe-flip-card-container,
.elementor-editor-active .unlockafe-flip-card-container,
.unlockafe-flip-card-container {
  width: 100%;
  max-width: 280px;
  height: 280px;
  perspective: 1000px;
  flex-shrink: 0;
}

/* Flip Card */
.elementor-editor-preview .unlockafe-flip-card,
.elementor-editor-active .unlockafe-flip-card,
.unlockafe-flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  cursor: pointer;
}

.elementor-editor-preview .unlockafe-flip-card-container:hover .unlockafe-flip-card,
.elementor-editor-active .unlockafe-flip-card-container:hover .unlockafe-flip-card,
.unlockafe-flip-card-container:hover .unlockafe-flip-card {
  transform: rotateY(180deg);
}

.unlockafe-flip-card-front,
.unlockafe-flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Front Face */
.unlockafe-flip-card-front {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid #cbd5e1;
}

.unlockafe-flip-card-front .unlockafe-icon-wrapper {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8b1538, #6b0f2b);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(139, 21, 56, 0.3);
  flex-shrink: 0;
}

.unlockafe-flip-card-front .unlockafe-icon-wrapper i,
.unlockafe-flip-card-front .unlockafe-icon-wrapper svg {
  width: 24px;
  height: 24px;
  color: #ffffff !important;
  fill: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unlockafe-flip-card-front .unlockafe-icon-wrapper svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}

.unlockafe-flip-card-front .unlockafe-icon-wrapper svg path {
  stroke: #ffffff !important;
  fill: none !important;
}

.unlockafe-flip-card-front .unlockafe-icon-wrapper svg path[fill] {
  fill: #ffffff !important;
}

.unlockafe-flip-card-front .unlockafe-icon-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* Make images white */
}

.unlockafe-flip-card-front h3 {
  color: #0f172a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* Glow Effect on Front Hover */
.unlockafe-flip-card-front .unlockafe-glow-effect {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(139, 21, 56, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.unlockafe-flip-card-container:hover .unlockafe-flip-card-front .unlockafe-glow-effect {
  opacity: 1;
}

/* Back Face */
.unlockafe-flip-card-back {
  background: linear-gradient(135deg, #8b1538, #6b0f2b);
  transform: rotateY(180deg);
  color: #ffffff;
  box-shadow: 0 25px 50px -12px rgba(139, 21, 56, 0.5);
}

.unlockafe-flip-card-back .unlockafe-back-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #ffffff;
}

.unlockafe-flip-card-back .unlockafe-back-icon-wrapper i,
.unlockafe-flip-card-back .unlockafe-back-icon-wrapper svg {
  width: 20px;
  height: 20px;
  color: inherit;
}

.unlockafe-flip-card-back .unlockafe-back-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.unlockafe-flip-card-back h3 {
  color: #ffffff !important;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Ensure white color on hover/flip - Higher specificity for Elementor preview */
.unlockafe-flip-card-container:hover .unlockafe-flip-card-back h3,
.unlockafe-flip-card.flipped .unlockafe-flip-card-back h3,
.unlockafe-flip-card-container:hover .unlockafe-flip-card .unlockafe-flip-card-back h3 {
  color: #ffffff !important;
}

/* Override any inline styles from Elementor */
.elementor-editor-active .unlockafe-flip-card-back h3,
.elementor-editor-active .unlockafe-flip-card-container:hover .unlockafe-flip-card-back h3 {
  color: #ffffff !important;
}

.unlockafe-flip-card-back p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Accent Glow on Back */
.unlockafe-accent-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  filter: blur(40px);
  border-radius: 9999px;
  pointer-events: none;
}

/* Background Effects */
.unlockafe-background-effects {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.unlockafe-orb {
  position: absolute;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.3;
}

.unlockafe-orb-1 {
  top: 25%;
  left: 25%;
  background-color: rgba(139, 21, 56, 0.1);
  animation: orb1-anim var(--orb1-duration, 8s) infinite ease-in-out;
}

.unlockafe-orb-2 {
  bottom: 25%;
  right: 25%;
  background-color: rgba(147, 51, 234, 0.1);
  animation: orb2-anim var(--orb2-duration, 10s) infinite ease-in-out;
}

.unlockafe-wave-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.unlockafe-wave-path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}

.unlockafe-wave-1 {
  animation: draw-line var(--wave-duration, 2s) ease-in-out forwards;
}

.unlockafe-wave-2 {
  animation: draw-line var(--wave-duration, 2s) ease-in-out 0.2s forwards;
}

.unlockafe-wave-3 {
  animation: draw-line var(--wave-duration, 2s) ease-in-out 0.4s forwards;
}

.unlockafe-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(rgba(139, 21, 56, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 21, 56, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
}

/* Particles */
.unlockafe-particle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #8b1538;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  opacity: 0;
}

.unlockafe-p1 {
  left: 10%;
  top: 20%;
  animation: particle-anim var(--particle1-duration, 3s) infinite ease-in-out 0s;
}

.unlockafe-p2 {
  left: 80%;
  top: 15%;
  animation: particle-anim var(--particle2-duration, 4s) infinite ease-in-out 1s;
}

.unlockafe-p3 {
  left: 60%;
  top: 80%;
  animation: particle-anim var(--particle3-duration, 3.5s) infinite ease-in-out 2s;
}

.unlockafe-p4 {
  left: 20%;
  top: 70%;
  animation: particle-anim var(--particle4-duration, 4.5s) infinite ease-in-out 0.5s;
}

.unlockafe-p5 {
  left: 90%;
  top: 60%;
  animation: particle-anim var(--particle5-duration, 3.8s) infinite ease-in-out 1.5s;
}

/* Animations */
@keyframes orb1-anim {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes orb2-anim {
  0%,
  100% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  50% {
    transform: scale(1);
    opacity: 0.4;
  }
}

@keyframes particle-anim {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: scale(0) rotate(360deg);
    opacity: 0;
  }
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

/* Mobile Touch Support */
@media (max-width: 768px) {
  .unlockafe-flip-card.flipped {
    transform: rotateY(180deg);
  }
}

/* CTA Section - Buttons */
.unlockafe-cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

@media (min-width: 640px) {
  .unlockafe-cta-section {
    flex-direction: row;
  }
}

.unlockafe-btn-primary {
  position: relative;
  padding: 16px 32px;
  background: linear-gradient(90deg, #8b1538, #6b0f2b);
  color: #ffffff;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.unlockafe-btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(139, 21, 56, 0.25),
    0 8px 10px -6px rgba(139, 21, 56, 0.25);
  text-decoration: none;
  color: #ffffff;
}

.unlockafe-btn-primary .unlockafe-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.unlockafe-btn-primary .unlockafe-btn-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.unlockafe-btn-primary:hover .unlockafe-btn-icon {
  transform: translateX(4px);
}

.unlockafe-btn-primary .unlockafe-btn-icon i,
.unlockafe-btn-primary .unlockafe-btn-icon svg {
  width: 20px;
  height: 20px;
}

.unlockafe-btn-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #a01845,
    #8b1538
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.unlockafe-btn-primary:hover .unlockafe-btn-glow {
  opacity: 1;
}

.unlockafe-btn-secondary {
  padding: 16px 32px;
  background-color: #f1f5f9;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.unlockafe-btn-secondary:hover {
  background-color: #e2e8f0;
  border-color: #cbd5e1;
  transform: scale(1.05);
  text-decoration: none;
  color: #0f172a;
}

/* Responsive */
@media (max-width: 768px) {
  .unlockafe-platform-feature {
    padding: 40px 16px;
  }

  .unlockafe-flip-card-container {
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }

  .unlockafe-flip-card-front,
  .unlockafe-flip-card-back {
    padding: 24px;
  }

  .unlockafe-flip-card-front h3,
  .unlockafe-flip-card-back h3 {
    font-size: 18px;
  }

  .unlockafe-cta-section {
    flex-direction: column;
    width: 100%;
  }

  .unlockafe-btn-primary,
  .unlockafe-btn-secondary {
    width: 100%;
    max-width: 100%;
  }
};/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/;/* Pie Chart */
.unlockafe-pie-chart-wrap {
  
}
.unlockafe-pie-chart-wrap {
  padding: 25px;
  background-color: #061121;
  border-radius: 20px;
  text-align: center;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart .unlockafe-pie-chart-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart .unlockafe-pie-chart-media .unlockafe-pie-chart-svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart .unlockafe-pie-chart-media .unlockafe-pie-chart-svg circle {
  fill: none;
  stroke-width: 2;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart .unlockafe-pie-chart-media .unlockafe-pie-chart-svg .background {
  stroke: #eee;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart .unlockafe-pie-chart-media .unlockafe-pie-chart-svg .foreground {
  stroke: #3498db;
  stroke-dasharray: 88;
  stroke-dashoffset: 88;
  transition: stroke-dashoffset 1s ease-out;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart .unlockafe-pie-chart-media .unlockafe-pie-chart-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #fff;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart-title,
.unlockafe-pie-chart-wrap p {
  color: #fff;
}

.unlockafe-pie-chart-wrap .unlockafe-pie-chart-title {
  margin: 25px 0 15px;
}

/* Pie Chart End */

/* Style 2: Horizontal Bar */
.unlockafe-progress-bar-horizontal-wrap .unlockafe-progress-bar-item {
    margin-bottom: 20px;
}

.unlockafe-progress-bar-horizontal-wrap .unlockafe-progress-bar-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.unlockafe-progress-bar-horizontal-wrap .unlockafe-progress-bar-title {
    margin: 0;
}

.unlockafe-progress-bar-horizontal-wrap .unlockafe-progress-bar-count {
    font-weight: bold;
}

.unlockafe-progress-bar-horizontal-wrap .unlockafe-progress-bar {
    width: 100%;
    background-color: #eee;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.unlockafe-progress-bar-horizontal-wrap .unlockafe-progress-bar-fill {
    width: 0;
    height: 100%;
    background-color: #0073aa;
    border-radius: 5px;
    transition: width 1.5s ease-in-out;
};/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/;/* ============================================
   Promo Box Widget - Base Styles
   ============================================ */

.unlockafe-promo-box-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 300px;
    background: transparent !important;
}

/* Badge */
.unlockafe-promo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ef4444;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Image Wrapper */
.unlockafe-promo-image-wrapper {
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.unlockafe-promo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.unlockafe-promo-box-wrapper:hover .unlockafe-promo-image {
    transform: scale(1.1);
}

/* Background Image */
.unlockafe-promo-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.5s ease;
}

.unlockafe-promo-box-wrapper:hover .unlockafe-promo-background-image {
    transform: scale(1.1);
}

/* Content */
.unlockafe-promo-content {
    position: relative;
    z-index: 2;
    flex: 1;
    padding: 30px;
}

.unlockafe-promo-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #667eea;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.unlockafe-promo-title {
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.unlockafe-promo-description {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

.unlockafe-promo-discount {
    display: inline-block;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.unlockafe-promo-button {
    display: inline-block;
    background: #667eea;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.unlockafe-promo-button:hover {
    background: #5568d3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* ============================================
   Layout 1 - Image Left
   ============================================ */

.unlockafe-promo-layout-1 {
    flex-direction: row;
}

.unlockafe-promo-layout-1 .unlockafe-promo-image-wrapper {
    width: 50%;
    max-width: 500px;
}

.unlockafe-promo-layout-1 .unlockafe-promo-content {
    padding-left: 40px;
}

/* Badge position for Layout 1 - on top of image (left side) */
.unlockafe-promo-layout-1 .unlockafe-promo-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
}

/* ============================================
   Layout 2 - Image Right
   ============================================ */

.unlockafe-promo-layout-2 {
    flex-direction: row-reverse;
}

.unlockafe-promo-layout-2 .unlockafe-promo-image-wrapper {
    width: 50%;
    max-width: 500px;
}

.unlockafe-promo-layout-2 .unlockafe-promo-content {
    padding-right: 40px;
}

/* Badge position for Layout 2 - on top of image (left side) */
.unlockafe-promo-layout-2 .unlockafe-promo-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
}

/* ============================================
   Layout 3 - Image Top
   ============================================ */

.unlockafe-promo-layout-3 {
    flex-direction: column;
}

.unlockafe-promo-layout-3 .unlockafe-promo-image-wrapper {
    width: 100%;
    height: 300px;
}

.unlockafe-promo-layout-3 .unlockafe-promo-content {
    width: 100%;
    padding: 30px;
}

/* Badge position for Layout 3 - on top of image */
.unlockafe-promo-layout-3 .unlockafe-promo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
}

/* ============================================
   Layout 4 - Image Background
   ============================================ */

.unlockafe-promo-layout-4 {
    min-height: 400px;
    position: relative;
}

.unlockafe-promo-layout-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.unlockafe-promo-layout-4 .unlockafe-promo-content {
    color: #ffffff;
}

.unlockafe-promo-layout-4 .unlockafe-promo-title,
.unlockafe-promo-layout-4 .unlockafe-promo-description {
    color: #ffffff;
}

.unlockafe-promo-layout-4 .unlockafe-promo-subtitle {
    color: #ffffff;
    opacity: 0.9;
}

/* ============================================
   Layout 5 - Overlay Content
   ============================================ */

.unlockafe-promo-layout-5 {
    min-height: 500px;
    position: relative;
    align-items: flex-end;
}

.unlockafe-promo-layout-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.unlockafe-promo-layout-5 .unlockafe-promo-content {
    color: #ffffff;
    padding: 40px;
}

.unlockafe-promo-layout-5 .unlockafe-promo-title,
.unlockafe-promo-layout-5 .unlockafe-promo-description {
    color: #ffffff;
}

.unlockafe-promo-layout-5 .unlockafe-promo-subtitle {
    color: #ffffff;
    opacity: 0.9;
}

/* ============================================
   Layout 6 - Split Design
   ============================================ */

.unlockafe-promo-layout-6 {
    flex-direction: row;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.unlockafe-promo-layout-6 .unlockafe-promo-image-wrapper {
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.unlockafe-promo-layout-6 .unlockafe-promo-content {
    color: #ffffff;
    padding: 50px;
}

.unlockafe-promo-layout-6 .unlockafe-promo-title,
.unlockafe-promo-layout-6 .unlockafe-promo-description {
    color: #ffffff;
}

.unlockafe-promo-layout-6 .unlockafe-promo-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.unlockafe-promo-layout-6 .unlockafe-promo-button {
    background: #ffffff;
    color: #667eea;
}

.unlockafe-promo-layout-6 .unlockafe-promo-button:hover {
    background: #f3f4f6;
}

/* Content Alignment */
.unlockafe-promo-align-left .unlockafe-promo-content {
    text-align: left;
}

.unlockafe-promo-align-center .unlockafe-promo-content {
    text-align: center;
}

.unlockafe-promo-align-right .unlockafe-promo-content {
    text-align: right;
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 1024px) {
    .unlockafe-promo-layout-1,
    .unlockafe-promo-layout-2,
    .unlockafe-promo-layout-6 {
        flex-direction: column;
    }

    .unlockafe-promo-layout-1 .unlockafe-promo-image-wrapper,
    .unlockafe-promo-layout-2 .unlockafe-promo-image-wrapper,
    .unlockafe-promo-layout-6 .unlockafe-promo-image-wrapper {
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .unlockafe-promo-layout-1 .unlockafe-promo-content,
    .unlockafe-promo-layout-2 .unlockafe-promo-content {
        padding: 30px;
    }

    .unlockafe-promo-layout-6 .unlockafe-promo-image-wrapper {
        clip-path: none;
    }
}

@media (max-width: 768px) {
    .unlockafe-promo-box-wrapper {
        min-height: 250px;
    }

    .unlockafe-promo-content {
        padding: 25px;
    }

    .unlockafe-promo-title {
        font-size: 24px;
    }

    .unlockafe-promo-description {
        font-size: 14px;
    }

    .unlockafe-promo-discount {
        font-size: 20px;
        padding: 10px 20px;
    }

    .unlockafe-promo-button {
        padding: 12px 24px;
        font-size: 14px;
    }

    .unlockafe-promo-badge {
        top: 15px;
        right: 15px;
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .unlockafe-promo-content {
        padding: 20px;
    }

    .unlockafe-promo-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .unlockafe-promo-description {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .unlockafe-promo-discount {
        font-size: 18px;
        padding: 8px 16px;
        margin-bottom: 15px;
    }

    .unlockafe-promo-button {
        padding: 10px 20px;
        font-size: 13px;
    }

    .unlockafe-promo-layout-4,
    .unlockafe-promo-layout-5 {
        min-height: 350px;
    }
}

/* Remove gray background from Promo Box widget and its containers */
.elementor-widget-unlockafe-promo-box,
.elementor-widget-unlockafe-promo-box .elementor-widget-container,
.elementor-element.elementor-widget-unlockafe-promo-box {
    background: transparent !important;
    background-color: transparent !important;
}

/* Remove gray background from parent section containing promo box */
.elementor-section.unlockafe-promo-no-gray-bg,
.elementor-section:has(.elementor-widget-unlockafe-promo-box) {
    background: transparent !important;
    background-color: transparent !important;
};/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/;/* ============================================
   Party Propz Widget - Base Styles
   ============================================ */

.unlockafe-party-propz-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: visible;
    min-height: 200px;
}

/* Ensure parent section can contain snow */
.elementor-section:has(.unlockafe-party-propz-wrapper) {
    position: relative;
    overflow: visible;
}

.unlockafe-party-prop {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transform-origin: center center;
}

/* Prop Shapes */
.unlockafe-prop-shape {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

/* Balloon Shape */
.unlockafe-prop-balloon .unlockafe-prop-shape {
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    position: relative;
}

.unlockafe-prop-balloon .unlockafe-prop-shape::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background-color: currentColor;
    opacity: 0.3;
}

/* Confetti Shape */
.unlockafe-prop-confetti .unlockafe-prop-shape {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    transform: rotate(45deg);
}

/* Star Shape */
.unlockafe-prop-star .unlockafe-prop-shape {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    border-radius: 0;
}

/* Heart Shape */
.unlockafe-prop-heart .unlockafe-prop-shape {
    clip-path: path('M12,21.35l-1.45-1.32C5.4,15.36,2,12.28,2,8.5 C2,5.42,4.42,3,7.5,3c1.74,0,3.41,0.81,4.5,2.09C13.09,3.81,14.76,3,16.5,3 C19.58,3,22,5.42,22,8.5c0,3.78-3.4,6.86-8.55,11.54L12,21.35z');
    border-radius: 0;
    transform: scale(0.8);
}

/* Gift Shape */
.unlockafe-prop-gift .unlockafe-prop-shape {
    border-radius: 8px;
    position: relative;
}

.unlockafe-prop-gift .unlockafe-prop-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.unlockafe-prop-gift .unlockafe-prop-shape::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 20%;
    background-color: rgba(255, 255, 255, 0.3);
}

/* Cake Shape */
.unlockafe-prop-cake .unlockafe-prop-shape {
    border-radius: 8px 8px 0 0;
    position: relative;
}

.unlockafe-prop-cake .unlockafe-prop-shape::before {
    content: '';
    position: absolute;
    top: -20%;
    left: 20%;
    width: 60%;
    height: 30%;
    background-color: currentColor;
    border-radius: 50% 50% 0 0;
    opacity: 0.8;
}

/* Santa Cap Shape */
.unlockafe-prop-santa-cap .unlockafe-prop-shape {
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    position: relative;
    clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
}

.unlockafe-prop-santa-cap .unlockafe-prop-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 30%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.unlockafe-prop-santa-cap .unlockafe-prop-shape::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 20%;
    background-color: currentColor;
    border-radius: 0 0 50% 50%;
}

/* Christmas Tree Shape */
.unlockafe-prop-christmas-tree .unlockafe-prop-shape {
    clip-path: polygon(50% 0%, 60% 30%, 100% 30%, 70% 50%, 90% 70%, 50% 60%, 10% 70%, 30% 50%, 0% 30%, 40% 30%);
    border-radius: 0;
    position: relative;
}

.unlockafe-prop-christmas-tree .unlockafe-prop-shape::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 20%;
    background-color: currentColor;
    border-radius: 4px;
}

/* Snowflake Shape */
.unlockafe-prop-snowflake .unlockafe-prop-shape {
    clip-path: polygon(
        50% 0%, 55% 20%, 75% 20%, 60% 35%, 80% 45%, 65% 50%, 80% 55%, 60% 65%, 75% 80%, 55% 80%, 50% 100%, 
        45% 80%, 25% 80%, 40% 65%, 20% 55%, 35% 50%, 20% 45%, 40% 35%, 25% 20%, 45% 20%
    );
    border-radius: 0;
    background: linear-gradient(45deg, currentColor 0%, rgba(255,255,255,0.8) 50%, currentColor 100%);
}

/* Reindeer Shape */
.unlockafe-prop-reindeer .unlockafe-prop-shape {
    clip-path: polygon(
        50% 0%, 60% 15%, 70% 10%, 75% 25%, 85% 30%, 80% 45%, 70% 50%, 60% 65%, 50% 70%, 40% 65%, 30% 50%, 
        20% 45%, 15% 30%, 25% 25%, 30% 10%, 40% 15%
    );
    border-radius: 0;
    position: relative;
}

.unlockafe-prop-reindeer .unlockafe-prop-shape::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 20%;
    width: 15%;
    height: 15%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
}

.unlockafe-prop-reindeer .unlockafe-prop-shape::after {
    content: '';
    position: absolute;
    top: 15%;
    right: 20%;
    width: 15%;
    height: 15%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
}

/* Snow Shape */
.unlockafe-prop-snow .unlockafe-prop-shape {
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 50%, transparent 100%);
    box-shadow: 
        inset -10px -10px 0 0 rgba(255,255,255,0.3),
        inset 10px 10px 0 0 rgba(255,255,255,0.3);
}

/* Hanukkah Candle Shape */
.unlockafe-prop-hanukkah-candle .unlockafe-prop-shape {
    border-radius: 4px 4px 0 0;
    position: relative;
    background: linear-gradient(to bottom, currentColor 0%, currentColor 70%, rgba(255,255,255,0.3) 70%, rgba(255,255,255,0.3) 100%);
}

.unlockafe-prop-hanukkah-candle .unlockafe-prop-shape::before {
    content: '';
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 15%;
    background-color: #ffd700;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

/* Xmas Border Shape */
.unlockafe-prop-xmas-border {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

.unlockafe-prop-xmas-border .unlockafe-prop-shape {
    width: 100%;
    height: 60px;
    background: repeating-linear-gradient(
        90deg,
        currentColor 0px,
        currentColor 20px,
        rgba(255,255,255,0.3) 20px,
        rgba(255,255,255,0.3) 40px
    );
    clip-path: polygon(
        0% 0%, 5% 20%, 10% 0%, 15% 20%, 20% 0%, 25% 20%, 30% 0%, 35% 20%, 40% 0%, 45% 20%, 
        50% 0%, 55% 20%, 60% 0%, 65% 20%, 70% 0%, 75% 20%, 80% 0%, 85% 20%, 90% 0%, 95% 20%, 100% 0%,
        100% 100%, 0% 100%
    );
    border-radius: 0;
}

/* Icon Props */
.unlockafe-prop-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: inherit;
}

.unlockafe-prop-icon i,
.unlockafe-prop-icon svg {
    width: 100%;
    height: 100%;
    font-size: 100%;
}

/* Image Props */
.unlockafe-prop-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unlockafe-prop-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ============================================
   Animation Types
   ============================================ */

/* Float Animation */
.unlockafe-animation-float .unlockafe-party-prop {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(10px);
    }
    50% {
        transform: translateY(-10px) translateX(-5px);
    }
    75% {
        transform: translateY(-25px) translateX(5px);
    }
}

/* Rotate Animation */
.unlockafe-animation-rotate .unlockafe-party-prop {
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Bounce Animation */
.unlockafe-animation-bounce .unlockafe-party-prop {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

/* Drift Animation */
.unlockafe-animation-drift .unlockafe-party-prop {
    animation: drift 5s ease-in-out infinite;
}

@keyframes drift {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -15px);
    }
    50% {
        transform: translate(-10px, -25px);
    }
    75% {
        transform: translate(-20px, -10px);
    }
}

/* Pulse Animation */
.unlockafe-animation-pulse .unlockafe-party-prop {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* Swing Animation */
.unlockafe-animation-swing .unlockafe-party-prop {
    animation: swing 3s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes swing {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
}

/* Random Delay for Staggered Effect */
.unlockafe-party-prop.unlockafe-prop-1 {
    animation-delay: 0s;
}

.unlockafe-party-prop.unlockafe-prop-2 {
    animation-delay: 0.3s;
}

.unlockafe-party-prop.unlockafe-prop-3 {
    animation-delay: 0.6s;
}

.unlockafe-party-prop.unlockafe-prop-4 {
    animation-delay: 0.9s;
}

.unlockafe-party-prop.unlockafe-prop-5 {
    animation-delay: 1.2s;
}

.unlockafe-party-prop.unlockafe-prop-6 {
    animation-delay: 1.5s;
}

.unlockafe-party-prop.unlockafe-prop-7 {
    animation-delay: 1.8s;
}

.unlockafe-party-prop.unlockafe-prop-8 {
    animation-delay: 2.1s;
}

/* Interactive Hover Effect */
.unlockafe-interactive .unlockafe-party-prop {
    pointer-events: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.unlockafe-interactive .unlockafe-party-prop:hover {
    transform: scale(1.2) !important;
    z-index: 100 !important;
}

/* ============================================
   Falling Snow Animation
   ============================================ */

.unlockafe-snow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 999;
    min-width: 100%;
}

.unlockafe-snowflake {
    position: absolute;
    top: -10px;
    color: #d3d3d3 !important;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 3px rgba(211, 211, 211, 0.6);
    user-select: none;
    pointer-events: none;
    animation: fall linear infinite;
    opacity: 0.7;
    line-height: 1;
    display: block !important;
    width: auto;
    height: auto;
    visibility: visible !important;
    filter: blur(0.5px);
}

.unlockafe-snowflake::before {
    content: attr(data-snow-char);
    display: block;
    font-size: inherit;
    color: inherit;
    opacity: 0.8;
}

/* Fallback if data attribute not set */
.unlockafe-snowflake:not([data-snow-char])::before {
    content: '❄';
}

/* Different snow designs */
.unlockafe-snow-dot::before {
    content: '•' !important;
}

.unlockafe-snow-circle::before {
    content: '●' !important;
}

.unlockafe-snow-star::before {
    content: '★' !important;
}

.unlockafe-snow-cross::before {
    content: '✕' !important;
}

.unlockafe-snow-diamond::before {
    content: '◆' !important;
}

@keyframes fall {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        transform: translateY(50vh) translateX(var(--snow-drift, 0px)) rotate(180deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) translateX(var(--snow-drift, 0px)) rotate(360deg);
        opacity: 0.3;
    }
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 768px) {
    .unlockafe-party-propz-wrapper {
        height: 400px;
    }
    
    .unlockafe-party-prop {
        transform: scale(0.8);
    }
}

@media (max-width: 480px) {
    .unlockafe-party-propz-wrapper {
        height: 300px;
    }
    
    .unlockafe-party-prop {
        transform: scale(0.6);
    }
};