.reg-form-card {
    border-radius: 15px;
    margin-bottom: 20px;
}

.card-header {
    background: linear-gradient(135deg, #15224d, #356c93);
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px 15px 0px 0px !important;
}

.reg-form-card .card-title, 
.billing-card .card-title {
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    color: #fff;
}

.reg-form-card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reg-form-card .card-header strong {
    font-size: 0.875rem;
    border-radius: 10px;
    padding: 5px 20px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-primary {
    background: linear-gradient(135deg, #15224d, #356c93);
    color: #fff;
    padding: 0.75rem 1.35rem;
    font-size: 0.9rem;
    border-radius: 10px;
    border: 0;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #356c93, #15224d);
    color: #fff;
    box-shadow: 0 8px 20px rgba(21, 34, 77, 0.3);
}


    .floating-top {
    position: relative;
    margin-bottom: 24px;
}

.floating-top-mobile {
    margin-bottom: 24px;
}

.floating-top-mobile select:focus {
    outline: 0;
    border: 0;
}

.floating-top input {
    width: 100%;
    padding: 18px 12px 6px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 48px;
    font-weight: 400;
}


.floating-top input:focus {
    box-shadow: none;
    border: 1px solid #000;
}

/* Label initially on top */
.floating-top label {
    position: absolute;
    /* top: 50%; */
    top: 24px;
    left: 12px;
    transform: translateY(-50%);
    background: transparent;
    padding: 0 0;
    font-size: 14px;
    color: #777;
    transition: all 0.25s ease;
    pointer-events: none;
}


/* On focus or value */
.floating-top input:focus + label,
.floating-top input:not(:placeholder-shown) + label {
        top: 12px;
        font-size: 12px;
        color: #333;
        background: #fff;
        padding: 0;
}

.floating-top-inp input:focus + label, .floating-top-inp input:not(:placeholder-shown) + label {
    top: 3px;
    font-size: 12px;
    color: #333;
    padding: 3px 5px;
    border-radius: 3px;
}

.floating-top label {
    line-height: 1;
}

.floating-top select {
    height: 48px;
    font-size: 14px;
    border-radius: 8px;
}

.floating-top select:focus {
    box-shadow: none;
    border: 1px solid #000;
}

.floating-top-mobile {
    padding: 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 48px;
}

.floating-top-mobile .floating-top input {
    box-shadow: none;
    border: 0;
    height: 46px;
}

.floating-top-mobile select {
    box-shadow: none;
    border: 0;
    height: 38px;
    margin: 4px 0 0 4px;
    border-right: 1px #cccccc solid;
    border-radius: 0;
    text-align: center;
}

.floating-top-mobile select:focus {
    box-shadow: none;
    border-right: 1px #cccccc solid;
}

.inp-file {
    padding: 11px 12px 0 18px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-weight: 400;
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
}

.form-control {
    border: 1px solid #d1d5db;
    height: 42px;
}

.form-control:focus {
    border: 1px solid #000;
    box-shadow: none;
}

.promocode-div {
    position: relative;
}

.promocode-div .btn {
    position: absolute;
    top: 9px;
    right: 9px;
    background: linear-gradient(135deg, #15224d, #356c93);
    color: #fff;
    padding: 7px 17px;
    font-size: 0.7rem;
    font-weight: 500;
    border: 0;
    /* opacity: 0; */
}

.floating-top:focus .btn {
    opacity: 1;
}

.fi-custom-radio {
    position: relative;
}

.fi-custom-radio .fi-main-label {
    top: 3px;
    font-size: 12px;
    color: #333;
    padding: 3px 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    left: 12px;
    transform: translateY(-50%);
    transition: all 0.25s ease;
    pointer-events: none;
    line-height: 1;
}

.fi-custom-radio .custom-radio-register {
    width: 100%;
    padding: 4px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 48px;
    font-weight: 600;
}

.fi-custom-radio .custom-radio-register label {
    display: inline-block;
    background-color: transparent;
    padding: 2px 12px;
    font-family: 'Rubik', sans-serif;
    border: 1px solid #323d85;
    border-radius: 50px;
    color: #323d85;
    cursor: pointer;
    margin: 12px 0 0 0;
    font-size: 0.8rem !important;
    min-width: 50px;
    text-align: center;
}

.fi-custom-radio .custom-radio-register input[type="radio"]:checked + label {
    background: linear-gradient(135deg, #15224d, #356c93) !important;
    border-color: #162550 !important;
    color: #fff;
}

.custom-radio-register input[type="radio"]:checked + label::before {
    font-weight: 600;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    background: linear-gradient(135deg, #15224d, #356c93) !important;
    border-color: #162550 !important;
    color: #fff;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin: 0 6px 0 0;
    font-weight: 600;
  }

    /* .pd-price{
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 8px 15px;
        border-radius: 10px;
        background: #ecf1ff;
        border: 1px solid #e5e7eb;
        font-size: 0.85rem;
        color: #15234e;
        margin: 12px 0 0 0;
        font-size: 0.85rem;
        color: #15234e;
        margin: 12px 0 0 0;
    } */

    .custom-radio-register input[type="radio"]:checked + label {
        background: linear-gradient(135deg, #15224d, #356c93) !important;
        border-color: #162550 !important;
        color: #fff;
    }

    .custom-radio-register label {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
    }

    .acc-person label {
        min-width: 80px;
        text-align: center;
        background: transparent;
        color: #323d85;
        border: 1px solid #323d85;
        border-radius: 50px;
    }

    .other-hear {
        width: 100%;
        max-width: 300px;
    }

    .btn-primary.btn-sm {
        padding: 0.6rem 1.5rem;
        font-size: 0.85rem;
    }

    .btn-submit {
        display: inline-block;
        padding: 14px 35px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .wofa-form-header {
        margin-bottom: 30px;
    }

    .wofa-form-header h1 {
        margin-bottom: 15px;
        font-size: 2.7rem;
    }

    .ipabout h1 {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 2.5vw, 2.7rem);
    }

    .summary-item {
    background: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: 0.2s;
}

.summary-item:hover {
    transform: translateY(-2px);
}

/* Right side card */
.billing-card {
    background: #15224d;
    color: #fff;
    border-radius: 12px;
    position: sticky;
    top: 125px;
}

.billing-card hr {
    border-color: rgba(255,255,255,0.2);
}

.billing-card .card-header {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 1.5rem;
    font-weight: 500;
}

.billing-card .text-success {
    color: #89ff00 !important; 
}

.pd-price .reg-name {
    width: 125px;
    flex-shrink: 0;
}

/**/

.pd-price {
    display:flex;
    align-items:center;
    justify-content: end;
    gap:20px;
    padding:15px 20px;
    border-radius:12px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    font-size: 0.85rem;
    color: #15234e;
    margin: 12px 0 0 0;
}

.pd-price .reg-name {

}

/* Badge */
.pdetails-badges strong {
    background: #ffffff;
    color: #15224d;
    padding: 3px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    border: 1px #15224d solid;
    display: inline-block;
    margin: 6px 0 0 0;
}

.pdetails-badges span {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    margin: 4px 0 0 0;
}

.pdetails-badges span.member {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    margin: 4px 0 0 0;
    color: #16a34a;
    background: none;
}

.pdetails-badges span.member i {
    color: #16a34a;
}

/* Price Section */
.price-details{
    display:flex;
    align-items:center;
    gap:35px;
}

/* Each Item */
.price-item{
    display:flex;
    flex-direction:column;
    text-align:right;
}

.price-item span{
    font-size:12px;
    color:#6b7280;
}

.price-item strong{
    font-size:14px;
    font-weight:500;
}

/* Special Colors */
.price-item.total strong{
    color:#111827;
}

.price-item.discount strong{
    color:#16a34a;
}

.price-item.final strong{
    color:#356b92;
    font-size:14px;
}

.inp-file-info {
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.fw-semibold {
    font-weight: 500 !important;
}

.summery-divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px #15224d dashed;
    margin: 20px 0;
}

.ap-sec {
    font-size: 1.35rem;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ap-sec strong {
    font-size: 12px;
    color: #088BA8;
    background: #f3f6f9;
    border-radius: 50px;
    padding: 5px 12px;
    font-weight: 400;
    border: 1px solid #088BA8;
}

.pay-head {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 20px;
}

/* rows */
.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    margin-bottom: 8px;
}

/* total */
.summary-total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
}

/* optional highlight */
.summary-row.fw-semibold {
    padding-top: 14px;
    border-top: 1px dashed #ddd;
    margin-top: 14px;
}

.card-title {
    margin-bottom: 0 !important;
}

.pay-btn {
    background: #346a91 !important;
    margin-top: 1.6rem!important;
}

.pay-btn:hover {
    background: #35547e !important;
}

/* Parent */
.consent-box {
    background: rgba(255, 255, 255, 0.06); /* transparent */
    backdrop-filter: blur(8px); /* glass effect */
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 15px;
}

/* spacing */
.consent-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* label */
.consent-label {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
}

/* toggle container */
.toggle-group {
    display: inline-flex;
    /* background: rgba(255, 255, 255, 0.08); */
    overflow: hidden;
    gap: 6px;
}

/* toggle buttons */
.toggle-group label {
    padding: 6px 16px;
    font-size: 13px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    transition: 0.25s;
    border-radius: 5px;
    border: 1px rgba(255, 255, 255, 0.2) solid;
}

/* active */
.toggle-group label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* tick */
.toggle-group input:checked + label::after {
    content: "✔";
    font-size: 11px;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.2s;
}

/* animate when active */
.toggle-group input:checked + label::after {
    opacity: 1;
    transform: scale(1);
    
}

/* hover */
.toggle-group input:checked + label {
    background: rgba(255, 255, 255, 0.2);
}

.toggle-group label:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* checkbox */
.form-check-input {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.4);
}

.form-check-input:checked {
    background-color: #346a91;
    border-color: #346a91;
}

/* checkbox text */
.billing-card .form-check-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

/* links */
.form-check-label a {
    color: #fcc60c;
    text-decoration: none;
    font-weight: 500;
}

.form-check-label a:hover {
    text-decoration: underline;
}

.form-check-input:focus {
    box-shadow: none;
}

.custom-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 7px;
}

.checkbox-item {
  flex: 1 1 100%;
}
.custom-checkbox-list input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    width: 0;
}

.custom-checkbox-list .cbx {
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
}

.custom-checkbox-list .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.custom-checkbox-list .cbx span:first-child {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.custom-checkbox-list .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.custom-checkbox-list .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #346990;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.custom-checkbox-list .cbx span:last-child {
    padding-left: 8px;
}

.custom-checkbox-list .cbx span:last-child {
    line-height: 1.4;
}

.custom-checkbox-list .cbx:hover span:first-child {
    border-color: #346990;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child {
    background: #346990;
    border-color: #346990;
    animation: wave-46 0.4s ease;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.custom-checkbox-list .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.social li a
{
    color: #fff;
    font-size: 24px;
}

.social li a:hover
{
    color: #fcc60c;
}

/* Footer Base */
.footer-modern {
    background: linear-gradient(135deg, #15224d, #356c93);
    color: #fff;
    padding: 50px 0 30px;
}

/* Titles */
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fcc60c;
}

.footer-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #fcc60c;
}

/* Contact items */
.footer-item {
    margin-bottom: 12px;
}

.footer-item span {
    font-size: 13px;
    color: #ddd;
}

.footer-item p {
    margin: 0;
    font-weight: 500;
}

/* Text */
.footer-text {
    font-size: 14px;
    line-height: 1.6;
}

/* Social */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #fcc60c;
    color: #000;
    transform: translateY(-2px);
}

/* Store badges */
.store-row img {
    height: 40px;
    margin-right: 10px;
    border-radius: 6px;
}

/* Flag */
.footer-flag img {
    max-width: 100%;
    border-radius: 6px;
}

/* Hashtag */
.footer-hashtag {
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
}

.footer-hashtag span {
    color: #fcc60c;
}

/*hero section css*/
.hero-section {
    min-height: calc(100vh - 183px);
    background: url('images/wofa-dec-26-home-banner.jpg') center/cover no-repeat;
    padding: 60px 0;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Glass Card */
.glass-card {
    border-radius: 20px;
    padding: 50px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}


/* Tagline */
.hero-tagline {
    color: #fcc60c;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Title */
.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
}

.hero-title span {
    color: #fcc60c;
}

/* Subtitle */
.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-top: 10px;
}

/* Meta */
.hero-meta {
    font-size: 0.95rem;
    opacity: 0.95;
}

/* Buttons */
.hero-buttons .btn-primary {
    background: linear-gradient(135deg, #fcc60c, #ffdd57);
    border: none;
    color: #15224d;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 25px;
}

.hero-buttons .btn-outline-light {
    border-radius: 50px;
    padding: 10px 25px;
}

/*hero section new start*/
.hero-section-new {
    position: relative;
    min-height: calc(100vh - 183px);
    background: url('images/wofa-dec-26-home-banner.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.date-badge {
    display: inline-block;
    padding: 6px 22px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    margin: 0 0 15px 0;
}

.event-date {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.event-location {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.event-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.event-title span {
    color: #00c8ff;
}

.event-tagline {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #00c8ff;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #fff;
    color: #000;
}
/*hero section new end*/

/*reg type css*/

.reg_main_head {
            font-size: 48px;
            font-weight: 700;
            background: linear-gradient(135deg, #15224d, #356c93);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #15224d;
        }

        .pdetails-badge {
            background: #f7fbff;
            color: #141e40;
            padding: 3px 13px;
            border-radius: 10px;
            font-size: 12px;
            font-weight: 500;
            white-space: nowrap;
            border: 1px #141d40 solid;
            display: inline-block;
            margin: 0 0 17px 0;
            box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
        }

        .wregform-row .divide-sec {
            border-bottom: 1px dashed #141d40;
            border-bottom: 1px dashed #b7b7b7;
            padding-bottom: 10px;
            margin-bottom: 27px;
        }

        .wregform-row:last-child .divide-sec {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .pass-count-delete {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
        }

        .pass-count-delete .pdetails-badge {
            margin-bottom: 0;
        }

        .delete-btn {
            background: #F44336;
            color: #fff;
            border: 0;
            width: 35px;
            height: 35px;
            border-radius: 7px;
            font-size: 1.1rem;
        }

        .delete-btn:hover {
            background: #cc3227;
        }

        .modal-header {
            background: linear-gradient(135deg, #15224d, #356c93);
            color: #fff;
            border: none;
        }

        .modal-header .btn-close {
            filter: invert(1);
            opacity: 1;
        }



          .wofa-reg-cards {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            margin: 0 auto 0 auto;
        }

        .wregcard {
            position: relative;
            background: linear-gradient(354deg, rgba(29, 42, 71, 1) 0%, rgb(38, 77, 109) 100%);
            /* border: 2px solid rgba(255, 255, 255, 0.45);  */
            border: 0; 
            border-radius: 20px;
            padding: 28px 24px 24px;
            display: flex;
            flex-direction: column;
            cursor: pointer;
            text-align: left;
            overflow: hidden;
            box-shadow: 0 15px 24px rgba(21, 34, 77, 0.35);
            transition: all 0.3s ease;
        }

        /* Member (already good, slight enhancement) */
        .member { background: linear-gradient(354deg, rgba(19, 28, 61, 1) 0%, rgba(21, 32, 70, 1) 100%); } 
        .non-member { background: #67a367; } 
        .student { background: #a366c7; } 
        .accompanying { background: #5574a5; }

/* Overlay Gradient */
.wregcard::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    /* background: linear-gradient(354deg, rgba(29, 42, 71, 1) 0%, rgb(58, 94, 123) 100%); */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

/* Keep content above overlay */
.wregcard * {
    position: relative;
    z-index: 1;
}

/* Hover effect */
.wregcard:hover::before {
    opacity: 0.95;
}

.wregcard:hover {
    transform: translateY(-2px);
}

        .wregcard.featured {
            background: #131C3D;
            background: linear-gradient(354deg, rgba(19, 28, 61, 1) 0%, rgba(21, 32, 70, 1) 100%);
            border-color: rgba(252, 198, 12, 0.5);
        }

        .wregcard.featured::before {
            background: linear-gradient(354deg, rgba(19, 28, 61, 1) 0%, rgb(41 57 112) 100%);
        }

        .wregcard.selected {
            border-color: #fcc60c;
            border-width: 2px;
        }

        .pop-badge {
            position: absolute;
            top: -13px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #fff;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 1px;
            padding: 4px 16px;
            border-radius: 50px;
            white-space: nowrap;
            display: none;
        }

        .card-name {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 8px;
            color: #fff;
        }

        .wregcard.featured .card-name {
            color: #fcc60c;
        }

        .card-desc {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.55;
            margin-bottom: 24px;
            min-height: 40px;
        }

        .price-row {
            display: flex;
            align-items: flex-start;
            gap: 2px;
            margin-bottom: 4px;
        }

        .price-sym {
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            margin-top: 8px;
        }

        .price-amt {
            font-size: 2.8rem;
            font-weight: 700;
            color: #fff;
            line-height: 1;
        }

        .price-note {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 24px;
        }
        .pcselect {
            margin: 0 0 0 0;
            font-family: 'Poppins', sans-serif;
        }

        .pcselect input[type="checkbox"] {
            opacity: 0;
            position: fixed;
            width: 0;
        }

        .pcselect label {
            width: 100%;
            padding: 12px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: rgba(255, 255, 255, 0.07);
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: background .2s, border-color .2s;
            margin-bottom: 10px;
            text-align: center;
        }

        .pcselect label:hover {
            background: rgba(255, 255, 255, 0.14);
        }

        .pcselect input[type="checkbox"]:checked+label {
            background: linear-gradient(45deg, #bf360c, #f57c00) !important;
            border-color: linear-gradient(45deg, #bf360c, #f57c00) !important;
            color: #fff;
        }

        .pcselect input[type="checkbox"]:checked+label::before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            margin: 0 6px 0 0;
            font-weight: 600;
        }

        .qty-wrapper {
            display: flex;
            align-items: center;
            justify-content:  space-between;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
            background: rgba(255, 255, 255, 0.07);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
            margin: 0 auto 0;
        }

        /* Input */
        .qty-input {
            width: 60px;
            text-align: center;
            border: none;
            outline: none;
            font-size: 16px;
            font-weight: 600;
            padding: 10px 0;
            color: #fff;
            background: transparent;
        }

        /* Buttons */
        .qty-btn {
            width: 45px;
            height: 45px;
            border: none;
            cursor: pointer;
            font-size: 20px;
            /* color: #fff;
            background: linear-gradient(207deg, #0faccf 0%, #085768 100%); */
            color: #fff;
            background: rgba(255, 255, 255, 0.07);
            transition: 0.25s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Hover effect */
      

        /* Click effect */
        .qty-btn:active {
            transform: scale(.95);
        }

        /* Disabled state */
        .qty-input:disabled {
            opacity: .5;
        }

        /* Optional: when card selected */
        .wregcard.active .qty-wrapper {
            border: 1px solid #088BA8;
            box-shadow: 0 8px 25px rgba(255, 122, 24, 0.25);
        }

        .qty-wrapper {
            display: none;
            align-items: center;
            justify-content:  space-between;
        }

        .checkout-summary {
            margin-top: 30px;
            margin-bottom: 6px;
            padding: 18px 22px;
            border-radius: 14px;
            background: #f0f3fd;
            border: 2px solid #eae2f7;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

        .summary-left {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        .summary-right small {
            display: block;
            color: #000000;
            font-size: 12px;
        }

        .summary-right h3 {
            margin: 0;
            font-size: 26px;
            color: #088BA8;
        }

        .btn-continue {
            background: #088ba8;
            background-image: linear-gradient(135deg, #15224d, #356c93);
            background-size: 200% auto;
            transition: all 0.4s ease-in-out;
            border: none;
            color: #fff;
            padding: 12px 26px;
            border-radius: 10px;
            font-size: 1rempx;
            cursor: pointer;
            transition: .3s;
            font-weight: 400;
        }

        .btn-continue:hover {
            color: #fff;
            background-position: right center;
            text-decoration: none;
            box-shadow: 0 10px 25px rgba(118, 75, 162, 0.4);
        }

        .badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 40px;
            height: 40px;
            padding: 0 8px;
            margin-right: 8px;

            background: linear-gradient(135deg, #15224d, #356c93);
            color: #fff;
            font-size: 1.1rem;
            font-weight: 600;

            border-radius: 10px;
            line-height: 1;
        }

        .checkout-summary {
            display: none;
        }

        .form-select {
            /* border: 1px solid #088BA8; */
        }

        .ipabout {
            color: #000;
            background: #ffffff;
        }

        .sub-heading {
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 1.6rem;
            margin-top: 1.1rem;
        }

        .incomplete-reg {
            text-align: right;
            margin: 25px 0 15px 0;
        }

        .incomplete-reg .btn {
            border-radius: 10px;
        }

        /* Price cycling animation */
        .price2, .price3 {
            display: none;
        }

        .price-fade-in {
            display: block !important;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
        }

        .price-fade-out {
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }
        
        /* .ipbanner {
            display: none;
        } */

        .footertheme {
            display: none;
        }

.mobile-country .form-control {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
        
/* Responsive */

.pasport-fields {
    display: none;
}

.cr-inline-yn {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1px 0 0 0 !important;
    justify-content: start !important;
}

.cr-inline-yn label {
    min-width: inherit !important;
    width: 100px !important;
    padding: 5px 25px !important;
}


.custom-radio {
  margin: 0 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-radio label {
    display: inline-block;
    background-color: #fff;
    padding: 7px 12px;
    font-size: 14px;
  font-weight: 500;
    border: 1px solid #444;
    border-radius: 25px;
    color: #333; 
	cursor: pointer;
	margin-bottom: 0;
  min-width: 100px;
  text-align: center;
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.custom-radio input[type="radio"]:checked + label {
    background: linear-gradient(135deg, #15224d, #356c93) !important;
	color:#fff;
}

.custom-radio input[type="radio"]:checked + label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin: 0 6px 0 0;
  font-weight: 600;
}

/* .custom-radio input[type="radio"]:checked + label.redc {
    background: #ff0000 !important;
}

.custom-radio input[type="radio"]:checked + label.blackc {
    background: #000000 !important;
} */

.cr-red-black label {
    min-width: inherit !important;
    width: 100px !important;
    padding: 5px 10px !important;
}

/*responsive css*/
@media (max-width: 991px) {
    .price-details {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-direction: column;
        width: 100%;
    }

    .price-details {
        flex-direction: column;
        width: 100%;
    }

    .pd-price {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .price-item {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .wofa-reg-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        margin: 0 auto 0 auto;
    }
        .price-amt {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        line-height: 1;
    }

    .res-mb-20 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 768px) {
    .glass-card {
        padding: 30px 20px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .wofa-reg-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
        margin: 0 auto 0 auto;
    }

    .checkout-summary {
            justify-content: center;
    }

    .reg_main_head {
        font-size: 30px;
    }
}