.elementor-213 .elementor-element.elementor-element-abd701e > .elementor-container{max-width:1000px;}.elementor-213 .elementor-element.elementor-element-abd701e:not(.elementor-motion-effects-element-type-background), .elementor-213 .elementor-element.elementor-element-abd701e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F4F8;}.elementor-213 .elementor-element.elementor-element-abd701e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-213 .elementor-element.elementor-element-abd701e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-213 .elementor-element.elementor-element-4a118d1.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-213 .elementor-element.elementor-element-4a118d1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-213 .elementor-element.elementor-element-4a118d1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-213 .elementor-element.elementor-element-4a118d1 .elementor-element-populated a{color:#FFFFFF;}.elementor-213 .elementor-element.elementor-element-f241fe2{--spacer-size:70px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-213 .elementor-element.elementor-element-4a92ebe{text-align:center;}.elementor-213 .elementor-element.elementor-element-4a92ebe .elementor-heading-title{font-weight:700;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-213 .elementor-element.elementor-element-9d3efc4{text-align:center;font-size:19px;font-weight:500;color:#2E2B2B;}.elementor-213 .elementor-element.elementor-element-43c9052 > .elementor-widget-container{border-style:none;}.elementor-213 .elementor-element.elementor-element-cfae782{--spacer-size:150px;}@media(max-width:767px){.elementor-213 .elementor-element.elementor-element-f241fe2{--spacer-size:50px;}}/* Start custom CSS for heading, class: .elementor-element-4a92ebe */.gradient-text span {
  background: linear-gradient(90deg, #0177ff, #0177ff, #01b0ff, #01b0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-43c9052 *//* ============================================
   DEVICE SELECTION - CUSTOM CSS
   Perfect Square Cards with Blue Gradient Theme
   ============================================ */

/* Reset and Container */
#wpforms-626-field_1-container {
    margin: 15px auto;
    padding: 0;
    max-width: 1000px;
}

#wpforms-626-field_1-container fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* Title Styling */
#wpforms-626-field_1-container legend.wpforms-field-label {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 0;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Numbered Circle Before Title */
#wpforms-626-field_1-container legend.wpforms-field-label::before {
    content: "1";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    color: white;
    border-radius: 50%;
    font-size: 1.3em;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.3);
    -webkit-text-fill-color: white;
    background-clip: border-box;
    -webkit-background-clip: border-box;
}

/* Grid Layout */
#wpforms-626-field_1.wpforms-image-choices {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Remove List Item Margin */
#wpforms-626-field_1 .wpforms-image-choices-item {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

/* Card Styling - PERFECT SQUARE */
#wpforms-626-field_1 .wpforms-image-choices-item label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2.5px solid #e8ecf1;
    border-radius: 18px;
    padding: 18px 12px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Hover State */
#wpforms-626-field_1 .wpforms-image-choices-item label:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 114, 255, 0.18);
    border-color: #0072ff;
    background: linear-gradient(135deg, rgba(0, 114, 255, 0.02) 0%, rgba(0, 198, 255, 0.02) 100%);
}

/* Selected State */
#wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label {
    background: linear-gradient(135deg, rgba(0, 114, 255, 0.06) 0%, rgba(0, 198, 255, 0.06) 100%);
    border: 2.5px solid #0072ff;
    box-shadow: 0 8px 24px rgba(0, 114, 255, 0.25);
    transform: translateY(-2px);
}

/* Checkmark Badge */
#wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label::after {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0, 114, 255, 0.4);
    animation: checkmarkBounce 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes checkmarkBounce {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.15) rotate(180deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

/* Image Container */
#wpforms-626-field_1 .wpforms-image-choices-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    flex-shrink: 0;
    width: 100%;
    height: 50px;
}

/* Images */
#wpforms-626-field_1 .wpforms-image-choices-image img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.95) saturate(0.9);
}

/* Image Hover & Selected */
#wpforms-626-field_1 .wpforms-image-choices-item label:hover .wpforms-image-choices-image img {
    transform: scale(1.12) translateY(-2px);
    filter: brightness(1) saturate(1.1);
}

#wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-image img {
    transform: scale(1.08);
    filter: brightness(1) saturate(1.15);
}

/* Label Text */
#wpforms-626-field_1 .wpforms-image-choices-label {
    font-size: 0.95em;
    font-weight: 600;
    color: #2d3748;
    margin-top: 4px;
    transition: all 0.3s ease;
    line-height: 1.2;
}

/* Label Hover & Selected */
#wpforms-626-field_1 .wpforms-image-choices-item label:hover .wpforms-image-choices-label {
    color: #0072ff;
}

#wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-label {
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Hide Radio Inputs */
#wpforms-626-field_1 input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
}

/* Focus State for Accessibility */
#wpforms-626-field_1 .wpforms-image-choices-item label:focus,
#wpforms-626-field_1 .wpforms-image-choices-item label:focus-visible {
    outline: 3px solid #0072ff;
    outline-offset: 3px;
    border-radius: 18px;
}

/* Staggered Animation on Load */
#wpforms-626-field_1 .wpforms-image-choices-item {
    animation: fadeSlideUp 0.5s ease forwards;
    opacity: 0;
}

#wpforms-626-field_1 .wpforms-image-choices-item:nth-child(1) { animation-delay: 0.05s; }
#wpforms-626-field_1 .wpforms-image-choices-item:nth-child(2) { animation-delay: 0.1s; }
#wpforms-626-field_1 .wpforms-image-choices-item:nth-child(3) { animation-delay: 0.15s; }
#wpforms-626-field_1 .wpforms-image-choices-item:nth-child(4) { animation-delay: 0.2s; }
#wpforms-626-field_1 .wpforms-image-choices-item:nth-child(5) { animation-delay: 0.25s; }
#wpforms-626-field_1 .wpforms-image-choices-item:nth-child(6) { animation-delay: 0.3s; }

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pulse Animation for Pre-selected Item */
#wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected {
    animation: fadeSlideUp 0.5s ease forwards, subtlePulse 0.8s ease 0.5s;
}

@keyframes subtlePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Large Tablets and Small Desktops (768px - 1024px) */
@media (max-width: 1024px) {
    #wpforms-626-field_1.wpforms-image-choices {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

/* Tablets (480px - 768px) */
@media (max-width: 768px) {
    #wpforms-626-field_1-container {
        padding: 0 15px;
    }

    #wpforms-626-field_1-container legend.wpforms-field-label {
        font-size: 1.5em;
        margin-bottom: 20px;
        gap: 12px;
    }

    #wpforms-626-field_1-container legend.wpforms-field-label::before {
        width: 40px;
        height: 40px;
        font-size: 1.2em;
    }

    #wpforms-626-field_1.wpforms-image-choices {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-item label {
        padding: 15px 10px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-image {
        height: 45px;
        margin-bottom: 8px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-image img {
        max-width: 45px;
        max-height: 45px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-label {
        font-size: 0.9em;
    }
}

/* Mobile Devices (up to 480px) */
@media (max-width: 480px) {
    #wpforms-626-field_1-container {
        padding: 0 10px;
    }

    #wpforms-626-field_1-container legend.wpforms-field-label {
        font-size: 1.3em;
        margin-bottom: 18px;
        gap: 10px;
    }

    #wpforms-626-field_1-container legend.wpforms-field-label::before {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
    }

    #wpforms-626-field_1.wpforms-image-choices {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-item label {
        padding: 14px 8px;
        border-radius: 14px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-image {
        height: 40px;
        margin-bottom: 6px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-image img {
        max-width: 40px;
        max-height: 40px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-label {
        font-size: 0.85em;
    }

    #wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label::after {
        width: 24px;
        height: 24px;
        font-size: 13px;
        top: 8px;
        right: 8px;
    }
}

/* Extra Small Devices (up to 360px) */
@media (max-width: 360px) {
    #wpforms-626-field_1-container legend.wpforms-field-label {
        font-size: 1.15em;
        gap: 8px;
    }

    #wpforms-626-field_1-container legend.wpforms-field-label::before {
        width: 32px;
        height: 32px;
        font-size: 1em;
    }

    #wpforms-626-field_1 .wpforms-image-choices-item label {
        padding: 12px 6px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-image {
        height: 38px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-image img {
        max-width: 38px;
        max-height: 38px;
    }

    #wpforms-626-field_1 .wpforms-image-choices-label {
        font-size: 0.8em;
    }
}

/* ============================================
   ACCESSIBILITY & BROWSER COMPATIBILITY
   ============================================ */

/* Remove default focus outline and replace with custom */
#wpforms-626-field_1 .wpforms-image-choices-item label:focus-visible {
    outline: 3px solid #0072ff;
    outline-offset: 3px;
}

/* Ensure smooth scrolling for keyboard navigation */
#wpforms-626-field_1-container:focus-within {
    scroll-margin-top: 20px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    #wpforms-626-field_1 .wpforms-image-choices-item label {
        border-width: 3px;
    }
    
    #wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label {
        border-width: 4px;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    #wpforms-626-field_1 .wpforms-image-choices-item,
    #wpforms-626-field_1 .wpforms-image-choices-item label,
    #wpforms-626-field_1 .wpforms-image-choices-image img,
    #wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label::after {
        animation: none !important;
        transition: none !important;
    }
    
    #wpforms-626-field_1 .wpforms-image-choices-item {
        opacity: 1 !important;
    }
}

/* Print Styles */
@media print {
    #wpforms-626-field_1 .wpforms-image-choices-item label {
        border: 2px solid #333;
        box-shadow: none;
    }
    
    #wpforms-626-field_1 .wpforms-image-choices-item.wpforms-selected label {
        background: #f0f0f0;
        border-color: #000;
    }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-4a118d1 *//* ============================================
   CONNECTION PLAN SELECTION - CUSTOM CSS
   Perfect Square Cards with Blue Gradient Theme
   ============================================ */

/* Reset and Container */
#wpforms-626-field_10-container {
    margin: 13px auto ;
    padding: 0;
    max-width: 1000px;
}

#wpforms-626-field_10-container fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* Title Styling */
#wpforms-626-field_10-container legend.wpforms-field-label {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 0;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Numbered Circle Before Title */
#wpforms-626-field_10-container legend.wpforms-field-label::before {
    content: "2";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    color: white;
    border-radius: 50%;
    font-size: 1.3em;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.3);
    -webkit-text-fill-color: white;
    background-clip: border-box;
    -webkit-background-clip: border-box;
}

/* Hide Required Star */
#wpforms-626-field_10-container .wpforms-required-label {
    display: none;
}

/* Grid Layout */
#wpforms-626-field_10.wpforms-image-choices {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Remove List Item Margin */
#wpforms-626-field_10 .wpforms-image-choices-item {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

/* Card Styling - PERFECT SQUARE */
#wpforms-626-field_10 .wpforms-image-choices-item label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2.5px solid #e8ecf1;
    border-radius: 18px;
    padding: 18px 12px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Hover State */
#wpforms-626-field_10 .wpforms-image-choices-item label:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 114, 255, 0.18);
    border-color: #0072ff;
    background: linear-gradient(135deg, rgba(0, 114, 255, 0.02) 0%, rgba(0, 198, 255, 0.02) 100%);
}

/* Selected State */
#wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label {
    background: linear-gradient(135deg, rgba(0, 114, 255, 0.06) 0%, rgba(0, 198, 255, 0.06) 100%);
    border: 2.5px solid #0072ff;
    box-shadow: 0 8px 24px rgba(0, 114, 255, 0.25);
    transform: translateY(-2px);
}

/* Checkmark Badge */
#wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label::after {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0, 114, 255, 0.4);
    animation: checkmarkBounce 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes checkmarkBounce {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.15) rotate(180deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

/* Image Container */
#wpforms-626-field_10 .wpforms-image-choices-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    flex-shrink: 0;
    width: 100%;
    height: 50px;
}

/* Images */
#wpforms-626-field_10 .wpforms-image-choices-image img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.95) saturate(0.9);
}

/* Image Hover & Selected */
#wpforms-626-field_10 .wpforms-image-choices-item label:hover .wpforms-image-choices-image img {
    transform: scale(1.12) translateY(-2px);
    filter: brightness(1) saturate(1.1);
}

#wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-image img {
    transform: scale(1.08);
    filter: brightness(1) saturate(1.15);
}

/* Label Text */
#wpforms-626-field_10 .wpforms-image-choices-label {
    font-size: 0.95em;
    font-weight: 600;
    color: #2d3748;
    margin-top: 4px;
    transition: all 0.3s ease;
    line-height: 1.2;
}

/* Label Hover & Selected */
#wpforms-626-field_10 .wpforms-image-choices-item label:hover .wpforms-image-choices-label {
    color: #0072ff;
}

#wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label .wpforms-image-choices-label {
    background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Hide Radio Inputs */
#wpforms-626-field_10 input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 1px !important;
    height: 1px !important;
}

/* Focus State for Accessibility */
#wpforms-626-field_10 .wpforms-image-choices-item label:focus,
#wpforms-626-field_10 .wpforms-image-choices-item label:focus-visible {
    outline: 3px solid #0072ff;
    outline-offset: 3px;
    border-radius: 18px;
}

/* Staggered Animation on Load */
#wpforms-626-field_10 .wpforms-image-choices-item {
    animation: fadeSlideUp 0.5s ease forwards;
    opacity: 0;
}

#wpforms-626-field_10 .wpforms-image-choices-item:nth-child(1) { animation-delay: 0.05s; }
#wpforms-626-field_10 .wpforms-image-choices-item:nth-child(2) { animation-delay: 0.1s; }
#wpforms-626-field_10 .wpforms-image-choices-item:nth-child(3) { animation-delay: 0.15s; }
#wpforms-626-field_10 .wpforms-image-choices-item:nth-child(4) { animation-delay: 0.2s; }
#wpforms-626-field_10 .wpforms-image-choices-item:nth-child(5) { animation-delay: 0.25s; }

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pulse Animation for Pre-selected Item */
#wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected {
    animation: fadeSlideUp 0.5s ease forwards, subtlePulse 0.8s ease 0.5s;
}

@keyframes subtlePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Large Tablets and Small Desktops (768px - 1024px) */
@media (max-width: 1024px) {
    #wpforms-626-field_10.wpforms-image-choices {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

/* Tablets (480px - 768px) */
@media (max-width: 768px) {
    #wpforms-626-field_10-container {
        padding: 0 15px;
    }

    #wpforms-626-field_10-container legend.wpforms-field-label {
        font-size: 1.5em;
        margin-bottom: 20px;
        gap: 12px;
    }

    #wpforms-626-field_10-container legend.wpforms-field-label::before {
        width: 40px;
        height: 40px;
        font-size: 1.2em;
    }

    #wpforms-626-field_10.wpforms-image-choices {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-item label {
        padding: 15px 10px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-image {
        height: 45px;
        margin-bottom: 8px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-image img {
        max-width: 45px;
        max-height: 45px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-label {
        font-size: 0.9em;
    }
}

/* Mobile Devices (up to 480px) */
@media (max-width: 480px) {
    #wpforms-626-field_10-container {
        padding: 0 10px;
    }

    #wpforms-626-field_10-container legend.wpforms-field-label {
        font-size: 1.3em;
        margin-bottom: 18px;
        gap: 10px;
    }

    #wpforms-626-field_10-container legend.wpforms-field-label::before {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
    }

    #wpforms-626-field_10.wpforms-image-choices {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-item label {
        padding: 14px 8px;
        border-radius: 14px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-image {
        height: 40px;
        margin-bottom: 6px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-image img {
        max-width: 40px;
        max-height: 40px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-label {
        font-size: 0.85em;
    }

    #wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label::after {
        width: 24px;
        height: 24px;
        font-size: 13px;
        top: 8px;
        right: 8px;
    }
}

/* Extra Small Devices (up to 360px) */
@media (max-width: 360px) {
    #wpforms-626-field_10-container legend.wpforms-field-label {
        font-size: 1.15em;
        gap: 8px;
    }

    #wpforms-626-field_10-container legend.wpforms-field-label::before {
        width: 32px;
        height: 32px;
        font-size: 1em;
    }

    #wpforms-626-field_10 .wpforms-image-choices-item label {
        padding: 12px 6px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-image {
        height: 38px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-image img {
        max-width: 38px;
        max-height: 38px;
    }

    #wpforms-626-field_10 .wpforms-image-choices-label {
        font-size: 0.8em;
    }
}

/* ============================================
   ACCESSIBILITY & BROWSER COMPATIBILITY
   ============================================ */

/* Remove default focus outline and replace with custom */
#wpforms-626-field_10 .wpforms-image-choices-item label:focus-visible {
    outline: 3px solid #0072ff;
    outline-offset: 3px;
}

/* Ensure smooth scrolling for keyboard navigation */
#wpforms-626-field_10-container:focus-within {
    scroll-margin-top: 20px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    #wpforms-626-field_10 .wpforms-image-choices-item label {
        border-width: 3px;
    }
    
    #wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label {
        border-width: 4px;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    #wpforms-626-field_10 .wpforms-image-choices-item,
    #wpforms-626-field_10 .wpforms-image-choices-item label,
    #wpforms-626-field_10 .wpforms-image-choices-image img,
    #wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label::after {
        animation: none !important;
        transition: none !important;
    }
    
    #wpforms-626-field_10 .wpforms-image-choices-item {
        opacity: 1 !important;
    }
}

/* Print Styles */
@media print {
    #wpforms-626-field_10 .wpforms-image-choices-item label {
        border: 2px solid #333;
        box-shadow: none;
    }
    
    #wpforms-626-field_10 .wpforms-image-choices-item.wpforms-selected label {
        background: #f0f0f0;
        border-color: #000;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-abd701e *//* Advanced Checkout Button Style */
button#wpforms-submit-626.wpforms-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #0072ff, #00c6ff);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 16px 40px;
    margin: 20px 0px ;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0, 114, 255, 0.3);
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

/* Hover & Focus Effects */
button#wpforms-submit-626.wpforms-submit:hover,
button#wpforms-submit-626.wpforms-submit:focus {
    background: linear-gradient(135deg, #0059d1, #00a0e0);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 114, 255, 0.4);
}

/* Active (Click) Effect */
button#wpforms-submit-626.wpforms-submit:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 114, 255, 0.25);
}



/* Subtle Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS */div#wpforms-626-field_1-container,  div#wpforms-626-field_10-container {
    border: solid 1px #00000012;
    background: white;
    border-radius: 12px ;
    padding: 40px 20px;
}


label.wpforms-field-label-inline {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 20px !important ;
    margin-top: 20px !important ;
    border-radius: 20px !important;
}




span.wpforms-image-choices-image::after {
    display: none !important;
}/* End custom CSS */