/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@media (max-width: 768px) {
  .elementor-field-subgroup label {
      font-size: 0.75rem !important;
  }
}

@media (max-width: 768px) {
 .custom-form-message {
   margin-top: 40px !important; }
}

.custom-form-message {
padding: 15px;
margin: 10px 0;
border-radius: 4px;
width: 100%;
font-size: 14px;
font-family: inter;
}

.custom-form-message.success {
background-color: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;	
}

.custom-form-message.warning {
background-color: #fff3cd;
color: #856404;
border: 1px solid #ffeeba;
}

.custom-form-message.error {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}


/* Loading animation */
@keyframes loading {
0% { transform: scale(0); }
50% { transform: scale(1); }
100% { transform: scale(0); }
}

.loading-icon {
display: inline-flex;
align-items: center;
justify-content: center;
}

.loading-icon span {
display: inline-block;
width: 6px;
height: 6px;
margin: 0 2px;
background-color: currentColor;
border-radius: 50%;
animation: loading 1.2s ease-in-out infinite;
}

.loading-icon span:nth-child(1) { animation-delay: 0s; }
.loading-icon span:nth-child(2) { animation-delay: 0.2s; }
.loading-icon span:nth-child(3) { animation-delay: 0.4s; }
.loading-icon span:nth-child(4) { animation-delay: 0.6s; }


/* Apply to all headings h1 through h6 */
h1, h2, h3, h4, h5, h6 {
  background: linear-gradient(90deg, #00FF7F 0%, #FFDD44 50%, #00FFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #00FF7F; /* Fallback for non-webkit browsers */
  display: inline-block; /* Required for gradient to work properly */
}
.animated_title {
background: linear-gradient(90deg, #00FF7F 0%, #FFDD44 50%, #00FFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For non-webkit browsers, you might want to add a fallback color */
 color: #00FF7F;
}

        .countdown-charts {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
            gap: 20px;
            font-family: 'Kode Mono', monospace;
        }

        .chart-wrapper {
            text-align: center;
        }

        .chart {
            position: relative;
            display: inline-block;
            width: 95px;
            height: 95px;
            margin: 0 auto;
        }

        .chart span.number {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 2.5rem;
            font-weight: normal;
            z-index: 1;
        }

        .chart canvas {
            position: absolute;
            left: 0;
            top: 0;
        }

        .chart-label {
            display: block;
            margin-top: 10px;
            font-size: 1rem;
        }

        .chart-wrapper[data-type="days"] .chart span.number,
        .chart-wrapper[data-type="days"] .chart-label {
            color: #00FF7F;
        }

        .chart-wrapper[data-type="hours"] .chart span.number,
        .chart-wrapper[data-type="hours"] .chart-label {
            color: #FFDD44;
        }

        .chart-wrapper[data-type="minutes"] .chart span.number,
        .chart-wrapper[data-type="minutes"] .chart-label {
            color: #00FFFF;
        }
        
        .animated_btn .elementor-button {
    background-color: transparent;
    background-image: linear-gradient(-73deg, #00FF7F 0%, #FFDD44 50%, #00FFFF 100%);
}

.blur_section {
  background: rgba(0, 174, 255, 0.1); /* semi-transparent blue */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); /* for Safari support */
}

.animated_background {
  background: linear-gradient(130deg, #00FF7F 0%, #FFDD44 50%, #00FFFF 100%);
}

/* Name Field Icon */
.elementor-field-group-firstName input#form-field-firstName {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 16C13.5262 13.1605 10.9217 11.2622 8 11.2622C5.07825 11.2622 2.4738 13.1605 1.5 16M8.00001 9.68423C10.3265 9.68423 12.2125 7.7402 12.2125 5.34212C12.2125 2.94403 10.3265 1 8.00001 1C5.67351 1 3.78752 2.94403 3.78752 5.34212C3.78752 7.7402 5.67351 9.68423 8.00001 9.68423Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  padding-left: 35px !important;

}
/* Email Field Icon */
.elementor-field-group-email input#form-field-email {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6609 1.55005L13.5169 7.81405C12.3278 8.72879 10.672 8.72879 9.48287 7.81405L1.33887 1.55005M2.5 16H20.5C21.3284 16 22 15.3284 22 14.5V2.5C22 1.67157 21.3284 1 20.5 1H2.5C1.67157 1 1 1.67157 1 2.5V14.5C1 15.3284 1.67157 16 2.5 16Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 42px !important;

}

/* Target the Full Name field's placeholder text */
.elementor-field-group-firstName .elementor-field-textual::placeholder {
  color: #000000 !important; /* Replace with your exact color */
  opacity: 1 !important; /* Ensures full color visibility */
}
/* ======================= */
/* Full Name Field Styling */
/* ======================= */
.elementor-field-group-firstName .elementor-field-textual::placeholder {
  color: #0F0F23 !important;
  opacity: 1 !important;
}
.elementor-field-group-firstName .elementor-field-textual::-webkit-input-placeholder {
  color: #0F0F23 !important;
}
.elementor-field-group-firstName .elementor-field-textual::-moz-placeholder {
  color: #0F0F23 !important;
  opacity: 1 !important;
}
.elementor-field-group-firstName .elementor-field-textual:-ms-input-placeholder {
  color: #0F0F23 !important;
}

/* ===================== */
/* Email Field Styling */
/* ===================== */
.elementor-field-group-email .elementor-field-textual::placeholder {
  color: #0F0F23 !important;
  opacity: 1 !important;
}
.elementor-field-group-email .elementor-field-textual::-webkit-input-placeholder {
  color: #0F0F23 !important;
}
.elementor-field-group-email .elementor-field-textual::-moz-placeholder {
  color: #0F0F23 !important;
  opacity: 1 !important;
}
.elementor-field-group-email .elementor-field-textual:-ms-input-placeholder {
  color: #0F0F23 !important;
}

.elementor-field-type-acceptance {
  order: 1;
}
.elementor-field-subgroup label{
height: 1px;
margin: 3px;
margin-left: 10px;
position: absolute;
line-height: 1.35;
font-size: 0.82rem !important;
color:#0F0F23 !important;
}
.terms-link {
  color: #400080 !important;
  text-decoration: underline!important;
  transition: background-color 0.2s ease;
}
.terms-link:hover {background-color: #00E676;}

.footerlinks .elementor-icon-list-item a:hover {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}