@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .animate-fade-in {
    animation: fadeIn 1s ease-out forwards;
  }
  .animate-fade-in-delay {
    animation: fadeIn 1.5s ease-out forwards;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
  }
  .animate-float {
    animation: float 6s ease-in-out infinite;
  }
  .delay-1000 { animation-delay: 1s; }
  .delay-2000 { animation-delay: 2s; }

   .faq-answer {
            display: none;
            padding-top: 1rem;
        }
        
        .faq-item.active .faq-answer {
            display: block;
        }
        
        .faq-icon {
            transition: transform 0.3s ease-in-out;
        }
        
        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }
        
        .faq-question:hover {
            background-color: #f9fafb;
        }

.bg-gradient-primary{
      background-image: linear-gradient(90deg, #22e1ff 0%, #14b8a6 100%);
    }
    .bg-gradient-card{
      background:
        linear-gradient(180deg, rgba(34,225,255,.06) 0%, rgba(20,184,166,.04) 100%),
        #fff;
    }
       
.input {
    height: 48px;
    border: 1px solid color-mix(in oklab, #e5edf2 100%, transparent);
    background: #fff;
    border-radius: .5rem;
    padding: .5rem .75rem;
    width: 100%;
    transition: border-color .2s, box-shadow .2s;
}
.btn-primary {
    color: #fff;
    background-image: linear-gradient(90deg, #22e1ff,#14b8a6);
}
.btn {
    height: 48px;
    border-radius: .5rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s, transform .02s ease-in-out;
}
/* Make the CF7 wrapper positionable (uses existing markup) */
.wpcf7 form p {
  position: relative;
}

/* Ensure the submit input is full width and reserve space for the icon */
.wpcf7 input.wpcf7-submit {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* Position the paper-plane icon (works whether it's directly after input or after spinner) */
.wpcf7 input.wpcf7-submit ~ .fa-paper-plane,
.wpcf7 .wpcf7-submit + .fa-paper-plane,
.wpcf7 .wpcf7-spinner + .fa-paper-plane {
  position: absolute;
  left: 40%;              /* distance from left edge of the button */
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;          /* icon color — change if needed */
  font-size: 1.05rem;      /* icon size */
  pointer-events: none;    /* icon doesn't intercept clicks */
  z-index: 5;
}

/* If CF7 spinner exists, move spinner to the right so it doesn't overlap */
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
}

/* Small responsive tweak if icon overlaps on very small screens */
@media (max-width:420px) {
  .wpcf7 input.wpcf7-submit ~ .fa-paper-plane { left: 5.8rem; }
}
@media (min-width: 767px) and (max-width: 991px) {
  .wpcf7 input.wpcf7-submit ~ .fa-paper-plane {
    left: 44%;
  }
}
.icon-pill {
    width: 48px;
    height: 48px;
    border-radius: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #22e1ff, #14b8a6);
    color: #fff;
    flex-shrink: 0;
}
.btn-ghost {
    color: #fff;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.35);
    backdrop-filter: saturate(140%) blur(6px);
    height: 44px;
}
.bg-muted\/30 {
    background-color: rgba(241,246,249,.7);
}
.bg-card {
    background-color: #ffffff;
}

 .popup-container {
            background: rgba(40, 44, 52, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 24px;
            padding: 40px;
            width: 100%;
            max-width: 700px;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            transform: scale(1);
            animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            color: white;
            margin: 0 auto;
        }

        @keyframes popIn {
            0% {
                transform: scale(0.7);
                opacity: 0;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.1);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: rgba(255, 255, 255, 0.8);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .close-btn:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            transform: rotate(90deg);
        }

        .icon-container {
            display: flex;
            justify-content: center;
            margin-bottom: 25px;
        }

        .premium-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea, #764ba2);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            animation: pulse 2s infinite;
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
        }

        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
            }
            50% {
                box-shadow: 0 15px 35px rgba(102, 126, 234, 0.6);
            }
        }

        .premium-icon::before {
            content: '🎯';
            font-size: 30px;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
        }

        .popup-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .popup-title {
            font-size: 26px;
            font-weight: 700;
            color: white;
            margin-bottom: 8px;
            letter-spacing: -0.5px;
        }

        .popup-subtitle {
            color: rgba(255, 255, 255, 0.7);
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 15px;
        }

        .features-preview {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-bottom: 25px;
        }

        .feature-tag {
            background: rgba(102, 126, 234, 0.2);
            color: rgba(255, 255, 255, 0.8);
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
            border: 1px solid rgba(102, 126, 234, 0.3);
        }

        .form-group {
            margin-bottom: 20px;
            position: relative;
        }

        .form-row {
            display: flex;
            gap: 15px;
        }

        .form-row .form-group {
            flex: 1;
        }

        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
        }

        .form-control {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            font-size: 15px;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.05);
            color: white;
            font-family: inherit;
        }

        .form-control:focus {
            outline: none;
            border-color: #667eea;
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
            transform: translateY(-2px);
        }

        .form-control::placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-weight: 400;
        }

        .form-control:hover {
            border-color: rgba(255, 255, 255, 0.2);
        }

        select.form-control {
            cursor: pointer;
        }

        select.form-control option {
            background: #2c3e50;
            color: white;
        }

        .premium-btn {
            width: 100%;
            padding: 16px 24px;
            background: linear-gradient(135deg, #00d4aa, #00b894);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 10px;
        }

        .premium-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .premium-btn:hover::before {
            left: 100%;
        }

        .premium-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 30px rgba(0, 212, 170, 0.4);
        }

        .security-note {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
            color: rgba(255, 255, 255, 0.6);
            font-size: 12px;
        }

        .security-note::before {
            content: '🔒';
            margin-right: 6px;
        }

        .floating-particles {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
            border-radius: 24px;
            top: 0;
            left: 0;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: rgba(102, 126, 234, 0.6);
            border-radius: 50%;
            animation: float-particle 8s infinite linear;
        }

        .particle:nth-child(1) {
            top: 20%;
            left: 20%;
            animation-delay: 0s;
        }

        .particle:nth-child(2) {
            top: 60%;
            left: 80%;
            animation-delay: 2s;
            background: rgba(118, 75, 162, 0.6);
        }

        .particle:nth-child(3) {
            top: 80%;
            left: 30%;
            animation-delay: 4s;
            background: rgba(0, 212, 170, 0.6);
        }

        @keyframes float-particle {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
                opacity: 0.6;
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
                opacity: 1;
            }
        }

        @media (max-width: 640px) {
            .popup-container {
                padding: 30px 25px;
                margin: 10px;
                max-width: 380px;
            }

            .popup-title {
                font-size: 22px;
            }

            .form-row {
                flex-direction: column;
                gap: 0;
            }
        }

        .glow-effect {
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #667eea, #764ba2, #00d4aa, #667eea);
            border-radius: 26px;
            z-index: -1;
            opacity: 0.3;
            filter: blur(8px);
            animation: rotate-glow 4s linear infinite;
        }

        @keyframes rotate-glow {
            0% {
                background: linear-gradient(45deg, #667eea, #764ba2, #00d4aa, #667eea);
            }
            25% {
                background: linear-gradient(45deg, #764ba2, #00d4aa, #667eea, #764ba2);
            }
            50% {
                background: linear-gradient(45deg, #00d4aa, #667eea, #764ba2, #00d4aa);
            }
            75% {
                background: linear-gradient(45deg, #667eea, #764ba2, #00d4aa, #667eea);
            }
            100% {
                background: linear-gradient(45deg, #764ba2, #00d4aa, #667eea, #764ba2);
            }
        }

        .required-asterisk {
            color: #e74c3c;
            margin-left: 2px;
        }
        
        /* Hide by default */
.popup-container {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.country-select.inside {
    width: 100%;
}
/* Show when active */
.popup-container.active {
  display: flex;
  flex-direction: column;
  animation: popIn 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Smooth pop-in animation */
@keyframes popIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.glass-effect {
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .glass-effect-dark {
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            background: rgba(29, 209, 161, 0.1);
            border: 1px solid rgba(29, 209, 161, 0.2);
        }
        
        .hover-lift {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .hover-lift:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(29, 209, 161, 0.2);
        }

        .brand-gradient {
            background: linear-gradient(135deg, #1dd1a1 0%, #10ac84 100%);
        }

        .brand-gradient-reverse {
            background: linear-gradient(135deg, #10ac84 0%, #1dd1a1 100%);
        }

        .animate-brand-gradient {
            background: linear-gradient(-45deg, #1dd1a1, #10ac84, #2c2c54, #40407a);
            background-size: 400% 400%;
            animation: gradient-x 15s ease infinite;
        }
.text-brand-teal {
    --tw-text-opacity: 1;
    color: rgb(29 209 161 / var(--tw-text-opacity, 1));
}
.brand-gradient-reverse {
    background: linear-gradient(135deg, #10ac84 0%, #1dd1a1 100%);
}
.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(29, 209, 161, 0.2);
}
.to-brand-green\/10 {
    --tw-gradient-to: rgb(16 172 132 / 0.1) var(--tw-gradient-to-position);
}
.from-brand-teal\/5 {
    --tw-gradient-from: rgb(29 209 161 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(29 209 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.page-id-667 .header{
    display:none;
}
.video{
    padding-top:20px;
}
.animate {
     background-size: cover;
    animation: moveBg 20s linear infinite;
}
@keyframes moveBg {
  from {
    transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.1) translateX(-30px);
  }
}
@media (max-width: 520px) {
  .reason-10 {
    display: block !important;
  }
  .text-white {
    padding-top: 10px;
    text-align: center;
  }
  .text-brand-dark {
    padding-top: 10px;
  }
  .percentage{
      position: static !important;
      margin-top:4% !important;
  }
  .why-section{
      text-align: left;
  }
}

