.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-group input[type="radio"] {
    display: none;
}

.register-details-section .radio-group label {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 24px;
}

.radio-group input[type="radio"]:checked+label {
    background: #000;
    color: #fff;
    border-color: #000;
}

.register-selecter {
    display: flex;
    gap: 15px;
}

.radio-group input[type="checkbox"] {
    display: none;
}

.radio-group input[type="checkbox"]:checked+label {
    background: #000;
    color: #fff;
    border-color: #000;
}

.register-selecter .form-group {
    flex: 1;
}

.register-content h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-top: 35px;
}

.register-content p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #1F2937B3;
}

.festival-parha {
    border-left: 2px solid #000;
    padding-left: 5px;
}

.register-content-second span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.register-content-second p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    margin: 0px;
}

.register-content-second a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.register-content-second {
    background-color: #f5f5f5;
    padding: 20px;
    border-left: 4px solid #000;
    margin: 30px 0px;
}

.register-details-section .form-group h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.register-details-section .form-group {
    margin-bottom: 30px;
}

.register-details-section .phone-input {
    display: flex;
    gap: 10px;
}

.register-details-section .main-phone-num-div p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.otp-container {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.otp-form-group a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
}

.register-details-section .accept-policy span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.register-details-section .accept-policy a {
    color: #000;
}

.enter-digit {
    margin-top: 25px;
}

.accept-policy .form-group {
    margin-bottom: 10px !important;
}

.register-details-section .submit-btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border: none;
    padding: 10px 20px;
    width: 100%;
    margin-top: 40px;
    border-radius: 8px;
}

.footer-line {
    margin-bottom: 40px;
}

.footer-section {
    padding-bottom: 20px;
}

.register-details-section {
    padding: 55px 0px 20px 0px;
}
.register-details-section .col-md-7{
    max-width: 730px;
}

.register-details-section .form-control:focus {
    border-color: #000 !important;
    box-shadow: none !important;
    outline: #000 !important;
}

.register-details-section .form-control {
    padding: 12px 10px;
}
.age-note {
    padding: 5px 20px;
    border-left: 2px solid #000;
    margin: 30px 0px;
}
.agegroup-label{
    font-size: 14px;
    line-height: 24px;
}
.age-note p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    margin: 0px;
}
.enter-digit label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

@media(max-width:767px) {
    .register-content p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .register-content-second p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

    .register-content-second a {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: #000;
    }

    .register-details-section .accept-policy span {
        font-size: 13px;
        line-height: 22px;
        font-weight: 500;
    }

    .register-details-section .radio-group label {
        padding: 6px 15px;
        border: 1px solid #ccc;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        font-size: 14px;
        line-height: 24px;
    }
    .register-content h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 500;
        margin-top: 35px;
    }
}

/* Select2 Container */
.register-selecter .select2-container {
    width: 100% !important;
}

/* Main Select Box */
.register-selecter .select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

/* Selected Text */
.register-selecter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
    padding-right: 30px;
}

/* Hide Default Arrow */
.register-selecter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* Custom Arrow Container */
.register-selecter .select2-container--default .select2-selection--single .select2-selection__arrow {
    {{-- width: 20px; --}}
    {{-- height: 20px; --}}
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
}

/* Down Arrow */
.register-selecter .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

/* Up Arrow When Open */
.register-selecter .select2-container--open .select2-selection__arrow::before {
    transform: rotate(-135deg);
}

/* Dropdown */
.select2-dropdown {
    border: 2px solid #9e9e9e;
    border-radius: 12px;
    overflow: hidden;
}

/* Search Box */
.select2-search--dropdown {
    padding: 10px;
}

.select2-search--dropdown .select2-search__field {
    height: 42px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    padding: 0 12px;
    outline: none;
}

/* Results */
.select2-results__option {
    padding: 10px 15px;
    font-size: 16px;
}

/* Highlighted Option */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #f5f5f5;
    color: #000;
}

/*// Terms & Conditions */

.modal-dialog{
    max-width:672px;
}

.terms-modal{
    border:0;
    border-radius:8px;
    padding:24px;
    position:relative;
}

.close-btn{
    position:absolute;
    top:16px;
    right:16px;
    width:28px;
    height:28px;
    border:1px solid #CBD5E1;
    border-radius:50%;
    opacity:1;
    padding:0;
    background-size:11px;
}

.terms-header h2{
    font-size:20px;
    font-weight:600;
    margin-bottom:8px;
    color:#111827;
}

.terms-header p{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#555555;
    margin-bottom:28px;
}

.terms-body{
    max-height:65vh;
    overflow-y:auto;
    padding-right:8px;
}

.term-section{
    margin-bottom:34px;
}

.section-head{
    display:flex;
    align-items:center;
    gap:12px;
    border-bottom:1px solid #E5E7EB;
    padding-bottom:8px;
    margin-bottom:16px;
}

.section-head span{
    font-size:11px;
    color:#9CA3AF;
    min-width:20px;
}

.section-head h3{
    font-size:15px;
    font-weight:600;
    margin:0;
    color:#111827;
}

.term-item{
    margin-bottom:15px;
}

.term-item h5{
    font-size:12px;
    font-weight:600;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:6px;
    color:#0A0A0A;
}

.term-item p{
    font-size:13.5px;
    line-height:1.7;
    color:#555555;
    margin:0;
}

/* Scrollbar */
.terms-body::-webkit-scrollbar{
    width:10px;
}

.terms-body::-webkit-scrollbar-thumb{
    background:#8B8B8B;
    border-radius:20px;
}

.terms-body::-webkit-scrollbar-track{
    background:#F3F4F6;
}