/*----------------------------------------
  Google Fonts
----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800');
/*----------------------------------------
  Custom-content all
----------------------------------------*/

.boxed-layout .wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    width: 1240px;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
/* ================================
    LOGIN
================================= */
.login-area{
    margin: 5px auto;
    padding: 15px auto;
    /* background-color: #bababa; */
    background-color: #ebebeb;
}
.registered-customers{
    margin: 0 auto;
    padding: 15px;
    background-color: #f5f5f5;
}
/* -----------------------------------
  call-to-action-area
----------------------------------- */

.call-to-bg {
    position: relative;
}
.call-to-bg:before,
.call-to-bg:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.call-to-bg:before {
    background: #95c41f none repeat scroll 0 0;
    left: 0;
    margin-left: -100px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 31%;
}
.call-to-bg:after {
    background: rgba(31, 34, 62, 0.8) none repeat scroll 0 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1;
}

.booking-area .section-title {
    margin-top: 15px;
}
.booking-conternt {
    margin: auto;
    width: calc(100% - 80px);
}
.book-house {
    float: left;
    width: 80%;
}
.book-house h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.book-house h2 + h2 {
    margin-top: 20px;
}
.booking-imgae {
    float: left;
    margin-top: -100px;
    width: 20%;
}
.booking-imgae img {} .booking-imgae {
    margin-top: -100px;
}

.find-home-area .section-title {
    margin-top: 2px;
}
.find-homes {
    margin: auto;
    width: calc(100% - 70px);
}
.find-home-item {
    margin-bottom: 40px;
}
.find-home-item input {
    color: #fff;
    margin-bottom: 0;
}
.find-home-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item input:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.find-home-item.custom-select button {
    font-family: 'montserrat';
    font-weight: 300;
}
/*widget shop-filter*/

.price_filter {
    padding-bottom: 8px;
}
.price_slider_amount {
    overflow: hidden;
}
.price_slider_amount > input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #a8a8a8;
    float: left;
    font-size: 14px;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    width: 50%;
}
.price_slider_amount > input:first-child {
    padding-right: 5px;
    text-align: right;
}
.price_slider_amount > input#amount {} .ui-widget-content {
    background: #606060 none repeat scroll 0 0;
    border: medium none;
    color: #222;
    height: 8px;
    border-radius: 0;
}
.ui-slider .ui-slider-range {
    background: #95c41f none repeat scroll 0 0;
    border-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #95c41f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    height: 22px;
    margin-left: -1px;
    margin-top: -11px;
    top: 50%;
    width: 22px;
}
/* -----------------------------------
  Services area
/* -----------------------------------
  Services area
----------------------------------- */

.services-area .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.services-area .col-lg-3,
.services-area .col-md-4,
.services-area .col-sm-6,
.services-area .col-xs-12 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

----------------------------------- */

.service-item {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-item-image img {
    width: 100%;
}
.service-item-info {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 26px 15px 15px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
}
.service-item:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.service-item-info h5 {
    margin-bottom: 15px;
    flex-shrink: 0;
}

.service-item-info p {
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}

.service-item-info small {
    margin-top: 10px;
    flex-shrink: 0;
}


.flat-item {
    margin-bottom: 20px;
    overflow: hidden;
}
.flat-item-image {
    position: relative;
}
.flat-item-image:before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.flat-item:hover .flat-item-image:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.flat-item-image > a {
    display: block;
}
.flat-item-image > a > img {
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.flat-item:hover .flat-item-image > a > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/*for-sale*/

.for-sale {
    background: #95c41f none repeat scroll 0 0;
    color: #fff;
    font-family: 'montserrat';
    font-size: 14px;
    font-weight: 600;
    left: 0;
    margin-bottom: 0;
    padding: 6px 15px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.for-sale.rent {
    background: #343650 none repeat scroll 0 0;
}
.flat-item:hover .for-sale {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
/*flat-link*/

.flat-link {
    left: 0;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 2;
}
.flat-item:hover .flat-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.flat-link > a {
    border: 1px solid #fff;
    color: #fff;
    font-family: "montserrat";
    font-size: 14px;
    font-weight: normal;
    padding: 9px 12px 10px;
    text-transform: uppercase;
}
.flat-link > a:hover {
    background: #95c41f none repeat scroll 0 0;
    border: 1px solid #95c41f;
    color: #fff;
}
/*flat-desc*/

.flat-desc > li {
    display: inline-block;
}
.flat-desc {
    background: #1f223e none repeat scroll 0 0;
    color: #bababa;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
.flat-desc > li + li {
    margin-left: 10%;
}
.flat-desc li img {
    margin-right: 10px;
}
/*flat-item-info*/

.flat-item-info {
    padding: 15px 0;
}
.flat-title-price {
    overflow: hidden;
    padding-bottom: 5px;
}
.price {
    color: #95c41f;
    font-family: "montserrat";
    font-size: 22px;
    font-weight: 400;
}
.flat-title-price .price {
    float: right;
    line-height: 1;
}
.flat-title-price h5 {
    float: left;
    margin-bottom: 0;
}
.flat-item-info img {
    margin-right: 10px;
}
.flat-item-info > p {
    font-size: 15px;
    margin-bottom: 0;
}
/* -----------------------------------
  Features area
----------------------------------- */
.features-image{
    position: relative;
    padding: 50px,20px;
    margin-top: 30px;
    height: 100%;
}
.features-area {
    background: #f5f5f5 url("images/highlights.jpg") no-repeat center center;
    
}
.features-info {
    padding: 60px 130px 45px 50px;
    position: relative;
}
.features-info:before {
    border-bottom: 532px solid #f5f5f5;
    border-left: 200px solid transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 0;
}
.features-include-list {
    margin-top: 35px;
}
.features-include-list > h6 {
    color: #303030;
    font-family: montserrat;
    font-weight: 400;
}
.features-include-list img {
    margin-right: 15px;
}
.features-area .row {
    display: flex;
    align-items: stretch; /* Make both columns equal height */
}

.features-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0; /* Remove extra padding */
    margin: 0;
}

.features-img-center {
    max-height: 90vh; /* Responsive max height */
    height: 100%;
    width: auto;
    border-radius: 10px;
    object-fit: cover;
}


.single-agent {
    border-bottom: 4px solid #1f223e;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-agent:hover {
    border-color: #95c41f;
}
.agent-image > img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 4px;
}
.agent-info {
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 3;
}
.agent-info:before {
    background-color: #f5f5f5;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.agent-info:after {
    border-left: 300px solid #f5f5f5;
    border-top: 55px solid transparent;
    bottom: 50px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -2;
}
.single-agent:hover .agent-info:before {
    height: 160px;
}
.single-agent:hover .agent-info:after {
    bottom: 160px;
}
.agent-info .agent-name {
    text-align: center;
}
.single-agent:hover .agent-info .agent-name {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.agent-info .agent-name h5,
.agent-info .agent-name p {
    margin-bottom: 0;
}
.agent-info-hover {
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding-bottom: 15px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
}
.single-agent:hover .agent-info-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.single-agent:hover .agent-info-hover .agent-name h5 {
    color: #95c41f;
}
.agent-info-hover .agent-name {
    bottom: 60px;
    left: -25px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.agent-info-hover .agent-name h5,
.agent-info-hover .agent-name p {
    margin-bottom: 0;
}
.agent-info-hover .agent-name h5 {
    font-size: 15px;
}
.agent-info-hover .agent-name p {
    font-size: 13px;
}
.agent-info-hover .agent-address img {
    margin-right: 10px;
}
.agent-info-hover .agent-address {
    margin-bottom: 10px;
}
.agent-info-hover .agent-address,
.agent-info-hover .social-media {
    padding-left: 80px;
}
.agent-address img {
    display: inline-block;
}
.agent-info-hover .agent-address > li {
    font-size: 13px;
}
.agent-info-hover .agent-address > li + li {
    margin-top: 5px;
}
.agent-info-hover .agent-address img {
    margin-right: 5px;
    width: 15px;
}
.social-media > li {
    display: inline-block;
}
.social-media > li + li {
    margin-left: 20px;
}


.testimonial {
    border-bottom: 4px solid #f5f5f5;
}
.testimonial-brief {
    position: relative;
}
.testimonial-brief:before {
    bottom: -5px;
    color: #dadada;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 25px;
    position: absolute;
    right: 5px;
}
.testimonial-item h6 span {
    color: #606060;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 300;
}
/* dots-right-btm */

.dots-right-btm .slick-dots li {
    display: inline-block;
}
.dots-right-btm .slick-dots {
    display: inline-block;
    float: right;
    line-height: 1;
    margin-top: -20px;
    position: relative;
    text-align: right;
}
.dots-right-btm .slick-dots li button {
    background: #dfdfdf none repeat scroll 0 0;
    font-size: 0;
    height: 3px;
    width: 20px;
}
.dots-right-btm .slick-dots li.slick-active button {
    background: #95c41f;
}
.dots-right-btm .slick-dots li + li {
    margin-left: 10px;
}


.blog-item {
    margin-bottom: 60px;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
    -webkit-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s;
    width: 100%;
}
.blog-item:hover .blog-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-info {
    border-bottom: 4px solid #1f223e;
    padding: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-title-time {
    position: relative;
}
.post-title-time:before {
    background: #1f223e;
    content: "";
    height: 45px;
    left: -15px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    width: 4px;
}
.post-title-time h5 {
    margin-bottom: 0;
}
.blog-item:hover .blog-info,
.blog-item:hover .blog-info a {
    border-color: #95c41f;
    color: #95c41f;
}
.blog-item:hover .post-title-time:before {
    background: #95c41f;
}


.brand-item {
    border: 1px solid #f5f5f5;
    height: 100px;
    line-height: 100px;
    padding: 0 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.brand-item > img {
    display: inline-block;
}
.brand-item:hover {
    border: 1px solid #95c41f;
}

.subscribe {
    margin: 15px auto 0;
    position: relative;
    width: calc(100% - 90px);
}
.subscribe input {
    float: left;
    margin-bottom: 0;
    width: 80%;
}
.subscribe button {
    background: #95c41f none repeat scroll 0 0;
    height: 40px;
    margin: 0 0 0 -4px;
    padding: 0 35px;
    color: #fff;
    text-transform: uppercase;
}
/*button*/

.button-1 {
    background: #95c41f none repeat scroll 0 0;
    border: 1px solid #95c41f;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 18px;
    text-align: center;
}
.button-1:focus {
    color: #fff;
}
.btn-hover-1:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.author-quote > p {
    padding-left: 30px;
    position: relative;
}
.author-quote > p:before {
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.about-image {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-image img {
    width: 100%;
}
.about-image:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
/* -----------------------------------
  Breadcrumbs area
----------------------------------- */

.breadcrumbs-area {
    position: relative; 
    height: 200px;   
}
.bread-bg-1 {
    background: rgba(0, 0, 0, 0) url("images/bg/5.jpg") no-repeat scroll 0 0 / cover;
}
.breadcrumbs {} .breadcrumbs-title {
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 110px 0 100px;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumbs-list {
    line-height: 1;
    padding-bottom: 10px;
}
.breadcrumbs-list > li {
    color: #b3b3b3;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumbs-list > li + li {
    padding-left: 10px;
}
.breadcrumbs-list > li + li:before {
    content: "\f105";
    font-family: 'fontawesome';
    left: 0;
    position: absolute;
    top: 0;
}
/* -----------------------------------
  Counter-item (Call to action)
----------------------------------- */

.counter-content {
    float: left;
    width: 80%;       
}
.counter-item {
    float: left;
    padding: 20px 0 0;
    width: 25%;
   text-align: center;   
}
.counter-item > h2 {
    color: #fff;
    font-family: 'montserrat';
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.counter-item i {
    color: #95c41f;
}
.counter-item > p {
    color: #e0e0e0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.counter-item-2 {
    float: left;
    /*text-align: center;*/
    
    width: 33%;
}
.counter-item-2 > h2 {
    font-family: 'montserrat';
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.counter-item-2 i {
    color: #95c41f;
}
.counter {
    display: inline-block;
    width: 80px;
}
.counter-item-2 > p {
    color: #1f223e;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
/* -----------------------------------
  Pagination area
----------------------------------- */

.pagination-list > li {
    display: inline-block;
}
.pagination-list > li + li {
    margin-left: 20px;
}
.pagination-list > li a {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    color: #606060;
    display: block;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.pagination-list > li a i {
    font-weight: 700;
    line-height: 40px;
}
.pagination-list > li a:hover {
    background: #95c41f none repeat scroll 0 0;
    color: #fff;
}
/* -----------------------------------
  Features area -2
----------------------------------- */

.features-includes-2 .features-include-list {
    margin-bottom: 60px;
    margin-top: 0;
}
.features-includes-2 .features-include-list > p {
    font-size: 14px;
    line-height: 22px;
}

.pro-details-big-image {
    margin-bottom: 10px;
}
.pro-details-carousel {
    margin: 0 -5px;
}
.pro-details-item {
    padding: 0 5px;
    width: 100%;
}
.pro-details-item img {
    width: 100%;
}
/*pro-details-short-info*/

.pro-details-condition h5,
.pro-details-amenities h5 {
    margin-bottom: 40px;
}
/*condition-list*/

.condition-list > li {
    color: #606060;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 20px;
    width: 49%;
}
.condition-list li img {
    margin-right: 10px;
}
.pro-details-condition-inner {
    padding: 35px 10px 20px 25px;
}
.pro-details-condition-inner > p > img {
    margin-right: 10px;
}
/*amenities-list*/

.amenities-list > li {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    width: 49%;
}
.amenities-list > li:before {
    color: #606060;
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
.amenities-list {
    padding: 30px 10px 15px 25px;
}
/*media*/

.media {
    margin-top: 35px;
}
.pro-details-feedback > h5 {
    margin-bottom: 40px;
}
.media-left {
    padding-right: 20px;
}
.media-left img {
    border: 1px solid #ebebeb;
    max-width: unset;
}
.media-body span {
    display: block;
    font-size: 12px;
}
.media-body > p {
    margin-bottom: 0;
}
/*pro-details-agent*/

.pro-details-agent {
    padding-right: 30px;
}
.pro-details-agent > h5 {
    margin-bottom: 40px;
}
/*leave-review*/

.leave-review > h5 {
    margin-bottom: 40px;
}
.leave-review input,
.leave-review textarea {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 20px;
}
.leave-review textarea {
    height: 185px;
}
.submit-btn-4 {
    background: #95c41f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 30px 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.submit-btn-4:hover {
    background: #e02727 none repeat scroll 0 0;
}
.submit-btn-2 {
    background: #1f223e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 30px 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.submit-btn-2:hover {
    background: #e02727 none repeat scroll 0 0;
}

.submit-btn-3 {
    background: #337ab7 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 30px 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.submit-btn-3:hover {
    background: #035eae none repeat scroll 0 0;
}

/*widget*/

.widget {
    padding-left: 30px;
}
.col-md-pull-8 .widget {
    padding-left: 0px;
    padding-right: 30px;
}
.widget > h5 {
    border-bottom: 1px solid #cccccc;
    color: #303030;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.widget-categories > h5,
.widget-recent-post > h5,
.widget-archive > h5,
.widget-latest-tweets > h5 {
    margin-bottom: 5px;
}
/*widget-search-property*/

.widget-search-property .find-home-item {
    margin-bottom: 20px;
}
.widget-search-property .find-home-item input {
    color: #606060;
}
.widget-search-property .find-home-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .find-home-item input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .find-home-item input:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .find-home-item input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.widget-search-property .bootstrap-select > .dropdown-toggle {
    color: #606060;
}
.widget-search-property .btn-hover-1:hover {
    background: #1f223e none repeat scroll 0 0;
    border: 1px solid #1f223e;
    color: #fff;
}
/*widget-featured-property*/

.widget-featured-property .col-xs-12:last-child .flat-item {
    margin-bottom: 0;
}
.widget-featured-property .flat-desc > li + li {
    margin-left: 7%;
}
/*widget-search*/

.widget-search form {
    position: relative;
}
.widget-search input {
    padding-right: 50px;
}
.widget-search button {
    height: 40px;
    position: absolute;
    right: 0;
    width: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget-search button:hover {
    background: #95c41f;
    color: #fff;
}
/*widget-categories, widget-archive*/

.widget-categories-list > li,
.widget-archive-list > li {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0 2px;
}
.widget-categories-list a,
.widget-archive-list a {
    font-weight: 300;
}
.widget-categories-list span {
    float: right;
}
/*widget-recent-post*/

.recent-post-item {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 20px 0 15px;
}
.recent-post-image {
    float: left;
    width: 35%;
}
.recent-post-info {
    float: left;
    padding-left: 10px;
    width: 65%;
}
.recent-post-item {
    overflow: hidden;
}
.recent-post-title-time > h5 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
}
.recent-post-title-time > p {
    font-size: 12px;
    margin-bottom: 0;
}
.recent-post-info > p {
    margin-bottom: 0;
}
/*widget-latest-tweets*/

.tweets-item {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0 10px;
}
.tweets-item > p {
    margin-bottom: 5px;
}
.tweets-item > p > a {
    color: #95c41f;
    font-weight: 400;
}
/*widget-twitter*/

.single-twette {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 15px 0;
}
.widget.widget-twitter > h5 {
    margin-bottom: 5px;
}
.twitter-icon {
    float: left;
    width: 10%;
}
.twitter-icon i {
    /*color: #5ba4f5;*/
    
    color: #95c419;
    font-size: 16px;
    padding-top: 10px;
}
.tweet-brief {
    float: left;
    width: 90%;
}
.tweet-brief > p {
    margin-bottom: 0;
}
.tweet-brief a {
    color: #95c41f;
    font-weight: 400;
}
.tweet-brief span {
    display: block;
    font-size: 12px;
}
/*widget-add*/

.widget-add-image {
    position: relative;
}
.widget-add-image img {
    width: 100%;
}
.widget-add-info {
    bottom: 2px;
    left: 15px;
    position: absolute;
}
.widget-add-info > h5 {
    color: #fff;
}
.widget-add-info span {
    font-weight: 600;
}
.widget-add-image > a:before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.agents-details-about {
    border-bottom: 4px solid #f5f5f5;
}
.agent-details-brief p,
.agent-details-biography p {
    font-size: 15px;
}
.agent-details-name > h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.agent-details-name {
    margin-bottom: 40px;
}
.agent-details-biography h5 {
    margin-bottom: 20px;
}
.agent-details-image > img {
    margin-top: -30px;
    width: 100%;
}
/*agent-details-contact*/

.agent-details-contact > h5 {
    margin-bottom: 20px;
}
.agent-details-contact > p {
    margin-bottom: 35px;
}
.experience h5 {
    margin-bottom: 40px;
}
.blog-details-image {
    margin-bottom: 25px;
}
.blog-details-title-time {
    padding-left: 15px;
    position: relative;
}
.blog-details-title-time:before {
    background: #95c41f none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.blog-details-title-time > h5 {
    font-size: 24px;
    margin-bottom: 5px;
}
.blog-details-desctiption > p {
    margin-bottom: 25px;
}
/*blog-quote*/

.blog-quote {
    background: #fafafa none repeat scroll 0 0;
    margin: 0 30px 30px;
    padding: 30px 30px 15px;
    position: relative;
}
.blog-quote:before {
    background: #95c41f none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.blog-quote:after {
    bottom: 10px;
    color: #dddddd;
    content: "\f10e";
    font-family: fontawesome;
    position: absolute;
    right: 30px;
}
.blog-details-tags ul li {
    display: inline-block;
}
.blog-details-tags ul li a {
    font-weight: 300;
}
.blog-details-tags li + li {
    margin-left: 5px;
}
.blog-details-author-image {
    float: left;
    width: 11%;
}
.blog-details-author-image img {
    border: 1px solid #ebebeb;
}
.blog-details-author-desc {
    float: left;
    padding-left: 20px;
    width: 89%;
}
.blog-details-author-name > h6 {
    font-size: 14px;
    margin-bottom: 2px;
}
.blog-details-author-name > p {
    margin-bottom: 0;
}
.line-bottom {
    position: relative;
}
.line-bottom:before {
    background: #95c41f;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
/*footer-address*/

.contact-address > li + li {
    padding-top: 20px;
}
.contact-address > li {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.contact-address-icon {
    float: left;
    width: 25px;
}
.contact-address-info {
    float: left;
    padding-left: 10px;
}
.contact-address-info > span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.contact-address > li:before {
    background: #c2c2c2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30%;
}
.contact-address > li:last-child:before {
    display: none;
}
.contact-bg {
    background: rgba(0, 0, 0, 0.1) url("images/others/contact-2.jpg") no-repeat scroll right center / cover;
}
.contact-messge {
    padding: 50px;
}
.contact-messge .leave-review input,
.contact-messge .leave-review textarea {
    background: rgba(250, 250, 250, 0.6) none repeat scroll 0 0;
    margin-bottom: 20px;
}
/*Google map*/

#googleMap {
    height: 540px;
    width: 100%;
}
/*#bodyContent > p {
  margin-bottom: 0;
  font-weight: 600;
}*/

.error-area {
    background: rgba(0, 0, 0, 0.9) url("images/others/error.jpg") no-repeat scroll right top;
    position: relative;
}
.error-area:before {
    background: #020202 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    width: 100%;
}
.error-content {
    padding: 258px 0 212px;
    position: relative;
    text-align: center;
}
.error-content h2 {
    color: #95c41f;
    font-family: "montserrat";
    font-size: 180px;
    line-height: 1;
    margin-bottom: 40px;
}
.error-content h3 {
    font-family: "montserrat";
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 22px;
}
.error-content h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.error-content p {
    font-size: 18px;
    line-height: 28px;
}
.go-home {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.go-home:hover {
    background: #95c41f;
    border: 1px solid #95c41f;
    color: #fff;
}
.error-content h3,
.error-content h4,
.error-content p {
    color: #fff;
}
.contact-messge {
    position: relative;
}
.contact-messge:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.leave-review {
    z-index: 2;
    position: relative;
}
/* -------------------------------------
  Bankground youtube video
------------------------------------- */

.youtube-bg {
    z-index: 9;
}
.mb_YTPBar {
    display: none!important;
}
.mbYTP_wrapper {
    z-index: -2!important;
}
.blog-audio audio {
    width: 100%;
}
.alert {
    font-weight: 300;
}

/* ========================
   boxed-layout
 ========================= */

.boxed-layout .call-to-bg {
    overflow: hidden;
}
.boxed-layout .call-to-bg:before {
    width: 36%;
}
.boxed-layout .booking-imgae {
    margin-top: -70px;
}
.boxed-layout .features-info {
    padding: 20px 0 10px;
}
.boxed-layout .features-include-list p {
    font-size: 13px;
}
.boxed-layout .plr-140 {
    padding-left: 5%;
    padding-right: 5%;
}
.slider-overlay {
    background: none; /* Lower opacity */
}

/* Force remove overlays on slider */
.slider-overlay,
.slider-overlay:before,
.slider-overlay:after,
.slider-1:before,
.slider-1:after,
.bend:before,
.bend:after {
    background: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}
.find-homes-scroll {
    max-height: 140px; /* Adjust as needed */
    overflow-y: auto;
    padding-right: 10px;
    background: rgba(255,255,255,0.05); /* Optional: subtle background */
    border-radius: 6px;
}
.modal.fade .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

/* Responsive: On small screens, stack news items vertically */
@media (max-width: 767px) {
   
    .find-homes-scroll {
        max-height: 200px;
    }
    .find-homes-scroll .row {
        display: block;
    }
    .find-homes-scroll .col-sm-3,
    .find-homes-scroll .col-xs-12 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.find-homes-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /* background: rgba(255,255,255,0.05); */
    border-radius: 6px;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}

.find-homes-marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 18s linear infinite;
    font-size: 20px;
    color: #fff;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Responsive font size */
@media (max-width: 767px) {
    .find-homes-marquee span {
        font-size: 14px;
    }
}

.countdown-area .row {
    margin-top: 0;
    display: flex;
    align-items: center;
    min-height: 60px; /* Adjust as needed for your design */
}

.countdown-area .section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 0;
}

.countdown-area .countdown {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 0;
}

/* Responsive fix for mobile */
@media (max-width: 767px) {
    
    .countdown-area .row {
        flex-direction: column;
        min-height: unset;
    }
    .countdown-area .section-title,
    .countdown-area .countdown {
        align-items: center;
        justify-content: center;
        min-height: unset;
    }
}


/* =================================
   FEES PAGE CUSTOM STYLES
================================= */

/* Tab Navigation Styles */
.tab-indian-delegates {
    background-color: #28a745 !important;
    color: white !important;
}

.tab-international-delegates {
    background-color: #007bff !important;
    color: white !important;
}

/* Table Container Styles */
.fees-table-container {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

/* Table Header Styles */
.fees-table-header {
    background-color: #2c5aa0;
    color: white;
}

/* Table Cell Styles */
.fees-table-cell {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.fees-table-cell-bold {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.fees-table-cell-alt {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    background-color: #f8f9fa;
    font-weight: 600;
}

.fees-table-cell-alt-bold {
    padding: 15px;
    font-size: 16px;
    text-align: center;
    background-color: #f8f9fa;
    font-weight: bold;
}

/* Table Header Cell Styles */
.fees-table-header-cell {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.fees-table-header-cell-category {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 25%;
}

.fees-table-header-cell-addon {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 25%;
}

/* GST Note Styles */
.gst-note-inline {
    font-size: 16px;
    font-weight: bold;
    color: #d9534f;
}

/* Cancellation Policy Styles */
.cancellation-policy-inline {
    text-align: left;
    margin-top: 20px;
}

/* International Tab Wrapper */
.international-tab-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Enhanced Responsive styles for fees.php */
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .table-responsive {
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
}

@media (max-width: 992px) {
    /* Breadcrumbs */
    .breadcrumbs-title {
        font-size: 28px !important;
        padding: 90px 0 60px !important;
        line-height: 1.2;
    }

    /* Container adjustments */
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Tab navigation improvements */
    .nav-tabs {
        border-bottom: 2px solid #ddd;
        margin-bottom: 20px;
    }

    .nav-tabs > li {
        margin-bottom: 0;
    }

    .nav-tabs > li > a {
        border-radius: 8px 8px 0 0;
        padding: 12px 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Table enhancements */
    .table-responsive {
        margin-bottom: 30px;
    }

    .table {
        margin-bottom: 0;
    }

    .table thead th {
        background-color: #2c5aa0;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .table tbody tr:hover {
        background-color: #e3f2fd;
        transition: background-color 0.3s ease;
    }
}

@media (max-width: 768px) {
    /* Breadcrumbs */
    .breadcrumbs-title {
        font-size: 24px !important;
        padding: 80px 0 50px !important;
        text-align: center;
    }

    /* Tab navigation - Stack on mobile */
    .nav-tabs > li {
        display: block !important;
        width: 100% !important;
        margin-bottom: 5px !important;
        float: none !important;
    }

    .nav-tabs > li > a {
        display: block !important;
        text-align: center !important;
        border-radius: 8px !important;
        margin-right: 0 !important;
        border: 2px solid #28a745 !important;
        background-color: #f8f9fa;
        color: #333;
        transition: all 0.3s ease;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li > a:hover {
        background-color: #28a745 !important;
        color: white !important;
        border-color: #28a745 !important;
    }

    /* Tables */
    .tab-pane {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        margin-bottom: 20px;
    }

    .table-responsive {
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        border: none;
    }

    .table {
        min-width: 650px !important;
        font-size: 14px !important;
        margin-bottom: 0;
    }

    .table th {
        padding: 12px 8px !important;
        font-size: 13px !important;
        font-weight: bold !important;
        text-align: center !important;
        background-color: #2c5aa0 !important;
        color: white !important;
        white-space: nowrap;
    }

    .table td {
        padding: 10px 8px !important;
        font-size: 13px !important;
        text-align: center !important;
        white-space: nowrap;
        font-weight: 600;
    }

    .table tbody tr:nth-child(even) td {
        background-color: #f8f9fa;
    }

    .table tbody tr:nth-child(odd) td {
        background-color: white;
    }

    /* GST note */
    p[style*="font-size: 16px"],
    .gst-note {
        font-size: 14px !important;
        font-weight: bold !important;
        color: #d9534f !important;
        text-align: center !important;
        margin: 15px 0 !important;
        padding: 10px !important;
        background-color: #f2dede !important;
        border-radius: 5px !important;
    }

    /* Cancellation policy */
    .text-right,
    .text-left {
        text-align: left !important;
        padding-left: 0 !important;
    }

    ul {
        padding-left: 20px !important;
        margin-bottom: 20px !important;
    }

    li {
        margin-bottom: 8px !important;
        line-height: 1.5 !important;
    }

    /* Tab content spacing */
    .tab-content {
        padding: 20px 0;
    }

    /* Form styling */
    .new-customers {
        padding: 20px 15px !important;
        margin-bottom: 30px !important;
    }

    /* Cancellation policy styling */
    .cancellation-policy {
        background-color: #fff;
        padding: 20px !important;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        margin-top: 20px !important;
    }

    .cancellation-policy h3 {
        color: #2c5aa0;
        font-size: 18px !important;
        margin-bottom: 15px !important;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cancellation-policy p {
        color: #666;
        font-size: 14px !important;
        margin-bottom: 10px !important;
        line-height: 1.5;
    }

    .cancellation-policy ul {
        list-style: none !important;
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .cancellation-policy li {
        color: #333;
        font-size: 14px !important;
        padding: 8px 0 !important;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 20px !important;
    }

    .cancellation-policy li:before {
        content: "→";
        color: #d9534f;
        font-weight: bold;
        position: absolute;
        left: 0;
    }

    .cancellation-policy li:last-child {
        border-bottom: none;
    }
}

@media (max-width: 576px) {
    /* Extra small devices */
    .breadcrumbs-title {
        font-size: 20px !important;
        padding: 70px 0 40px !important;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table {
        min-width: 700px !important;
        font-size: 12px !important;
    }

    .table th {
        padding: 8px 4px !important;
        font-size: 11px !important;
    }

    .table td {
        padding: 8px 4px !important;
        font-size: 11px !important;
    }

    .nav-tabs > li > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }

    /* GST note */
    p[style*="font-size: 16px"],
    .gst-note {
        font-size: 13px !important;
        padding: 8px !important;
        margin: 10px 0 !important;
    }

    ul {
        padding-left: 15px !important;
    }

    /* Mobile cancellation policy */
    .cancellation-policy {
        padding: 15px !important;
        margin-top: 15px !important;
    }

    .cancellation-policy h3 {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }

    .cancellation-policy p {
        font-size: 13px !important;
    }

    .cancellation-policy li {
        font-size: 13px !important;
        padding: 6px 0 !important;
    }
}

@media (max-width: 480px) {
    /* Very small devices */
    .breadcrumbs-title {
        font-size: 18px !important;
        padding: 60px 0 30px !important;
    }

    .table {
        min-width: 750px !important;
        font-size: 10px !important;
    }

    .table th {
        padding: 6px 3px !important;
        font-size: 10px !important;
    }

    .table td {
        padding: 6px 3px !important;
        font-size: 10px !important;
    }

    .nav-tabs > li > a {
        padding: 8px 12px !important;
        font-size: 13px !important;
    }

    /* GST note */
    p[style*="font-size: 16px"],
    .gst-note {
        font-size: 12px !important;
        padding: 6px !important;
    }

    /* Very small device cancellation policy */
    .cancellation-policy {
        padding: 12px !important;
        margin-top: 12px !important;
    }

    .cancellation-policy h3 {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }

    .cancellation-policy p {
        font-size: 12px !important;
    }

    .cancellation-policy li {
        font-size: 12px !important;
        padding: 5px 0 !important;
    }
}

/* =================================
   QUIZ HALL OF FAME RESPONSIVE STYLES
================================= */

/* Quiz Hall of Fame - Mobile First */
.hall-of-fame-header {
    padding: 20px 0;
}

.hall-of-fame-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.hall-of-fame-header h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Winner Cards - Responsive */
.winner-card {
    margin-bottom: 20px;
    min-height: auto;
    padding: 20px 15px;
}

/* Trophy Icons - Responsive */
.winner-card .fa-trophy,
.winner-card div[style*="font-size: 80px"],
.winner-card div[style*="font-size: 60px"],
.winner-card div[style*="font-size: 50px"] {
    font-size: 50px !important;
}

/* Badge Positioning - Responsive */
.winner-card .badge {
    width: 50px !important;
    height: 50px !important;
    font-size: 12px !important;
    top: -6px !important;
    right: -6px !important;
}

/* Winner Names - Responsive */
.winner-card h3 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
}

.winner-card p {
    font-size: 12px !important;
}

/* Pyramid Layout - Mobile */
@media (max-width: 768px) {
    .pyramid-container {
        padding: 0 15px;
    }

    /* Stack all cards vertically on mobile */
    .pyramid-row {
        margin-bottom: 20px;
    }

    .winner-card {
        max-width: 100% !important;
        margin: 0 auto 20px auto !important;
        min-height: 160px;
        padding: 20px 15px;
    }

    /* Mobile trophy icons */
    .winner-card div[style*="font-size: 80px"],
    .winner-card div[style*="font-size: 60px"],
    .winner-card div[style*="font-size: 50px"] {
        font-size: 45px !important;
    }

    /* Mobile badges */
    .winner-card .badge {
        width: 45px !important;
        height: 45px !important;
        font-size: 11px !important;
        top: -5px !important;
        right: -5px !important;
    }

    /* Mobile winner names */
    .winner-card h3 {
        font-size: 16px !important;
        text-align: center;
        margin-bottom: 8px !important;
    }

    .winner-card p {
        font-size: 11px !important;
        text-align: center;
    }

    /* Mobile flex layout adjustments */
    .winner-card > div[style*="display: flex"] {
        flex-direction: column !important;
        text-align: center;
        gap: 10px !important;
    }

    .winner-card div[style*="flex-shrink: 0"] {
        align-self: center !important;
    }
}

/* Tablet Styles */
@media (max-width: 992px) and (min-width: 769px) {
    .hall-of-fame-header h2 {
        font-size: 32px;
    }

    .hall-of-fame-header h3 {
        font-size: 22px;
    }

    .winner-card {
        max-width: 350px;
        min-height: 170px;
        padding: 22px 18px;
    }

    /* Tablet trophy icons */
    .winner-card div[style*="font-size: 80px"] {
        font-size: 65px !important;
    }

    .winner-card div[style*="font-size: 60px"] {
        font-size: 50px !important;
    }

    .winner-card div[style*="font-size: 50px"] {
        font-size: 45px !important;
    }

    /* Tablet badges */
    .winner-card .badge {
        width: 55px !important;
        height: 55px !important;
        font-size: 12px !important;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .hall-of-fame-header {
        padding: 15px 0;
    }

    .hall-of-fame-header h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hall-of-fame-header h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .hall-of-fame-header p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .winner-card {
        max-width: 100% !important;
        margin: 0 auto 15px auto !important;
        min-height: 140px;
        padding: 15px 12px;
    }

    /* Small mobile trophy icons */
    .winner-card div[style*="font-size: 80px"],
    .winner-card div[style*="font-size: 60px"],
    .winner-card div[style*="font-size: 50px"] {
        font-size: 40px !important;
    }

    /* Small mobile badges */
    .winner-card .badge {
        width: 40px !important;
        height: 40px !important;
        font-size: 10px !important;
        top: -4px !important;
        right: -4px !important;
    }

    /* Small mobile winner names */
    .winner-card h3 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }

    .winner-card p {
        font-size: 10px !important;
    }

    /* Correct answer badge - mobile */
    .hall-of-fame-header > div[style*="background: rgba(40, 167, 69"] {
        padding: 8px !important;
        margin-top: 10px;
    }

    .hall-of-fame-header small {
        font-size: 12px !important;
    }
}

/* Large Desktop Styles */
@media (min-width: 1200px) {
    .hall-of-fame-header h2 {
        font-size: 40px;
    }

    .hall-of-fame-header h3 {
        font-size: 26px;
    }

    .winner-card {
        max-width: 450px;
        min-height: 200px;
        padding: 30px 25px;
    }

    /* Large desktop trophy icons */
    .winner-card div[style*="font-size: 80px"] {
        font-size: 90px !important;
    }

    .winner-card div[style*="font-size: 60px"] {
        font-size: 70px !important;
    }

    .winner-card div[style*="font-size: 50px"] {
        font-size: 60px !important;
    }

    /* Large desktop badges */
    .winner-card .badge {
        width: 75px !important;
        height: 75px !important;
        font-size: 16px !important;
    }

    /* Large desktop winner names */
    .winner-card h3 {
        font-size: 20px !important;
    }

    .winner-card p {
        font-size: 12px !important;
    }
}

/* =================================
   ASPA 2026 REGISTRATION FORM STYLES
   ================================= */

/* Registration Form Container */
.registration-form-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 40px 0;
}

.registration-form-wrapper {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0 auto;
    max-width: 900px;
}

/* Form Header */
.registration-header {
    background: linear-gradient(135deg, #2c5aa0 0%, #1f223e 100%);
    color: white;
    padding: 40px 30px;
    text-align: center;
}

.registration-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.registration-header p {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
}

/* Form Sections */
.form-section {
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.form-section:last-child {
    border-bottom: none;
}

.form-section h4 {
    color: #1f223e;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2c5aa0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-section h4:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Form Groups */
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Input Fields */
.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
}

.form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background-color: #fafbff;
}

.form-control:hover {
    border-color: #667eea;
}

/* Radio Button Styling */
.registration-options {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.registration-options .radio-inline {
    margin-right: 25px;
    margin-bottom: 15px;
}

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

.registration-options label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
}

.registration-options label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
}

.registration-options label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #667eea;
    opacity: 0;
    transition: all 0.3s ease;
}

.registration-options input[type="radio"]:checked + label:before {
    border-color: #667eea;
}

.registration-options input[type="radio"]:checked + label:after {
    opacity: 1;
}

.registration-options input[type="radio"]:checked + label {
    color: #667eea;
    font-weight: 600;
}

/* Workshop Selection Styling */
.workshop-options {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin-top: 15px;
}

.workshop-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.workshop-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.workshop-item:hover {
    border-color: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
}

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

.workshop-item .workshop-name {
    font-weight: 500;
    color: #555;
    font-size: 16px;
    transition: all 0.3s ease;
    flex: 1;
}

.workshop-item:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 15px;
    background: white;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.workshop-item:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #667eea;
    margin-right: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.workshop-item input[type="radio"]:checked ~ .workshop-name {
    color: #667eea;
    font-weight: 600;
}

.workshop-item input[type="radio"]:checked:before {
    border-color: #667eea;
}

.workshop-item input[type="radio"]:checked:after {
    opacity: 1;
}

/* File Upload Styling */
.file-upload-area {
    position: relative;
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.file-upload-area:hover {
    border-color: #667eea;
    background: #fafbff;
}

.file-upload-area input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 15px;
}

.file-upload-text {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.file-upload-hint {
    color: #999;
    font-size: 14px;
}

/* Select Dropdown Styling */
select.form-control {
    height: 50px;
    background: white;
    cursor: pointer;
}

select.form-control:focus {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Payment Section */
.payment-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

.payment-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.payment-amount {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.payment-amount input {
    font-size: 18px;
    font-weight: 600;
    color: #2c5aa0;
    text-align: center;
}

.calculate-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.calculate-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.calculate-btn:active {
    transform: translateY(0);
}

/* Submit Button */
.submit-btn-1 {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    padding: 18px 50px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
}

.submit-btn-1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

/* Alert Messages */
.alert {
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 20px;
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border-left: 4px solid #28a745;
}

.alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border-left: 4px solid #dc3545;
}

.alert-info {
    background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
    color: #0c5460;
    border-left: 4px solid #17a2b8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .registration-form-container {
        padding: 20px 10px;
    }

    .registration-form-wrapper {
        border-radius: 10px;
        margin: 0;
    }

    .registration-header {
        padding: 25px 20px;
    }

    .registration-header h2 {
        font-size: 24px;
    }

    .registration-header p {
        font-size: 14px;
    }

    .form-section {
        padding: 20px 15px;
    }

    .form-section h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .registration-options {
        padding: 15px;
    }

    .workshop-options {
        padding: 20px 15px;
    }

    .workshop-list {
        gap: 12px;
    }

    .workshop-item {
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .workshop-item:before,
    .workshop-item:after {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .workshop-item .workshop-name {
        font-size: 14px;
        text-align: left;
    }

    .payment-row {
        flex-direction: column;
        gap: 15px;
    }

    .payment-amount {
        min-width: auto;
    }

    .calculate-btn {
        width: 100%;
        padding: 12px 20px;
    }

    .submit-btn-1 {
        width: 100%;
        padding: 15px 30px;
        font-size: 16px;
    }

    .file-upload-area {
        padding: 20px 15px;
    }

    .file-upload-icon {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .file-upload-text {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .registration-header h2 {
        font-size: 20px;
    }

    .form-section h4 {
        font-size: 16px;
    }

    .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }

    .registration-options .radio-inline {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .workshop-options .checkbox-inline {
        margin-bottom: 10px;
    }

    /* Workshop Selection Small Screen Styling */
    .workshop-selection .toggle-options {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .workshop-selection .toggle-option {
        min-height: 40px;
    }

    .workshop-selection .toggle-text {
        padding: 10px 6px;
        font-size: 13px;
        line-height: 1.3;
    }

    .file-upload-area {
        padding: 15px 10px;
    }

    .file-upload-icon {
        font-size: 30px;
    }

    .calculate-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .submit-btn-1 {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Additional responsive fixes for very small screens */
@media (max-width: 480px) {
    .registration-form-container {
        padding: 15px 5px;
    }

    .registration-header {
        padding: 20px 15px;
    }

    .registration-header h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .form-section {
        padding: 15px 10px;
    }

    .form-section h4 {
        font-size: 15px;
    }

    .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }

    .registration-options {
        padding: 10px;
    }

    .workshop-options {
        padding: 15px 10px;
    }
}

@media (max-width: 576px) {
    .registration-header h2 {
        font-size: 20px;
    }

    .form-section h4 {
        font-size: 16px;
    }

    .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }

    .registration-options .radio-inline {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .workshop-options .checkbox-inline {
        margin-bottom: 10px;
    }
}

/* Personal Details Section */
.personal-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px 0;
}

.personal-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    /* border-left: 4px solid var(--primary-color); */
    min-height: 40px;
    justify-content: flex-start;
}

.detail-label {
    font-weight: 600;
    color: red;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* min-width: 80px; */
    padding-top: 5px;
    flex-shrink: 0;
}

.detail-value {
    font-size: 16px;
    color: blue;
    font-weight: 500;
    flex: 1;
}

/* Payment Breakdown Modal Table Styles */
.payment-breakdown-table {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.payment-breakdown-header {
    background: linear-gradient(135deg, #2c5aa0 0%, #1f223e 100%);
    color: white;
}

.payment-breakdown-header th {
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    border: none;
}

.payment-breakdown-table tbody tr {
    transition: all 0.3s ease;
}

.payment-breakdown-table tbody tr:hover {
    background-color: #f8f9fa;
}

.payment-breakdown-table td {
    padding: 12px 15px;
    font-size: 15px;
    border-color: #e9ecef;
    vertical-align: middle;
}

.payment-breakdown-table .total-row {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #dc3545;
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid #dc3545;
}

.payment-breakdown-table .total-row td {
    border-color: rgba(255,255,255,0.2);
}

.payment-breakdown-table .total-row:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-section {
    animation: fadeInUp 0.6s ease-out;
}

.form-section:nth-child(1) { animation-delay: 0.1s; }
.form-section:nth-child(2) { animation-delay: 0.2s; }
.form-section:nth-child(3) { animation-delay: 0.3s; }
.form-section:nth-child(4) { animation-delay: 0.4s; }
.form-section:nth-child(5) { animation-delay: 0.5s; }

/* Progress Indicator */
.registration-progress {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
}

.progress-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
}

.progress-step.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: scale(1.1);
}

.progress-step.completed {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.progress-step + .progress-step:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 20px;
    height: 2px;
    background: #e9ecef;
    z-index: -1;
}

.progress-step.completed + .progress-step:before {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

/* Print styles for fees.php */
@media print {
    .nav-tabs,
    .breadcrumbs-area,
    footer,
    header {
        display: none !important;
    }

    .fees-content {
        margin-top: 0 !important;
    }

    .table {
        min-width: auto !important;
        font-size: 12px !important;
    }

    .table th,
    .table td {
        padding: 8px !important;
        font-size: 11px !important;
    }
}

/* =================================
   CONFERENCE REGISTRATION FORM STYLES
   ================================= */

/* Enhanced JavaScript-powered styles */
.validation-message {
    font-size: 0.85em;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.validation-message.error {
    color: #e74c3c;
}

.validation-message.success {
    color: #27ae60;
}

.upload-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    animation: slideInUp 0.3s ease-out;
}

.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    z-index: 1000;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    max-width: 350px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toast.error {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.toast.success {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.toast.show {
    transform: translateX(0);
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
}

/* Enhanced animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes checkmarkPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Selection animation */
.delegate-option input[type="radio"]:checked::before,
.participation-option input[type="radio"]:checked::before,
.workshop-card input[type="radio"]:checked::before,
.food-option input[type="radio"]:checked + .food-badge::before,
.toggle-option input[type="radio"]:checked + .toggle-text::before {
    animation: checkmarkPulse 0.4s ease-out;
}

/* Smooth transitions for better UX */
.form-control, .delegate-option, .participation-option, .workshop-card, .toggle-option {
    transition: all 0.3s ease;
}

/* Focus styles for better accessibility */
.form-control:focus {
    transform: translateY(-1px);
}

/* Loading spinner animation */
.fa-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Enhanced hover effects */
.workshop-card:hover .workshop-icon {
    transform: scale(1.1);
}

.delegate-option:hover .option-badge,
.workshop-card:hover .workshop-fee {
    transform: scale(1.05);
}

/* Selection feedback enhancement */
.delegate-option input[type="radio"]:checked,
.participation-option input[type="radio"]:checked,
.workshop-card input[type="radio"]:checked,
.food-option input[type="radio"]:checked,
.toggle-option input[type="radio"]:checked {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* Modern Registration Form Styles */
:root {
    --primary-color: #2c3e50;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --success-color: #27ae60;
    --warning-color: #f39c12;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
    --border-radius: 8px;
    --box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    --transition: all 0.3s ease;
}

.registration-form-container {
    padding: 40px 0;
    min-height: 100vh;
}

.registration-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

.form-header {
    background: #2c5aa0;
    color: white;
    padding: 30px;
    text-align: center;
}

.form-title {
    font-size: 2.2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    color: white;
}

.form-subtitle {
    font-size: 1.1em;
    opacity: 0.9;
    margin: 0;
    color: yellow;
}

.form-section {
    padding: 30px;
    border-bottom: 1px solid #eee;
}

.form-section:last-child {
    border-bottom: none;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--light-color);
}

.section-title {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    flex: 1;
}

.section-icon {
    background: var(--secondary-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.section-icon i {
    font-size: 1.2em;
}

.form-card {
    background: #fafbfc;
    border: 1px solid #e1e5e9;
    border-radius: var(--border-radius);
    padding: 25px;
    margin-bottom: 20px;
    transition: var(--transition);
}

.form-card:hover {
    box-shadow: var(--box-shadow);
    transform: translateY(-2px);
}

.form-group {
    margin-bottom: 25px;
}

.control-label {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 8px;
    display: block;
    font-size: 0.95em;
}

.control-label.required::after {
    content: " *";
    color: var(--accent-color);
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: var(--border-radius);
    font-size: 1em;
    transition: var(--transition);
    background: white;
}

.form-control:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* Delegate Type Selection */
.delegate-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.delegate-option {
    background: white;
    border: 2px solid #e1e5e9;
    border-radius: var(--border-radius);
    padding: 15px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.delegate-option:hover {
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.delegate-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.delegate-option input[type="radio"]:checked + .option-content {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

.delegate-option input[type="radio"]:checked {
    border-color: var(--secondary-color);
}

/* Selection indicator for delegate options */
.selection-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f39c12;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
}

.delegate-option input[type="radio"]:checked ~ .option-content .selection-indicator {
    opacity: 1;
    transform: scale(1);
}

.option-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.option-title {
    font-weight: 600;
}

.option-badge {
    background: var(--success-color);
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 600;
}

/* Participation Options */
.participation-options {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.participation-option {
    flex: 1;
    background: white;
    border: 2px solid #e1e5e9;
    border-radius: var(--border-radius);
    padding: 20px;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    position: relative;
}

.participation-option:hover {
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.participation-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.participation-option input[type="radio"]:checked {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.participation-option input[type="radio"]:checked ~ .option-content {
    color: var(--secondary-color);
}

/* Selection indicator for participation options */
.participation-option {
    position: relative;
}

.participation-option::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 2px solid #e1e5e9;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.participation-option input[type="radio"]:checked::after {
    background: #3498db;
    border-color: #3498db;
    opacity: 1;
}

.participation-option input[type="radio"]:checked::before {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f39c12;
    border: 2px solid #f39c12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
    z-index: 11;
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
}

.option-desc {
    font-size: 0.9em;
    opacity: 0.8;
    display: block;
    margin-top: 5px;
}

/* Workshop Selection */
.workshop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.workshop-card {
    background: white;
    border: 2px solid #e1e5e9;
    border-radius: var(--border-radius);
    padding: 15px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}

.workshop-card:hover {
    border-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.workshop-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.workshop-card input[type="radio"]:checked ~ .workshop-content {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

/* Selection indicator for workshop cards */
.workshop-card {
    position: relative;
}

.workshop-card::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 2px solid #e1e5e9;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.workshop-card input[type="radio"]:checked::after {
    background: #3498db;
    border-color: #3498db;
    opacity: 1;
}

.workshop-card input[type="radio"]:checked::before {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f39c12;
    border: 2px solid #f39c12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
    z-index: 11;
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
}

.workshop-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.workshop-icon {
    background: var(--light-color);
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.workshop-card input[type="radio"]:checked ~ .workshop-content .workshop-icon {
    background: white;
    color: var(--secondary-color);
}

.workshop-info {
    flex: 1;
}

.workshop-name {
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}

.workshop-fee {
    font-size: 0.9em;
    opacity: 0.8;
}

/* File Upload Area */
.file-upload-area {
    margin-top: 10px;
}

.upload-zone {
    border: 2px dashed #e1e5e9;
    border-radius: var(--border-radius);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
    background: white;
}

.upload-zone:hover {
    border-color: var(--secondary-color);
    background: #f8f9fa;
}

.upload-zone input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.upload-icon {
    font-size: 2.5em;
    color: var(--secondary-color);
}

.upload-text .primary-text {
    font-weight: 600;
    color: var(--primary-color);
}

.upload-hint {
    font-size: 0.9em;
    color: #666;
}

/* Food Options */
.food-options {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.food-option {
    flex: 1;
    cursor: pointer;
    position: relative;
}

.food-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.food-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    transition: var(--transition);
    border: 2px solid transparent;
    position: relative;
}

.food-badge.veg {
    background: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.food-badge.non-veg {
    background: #fff3cd;
    color: #856404;
    border-color: #ffeaa7;
}

.food-option input[type="radio"]:checked + .food-badge {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Selection indicator for food options */
.food-badge::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 2px solid #e1e5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    opacity: 0;
    transition: var(--transition);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.food-option input[type="radio"]:checked + .food-badge::after {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    opacity: 1;
}

.food-option input[type="radio"]:checked + .food-badge::before {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f39c12;
    border: 2px solid #f39c12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    font-weight: bold;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(243, 156, 18, 0.3);
}

/* Toggle Options */
.toggle-options {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}

/* Workshop Selection Specific Styling */
.workshop-selection .toggle-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.workshop-selection .toggle-option {
    flex: none;
    min-height: 50px;
}

.workshop-selection .toggle-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
}

.toggle-option {
    flex: 1;
    cursor: pointer;
    position: relative;
}

.toggle-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-text {
    display: block;
    padding: 10px 20px;
    background: white;
    border: 2px solid #e1e5e9;
    border-radius: var(--border-radius);
    text-align: center;
    font-weight: 600;
    transition: var(--transition);
    position: relative;
}

.toggle-option input[type="radio"]:checked + .toggle-text {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

/* Selection indicator for toggle options */
.toggle-text::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 2px solid #e1e5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    opacity: 0;
    transition: var(--transition);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.toggle-option input[type="radio"]:checked + .toggle-text::after {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    opacity: 1;
}

.toggle-option input[type="radio"]:checked + .toggle-text::before {
    content: '✓';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f39c12;
    border: 2px solid #f39c12;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
    font-weight: bold;
    z-index: 1;
    box-shadow: 0 2px 6px rgba(243, 156, 18, 0.3);
}

/* Payment Section */
.payment-card {
    background: linear-gradient(135deg, #90EE90 0%, #32CD32 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.payment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(144, 238, 144, 0.15) 0%, rgba(50, 205, 50, 0.15) 100%);
    z-index: 1;
}

.payment-card .section-title,
.payment-card .control-label,
.payment-card .form-control,
.payment-card .btn-calculate,
.payment-card .btn-submit {
    position: relative;
    z-index: 2;
}

.payment-card .section-title,
.payment-card .control-label {
    color: white;
}

.payment-card .form-control {
    background: rgba(255,255,255,0.9);
    border: none;
    font-weight: 700;
    font-size: 1.2em;
}

.payment-summary {
    margin-bottom: 25px;
}

.payment-row {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

.payment-action {
    display: flex;
    align-items: flex-end;
}

.btn-calculate {
    height: 50px;
    white-space: nowrap;
}

.payment-info {
    flex: 1;
}

.total-amount {
    text-align: center;
    font-size: 1.5em !important;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    background: white !important;
}

.btn-calculate {
    background: var(--accent-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: var(--border-radius);
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-calculate:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.form-submit-section {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.submit-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-exit {
    background: #f39c12;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: var(--border-radius);
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-exit:hover {
    background: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.btn-submit {
    background: linear-gradient(135deg, var(--success-color) 0%, #2ecc71 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: var(--border-radius);
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-submit:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    background: #6c757d !important;
}

/* Alert Styles */
.alert-modern {
    padding: 15px 20px;
    border-radius: var(--border-radius);
    font-weight: 600;
    margin-bottom: 25px;
    border: none;
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
}

.alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
}

/* Responsive Design */
@media (max-width: 768px) {
    .registration-form-container {
        padding: 20px 0;
    }

    .form-header {
        padding: 20px;
    }

    .form-title {
        font-size: 1.8em;
    }

    .form-section {
        padding: 20px;
    }

    .delegate-options {
        grid-template-columns: 1fr;
    }

    .participation-options {
        flex-direction: column;
    }

    .workshop-grid {
        grid-template-columns: 1fr;
    }

    /* Workshop Selection Mobile Styling */
    .workshop-selection .toggle-options {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .workshop-selection .toggle-option {
        min-height: 45px;
    }

    .workshop-selection .toggle-text {
        padding: 12px 8px;
        font-size: 14px;
    }

    .payment-row {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-calculate {
        justify-content: center;
    }

    /* Personal Details Mobile Styling */
    .personal-details-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .personal-detail-item {
        padding: 8px 10px;
        flex-wrap: wrap;
        min-height: 35px;
    }

    /* Submit Buttons Mobile Styling */
    .submit-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn-submit,
    .btn-exit {
        width: 100%;
        justify-content: center;
    }

    /* Food Options Mobile Styling */
    .food-options {
        flex-direction: column;
        gap: 10px;
    }

    .food-option {
        flex: none;
    }
}

/* Animations */
.form-section {
    animation: slideInUp 0.6s ease-out;
}

.form-card {
    animation: fadeIn 0.8s ease-out;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Loading Animation */
.btn-submit:active {
    transform: translateY(-1px);
}

/* Focus States for Accessibility */
.delegate-option:focus-within,
.participation-option:focus-within,
.workshop-card:focus-within,
.toggle-option:focus-within {
    outline: 2px solid var(--secondary-color);
    outline-offset: 2px;
}

/* =================================
   QUIZ HALL OF FAME CELEBRATION EFFECTS
   ================================= */

/* Celebration Container */
.celebration-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}


/* Star Animation */
.star {
    position: absolute;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, #FFFFE0 0%, #FFD700 50%, #FFA500 100%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    box-shadow:
        0 0 15px #FFD700,
        0 0 30px #FFD700,
        0 0 45px #FFD700;
    animation: starTwinkle 2s ease-in-out infinite alternate;
    z-index: 9999;
}

.star.small {
    width: 8px;
    height: 8px;
    animation-duration: 1.5s;
}

.star.large {
    width: 20px;
    height: 20px;
    animation-duration: 3s;
}

@keyframes starTwinkle {
    0% {
        transform: scale(0.8) rotate(0deg);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.2) rotate(180deg);
        opacity: 1;
    }
}

/* Balloon Animation */
.balloon {
    position: absolute;
    width: 25px;
    height: 35px;
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 25%, #FF6B6B 50%, #FFE66D 75%, #FF6B6B 100%);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    box-shadow:
        0 0 20px rgba(255, 107, 107, 0.3),
        inset 0 5px 10px rgba(255, 255, 255, 0.3);
    animation: balloonFloat 8s ease-in-out infinite;
    z-index: 9998;
    cursor: pointer;
}

.balloon::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 15px;
    background: linear-gradient(to bottom, #666, transparent);
}

.balloon::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #666;
    border-radius: 50%;
}

.balloon.small {
    width: 18px;
    height: 25px;
    animation-duration: 6s;
}

.balloon.large {
    width: 35px;
    height: 45px;
    animation-duration: 10s;
}

@keyframes balloonFloat {
    0% {
        transform: translateY(100vh) rotate(-5deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(5deg);
        opacity: 0;
    }
}

/* Balloon Colors */
.balloon.red {
    background: linear-gradient(135deg, #FF4757 0%, #FF3838 25%, #FF4757 50%, #FF6B6B 75%, #FF4757 100%);
    box-shadow:
        0 0 20px rgba(255, 71, 87, 0.4),
        inset 0 5px 10px rgba(255, 255, 255, 0.3);
}

.balloon.blue {
    background: linear-gradient(135deg, #3742FA 0%, #2F3542 25%, #3742FA 50%, #57606F 75%, #3742FA 100%);
    box-shadow:
        0 0 20px rgba(55, 66, 250, 0.4),
        inset 0 5px 10px rgba(255, 255, 255, 0.3);
}

.balloon.green {
    background: linear-gradient(135deg, #2ED573 0%, #1DD1A1 25%, #2ED573 50%, #55A3FF 75%, #2ED573 100%);
    box-shadow:
        0 0 20px rgba(46, 213, 115, 0.4),
        inset 0 5px 10px rgba(255, 255, 255, 0.3);
}

.balloon.yellow {
    background: linear-gradient(135deg, #FFA502 0%, #FF9F43 25%, #FFA502 50%, #FFC312 75%, #FFA502 100%);
    box-shadow:
        0 0 20px rgba(255, 165, 2, 0.4),
        inset 0 5px 10px rgba(255, 255, 255, 0.3);
}

.balloon.purple {
    background: linear-gradient(135deg, #A55EEA 0%, #8854D0 25%, #A55EEA 50%, #B83DBA 75%, #A55EEA 100%);
    box-shadow:
        0 0 20px rgba(165, 94, 234, 0.4),
        inset 0 5px 10px rgba(255, 255, 255, 0.3);
}

/* Balloon String Physics */
.balloon-string {
    position: absolute;
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, #666, transparent);
    transform-origin: top center;
    animation: stringWave 8s ease-in-out infinite;
}

@keyframes stringWave {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-2deg);
    }
}

/* Enhanced floating effect for balloons */
.balloon-container {
    position: absolute;
    animation: balloonSway 4s ease-in-out infinite alternate;
}

@keyframes balloonSway {
    0% {
        transform: translateX(0px) rotate(-2deg);
    }
    100% {
        transform: translateX(10px) rotate(2deg);
    }
}

/* Responsive sparkles */
@media (max-width: 768px) {
    .star {
        width: 8px;
        height: 8px;
    }

    .star.small {
        width: 6px;
        height: 6px;
    }

    .star.large {
        width: 14px;
        height: 14px;
    }

    .balloon {
        width: 20px;
        height: 28px;
    }

    .balloon.small {
        width: 15px;
        height: 20px;
    }

    .balloon.large {
        width: 28px;
        height: 38px;
    }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .star {
        animation: none;
    }

    .balloon {
        animation: none;
    }

    .balloon-string {
        animation: none;
    }

    .balloon-container {
        animation: none;
    }
}

/* =================================
   SCORE BADGE STYLES FROM USERPG.PHP
   ================================= */

.score-badge-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00, #DAA520);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4),
               0 0 0 2px rgba(255,255,255,0.2),
               inset 0 2px 10px rgba(255,255,255,0.3),
               inset 0 -3px 8px rgba(218, 165, 32, 0.6);
    transition: all 0.3s ease;
    cursor: pointer;
}

.score-badge-circle::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent, rgba(255,255,255,0.1));
    pointer-events: none;
}

.score-badge-circle:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6),
               0 0 0 3px rgba(255,255,255,0.3),
               inset 0 3px 15px rgba(255,255,255,0.4),
               inset 0 -4px 10px rgba(218, 165, 32, 0.8);
    background: linear-gradient(135deg, #FFFF00, #FFD700, #FFA500, #DAA520);
}

.score-badge-inner {
    text-align: center;
    color: #8B4513;
    text-shadow: 0 1px 2px rgba(255,255,255,0.5), 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

.trophy-icon {
    font-size: 32px;
    margin-bottom: 5px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    animation: trophyGlow 2s ease-in-out infinite alternate;
}

.score-label {
    font-size: 12px;
    font-weight: 700;
    color: #8B4513;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(255,255,255,0.3);
}

.score-number {
    font-size: 24px;
    font-weight: bold;
    color: #8B4513;
    text-shadow: 0 1px 2px rgba(255,255,255,0.3);
    animation: scorePulse 2s ease-in-out infinite;
}

@keyframes trophyGlow {
    0% {
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)) brightness(1);
    }
    100% {
        filter: drop-shadow(0 2px 8px rgba(255,215,0,0.8)) brightness(1.2);
    }
}

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

@media (max-width: 767px) {
    .score-badge-circle {
        width: 120px;
        height: 120px;
    }
    .trophy-icon {
        font-size: 28px;
    }
    .score-label {
        font-size: 11px;
    }
    .score-number {
        font-size: 20px;
    }
}
