.option-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  margin-bottom: 2rem;
}
.option-flex .custom-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.option-flex .custom-radio [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.option-flex .custom-radio .radio-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  position: relative;
  border-radius: 2px;
}
.option-flex .custom-radio .label-icon {
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center 10px;
  margin-bottom: 0;
  padding: 3px 9px;
  padding-top: 6px;
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
  align-items: baseline;
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.49, 1, 0.08);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.49, 1, 0.08);
  transition: all 0.3s cubic-bezier(0.07, 0.49, 1, 0.08);
}

.option-flex .custom-radio .or-separator {
  margin: 0 35px;
}
.option-flex .custom-radio label,
.option-flex .custom-radio .or-separator {
  font-family: "Dosis", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: black;
}

/* CHECKED STYLES */
[type="radio"]:checked + .label-icon {
  background: #4a43cc;
  background-size: auto 40px;
  background-repeat: no-repeat;
  color: #fff;
}

/* title */

/* .title {
  position: relative;
  font-size: 24px;
  margin-bottom: 20px; 
}

.title::after {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  background-image: url("../images/about/img-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -10px;
  left: 0;
} */

/* gallery */

/* Main CSS */
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/* upload img */

@media screen and (max-width: 768px) {
  .img-upload-box {
    width: 250px !important;
  }
}

/* custom date  */



.yrh-search-ui-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    padding:0 15px;
    margin:18px 0 14px;
    position:relative;
    z-index:20;
}

.yrh-search-ui-form{
    width:min(860px, 100%);
    min-height:86px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:999px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    padding:10px 12px 10px 22px;
    gap:0;
}

.yrh-search-field{
    flex:1;
    min-width:0;
    padding:0 18px;
    position:relative;
}

.yrh-search-field label{
    display:block;
    margin:0 0 7px;
    font-size:13px;
    line-height:1;
    color:#111;
    font-weight:600;
}

.yrh-select,
.yrh-date-input{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    color:#5c5c5c;
    font-size:16px;
    font-weight:400;
    height:28px;
    padding:0;
    cursor:pointer;
}

.yrh-select{
    appearance:none;
    -webkit-appearance:none;
    background-image:
        linear-gradient(45deg, transparent 50%, #111 50%),
        linear-gradient(135deg, #111 50%, transparent 50%);
    background-position:
        calc(100% - 14px) 11px,
        calc(100% - 8px) 11px;
    background-size:6px 6px, 6px 6px;
    background-repeat:no-repeat;
    padding-right:28px;
}

.yrh-date-field::after{
    content:"";
    width:18px;
    height:18px;
    position:absolute;
    right:16px;
    bottom:3px;
    opacity:.9;
    pointer-events:none;
    background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3V6M17 3V6M4 9H20M6 5H18C19.1046 5 20 5.89543 20 7V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5Z' stroke='%23111111' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.yrh-date-input{
    padding-right:28px;
}

.yrh-search-line{
    width:1px;
    height:44px;
    background:rgba(0,0,0,.11);
    flex:0 0 1px;
}

.yrh-search-submit{
    width:58px;
    height:58px;
    border:0;
    outline:0;
    border-radius:50%;
    background:#f52455;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:0 12px 24px rgba(245,36,85,.28);
    transition:.25s ease;
    flex:0 0 58px;
}

.yrh-search-submit:hover{
    background:#111;
    transform:translateY(-2px);
}

.yrh-search-submit svg{
    width:24px;
    height:24px;
}

/* jQuery UI Calendar Custom */
.ui-datepicker{
    z-index:99999 !important;
    width:max-content !important;
    background:#fff;
    border:1px solid rgba(0,0,0,.08) !important;
    border-radius:22px;
    padding:14px;
    box-shadow:0 18px 50px rgba(0,0,0,.18);
    font-family:inherit;
}

.ui-datepicker .ui-datepicker-header{
    background:#111;
    color:#fff;
    border:0;
    border-radius:16px;
    padding:12px 10px;
}

.ui-datepicker .ui-datepicker-title{
    font-size:15px;
    font-weight:600;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    top:11px;
    width:28px;
    height:28px;
    border-radius:50%;
    cursor:pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
    background:#f52455;
    border:0;
}

.ui-datepicker table{
    margin-top:12px;
}

.ui-datepicker th{
    color:#111;
    font-size:12px;
    font-weight:600;
    padding:8px 0;
}

.ui-datepicker td{
    padding:3px;
}

.ui-datepicker td a,
.ui-datepicker td span{
    text-align:center;
    border:0 !important;
    border-radius:12px;
    padding:9px 0 !important;
    background:#f7f7f7 !important;
    color:#222 !important;
    font-size:13px;
    font-weight:500;
}

.ui-datepicker td a:hover{
    background:#ffe8ee !important;
    color:#f52455 !important;
}

.ui-datepicker .ui-state-active{
    background:#f52455 !important;
    color:#fff !important;
}

.ui-datepicker .ui-state-disabled span{
    opacity:.35;
    background:#f2f2f2 !important;
}

@media(max-width:768px){
    .yrh-search-ui-form{
        border-radius:28px;
        flex-direction:column;
        align-items:stretch;
        padding:18px;
        gap:12px;
    }

    .yrh-search-field{
        padding:14px 16px;
        border:1px solid rgba(0,0,0,.08);
        border-radius:18px;
        background:#fff;
    }

    .yrh-search-line{
        display:none;
    }

    .yrh-search-submit{
        width:100%;
        height:54px;
        border-radius:18px;
        flex:unset;
    }

    .yrh-search-submit svg{
        width:22px;
    }

    .yrh-date-field::after{
        right:16px;
        bottom:16px;
    }
}



/* =========================
   FIX JQUERY UI DATEPICKER
========================= */

.ui-datepicker{
    z-index:999999 !important;
    width:max-content !important;
    background:#ffffff !important;
    border:none !important;
    border-radius:28px !important;
    padding:18px !important;
    box-shadow:0 25px 60px rgba(0,0,0,.16) !important;
    overflow:hidden;
}

.ui-datepicker .ui-datepicker-header{
    position:relative;
    background:#0f0f10 !important;
    border:none !important;
    border-radius:20px !important;
    padding:18px 45px !important;
    margin-bottom:16px;
}

.ui-datepicker .ui-datepicker-title{
    color:#fff !important;
    font-size:22px !important;
    font-weight:600 !important;
    text-align:center !important;
    line-height:1.2;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:34px !important;
    height:34px !important;
    border-radius:50% !important;
    cursor:pointer;
    transition:.25s ease;
}

.ui-datepicker .ui-datepicker-prev{
    left:10px;
}

.ui-datepicker .ui-datepicker-next{
    right:10px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover{
    background:#f52455 !important;
}

/* remove default icon */
.ui-datepicker .ui-icon{
    display:none !important;
}

/* custom arrows */
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:10px;
    height:10px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform:translate(-50%, -50%) rotate(225deg);
}

.ui-datepicker .ui-datepicker-next::before{
    transform:translate(-50%, -50%) rotate(45deg);
}

.ui-datepicker table{
    width:100%;
    border-collapse:separate;
    border-spacing:6px;
}

.ui-datepicker th{
    color:#222 !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-transform:uppercase;
    padding-bottom:8px;
}

.ui-datepicker td{
    padding:0 !important;
}

.ui-datepicker td a,
.ui-datepicker td span{
    width:42px;
    height:42px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    border:none !important;
    border-radius:14px !important;
    background:#f5f5f5 !important;
    color:#222 !important;
    font-size:14px !important;
    font-weight:500 !important;
    transition:.22s ease;
}

.ui-datepicker td a:hover{
    background:#ffe3ea !important;
    color:#f52455 !important;
}

.ui-datepicker .ui-state-active{
    background:#f52455 !important;
    color:#fff !important;
    box-shadow:0 10px 22px rgba(245,36,85,.28);
}

.ui-datepicker .ui-state-disabled span{
    opacity:.32;
    background:#f2f2f2 !important;
}

.ui-datepicker-current-day a{
    background:#111 !important;
    color:#fff !important;
}



.yrh-real-select{
    position:absolute !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:1px !important;
    height:1px !important;
}

.yrh-custom-select{
    position:relative;
    width:100%;
}

.yrh-select-trigger{
    width:100%;
    height:30px;
    border:0;
    outline:0;
    background:transparent;
    padding:0 26px 0 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#5c5c5c;
    font-size:16px;
    font-weight:400;
    cursor:pointer;
    text-align:left;
}

.yrh-select-trigger span{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.yrh-select-trigger i{
    width:9px;
    height:9px;
    border-right:2px solid #111;
    border-bottom:2px solid #111;
    transform:rotate(45deg);
    margin-top:-5px;
    flex:0 0 9px;
    transition:.25s ease;
}

.yrh-custom-select.active .yrh-select-trigger i{
    transform:rotate(225deg);
    margin-top:5px;
}

.yrh-select-dropdown{
    position:absolute;
    top:42px;
    left:-14px;
    width:280px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:22px;
    box-shadow:0 22px 55px rgba(0,0,0,.16);
    padding:12px;
    z-index:99999;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.22s ease;
}

.yrh-custom-select.active .yrh-select-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.yrh-select-search{
    padding:4px 4px 10px;
}

.yrh-select-search input{
    width:100%;
    height:42px;
    border:1px solid rgba(0,0,0,.10);
    border-radius:14px;
    outline:0;
    padding:0 14px;
    font-size:14px;
    color:#111;
    background:#f8f8f8;
}

.yrh-select-search input:focus{
    border-color:#f52455;
    background:#fff;
    box-shadow:0 0 0 4px rgba(245,36,85,.10);
}

.yrh-select-options{
    list-style:none;
    padding:0;
    margin:0;
    max-height:230px;
    overflow-y:auto;
}

.yrh-select-options li{
    padding:12px 14px;
    border-radius:14px;
    color:#222;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
    transition:.2s ease;
}

.yrh-select-options li:hover{
    background:#ffe6ee;
    color:#f52455;
}

.yrh-select-options li.selected{
    background:#111;
    color:#fff;
}

.yrh-select-options li.yrh-no-result{
    color:#999;
    cursor:default;
    background:transparent;
}

@media(max-width:768px){
    .yrh-select-dropdown{
        left:0;
        right:0;
        width:100%;
        top:54px;
    }

    .yrh-select-trigger{
        height:28px;
    }
    
    .ui-datepicker{
            margin: auto;
    left: 0 !important;
    right: 0 !important;
    }
}





.ui-datepicker td.yrh-date-before-checkin span{
    background:#fff1f4 !important;
    color:#f52455 !important;
    border:1px dashed rgba(245,36,85,.45) !important;
    opacity:.75 !important;
    cursor:not-allowed !important;
}

.ui-datepicker td.yrh-date-before-checkin span::after{
    content:"";
}




.ui-datepicker .ui-datepicker-prev {
    left: 10px !important;
    top: 50% !important;
}



.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
    top: 50% !important;
}



.ui-datepicker table{
        border-collapse: separate !important;
}







/*---*/


.yrp-spec-box {
        margin-top: 30px;
        /*padding: 24px;*/
        background: #fff;
        border: 1px solid #eeeeee;
        border-radius: 14px;
    }

    .yrp-spec-title {
        margin-bottom: 18px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eeeeee;
        font-size: 20px;
        font-weight: 700;
        color: #111827;
    }

    .yrp-spec-table {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
    }

    .yrp-spec-table tr {
        border-bottom: 1px solid #eeeeee;
    }

    .yrp-spec-table tr:last-child {
        border-bottom: none;
    }

    .yrp-spec-table th,
    .yrp-spec-table td {
        padding: 13px 0;
        vertical-align: middle;
        font-size: 15px;
    }

    .yrp-spec-table th {
        width: 38%;
        font-weight: 600;
        color: #5f6b7a;
        text-align: left;
    }

    .yrp-spec-table td {
        font-weight: 600;
        color: #111827;
    }

    .yrp-color-dot {
        /*width: 24px;*/
        /*height: 24px;*/
        /*border-radius: 50%;*/
        /*border: 1px solid #ddd;*/
        /*box-shadow: 0 0 0 3px #f5f5f5;*/
    }

    @media (max-width: 575px) {
        .yrp-spec-box {
            /*padding: 18px;*/
            border-radius: 12px;
        }

        .yrp-spec-table th,
        .yrp-spec-table td {
            display: block;
            width: 100%;
            padding: 6px 0;
        }

        .yrp-spec-table td {
            padding-bottom: 13px;
        }
    }
    
    
    
     #offer-message {
        margin-top: 22px !important;
    }

    #offer-message .card {
          border-radius: 0px !important;
    background: transparent;
    border: 0px solid #eef0f5 !important;
    box-shadow: none !important;
    overflow: hidden;
    position: relative;
    }

    #offer-message .card::before {
        /*content: "";*/
        /*position: absolute;*/
        /*inset: 0 0 auto 0;*/
        /*height: 5px;*/
        /*background: linear-gradient(90deg, #ef1748, #ff7a18, #22c55e);*/
    }

    #offer-message .card-body {
        padding: 0px !important;
    }

    #offer-message .card-title {
            color: #000 !important;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600;
    margin-bottom: 15px !important;
    }

    #offer-message .card-title i{
        display:none;
    }

    #offer-message .row {
        row-gap: 14px;
    }

    #offer-message .col-md-6 {
           padding-top: 0px;
    padding-bottom: 0px;
     /*border-bottom: 1px dashed #e8edf4;*/
     
    }

    #offer-message .text-muted {
           display: flex;
    align-items: center;
    gap: 10px;
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    }

    #offer-message .fw-bold.text-dark,
    #offer-message .fw-bold.text-success {
           font-size: 16px;
    font-weight: 500;
    color: #00000094 !important;
    }

    #offer-message .fw-bold.text-success {
        color: #16a34a !important;
    }

    #offer-message .col-12 .p-3 {
        border-radius: 16px !important;
        padding: 17px 18px !important;
        border: 1px solid #e5eaf1 !important;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    }

    #offer-message .col-12.mt-3:first-of-type .p-3 {
        background: linear-gradient(135deg, #ecfdf5, #ffffff) !important;
        border-color: rgba(34, 197, 94, .25) !important;
    }

    #offer-message .col-12.mt-3:first-of-type h5 {
        color: #16a34a !important;
        font-size: 21px;
        font-weight: 900 !important;
    }

    #offer-message .col-12.mt-3:nth-of-type(2) .p-3 {
        background: linear-gradient(135deg, #fff7ed, #ffffff) !important;
        border-color: rgba(245, 158, 11, .28) !important;
    }

    #offer-message .col-12.mt-3:nth-of-type(2) h5 {
        color: #111827 !important;
        font-size: 20px;
        font-weight: 900 !important;
    }

    #offer-message .alert-info {
         border: 0 !important;
    color: #008000 !important;
    font-weight: 600;
    box-shadow: none;
    background-color: transparent;
    margin-top: 9px !important;
    padding: 15px 0px !important;
    }

    #offer-message i {
        /*color: inherit;*/
        display:none;
    }

    @media (max-width: 575px) {
        #offer-message .card-body {
            padding: 22px 18px !important;
        }

        #offer-message .card-title {
            font-size: 20px;
        }

        #offer-message .col-md-6 {
              padding-top: 0px;
    padding-bottom: 0px;
     /*border-bottom: 1px dashed #e8edf4;*/
        
            
        }

        #offer-message .col-12.mt-3:first-of-type h5,
        #offer-message .col-12.mt-3:nth-of-type(2) h5 {
            font-size: 18px;
            line-height: 1.45;
        }
    }
    
    
    
    .rentproductbox {
    background-color: #eeeeee82;
    padding: 13px;
    border-radius: 10px;
}




.p-3.bg-light.rounded.border.productpaynow {
    box-shadow: none !important;
    background-color: green !important;
}


.p-3.bg-light.rounded.border.productpaynow .fw-bold.text-success {
    color: #ffffff !important;
}


.productpaynow h5 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}



.yrh-aadhaar-verify-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    padding: 28px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 153, 51, .22), transparent 32%),
        radial-gradient(circle at 8% 90%, rgba(19, 136, 8, .18), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 20px 55px rgba(15, 23, 42, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.yrh-aadhaar-verify-card::before {
    content: "";
    position: absolute;
    right: -65px;
    top: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(15, 23, 42, .06);
}

.yrh-aadhaar-left {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.yrh-aadhaar-icon {
    min-width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ff9933, #ffffff 50%, #138808);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
}

.yrh-aadhaar-icon i {
    font-size: 30px;
    color: #111827;
}

.yrh-aadhaar-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .3px;
    margin-bottom: 9px;
}

.yrh-aadhaar-left h3 {
    margin: 0 0 8px;
    font-size: 23px;
    font-weight: 600;
    color: #111827;
}

.yrh-aadhaar-left p {
    max-width: 640px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}

.yrh-aadhaar-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.yrh-aadhaar-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.yrh-aadhaar-points i {
    color: #16a34a;
}

.yrh-aadhaar-btn {
    position: relative;
    z-index: 2;
    border: none;
    outline: none;
    white-space: nowrap;
    padding: 14px 20px;
    border-radius: 16px;
    background: #111827;
    color: #fff;
    font-size: 14px;
    /*font-weight: 900;*/
    display: inline-flex;
    align-items: center;
    gap: 9px;
    box-shadow: 0 14px 32px rgba(17, 24, 39, .22);
    transition: .25s ease;
}

.yrh-aadhaar-btn:hover {
    transform: translateY(-2px);
    background: #0f172a;
}

.yrh-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(15, 23, 42, .62);
    backdrop-filter: blur(12px);

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

.yrh-modal-overlay.active {
    display: flex;
}

.yrh-aadhaar-modal {
    position: relative;

    width: 100%;
    max-width: 460px;

    margin: auto;

    background: #ffffff;

    border-radius: 34px;

    padding: 34px;

    box-shadow:
        0 25px 80px rgba(0,0,0,.22),
        0 8px 30px rgba(15,23,42,.12);

    animation: yrhModalSmooth .28s ease;

    max-height: calc(100vh - 50px);

    overflow-y: auto;

    scrollbar-width: none;
}

.yrh-aadhaar-modal::-webkit-scrollbar{
    display:none;
}

@keyframes yrhModalIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.yrh-modal-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 14px;
    background: #f1f5f9;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yrh-modal-head {
    text-align: center;
    padding-top: 12px;
}

.yrh-modal-logo {
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 153, 51, .95), #fff 50%, rgba(19, 136, 8, .95));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .14);
}

.yrh-modal-logo i {
    font-size: 36px;
    color: #111827;
}

.yrh-modal-head span {
    color: #4f46e5;
    font-size: 13px;
    font-weight: 900;
}

.yrh-modal-head h3 {
        margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 600;
    color: #0f172a;
}

.yrh-modal-head p {
    margin: 0 auto 22px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    max-width: 340px;
}

.yrh-aadhaar-number-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.yrh-aadhaar-strip {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #ff9933, #ffffff, #138808);
}

.yrh-aadhaar-number-box label {
    display: block;
    margin-bottom: 10px;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
}

.yrh-aadhaar-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    padding: 0 15px;
    transition: .25s ease;
}

.yrh-aadhaar-input-wrap:focus-within {
    border-color: #4f46e5;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, .12);
}

.yrh-aadhaar-input-wrap i {
    color: #64748b;
    font-size: 22px;
}

.yrh-aadhaar-input-wrap input {
    width: 100%;
    border: none;
    outline: none;
    height: 54px;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #0f172a;
    background: transparent;
}

.yrh-aadhaar-input-wrap input::placeholder {
    color: #cbd5e1;
}

#aadhaarError {
    display: block;
    min-height: 18px;
    margin-top: 9px;
    color: #dc2626;
    font-size: 12px;
    font-weight: 700;
}

.yrh-aadhaar-mini {
    margin-top: 12px;
    display: flex;
    gap: 8px;
}

.yrh-aadhaar-mini span {
    height: 7px;
    flex: 1;
    border-radius: 999px;
    background: #e2e8f0;
}

.yrh-aadhaar-mini span:nth-child(1) {
    background: #ff9933;
}

.yrh-aadhaar-mini span:nth-child(2) {
    background: #ffffff;
    border: 1px solid #e2e8f0;
}

.yrh-aadhaar-mini span:nth-child(3) {
    background: #138808;
}

.yrh-modal-submit {
    width: 100%;
    margin-top: 18px;
    height: 56px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #111827, #1e293b);
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .22);
}

.yrh-secure-note {
    margin: 16px 0 0;
    text-align: center;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.yrh-secure-note i {
    color: #16a34a;
}

@media (max-width: 768px) {
    .yrh-aadhaar-verify-card {
        padding: 22px;
        flex-direction: column;
        align-items: stretch;
    }

    .yrh-aadhaar-left {
        flex-direction: column;
    }

    .yrh-aadhaar-left h3 {
        font-size: 22px;
    }

    .yrh-aadhaar-btn {
        width: 100%;
        justify-content: center;
    }

    .yrh-aadhaar-modal {
        padding: 24px;
        border-radius: 24px;
    }
    
     .yrh-modal-overlay {
        align-items: center;
        justify-content: center;
        padding: 16px;
        min-height: 100dvh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .yrh-aadhaar-modal {
        width: 100%;
        max-width: 420px;
        max-height: calc(100dvh - 32px);
        overflow-y: auto;
        margin: auto;
        padding: 22px;
        border-radius: 24px;
    }
    
}





.yrh-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 24px;

    background: rgba(15, 23, 42, .62);
    backdrop-filter: blur(12px);

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

.yrh-modal-overlay.active {
    display: flex;
}

.yrh-aadhaar-modal {
    position: relative;

    width: 100%;
    max-width: 460px;

    margin: auto;

    background: #ffffff;

    border-radius: 34px;

    padding: 34px;

    box-shadow:
        0 25px 80px rgba(0,0,0,.22),
        0 8px 30px rgba(15,23,42,.12);

    animation: yrhModalSmooth .28s ease;

    max-height: calc(100vh - 50px);

    overflow-y: auto;

    scrollbar-width: none;
}

.yrh-aadhaar-modal::-webkit-scrollbar{
    display:none;
}

@keyframes yrhModalSmooth {

    from{
        opacity:0;
        transform:translateY(20px) scale(.96);
    }

    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

.yrh-modal-head{
    text-align:center;
    margin-bottom:24px;
}

.yrh-modal-logo{
    width:78px;
    height:78px;

    margin:0 auto 16px;

    border-radius:26px;

    background:
    linear-gradient(
        135deg,
        rgba(255,153,51,.95),
        #fff 50%,
        rgba(19,136,8,.95)
    );

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 18px 40px rgba(15,23,42,.12);
}

.yrh-modal-logo i{
    font-size:36px;
    color:#111827;
}

.yrh-modal-head span{
    display:block;
    margin-bottom:8px;

    font-size:14px;
    font-weight:800;

    color:#4f46e5;
}

.yrh-modal-head h3{
    margin:0 0 10px;

    font-size:42px;
    line-height:1.1;
    font-weight:900;

    color:#0f172a;
}

.yrh-modal-head p{
    margin:0 auto;

    max-width:320px;

    font-size:17px;
    line-height:1.6;
    font-weight:500;

    color:#64748b;
}

.yrh-modal-close{
    position:absolute;

    top:18px;
    right:18px;

    width:46px;
    height:46px;

    border:none;
    outline:none;

    border-radius:16px;

    background:#f1f5f9;

    color:#0f172a;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.2s ease;
}

.yrh-modal-close:hover{
    background:#e2e8f0;
    transform:rotate(90deg);
}

@media(max-width:768px){

    .yrh-modal-overlay{
        padding:16px;
        align-items:center;
        justify-content:center;
    }

    .yrh-aadhaar-modal{

        max-width:100%;

        border-radius:28px;

        padding:24px 20px;

        max-height:calc(100dvh - 24px);
    }

    .yrh-modal-head h3{
        font-size:32px;
    }

    .yrh-modal-head p{
        font-size:15px;
    }
}








.yrh-btn-loader{
    width:18px;
    height:18px;

    border:2px solid rgba(255,255,255,.35);
    border-top-color:#fff;

    border-radius:50%;

    animation:yrhSpin .7s linear infinite;
}

@keyframes yrhSpin{
    to{
        transform:rotate(360deg);
    }
}
