.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: 1.5rem;
}

.btn-primary {
    background: linear-gradient(135deg, #15224d, #356c93);
    color: #fff;
    padding: 0.75rem 1.35rem;
    font-size: 0.9rem;
    border-radius: 50px;
    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 input {
    width: 100%;
    padding: 18px 12px 6px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 48px;
    font-weight: 500;
}


.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; */
    border-radius: 50px;
}

.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: 50px;
        font-size: 16px;
        font-weight: 600;
        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: 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: 90px;
}

.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-badge 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-badge span {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    margin: 4px 0 0 0;
}

.pdetails-badge span.member {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    margin: 4px 0 0 0;
    color: #16a34a;
}

.pdetails-badge 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: 0.875rem;
    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;
}

.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: 50px;
    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*/

.member-fields,
.non-member-fields,
.student-fields {
    display: none;
}

/*responsive css*/
@media (max-width: 1600px) {
    .fi-custom-radio .custom-radio-register label {
        padding: 2px 12px;
        font-size: 0.7rem !important;
        min-width: 40px;
    }
}

@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;
    }
}

@media (max-width: 768px) {
    .glass-card {
        padding: 30px 20px;
    }

    .hero-title {
        font-size: 2rem;
    }
}